/*!
Theme Name: Vrum
Theme URI: http://vrum.co.uk
Author: Vrum
Author URI: http://vrum.co.uk
Version: 1.0.0
Developer: Mike Turner
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vrum
*/
/* Load Adobe kit */
@import url("https://use.typekit.net/kgn5sys.css");
@font-face {
  font-family: "nimbus-sans";
  src: url("https://use.typekit.net/kgn5sys.css") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Your normal CSS */
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  color: #ECEDF5;
  font-family: "nimbus-sans", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-color: #0F181E;
}
body.no-scroll {
  overflow: hidden;
}
body.menu-is-active {
  overflow: hidden;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
  }
}
.max-container {
  max-width: 2000px;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .max-container {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.small-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .small-container {
    padding-right: 50px;
    padding-left: 50px;
  }
}

a {
  color: #ECEDF5;
  text-decoration: none;
}
a:visited, a:active, a:hover {
  color: #ECEDF5;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}

h1 {
  font-size: 32px;
  margin: 0;
  font-weight: 900;
  letter-spacing: 3;
  line-height: 50px;
  margin-bottom: 16px;
  font-family: "eurostile-extended", Arial, sans-serif;
  font-display: swap;
}
@media screen and (max-width: 769px) {
  h1 {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    line-height: normal;
  }
}

h2 {
  font-size: 24px;
  margin: 0 0 12px 0;
  line-height: 44px;
  font-weight: 900;
  text-transform: unset;
  letter-spacing: 2px;
  font-family: "eurostile-extended", Arial, sans-serif;
  font-display: swap;
}
@media screen and (max-width: 769px) {
  h2 {
    font-size: 20px;
    line-height: normal;
  }
}

h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
  line-height: 34px;
  text-transform: unset;
  letter-spacing: 1px;
  margin: 0 0 12px 0;
  font-family: "eurostile-extended", Arial, sans-serif;
  font-display: swap;
}
@media screen and (max-width: 769px) {
  h3 {
    line-height: normal;
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 1.35px;
  margin: 0 0 12px 0;
  text-transform: un;
}
@media screen and (max-width: 769px) {
  h4 {
    font-size: 18px;
    line-height: normal;
  }
}

h5 {
  font-size: 18px;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 769px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 16px;
  margin: 0;
  line-height: 24px;
  font-weight: normal;
}

p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 28px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

mark, ins {
  background: #B5A066 !important;
  background: none !important;
  margin-left: 10px;
  padding: 2px 5px;
}

.button-arrow {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 769px) {
  .button-arrow {
    font-size: 16px;
  }
}

.ref_p {
  padding: 20px 0;
}

.wysiwyg-button {
  margin-right: 10px;
}
.wysiwyg-button a {
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .wysiwyg-button a {
    font-size: 16px;
  }
}
.wysiwyg-button a:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.wysiwyg-button a:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}

.white .wysiwyg-button, .space .wysiwyg-button {
  margin-right: 10px;
}
.white .wysiwyg-button a, .space .wysiwyg-button a {
  color: #ffffff !important;
}

.ginput_container_textarea .textarea {
  font-size: 20px !important;
}

.gform_confirmation_message {
  font-size: 20px !important;
}

input, select {
  background: transparent;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #ffffff !important;
}
input:focus, select:focus {
  background-color: rgba(31, 59, 114, 0.3) !important;
  outline: none;
  color: #ffffff !important;
}

.gform_button.button {
  background: #ffffff !important;
  display: inline-block !important;
  padding: 16px !important;
  font-size: 18px !important;
  color: #000 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  border: none !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  cursor: pointer !important;
}
@media screen and (max-width: 769px) {
  .gform_button.button {
    font-size: 16px !important;
    width: 100%;
    padding: 10px !important;
  }
}
.gform_button.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-position: 100% 0 !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  background-color: #B5A066 !important;
  color: #000 !important;
}
.gform_button.button:active {
  background: #1F3B72 !important;
  color: #1F3B72 !important;
  border: 1px solid #ECEDF5 !important;
}

textarea {
  background-color: transparent !important;
  color: #ffffff !important;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields input, .checkout.woocommerce-checkout .woocommerce-billing-fields select, .checkout.woocommerce-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single, .checkout.woocommerce-checkout .woocommerce-shipping-fields input, .checkout.woocommerce-checkout .woocommerce-shipping-fields select, .checkout.woocommerce-checkout .woocommerce-shipping-fields .select2-container--default .select2-selection--single {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.checkout.woocommerce-checkout #place_order {
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .checkout.woocommerce-checkout #place_order {
    font-size: 16px;
  }
}
.checkout.woocommerce-checkout #place_order:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.checkout.woocommerce-checkout #place_order:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
}

.woocommerce-message, .woocommerce-info {
  border-top-color: #1F3B72;
}
.woocommerce-message::before, .woocommerce-info::before {
  color: #1F3B72;
}
.woocommerce-message .button, .woocommerce-info .button {
  margin-left: 20px !important;
  background: #1F3B72 !important;
  display: inline-block !important;
  padding: 16px !important;
  font-size: 18px !important;
  color: #ffffff !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  border: none !important;
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  cursor: pointer !important;
}
@media screen and (max-width: 769px) {
  .woocommerce-message .button, .woocommerce-info .button {
    font-size: 16px !important;
  }
}
.woocommerce-message .button:hover, .woocommerce-info .button:hover {
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background-position: 100% 0 !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  box-shadow: 0 0 25px #AAA66F !important;
}
.woocommerce-message .button:active, .woocommerce-info .button:active {
  background: #1F3B72 !important;
  color: #1F3B72 !important;
  border: 1px solid #ECEDF5 !important;
}

.woocommerce-checkout .woocommerce-info, .woocommerce-checkout .woocommerce-form-coupon-toggle {
  color: #515151;
}
.woocommerce-checkout .woocommerce-info::before, .woocommerce-checkout .woocommerce-form-coupon-toggle::before {
  color: #1F3B72;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

label {
  text-transform: unset;
  font-weight: bold;
}
label .required {
  color: #ffffff !important;
}
label.checkbox {
  text-transform: unset;
}

ul {
  padding: 0;
}

button {
  border-radius: 0 !important;
}

.button {
  border-radius: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 20px !important;
}
@media screen and (max-width: 769px) {
  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

.form-wrapper input {
  font-size: 20px !important;
}
@media screen and (max-width: 769px) {
  .form-wrapper input {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

.form-wrapper .gfield_consent_label {
  font-size: 16px !important;
  font-weight: normal !important;
  font-style: italic !important;
  text-transform: unset !important;
}
@media screen and (max-width: 769px) {
  .form-wrapper .gfield_consent_label {
    font-size: 14px;
  }
}

.ginput_container_consent input {
  width: auto !important;
}

.gfield_required.gfield_required_asterisk {
  color: #ffffff !important;
  display: inline-block !important;
  font-size: 20px !important;
  padding-left: 0.125em !important;
}

.gform_required_legend {
  display: none;
}

.woocommerce-loop-product__title {
  padding-bottom: 0 !important;
}

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
  color: #010610 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #1F3B72 !important;
  color: #ffffff !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: unset !important;
}

.select2-container--default .select2-selection--single {
  background-color: #010610 !important;
}

.shipping-calculator-form .button {
  background: #ECEDF5 !important;
  display: inline-block !important;
  padding: 16px !important;
  font-size: 20px !important;
  color: #1F3B72 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  margin-left: 20px !important;
  border: 1px solid #ECEDF5 !important;
  width: auto !important;
}
@media screen and (max-width: 769px) {
  .shipping-calculator-form .button {
    font-size: 16px !important;
  }
}
.shipping-calculator-form .button:hover {
  background: #1F3B72 !important;
  color: #ECEDF5 !important;
  border: 1px solid #ECEDF5 !important;
  transition: all 0.3s ease !important;
}
.shipping-calculator-form .button:active {
  background: #1F3B72 !important;
  color: #ECEDF5 !important;
  border: 1px solid #ECEDF5 !important;
}
@media screen and (max-width: 1000px) {
  .shipping-calculator-form .button {
    margin-left: 0 !important;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .desktop-video {
    display: none;
  }
}

.mobile-video {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobile-video {
    display: block;
  }
}

.wysiwyg ul {
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .wysiwyg ul {
    font-size: 16px;
    line-height: 22px;
  }
}
.wysiwyg ul li {
  position: relative;
  padding-left: 28px;
  font-size: 20px;
}
.wysiwyg ul li::before {
  content: url("./img/svg/list-icon.svg");
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
}
.wysiwyg ol {
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .wysiwyg ol {
    font-size: 16px;
    line-height: 22px;
  }
}
.wysiwyg ol li {
  font-size: 20px;
}

.afwc_reg_form_wrapper {
  margin: 0 auto;
}
.afwc_reg_form_wrapper label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
  font-size: 20px !important;
}
.afwc_reg_form_wrapper #afwc_registration_form_submit {
  background: #ECEDF5 !important;
  display: inline-block !important;
  padding: 16px !important;
  font-size: 20px !important;
  color: #1F3B72 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  border: 1px solid #ECEDF5 !important;
  font-weight: bold !important;
}
@media screen and (max-width: 769px) {
  .afwc_reg_form_wrapper #afwc_registration_form_submit {
    font-size: 16px !important;
    line-height: 1 !important;
  }
}
.afwc_reg_form_wrapper #afwc_registration_form_submit:hover {
  background: #1F3B72 !important;
  color: #ECEDF5 !important;
  border: 1px solid #ECEDF5 !important;
  transition: all 0.3s ease !important;
}
.afwc_reg_form_wrapper #afwc_registration_form_submit:active {
  background: #1F3B72 !important;
  color: #ECEDF5 !important;
  border: 1px solid #ECEDF5 !important;
}

.form-checkbox legend {
  text-transform: uppercase !important;
}
.form-checkbox .gfield_description {
  font-size: 16px !important;
  font-weight: normal !important;
  font-style: italic !important;
  text-transform: unset !important;
  font-style: italic !important;
}
.form-checkbox .gfield_checkbox label {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 24px !important;
}

/* Hide the WooPayments card fields on checkout (18734003144273) */
.payment_method_woocommerce_payments {
  display: none;
}

.wp-block-embed iframe {
  width: 100%;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
  display: none !important;
}

.gform_wrapper.ginput_container_textarea textarea {
  border-bottom: 1px solid #1F3B72 !important;
}

.gchoice .gfield-choice-input {
  display: none !important;
}

.gchoice .gform-field-label {
  display: flex !important;
  align-items: center;
  padding: 10px 10px 10px 0;
  cursor: pointer;
  position: relative;
}

.gfield_radio .gchoice .gform-field-label::before {
  content: " ";
  display: block;
  min-width: 25px;
  width: 25px;
  height: 25px;
  margin-right: 1rem;
  border-radius: 100%;
  background-color: #ffffff;
  border: 2px solid #1F3B72;
}

.gfield_radio .gchoice input:checked + .gform-field-label::before {
  background-color: #ffffff;
}

.gfield_radio .gchoice input:checked + .gform-field-label::after {
  content: " ";
  display: block;
  top: 16px;
  left: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1F3B72;
  position: absolute;
}

.gfield_checkbox .gchoice .gform-field-label::before {
  content: " ";
  display: block;
  min-width: 25px;
  width: 25px;
  height: 25px;
  margin-right: 1rem;
  background-color: #ffffff;
  border: 2px solid #1F3B72;
}

.gfield_checkbox .gchoice input:checked + .gform-field-label::before {
  background-color: #1F3B72;
}

.gfield_checkbox .gchoice input:checked + .gform-field-label::after {
  content: " ";
  top: 0;
  left: 0;
  border: solid #ffffff;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 0 0 3px 3px !important;
  height: 6px;
  width: 16px;
  margin: 19px 0 0 5px;
}

.x_acr-recovery-button {
  background-color: red !important;
}

.products-section .product-block .product {
  flex: 1;
}

body.woocommerce-checkout .payment_method_woocommerce_payments {
  display: none !important;
}

.grecaptcha-badge {
  display: none !important;
}

.ppcp-messages {
  display: none !important;
}

.ppc-button-wrapper {
  margin-bottom: 40px;
}

.bundle_availability {
  display: none;
}

.woocommerce div.product p.price del bdi {
  text-decoration: line-through;
  font-size: 20px !important;
}

.woocommerce ul.products li.product .price del bdi {
  text-decoration: line-through;
  font-size: 20px !important;
}

.woocommerce ul.products li.product .price del bdi:after {
  display: none;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1001px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.site-header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .site-title img {
  min-width: 100px;
  max-width: 200px;
  width: 100%;
  display: block;
}
.site-header .main-navigation {
  color: #ffffff;
  width: auto;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .site-header .main-navigation {
    gap: 0;
  }
}
.site-header .main-navigation a {
  color: #ffffff;
  padding: 0 10px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .site-header .main-navigation a {
    font-size: 1.6rem;
  }
}
.site-header .main-navigation a:hover {
  color: #ECEDF5;
}
.site-header .menu-toggle {
  display: none;
}
@media screen and (max-width: 1124px) {
  .site-header .menu-toggle {
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 0;
  }
  .site-header .menu-toggle .bar1, .site-header .menu-toggle .bar2, .site-header .menu-toggle .bar3 {
    width: 17px;
    height: 2px;
    background-color: #ffffff;
    margin: 4px 0;
    transition: 0.4s;
    align-self: flex-end;
  }
  .site-header .menu-toggle .bar2 {
    width: 26px;
  }
}
.site-header .menu-toggle.menu-is-active .bar1 {
  transform: rotate(-45deg) translate(-8px, 7px);
  width: 26px;
}
.site-header .menu-toggle.menu-is-active .bar2 {
  opacity: 0;
}
.site-header .menu-toggle.menu-is-active .bar3 {
  transform: rotate(45deg) translate(-7px, -7px);
  width: 26px;
}
.site-header .menu-main-menu-container li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
}
.site-header .menu-main-menu-container li a:after {
  display: block;
  content: "";
  border-bottom: solid 1px #ECEDF5;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.site-header .menu-main-menu-container li a:hover:after {
  transform: scaleX(1);
}
.site-header .main-navigation.toggled .menu-main-menu-container {
  position: absolute;
  left: 0;
  top: 0;
  padding: 150px 20px 0 20px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  z-index: -1;
  height: 100vh;
  width: 100%;
}
.site-header .main-navigation.toggled .menu-main-menu-container #primary-menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.site-header .main-navigation.toggled .menu-main-menu-container #primary-menu li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.site-header .main-navigation.toggled .menu-main-menu-container #primary-menu li.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.site-header.scroll {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 500ms;
}
.site-header.scroll .main-none-scroll {
  width: 80px;
  opacity: 0;
  transition: width 500ms, opacity 500ms;
}
.site-header.scroll .main-scroll {
  opacity: 1;
  width: 100px;
  transition: width 500ms, opacity 500ms;
}
.site-header.scroll.scroll {
  background-color: rgba(0, 0, 0, 0.8);
}

body.toggled {
  overflow: hidden;
}
body.toggled .site-header {
  z-index: 999;
  position: fixed;
}

.right-side {
  display: flex;
  gap: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .header-my-account {
    display: none;
  }
}
.header-my-account a {
  display: block;
  transform: rotateY(0deg);
  transition: all 1s ease-in-out;
}
.header-my-account a svg {
  width: 25px;
  transition: all 1s ease-in-out;
}
.header-my-account a.header-loggedin svg #user-face-fill, .header-my-account a.header-loggedin svg #user-body-stroke {
  fill: #B5A066;
}
.header-my-account a:hover {
  transform: rotateY(180deg);
}
.header-my-account a:hover svg #user-face-fill, .header-my-account a:hover svg #user-body-stroke {
  fill: #B5A066;
}

@media screen and (max-width: 1024px) {
  .header-basket {
    display: none;
  }
}
.header-basket a {
  display: block;
  position: relative;
}
.header-basket a svg {
  width: 25px;
}
.header-basket a span {
  position: absolute;
  top: 2px;
  right: -8px;
  background: #B5A066;
  color: black;
  border: 2px solid #ECEDF5;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 900;
}
.header-basket a:hover svg {
  transition: all 1s ease-in-out;
}
.header-basket a:hover svg #bag-fill {
  fill: #1F3B72;
}

.mob-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mob-only {
    display: flex;
    gap: 20px;
    margin-right: 32px;
    margin-left: auto;
  }
}
.mob-only .header-my-account {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mob-only .header-my-account {
    display: block;
  }
}
.mob-only .header-my-account a {
  display: block;
  transform: rotateY(0deg);
  transition: all 1s ease-in-out;
}
.mob-only .header-my-account a svg {
  width: 25px;
  transition: all 1s ease-in-out;
}
.mob-only .header-my-account a.header-loggedin svg #user-face-fill, .mob-only .header-my-account a.header-loggedin svg #user-body-stroke {
  fill: #B5A066;
}
.mob-only .header-my-account a:hover {
  transform: rotateY(180deg);
}
.mob-only .header-my-account a:hover svg #user-face-fill, .mob-only .header-my-account a:hover svg #user-body-stroke {
  fill: #B5A066;
}
.mob-only .header-basket {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mob-only .header-basket {
    display: block;
  }
}
.mob-only .header-basket a {
  display: block;
  position: relative;
}
.mob-only .header-basket a svg {
  width: 24px;
}
.mob-only .header-basket a span {
  position: absolute;
  top: 2px;
  right: -8px;
  background: #B5A066;
  color: black;
  border: 2px solid #ECEDF5;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.mob-only .header-basket a:hover svg {
  transition: all 1s ease-in-out;
}
.mob-only .header-basket a:hover svg #bag-fill {
  fill: #1F3B72;
}

