/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.container {
  max-width: calc(var(--wp--style--global--content-size) + var(--wp--custom--spacing--root--padding-right) + var(--wp--custom--spacing--root--padding-left));
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--wp--custom--spacing--root--padding-right);
  padding-left: var(--wp--custom--spacing--root--padding-left);
}

.container-wide, .alignwide {
  max-width: calc(var(--wp--style--global--wide-size) + var(--wp--custom--spacing--root--padding-right) + var(--wp--custom--spacing--root--padding-left));
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--wp--custom--spacing--root--padding-right);
  padding-left: var(--wp--custom--spacing--root--padding-left);
}

.container-fluid, .alignfull {
  padding-right: var(--wp--custom--spacing--root--padding-right);
  padding-left: var(--wp--custom--spacing--root--padding-left);
  margin-right: auto;
  margin-left: auto;
}

.u-reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.u-data-not-found {
  text-align: center;
  margin: 30px 0;
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

.u-flex-center-all {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.u-flex-center-y {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.u-display-none {
  display: none;
}

.u-display-block {
  display: block;
}

.u-padding-block-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.u-margin-block-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.u-margin-bottom-30 {
  margin-bottom: 30px;
}

.vmg-ad-banner {
  background-color: transparent;
  color: #000;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.header-top-ad {
  padding-top: 10px;
}
.header-top-ad .advertisement-wrapper {
  max-width: 970px;
  height: 100px;
  margin: 0 auto;
}

.advertisement-wrapper-container {
  display: flex;
  justify-content: space-evenly;
  padding: 20px 0;
}

.advertisement-wrapper {
  height: 100%;
  position: relative;
  max-width: 100%;
}
.advertisement-wrapper.RectangleLargeDisplayOnly {
  width: 300px;
  height: 250px;
}
.advertisement-wrapper.BillboardTop {
  width: auto;
}
.advertisement-wrapper.BillboardTop .advertisement-label {
  display: none;
}
.advertisement-wrapper .advertisement-label {
  position: absolute;
  font-size: 16px;
  text-transform: lowercase;
  font-weight: 100;
  top: -20px;
  text-align: center;
  left: 0;
  right: 0;
  font-style: italic;
  font-family: var(--wp--preset--font-family--roboto);
  min-width: 120px;
}
.advertisement-wrapper .advertisement-content img {
  max-width: 300px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.advertisement-wrapper .advertisement-link {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.advertisement-wrapper .advertisement-script {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #bdc3c7;
  text-align: center;
}
.advertisement-wrapper .advertisement-content-placeholder {
  width: 300px;
  height: 250px;
}
.advertisement-wrapper.sendtonews {
  width: 100%;
  max-width: 405px;
  margin: auto;
}

.vmg-ad {
  background-color: transparent;
  text-align: center;
}

.advertisement-wrapper[class^=Rectangle] .vmg-ad,
.advertisement-wrapper[class*=" Rectangle"] .vmg-ad {
  background-color: transparent;
}
.advertisement-wrapper[class^=Rectangle] .vmg-ad iframe,
.advertisement-wrapper[class*=" Rectangle"] .vmg-ad iframe {
  background-color: transparent;
}

.archive-ad-widget {
  padding-top: 40px;
  padding-bottom: 10px;
}

.u-btn-primary {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-weight: 700;
  cursor: pointer;
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
}
.u-btn-primary:hover {
  background-color: var(--wp--preset--color--secondary);
}
.u-btn-primary a {
  color: currentColor;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.u-btn-primary a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-btn-link {
  color: var(--wp--preset--color--primary);
  border: none;
  font-weight: 700;
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.u-btn-link::after {
  content: "→";
  display: inline-block;
  margin-left: 2px;
  transition: all 0.3s ease;
}
.u-btn-link:hover {
  color: var(--wp--preset--color--secondary);
  -webkit-text-decoration: none;
  text-decoration: none;
}
.u-btn-link:hover::after {
  transform: translateX(3px);
}

.u-btn-yellow {
  background: var(--wp--preset--gradient--primary-gradient);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 5px;
  margin: 0;
  border: 0 none;
  color: #000;
  font-weight: 700;
  transition: 144ms ease;
  text-transform: uppercase;
}
.u-btn-yellow:hover {
  filter: contrast(1.33);
}

.wp-block-button.is-style-yellow-button .wp-block-button__link {
  background: var(--wp--preset--gradient--primary-gradient);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 25px;
  border-radius: 5px;
  margin: 0;
  border: 0 none;
  color: #000;
  font-weight: 700;
  transition: 144ms ease;
  text-transform: uppercase;
}
.wp-block-button.is-style-yellow-button .wp-block-button__link:hover {
  filter: contrast(1.33);
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word;
}

html {
  text-rendering: optimizelegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

body {
  margin: 0;
  font-family: var(--wp--preset--font-family--roboto);
  font-size: var(--wp--preset--font-size--paragraph);
  line-height: 1.3;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

a,
a:visited,
a:hover,
a:focus,
a:-webkit-any-link {
  -webkit-text-decoration: none;
  text-decoration: none;
}

a {
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}
a:active {
  outline: 0;
}
a:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary);
}

:root a:where(:not(.wp-element-button)) {
  -webkit-text-decoration: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

.article-content h1 a,
.article-content h2 a,
.article-content h3 a,
.article-content h4 a,
.article-content h5 a,
.article-content h6 a,
.article-content .h1 a,
.article-content .h2 a,
.article-content .h3 a,
.article-content .h4 a,
.article-content .h5 a,
.article-content .h6 a {
  color: var(--wp--preset--color--primary);
}
.article-content .wp-block-separator {
  border-bottom: 1px solid #b7b7b7;
}

.h1 {
  font-size: var(--wp--preset--font-size--heading-1);
}

.h2 {
  font-size: var(--wp--preset--font-size--heading-2);
}

.h3 {
  font-size: var(--wp--preset--font-size--heading-3);
}

.h4 {
  font-size: var(--wp--preset--font-size--heading-4);
}

.h5 {
  font-size: var(--wp--preset--font-size--heading-5);
}

.h6 {
  font-size: var(--wp--preset--font-size--heading-6);
}

h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child) {
  margin-bottom: 1rem;
}

p:not(:last-child) {
  margin-bottom: 1rem;
}

ul,
ol {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}
ul li,
ol li {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

figure {
  margin: 0;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input[type=search], input[type=text], input[type=password] {
  padding: 8px;
  flex-grow: 1;
  min-width: 3em;
  border: 1px solid #949494;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

input,
button {
  outline: none;
}
input[type=submit],
button[type=submit] {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 8px 0.625em;
  color: #32373c;
  margin-left: 0.625em;
  word-break: normal;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  cursor: pointer;
}
input:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}
input:focus-visible,
button:focus-visible {
  outline: 1px solid var(--wp--preset--color--primary);
}

.u-btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.page .entry-content > *:not(.wp-block-group.is-layout-constrained):not([class*=wp-block-vmg]):not(.alignfull):not(.alignwide) {
  max-width: calc(var(--wp--style--global--content-size) + var(--wp--custom--spacing--root--padding-right) + var(--wp--custom--spacing--root--padding-left));
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--wp--custom--spacing--root--padding-right);
  padding-left: var(--wp--custom--spacing--root--padding-left);
}
.page .entry-content > .wp-block-group {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: var(--wp--custom--spacing--root--padding-left);
  padding-right: var(--wp--custom--spacing--root--padding-right);
}
.page .entry-content > .wp-block-group .container {
  padding-left: 0;
  padding-right: 0;
}
.page .entry-content .wp-lightbox-container img {
  cursor: pointer;
}
.page .entry-content .wp-lightbox-container .lightbox-trigger {
  display: none;
}
.page .wp-lightbox-overlay {
  cursor: auto;
}
.page .wp-lightbox-overlay .close-button {
  color: #fff;
  fill: #fff !important;
  opacity: 0.7;
  transition: all 0.2s ease;
}
.page .wp-lightbox-overlay .close-button:hover {
  opacity: 1;
}
.page .wp-lightbox-overlay .close-button svg {
  fill: #fff !important;
  width: 30px;
  height: 30px;
}
.page .wp-lightbox-overlay .scrim {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

figcaption.wp-element-caption {
  padding: 4px 9px 4px 9px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  color: var(--wp--preset--color--text-muted);
  text-align: left;
  margin: 0;
}
figcaption.wp-element-caption > p {
  margin: 0;
}
figcaption.wp-element-caption > .vmg-image-credit {
  color: #595959;
  font-weight: 700;
  margin-right: 4px;
  display: block;
  text-align: right;
}

/* Pullquote Twitter Link - Frontend Styles */
.vmg-pullquote-twitter {
  text-align: center;
}
.vmg-pullquote-twitter .vmg-twitter-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #666;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fff;
  transition: all 0.2s ease;
}
.vmg-pullquote-twitter .vmg-twitter-link:hover {
  color: #000;
  border-color: #000;
  background-color: #f8f8f8;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.vmg-pullquote-twitter .vmg-twitter-link .vmg-twitter-icon {
  width: 16px;
  height: 16px;
}

/* Pullquote block with Twitter link */
:root :where(.wp-block-pullquote) {
  padding: 20px 0;
  margin: 0;
  font-family: var(--wp--preset--font-family--roboto);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

mark {
  background-color: transparent;
}

.post-password-form, #signup-content {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  padding: 20px !important;
  box-shadow: 0 0 20px rgba(36, 39, 42, 0.1);
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 10px;
  width: calc(100% - (var(--wp--custom--spacing--root--padding-right) + var(--wp--custom--spacing--root--padding-left)));
}
.post-password-form p:not(:last-child), #signup-content p:not(:last-child) {
  margin-bottom: 20px;
}
.post-password-form p label, #signup-content p label {
  display: block;
}
.post-password-form p input[type=password], #signup-content p input[type=password] {
  width: 100%;
  max-width: 480px;
  margin-bottom: 20px;
  margin-top: 3px;
  display: block;
  outline: none;
}
.post-password-form p input[type=password]:focus-visible, #signup-content p input[type=password]:focus-visible {
  border-color: var(--wp--preset--color--primary);
}
.post-password-form p input[type=submit], #signup-content p input[type=submit] {
  margin: 0;
  font-size: 16px;
  line-height: 1.143;
  text-align: center;
  display: inline-block;
  border: 2px solid currentColor;
  cursor: pointer;
  word-break: break-word;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  padding: 14px 28px;
  text-transform: uppercase;
  background: var(--wp--preset--color--primary);
  color: #fff;
}

.no-results.not-found {
  text-align: center;
}
.no-results.not-found .page-header {
  margin-bottom: 10px;
  justify-content: center;
}
.no-results.not-found .search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.no-results.not-found .search-form .search-field {
  background: #f3f3f3;
  border: 1px solid #e9e9e9;
  position: relative;
  padding: 12px 14px;
  flex: 1;
  color: var(--wp--preset--color--text-primary);
  border: 1px solid #e5e5e5;
  line-height: 16px;
  transition: all 0.3s ease;
}
.no-results.not-found .search-form .search-submit {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-weight: 700;
  cursor: pointer;
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  margin: 0;
}
.no-results.not-found .search-form .search-submit:hover {
  background-color: var(--wp--preset--color--secondary);
}

#signup-content form {
  margin-top: 0;
}
#signup-content #signup-welcome p {
  margin-bottom: 5px;
}
#signup-content #signup-welcome p > span {
  padding-left: 0;
}
#signup-content p.view {
  margin-top: 1rem;
}