.site-footer {
  background-color: #1C2D38;
  border-top: 1px solid #B5A066;
  padding-top: 0;
  clear: both;
}
.site-footer .footer-logo {
  display: none;
}
.site-footer .wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1050px) {
  .site-footer .wrapper {
    flex-direction: column;
  }
}
.site-footer .wrapper .left {
  display: flex;
  gap: 100px;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .site-footer .wrapper .left {
    flex-direction: column;
    gap: 10px;
  }
}
.site-footer .wrapper .left h5 {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.site-footer .wrapper .left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .wrapper .left ul li {
  margin-bottom: 16px;
}
.site-footer .wrapper .left ul li a {
  font-size: 16px;
  text-transform: unset;
  color: #ffffff;
  width: 100%;
  display: block;
}
.site-footer .wrapper .right {
  max-width: 400px;
  width: 100%;
  text-transform: unset;
}
@media only screen and (max-width: 768px) {
  .site-footer .wrapper .right {
    margin-top: 20px;
  }
}
.site-footer .wrapper .right h3 {
  font-size: 18px;
  text-transform: uppercase;
}
.site-footer .wrapper .right h4 {
  font-size: 18px;
  line-height: normal;
}
.site-footer .wrapper .right form {
  margin-top: 32px;
}
.site-footer .wrapper .right form input {
  background: transparent;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  font-size: 18px;
  color: #ECEDF5;
}
.site-footer .wrapper .right form button.gform_button {
  border: 0 !important;
  background-color: transparent !important;
  cursor: pointer;
}
.site-footer .wrapper .right form button.gform_button span {
  font-size: 0;
}
.site-footer .wrapper .right #gform_1 #field_submit {
  position: relative;
  cursor: pointer;
}
.site-footer .wrapper .right #gform_1 #field_submit::before {
  content: url("img/svg/v-ui-arrorw.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-footer .wrapper .right #gform_1 #field_submit input {
  opacity: 0;
  height: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .site-footer .wrapper .right #gform_fields_1 {
    display: flex;
    flex-direction: column;
  }
  .site-footer .wrapper .right #gform_fields_1 #field_1_5 {
    width: 100%;
  }
}
.site-footer .wrapper .right .social {
  display: flex;
  gap: 20px;
}
.site-footer .wrapper .right .social a {
  display: block;
}
.site-footer .wrapper .right .social svg {
  max-width: 30px;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .site-footer .wrapper .right .social svg {
    max-width: 34px;
  }
}
.site-footer .wrapper .right .social svg:hover {
  transform: scale(1.2);
}
.site-footer .wrapper .right .social svg:hover polygon {
  fill: #1F3B72;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .site-footer .wrapper .right .social {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
.site-footer .site-info {
  text-align: center;
  border-top: 1px solid #B5A066;
  padding: 20px;
}
.site-footer .site-info p {
  padding: 0;
  font-size: 16px;
  margin: 0;
}
.site-footer h3 {
  font-family: "nimbus-sans", sans-serif;
  font-display: swap;
}
@media only screen and (max-width: 768px) {
  .site-footer .menu-one, .site-footer .menu-two, .site-footer .menu-three {
    display: block;
    width: 100%;
    position: relative;
  }
  .site-footer .menu-one::after, .site-footer .menu-two::after, .site-footer .menu-three::after {
    content: url("../../themes/vrum//img/svg/v-ui-plus.svg");
    width: 20px;
    display: block;
    right: 0;
    position: absolute;
    top: 0;
    transition: 0.3s;
  }
  .site-footer .menu-one .menu-footer-one-container, .site-footer .menu-one .menu-footer-two-container, .site-footer .menu-one .menu-footer-three-container, .site-footer .menu-two .menu-footer-one-container, .site-footer .menu-two .menu-footer-two-container, .site-footer .menu-two .menu-footer-three-container, .site-footer .menu-three .menu-footer-one-container, .site-footer .menu-three .menu-footer-two-container, .site-footer .menu-three .menu-footer-three-container {
    display: none;
  }
  .site-footer .menu-one .menu-footer-one-container.toggled, .site-footer .menu-one .menu-footer-two-container.toggled, .site-footer .menu-one .menu-footer-three-container.toggled, .site-footer .menu-two .menu-footer-one-container.toggled, .site-footer .menu-two .menu-footer-two-container.toggled, .site-footer .menu-two .menu-footer-three-container.toggled, .site-footer .menu-three .menu-footer-one-container.toggled, .site-footer .menu-three .menu-footer-two-container.toggled, .site-footer .menu-three .menu-footer-three-container.toggled {
    display: block;
  }
  .site-footer .menu-one.footer-menu-is-active::after, .site-footer .menu-two.footer-menu-is-active::after, .site-footer .menu-three.footer-menu-is-active::after {
    content: url("../../themes/vrum//img/svg/v-ui-plus-minus.svg");
    width: 20px;
    display: block;
    right: 0;
    position: absolute;
    top: 0;
    transform: translateY(0) rotate(180deg);
  }
}

.home-hero-section {
  height: 100vh;
  position: relative;
}
.home-hero-section .bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-hero-section .overlay {
  position: absolute;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home-hero-section .max-container {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.home-hero-section h2 {
  text-align: left;
  font-weight: 400;
  text-transform: unset;
  font-size: 27px;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  font-family: "nimbus-sans", sans-serif;
  font-display: swap;
}
.home-hero-section .bottom {
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .home-hero-section .bottom {
    margin-top: 0;
  }
}
.home-hero-section .bottom p {
  margin: 0 0 12px 0;
  font-size: 18px;
  text-transform: unset;
  font-weight: 600;
}
.home-hero-section .text-wrapper {
  max-width: 785px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px 20px 50px 0;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .home-hero-section .text-wrapper {
    padding: 20px 40px;
    max-width: 100%;
    text-align: center;
    align-items: center;
  }
}
.home-hero-section h1 {
  font-size: 50px;
  text-transform: unset;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .home-hero-section h1 {
    font-size: 25px;
    line-height: normal;
    text-align: center;
  }
}
.home-hero-section .button {
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .home-hero-section .button {
    font-size: 16px;
  }
}
.home-hero-section .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.home-hero-section .button:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}
.home-hero-section .slick-prev,
.home-hero-section .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  padding: 10px;
  color: #ffffff;
}
.home-hero-section .slick-prev {
  left: 40px;
  outline: none;
  background: none;
  border: none;
  font-size: 0;
}
.home-hero-section .slick-prev:before {
  content: url("./img/svg/right-arrow.svg");
  width: 20px;
  display: block;
  transform: rotate(180deg);
}
@media screen and (max-width: 769px) {
  .home-hero-section .slick-prev {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(0, -50%);
    height: 40px;
  }
}
.home-hero-section .slick-next {
  right: 0;
  outline: none;
  background: none;
  border: none;
  font-size: 0;
  width: max-content;
}
.home-hero-section .slick-next:before {
  content: url("./img/svg/right-arrow.svg");
  width: 20px;
  display: block;
}
@media screen and (max-width: 769px) {
  .home-hero-section .slick-next {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(0, -50%);
    height: 40px;
  }
}
.home-hero-section .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.home-hero-section .slick-dots li {
  margin: 0 0.25rem;
}
.home-hero-section .slick-dots li:hover {
  cursor: pointer;
}
.home-hero-section .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 100%;
  text-indent: -9999px;
  border: none;
  width: 20px;
  height: 20px;
  background: url("../../themes/vrum/img/svg/slider-icon.svg");
  background-size: 20px 20px;
  cursor: pointer;
}
.home-hero-section .slick-dots li.slick-active button {
  border: none;
  background: url("../../themes/vrum/img/svg/slider-icon-active.svg");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.showcase-section {
  padding: 120px 0;
}
.showcase-section h2 {
  text-align: center;
}
.showcase-section .showcase-block {
  display: flex;
  margin-top: 55px;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .showcase-section .showcase-block {
    flex-direction: column;
  }
}
.showcase-section .showcase-block .showcase {
  text-align: center;
}
.showcase-section .showcase-block .showcase a {
  display: block;
}
.showcase-section .showcase-block .showcase img {
  max-width: 435px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .showcase-section .showcase-block .showcase img {
    max-width: 320px;
  }
}
.showcase-section .showcase-block .showcase p {
  margin: 0;
  padding-top: 32px;
  text-transform: uppercase;
  font-weight: 600;
}
.showcase-section .showcase-block .showcase .button {
  margin-top: 32px;
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .showcase-section .showcase-block .showcase .button {
    font-size: 16px;
  }
}
.showcase-section .showcase-block .showcase .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.showcase-section .showcase-block .showcase .button:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}
.showcase-section .slick-prev.slick-arrow.slick-disabled,
.showcase-section .slick-next.slick-arrow.slick-disabled {
  display: none !important;
}
.showcase-section .showcase-block .showcase {
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  margin: 0 -24px;
  opacity: 0.5;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  transition: all 0.3s ease-in-out;
  filter: blur(1px);
}
.showcase-section .showcase-block .slick-list {
  padding: 20px 0 !important;
}
.showcase-section .showcase-block .slick-center {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  filter: blur(0);
}
.showcase-section .slick-slide {
  outline: none;
}
.showcase-section .slick-prev,
.showcase-section .slick-next {
  position: absolute;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  background-color: #1F3B72 !important;
  padding: 10px;
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  .showcase-section .slick-prev,
.showcase-section .slick-next {
    bottom: -50px;
  }
}
.showcase-section .slick-prev {
  left: 100px;
  outline: none;
  background: none;
  border: none;
  font-size: 0;
}
.showcase-section .slick-prev:before {
  content: url("./img/svg/right-arrow.svg");
  width: 20px;
  display: block;
  transform: rotate(180deg);
}
@media screen and (max-width: 769px) {
  .showcase-section .slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    height: 40px;
  }
}
.showcase-section .slick-next {
  right: 100px;
  outline: none;
  background: none;
  border: none;
  font-size: 0;
}
.showcase-section .slick-next:before {
  content: url("./img/svg/right-arrow.svg");
  width: 20px;
  display: block;
}
@media screen and (max-width: 769px) {
  .showcase-section .slick-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    height: 40px;
  }
}
.showcase-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.showcase-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.showcase-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.showcase-section.white a {
  color: #1F3B72;
}
.mixofthemonth-section {
  padding: 60px 0;
}
.mixofthemonth-section .mix-of-the-month {
  display: flex;
  align-items: center;
  gap: 180px;
}
@media screen and (max-width: 1050px) {
  .mixofthemonth-section .mix-of-the-month {
    flex-direction: column;
    gap: 32px;
  }
}
.mixofthemonth-section .mix-of-the-month .left, .mixofthemonth-section .mix-of-the-month .bg-image {
  flex: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 720px;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .mixofthemonth-section .mix-of-the-month .left, .mixofthemonth-section .mix-of-the-month .bg-image {
    flex: unset;
  }
}
@media screen and (max-width: 769px) {
  .mixofthemonth-section .mix-of-the-month .left, .mixofthemonth-section .mix-of-the-month .bg-image {
    height: 400px;
  }
}
.mixofthemonth-section .mix-of-the-month .left .overlay-image, .mixofthemonth-section .mix-of-the-month .bg-image .overlay-image {
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translate(0, -50%);
  max-width: 550px;
  width: 100%;
  filter: drop-shadow(-15px 15px 5px rgba(1, 6, 16, 0.4));
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1050px) {
  .mixofthemonth-section .mix-of-the-month .left .overlay-image, .mixofthemonth-section .mix-of-the-month .bg-image .overlay-image {
    right: 0;
    height: 400px;
  }
}
@media screen and (max-width: 769px) {
  .mixofthemonth-section .mix-of-the-month .left .overlay-image, .mixofthemonth-section .mix-of-the-month .bg-image .overlay-image {
    border: none;
  }
}
@media screen and (max-width: 769px) {
  .mixofthemonth-section .mix-of-the-month .bg-image {
    display: none;
  }
}
.mixofthemonth-section .mix-of-the-month .right {
  flex: 1;
  padding-right: 50px;
}
@media screen and (max-width: 769px) {
  .mixofthemonth-section .mix-of-the-month .right {
    padding-right: 20px;
  }
}
.mixofthemonth-section .mix-of-the-month .right .ingredients-block {
  margin: 40px 0;
  -webkit-box-shadow: 8px 8px 0px 0px #1F3B72;
  box-shadow: 8px 8px 0px 0px #1F3B72;
  border: 1px solid #1F3B72;
  padding: 24px;
}
.mixofthemonth-section .mix-of-the-month .right .ingredients-block h4 {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  letter-spacing: 1;
}
.mixofthemonth-section .mix-of-the-month .right .ingredients-block .ingredients {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  .mixofthemonth-section .mix-of-the-month .right .ingredients-block .ingredients {
    flex-direction: column;
    font-size: 16px;
  }
}
.mixofthemonth-section .mix-of-the-month .right .ingredients-block .ingredients li::after {
  content: ",";
}
.mixofthemonth-section .mix-of-the-month .right .ingredients-block .ingredients li:last-child::after {
  content: none;
}
.mixofthemonth-section .mix-of-the-month .right .button-two {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #ECEDF5;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 769px) {
  .mixofthemonth-section .mix-of-the-month .right .button-two {
    font-size: 16px;
  }
}
.mixofthemonth-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.mixofthemonth-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.mixofthemonth-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.mixofthemonth-section.white a {
  color: #1F3B72;
}
.mixofthemonth-section.white .ingredients-block {
  background-color: #ffffff;
  color: #1F3B72;
}
.mixofthemonth-section.white a {
  color: #1F3B72 !important;
}
.mixofthemonth-section.white svg path {
  stroke: #1F3B72;
}
.mixofthemonth-section.space .ingredients-block {
  background-color: #ffffff;
  color: #1F3B72;
}
.mixofthemonth-section.space .ingredients-block a {
  color: #1F3B72 !important;
}
.mixofthemonth-section.space .ingredients-block svg path {
  stroke: #1F3B72;
}

.products-section {
  padding: 30px 0 60px 0;
}
.products-section h2 {
  text-align: center;
}
.products-section .product-block {
  display: flex;
  margin-top: 55px;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.products-section .product-block .product {
  text-align: center;
  position: relative;
  flex: 1;
}
.products-section .product-block .product a {
  display: block;
}
.products-section .product-block .product a:hover {
  text-decoration: none;
}
.products-section .product-block .product img {
  max-width: 435px;
  width: 100%;
  display: block;
  margin: 0 auto !important;
  transition: transform 0.5s;
}
.products-section .product-block .product h3 {
  margin: 0;
  padding-top: 32px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 1.35px;
  font-family: "nimbus-sans", sans-serif;
  font-display: swap;
}
.products-section .product-block .product .price, .products-section .product-block .product ins {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 37px;
  font-weight: bold;
}
.products-section .product-block .product .button {
  margin-top: 15px;
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .products-section .product-block .product .button {
    font-size: 16px;
  }
}
.products-section .product-block .product .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.products-section .product-block .product .button:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}
.products-section .product-block .product .product-notification-banner {
  position: absolute;
  background-color: #B5A066;
  color: #1C1C35;
  text-align: center;
  width: 100%;
  padding: 5px;
  z-index: 1;
  top: -30px;
}
@media screen and (max-width: 769px) {
  .products-section .product-block .product .product-notification-banner {
    position: relative;
    top: 0;
  }
}
.products-section .product-block .product .product-notification-banner h5 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.products-section .product-block .product:hover img {
  transform: scale(1.1);
}
.products-section .slick-prev {
  background: none;
  color: transparent;
  font-size: 0;
  border: none;
}
.products-section .slick-prev::before {
  content: "";
  background: url("./img/svg/border-arrow-left.svg");
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .products-section .slick-prev::before {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
}
.products-section .slick-next {
  background: none;
  color: transparent;
  font-size: 0;
  border: none;
}
.products-section .slick-next::before {
  content: "";
  background: url("./img/svg/border-arrow-right.svg");
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .products-section .slick-next::before {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
}
.products-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.products-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.products-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.products-section.white a {
  color: #1F3B72;
}
.join-team-v-section {
  padding: 60px 0;
}
.join-team-v-section .join-team-v-block {
  display: flex;
  align-items: center;
  gap: 180px;
}
@media screen and (max-width: 1050px) {
  .join-team-v-section .join-team-v-block {
    flex-direction: column;
    gap: 32px;
  }
}
.join-team-v-section .join-team-v-block .left, .join-team-v-section .join-team-v-block .bg-image {
  flex: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 720px;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .join-team-v-section .join-team-v-block .left, .join-team-v-section .join-team-v-block .bg-image {
    flex: unset;
  }
}
@media screen and (max-width: 769px) {
  .join-team-v-section .join-team-v-block .left, .join-team-v-section .join-team-v-block .bg-image {
    height: 400px;
  }
}
.join-team-v-section .join-team-v-block .left .front-image, .join-team-v-section .join-team-v-block .bg-image .front-image {
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translate(0, -50%);
  max-width: 550px;
  width: 100%;
  filter: drop-shadow(-15px 15px 5px rgba(1, 6, 16, 0.4));
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1050px) {
  .join-team-v-section .join-team-v-block .left .front-image, .join-team-v-section .join-team-v-block .bg-image .front-image {
    right: 0;
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .join-team-v-section .join-team-v-block .left .front-image, .join-team-v-section .join-team-v-block .bg-image .front-image {
    border: none;
  }
}
.join-team-v-section .join-team-v-block .right {
  flex: 1;
  padding-right: 50px;
}
@media screen and (max-width: 769px) {
  .join-team-v-section .join-team-v-block .right {
    padding-right: 0;
  }
}
.join-team-v-section .join-team-v-block .right .ref_p {
  display: none;
}
.join-team-v-section .join-team-v-block .right .woocommerce-privacy-policy-text {
  margin-top: 40px;
}
.join-team-v-section .join-team-v-block .right .woocommerce-privacy-policy-text p {
  font-size: 16px;
  font-style: italic;
}
@media screen and (max-width: 769px) {
  .join-team-v-section .join-team-v-block .right .woocommerce-privacy-policy-text p {
    font-size: 14px;
  }
}
.join-team-v-section .join-team-v-block .right input {
  background: transparent;
  color: #ffffff;
  border: 0 !important;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-radius: 0 !important;
  border-bottom: 1px solid #ffffff !important;
  width: 100%;
}
.join-team-v-section .join-team-v-block .right input:focus {
  background-color: rgba(31, 59, 114, 0.3) !important;
  outline: none;
  color: #ffffff !important;
}
.join-team-v-section.logged-in .buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.join-team-v-section.logged-in .event-wrap {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-direction: column;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.join-team-v-section.logged-in .event-wrap .item {
  position: relative;
  display: block;
  flex: 1;
  text-align: left;
  position: relative;
  padding: 32px;
  transition: all 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
}
.join-team-v-section.logged-in .event-wrap .item:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #1F3B72;
  box-shadow: 8px 8px 0px 0px #1F3B72;
}
.join-team-v-section.logged-in .event-wrap .item .overlay {
  background: rgba(1, 6, 16, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.join-team-v-section.logged-in .event-wrap .item .text-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .join-team-v-section.logged-in .event-wrap .item .text-wrap {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
.join-team-v-section.logged-in .event-wrap .item .text-wrap p {
  margin: 0;
}
.join-team-v-section.logged-in .event-wrap .item .button {
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  .join-team-v-section.logged-in .event-wrap .item .button {
    font-size: 16px;
  }
}
.join-team-v-section.logged-in .event-wrap .item .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.join-team-v-section.logged-in .event-wrap .item .button:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}
.join-team-v-section .form-row-first {
  width: 47%;
  overflow: visible;
  float: left;
}
@media screen and (max-width: 769px) {
  .join-team-v-section .form-row-first {
    width: 100%;
  }
}
.join-team-v-section .form-row-last {
  width: 47%;
  overflow: visible;
  float: right;
}
@media screen and (max-width: 769px) {
  .join-team-v-section .form-row-last {
    width: 100%;
  }
}
.join-team-v-section .form-row-wide input {
  width: 100%;
}
.join-team-v-section button, .join-team-v-section .button {
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .join-team-v-section button, .join-team-v-section .button {
    font-size: 16px;
  }
}
.join-team-v-section button:hover, .join-team-v-section .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.join-team-v-section button:active, .join-team-v-section .button:active {
  background: #ffffff;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}
.join-team-v-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.join-team-v-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.join-team-v-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.join-team-v-section.white a {
  color: #1F3B72;
}
.join-team-v-section.white .event {
  color: #ffffff;
}
.join-team-v-section.white .right input {
  border-bottom: 1px solid #1F3B72 !important;
}
.join-team-v-section.white .button {
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .join-team-v-section.white .button {
    font-size: 16px;
  }
}
.join-team-v-section.white .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.join-team-v-section.white .button:active {
  background: #ffffff;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}
.ambassador-spotlight-section {
  padding: 120px 0;
}
.ambassador-spotlight-section h2 {
  text-align: center;
}
.ambassador-spotlight-section .ambassador-wrap {
  display: flex;
  gap: 80px;
  justify-content: center;
  margin-top: 55px;
}
@media screen and (max-width: 1050px) {
  .ambassador-spotlight-section .ambassador-wrap {
    flex-direction: column;
    margin-top: 0;
  }
}
.ambassador-spotlight-section .ambassador-wrap .ambassador {
  text-align: center;
  flex: 1;
}
.ambassador-spotlight-section .ambassador-wrap .ambassador a {
  display: block;
}
.ambassador-spotlight-section .ambassador-wrap .ambassador img {
  max-width: 435px;
  width: 100%;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 769px) {
  .ambassador-spotlight-section .ambassador-wrap .ambassador img {
    max-width: 300px;
  }
}
.ambassador-spotlight-section .ambassador-wrap .ambassador h3 {
  margin-top: 24px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 769px) {
  .ambassador-spotlight-section .ambassador-wrap .ambassador h3 {
    align-items: center;
  }
}
.ambassador-spotlight-section .ambassador-wrap .ambassador h3 svg #Ellipse_2 {
  transition: all 0.3s ease-in-out;
}
.ambassador-spotlight-section .ambassador-wrap .ambassador p {
  margin: 0;
  padding-top: 32px;
}
.ambassador-spotlight-section .ambassador-wrap .ambassador .button {
  margin-top: 32px;
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .ambassador-spotlight-section .ambassador-wrap .ambassador .button {
    font-size: 16px;
  }
}
.ambassador-spotlight-section .ambassador-wrap .ambassador .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.ambassador-spotlight-section .ambassador-wrap .ambassador .button:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}
.ambassador-spotlight-section .ambassador-wrap .ambassador:hover a {
  text-decoration: none;
}
.ambassador-spotlight-section .ambassador-wrap .ambassador:hover img {
  -webkit-box-shadow: 16px -15px 0px 0px #1F3B72;
  box-shadow: 16px -15px 0px 0px #1F3B72;
}
.ambassador-spotlight-section .ambassador-wrap .ambassador:hover h3 {
  text-decoration: none;
}
.ambassador-spotlight-section .ambassador-wrap .ambassador:hover h3 svg #Ellipse_2 {
  fill: #1F3B72;
}
.ambassador-spotlight-section .slick-prev.slick-arrow.slick-disabled,
.ambassador-spotlight-section .slick-next.slick-arrow.slick-disabled {
  display: none !important;
}
.ambassador-spotlight-section .ambassador-wrap .ambassador {
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  margin: 0 -24px;
  opacity: 0.5;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  transition: all 0.3s ease-in-out;
  filter: blur(1px);
}
.ambassador-spotlight-section .ambassador-wrap .slick-list {
  padding: 0 !important;
}
.ambassador-spotlight-section .ambassador-wrap .slick-center {
  opacity: 1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  filter: blur(0);
}
.ambassador-spotlight-section .slick-slide {
  outline: none;
}
.ambassador-spotlight-section .slick-prev,
.ambassador-spotlight-section .slick-next {
  position: absolute;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  background-color: #1F3B72 !important;
  padding: 10px;
  color: #ffffff;
}
.ambassador-spotlight-section .slick-prev {
  left: 100px;
  outline: none;
  background: none;
  border: none;
  font-size: 0;
}
.ambassador-spotlight-section .slick-prev:before {
  content: url("./img/svg/right-arrow.svg");
  width: 20px;
  display: block;
  transform: rotate(180deg);
}
@media screen and (max-width: 769px) {
  .ambassador-spotlight-section .slick-prev {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(0, -50%);
    height: 40px;
  }
}
.ambassador-spotlight-section .slick-next {
  right: 100px;
  outline: none;
  background: none;
  border: none;
  font-size: 0;
}
.ambassador-spotlight-section .slick-next:before {
  content: url("./img/svg/right-arrow.svg");
  width: 20px;
  display: block;
}
@media screen and (max-width: 769px) {
  .ambassador-spotlight-section .slick-next {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(0, -50%);
    height: 40px;
  }
}
.ambassador-spotlight-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.ambassador-spotlight-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.ambassador-spotlight-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.ambassador-spotlight-section.white a {
  color: #1F3B72;
}
.instagram-section {
  margin: 120px auto 160px auto;
  margin: 60px auto;
}
.instagram-section h2 {
  text-align: center;
}

.standard-template .hero-section {
  height: 100vh;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 0 20px;
}
.standard-template .hero-section .overlay {
  background: rgba(1, 6, 16, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.standard-template .hero-section .intro-block {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  z-index: 99;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.standard-template .hero-section .intro-block h4 {
  font-weight: normal;
  margin-top: 12px;
  text-transform: unset;
}
.standard-template .hero-section .intro-block .readmore-text {
  margin-top: 20px;
  text-align: center;
}
.standard-template .hero-section .intro-block .readmore-text p {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.standard-template .hero-section .intro-block .readmore-text svg {
  margin-top: 10px;
}
.standard-template .hero-section h1 {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 134px;
}
.standard-template .standard-video-wrapper {
  position: relative;
}
@media screen and (max-width: 1050px) {
  .standard-template .standard-video-wrapper {
    padding-top: 52px;
  }
}
.standard-template .standard-video-wrapper .overlay {
  background: rgba(1, 6, 16, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.standard-template .standard-video-wrapper video {
  display: block;
  width: 100%;
  height: 100%;
}
.standard-template .standard-video-wrapper .text-wrapper {
  max-width: 785px;
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
}
.standard-template .standard-video-wrapper h1 {
  font-size: 50px;
}
.standard-template .standard-video-wrapper .button {
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .standard-template .standard-video-wrapper .button {
    font-size: 16px;
  }
}
.standard-template .standard-video-wrapper .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.standard-template .standard-video-wrapper .button:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}
.standard-template .standard-video-wrapper #muteButton {
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 10px;
  background-color: #B5A066;
  color: white;
  border: none;
  border-radius: 50% !important;
  cursor: pointer;
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transform: scale(0.9);
}
.standard-template .standard-video-wrapper #muteButton:hover {
  background-color: #1F3B72;
  transform: scale(1);
}
.standard-template .standard-video-wrapper #muteButton:focus {
  outline-offset: 2px;
}
.standard-template .standard-video-wrapper #muteButton svg {
  width: 24px;
  height: 24px;
  fill: white;
}
.standard-template .standard-video-wrapper .hidden {
  display: none;
}

.one-column-section {
  padding: 60px 0;
}
.one-column-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.one-column-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.one-column-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.one-column-section.white a {
  color: #1F3B72;
}
.one-column-section.white .wysiwyg-button a {
  color: #ffffff;
}
.accordion-section {
  padding: 120px 0;
}
.accordion-section h2 {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.accordion-section .accordion {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 50px;
  row-gap: 20px;
}
.accordion-section .accordion span {
  font-size: 16px;
  margin-top: 30px;
  display: block;
}
.accordion-section .accordion .accordion-head {
  color: #ffffff;
  background-color: transparent;
  border-bottom: 2px solid white;
  position: relative;
  padding: 10px 2px;
  font-size: 20px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: border-color 1s cubic-bezier(1, 0, 0, 0.5);
}
.accordion-section .accordion .accordion-head * {
  cursor: pointer;
}
.accordion-section .accordion .accordion-head h4 {
  margin: 0;
  font-weight: bold;
}
.accordion-section .accordion .accordion-head:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.accordion-section .accordion .accordion-head.open {
  border-bottom: 0 solid rgba(255, 255, 255, 0);
}
.accordion-section .accordion .accordion-body {
  border-bottom: 2px solid #ffffff;
  padding: 10px 0;
  height: auto;
  display: none;
  margin: 0;
}
.accordion-section .accordion .accordion-body p {
  margin-bottom: 5px;
}
.accordion-section .accordion .accordion-body p strong {
  margin-bottom: 8px;
  display: block;
}
.accordion-section .accordion .accordion-body p:first-of-type {
  margin-top: 0;
}
.accordion-section .arrow {
  height: 20px;
}
.accordion-section .arrow:after {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: url("../../themes/vrum//img/svg/v-ui-plus.svg");
  font-weight: 900;
  color: #ffffff;
  transition: 0.3s;
}
.accordion-section .accordion-head.close .arrow:after {
  content: url("../../themes/vrum//img/svg/v-ui-plus.svg");
  font-weight: 900;
}
.accordion-section .accordion-head.open .arrow:after {
  content: url("../../themes/vrum//img/svg/v-ui-plus-minus.svg");
  font-weight: 900;
  transform: translateY(0) rotate(180deg);
}
.accordion-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.accordion-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.accordion-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.accordion-section.white a {
  color: #1F3B72;
}
.accordion-section.white .accordion-head {
  color: #1F3B72 !important;
  border-bottom: 1px solid #1F3B72;
}
.form-section {
  padding: 120px 0;
  padding: 56px 0;
}
.form-section .form-wrapper {
  padding-top: 48px;
}
.form-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.form-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.form-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.form-section.white a {
  color: #1F3B72;
}
.form-section.white input[type=text],
.form-section.white input[type=email],
.form-section.white input[type=number],
.form-section.white input[type=tel],
.form-section.white select {
  border-bottom: 1px solid #1F3B72 !important;
  color: #1F3B72 !important;
}
.form-section.white .gform-footer .form_button {
  color: #ffffff !important;
}
.form-section.white textarea {
  color: #1F3B72 !important;
}
.contact-us-section {
  padding: 120px 0;
}
.contact-us-section .max-container {
  display: flex;
  gap: 106px;
}
@media screen and (max-width: 1050px) {
  .contact-us-section .max-container {
    flex-direction: column;
    gap: 40px;
  }
}
.contact-us-section .left {
  flex: 1;
}
.contact-us-section .right {
  flex: 1;
}
.contact-us-section .right iframe {
  -webkit-box-shadow: 8px 8px 0px 0px #1F3B72;
  box-shadow: 8px 8px 0px 0px #1F3B72;
}
.contact-us-section .right h4 {
  margin: 22px 0;
}
.contact-us-section .right .location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
}
.contact-us-section .right .location p {
  margin: 0;
}
@media screen and (max-width: 769px) {
  .contact-us-section .right svg {
    width: 23px;
  }
}
.contact-us-section .right .email {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
}
.contact-us-section .right .email p {
  margin: 0;
  font-weight: bold;
}
.contact-us-section .right .email a p {
  font-weight: normal;
}
.contact-us-section .right .phone-number {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
}
.contact-us-section .right .phone-number p {
  margin: 0;
  font-weight: bold;
}
.contact-us-section .right .phone-number a p {
  font-weight: normal;
}
.contact-us-section .right .phone-number .phone-info {
  display: flex;
  gap: 10px;
}
.contact-us-section .right .connect-with .connect {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact-us-section .right .connect-with .connect a {
  display: block;
}
.contact-us-section .right .connect-with .connect a svg {
  max-width: 40px;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.contact-us-section .right .connect-with .connect a svg:hover {
  transform: scale(1.2);
}
.contact-us-section .right .connect-with .connect a svg:hover polygon {
  fill: #1F3B72;
  opacity: 1;
}
.contact-us-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.contact-us-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.contact-us-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.contact-us-section.white a {
  color: #1F3B72;
}
.contact-us-section.white input, .contact-us-section.white select, .contact-us-section.white textarea {
  border-bottom: 1px solid #1F3B72 !important;
  color: #1F3B72 !important;
}
.contact-us-section.white .gform_button {
  color: #ffffff !important;
}
.contact-us-section.white svg path, .contact-us-section.white svg circle {
  stroke: #1F3B72;
}
.contact-us-section.white .connect path {
  fill: #1F3B72;
}
.contact-us-section.white .connect svg:hover path {
  fill: #ffffff;
}
.image-link-column-section {
  padding: 120px 0;
}
.image-link-column-section .wrap {
  display: flex;
  gap: 40px;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1050px) {
  .image-link-column-section .wrap {
    flex-direction: column;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 769px) {
  .image-link-column-section .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.image-link-column-section .wrap .item {
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
}
.image-link-column-section .wrap .item:hover {
  transition: all 0.3s ease-in-out;
}
.image-link-column-section .wrap .item:hover .image {
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 16px -15px 0px 0px #1F3B72;
  box-shadow: 16px -15px 0px 0px #1F3B72;
}
.image-link-column-section .wrap .item a {
  display: block;
  text-decoration: none;
}
.image-link-column-section .wrap .item .image {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-link-column-section .wrap .item h3 {
  text-transform: uppercase;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.image-link-column-section .disabled {
  opacity: 0.3;
}
.image-link-column-section .active-item {
  opacity: 1;
}
.image-link-column-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.image-link-column-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.image-link-column-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.image-link-column-section.white a {
  color: #1F3B72;
}
.image-link-column-section.white svg circle {
  fill: #1F3B72;
}
.full-width-two-image-text-section {
  padding: 60px 0;
}
.full-width-two-image-text-section .wrapper {
  display: flex;
  gap: 180px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .full-width-two-image-text-section .wrapper {
    flex-direction: column;
    gap: 32px;
  }
}
.full-width-two-image-text-section .wrapper .left {
  flex: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 720px;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .full-width-two-image-text-section .wrapper .left {
    flex: unset;
  }
}
.full-width-two-image-text-section .wrapper .left .front-image {
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translate(0, -50%);
  max-width: 550px;
  width: 100%;
  filter: drop-shadow(-15px 15px 5px rgba(1, 6, 16, 0.4));
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1050px) {
  .full-width-two-image-text-section .wrapper .left .front-image {
    right: 0;
    display: none;
  }
}
.full-width-two-image-text-section .wrapper .right {
  flex: 1;
  padding-right: 50px;
}
@media screen and (max-width: 769px) {
  .full-width-two-image-text-section .wrapper .right {
    padding-right: 20px;
  }
}
.full-width-two-image-text-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.full-width-two-image-text-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.full-width-two-image-text-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.full-width-two-image-text-section.white a {
  color: #1F3B72;
}
.full-width-two-image-text-section.white svg path {
  stroke: #1F3B72;
}
.full-width-image-text-section .wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .full-width-image-text-section .wrapper {
    flex-direction: column;
    gap: 32px;
  }
}
.full-width-image-text-section .wrapper .image {
  flex: 1;
  height: 610px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .full-width-image-text-section .wrapper .image {
    flex: unset;
  }
}
@media only screen and (max-width: 768px) {
  .full-width-image-text-section .wrapper .image {
    height: 400px;
  }
}
.full-width-image-text-section .wrapper .text {
  flex: 1;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1050px) {
  .full-width-image-text-section .wrapper .text {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.full-width-image-text-section .wrapper .text .social {
  display: flex;
  gap: 20px;
  margin-top: 24px;
}
.full-width-image-text-section .wrapper .text .social a {
  display: block;
}
.full-width-image-text-section .wrapper .text .social svg {
  max-width: 40px;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .full-width-image-text-section .wrapper .text .social svg {
    max-width: 34px;
  }
}
.full-width-image-text-section .wrapper .text .social svg:hover {
  transform: scale(1.2);
}
.full-width-image-text-section .wrapper .text .social svg:hover polygon {
  fill: #1F3B72;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .full-width-image-text-section .wrapper .text .social {
    flex-wrap: wrap;
  }
}
.full-width-image-text-section .wrapper.left {
  flex-direction: row;
}
@media screen and (max-width: 1050px) {
  .full-width-image-text-section .wrapper.left {
    flex-direction: column;
  }
}
.full-width-image-text-section .wrapper.left .text {
  padding-right: 50px;
}
@media screen and (max-width: 1050px) {
  .full-width-image-text-section .wrapper.left .text {
    padding-right: 0;
  }
}
.full-width-image-text-section .wrapper.right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1050px) {
  .full-width-image-text-section .wrapper.right {
    flex-direction: column;
  }
}
.full-width-image-text-section .wrapper.right .text {
  padding-left: 50px;
}
@media screen and (max-width: 1050px) {
  .full-width-image-text-section .wrapper.right .text {
    padding-left: 0;
  }
}
.full-width-image-text-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.full-width-image-text-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.full-width-image-text-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.full-width-image-text-section.white a {
  color: #1F3B72;
}
.full-width-image-text-section.white .social path {
  fill: #1F3B72;
}
.full-width-image-text-section.white .social svg:hover path {
  fill: #ECEDF5;
}
.full-width-image-text-section.white .button-arrow path {
  stroke: #1F3B72;
}
.full-width-image-text-offset-section .wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .full-width-image-text-offset-section .wrapper {
    flex-direction: column;
    gap: 32px;
    padding: 20px;
  }
}
.full-width-image-text-offset-section .wrapper .image {
  flex: 2;
  height: 610px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .full-width-image-text-offset-section .wrapper .image {
    flex: unset;
  }
}
@media only screen and (max-width: 768px) {
  .full-width-image-text-offset-section .wrapper .image {
    height: 400px;
  }
}
.full-width-image-text-offset-section .wrapper .text {
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1050px) {
  .full-width-image-text-offset-section .wrapper .text {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.full-width-image-text-offset-section .wrapper.left {
  flex-direction: row;
}
@media screen and (max-width: 1050px) {
  .full-width-image-text-offset-section .wrapper.left {
    flex-direction: column;
  }
}
.full-width-image-text-offset-section .wrapper.left .text {
  padding-right: 50px;
}
@media screen and (max-width: 1050px) {
  .full-width-image-text-offset-section .wrapper.left .text {
    padding-right: 0;
  }
}
.full-width-image-text-offset-section .wrapper.right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1050px) {
  .full-width-image-text-offset-section .wrapper.right {
    flex-direction: column;
  }
}
.full-width-image-text-offset-section .wrapper.right .text {
  padding-left: 50px;
}
@media screen and (max-width: 1050px) {
  .full-width-image-text-offset-section .wrapper.right .text {
    padding-left: 0;
  }
}
.full-width-image-text-offset-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.full-width-image-text-offset-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.full-width-image-text-offset-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.full-width-image-text-offset-section.white a {
  color: #1F3B72;
}
.full-width-image-text-offset-section.white .social path {
  fill: #1F3B72;
}
.full-width-image-text-offset-section.white .social svg:hover path {
  fill: #ECEDF5;
}
.full-width-image-text-offset-section.white .button-arrow path {
  stroke: #1F3B72;
}
.full-width-form-text-section {
  padding: 120px 0;
}
.full-width-form-text-section .wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .full-width-form-text-section .wrapper {
    flex-direction: column;
  }
}
.full-width-form-text-section .wrapper .form-wrapper {
  flex: 1;
  padding-top: 48px;
}
.full-width-form-text-section .wrapper .text {
  flex: 1;
}
.full-width-form-text-section .wrapper .text .social {
  display: flex;
  gap: 20px;
  margin-top: 24px;
}
.full-width-form-text-section .wrapper .text .social a {
  display: block;
}
.full-width-form-text-section .wrapper .text .social svg {
  max-width: 40px;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .full-width-form-text-section .wrapper .text .social svg {
    max-width: 34px;
  }
}
.full-width-form-text-section .wrapper .text .social svg:hover {
  transform: scale(1.2);
}
.full-width-form-text-section .wrapper .text .social svg:hover polygon {
  fill: #1F3B72;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .full-width-form-text-section .wrapper .text .social {
    flex-wrap: wrap;
  }
}
.full-width-form-text-section .wrapper.left {
  flex-direction: row;
}
@media screen and (max-width: 1050px) {
  .full-width-form-text-section .wrapper.left {
    flex-direction: column;
  }
}
.full-width-form-text-section .wrapper.left .text {
  padding-right: 50px;
}
@media screen and (max-width: 1050px) {
  .full-width-form-text-section .wrapper.left .text {
    padding-right: 0;
  }
}
.full-width-form-text-section .wrapper.right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1050px) {
  .full-width-form-text-section .wrapper.right {
    flex-direction: column;
  }
}
.full-width-form-text-section .wrapper.right .text {
  padding-left: 50px;
}
@media screen and (max-width: 1050px) {
  .full-width-form-text-section .wrapper.right .text {
    padding-left: 0;
  }
}
.full-width-form-text-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.full-width-form-text-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.full-width-form-text-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.full-width-form-text-section.white a {
  color: #1F3B72;
}
.full-width-form-text-section.white .social path {
  fill: #1F3B72;
}
.full-width-form-text-section.white .social svg:hover path {
  fill: #ECEDF5;
}
.full-width-form-text-section.white .button-arrow path {
  stroke: #1F3B72;
}
.slider-section {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slider-section .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: -70px;
  right: 50%;
  transform: translate(50%, 0%);
  z-index: 2;
}
.slider-section .slick-dots li {
  margin: 0 0.25rem;
}
.slider-section .slick-dots li:hover {
  cursor: pointer;
}
.slider-section .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 100%;
  text-indent: -9999px;
  border: none;
  width: 20px;
  height: 20px;
  background: url("../../themes/vrum/img/svg/slider-icon.svg");
  background-size: 20px 20px;
  cursor: pointer;
}
.slider-section .slick-dots li.slick-active button {
  border: none;
  background: url("../../themes/vrum/img/svg/slider-icon-active.svg");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.slider-section .slick-prev, .slider-section .slick-next {
  display: none !important;
}
.slider-section .slider-wrapper {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 180px;
}
@media screen and (max-width: 1050px) {
  .slider-section .slider-wrapper {
    flex-direction: column;
    gap: 32px;
  }
}
.slider-section .slider-wrapper .left {
  flex: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .slider-section .slider-wrapper .left {
    flex: unset;
  }
}
.slider-section .slider-wrapper .left .front-image {
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translate(0, -50%);
  max-width: 450px;
  width: 100%;
  filter: drop-shadow(-15px 15px 5px rgba(1, 6, 16, 0.4));
}
@media screen and (max-width: 1050px) {
  .slider-section .slider-wrapper .left .front-image {
    right: 0;
    display: none;
  }
}
.slider-section .slider-wrapper .right {
  flex: 1;
  padding-right: 50px;
}
@media screen and (max-width: 769px) {
  .slider-section .slider-wrapper .right {
    padding-right: 20px;
  }
}
.slider-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.slider-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.slider-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.slider-section.white a {
  color: #1F3B72;
}
.text-background-image-section {
  padding: 60px 0;
}
.text-background-image-section .wrap {
  display: flex;
  gap: 40px;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1050px) {
  .text-background-image-section .wrap {
    flex-direction: column;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.text-background-image-section .wrap .item {
  position: relative;
  display: block;
  flex: 1;
  text-align: center;
  position: relative;
  padding: 32px;
  transition: all 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
}
.text-background-image-section .wrap .item:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #1F3B72;
  box-shadow: 8px 8px 0px 0px #1F3B72;
}
.text-background-image-section .wrap .item .overlay {
  background: rgba(1, 6, 16, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.text-background-image-section .wrap .item .text {
  position: relative;
  z-index: 2;
}
.text-background-image-section .wrap .item .text .sub-title {
  margin-top: 10px;
}
.text-background-image-section .wrap .item .text hr {
  width: 25%;
}
.text-background-image-section .wrap .item .text .wysiwyg-button a:hover {
  text-decoration: none;
}
.text-background-image-section .wrap .item:nth-child(1n+0):hover {
  -webkit-box-shadow: 8px 8px 0px 0px #1F3B72;
  box-shadow: 8px 8px 0px 0px #1F3B72;
}
.text-background-image-section .wrap .item:nth-child(3n-1):hover {
  -webkit-box-shadow: 8px 8px 0px 0px #B5A066;
  box-shadow: 8px 8px 0px 0px #B5A066;
}
.text-background-image-section .wrap .item:nth-child(3n+0):hover {
  -webkit-box-shadow: 8px 8px 0px 0px #EA5E27;
  box-shadow: 8px 8px 0px 0px #EA5E27;
}
.text-background-image-section .disabled {
  opacity: 0.3;
}
.text-background-image-section .active-item {
  opacity: 1;
}
.text-background-image-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.text-background-image-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.text-background-image-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.text-background-image-section.white a {
  color: #1F3B72;
}
.text-background-image-section.white .item {
  color: #ffffff;
}
.events-section {
  padding: 120px 0;
}
.events-section .small-container {
  margin-bottom: 20px;
}
.events-section .wrap {
  display: flex;
  gap: 40px;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1050px) {
  .events-section .wrap {
    flex-direction: column;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.events-section .wrap .item {
  position: relative;
  display: block;
  flex: 1;
  text-align: center;
  position: relative;
  padding: 32px;
  transition: all 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
}
.events-section .wrap .item:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #1F3B72;
  box-shadow: 8px 8px 0px 0px #1F3B72;
}
.events-section .wrap .item .overlay {
  background: rgba(1, 6, 16, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.events-section .wrap .item .text {
  position: relative;
  z-index: 2;
}
.events-section .wrap .item .text .sub-title {
  margin-top: 10px;
}
.events-section .wrap .item .text hr {
  width: 25%;
}
.events-section .wrap .item .button {
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .events-section .wrap .item .button {
    font-size: 16px;
  }
}
.events-section .wrap .item .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.events-section .wrap .item .button:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}
.events-section .wrap .item .button:hover {
  text-decoration: none;
}
.events-section .disabled {
  opacity: 0.3;
}
.events-section .active-item {
  opacity: 1;
}
.events-section .button {
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .events-section .button {
    font-size: 16px;
  }
}
.events-section .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.events-section .button:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}
.events-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.events-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.events-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.events-section.white a {
  color: #1F3B72;
}
.events-section.white .item {
  color: #ffffff;
}
.events-section.white .button {
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .events-section.white .button {
    font-size: 16px;
  }
}
.events-section.white .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.events-section.white .button:active {
  background: #ffffff;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}
.events-section .view-all-events {
  text-align: center;
  margin-top: 40px;
}

.resource-download-column-section {
  padding: 120px 0;
}
.resource-download-column-section .wrap {
  display: flex;
  gap: 40px;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1050px) {
  .resource-download-column-section .wrap {
    flex-direction: column;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 769px) {
  .resource-download-column-section .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.resource-download-column-section .wrap .item {
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
}
.resource-download-column-section .wrap .item:hover {
  transition: all 0.3s ease-in-out;
}
.resource-download-column-section .wrap .item:hover .image {
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 16px -15px 0px 0px #1F3B72;
  box-shadow: 16px -15px 0px 0px #1F3B72;
}
.resource-download-column-section .wrap .item a {
  display: block;
  text-decoration: none;
}
.resource-download-column-section .wrap .item .image {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.resource-download-column-section .wrap .item h3 {
  text-transform: uppercase;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.resource-download-column-section .disabled {
  opacity: 0.3;
}
.resource-download-column-section .active-item {
  opacity: 1;
}
.resource-download-column-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.resource-download-column-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.resource-download-column-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.resource-download-column-section.white a {
  color: #1F3B72;
}
.resource-download-column-section.white svg path, .resource-download-column-section.white svg line {
  stroke: #1F3B72;
}
.logo-carousel-section {
  padding: 120px 0;
  padding: 56px 0;
  background-color: #ffffff;
  color: #010610;
  /* the slides */
  /* the parent */
}
.logo-carousel-section h3 {
  text-align: center;
  margin-bottom: 24px;
}
.logo-carousel-section .image {
  width: 160px;
  aspect-ratio: 3/3;
  object-fit: contain;
  mix-blend-mode: color-burn;
  background-color: #ffffff;
  padding: 10px;
}
.logo-carousel-section .slick-slide {
  margin: 0 10px;
}
.logo-carousel-section .slick-list {
  margin: 0 -10px;
}
.logo-carousel-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.logo-carousel-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.logo-carousel-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.logo-carousel-section.white a {
  color: #1F3B72;
}
.logo-carousel-section.white input, .logo-carousel-section.white select {
  border-bottom: 1px solid #1F3B72 !important;
  color: #1F3B72;
}
.logo-carousel-section.white #gform_submit_button_2 {
  color: #ffffff !important;
}
.small-banner-section {
  margin: 60px 0;
  padding: 15px 0;
}
.small-banner-section p {
  margin: 0.5em;
}

.small-slider-section .background-image {
  padding: 80px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.small-slider-section .wrapper-bg {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 40px;
  color: #ffffff;
}
.small-slider-section .slick-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  top: -50px;
  position: relative;
}

.two-column-text-image-offset {
  margin-bottom: 60px;
}
.two-column-text-image-offset .wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  overflow: visible;
}
@media screen and (max-width: 1050px) {
  .two-column-text-image-offset .wrapper {
    flex-direction: column-reverse;
  }
}
.two-column-text-image-offset .text {
  flex: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  .two-column-text-image-offset .text {
    padding-top: 30px;
  }
}
.two-column-text-image-offset .image {
  flex: 1.5;
  position: relative;
  width: 50vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1050px) {
  .two-column-text-image-offset .image {
    width: 95vw;
    display: none;
  }
}
.two-column-text-image-offset .image img {
  width: 100%;
  display: block;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.products-color-bg-section {
  margin: 50px 0;
  padding: 0 0 60px 0;
  transition: background 0.6s ease;
  border-top: 1px solid #B5A066;
  border-bottom: 1px solid #B5A066;
  /* Slider visual behavior */
}
.products-color-bg-section .top-text {
  display: flex;
  justify-content: center;
}
.products-color-bg-section h2 {
  background-color: #1C1C35;
  text-align: center;
  color: #B5A066;
  padding: 10px 20px;
  margin: 0;
  border: 1px solid #B5A066;
  margin-top: -30px;
}
.products-color-bg-section.bg-one {
  background: radial-gradient(circle, rgb(245, 129, 146) 0%, rgb(121, 22, 28) 50%);
}
.products-color-bg-section.bg-two {
  background: radial-gradient(circle, rgb(120, 146, 222) 0%, rgb(31, 59, 114) 50%);
}
.products-color-bg-section.bg-three {
  background: radial-gradient(circle, rgb(131, 137, 225) 0%, rgb(28, 28, 53) 50%);
}
.products-color-bg-section.bg-four {
  background: radial-gradient(circle, rgb(238, 228, 155) 0%, rgb(43, 72, 23) 50%);
}
.products-color-bg-section.bg-five {
  background: radial-gradient(circle, rgb(227, 202, 77) 0%, rgb(81, 42, 15) 50%);
}
.products-color-bg-section.bg-six {
  background: radial-gradient(circle, rgb(254, 199, 106) 0%, rgb(168, 38, 57) 50%);
}
.products-color-bg-section .product-slide {
  padding: 50px 0;
  text-align: center;
}
.products-color-bg-section .slick-slide {
  opacity: 0.5;
  transform: scale(0.9);
  transition: all 0.3s ease;
}
.products-color-bg-section .slick-center {
  opacity: 1;
  transform: scale(1);
}
.products-color-bg-section .product-slide .max-container {
  padding: 20px;
}
.products-color-bg-section .slide-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 5px 10px 40px -20px #000000;
}
.products-color-bg-section .slide-link img {
  width: 100%;
}
.products-color-bg-section .text-wrapper {
  background-color: #1F3B72;
  width: 100%;
}
.products-color-bg-section .text-wrapper h3 {
  font-size: 18px;
  padding: 20px;
  margin-bottom: 0;
}
.products-color-bg-section .one .text-wrapper {
  background-color: #79161C;
}
.products-color-bg-section .two .text-wrapper {
  background-color: #1F3B72;
}
.products-color-bg-section .three .text-wrapper {
  background-color: #1C1C35;
}
.products-color-bg-section .four .text-wrapper {
  background-color: rgb(43, 72, 23);
}
.products-color-bg-section .five .text-wrapper {
  background-color: rgb(81, 42, 15);
}
.products-color-bg-section .six .text-wrapper {
  background-color: rgb(168, 38, 57);
}
.products-color-bg-section .bottom-button-wrap {
  text-align: center;
}
.products-color-bg-section .button {
  background: #ffffff;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .products-color-bg-section .button {
    font-size: 16px;
  }
}
.products-color-bg-section .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.products-color-bg-section .button:active {
  background: #000;
  color: #ffffff;
  border: 1px solid #ECEDF5;
}
.products-color-bg-section .slick-prev,
.products-color-bg-section .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  padding: 10px;
  color: #ffffff;
}
.products-color-bg-section .slick-prev {
  left: 40px;
  outline: none;
  background: none;
  border: none;
  font-size: 0;
}
.products-color-bg-section .slick-prev:before {
  content: url("./img/svg/right-arrow.svg");
  width: 20px;
  display: block;
  transform: rotate(180deg);
  margin-left: -50px;
}
@media screen and (max-width: 769px) {
  .products-color-bg-section .slick-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    height: 40px;
  }
}
.products-color-bg-section .slick-next {
  right: -8px;
  outline: none;
  background: none;
  border: none;
  font-size: 0;
  width: max-content;
}
.products-color-bg-section .slick-next:before {
  content: url("./img/svg/right-arrow.svg");
  width: 20px;
  display: block;
  margin-right: -50px;
}
@media screen and (max-width: 769px) {
  .products-color-bg-section .slick-next {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(0, -50%);
    height: 40px;
  }
}

.products-color-bg-section {
  margin: 50px 0;
  padding: 0 0 60px 0;
  border-top: 1px solid #B5A066;
  border-bottom: 1px solid #B5A066;
  position: relative;
}

/* BOTH layers */
.products-color-bg-section::before,
.products-color-bg-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: opacity 0.6s ease;
}

/* old background (fades out) */
.products-color-bg-section::before {
  opacity: 1;
}

/* new background (fades in) */
.products-color-bg-section::after {
  opacity: 0;
}

/* ===== BACKGROUNDS ===== */
/* BEFORE (current) */
.products-color-bg-section.bg-one::before {
  background: radial-gradient(circle, rgb(245, 129, 146) 0%, rgb(121, 22, 28) 50%);
}

.products-color-bg-section.bg-two::before {
  background: radial-gradient(circle, rgb(120, 146, 222) 0%, rgb(31, 59, 114) 50%);
}

.products-color-bg-section.bg-three::before {
  background: radial-gradient(circle, rgb(131, 137, 225) 0%, rgb(28, 28, 53) 50%);
}

.products-color-bg-section.bg-four::before {
  background: radial-gradient(circle, rgb(238, 228, 155) 0%, rgb(43, 72, 23) 50%);
}

.products-color-bg-section.bg-five::before {
  background: radial-gradient(circle, rgb(227, 202, 77) 0%, rgb(81, 42, 15) 50%);
}

.products-color-bg-section.bg-six::before {
  background: radial-gradient(circle, rgb(254, 199, 106) 0%, rgb(168, 38, 57) 50%);
}

/* AFTER (next one fades in) */
.products-color-bg-section.fade-to-one::after {
  background: radial-gradient(circle, rgb(245, 129, 146) 0%, rgb(121, 22, 28) 50%);
  opacity: 1;
}

.products-color-bg-section.fade-to-two::after {
  background: radial-gradient(circle, rgb(120, 146, 222) 0%, rgb(31, 59, 114) 50%);
  opacity: 1;
}

.products-color-bg-section.fade-to-three::after {
  background: radial-gradient(circle, rgb(131, 137, 225) 0%, rgb(28, 28, 53) 50%);
  opacity: 1;
}

.products-color-bg-section.fade-to-four::after {
  background: radial-gradient(circle, rgb(238, 228, 155) 0%, rgb(43, 72, 23) 50%);
  opacity: 1;
}

.products-color-bg-section.fade-to-five::after {
  background: radial-gradient(circle, rgb(227, 202, 77) 0%, rgb(81, 42, 15) 50%);
  opacity: 1;
}

.products-color-bg-section.fade-to-six::after {
  background: radial-gradient(circle, rgb(254, 199, 106) 0%, rgb(168, 38, 57) 50%);
  opacity: 1;
}

/* keep content above */
.products-color-bg-section > * {
  position: relative;
  z-index: 1;
}

.panel-column-section {
  margin: 60px 0;
}
.panel-column-section h2 {
  text-align: center;
}
.panel-column-section .panel-wrap {
  display: flex;
  gap: 44px;
}
@media screen and (max-width: 769px) {
  .panel-column-section .panel-wrap {
    flex-direction: column;
  }
}
.panel-column-section .panel-wrap .panel {
  flex: 1;
}
.panel-column-section .panel-wrap .image {
  min-height: 442px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.panel-column-section .panel-wrap p {
  padding: 20px;
}
.panel-column-section .panel-wrap h3 {
  background-color: #1F3B72;
  margin-bottom: 0;
  padding: 10px 20px;
}
.panel-column-section .panel-wrap .overlay-text {
  opacity: 1;
  height: auto;
}
.panel-column-section .overlay-text {
  max-height: 52px;
  opacity: 1;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #1F3B72;
}
.panel-column-section .panel:hover .overlay-text {
  max-height: 300px;
}

.post-type-archive-cocktails .mix-hub {
  padding-top: 50px;
  text-align: center;
}
.post-type-archive-cocktails .mix-hub h2 {
  margin-bottom: 56px;
}
.post-type-archive-cocktails .mix-wrap {
  margin-bottom: 40px;
  display: flex;
  gap: 40px;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1050px) {
  .post-type-archive-cocktails .mix-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 769px) {
  .post-type-archive-cocktails .mix-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.post-type-archive-cocktails .mix-wrap .mix {
  position: relative;
  display: block;
  background-size: cover;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}
.post-type-archive-cocktails .mix-wrap .mix a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-type-archive-cocktails .mix-wrap .mix img {
  display: block;
  width: 100%;
}
.post-type-archive-cocktails .mix-wrap .mix .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(31, 59, 114, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .post-type-archive-cocktails .mix-wrap .mix .overlay {
    opacity: 1;
    height: 20%;
    bottom: 0;
    top: unset;
  }
}
@media screen and (max-width: 769px) {
  .post-type-archive-cocktails .mix-wrap .mix .overlay {
    height: 15%;
  }
}
.post-type-archive-cocktails .mix-wrap .mix h3 {
  text-transform: uppercase;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 80%;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .post-type-archive-cocktails .mix-wrap .mix h3 {
    opacity: 1;
    top: 90%;
    font-size: 23px;
  }
}
@media screen and (max-width: 769px) {
  .post-type-archive-cocktails .mix-wrap .mix h3 {
    top: 93%;
  }
}
.post-type-archive-cocktails .mix-wrap .mix:hover .overlay {
  opacity: 1;
}
.post-type-archive-cocktails .mix-wrap .mix:hover h3 {
  opacity: 1;
}
.post-type-archive-cocktails .mix-wrap .featured-cocktail {
  grid-column: 1/-3;
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
  border: 2px solid #B5A066;
  -webkit-box-shadow: 8px 8px 0px 0px #B5A066;
  box-shadow: 8px 8px 0px 0px #B5A066;
}
.post-type-archive-cocktails .mix-wrap .featured-cocktail .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.post-type-archive-cocktails .mix-wrap .featured-cocktail .seciton-content {
  z-index: 1;
  position: relative;
}
.post-type-archive-cocktails .mix-wrap .featured-cocktail a {
  color: #1F3B72;
}
.post-type-archive-cocktails .mix-wrap .featured-cocktail::after, .post-type-archive-cocktails .mix-wrap .featured-cocktail::before {
  content: unset;
}
@media screen and (max-width: 1050px) {
  .post-type-archive-cocktails .mix-wrap .featured-cocktail {
    grid-column: 1;
  }
}
.post-type-archive-cocktails .mix-wrap .featured-cocktail .overlay {
  opacity: 1;
}
.post-type-archive-cocktails .mix-wrap .featured-cocktail .seciton-content {
  padding: 15px;
}
@media screen and (max-width: 1050px) {
  .post-type-archive-cocktails .mix-wrap .featured-cocktail .seciton-content {
    flex-direction: column;
  }
}
.post-type-archive-cocktails .mix-wrap .featured-cocktail a {
  display: flex;
  gap: 25px;
}
.post-type-archive-cocktails .mix-wrap .featured-cocktail .featured-cocktail-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 769px) {
  .post-type-archive-cocktails .mix-wrap .featured-cocktail .featured-cocktail-image {
    height: 250px;
    flex: unset;
  }
}
.post-type-archive-cocktails .mix-wrap .featured-cocktail .content {
  flex: 1;
  text-align: left;
  align-self: center;
}
@media screen and (max-width: 1050px) {
  .post-type-archive-cocktails .mix-wrap .featured-cocktail .content {
    align-self: baseline;
  }
}
.post-type-archive-cocktails .mix-wrap .featured-cocktail .content h3 {
  z-index: 1;
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
  width: unset;
  text-align: unset;
  opacity: 1;
  transition: unset;
}
.post-type-archive-cocktails .pagination {
  margin: 48px 0 80px 0;
}

.post-type-archive-cocktails .top-section {
  padding-top: 200px;
  text-align: center;
}
.post-type-archive-cocktails .top-section .mix-wrap {
  grid-template-columns: repeat(1, 1fr);
}

.post-type-archive-ambassadors .hero-section {
  height: 100vh;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.post-type-archive-ambassadors .hero-section .overlay {
  background: rgba(1, 6, 16, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.post-type-archive-ambassadors .hero-section .intro-block {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  z-index: 99;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 25px 50px;
}
.post-type-archive-ambassadors .hero-section .intro-block h4 {
  text-transform: unset;
  font-size: 27px;
  font-weight: normal;
  margin-top: 12px;
}
.post-type-archive-ambassadors .hero-section .intro-block .readmore-text {
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}
.post-type-archive-ambassadors .hero-section .intro-block .readmore-text p {
  font-weight: bold;
  margin: 0;
}
.post-type-archive-ambassadors .hero-section .intro-block .readmore-text svg {
  margin-top: 10px;
}
.post-type-archive-ambassadors .hero-section h1 {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 250px;
}
@media screen and (max-width: 1050px) {
  .post-type-archive-ambassadors .hero-section h1 {
    padding-top: 134px;
  }
}
.post-type-archive-ambassadors .form-wrapper {
  text-align: left;
}
.post-type-archive-ambassadors .ambassadors-hub {
  padding-top: 250px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .post-type-archive-ambassadors .ambassadors-hub {
    padding-top: 134px;
  }
}
.post-type-archive-ambassadors .ambassadors-hub h1 {
  margin-bottom: 56px;
}
.post-type-archive-ambassadors .ambassadors-wrap {
  margin-bottom: 40px;
  display: flex;
  gap: 40px;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1050px) {
  .post-type-archive-ambassadors .ambassadors-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 769px) {
  .post-type-archive-ambassadors .ambassadors-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.post-type-archive-ambassadors .ambassadors-wrap .ambassadors {
  position: relative;
  display: block;
  background-size: cover;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}
.post-type-archive-ambassadors .ambassadors-wrap .ambassadors a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-type-archive-ambassadors .ambassadors-wrap .ambassadors img {
  display: block;
  width: 100%;
}
.post-type-archive-ambassadors .ambassadors-wrap .ambassadors .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(31, 59, 114, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .post-type-archive-ambassadors .ambassadors-wrap .ambassadors .overlay {
    opacity: 1;
    height: 20%;
    bottom: 0;
    top: unset;
  }
}
@media screen and (max-width: 769px) {
  .post-type-archive-ambassadors .ambassadors-wrap .ambassadors .overlay {
    height: 15%;
  }
}
.post-type-archive-ambassadors .ambassadors-wrap .ambassadors h3 {
  text-transform: uppercase;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 80%;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .post-type-archive-ambassadors .ambassadors-wrap .ambassadors h3 {
    opacity: 1;
    top: 90%;
    font-size: 30px;
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 769px) {
  .post-type-archive-ambassadors .ambassadors-wrap .ambassadors h3 {
    font-size: 23px;
    top: 93%;
  }
}
.post-type-archive-ambassadors .ambassadors-wrap .ambassadors:hover .overlay {
  opacity: 1;
}
.post-type-archive-ambassadors .ambassadors-wrap .ambassadors:hover h3 {
  opacity: 1;
}
.post-type-archive-ambassadors .pagination {
  margin: 48px 0 80px 0;
}

.single-cocktails .bg-image {
  flex: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
}
@media screen and (max-width: 1050px) {
  .single-cocktails .bg-image {
    flex: unset;
    width: 100%;
    display: flex;
    gap: 15px;
  }
}
@media screen and (max-width: 769px) {
  .single-cocktails .bg-image {
    flex-direction: column;
    height: unset;
    height: 500px;
  }
}
.single-cocktails .bg-image .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.single-cocktails .bg-image .text-overlay {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 769px) {
  .single-cocktails .bg-image .text-overlay {
    padding-top: 150px;
  }
}
.single-cocktails .bg-image h1 {
  margin-top: 150px;
}
@media screen and (max-width: 769px) {
  .single-cocktails .bg-image h1 {
    margin-top: 0;
  }
}
.single-cocktails .mix {
  margin-bottom: 100px;
  display: flex;
  gap: 100px;
  padding-top: 40px;
}
@media screen and (max-width: 1050px) {
  .single-cocktails .mix {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.single-cocktails .mix .left {
  flex: 1;
}
.single-cocktails .mix .embed-container {
  position: relative;
  max-width: 1000px;
  width: 100%;
  height: 555px;
}
.single-cocktails .mix .right {
  flex: 1;
  padding-right: 50px;
}
@media screen and (max-width: 769px) {
  .single-cocktails .mix .right {
    padding-right: 0;
  }
}
.single-cocktails .mix .right .ingredients-block {
  padding-right: 20px;
}
.single-cocktails .mix .right .ingredients-block .ingredients {
  padding: 0;
  margin: 10px 0 30px 0;
  list-style: none;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 760px;
  width: 100%;
  flex-direction: column;
  align-content: baseline;
}
.single-cocktails .mix .right .ingredients-block .ingredients li {
  position: relative;
  border: 2px solid #1F3B72;
  padding: 10px;
  -webkit-box-shadow: 4px 4px 0px 0px #1F3B72;
  box-shadow: 4px 4px 0px 0px #1F3B72;
  text-align: center;
  display: flex;
  align-self: baseline;
  gap: 10px;
}
.single-cocktails .mix .right .ingredients-block .ingredients li img {
  width: 30px;
}
.single-cocktails .mix .right .ingredients-block .ingredients li p {
  margin-bottom: 0 !important;
  margin: 0;
}
.single-cocktails .mix .right h4 {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 0;
}
.single-cocktails .mix h2 {
  font-weight: 500;
}
.single-cocktails .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .single-cocktails .embed-container {
    padding-bottom: 100%;
  }
}
.single-cocktails .embed-container iframe,
.single-cocktails .embed-container object,
.single-cocktails .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-cocktails .cta-section {
  padding: 120px 0;
}
.single-cocktails .cta-section .button {
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .single-cocktails .cta-section .button {
    font-size: 16px;
  }
}
.single-cocktails .cta-section .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.single-cocktails .cta-section .button:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}
.single-cocktails .cta-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.single-cocktails .cta-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.single-cocktails .cta-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.single-cocktails .cta-section.white a {
  color: #1F3B72;
}
.single-cocktails .cta-section .max-container {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1050px) {
  .single-cocktails .cta-section .max-container {
    flex-direction: column;
  }
}
.single-cocktails .cta-section .cta-image {
  height: 500px;
  max-width: 900px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-cocktails .other-mixes {
  margin-bottom: 80px;
}
.single-cocktails .other-mixes hr {
  border-top: 1px solid #ECEDF5;
  margin-top: 50px;
}
.single-cocktails .other-mixes .other-mixes-title {
  margin-bottom: 32px;
  z-index: 1;
}
.single-cocktails .other-mixes .other-mixes-wrap {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 1050px) {
  .single-cocktails .other-mixes .other-mixes-wrap {
    flex-direction: column;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 769px) {
  .single-cocktails .other-mixes .other-mixes-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-cocktails .other-mixes .other-mixes-wrap .other-mix {
  position: relative;
  display: block;
  position: relative;
  display: block;
  background-size: cover;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .single-cocktails .other-mixes .other-mixes-wrap .other-mix {
    height: 200px;
  }
}
.single-cocktails .other-mixes .other-mixes-wrap .other-mix img {
  display: block;
  width: 100%;
}
.single-cocktails .other-mixes .other-mixes-wrap .other-mix .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(31, 59, 114, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .single-cocktails .other-mixes .other-mixes-wrap .other-mix .overlay {
    opacity: 1;
    height: 20%;
    bottom: 0;
    top: unset;
  }
}
@media screen and (max-width: 769px) {
  .single-cocktails .other-mixes .other-mixes-wrap .other-mix .overlay {
    height: 30%;
  }
}
.single-cocktails .other-mixes .other-mixes-wrap .other-mix h3 {
  text-transform: uppercase;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 80%;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1050px) {
  .single-cocktails .other-mixes .other-mixes-wrap .other-mix h3 {
    opacity: 1;
    top: 90%;
    font-size: 30px;
  }
}
@media screen and (max-width: 769px) {
  .single-cocktails .other-mixes .other-mixes-wrap .other-mix h3 {
    font-size: 23px;
    top: 86%;
  }
}
.single-cocktails .other-mixes .other-mixes-wrap .other-mix:hover .overlay {
  opacity: 1;
}
.single-cocktails .other-mixes .other-mixes-wrap .other-mix:hover h3 {
  opacity: 1;
}

.single-ambassadors .single-ambassadors-wrap {
  padding-top: 250px;
  max-width: 1530px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .single-ambassadors .single-ambassadors-wrap {
    padding-top: 200px;
  }
}
.single-ambassadors .ambassador {
  margin-bottom: 100px;
  display: flex;
  gap: 22px;
}
@media screen and (max-width: 1050px) {
  .single-ambassadors .ambassador {
    flex-direction: column;
    gap: 40px;
  }
}
.single-ambassadors .ambassador .left {
  flex: 1;
  position: sticky;
  top: 150px;
  height: 500px;
}
@media screen and (max-width: 1050px) {
  .single-ambassadors .ambassador .left {
    position: relative;
    top: 0;
  }
}
.single-ambassadors .ambassador .left .ambassador-title {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
}
.single-ambassadors .ambassador .left .ambassador-title::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0;
  width: 100%;
  height: 16px;
  background-color: #1F3B72;
  z-index: -1;
}
.single-ambassadors .ambassador .left h1 {
  max-width: 610px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .single-ambassadors .ambassador .left h1 {
    text-align: left;
  }
}
.single-ambassadors .ambassador .left p {
  display: flex;
  gap: 16px;
}
.single-ambassadors .ambassador .left .favourite-rums {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 56px;
}
@media screen and (max-width: 769px) {
  .single-ambassadors .ambassador .left .favourite-rums {
    flex-direction: column;
    align-items: baseline;
  }
}
.single-ambassadors .ambassador .left .favourite-rums p {
  margin: 0;
}
.single-ambassadors .ambassador .left .favourite-rums .favourite-rum-wrap {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 769px) {
  .single-ambassadors .ambassador .left .favourite-rums .favourite-rum-wrap {
    flex-direction: column;
  }
}
.single-ambassadors .ambassador .left .favourite-rums .favourite-rum-wrap .favourite-rum {
  position: relative;
}
.single-ambassadors .ambassador .left .favourite-rums .favourite-rum-wrap .favourite-rum::after {
  content: ",";
  position: absolute;
  right: -3px;
  top: 7px;
}
@media screen and (max-width: 769px) {
  .single-ambassadors .ambassador .left .favourite-rums .favourite-rum-wrap .favourite-rum::after {
    display: none;
  }
}
.single-ambassadors .ambassador .left .favourite-rums .favourite-rum-wrap .favourite-rum:last-child::after {
  content: none;
}
.single-ambassadors .ambassador .left .connect-with .connect {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .single-ambassadors .ambassador .left .connect-with .connect {
    flex-wrap: wrap;
  }
}
.single-ambassadors .ambassador .left .connect-with .connect a {
  display: block;
}
.single-ambassadors .ambassador .left .connect-with .connect a svg {
  max-width: 40px;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .single-ambassadors .ambassador .left .connect-with .connect a svg {
    max-width: 40px;
  }
}
.single-ambassadors .ambassador .left .connect-with .connect a svg:hover {
  transform: scale(1.2);
}
.single-ambassadors .ambassador .left .connect-with .connect a svg:hover polygon {
  fill: #1F3B72;
  opacity: 1;
}
.single-ambassadors .ambassador .right {
  flex: 1;
  max-width: 1055px;
  width: 100%;
}
.single-ambassadors .ambassador .right .featured-image {
  margin-bottom: 80px;
  -webkit-box-shadow: 8px 8px 0px 0px #1F3B72;
  box-shadow: 8px 8px 0px 0px #1F3B72;
  height: 800px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .single-ambassadors .ambassador .right .featured-image {
    height: 400px;
  }
}
.single-ambassadors .ambassador .right .intro-text {
  margin-bottom: 48px;
  border: 1px solid #1F3B72;
  -webkit-box-shadow: 8px 8px 0px 0px #1F3B72;
  box-shadow: 8px 8px 0px 0px #1F3B72;
  padding: 24px 24px 24px 70px;
  position: relative;
  font-weight: 500;
  text-transform: none;
}
@media only screen and (max-width: 768px) {
  .single-ambassadors .ambassador .right .intro-text {
    padding: 88px 24px 24px 24px;
  }
}
.single-ambassadors .ambassador .right .intro-text svg {
  position: absolute;
  left: 24px;
  top: 30px;
}
.single-ambassadors .ambassador .other-ambassadors {
  margin-top: 64px;
}
.single-ambassadors .ambassador .other-ambassadors h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.single-ambassadors .ambassador .other-ambassadors .other-ambassadors-wrap {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 1050px) {
  .single-ambassadors .ambassador .other-ambassadors .other-ambassadors-wrap {
    flex-direction: column;
  }
}
.single-ambassadors .ambassador .other-ambassadors .other-ambassadors-wrap .other-ambassador a {
  display: flex;
  gap: 22px;
}
@media screen and (max-width: 1050px) {
  .single-ambassadors .ambassador .other-ambassadors .other-ambassadors-wrap .other-ambassador a {
    align-items: center;
  }
}
.single-ambassadors .ambassador .other-ambassadors .other-ambassadors-wrap .other-ambassador a h3 {
  margin: 0;
}
.single-ambassadors .ambassador .other-ambassadors .other-ambassadors-wrap .other-ambassador a .img {
  transition: all 0.3s ease-in-out;
  background-position: center;
  height: 210px;
  width: 210px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
  .single-ambassadors .ambassador .other-ambassadors .other-ambassadors-wrap .other-ambassador a .img {
    height: 250px;
  }
}
.single-ambassadors .ambassador .other-ambassadors .other-ambassadors-wrap .other-ambassador a:hover {
  text-decoration: none;
}
.single-ambassadors .ambassador .other-ambassadors .other-ambassadors-wrap .other-ambassador a:hover img {
  -webkit-box-shadow: 10px -9px 0px 0px #1F3B72;
  box-shadow: 10px -9px 0px 0px #1F3B72;
}

.legalpage-wrap .bg-image {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  width: 100%;
  z-index: -1;
}
.legalpage-wrap .overlay {
  position: fixed;
  background: rgba(1, 6, 16, 0.8);
  width: 100%;
  height: 100%;
}
.legalpage-wrap .legal-content {
  padding-top: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ECEDF5;
  z-index: 2;
  position: relative;
}
.legalpage-wrap .legal-content .top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  .legalpage-wrap .legal-content .top-block {
    flex-direction: column;
    padding: 25px 0;
  }
}
.legalpage-wrap .legal-content .top-block .logo svg {
  width: 140px;
  height: auto;
}
.legalpage-wrap .legal-content .top-block .social {
  display: flex;
  gap: 20px;
}
.legalpage-wrap .legal-content .top-block .social a {
  display: block;
}
.legalpage-wrap .legal-content .top-block .social svg {
  max-width: 50px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .legalpage-wrap .legal-content .top-block .social svg {
    max-width: 34px;
  }
}
.legalpage-wrap .legal-content .top-block .social svg:hover {
  transform: scale(1.2);
}
.legalpage-wrap .legal-content .top-block .social svg:hover polygon {
  fill: #1F3B72;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .legalpage-wrap .legal-content .top-block .social {
    flex-wrap: wrap;
  }
}
.legalpage-wrap .legal-content .wrapper {
  padding: 50px;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .legalpage-wrap .legal-content .wrapper {
    padding: 25px;
    flex-direction: column;
    gap: 10px;
  }
}
.legalpage-wrap .legal-content h4 {
  margin-bottom: 30px;
}
.legalpage-wrap .legal-content br {
  margin-bottom: 1.3em !important;
}
.legalpage-wrap .legal-content a {
  color: #ECEDF5;
  text-decoration: underline;
}
.legalpage-wrap .legal-content a:hover {
  text-decoration: none;
}
.legalpage-wrap #Path_6 {
  stroke-dasharray: 822;
  stroke-dashoffset: 822;
  animation: dash 5s linear alternate infinite;
}
@keyframes dash {
  from {
    stroke-dashoffset: 822;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.legalpage-wrap video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.legalpage-wrap .wp-block-table {
  font-size: 20px;
}
.legalpage-wrap .wp-block-table table {
  border: 1px solid;
}
.legalpage-wrap .wp-block-table table tr {
  border: 1px solid;
}
.legalpage-wrap .wp-block-table table td, .legalpage-wrap .wp-block-table table th {
  border: none;
}
.legalpage-wrap .list-link-with-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 135%;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.legalpage-wrap .list-link-with-icon li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 28px;
  font-size: 20px;
}
.legalpage-wrap .list-link-with-icon li::before {
  content: url("./img/svg/list-icon.svg");
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
}
.legalpage-wrap .list-link-with-icon li a {
  position: relative;
  padding-left: 40px;
}
.legalpage-wrap .list-link-with-icon li a::before {
  content: url("./img/svg/point-icon.svg");
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
}
.legalpage-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 135%;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.legalpage-wrap ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 28px;
  font-size: 20px;
}
.legalpage-wrap ul li::before {
  content: url("./img/svg/list-icon.svg");
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
}

.page-template-page-legal footer {
  z-index: 1;
  position: relative;
}

.error404 .error-404 .buttons {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .error404 .error-404 .buttons {
    flex-direction: column;
    gap: 20px;
  }
}
.error404 .error-404 .buttons::before {
  content: "";
  display: block;
  max-width: 500px;
  width: 100%;
  height: 1px;
  background: #ECEDF5;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error404 .error-404 .button {
  margin-top: 32px;
  font-family: "nimbus-sans", sans-serif;
  font-weight: normal;
  font-display: swap;
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .error404 .error-404 .button {
    font-size: 16px;
  }
}
.error404 .error-404 .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.error404 .error-404 .button:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}
.error404 .page-content {
  position: relative;
}
.error404 .page-content .left {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  flex-direction: column;
  text-align: center;
}
.error404 .page-content .left h1 {
  font-size: 192px;
  line-height: unset;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .error404 .page-content .left h1 {
    font-size: 100px;
  }
}
.error404 .page-content .left h3 {
  max-width: 600px;
  width: 100%;
  font-size: 27px;
  font-family: "nimbus-sans", sans-serif;
  font-weight: normal;
  text-transform: unset;
  font-display: swap;
}
.error404 .page-content .right video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.error404 .page-content .right .overlay {
  position: fixed;
  background: rgba(1, 6, 16, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
}
.error404 footer {
  z-index: 1;
  position: relative;
}

.blog .blog-hub {
  padding-top: 250px;
  text-align: center;
}
.blog .blog-hub h2 {
  margin-bottom: 56px;
}
.blog .blog-wrap {
  margin-bottom: 40px;
  display: flex;
  gap: 40px;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1050px) {
  .blog .blog-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 769px) {
  .blog .blog-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog .blog-wrap .blog {
  position: relative;
  display: block;
  background-size: cover;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.blog .blog-wrap .blog .bg-img {
  background-size: cover;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.blog .blog-wrap .blog a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
  padding: 25px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.blog .blog-wrap .blog img {
  display: block;
  width: 100%;
}
.blog .blog-wrap .blog .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(31, 59, 114, 0.4);
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.blog .blog-wrap .blog h3 {
  z-index: 1;
  text-align: left;
  text-shadow: 3px 3px rgba(1, 6, 16, 0.7);
}
.blog .blog-wrap .blog h6 {
  z-index: 1;
  text-transform: uppercase;
  margin-bottom: 13px;
  padding: 10px;
  border: 1px solid #EDF0F4;
  font-weight: bold;
}
.blog .blog-wrap .blog h6.Sustainability {
  background-color: #85CB33;
  box-shadow: none;
}
.blog .blog-wrap .blog h6.Blog {
  background-color: #1F3B72;
  box-shadow: none;
}
.blog .blog-wrap .blog h6.Cocktails {
  background-color: #B5A066;
  box-shadow: none;
}
.blog .blog-wrap .blog h6.Media {
  background-color: #EA5E27;
  box-shadow: none;
}
.blog .blog-wrap .blog:hover .bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog .blog-wrap .Sustainability {
  transition: all 0.3s ease-in-out;
}
.blog .blog-wrap .Sustainability:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #85CB33;
  box-shadow: 8px 8px 0px 0px #85CB33;
}
.blog .blog-wrap .Blog {
  transition: all 0.3s ease-in-out;
}
.blog .blog-wrap .Blog:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #1F3B72;
  box-shadow: 8px 8px 0px 0px #1F3B72;
}
.blog .blog-wrap .Cocktails {
  transition: all 0.3s ease-in-out;
}
.blog .blog-wrap .Cocktails:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #B5A066;
  box-shadow: 8px 8px 0px 0px #B5A066;
}
.blog .blog-wrap .Media {
  transition: all 0.3s ease-in-out;
}
.blog .blog-wrap .Media:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #EA5E27;
  box-shadow: 8px 8px 0px 0px #EA5E27;
}
.blog .pagination {
  margin: 48px 0 80px 0;
}

.category .blog-hub {
  padding-top: 250px;
  text-align: center;
}
.category .blog-hub h2 {
  margin-bottom: 56px;
}
.category .blog-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  gap: 40px;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1050px) {
  .category .blog-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 769px) {
  .category .blog-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.category .blog-wrap .blog {
  position: relative;
  display: block;
  background-size: cover;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.category .blog-wrap .blog .bg-img {
  background-size: cover;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.category .blog-wrap .blog a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
  padding: 25px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.category .blog-wrap .blog img {
  display: block;
  width: 100%;
}
.category .blog-wrap .blog .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(31, 59, 114, 0.4);
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.category .blog-wrap .blog h3 {
  z-index: 1;
  text-align: left;
  text-shadow: 3px 3px rgba(1, 6, 16, 0.7);
}
.category .blog-wrap .blog h6 {
  z-index: 1;
  text-transform: uppercase;
  margin-bottom: 13px;
  padding: 10px;
  border: 1px solid #EDF0F4;
  font-weight: bold;
}
.category .blog-wrap .blog h6.Sustainability {
  background-color: #85CB33;
  box-shadow: none;
}
.category .blog-wrap .blog h6.Blog {
  background-color: #1F3B72;
  box-shadow: none;
}
.category .blog-wrap .blog h6.Cocktails {
  background-color: #B5A066;
  box-shadow: none;
}
.category .blog-wrap .blog h6.Media {
  background-color: #EA5E27;
  box-shadow: none;
}
.category .blog-wrap .blog:hover .bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.category .blog-wrap .Sustainability {
  transition: all 0.3s ease-in-out;
}
.category .blog-wrap .Sustainability:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #85CB33;
  box-shadow: 8px 8px 0px 0px #85CB33;
}
.category .blog-wrap .Blog {
  transition: all 0.3s ease-in-out;
}
.category .blog-wrap .Blog:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #1F3B72;
  box-shadow: 8px 8px 0px 0px #1F3B72;
}
.category .blog-wrap .Cocktails {
  transition: all 0.3s ease-in-out;
}
.category .blog-wrap .Cocktails:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #B5A066;
  box-shadow: 8px 8px 0px 0px #B5A066;
}
.category .blog-wrap .Media {
  transition: all 0.3s ease-in-out;
}
.category .blog-wrap .Media:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #EA5E27;
  box-shadow: 8px 8px 0px 0px #EA5E27;
}
.category .pagination {
  margin: 48px 0 80px 0;
}

.single .bg-image {
  flex: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
}
@media screen and (max-width: 1050px) {
  .single .bg-image {
    flex: unset;
    width: 100%;
    display: flex;
    gap: 15px;
  }
}
@media screen and (max-width: 769px) {
  .single .bg-image {
    flex-direction: column;
    height: unset;
    height: 500px;
  }
}
.single .bg-image .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.single .bg-image .text-overlay {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 769px) {
  .single .bg-image .text-overlay {
    padding-top: 150px;
  }
}
.single .bg-image h1 {
  margin-top: 150px;
}
@media screen and (max-width: 769px) {
  .single .bg-image h1 {
    margin-top: 0;
  }
}
.single .single-blog {
  margin-bottom: 100px;
  padding-top: 40px;
}
@media screen and (max-width: 1050px) {
  .single .single-blog {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.single .single-blog .left {
  flex: 1;
}
.single .single-blog .embed-container {
  position: relative;
  max-width: 1000px;
  width: 100%;
  height: 555px;
}
@media screen and (max-width: 1050px) {
  .single .single-blog .embed-container {
    display: none;
  }
}
.single .single-blog .show-tablet-down {
  display: none;
}
@media screen and (max-width: 1050px) {
  .single .single-blog .show-tablet-down {
    display: block !important;
    position: relative !important;
    top: unset !important;
    transform: unset !important;
    border: 0 !important;
  }
}
.single .single-blog .right {
  flex: 1;
  padding-right: 50px;
}
@media screen and (max-width: 769px) {
  .single .single-blog .right {
    padding-right: 0;
  }
}
.single .single-blog .right .ingredients-block {
  padding-right: 20px;
}
.single .single-blog .right .ingredients-block .ingredients {
  padding: 0;
  margin: 10px 0 30px 0;
  list-style: none;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 760px;
  width: 100%;
  flex-direction: column;
  align-content: baseline;
}
.single .single-blog .right .ingredients-block .ingredients li {
  position: relative;
  border: 2px solid #1F3B72;
  padding: 10px;
  -webkit-box-shadow: 4px 4px 0px 0px #1F3B72;
  box-shadow: 4px 4px 0px 0px #1F3B72;
  text-align: center;
  display: flex;
  align-self: baseline;
  gap: 10px;
}
.single .single-blog .right .ingredients-block .ingredients li img {
  width: 30px;
}
.single .single-blog .right .ingredients-block .ingredients li p {
  margin-bottom: 0 !important;
  margin: 0;
}
.single .single-blog .right h4 {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 0;
}
.single .single-blog h2 {
  font-weight: 500;
}
.single .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .single .embed-container {
    padding-bottom: 100%;
  }
}
.single .embed-container iframe,
.single .embed-container object,
.single .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single .cta-section {
  padding: 120px 0;
}
.single .cta-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.single .cta-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.single .cta-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.single .cta-section.white a {
  color: #1F3B72;
}
.single .cta-section .max-container {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1050px) {
  .single .cta-section .max-container {
    flex-direction: column;
  }
}
.single .cta-section .cta-image {
  height: 500px;
  max-width: 900px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single .other-blogs {
  margin-bottom: 80px;
}
.single .other-blogs hr {
  border-top: 1px solid #ECEDF5;
  margin-top: 50px;
}
.single .other-blogs .other-blogs-title {
  margin-bottom: 32px;
  z-index: 1;
}
.single .other-blogs .other-blogs-wrap {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 1050px) {
  .single .other-blogs .other-blogs-wrap {
    flex-direction: column;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 769px) {
  .single .other-blogs .other-blogs-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single .other-blogs .other-blogs-wrap .other-single-blog {
  position: relative;
  display: block;
  background-size: cover;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
}
.single .other-blogs .other-blogs-wrap .other-single-blog .bg-img {
  background-size: cover;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.single .other-blogs .other-blogs-wrap .other-single-blog a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
  padding: 25px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.single .other-blogs .other-blogs-wrap .other-single-blog img {
  display: block;
  width: 100%;
}
.single .other-blogs .other-blogs-wrap .other-single-blog .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(31, 59, 114, 0.4);
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.single .other-blogs .other-blogs-wrap .other-single-blog h3 {
  z-index: 1;
  text-align: left;
}
.single .other-blogs .other-blogs-wrap .other-single-blog h6 {
  z-index: 1;
  text-transform: uppercase;
  margin-bottom: 13px;
  padding: 10px;
  border: 1px solid #EDF0F4;
  font-weight: bold;
}
.single .other-blogs .other-blogs-wrap .other-single-blog h6.Sustainability {
  background-color: #85CB33;
  box-shadow: none;
}
.single .other-blogs .other-blogs-wrap .other-single-blog h6.Blog {
  background-color: #1F3B72;
  box-shadow: none;
}
.single .other-blogs .other-blogs-wrap .other-single-blog h6.Cocktails {
  background-color: #B5A066;
  box-shadow: none;
}
.single .other-blogs .other-blogs-wrap .other-single-blog h6.Media {
  background-color: #EA5E27;
  box-shadow: none;
}
.single .other-blogs .other-blogs-wrap .other-single-blog:hover .bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single .other-blogs .other-blogs-wrap .Sustainability {
  transition: all 0.3s ease-in-out;
}
.single .other-blogs .other-blogs-wrap .Sustainability:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #85CB33;
  box-shadow: 8px 8px 0px 0px #85CB33;
}
.single .other-blogs .other-blogs-wrap .Blog {
  transition: all 0.3s ease-in-out;
}
.single .other-blogs .other-blogs-wrap .Blog:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #1F3B72;
  box-shadow: 8px 8px 0px 0px #1F3B72;
}
.single .other-blogs .other-blogs-wrap .Cocktails {
  transition: all 0.3s ease-in-out;
}
.single .other-blogs .other-blogs-wrap .Cocktails:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #B5A066;
  box-shadow: 8px 8px 0px 0px #B5A066;
}
.single .other-blogs .other-blogs-wrap .Media {
  transition: all 0.3s ease-in-out;
}
.single .other-blogs .other-blogs-wrap .Media:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #EA5E27;
  box-shadow: 8px 8px 0px 0px #EA5E27;
}
.single h4 {
  margin-top: 24px;
}
.single .single-single-blog-wrap ul {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 28px;
  font-weight: normal;
  list-style: inside;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .single .single-single-blog-wrap ul {
    font-size: 16px;
    line-height: 22px;
  }
}
.single .single-single-blog-wrap ol {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 28px;
  font-weight: normal;
  margin: 0 22px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .single .single-single-blog-wrap ol {
    font-size: 16px;
    line-height: 22px;
  }
}

.post-type-archive-events .events-hub {
  padding-top: 250px;
  text-align: center;
}
.post-type-archive-events .events-hub h2 {
  margin-bottom: 56px;
}
.post-type-archive-events .events-wrap {
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
  gap: 40px;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1050px) {
  .post-type-archive-events .events-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 769px) {
  .post-type-archive-events .events-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.post-type-archive-events .events-wrap .event {
  position: relative;
  display: block;
  background-size: cover;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.post-type-archive-events .events-wrap .event .bg-img {
  background-size: cover;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.post-type-archive-events .events-wrap .event a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
  padding: 25px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.post-type-archive-events .events-wrap .event img {
  display: block;
  width: 100%;
}
.post-type-archive-events .events-wrap .event .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(31, 59, 114, 0.4);
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.post-type-archive-events .events-wrap .event h3 {
  z-index: 1;
  text-align: left;
  text-shadow: 3px 3px rgba(1, 6, 16, 0.7);
}
.post-type-archive-events .events-wrap .event h6 {
  z-index: 1;
  text-transform: uppercase;
  margin-bottom: 13px;
  padding: 10px;
  border: 1px solid #EDF0F4;
  font-weight: bold;
  background-color: #1F3B72;
}
.post-type-archive-events .events-wrap .event:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #1F3B72;
  box-shadow: 8px 8px 0px 0px #1F3B72;
}
.post-type-archive-events .events-wrap .event:hover .bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.post-type-archive-events .events-wrap .Sustainability {
  transition: all 0.3s ease-in-out;
}
.post-type-archive-events .events-wrap .Sustainability:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #85CB33;
  box-shadow: 8px 8px 0px 0px #85CB33;
}
.post-type-archive-events .events-wrap .Blog {
  transition: all 0.3s ease-in-out;
}
.post-type-archive-events .events-wrap .Blog:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #1F3B72;
  box-shadow: 8px 8px 0px 0px #1F3B72;
}
.post-type-archive-events .events-wrap .Cocktails {
  transition: all 0.3s ease-in-out;
}
.post-type-archive-events .events-wrap .Cocktails:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #B5A066;
  box-shadow: 8px 8px 0px 0px #B5A066;
}
.post-type-archive-events .events-wrap .Media {
  transition: all 0.3s ease-in-out;
}
.post-type-archive-events .events-wrap .Media:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #EA5E27;
  box-shadow: 8px 8px 0px 0px #EA5E27;
}
.post-type-archive-events .pagination {
  margin: 48px 0 80px 0;
}
.post-type-archive-events .past-events {
  opacity: 0.5;
}
.post-type-archive-events .past-events:hover {
  opacity: 1;
}
.post-type-archive-events .view-all-past-events {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.post-type-archive-events .view-all-past-events .button {
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .post-type-archive-events .view-all-past-events .button {
    font-size: 16px;
  }
}
.post-type-archive-events .view-all-past-events .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.post-type-archive-events .view-all-past-events .button:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}

.single-events .bg-image {
  flex: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
}
@media screen and (max-width: 1050px) {
  .single-events .bg-image {
    flex: unset;
    width: 100%;
    display: flex;
    gap: 15px;
  }
}
@media screen and (max-width: 769px) {
  .single-events .bg-image {
    flex-direction: column;
    height: unset;
    height: 500px;
  }
}
.single-events .bg-image .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.single-events .bg-image .text-overlay {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 769px) {
  .single-events .bg-image .text-overlay {
    padding-top: 150px;
  }
}
.single-events .bg-image h1 {
  margin-top: 150px;
}
@media screen and (max-width: 769px) {
  .single-events .bg-image h1 {
    margin-top: 0;
  }
}
.single-events .single-events {
  margin-bottom: 100px;
  padding-top: 40px;
}
@media screen and (max-width: 1050px) {
  .single-events .single-events {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.single-events .single-events .left {
  flex: 1;
}
.single-events .single-events .embed-container {
  position: relative;
  max-width: 1000px;
  width: 100%;
  height: 555px;
}
@media screen and (max-width: 1050px) {
  .single-events .single-events .embed-container {
    display: none;
  }
}
.single-events .single-events .show-tablet-down {
  display: none;
}
@media screen and (max-width: 1050px) {
  .single-events .single-events .show-tablet-down {
    display: block !important;
    position: relative !important;
    top: unset !important;
    transform: unset !important;
    border: 0 !important;
  }
}
.single-events .single-events .right {
  flex: 1;
  padding-right: 50px;
}
@media screen and (max-width: 769px) {
  .single-events .single-events .right {
    padding-right: 0;
  }
}
.single-events .single-events .right .ingredients-block {
  padding-right: 20px;
}
.single-events .single-events .right .ingredients-block .ingredients {
  padding: 0;
  margin: 10px 0 30px 0;
  list-style: none;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 760px;
  width: 100%;
  flex-direction: column;
  align-content: baseline;
}
.single-events .single-events .right .ingredients-block .ingredients li {
  position: relative;
  border: 2px solid #1F3B72;
  padding: 10px;
  -webkit-box-shadow: 4px 4px 0px 0px #1F3B72;
  box-shadow: 4px 4px 0px 0px #1F3B72;
  text-align: center;
  display: flex;
  align-self: baseline;
  gap: 10px;
}
.single-events .single-events .right .ingredients-block .ingredients li img {
  width: 30px;
}
.single-events .single-events .right .ingredients-block .ingredients li p {
  margin-bottom: 0 !important;
  margin: 0;
}
.single-events .single-events .right h4 {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 0;
}
.single-events .single-events h2 {
  font-weight: 500;
}
.single-events .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .single-events .embed-container {
    padding-bottom: 100%;
  }
}
.single-events .embed-container iframe,
.single-events .embed-container object,
.single-events .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-events .cta-section {
  padding: 120px 0;
}
.single-events .cta-section.white {
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  background-size: 85px;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1F3B72;
}
.single-events .cta-section.white .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}
.single-events .cta-section.white .seciton-content {
  z-index: 1;
  position: relative;
}
.single-events .cta-section.white a {
  color: #1F3B72;
}
.single-events .cta-section .max-container {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1050px) {
  .single-events .cta-section .max-container {
    flex-direction: column;
  }
}
.single-events .cta-section .cta-image {
  height: 500px;
  max-width: 900px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-events .event-slider {
  /* the slides */
  /* the parent */
}
.single-events .event-slider .slick-slide {
  margin: 0 27px;
}
.single-events .event-slider .slick-list {
  margin: 0 -27px;
}
.single-events .event-slider .events-images {
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.single-events .event-slider .slick-prev.slick-arrow.slick-disabled,
.single-events .event-slider .slick-next.slick-arrow.slick-disabled {
  display: none !important;
}
.single-events .event-slider .slick-slide {
  outline: none;
}
.single-events .event-slider .slick-prev,
.single-events .event-slider .slick-next {
  position: absolute;
  bottom: -20px;
  z-index: 1;
  cursor: pointer;
  background-color: #1F3B72 !important;
  padding: 10px;
  color: #ffffff;
}
.single-events .event-slider .slick-prev {
  left: 100px;
  outline: none;
  background: none;
  border: none;
  font-size: 0;
}
.single-events .event-slider .slick-prev:before {
  content: url("./img/svg/right-arrow.svg");
  width: 20px;
  display: block;
  transform: rotate(180deg);
}
@media screen and (max-width: 769px) {
  .single-events .event-slider .slick-prev {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(0, -50%);
    height: 40px;
  }
}
.single-events .event-slider .slick-next {
  right: 100px;
  outline: none;
  background: none;
  border: none;
  font-size: 0;
}
.single-events .event-slider .slick-next:before {
  content: url("./img/svg/right-arrow.svg");
  width: 20px;
  display: block;
}
@media screen and (max-width: 769px) {
  .single-events .event-slider .slick-next {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(0, -50%);
    height: 40px;
  }
}
.single-events .other-events {
  margin-bottom: 80px;
}
.single-events .other-events hr {
  border-top: 1px solid #ECEDF5;
  margin-top: 50px;
}
.single-events .other-events .other-events-title {
  margin-bottom: 32px;
  z-index: 1;
}
.single-events .other-events .other-events-wrap {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 1050px) {
  .single-events .other-events .other-events-wrap {
    flex-direction: column;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 769px) {
  .single-events .other-events .other-events-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-events .other-events .other-events-wrap .other-single-events {
  position: relative;
  display: block;
  background-size: cover;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
}
.single-events .other-events .other-events-wrap .other-single-events .bg-img {
  background-size: cover;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.single-events .other-events .other-events-wrap .other-single-events a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
  padding: 25px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.single-events .other-events .other-events-wrap .other-single-events img {
  display: block;
  width: 100%;
}
.single-events .other-events .other-events-wrap .other-single-events .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(31, 59, 114, 0.4);
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.single-events .other-events .other-events-wrap .other-single-events h3 {
  z-index: 1;
  text-align: left;
}
.single-events .other-events .other-events-wrap .other-single-events h6 {
  z-index: 1;
  text-transform: uppercase;
  margin-bottom: 13px;
  padding: 10px;
  border: 1px solid #EDF0F4;
  font-weight: bold;
  background-color: #1F3B72;
}
.single-events .other-events .other-events-wrap .other-single-events:hover .bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-events .other-events .other-events-wrap .other-single-events:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #1F3B72;
  box-shadow: 8px 8px 0px 0px #1F3B72;
}
.single-events .other-events .other-events-wrap .other-single-events:hover .bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-events h4 {
  margin-top: 24px;
}
.single-events .single-single-events-wrap ul {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 28px;
  font-weight: normal;
  list-style: inside;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .single-events .single-single-events-wrap ul {
    font-size: 16px;
    line-height: 22px;
  }
}
.single-events .single-single-events-wrap ol {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 28px;
  font-weight: normal;
  margin: 0 22px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .single-events .single-single-events-wrap ol {
    font-size: 16px;
    line-height: 22px;
  }
}

.page-template-page-past-events .events-hub {
  padding-top: 250px;
  text-align: center;
}
.page-template-page-past-events .events-hub h2 {
  margin-bottom: 56px;
}
.page-template-page-past-events .events-wrap {
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
  gap: 40px;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1050px) {
  .page-template-page-past-events .events-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 769px) {
  .page-template-page-past-events .events-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-template-page-past-events .events-wrap .event {
  position: relative;
  display: block;
  background-size: cover;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.page-template-page-past-events .events-wrap .event .bg-img {
  background-size: cover;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.page-template-page-past-events .events-wrap .event a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
  padding: 25px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-template-page-past-events .events-wrap .event img {
  display: block;
  width: 100%;
}
.page-template-page-past-events .events-wrap .event .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(31, 59, 114, 0.4);
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.page-template-page-past-events .events-wrap .event h3 {
  z-index: 1;
  text-align: left;
  text-shadow: 3px 3px rgba(1, 6, 16, 0.7);
}
.page-template-page-past-events .events-wrap .event h6 {
  z-index: 1;
  text-transform: uppercase;
  margin-bottom: 13px;
  padding: 10px;
  border: 1px solid #EDF0F4;
  font-weight: bold;
  background-color: #1F3B72;
}
.page-template-page-past-events .events-wrap .event:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #1F3B72;
  box-shadow: 8px 8px 0px 0px #1F3B72;
}
.page-template-page-past-events .events-wrap .event:hover .bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.page-template-page-past-events .events-wrap .Sustainability {
  transition: all 0.3s ease-in-out;
}
.page-template-page-past-events .events-wrap .Sustainability:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #85CB33;
  box-shadow: 8px 8px 0px 0px #85CB33;
}
.page-template-page-past-events .events-wrap .Blog {
  transition: all 0.3s ease-in-out;
}
.page-template-page-past-events .events-wrap .Blog:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #1F3B72;
  box-shadow: 8px 8px 0px 0px #1F3B72;
}
.page-template-page-past-events .events-wrap .Cocktails {
  transition: all 0.3s ease-in-out;
}
.page-template-page-past-events .events-wrap .Cocktails:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #B5A066;
  box-shadow: 8px 8px 0px 0px #B5A066;
}
.page-template-page-past-events .events-wrap .Media {
  transition: all 0.3s ease-in-out;
}
.page-template-page-past-events .events-wrap .Media:hover {
  -webkit-box-shadow: 8px 8px 0px 0px #EA5E27;
  box-shadow: 8px 8px 0px 0px #EA5E27;
}
.page-template-page-past-events .pagination {
  margin: 48px 0 80px 0;
}
.page-template-page-past-events .past-events {
  opacity: 0.5;
}
.page-template-page-past-events .past-events:hover {
  opacity: 1;
}
.page-template-page-past-events .view-all-past-events {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-template-page-past-events .view-all-past-events .button {
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .page-template-page-past-events .view-all-past-events .button {
    font-size: 16px;
  }
}
.page-template-page-past-events .view-all-past-events .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.page-template-page-past-events .view-all-past-events .button:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}

.onsale {
  background-color: #1F3B72 !important;
}

.woocommerce-shop-wrap {
  padding-top: 50px;
}
.woocommerce-shop-wrap .woocommerce-result-count, .woocommerce-shop-wrap .woocommerce-ordering, .woocommerce-shop-wrap .woocommerce-breadcrumb {
  display: none !important;
}
.woocommerce-shop-wrap h1 {
  text-align: center;
  margin-bottom: 40px;
}
.woocommerce-shop-wrap ul li {
  text-align: center;
  padding: 0 !important;
}
.woocommerce-shop-wrap ul li a {
  display: block;
  width: 100%;
}
.woocommerce-shop-wrap ul li img {
  max-width: 435px !important;
  width: 100%;
  display: block;
  margin: 0 auto !important;
}
.woocommerce-shop-wrap ul li h2 {
  margin: 0 !important;
  padding: 32px 10px 10px 10px !important;
  font-size: 22px !important;
  letter-spacing: normal !important;
  line-height: normal !important;
  font-weight: bold !important;
  font-family: "nimbus-sans", sans-serif !important;
  font-display: swap;
}
@media screen and (max-width: 769px) {
  .woocommerce-shop-wrap ul li h2 {
    font-size: 20px !important;
    line-height: 28px !important;
    padding-bottom: 0 !important;
  }
}
.woocommerce-shop-wrap ul li bdi {
  text-transform: uppercase !important;
  position: relative !important;
  display: inline-block !important;
  font-size: 25px !important;
  letter-spacing: 1px !important;
  line-height: 37px !important;
  color: #ffffff !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 769px) {
  .woocommerce-shop-wrap ul li bdi {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
.woocommerce-shop-wrap ul li ins bdi {
  margin-bottom: 0 !important;
}
.woocommerce-shop-wrap ul li ins bdi::after {
  display: none !important;
}
.woocommerce-shop-wrap ul li .button {
  margin-top: 32px;
  background: #1F3B72;
  display: inline-block;
  padding: 16px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72);
  background-size: 300% 100%;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .woocommerce-shop-wrap ul li .button {
    font-size: 16px;
  }
}
.woocommerce-shop-wrap ul li .button:hover {
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72);
  background-size: 300% 100%;
  color: #ffffff;
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 25px #AAA66F;
}
.woocommerce-shop-wrap ul li .button:active {
  background: #1F3B72;
  color: #1F3B72;
  border: 1px solid #ECEDF5;
}
.woocommerce-shop-wrap ul li .added_to_cart.wc-forward {
  margin-left: 10px;
}
.woocommerce-shop-wrap .bos4w-or-subscribe {
  display: none;
}
.woocommerce-shop-wrap .product-notification-banner {
  position: relative;
  background-color: #B5A066;
  text-align: center;
  width: 100%;
  padding: 5px;
  top: 0;
  color: #1C1C35;
}
.woocommerce-shop-wrap .product-notification-banner h5 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.woocommerce-page #primary {
  padding-top: 250px;
}
@media screen and (max-width: 769px) {
  .woocommerce-page #primary {
    padding-top: 200px;
  }
}

.woocommerce .products ul, .woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1050px) {
  .woocommerce .products ul, .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 769px) {
  .woocommerce .products ul, .woocommerce ul.products {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
}

@media screen and (max-width: 1050px) {
  .woocommerce ul.products::after, .woocommerce ul.products::before, .woocommerce-page ul.products::after, .woocommerce-page ul.products::before {
    display: none;
  }
}

.woocommerce ul.products li.product .button {
  margin-top: auto;
}

.woocommerce ul.products li.product .price .from {
  font-size: 27px;
  color: #ffffff;
}

.woocommerce-cart .woocommerce .product-thumbnail img {
  max-width: 140px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .woocommerce-cart .woocommerce .remove {
    margin-left: auto;
  }
}
.woocommerce-cart .woocommerce .remove:hover {
  background: none !important;
}
.woocommerce-cart .woocommerce .remove:hover svg #trash-can {
  fill: #1F3B72;
}
@media screen and (max-width: 769px) {
  .woocommerce-cart .woocommerce .remove svg {
    width: 25px;
  }
}
.woocommerce-cart .woocommerce .actions button {
  margin-left: 20px !important;
  background: #1F3B72 !important;
  display: inline-block !important;
  padding: 16px !important;
  color: #ffffff !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  border: none !important;
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  cursor: pointer !important;
}
@media screen and (max-width: 769px) {
  .woocommerce-cart .woocommerce .actions button {
    font-size: 16px !important;
  }
}
.woocommerce-cart .woocommerce .actions button:hover {
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background-position: 100% 0 !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  box-shadow: 0 0 25px #AAA66F !important;
}
.woocommerce-cart .woocommerce .actions button:active {
  background: #1F3B72 !important;
  color: #1F3B72 !important;
  border: 1px solid #ECEDF5 !important;
}
.woocommerce-cart .woocommerce .coupon {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 769px) {
  .woocommerce-cart .woocommerce .coupon {
    padding: 1em 0 1.5em 0 !important;
  }
}
.woocommerce-cart .woocommerce .coupon #coupon_code {
  background: transparent;
  color: #fff;
  opacity: 1;
  border-radius: 0;
  width: 100%;
}
.woocommerce-cart .woocommerce .coupon button {
  width: 100%;
  padding: 0;
  background: transparent;
  text-align: left;
}
.woocommerce-cart .woocommerce .shop_table .cart-subtotal td, .woocommerce-cart .woocommerce .shop_table .order-total td {
  text-align: right;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-cart .woocommerce .checkout-button.button {
  margin-top: 32px;
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .woocommerce-cart .woocommerce .checkout-button.button {
    font-size: 16px;
  }
}
.woocommerce-cart .woocommerce .checkout-button.button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.woocommerce-cart .woocommerce .checkout-button.button:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}
@media screen and (max-width: 769px) {
  .woocommerce-cart .woocommerce .checkout-button.button {
    width: 100% !important;
    margin-top: 0 !important;
  }
}
.woocommerce-cart .woocommerce .quantity {
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 769px) {
  .woocommerce-cart .woocommerce .quantity {
    justify-content: flex-end;
  }
}
.woocommerce-cart .woocommerce .quantity .minus, .woocommerce-cart .woocommerce .quantity .plus, .woocommerce-cart .woocommerce .quantity .qty {
  background: transparent;
  border-radius: 0;
  color: #ffffff;
  padding: 5px;
  width: 40px;
  font-size: 18px;
  height: 40px;
  border: 1px solid #ffffff !important;
}
@media screen and (max-width: 769px) {
  .woocommerce-cart .woocommerce .quantity .minus, .woocommerce-cart .woocommerce .quantity .plus, .woocommerce-cart .woocommerce .quantity .qty {
    width: 50px;
    height: 40px;
    padding: 6px;
  }
}
@media screen and (max-width: 769px) {
  .woocommerce-cart .woocommerce .quantity .qty {
    font-size: 16px;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals {
  margin-top: 80px;
}
@media screen and (max-width: 769px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    margin-top: 40px;
  }
}
.woocommerce-cart .woocommerce table.shop_table thead {
  background-color: #1F3B72;
}
.woocommerce-cart .woocommerce table.shop_table td {
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce-cart .first-payment-date small {
  color: #ffffff !important;
}
.woocommerce-cart .cart_totals {
  font-size: 20px;
}
@media screen and (max-width: 1050px) {
  .woocommerce-cart .cart_totals {
    width: 100% !important;
  }
}
@media screen and (max-width: 769px) {
  .woocommerce-cart .cart_totals {
    font-size: 18px;
  }
}
.woocommerce-cart .cart_totals td {
  text-align: right;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
  font-size: 16px;
  font-style: italic;
}
@media screen and (max-width: 769px) {
  .woocommerce-cart .cart_totals .woocommerce-shipping-destination {
    font-size: 14px;
  }
}
.woocommerce-cart .return-to-shop .wc-backward {
  margin-left: 20px !important;
  background: #1F3B72 !important;
  display: inline-block !important;
  padding: 16px !important;
  font-size: 18px !important;
  color: #ffffff !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  border: none !important;
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  cursor: pointer !important;
}
@media screen and (max-width: 769px) {
  .woocommerce-cart .return-to-shop .wc-backward {
    font-size: 16px !important;
  }
}
.woocommerce-cart .return-to-shop .wc-backward:hover {
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background-position: 100% 0 !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  box-shadow: 0 0 25px #AAA66F !important;
}
.woocommerce-cart .return-to-shop .wc-backward:active {
  background: #1F3B72 !important;
  color: #1F3B72 !important;
  border: 1px solid #ECEDF5 !important;
}
.woocommerce-cart .cross-sells li.product {
  text-align: center;
  padding: 30px !important;
}
@media screen and (max-width: 769px) {
  .woocommerce-cart .cross-sells li.product {
    padding: 10px !important;
  }
}
.woocommerce-cart .cross-sells h2.woocommerce-loop-product__title {
  margin: 0 !important;
  padding-top: 32px !important;
  padding-bottom: 10px !important;
  font-size: 22px !important;
  letter-spacing: normal !important;
  line-height: normal !important;
  font-weight: bold !important;
  font-family: "nimbus-sans", sans-serif !important;
}
@media screen and (max-width: 769px) {
  .woocommerce-cart .cross-sells h2.woocommerce-loop-product__title {
    font-size: 20px !important;
    padding-bottom: 10px !important;
    line-height: normal !important;
  }
}
.woocommerce-cart .cross-sells .button {
  background: #1F3B72 !important;
  display: inline-block !important;
  padding: 16px !important;
  color: #ffffff !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  border: none !important;
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  cursor: pointer !important;
}
@media screen and (max-width: 769px) {
  .woocommerce-cart .cross-sells .button {
    font-size: 16px !important;
    padding: 12px !important;
  }
}
.woocommerce-cart .cross-sells .button:hover {
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background-position: 100% 0 !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  box-shadow: 0 0 25px #AAA66F !important;
}
.woocommerce-cart .cross-sells .button:active {
  background: #1F3B72 !important;
  color: #1F3B72 !important;
  border: 1px solid #ECEDF5 !important;
}
.woocommerce-cart .price, .woocommerce-cart ins {
  text-transform: uppercase !important;
  position: relative !important;
  display: inline-block !important;
  font-size: 25px !important;
  letter-spacing: 1px !important;
  line-height: 37px !important;
  color: #ffffff !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 769px) {
  .woocommerce-cart .price, .woocommerce-cart ins {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

.shop_table tr:nth-child(odd) {
  background-color: #010C1F;
}

#wc_gc_cart_redeem_send {
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  display: inline-block !important;
  width: auto !important;
}
@media screen and (max-width: 769px) {
  #wc_gc_cart_redeem_send {
    font-size: 16px;
  }
}
#wc_gc_cart_redeem_send:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
#wc_gc_cart_redeem_send:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}
@media screen and (max-width: 769px) {
  #wc_gc_cart_redeem_send {
    width: 100% !important;
    margin-top: 0 !important;
  }
}

.cross-sells h2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 769px) {
  .cross-sells h2 {
    text-align: center;
  }
}
.cross-sells li {
  text-align: center;
}
.cross-sells li img {
  max-width: 300px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.cross-sells li h2 {
  font-size: 24px !important;
}
.cross-sells li .price {
  color: #ffffff !important;
}
.cross-sells li .button {
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .cross-sells li .button {
    font-size: 16px;
  }
}
.cross-sells li .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.cross-sells li .button:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0 !important;
}

.woocommerce-checkout .woocommerce-info {
  background-color: #f7f6f7;
  border-top-color: #1F3B72;
  color: #515151;
}
.woocommerce-checkout .woocommerce-info a {
  color: #515151;
}
.woocommerce-checkout .product-name, .woocommerce-checkout .product-total {
  text-transform: uppercase;
}
.woocommerce-checkout .shipping_address input {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.woocommerce-checkout .shipping_address .select2-container--default .select2-selection--single {
  background-color: #010610;
}
.woocommerce-checkout #order_comments {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.woocommerce-checkout #order_review_heading {
  margin-top: 48px;
}
.woocommerce-checkout #ship-to-different-address {
  font-size: 27px;
  line-height: 37px;
  letter-spacing: 1.35px;
  margin: 0;
  text-transform: uppercase;
  font-family: "nimbus-sans", sans-serif;
  font-display: swap;
}
@media screen and (max-width: 769px) {
  .woocommerce-checkout #ship-to-different-address {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
  font-size: 27px;
  line-height: 37px;
  letter-spacing: 1.35px;
  margin: 0;
  text-transform: uppercase;
  font-family: "nimbus-sans", sans-serif;
  font-display: swap;
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  .woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

.wc-donation-popup-content {
  max-height: unset !important;
  max-width: 550px !important;
  border: 2px solid #1F3B72 !important;
}

.wc-donation-popup-header h3 {
  font-size: 27px !important;
  line-height: 37px !important;
}

.wc-donation-popup .wc-close {
  display: none;
}
.wc-donation-popup .wc-donation-popup-header {
  background: #010610;
}
.wc-donation-popup .wc-donation-popup-body .wc_donation_on_checkout {
  background: #010610;
  padding-top: 10px;
}
.wc-donation-popup .wc-donation-popup-body p {
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  .wc-donation-popup .wc-donation-popup-body p {
    font-size: 16px;
  }
}
.wc-donation-popup .roundoff-donation-price {
  background-color: #010610 !important;
}
.wc-donation-popup button {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 769px) {
  .wc-donation-popup button {
    font-size: 16px;
  }
}
.wc-donation-popup .wc-input-text {
  border: 2px solid #1F3B72 !important;
}

#checkout_checkbox_gift_field {
  background: #1F3B72;
  padding: 10px;
  display: block;
  margin-bottom: 30px;
}
#checkout_checkbox_gift_field label {
  cursor: pointer;
}
#checkout_checkbox_gift_field input {
  margin-right: 10px;
}
#checkout_checkbox_gift_field span {
  font-size: 20px;
}
#checkout_checkbox_gift_field #note {
  font-style: italic;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  #checkout_checkbox_gift_field #note {
    display: block;
    margin-top: 10px;
  }
}

.payment_box.payment_method_sagepaydirect {
  background-color: #ECEDF5 !important;
  color: #1F3B72 !important;
}
.payment_box.payment_method_sagepaydirect input {
  background-color: #ECEDF5 !important;
  color: #1F3B72 !important;
  font-size: 18px !important;
  border: 1px solid #1F3B72 !important;
}
.payment_box.payment_method_sagepaydirect a {
  color: #1F3B72 !important;
}
.payment_box.payment_method_sagepaydirect a:hover {
  text-decoration: underline !important;
}
.payment_box.payment_method_sagepaydirect select {
  border: 1px solid #1F3B72 !important;
}
.payment_box.payment_method_sagepaydirect .required {
  color: #1F3B72 !important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #ECEDF5 !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

#sagepaydirect-cc-form {
  border: 1px solid #1F3B72 !important;
}

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
  background-color: #ECEDF5 !important;
  color: #1F3B72 !important;
  font-size: 18px !important;
}

#sagepaydirect-card-number,
#sagepaydirect-card-expiry,
#sagepaydirect-card-cvc {
  background-color: #ECEDF5 !important;
  color: #1F3B72 !important;
  font-size: 18px !important;
  border: 1px solid #1F3B72 !important;
}

.wc-backward {
  margin-left: 20px !important;
  background: #1F3B72 !important;
  display: inline-block !important;
  padding: 16px !important;
  font-size: 18px !important;
  color: #ffffff !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  border: none !important;
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  cursor: pointer !important;
}
@media screen and (max-width: 769px) {
  .wc-backward {
    font-size: 16px !important;
  }
}
.wc-backward:hover {
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background-position: 100% 0 !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  box-shadow: 0 0 25px #AAA66F !important;
}
.wc-backward:active {
  background: #1F3B72 !important;
  color: #1F3B72 !important;
  border: 1px solid #ECEDF5 !important;
}

.woocommerce-error a {
  color: #1F3B72;
  text-decoration: underline;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #ECEDF5 !important;
}

.woocommerce-checkout #payment div.payment_box {
  color: #1F3B72 !important;
}
.woocommerce-checkout #payment div.payment_box .required {
  color: #1F3B72 !important;
}