.site-header {
  position: relative;
  padding-top: 161px;
}
.site-header__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.08);
  background-color: #fff;
  will-change: position, top;
  transform: translateZ(0);
}
.site-header.is-fixed .site-header__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: rgba(51, 51, 51, 0.933) 0 3px 4px -3px;
}
.site-header .site-header__nav-toggle {
  display: none;
  z-index: 9;
  position: relative;
  width: 26px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none;
}
.site-header .site-header__nav-toggle > span {
  display: block;
  background: #000;
  border-radius: 10px;
  width: 100%;
  height: 2px;
  margin: 3px 0 3px auto;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.site-header .site-header__top {
  padding: 10px 0;
}
.site-header .site-header__top .site-logo img {
  display: block;
}
.site-header .site-header__top .site-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 27px;
}
.site-header .site-header__top .site-header__right .site-header__cta-button {
  background: var(--wp--preset--gradient--primary-gradient);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 5px;
  margin: 0;
  border: 0 none;
  color: #000;
  font-weight: 700;
  font-size: 0.66rem;
  transition: 144ms ease;
  text-transform: uppercase;
}
.site-header .site-header__top .site-header__right .site-header__cta-button:hover {
  filter: contrast(1.33);
}
.site-header .site-header__top .site-header__right .site-header__user-menu {
  position: relative;
}
.site-header .site-header__top .site-header__right .site-header__user-menu .site-header__user-menu-toggle {
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/wp-content/themes/vmg/assets/build/images/ic-user.08dd1c96.svg);
}
.site-header .site-header__top .site-header__right .site-header__user-menu .site-header__user-menu-list {
  display: none;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  min-width: 200px;
  padding: 8px 0;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  margin-top: 8px;
}
.site-header .site-header__top .site-header__right .site-header__user-menu .site-header__user-menu-list li {
  margin: 0;
}
.site-header .site-header__top .site-header__right .site-header__user-menu .site-header__user-menu-list li a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
  padding: 4px 8px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  transition: 144ms ease;
}
.site-header .site-header__top .site-header__right .site-header__user-menu .site-header__user-menu-list li a:hover {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
}
.site-header .site-header__top .site-header__right .site-header__user-menu.is-active .site-header__user-menu-list {
  display: block;
}
.site-header .site-header__top .site-header__right .site-header__search .site-header__search-toggle {
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/vmg/assets/build/images/ic-search.cb5f7757.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.site-header .site-header__top .site-header__right .site-header__search .site-header__search-close {
  display: block;
  cursor: pointer;
  transition: 144ms ease;
  opacity: 0.3;
  box-shadow: none;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  outline: none;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(500%, -100%);
}
.site-header .site-header__top .site-header__right .site-header__search .site-header__search-close img {
  display: block;
}
.site-header .site-header__top .site-header__right .site-header__search .site-header__search-close:hover {
  opacity: 0.5;
}
.site-header .site-header__top .site-header__right .site-header__search .site-header__search-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.site-header .site-header__top .site-header__right .site-header__search .site-header__search-wrap.is-active {
  display: block;
}
.site-header .site-header__top .site-header__right .site-header__search .site-header__search-wrap .site-header__search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 620px;
  margin: 0 auto;
  position: relative;
}
.site-header .site-header__top .site-header__right .site-header__search .site-header__search-wrap .site-header__search-input {
  width: 100%;
  height: 40px;
  font-size: 1rem;
  line-height: 1.25;
  border: none;
  outline: none;
  padding: 0 10px;
  border-bottom: thin solid #999;
  background-color: transparent;
  color: #000;
}
.site-header .site-header__top .site-header__right .site-header__search .site-header__search-wrap .site-header__search-input:focus {
  border-bottom-color: var(--wp--preset--color--primary);
}
.site-header .site-header__top .site-header__right .site-header__search .site-header__search-wrap .site-header__search-button {
  width: 22px;
  height: 22px;
  -webkit-mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-search.cb5f7757.svg);
          mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-search.cb5f7757.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--wp--preset--color--primary);
  cursor: pointer;
  transition: 144ms ease;
  margin: 0;
  padding: 0;
}
.site-header .site-header__bottom {
  background-color: #eaeaea;
}
.site-header .site-header__bottom-stripe {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  padding: 4px;
  font-size: 0.9rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
}
.site-header .site-header__bottom-stripe a {
  color: #fff;
}

.vmg-site-header .site-header__social {
  gap: 27px;
}
.vmg-site-header .site-header__social li {
  margin: 0;
}
.vmg-site-header .site-header__social-link {
  width: 30px;
  height: 30px;
  display: block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #000;
  transition: 144ms ease;
}
.vmg-site-header .site-header__social-link:hover {
  background-color: var(--wp--preset--color--primary);
}
.vmg-site-header .site-header__social-link.ic-facebook {
  -webkit-mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-facebook.d0e6c35f.svg);
          mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-facebook.d0e6c35f.svg);
}
.vmg-site-header .site-header__social-link.ic-instagram {
  -webkit-mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-instagram.116ad97e.svg);
          mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-instagram.116ad97e.svg);
}
.vmg-site-header .site-header__social-link.ic-x {
  -webkit-mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-x.2ad7b7a3.svg);
          mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-x.2ad7b7a3.svg);
}
.vmg-site-header .site-header__social-link.ic-tiktok {
  -webkit-mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-tiktok.55632982.svg);
          mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-tiktok.55632982.svg);
}
.vmg-site-header .site-header__social-link.ic-bsky {
  -webkit-mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-bluesky.c078fa0c.svg);
          mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-bluesky.c078fa0c.svg);
}
.vmg-site-header .site-header__social-link.ic-threads {
  -webkit-mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-threads.747c15d1.svg);
          mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-threads.747c15d1.svg);
}
.vmg-site-header .main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vmg-site-header .main-navigation > ul li {
  position: relative;
  margin: 0;
}
.vmg-site-header .main-navigation > ul li a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #26262b;
  font-weight: 500;
  font-size: 0.875rem;
}
.vmg-site-header .main-navigation > ul > li > a {
  padding: 5px 20px 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
.vmg-site-header .main-navigation > ul > li > a:hover {
  border-bottom-color: var(--wp--preset--color--primary);
}
.vmg-site-header .main-navigation > ul > li.is-active > a {
  border-bottom-color: var(--wp--preset--color--primary);
}
.vmg-site-header .main-navigation > ul .submenu-toggle {
  width: 16px;
  height: 16px;
  -webkit-mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-chevron-right.373a2091.svg);
          mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-chevron-right.373a2091.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #000;
  display: inline-block;
  transition: transform 0.3s ease;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 4px;
}
.vmg-site-header .main-navigation > ul .sub-menu li a {
  font-weight: 400;
  padding: 4px 8px;
  display: block;
  color: #26262b;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.vmg-site-header .main-navigation > ul .sub-menu li a:hover {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
}