.savecard {
  margin-bottom: 10px !important;
}

#ag_opayo_direct-cc-form {
  border: 1px solid #1F3B72 !important;
}
#ag_opayo_direct-cc-form input {
  color: #767676 !important;
  font-size: 20px !important;
  border-bottom: 1px solid #1F3B72 !important;
}

.woocommerce-order-pay #order_review #payment .button {
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .woocommerce-order-pay #order_review #payment .button {
    font-size: 16px;
  }
}
.woocommerce-order-pay #order_review #payment .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.woocommerce-order-pay #order_review #payment .button:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}

.donation-banner {
  padding: 10px;
  background: #B5A066;
  margin: 20px 0;
}

.edit_bundle_in_cart_text small {
  color: #ffffff;
}

.woocommerce-account .woocommerce {
  margin-bottom: 80px;
}
.woocommerce-account .woocommerce .woocommerce-form-login, .woocommerce-account .woocommerce .woocommerce-form-register {
  -webkit-box-shadow: 8px 8px 0px 0px #1F3B72;
  box-shadow: 8px 8px 0px 0px #1F3B72;
  border: 1px solid #1F3B72;
  border-radius: 0;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox, .woocommerce-account .woocommerce .woocommerce-form-register .form-row .woocommerce-form__label-for-checkbox {
  margin-top: 30px;
}
.woocommerce-account .woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__submit, .woocommerce-account .woocommerce .woocommerce-form-register .form-row .woocommerce-form-login__submit {
  margin-top: 30px;
}
.woocommerce-account .woocommerce input {
  background: transparent;
  color: #ffffff;
  border: 0 !important;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-radius: 0 !important;
  border-bottom: 1px solid #ffffff !important;
}
.woocommerce-account .woocommerce button {
  background: #1F3B72;
  display: inline-block;
  padding: 16px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72);
  background-size: 300% 100%;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce button {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce button:hover {
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72);
  background-size: 300% 100%;
  color: #ffffff;
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 25px #AAA66F;
}
.woocommerce-account .woocommerce button:active {
  background: #1F3B72;
  color: #1F3B72;
  border: 1px solid #ECEDF5;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  margin-bottom: 50px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
}
@media screen and (max-width: 1050px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  border-top: 1px solid #1F3B72;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 1px solid #1F3B72;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  padding: 24px 0;
  display: block;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  position: relative;
  margin-right: 30px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a::after {
  right: -30px;
  top: 20px;
  width: 26px;
  height: 26px;
  position: absolute;
  display: inline-block;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:hover a {
  font-weight: bold;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a::after, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:hover a::after {
  opacity: 1;
  transform: scale(1.2);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a::after {
  content: url("../../themes/vrum/img/account-icons/v-ui-dashboard.svg");
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a::after {
  content: url("../../themes/vrum/img/account-icons/v-ui-orders.svg");
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--subscriptions a::after {
  content: url("../../themes/vrum/img/account-icons/v-ui-subscriptions.svg");
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address a::after {
  content: url("../../themes/vrum/img/account-icons/v-ui-addresses.svg");
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--backinstock a::after {
  content: url("../../themes/vrum/img/account-icons/v-ui-stock-notifications.svg");
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a::after {
  content: url("../../themes/vrum/img/account-icons/v-ui-account-details.svg");
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--referral-system a::after {
  content: url("../../themes/vrum/img/account-icons/v-ui-coupon.svg");
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--points-and-rewards a::after {
  content: url("../../themes/vrum/img/account-icons/v-ui-points.svg");
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a::after {
  content: url("../../themes/vrum/img/account-icons/v-ui-logout.svg");
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--afwc-dashboard a::after {
  content: url("../../themes/vrum/img/account-icons/v-ui-affiliate.svg");
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--giftcards a::after {
  content: url("../../themes/vrum/img/account-icons/v-ui-gift-card.svg");
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--payment-methods a::after {
  content: url("../../themes/vrum/img/account-icons/v-ui-payment-methods.svg");
}
.woocommerce-account .woocommerce-button {
  background: #1F3B72 !important;
  display: inline-block !important;
  padding: 16px !important;
  font-size: 18px !important;
  color: #ffffff !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  border: none !important;
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  cursor: pointer !important;
}
@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce-button {
    font-size: 16px !important;
  }
}
.woocommerce-account .woocommerce-button:hover {
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background-position: 100% 0 !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  box-shadow: 0 0 25px #AAA66F !important;
}
.woocommerce-account .woocommerce-button:active {
  background: #1F3B72 !important;
  color: #1F3B72 !important;
  border: 1px solid #ECEDF5 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25% !important;
}
@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
  }
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 70% !important;
}
.woocommerce-account .woocommerce-MyAccount-content mark {
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .wc_pip_view_invoice {
  margin-top: 8px;
}
.woocommerce-account .woocommerce-MyAccount-content .button {
  background: #1F3B72 !important;
  display: inline-block !important;
  padding: 16px !important;
  font-size: 18px !important;
  color: #ffffff !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  border: none !important;
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  cursor: pointer !important;
}
@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-content .button {
    font-size: 16px !important;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .button:hover {
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background-position: 100% 0 !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  box-shadow: 0 0 25px #AAA66F !important;
}
.woocommerce-account .woocommerce-MyAccount-content .button:active {
  background: #1F3B72 !important;
  color: #1F3B72 !important;
  border: 1px solid #ECEDF5 !important;
}
.woocommerce-account .woocommerce-privacy-policy-text p {
  font-size: 16px !important;
  font-style: italic;
}
@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce-privacy-policy-text p {
    font-size: 14px;
  }
}
.woocommerce-account .afwc_reg_field_wrapper label {
  font-size: 20px;
}
.woocommerce-account .afwc_reg_form_wrapper input, .woocommerce-account .afwc_reg_form_wrapper textarea {
  font-size: 20px;
}
.woocommerce-account .afwc_registration_form_submit {
  background: #1F3B72 !important;
  display: inline-block !important;
  padding: 16px !important;
  font-size: 18px !important;
  color: #ffffff !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  border: none !important;
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  cursor: pointer !important;
}
@media screen and (max-width: 769px) {
  .woocommerce-account .afwc_registration_form_submit {
    font-size: 16px !important;
  }
}
.woocommerce-account .afwc_registration_form_submit:hover {
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background-position: 100% 0 !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  box-shadow: 0 0 25px #AAA66F !important;
}
.woocommerce-account .afwc_registration_form_submit:active {
  background: #1F3B72 !important;
  color: #1F3B72 !important;
  border: 1px solid #ECEDF5 !important;
}
.woocommerce-account .woocommerce-form-register .first-name {
  width: 48%;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce-form-register .first-name {
    width: 100%;
    margin-right: 0;
  }
}
.woocommerce-account .woocommerce-form-register .first-name input {
  width: 100%;
}
.woocommerce-account .woocommerce-form-register .last-name {
  width: 48%;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce-form-register .last-name {
    width: 100%;
  }
}
.woocommerce-account .woocommerce-form-register .last-name input {
  width: 100%;
}
.woocommerce-account .woocommerce_account_subscriptions p {
  font-size: 16px !important;
}
.woocommerce-account .woocommerce-orders-table__cell-notification-actions .button {
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce-orders-table__cell-notification-actions .button {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce-orders-table__cell-notification-actions .button:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.woocommerce-account .woocommerce-orders-table__cell-notification-actions .button:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}
.woocommerce-account .sf-change-payment-date, .woocommerce-account .cancel, .woocommerce-account .pause_subscription, .woocommerce-account .subscription_renewal_early, .woocommerce-account .wpr-add-product, .woocommerce-account .wpr-quantity-update, .woocommerce-account .reactivate {
  background: #1F3B72 !important;
  display: inline-block !important;
  padding: 16px !important;
  font-size: 18px !important;
  color: #ffffff !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  border: none !important;
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  cursor: pointer !important;
}
@media screen and (max-width: 769px) {
  .woocommerce-account .sf-change-payment-date, .woocommerce-account .cancel, .woocommerce-account .pause_subscription, .woocommerce-account .subscription_renewal_early, .woocommerce-account .wpr-add-product, .woocommerce-account .wpr-quantity-update, .woocommerce-account .reactivate {
    font-size: 16px !important;
  }
}
.woocommerce-account .sf-change-payment-date:hover, .woocommerce-account .cancel:hover, .woocommerce-account .pause_subscription:hover, .woocommerce-account .subscription_renewal_early:hover, .woocommerce-account .wpr-add-product:hover, .woocommerce-account .wpr-quantity-update:hover, .woocommerce-account .reactivate:hover {
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background-position: 100% 0 !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  box-shadow: 0 0 25px #AAA66F !important;
}
.woocommerce-account .sf-change-payment-date:active, .woocommerce-account .cancel:active, .woocommerce-account .pause_subscription:active, .woocommerce-account .subscription_renewal_early:active, .woocommerce-account .wpr-add-product:active, .woocommerce-account .wpr-quantity-update:active, .woocommerce-account .reactivate:active {
  background: #1F3B72 !important;
  color: #1F3B72 !important;
  border: 1px solid #ECEDF5 !important;
}
.woocommerce-account .woocommerce-MyAccount-Giftcards-form {
  margin-bottom: 20px;
  display: inline-block !important;
}
.woocommerce-account #afwc_dashboard_wrapper #afwc_date_range_container {
  border-radius: 0 !important;
  height: auto;
  padding: 10px;
  border: 1px solid #ECEDF5;
  background-color: unset !important;
}
.woocommerce-account #afwc_dashboard_wrapper #afwc_date_range_container input {
  border: 0 !important;
  color: #ECEDF5 !important;
}
.woocommerce-account #afwc_dashboard_wrapper .container_parent_left {
  display: none;
}
.woocommerce-account #afwc_dashboard_wrapper .afwc-referrals-section, .woocommerce-account #afwc_dashboard_wrapper .afwc-products-section, .woocommerce-account #afwc_dashboard_wrapper .afwc-payouts-section {
  background-color: #010C1F;
  text-align: left;
  margin: 20px 0;
  padding: 10px;
}
.woocommerce-account #afwc_dashboard_wrapper .afwc-referrals-section th, .woocommerce-account #afwc_dashboard_wrapper .afwc-products-section th, .woocommerce-account #afwc_dashboard_wrapper .afwc-payouts-section th {
  text-align: left !important;
}
.woocommerce-account .afwc_kpis_inner_container span, .woocommerce-account .afwc_kpis_inner_container p {
  color: #1F3B72 !important;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .woocommerce-account .afwc_kpi {
    height: 5em !important;
  }
}
.woocommerce-account .afwc_referrals .commission {
  text-align: left !important;
}
.woocommerce-account .afwc-products-section .qty, .woocommerce-account .afwc-products-section .sales {
  text-align: left !important;
}
.woocommerce-account #afwc_commission_lbl, .woocommerce-account #afwc_commission_stats_paid, .woocommerce-account #afwc_commission_stats_unpaid {
  color: #ECEDF5;
}

.nav-tab-wrapper .nav-tab.nav-tab-active {
  background: #ECEDF5;
  color: #000;
}
.nav-tab-wrapper .nav-tab.nav-tab-active:hover {
  background: #ECEDF5 !important;
  color: #000 !important;
}
.nav-tab-wrapper .nav-tab:hover {
  background: #ECEDF5;
  color: #000;
}

.woocommerce-order-details {
  font-size: 20px !important;
  margin-top: 16px !important;
}
.woocommerce-order-details .button {
  background: #1F3B72 !important;
  display: inline-block !important;
  padding: 16px !important;
  font-size: 18px !important;
  color: #ffffff !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  border: none !important;
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  cursor: pointer !important;
}
@media screen and (max-width: 769px) {
  .woocommerce-order-details .button {
    font-size: 16px !important;
  }
}
.woocommerce-order-details .button:hover {
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72) !important;
  background-size: 300% 100% !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background-position: 100% 0 !important;
  moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
  box-shadow: 0 0 25px #AAA66F !important;
}
.woocommerce-order-details .button:active {
  background: #1F3B72 !important;
  color: #1F3B72 !important;
  border: 1px solid #ECEDF5 !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  font-size: 20px !important;
}

input#afwc_affiliate_link {
  color: #1F3B72 !important;
}

.ssd-modal {
  background: #010610 !important;
}

.ssd-search-modal-header {
  background: #010610 !important;
}

.ssd-modal-wrapper {
  background: #010610 !important;
}

.wpr-add-new-subscription {
  gap: 30px !important;
}
.wpr-add-new-subscription > div {
  text-align: center !important;
  border: 2px solid #1F3B72 !important;
  padding: 30px !important;
}

#ssd-modal-content {
  background: #010610 !important;
}

.ssd-display-notification {
  background-color: #77a464 !important;
  color: #ffffff !important;
  display: block;
  padding: 20px 10px;
}

.wpr-product-name {
  color: #ECEDF5 !important;
  margin: 0 !important;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
  font-size: 27px !important;
  letter-spacing: 1px !important;
  line-height: 37px !important;
  font-weight: bold !important;
  font-family: "nimbus-sans", sans-serif !important;
  font-display: swap;
}

.wpr-product-price {
  color: #ECEDF5 !important;
  text-transform: uppercase !important;
  position: relative !important;
  display: inline-block !important;
  font-size: 27px !important;
  letter-spacing: 1px !important;
  line-height: 37px !important;
  color: #ffffff !important;
  font-weight: bold !important;
  margin-bottom: 1em !important;
}
.wpr-product-price::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: #1F3B72;
  z-index: -1;
}

.wpr-product-add-button {
  display: flex;
  flex-direction: column;
}
.wpr-product-add-button .button {
  margin-top: 15px;
  background: #ECEDF5;
  display: inline-block;
  padding: 10px;
  font-size: 18px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: 1px solid #ECEDF5;
}

.woocommerce-orders-table .wc_pip_view_invoice {
  margin-left: 8px !important;
  margin-top: 0 !important;
}

@media screen and (max-width: 769px) {
  .woocommerce-MyAccount-navigation {
    height: 0;
    overflow: hidden;
  }
}

.my-account-mobile-menu p {
  display: none;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .my-account-mobile-menu p {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
  }
  .my-account-mobile-menu p::after {
    content: url("../../themes/vrum//img/svg/v-ui-plus.svg");
    width: 20px;
    display: block;
    right: 0;
    position: absolute;
    top: 0;
    transition: 0.3s;
  }
}
.my-account-mobile-menu.my-account-mobile-menu-avtive p::after {
  content: url("../../themes/vrum//img/svg/v-ui-plus-minus.svg");
  width: 20px;
  display: block;
  right: 0;
  position: absolute;
  top: 0;
  transform: translateY(0) rotate(180deg);
}
.my-account-mobile-menu.my-account-mobile-menu-avtive .woocommerce-MyAccount-navigation {
  height: auto;
}

.single-product .woocommerce-variation-availability {
  margin-top: 20px;
}
.single-product .price {
  color: #ffffff !important;
}
.single-product .price ins, .single-product .price bdi {
  text-transform: uppercase !important;
  position: relative !important;
  display: inline-block !important;
  font-size: 48px !important;
  letter-spacing: 1px !important;
  line-height: 37px !important;
  font-family: "eurostile-extended", Arial, sans-serif;
  font-display: swap;
  font-weight: bold;
  color: #ffffff !important;
}
@media screen and (max-width: 769px) {
  .single-product .price ins, .single-product .price bdi {
    font-size: 33px !important;
    line-height: 37px !important;
  }
}
.single-product .price del {
  color: #ffffff;
  opacity: 0.5;
}
.single-product .bos4w-or-subscribe {
  color: #ffffff;
  margin-left: 30px;
}
@media screen and (max-width: 769px) {
  .single-product .bos4w-or-subscribe {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
.single-product .wc-points-rewards-product-message {
  background-color: #1F3B72;
  display: inline-block !important;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}
.single-product .bos4w-display-wrap {
  font-size: 20px;
  display: block;
  width: 100%;
}
.single-product .bos4w-display-wrap .bos4w-display-plan-text {
  font-weight: bold;
}
.single-product .bos4w-display-wrap label {
  text-transform: unset;
}
.single-product .bos4w-display-dropdown label {
  font-weight: bold;
}
.single-product .quantity {
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 769px) {
  .single-product .quantity {
    width: 100%;
  }
}
.single-product .quantity .minus, .single-product .quantity .plus, .single-product .quantity .qty {
  background: transparent;
  border-radius: 0;
  color: #ffffff;
  padding: 0 10px;
  width: 42px;
  font-size: 40px;
  height: 52px;
  cursor: pointer;
  border: 1px solid #ffffff !important;
}
.single-product .quantity .qty {
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  .single-product .quantity .qty {
    width: 100%;
  }
}
.single-product .entry-summary h1 {
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .single-product .entry-summary .cart {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
.single-product .entry-summary .single_add_to_cart_button {
  margin-left: 20px;
  background: #1F3B72;
  display: inline-block;
  padding: 16px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72);
  background-size: 300% 100%;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .single-product .entry-summary .single_add_to_cart_button {
    font-size: 16px;
  }
}
.single-product .entry-summary .single_add_to_cart_button:hover {
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72);
  background-size: 300% 100%;
  color: #ffffff;
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 25px #AAA66F;
}
.single-product .entry-summary .single_add_to_cart_button:active {
  background: #1F3B72;
  color: #1F3B72;
  border: 1px solid #ECEDF5;
}
.single-product .entry-summary .single-product-affiliate-link {
  font-size: 20px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  position: relative !important;
  background: none !important;
  color: #ECEDF5 !important;
  top: 1px !important;
  border: none !important;
}
.single-product .entry-summary .single-product-affiliate-link:hover {
  color: inherit !important;
  text-decoration: underline !important;
}
@media screen and (max-width: 769px) {
  .single-product .entry-summary .single-product-affiliate-link {
    font-size: 16px !important;
  }
}
.single-product .entry-summary .wc-points-rewards-product-message {
  display: block;
}
.single-product .entry-summary .info-wrapper {
  display: flex;
  align-items: center;
  margin: 10px 0 20px 0;
  text-align: center;
  -webkit-box-shadow: 8px 8px 0px 0px #1F3B72;
  box-shadow: 8px 8px 0px 0px #1F3B72;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .single-product .entry-summary .info-wrapper {
    flex-direction: column;
  }
}
.single-product .entry-summary .info-wrapper .info-block {
  border: 1px solid #1F3B72;
  width: 100%;
  padding: 16px;
  text-transform: uppercase;
}
.single-product .entry-summary .info-wrapper .info-block p {
  margin: 0;
}
@media screen and (max-width: 769px) {
  .single-product .entry-summary .info-wrapper .info-block p {
    font-size: 18px;
  }
}
.single-product .entry-summary .woocommerce-tabs ul {
  padding: 0 !important;
}
.single-product .entry-summary .woocommerce-tabs li {
  background: none !important;
  color: #ffffff !important;
  border: none !important;
}
.single-product .entry-summary .woocommerce-tabs li::before, .single-product .entry-summary .woocommerce-tabs li::after {
  display: none;
}
.single-product .entry-summary .woocommerce-tabs a {
  text-transform: uppercase;
  color: #ffffff !important;
  font-size: 27px;
}
.single-product .entry-summary .accordion {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 50px;
  row-gap: 20px;
}
.single-product .entry-summary .accordion span {
  font-size: 16px;
  margin-top: 30px;
  display: block;
}
.single-product .entry-summary .accordion .accordion-head {
  color: #ffffff;
  background-color: transparent;
  border-bottom: 2px solid white;
  position: relative;
  padding: 10px 2px;
  font-size: 20px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: border-color 1s cubic-bezier(1, 0, 0, 0.5);
}
.single-product .entry-summary .accordion .accordion-head * {
  cursor: pointer;
}
.single-product .entry-summary .accordion .accordion-head h4 {
  margin: 0;
  font-weight: bold;
}
.single-product .entry-summary .accordion .accordion-head:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.single-product .entry-summary .accordion .accordion-head.open {
  border-bottom: 0 solid rgba(255, 255, 255, 0);
}
.single-product .entry-summary .accordion .accordion-body {
  border-bottom: 2px solid #ffffff;
  padding: 10px 0;
  height: auto;
  display: none;
  margin: 0;
}
.single-product .entry-summary .accordion .accordion-body p {
  margin-bottom: 5px;
}
.single-product .entry-summary .accordion .accordion-body p strong {
  margin-bottom: 8px;
  display: block;
}
.single-product .entry-summary .accordion .accordion-body p:first-of-type {
  margin-top: 0;
}
.single-product .entry-summary .accordion .accordion-body h2 {
  display: none;
}
.single-product .entry-summary .arrow {
  height: 20px;
}
.single-product .entry-summary .arrow:after {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: url("../../themes/vrum//img/svg/v-ui-plus.svg");
  font-weight: 900;
  color: #ffffff;
  transition: 0.3s;
}
.single-product .entry-summary .accordion-head.close .arrow:after {
  content: url("../../themes/vrum//img/svg/v-ui-plus.svg");
  font-weight: 900;
}
.single-product .entry-summary .accordion-head.open .arrow:after {
  content: url("../../themes/vrum//img/svg/v-ui-plus-minus.svg");
  font-weight: 900;
  transform: translateY(0) rotate(180deg);
}
.single-product .entry-summary .woocommerce-Tabs-panel h2 {
  display: none;
}
.single-product .entry-summary .product_meta {
  display: none;
}
.single-product .related.products h2 {
  padding: 150px 0 50px 0;
}
@media screen and (max-width: 1050px) {
  .single-product .related.products h2 {
    padding: 100px 0 50px 0;
  }
}
@media screen and (max-width: 769px) {
  .single-product .related.products h2 {
    padding: 50px 0;
  }
}
.single-product .related.products ul {
  display: flex;
}
@media screen and (max-width: 769px) {
  .single-product .related.products ul {
    flex-direction: column;
  }
}
.single-product .related.products ul li {
  text-align: center;
}
.single-product .related.products .bos4w-or-subscribe {
  display: none;
}
.single-product .related.products .woocommerce-loop-product__title {
  margin: 0 !important;
  padding-top: 32px !important;
  padding-bottom: 0 !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 27px !important;
  line-height: 37px !important;
  letter-spacing: 1.35px !important;
  font-family: "nimbus-sans", sans-serif !important;
  font-display: swap;
}
@media screen and (max-width: 769px) {
  .single-product .related.products .woocommerce-loop-product__title {
    font-size: 20px !important;
    line-height: 28px !important;
    padding-top: 0 !important;
  }
}
.single-product .related.products .price ins, .single-product .related.products .price bdi {
  text-transform: uppercase !important;
  position: relative !important;
  display: inline-block !important;
  font-size: 27px !important;
  letter-spacing: 1px !important;
  line-height: 37px !important;
  font-family: "nimbus-sans", sans-serif !important;
  font-display: swap;
  font-weight: bold !important;
  color: #ffffff !important;
}
@media screen and (max-width: 769px) {
  .single-product .related.products .price ins, .single-product .related.products .price bdi {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
.single-product .related.products .price del {
  color: #ffffff;
  opacity: 0.5;
}
.single-product .button.product_type_simple, .single-product .button.product_type_bundle {
  background: #1F3B72;
  display: inline-block;
  padding: 16px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72);
  background-size: 300% 100%;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .single-product .button.product_type_simple, .single-product .button.product_type_bundle {
    font-size: 16px;
  }
}
.single-product .button.product_type_simple:hover, .single-product .button.product_type_bundle:hover {
  background-image: linear-gradient(to right, #1F3B72, #1F3B72, #AAA66F, #1F3B72);
  background-size: 300% 100%;
  color: #ffffff;
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 25px #AAA66F;
}
.single-product .button.product_type_simple:active, .single-product .button.product_type_bundle:active {
  background: #1F3B72;
  color: #1F3B72;
  border: 1px solid #ECEDF5;
}
@media screen and (max-width: 1050px) {
  .single-product .product {
    display: flex;
    flex-direction: column;
  }
  .single-product .product .woocommerce-product-gallery__trigger {
    display: none;
  }
  .single-product .product .woocommerce-product-gallery {
    width: 100% !important;
    display: flex !important;
    gap: 20px !important;
  }
  .single-product .product .woocommerce-product-gallery ol {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 20px !important;
  }
  .single-product .product .woocommerce-product-gallery ol li {
    width: 65% !important;
  }
  .single-product .product .entry-summary {
    width: 100% !important;
  }
}
.single-product #wc_bis_product_form #wc_bis_send_form {
  background: #ECEDF5;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  color: #1F3B72;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .single-product #wc_bis_product_form #wc_bis_send_form {
    font-size: 16px;
  }
}
.single-product #wc_bis_product_form #wc_bis_send_form:hover {
  text-decoration: none;
  background-position: 100% 0;
  moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #B5A066;
  color: #000;
}
.single-product #wc_bis_product_form #wc_bis_send_form:active {
  background: #1F3B72;
  color: #ECEDF5;
  border: 1px solid #ECEDF5;
}
.single-product .woocommerce table.shop_attributes th {
  font-size: 20px;
  text-align: left;
}
.single-product .in-stock {
  background-color: #77a464 !important;
  color: #ffffff !important;
  display: inline-block;
  padding: 0 10px;
}
.single-product .out-of-stock {
  background-color: red !important;
  color: #ffffff !important;
  display: inline-block;
  padding: 0 10px;
}
.single-product .wc_bis_form_title {
  font-weight: 600;
}
.single-product .product_type_variable {
  background: #ECEDF5 !important;
  display: inline-block !important;
  padding: 16px !important;
  font-size: 20px !important;
  color: #1F3B72 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  border: 1px solid #ECEDF5 !important;
  font-weight: bold !important;
}
@media screen and (max-width: 769px) {
  .single-product .product_type_variable {
    font-size: 16px !important;
  }
}
.single-product .product_type_variable:hover {
  background: #1F3B72 !important;
  color: #ECEDF5 !important;
  border: 1px solid #ECEDF5 !important;
  transition: all 0.3s ease !important;
}
.single-product .product_type_variable:active {
  background: #1F3B72 !important;
  color: #ECEDF5 !important;
  border: 1px solid #ECEDF5 !important;
}
.single-product .product_type_variable.added {
  margin-right: 20px;
}
.single-product .up-sells.upsells {
  display: none !important;
}
.single-product .limit-per-customer-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f6f5f8;
  color: #515151;
  border-top: 3px solid #7f54b3;
  border-top-color: #1F3B72;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.c-accordion {
  max-width: 100%;
  width: 100%;
  margin-top: 30px;
}
.c-accordion__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
}
.c-accordion__content-wrapper {
  flex: 1 0 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.c-accordion__content-title {
  position: relative;
  transition: 0.3s;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-transform: uppercase;
}
.c-accordion__content-title p {
  margin: 10px 0;
}
.c-accordion__content-main {
  height: 0;
  overflow: hidden;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.c-accordion__content-main h2 {
  display: none;
}
.c-accordion__content {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  flex: 1 0 auto;
  margin: 10px 0;
  border-top: 1px solid #ffffff;
}
.c-accordion__content:first-of-type:before {
  display: none;
}
.c-accordion__content:before {
  content: "";
  width: 100%;
  border-top: 2px solid #000;
  position: absolute;
  left: 0;
  top: 0;
}
.c-accordion__content:last-child:after {
  content: "";
  width: 100%;
  border-top: 2px solid #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-accordion__content__text {
  padding-top: 10px;
  padding-bottom: 20px;
  line-height: 1.38;
}
.c-accordion__content.is-open {
  transition: 0.3s;
}
.c-accordion__content.is-open .c-accordion__plus {
  transform: translateY(-50%) rotate(90deg);
}
.c-accordion__content.is-open .c-accordion__plus:after {
  opacity: 0;
}
.c-accordion__content.is-open .c-accordion__content-main {
  height: auto;
}
.c-accordion__plus {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 50%;
  cursor: pointer;
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.4s;
}
.c-accordion__plus:before {
  content: "";
  height: 100%;
  border-left: 2px solid #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.c-accordion__plus:after {
  content: "";
  width: 100%;
  border-top: 2px solid #ffffff;
  position: absolute;
  opacity: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
}
.c-accordion__left {
  padding-top: 10px;
  padding-bottom: 75px;
  width: 100%;
  padding-right: 10px;
}
.c-accordion__right {
  padding-top: 10px;
  padding-bottom: 75px;
  width: 100%;
  padding-right: 10px;
}

.ui-datepicker {
  width: auto;
  font-size: 12px;
}

.postid-983 .variations_form,
.postid-541 .variations_form {
  font-size: 20px;
}
.postid-983 .quantity,
.postid-541 .quantity {
  display: none !important;
}
.postid-983 .entry-summary .single_add_to_cart_button,
.postid-541 .entry-summary .single_add_to_cart_button {
  margin-left: 0 !important;
}
.postid-983 .single_variation_wrap,
.postid-541 .single_variation_wrap {
  width: 100%;
}
.postid-983 .variations tbody,
.postid-541 .variations tbody {
  width: auto;
  display: block;
}
.postid-983 .variations tbody th:first-of-type,
.postid-541 .variations tbody th:first-of-type {
  margin-right: 20px;
  display: block;
}

.single-product .bundled_product img {
  width: 50%;
  margin: 0 auto;
}
.single-product .bundled_product .bundled_product_title {
  font-size: 18px;
  line-height: normal;
}
.single-product .bundled_product ins {
  font-size: 12px !important;
}
.single-product .bundled_product ins::after {
  height: 10px !important;
  bottom: 11px !important;
}
.single-product .bundled_product .minus, .single-product .bundled_product .qty, .single-product .bundled_product .plus {
  width: 42px !important;
}
.single-product .bundled_product .bundled_item_after_cart_details {
  margin: 10px auto auto;
  width: fit-content;
}
.single-product .points.hide-on-price-available {
  background-color: #1F3B72;
  width: fit-content;
  padding: 5px 10px;
}
.single-product .bundle_dat .price {
  font-size: 30px;
}
.single-product .bundle_error .woocommerce-info {
  background-color: #B5A066;
  color: #ffffff;
  border-top: 0;
}
.single-product .bundle_error .woocommerce-info::before {
  color: #ffffff;
}

.single-product .price del bdi {
  font-size: 38px !important;
}

.single-product .price ins bdi {
  font-size: 38px !important;
}

.single h4 {
  margin: 0 !important;
}

.bundle_price .price .woocommerce-Price-amount.amount {
  font-family: "eurostile-extended", Arial, sans-serif;
  font-size: 30px;
}

.bundled_item_cart_details .price {
  font-size: 18px !important;
}

.single-product .bundled_item_qty_col .quantity {
  display: flex !important;
  justify-content: center !important;
}
.single-product .bundle_button button {
  margin-left: 0 !important;
}
.single-product .related.products .product-notification-banner {
  position: absolute;
  background-color: #AAA66F;
  text-align: center;
  width: 100%;
  padding: 5px;
  top: 0;
  color: #1C1C35;
}
.single-product .related.products .product-notification-banner h5 {
  margin-bottom: 0;
  text-transform: uppercase;
}

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