.site-header__mobile {
  display: none;
  background-color: #eaeaea;
}
.site-header__mobile .mobile-search {
  display: none;
  margin-bottom: 30px;
}
.site-header__mobile .mobile-search .mobile-search__form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.site-header__mobile .mobile-search .mobile-search__input {
  width: 100%;
  height: 24px;
  font-size: 14px;
  border: none;
  outline: none;
  padding: 4px 0;
  border-bottom: thin solid #999;
  background-color: transparent;
  color: #000;
}
.site-header__mobile .mobile-search .mobile-search__input:focus {
  border-bottom-color: var(--wp--preset--color--primary);
}
.site-header__mobile .mobile-search .mobile-search__button {
  width: 22px;
  height: 22px;
  -webkit-mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-search.cb5f7757.svg);
          mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-search.cb5f7757.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--wp--preset--color--primary);
  cursor: pointer;
  transition: 144ms ease;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
.site-header__mobile .mobile-menu-close {
  display: none;
}

.off-scroll {
  overflow: hidden;
}

.has-bg-overlay {
  position: relative;
}
.has-bg-overlay::after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  padding: 0;
  top: 0;
  z-index: 98;
}

body.admin-bar .site-header.is-fixed .site-header__wrapper {
  top: 32px;
}

.site-footer {
  background-color: #eaeaea;
  color: #000;
  position: relative;
}
.site-footer .container {
  max-width: 930px;
  background-color: #eaeaea;
  z-index: 1;
  position: relative;
}
.site-footer .site-footer__brand-image {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 100%;
  display: inline-block;
  z-index: 6;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 115px;
  max-width: 50%;
}
.site-footer .site-footer__brand-image img {
  display: block;
  opacity: 0.2;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  width: auto;
  backface-visibility: hidden;
}
.site-footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0;
}
.site-footer .footer-top__widget {
  flex: 0 0 20%;
  font-size: 0.89rem;
  line-height: 1.452;
}
.site-footer .footer-top__widget .wp-block-image {
  margin: 0 0 10px;
}
.site-footer .footer-top__widget .wp-block-image img {
  display: block;
}
.site-footer .footer-top__widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-top__widget ul li {
  margin: 0;
}
.site-footer .footer-top__widget a {
  color: #000;
  transition: 144ms ease;
  padding: 2px 0;
  display: block;
  font-weight: 400;
}
.site-footer .footer-top__widget a:hover {
  color: var(--wp--preset--color--primary);
}
.site-footer .footer-top__widget p:not(:last-child) {
  margin-bottom: 0.3rem;
}
.site-footer .footer-top__widget .widget-title {
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.site-footer .footer-top__widget .widget-title .widget-toggle {
  display: none;
}
.site-footer .footer-top__widget:first-child {
  padding-right: 18px;
}
.site-footer .footer-top__widget:not(:first-child) {
  padding-left: 18px;
}
.site-footer .footer-bottom {
  text-align: center;
  padding: 25px 0 20px;
}
.site-footer .footer-bottom__social {
  gap: 10px;
}
.site-footer .footer-bottom__social li {
  margin: 0;
}
.site-footer .footer-bottom__social-link {
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.site-footer .footer-bottom__social-link.ic-facebook {
  background-image: url(/wp-content/themes/vmg/assets/build/images/ic-facebook.d0e6c35f.svg);
}
.site-footer .footer-bottom__social-link.ic-instagram {
  background-image: url(/wp-content/themes/vmg/assets/build/images/ic-instagram.116ad97e.svg);
}
.site-footer .footer-bottom__social-link.ic-x {
  background-image: url(/wp-content/themes/vmg/assets/build/images/ic-x.2ad7b7a3.svg);
}
.site-footer .footer-bottom__social-link.ic-tiktok {
  background-image: url(/wp-content/themes/vmg/assets/build/images/ic-tiktok.55632982.svg);
}
.site-footer .footer-bottom__social-link.ic-bsky {
  background-image: url(/wp-content/themes/vmg/assets/build/images/ic-bluesky.c078fa0c.svg);
}
.site-footer .footer-bottom__social-link.ic-threads {
  background-image: url(/wp-content/themes/vmg/assets/build/images/ic-threads.747c15d1.svg);
}
.site-footer .footer-bottom__site-info {
  font-size: 0.767rem;
  line-height: 1.17;
  margin: 15px 0 0;
}
.site-footer .footer-bottom__site-info a {
  color: var(--wp--preset--color--text-primary);
  font-weight: 400;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.site-footer .footer-bottom__site-info a:hover {
  color: var(--wp--preset--color--primary);
}

.sellwind-widget {
  margin: 30px 0;
}
.sellwind-widget .sellwind-widget-container {
  color: #666;
}

.footer-top-ad {
  margin-top: 60px;
  margin-bottom: 30px;
}

.global-signup-modal {
  position: fixed;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  right: 0;
  transform: translateX(100%) translateY(-50%); /* move offscreen */
  background: var(--wp--preset--color--primary);
  padding: 48px 20px 20px;
  max-width: 480px;
  height: 390px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.3);
  display: table;
}
.global-signup-modal.active {
  transform: translateX(0) translateY(-50%); /* slides in */
  opacity: 1;
  visibility: visible;
}
.global-signup-modal .hidden {
  display: none;
}
.global-signup-modal .global-signup-modal-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  font-weight: 300;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  z-index: 10;
}
.global-signup-modal .global-signup-modal-close-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.global-signup-modal .global-signup-form {
  display: table-cell;
  vertical-align: middle;
}
.global-signup-modal .global-signup-form-container {
  color: #fff;
}
.global-signup-modal .global-signup-form-container .global-signup-form-privacy-policy-page-link {
  position: absolute;
  top: 15px;
  left: 15px;
}
.global-signup-modal .global-signup-form-container .global-signup-form-privacy-policy-page-link a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
}
.global-signup-modal .global-signup-form-container .global-signup-form-privacy-policy-page-link a:hover {
  opacity: 0.9;
}
.global-signup-modal .global-signup-form-container .global-signup-form-header {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.global-signup-modal .global-signup-form-container .global-signup-form-header .global-signup-form-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.global-signup-modal .global-signup-form-container .global-signup-form-header .global-signup-form-logo img {
  width: 190px;
  height: auto;
  aspect-ratio: 190/60; /* adjust ratio to your logo */
  display: block;
}
.global-signup-modal .global-signup-form-container .global-signup-form-header .global-signup-form-title {
  margin: 0;
}
.global-signup-modal .global-signup-form-container .global-signup-form-header .global-signup-form-subtitle {
  font-size: 0.95rem;
}
.global-signup-modal .global-signup-form-container .global-signup-form-content {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 80%;
  margin: 0 auto;
}
.global-signup-modal .global-signup-form-container .global-signup-form-content .global-signup-form-content-col {
  width: calc(50% - 5px);
}
.global-signup-modal .global-signup-form-container .global-signup-form-content .global-signup-form-label {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  text-transform: uppercase;
  padding: 4px 5px;
  text-shadow: 1px 1px 1px transparent;
  transition: 144ms ease;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 0.95rem;
  font-weight: 500;
}
.global-signup-modal .global-signup-form-container .global-signup-form-content .global-signup-form-label:hover {
  text-shadow: 1px 1px 1px #333;
  box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0.2);
}
.global-signup-modal .global-signup-form-container .global-signup-form-content .global-signup-form-label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  position: relative;
  margin-right: 10px;
  opacity: 0.7;
  transition: 144ms ease;
  flex: none;
}
.global-signup-modal .global-signup-form-container .global-signup-form-content .global-signup-form-label::after {
  transition: 144ms ease;
  opacity: 0;
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  left: 9px;
  width: 21px;
  height: 21px;
  background: url(/wp-content/themes/vmg/assets/build/images/check-square.16003b76.png) center no-repeat;
  background-size: contain;
  filter: drop-shadow(1px 1px 0 #c21d1b);
}
.global-signup-modal .global-signup-form-container .global-signup-form-content input[type=checkbox] {
  display: none;
}
.global-signup-modal .global-signup-form-container .global-signup-form-content input[type=checkbox]:checked + .global-signup-form-label::before {
  opacity: 1;
}
.global-signup-modal .global-signup-form-container .global-signup-form-content input[type=checkbox]:checked + .global-signup-form-label::after {
  opacity: 1;
}
.global-signup-modal .global-signup-form-container .global-signup-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 7px;
  margin: 20px auto 0;
  width: 75%;
}
.global-signup-modal .global-signup-form-container .global-signup-form-actions.btn-stacked {
  flex-direction: column;
}
.global-signup-modal .global-signup-form-container .global-signup-form-actions .global-signup-form-button {
  border: 0 none;
  font-size: 0.7rem;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 144ms ease;
  cursor: pointer;
  font-weight: 500;
  padding: 4px 8px;
  margin: 0;
}
.global-signup-modal .global-signup-form-container .global-signup-form-actions .btn-black {
  background: #000;
  color: #fff;
  min-width: 120px;
  min-height: 40px;
}
.global-signup-modal .global-signup-form-container .global-signup-form-actions .btn-black:hover {
  background: #333;
}
.global-signup-modal .global-signup-form-container .global-signup-form-actions .btn-link-white {
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 0.6rem;
}
.global-signup-modal .global-signup-form-container .global-signup-form-inner .global-signup-form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.global-signup-modal .global-signup-form-container .global-signup-form-inner .global-signup-form-row .global-signup-form-field {
  flex: 1;
}
.global-signup-modal .global-signup-form-container .global-signup-form-inner .global-signup-form-row input {
  padding: 8px 10px;
  border: none;
  border-radius: 2px;
  background: white;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.global-signup-modal .global-signup-form-container .global-signup-form-inner .global-signup-form-row input::-moz-placeholder {
  color: #999;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.global-signup-modal .global-signup-form-container .global-signup-form-inner .global-signup-form-row input::placeholder {
  color: #999;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.global-signup-modal .global-signup-form-container .global-signup-form-inner .global-signup-form-row input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
}
.global-signup-modal .global-signup-form-container .global-signup-form-inner .global-signup-form-captcha-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.global-signup-modal .global-signup-form-container .global-signup-form-inner .global-signup-form-captcha-wrapper .g-recaptcha {
  transform: scale(0.9);
  width: auto;
}
.global-signup-modal .global-signup-form-container .global-signup-form-privacy-policy {
  margin: 20px 0 0;
  text-align: center;
  color: #ddd;
}
.global-signup-modal .global-signup-form-container .global-signup-form-privacy-policy a {
  color: #ddd;
  font-weight: 500;
  font-size: 14px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.global-signup-modal .global-signup-form-container .global-signup-form-privacy-policy a:hover {
  color: #fff;
}
.global-signup-modal .global-signup-form-container .signup-form-widget-success {
  width: 80%;
  margin: 0 auto;
}
.global-signup-modal .global-signup-form-error {
  color: #ffeb3b;
  text-align: center;
}
@media (min-width: 768px){
  .site-footer .site-footer__brand-image {
    right: 80%;
    width: 315px;
    max-width: 50%;
    z-index: 1;
  }
}
@media (min-width: 992px){
  .header-top-ad {
    padding-top: 15px;
  }
  .header-top-ad .advertisement-wrapper {
    height: 250px;
  }
  .site-header .site-header__top .site-header__right .site-header__cta-button {
    font-size: 0.8rem;
    padding: 5px 15px;
  }
  .vmg-site-header .site-header__social-link {
    width: 20px;
    height: 20px;
  }
  .site-footer .footer-bottom__social-link {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1200px){
  .site-header .site-header__top .u-row > * {
    width: 33.3222259247%;
  }
  .vmg-site-header .main-navigation > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .vmg-site-header .main-navigation > ul li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .vmg-site-header .main-navigation > ul > li > a:hover {
    color: var(--wp--preset--color--primary);
  }
  .vmg-site-header .main-navigation > ul .submenu-toggle {
    display: none;
  }
  .vmg-site-header .main-navigation > ul .sub-menu li a:hover + .submenu-toggle {
    background-color: #fff;
  }
  .vmg-site-header .main-navigation > ul .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1000;
    display: none;
    min-width: 200px;
    list-style-type: none;
    transform: translateX(-50%);
    background: #fff;
    padding: 8px 0;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  }
  .vmg-site-header .main-navigation > ul .sub-menu .submenu-toggle {
    display: block;
    background-color: var(--wp--preset--color--primary);
  }
  .vmg-site-header .main-navigation > ul .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    transform: none;
  }
  .vmg-site-header .main-navigation > ul .sub-menu li a {
    border-bottom: none;
  }
  .vmg-site-header .main-navigation > ul .sub-menu li.menu-item-has-children > a {
    padding-right: 25px;
  }
}
@media (max-width: 1399px){
  .site-header .site-header__top .site-header__right .site-header__user-menu .site-header__user-menu-list {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1199px){
  .site-header .site-header__nav-toggle {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
  .site-header .site-header__top .u-row {
    justify-content: space-between;
  }
  .site-header .site-header__top .site-header__social {
    display: none;
  }
  .site-header .site-header__top .site-logo {
    margin-right: auto;
    margin-left: 10px;
  }
  .site-header .site-header__top .site-logo img {
    height: 50px;
    width: auto;
  }
  .site-header .site-header__top .site-header__right {
    gap: 18px;
  }
  .site-header .site-header__top .site-header__right .site-header__search {
    display: none;
  }
  .site-header .site-header__bottom {
    display: none;
  }
  .vmg-site-header .site-header__social {
    gap: 0;
    justify-content: space-between;
    background-color: #fff;
    transition: left 0.3s ease-out;
    max-width: 320px;
    margin: 20px auto 0;
    width: 100%;
  }
  .vmg-site-header .site-header__social-link {
    width: 25px;
    height: 25px;
    background-color: var(--wp--preset--color--primary);
  }
  .vmg-site-header .site-header__social-link:hover {
    background-color: #000;
  }
  .vmg-site-header .main-navigation {
    flex: 1;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .vmg-site-header .main-navigation > ul li.menu-item-has-children {
    padding-right: 20px;
  }
  .vmg-site-header .main-navigation > ul > li {
    margin-bottom: 10px;
  }
  .vmg-site-header .main-navigation > ul > li > a {
    padding: 2px;
  }
  .vmg-site-header .main-navigation > ul .submenu-toggle {
    right: 0;
  }
  .vmg-site-header .main-navigation > ul .submenu-toggle.is-active {
    transform: rotate(90deg);
  }
  .vmg-site-header .main-navigation > ul .sub-menu {
    display: none;
    padding: 5px 0;
  }
  .vmg-site-header .main-navigation > ul .sub-menu .sub-menu {
    padding-left: 10px;
  }
  .site-header__mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    z-index: 100;
    padding: 60px 20px 30px;
    overflow: auto;
    transition: left 0.3s ease-out;
    background-color: #fff;
    display: flex;
    flex-direction: column;
  }
  .site-header__mobile.is-active {
    left: 0;
  }
  .site-header__mobile .mobile-search {
    display: block;
  }
  .site-header__mobile .mobile-menu-close {
    display: block;
    cursor: pointer;
    transition: 144ms ease;
    opacity: 0.2;
    box-shadow: none;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    outline: none;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .site-header__mobile .mobile-menu-close img {
    display: block;
  }
  .site-header__mobile .mobile-menu-close:hover {
    opacity: 0.5;
  }
}
@media (max-width: 991px){
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
  .site-footer .footer-top__widget {
    flex: 0 0 25%;
  }
  .site-footer .footer-top__widget:first-child {
    display: none;
  }
  .site-footer .footer-top__widget:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 767px){
  .post-password-form p input[type=submit], #signup-content p input[type=submit] {
    padding: 14px 24px;
    font-size: 14px;
  }
  body.admin-bar .site-header.is-fixed .site-header__wrapper {
    top: 46px;
  }
  .site-footer .footer-top__widget {
    flex: 0 0 100%;
  }
  .site-footer .footer-top__widget:not(:last-child) {
    margin-bottom: 15px;
  }
  .site-footer .footer-top__widget ul {
    display: flex;
    flex-wrap: wrap;
  }
  .site-footer .footer-top__widget ul li {
    flex: 0 0 50%;
    padding: 0 10px;
  }
  .site-footer .footer-top__widget .widget-title {
    font-size: 1rem;
    color: var(--wp--preset--color--primary);
    margin-bottom: 0;
  }
  .site-footer .footer-top__widget .widget-title .widget-toggle {
    display: inline-flex;
    -webkit-mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-chevron-right.373a2091.svg);
            mask-image: url(/wp-content/themes/vmg/assets/build/images/ic-chevron-right.373a2091.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    transition: 113ms linear;
    transform: rotate(0deg);
    background-color: #000;
  }
  .site-footer .footer-top__widget .widget-title.is-active .widget-toggle {
    transform: rotate(90deg);
  }
  .site-footer .footer-top__widget .widget-title + [class*=menu-] {
    display: none;
    margin-top: 15px;
  }
  .site-footer .footer-top__widget:first-child {
    padding-right: 0;
  }
  .site-footer .footer-top__widget:not(:first-child) {
    padding-left: 0;
  }
  .global-signup-modal .global-signup-form-container .global-signup-form-content {
    width: auto;
    flex-direction: column;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .global-signup-modal .global-signup-form-container .global-signup-form-content .global-signup-form-content-col {
    width: 100%;
  }
  .global-signup-modal .global-signup-form-container .global-signup-form-actions {
    width: 100%;
  }
  .global-signup-modal .global-signup-form-container .global-signup-form-inner .global-signup-form-row {
    flex-direction: column;
  }
  .global-signup-modal .global-signup-form-container .global-signup-form-inner .global-signup-form-captcha-wrapper {
    width: 215px;
  }
  .global-signup-modal .global-signup-form-container .global-signup-form-inner .global-signup-form-captcha-wrapper .g-recaptcha {
    transform: scale(0.75);
  }
  .global-signup-modal .global-signup-form-container .signup-form-widget-success {
    width: 100%;
  }
}
@media (max-width: 480px){
  .site-footer .footer-top__widget ul li {
    flex: 0 0 100%;
  }
}
@media (max-width: 380px){
  .site-header .site-header__top .u-row {
    flex-wrap: nowrap;
  }
  .site-header .site-header__top .site-logo {
    margin-left: 8px;
    margin-right: 8px;
  }
  .site-header .site-header__top .site-header__right {
    gap: 10px;
    flex-shrink: 0;
  }
}

/*# sourceMappingURL=main.css.map*/