@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/***********************Custom Scrollbar**************************/
h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
ul,
li,
a {
  font-family: "Open Sans", sans-serif;
  color: #cfcfcf;
}

/* width */
@media only screen and (min-width: 1025px) {
  ::-webkit-scrollbar {
    width: 7px;
    height: 2px;
  }
}

/* Track */
@media only screen and (min-width: 1025px) {
  ::-webkit-scrollbar-track {
    background: #683212;
  }
}

/* Handle */
@media only screen and (min-width: 1025px) {
  ::-webkit-scrollbar-thumb {
    background: #e7491e;
  }
}

/* Handle on hover */
@media only screen and (min-width: 1025px) {
  ::-webkit-scrollbar-thumb:hover {
    background: #e7491e;
  }
}

.offcanvas-body::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background: #273b41;
}

/***********************Custom Highlight Text***********************/
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #a68550;
}

::selection {
  color: #fff;
  background: #a68550;
}

html {
  scroll-padding-top: 200px;
}

.nice-select .list {
  width: 100%;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

* {
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  width: 100vw;
  overflow-x: hidden;
  background-color: #000000;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

svg {
  width: 100%;
  height: 100%;
}

img,
video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hidden {
  opacity: 0;
}

.hide-visi {
  opacity: 0 !important;
  pointer-events: none !important;
}

.sml-scale {
  transform: scale(0.4);
}

.ovfl-unhide {
  overflow: unset;
}

.ovfl-hide {
  overflow: hidden !important;
}

.mb-no {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .mb-no {
    display: block;
  }
}

.inner-pages {
  margin-top: 50px;
}
@media only screen and (min-width: 1025px) {
  .inner-pages {
    margin-top: 5vw;
  }
}

.section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mask-bg img {
  object-fit: fill;
}

.mob-only {
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .mob-only {
    display: none;
  }
}

.desk-only {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .desk-only {
    display: flex;
  }
}

.no-scroll {
  overflow: hidden;
}

.enb-transition {
  transition: 0.3s ease-in-out;
}
.enb-transition--5 {
  transition: 0.5s ease-in-out;
}

.slice-hidden h1,
.slice-hidden h2,
.slice-hidden h3,
.slice-hidden h4,
.slice-hidden h5,
.slice-hidden h6,
.slice-hidden p,
.slice-hidden a {
  transform: translateY(30vh);
}
.slice-hidden img {
  transform: translateY(100%);
}
@media only screen and (min-width: 1025px) {
  .slice-hidden h1,
  .slice-hidden h2,
  .slice-hidden h3,
  .slice-hidden h4,
  .slice-hidden h5,
  .slice-hidden h6,
  .slice-hidden p,
  .slice-hidden a {
    transform: translateY(5vw);
  }
  .slice-hidden img {
    transform: translateY(100%);
  }
}

.wd-100 {
  width: 100%;
}

.wd-80 {
  width: 80%;
}
.wd-80--desk-only {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .wd-80--desk-only {
    width: 80%;
  }
}

.wd-60 {
  width: 60%;
}
.wd-60--desk-only {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .wd-60--desk-only {
    width: 60%;
  }
}

.grayscale {
  transition: 0.3s ease-in-out;
  filter: grayscale(1) brightness(40%) contrast(80%);
}

.div-sect {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  gap: 30px;
}
@media (min-width: 768px) {
  .div-sect {
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .div-sect {
    gap: 5vw;
  }
}

.opc-7 {
  opacity: 0.7;
}

.opc-5 {
  opacity: 0.5;
}

.opc-4 {
  opacity: 0.4;
}

.opc-2 {
  opacity: 0.2;
}

.opc-1-5 {
  opacity: 0.15;
}

.opc-1 {
  opacity: 0.1;
}

.solid-olay-black {
  position: relative;
}
.solid-olay-black:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
  z-index: 2;
}

.grad-olay-black {
  position: relative;
}
.grad-olay-black:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9472163866) 100%);
  opacity: 0.75;
  z-index: 2;
}

.solid-olay-theme-1 {
  position: relative;
}
.solid-olay-theme-1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dae5e0;
  mix-blend-mode: multiply;
}

.ln-below {
  position: relative;
}
.ln-below::after {
  content: "";
  position: absolute;
  bottom: -0.5vw;
  left: 0;
  width: 300px;
  height: 1px;
  background: rgba(125, 125, 125, 0.4);
}

.z-ind {
  z-index: 1;
}
.z-ind--n1 {
  z-index: -1;
}
.z-ind--p2 {
  z-index: 2;
}
.z-ind--p3 {
  z-index: 3;
}

.slick-next {
  z-index: 1;
  top: unset;
  bottom: -126px;
  right: calc(50% - 60px);
  width: 50px;
  height: 50px;
  z-index: 3;
  padding: 5px;
  border-radius: 50px;
  border: 2px solid transparent;
  transition: 0.2s ease-in-out;
}
.slick-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../assets/images/svg-backup/btn-ar-right-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1025px) {
  .slick-next {
    z-index: 1;
    bottom: unset;
    top: 12.5vw;
    right: -3.8vw;
    width: 50px;
    height: 50px;
    z-index: 3;
    padding: 5px;
    border-radius: 50px;
    border: 2px solid transparent;
    transition: 0.2s ease-in-out;
  }
  .slick-next::before {
    width: 2vw;
    height: 2vw;
  }
}

.slick-prev {
  z-index: 1;
  top: unset;
  bottom: -100px;
  width: 50px;
  left: calc(50% - 60px);
  height: 50px;
  z-index: 3;
  padding: 5px;
  border-radius: 50px;
  border: 2px solid transparent;
  transition: 0.2s ease-in-out;
  transform: rotate(180deg) translateY(-1px);
}
.slick-prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../assets/images/svg-backup/btn-ar-right-gold.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1025px) {
  .slick-prev {
    z-index: 1;
    bottom: unset;
    top: 12.5vw;
    width: 50px;
    left: -3vw;
    height: 50px;
    z-index: 3;
    padding: 5px;
    border-radius: 50px;
    border: 2px solid transparent;
    transition: 0.2s ease-in-out;
    transform: rotate(180deg) translateY(-1px);
  }
}
@media only screen and (min-width: 1025px) {
  .slick-prev::before {
    width: 2vw;
    height: 2vw;
  }
}

@keyframes crop-reveal {
  0% {
    transform: scale(0);
  }
  40% {
    transform: scale(0.5);
  }
  45% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
    border-radius: 0;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-in {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes draw-line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes stamp {
  0% {
    transform: scale(200%);
    opacity: 0;
  }
  100% {
    transform: scale(100%);
    opacity: 1;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #cfcfcf;
  line-height: 120%;
}

p,
a,
li {
  margin: 0;
  padding: 0;
  color: #cfcfcf;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (min-width: 1025px) {
  p,
  a,
  li {
    line-height: 1.8vw;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
}

.a-caps {
  text-transform: uppercase;
}
.a-caps a,
.a-caps p,
.a-caps li,
.a-caps h1,
.a-caps h2,
.a-caps h3,
.a-caps h4,
.a-caps h5,
.a-caps h6 {
  text-transform: uppercase;
}

.a-bold {
  font-weight: 600;
}
.a-bold a,
.a-bold p,
.a-bold li,
.a-bold h1,
.a-bold h2,
.a-bold h3,
.a-bold h4,
.a-bold h5,
.a-bold h6 {
  font-weight: 600;
}

.txt-cnt {
  text-align: center;
}
.txt-cnt a,
.txt-cnt p,
.txt-cnt li,
.txt-cnt h1,
.txt-cnt h2,
.txt-cnt h3,
.txt-cnt h4,
.txt-cnt h5,
.txt-cnt h6 {
  text-align: center;
}

.txt-left {
  text-align: left;
}
.txt-left a,
.txt-left p,
.txt-left li,
.txt-left h1,
.txt-left h2,
.txt-left h3,
.txt-left h4,
.txt-left h5,
.txt-left h6 {
  text-align: left;
}

.txt-right {
  text-align: right;
}
.txt-right a,
.txt-right p,
.txt-right li,
.txt-right h1,
.txt-right h2,
.txt-right h3,
.txt-right h4,
.txt-right h5,
.txt-right h6 {
  text-align: right;
}

.head-ft {
  font-family: "Domine", serif;
}
.head-ft a,
.head-ft li,
.head-ft p,
.head-ft h1,
.head-ft h2,
.head-ft h3,
.head-ft h4,
.head-ft h5,
.head-ft h6,
.head-ft span {
  font-family: "Domine", serif;
}

.body-ft {
  font-family: "Open Sans", sans-serif;
}
.body-ft a,
.body-ft li,
.body-ft p,
.body-ft h1,
.body-ft h2,
.body-ft h3,
.body-ft h4,
.body-ft h5,
.body-ft h6,
.body-ft span {
  font-family: "Open Sans", sans-serif;
}

.sub-ft {
  font-family: "Open Sans", sans-serif;
}
.sub-ft a,
.sub-ft li,
.sub-ft p,
.sub-ft h1,
.sub-ft h2,
.sub-ft h3,
.sub-ft h4,
.sub-ft h5,
.sub-ft h6,
.sub-ft span {
  font-family: "Open Sans", sans-serif;
}

.ft-size-0-7 {
  font-size: 13px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 1025px) {
  .ft-size-0-7 {
    font-size: 0.7vw;
    letter-spacing: 1px;
  }
}

.ft-size-0-8 {
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 1025px) {
  .ft-size-0-8 {
    font-size: 0.83vw;
    letter-spacing: 1px;
  }
}

.ft-size-0-9 {
  font-size: 15px;
  letter-spacing: 0.9px;
}
@media only screen and (min-width: 1025px) {
  .ft-size-0-9 {
    font-size: 0.9vw;
  }
}

.ft-size-1 {
  font-size: 15px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 1025px) {
  .ft-size-1 {
    font-size: 1vw;
    letter-spacing: 1px;
  }
}

.ft-size-1-1 {
  font-size: 15px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 1025px) {
  .ft-size-1-1 {
    font-size: 1.1vw;
    letter-spacing: 1px;
  }
}

.ft-size-1-25 {
  font-size: 16px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 1025px) {
  .ft-size-1-25 {
    font-size: 1.25vw;
    letter-spacing: 1px;
  }
}

.ft-size-1-3 {
  font-size: 16px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 1025px) {
  .ft-size-1-3 {
    font-size: 1.3vw;
    letter-spacing: 1px;
  }
}

.ft-size-1-5 {
  font-size: 22px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 1025px) {
  .ft-size-1-5 {
    font-size: 1.5vw;
    letter-spacing: 1px;
  }
}

.ft-size-1-6 {
  font-size: 22px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 1025px) {
  .ft-size-1-6 {
    font-size: 1.6vw;
    letter-spacing: 1px;
  }
}

.ft-size-1-7 {
  font-size: 20px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 1025px) {
  .ft-size-1-7 {
    font-size: 1.7vw;
    letter-spacing: 1px;
  }
}

.ft-size-2 {
  letter-spacing: 0.85px;
  font-size: 21px;
}
@media only screen and (min-width: 1025px) {
  .ft-size-2 {
    font-size: 2vw !important;
  }
}

.ft-size-2-2 {
  font-size: 22px;
  letter-spacing: 0.85px;
}
@media only screen and (min-width: 1025px) {
  .ft-size-2-2 {
    font-size: 2.2vw !important;
  }
}

.ft-size-2-5 {
  font-size: 21px;
  letter-spacing: 0.85px;
}
@media only screen and (min-width: 1025px) {
  .ft-size-2-5 {
    font-size: 2.5vw;
  }
}

.ft-size-2-6 {
  font-size: 23px;
  letter-spacing: 0.85px;
}
@media only screen and (min-width: 1025px) {
  .ft-size-2-6 {
    font-size: 2.6vw;
  }
}

.ft-size-3 {
  font-size: 24;
  letter-spacing: 0.85px;
}
@media only screen and (min-width: 1025px) {
  .ft-size-3 {
    font-size: 3vw;
    letter-spacing: -3.2px;
  }
}

.ft-size-3-3 {
  font-size: 30px;
  letter-spacing: 0.9px;
}
@media only screen and (min-width: 1025px) {
  .ft-size-3-3 {
    font-size: 3.3vw;
    letter-spacing: -3.2px;
  }
}

.ft-size-4-1 {
  font-size: 40px;
  letter-spacing: 0.9px;
}
@media only screen and (min-width: 1025px) {
  .ft-size-4-1 {
    font-size: 4.1vw;
    letter-spacing: -3.2px;
  }
}

.ft-size-para {
  font-size: 14px;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 1025px) {
  .ft-size-para {
    font-size: 4.1vw;
    letter-spacing: 0.3px;
  }
}

.ft-weight--700 {
  font-weight: 700;
}
.ft-weight--600 {
  font-weight: 600;
}
.ft-weight--500 {
  font-weight: 500;
}
.ft-weight--400 {
  font-weight: 400;
}
.ft-weight--300 {
  font-weight: 300;
}
.ft-weight--200 {
  font-weight: 200;
}
.ft-weight--100 {
  font-weight: 100;
}

.let-space--1 {
  letter-spacing: 1;
}
.let-space--0-5 {
  letter-spacing: 0.5px;
}
.let-space--0-6 {
  letter-spacing: 0.6px;
}
.let-space--0-3 {
  letter-spacing: 0.3px;
}

.line-h--100 {
  line-height: 100%;
}
.line-h--130 {
  line-height: 130%;
}
.line-h--150 {
  line-height: 150%;
}
.line-h--180 {
  line-height: 180%;
}
.line-h--200 {
  line-height: 200%;
}
.line-h--225 {
  line-height: 225%;
}
.line-h--250 {
  line-height: 250%;
}
.line-h--280 {
  line-height: 280%;
}
.line-h--300 {
  line-height: 300%;
}

.let-sp--0-2 {
  letter-spacing: 0.2;
}
.let-sp--0-6 {
  letter-spacing: 0.6;
}
.let-sp--0-9 {
  letter-spacing: 0.9;
}

.txt-just {
  text-align: justify;
}
.txt-just h1,
.txt-just h2,
.txt-just h3,
.txt-just h4,
.txt-just h5,
.txt-just h6,
.txt-just p,
.txt-just a {
  text-align: justify;
}

.txt-center {
  text-align: center;
}
.txt-center h1,
.txt-center h2,
.txt-center h3,
.txt-center h4,
.txt-center h5,
.txt-center h6,
.txt-center p,
.txt-center a {
  text-align: center;
}

.sect-pad {
  position: relative;
  padding: 70px 20px 20px;
}
@media only screen and (min-width: 1025px) {
  .sect-pad {
    padding: 5vw 4vw;
  }
}
.sect-pad--sides {
  position: relative;
  padding: 0 20px;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--sides {
    padding: 0 5vw;
  }
}
.sect-pad--no-sides {
  position: relative;
  padding: 20px 0;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--no-sides {
    padding: 5vw 0;
  }
}
.sect-pad--l-sides {
  position: relative;
  padding: 50px 20px;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--l-sides {
    padding: 5vw 20vw;
  }
}
.sect-pad--med-sides {
  position: relative;
  padding: 20px 20px;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--med-sides {
    padding: 5vw 12vw;
  }
}
.sect-pad--med-inner-sides {
  position: relative;
  padding: 20px 20px;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--med-inner-sides {
    padding: 5vw 12vw;
  }
}
.sect-pad--small {
  position: relative;
  padding: 50px 20px;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--small {
    padding: 5vw 12vw;
  }
}
.sect-pad--sm-top {
  position: relative;
  padding: 20px;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--sm-top {
    padding: 2vw 4vw;
  }
}
.sect-pad--no-bot-pad {
  position: relative;
  padding: 70px 20px 0;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--no-bot-pad {
    padding: 5vw 4vw 0;
  }
}
.sect-pad--sm-bot-pad {
  position: relative;
  padding: 50px 20px 0;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--sm-bot-pad {
    padding: 5vw 4vw 2vw;
  }
}
.sect-pad--no-bot-pad-all {
  position: relative;
  padding: 80px 20px 0;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--no-bot-pad-all {
    padding: 5vw 4vw 0;
  }
}
.sect-pad--l-no-bot-pad-all {
  position: relative;
  padding: 80px 20px 0;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--l-no-bot-pad-all {
    padding: 5vw 24vw 0;
  }
}
.sect-pad--m-no-bot-pad-all {
  position: relative;
  padding: 80px 20px 0;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--m-no-bot-pad-all {
    padding: 5vw 10vw 0;
  }
}
.sect-pad--no-top-pad {
  position: relative;
  padding: 0 20px 50px;
}
@media only screen and (min-width: 1025px) {
  .sect-pad--no-top-pad {
    padding: 0 4vw 5vw;
  }
}

.pad-1 {
  padding: 10px;
}
.pad-1--t {
  padding-top: 10px;
}
.pad-1--r {
  padding-right: 10px;
}
.pad-1--b {
  padding-bottom: 10px;
}
.pad-1--l {
  padding-left: 10px;
}
.pad-1--sides {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 1025px) {
  .pad-1 {
    padding: 1vw;
  }
  .pad-1--t {
    padding-top: 1vw;
  }
  .pad-1--r {
    padding-right: 1vw;
  }
  .pad-1--b {
    padding-bottom: 1vw;
  }
  .pad-1--l {
    padding-left: 1vw;
  }
  .pad-1--sides {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

.pad-1-5 {
  padding: 15px;
}
.pad-1-5--t {
  padding-top: 15px;
}
.pad-1-5--r {
  padding-right: 15px;
}
.pad-1-5--b {
  padding-bottom: 15px;
}
.pad-1-5--l {
  padding-left: 15px;
}
.pad-1-5--sides {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1025px) {
  .pad-1-5 {
    padding: 1.5vw;
  }
  .pad-1-5--t {
    padding-top: 1.5vw;
  }
  .pad-1-5--r {
    padding-right: 1.5vw;
  }
  .pad-1-5--b {
    padding-bottom: 1.5vw;
  }
  .pad-1-5--l {
    padding-left: 1.5vw;
  }
  .pad-1-5--sides {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
}

.pad-2 {
  padding: 20px;
}
.pad-2--t {
  padding-top: 20px;
}
.pad-2--r {
  padding-right: 20px;
}
.pad-2--b {
  padding-bottom: 20px;
}
.pad-2--l {
  padding-left: 20px;
}
.pad-2--sides {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1025px) {
  .pad-2 {
    padding: 2vw;
  }
  .pad-2--t {
    padding-top: 2vw;
  }
  .pad-2--r {
    padding-right: 2vw;
  }
  .pad-2--b {
    padding-bottom: 2vw;
  }
  .pad-2--l {
    padding-left: 2vw;
  }
  .pad-2--sides {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.pad-2-5 {
  padding: 25px;
}
.pad-2-5--t {
  padding-top: 25px;
}
.pad-2-5--r {
  padding-right: 25px;
}
.pad-2-5--b {
  padding-bottom: 25px;
}
.pad-2-5--l {
  padding-left: 25px;
}
.pad-2-5--sides {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 1025px) {
  .pad-2-5 {
    padding: 2.5vw;
  }
  .pad-2-5--t {
    padding-top: 2.5vw;
  }
  .pad-2-5--r {
    padding-right: 2.5vw;
  }
  .pad-2-5--b {
    padding-bottom: 2.5vw;
  }
  .pad-2-5--l {
    padding-left: 2.5vw;
  }
  .pad-2-5--sides {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

.pad-3 {
  padding: 30px;
}
.pad-3--t {
  padding-top: 30px;
}
.pad-3--r {
  padding-right: 30px;
}
.pad-3--b {
  padding-bottom: 30px;
}
.pad-3--l {
  padding-left: 30px;
}
.pad-3--sides {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1025px) {
  .pad-3 {
    padding: 3vw;
  }
  .pad-3--t {
    padding-top: 3vw;
  }
  .pad-3--r {
    padding-right: 3vw;
  }
  .pad-3--b {
    padding-bottom: 3vw;
  }
  .pad-3--l {
    padding-left: 3vw;
  }
  .pad-3--sides {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

.pad-4 {
  padding: 40px;
}
.pad-4--t {
  padding-top: 40px;
}
.pad-4--t-only-mob {
  padding-top: 40px;
}
.pad-4--r {
  padding-right: 40px;
}
.pad-4--b {
  padding-bottom: 40px;
}
.pad-4--l {
  padding-left: 40px;
}
.pad-4--sides {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 1025px) {
  .pad-4 {
    padding: 4vw;
  }
  .pad-4--t {
    padding-top: 4vw;
  }
  .pad-4--t-only-mob {
    padding-top: 0;
  }
  .pad-4--r {
    padding-right: 4vw;
  }
  .pad-4--b {
    padding-bottom: 4vw;
  }
  .pad-4--l {
    padding-left: 4vw;
  }
  .pad-4--sides {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.pad-5 {
  padding: 50px;
}
.pad-5--t {
  padding-top: 50px;
}
.pad-5--r {
  padding-right: 50px;
}
.pad-5--b {
  padding-bottom: 50px;
}
.pad-5--l {
  padding-left: 50px;
}
.pad-5--sides {
  padding-left: 50px;
  padding-right: 50px;
}
.pad-5--sides-desk-only {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .pad-5 {
    padding: 5vw;
  }
  .pad-5--t {
    padding-top: 5vw;
  }
  .pad-5--r {
    padding-right: 5vw;
  }
  .pad-5--b {
    padding-bottom: 5vw;
  }
  .pad-5--l {
    padding-left: 5vw;
  }
  .pad-5--sides {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .pad-5--sides-desk-only {
    padding: 0 5vw;
  }
}

.pad-7-5 {
  padding: 75px;
}
.pad-7-5--t {
  padding-top: 75px;
}
.pad-7-5--t-only-mob {
  padding-top: 75px;
}
.pad-7-5--r {
  padding-right: 75px;
}
.pad-7-5--b {
  padding-bottom: 75px;
}
.pad-7-5--l {
  padding-left: 75px;
}
.pad-7-5--sides {
  padding: 0 75px;
}
.pad-7-5--sides-desk-only {
  padding: 0;
}
.pad-7-5--sides-desk-mob-default {
  padding: 0 20px;
}
@media only screen and (min-width: 1025px) {
  .pad-7-5 {
    padding: 7.5vw;
  }
  .pad-7-5--t {
    padding-top: 7.5vw;
  }
  .pad-7-5--t-only-mob {
    padding-top: 0;
  }
  .pad-7-5--r {
    padding-right: 7.5vw;
  }
  .pad-7-5--b {
    padding-bottom: 7.5vw;
  }
  .pad-7-5--l {
    padding-left: 7.5vw;
  }
  .pad-7-5--sides {
    padding: 0 7.5vw;
  }
  .pad-7-5--sides-desk-only {
    padding: 0 7.5vw;
  }
  .pad-7-5--sides-desk-mob-default {
    padding: 0 7.5vw;
  }
}

.pad-8 {
  padding: 80px;
}
.pad-8--t {
  padding-top: 80px;
}
.pad-8--r {
  padding-right: 80px;
}
.pad-8--b {
  padding-bottom: 80px;
}
.pad-8--l {
  padding-left: 80px;
}
.pad-8--sides {
  padding: 0 80px;
}
.pad-8--sides-desk-only {
  padding: 0;
}
.pad-8--sides-desk-mob-default {
  padding: 0 20px;
}
@media only screen and (min-width: 1025px) {
  .pad-8 {
    padding: 8vw;
  }
  .pad-8--t {
    padding-top: 8vw;
  }
  .pad-8--r {
    padding-right: 8vw;
  }
  .pad-8--b {
    padding-bottom: 8vw;
  }
  .pad-8--l {
    padding-left: 8vw;
  }
  .pad-8--sides {
    padding: 0 8vw;
  }
  .pad-8--sides-desk-only {
    padding: 0 8vw;
  }
  .pad-8--sides-desk-mob-default {
    padding: 0 8vw;
  }
}

.pad-10 {
  padding: 100px;
}
.pad-10--t {
  padding-top: 100px;
}
.pad-10--r {
  padding-right: 100px;
}
.pad-10--b {
  padding-bottom: 100px;
}
.pad-10--l {
  padding-left: 100px;
}
.pad-10--sides {
  padding: 0 100px;
}
.pad-10--sides-desk-only {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .pad-10 {
    padding: 10vw;
  }
  .pad-10--t {
    padding-top: 10vw;
  }
  .pad-10--r {
    padding-right: 10vw;
  }
  .pad-10--b {
    padding-bottom: 10vw;
  }
  .pad-10--l {
    padding-left: 10vw;
  }
  .pad-10--sides {
    padding: 0 10vw;
  }
  .pad-10--sides-desk-only {
    padding: 0 10vw;
  }
}

.pad-12 {
  padding: 120px;
}
.pad-12--t {
  padding-top: 120px;
}
.pad-12--r {
  padding-right: 120px;
}
.pad-12--b {
  padding-bottom: 120px;
}
.pad-12--l {
  padding-left: 120px;
}
.pad-12--sides {
  padding: 0 120px;
}
.pad-12--sides-desk-only {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .pad-12 {
    padding: 12vw;
  }
  .pad-12--t {
    padding-top: 12vw;
  }
  .pad-12--r {
    padding-right: 12vw;
  }
  .pad-12--b {
    padding-bottom: 12vw;
  }
  .pad-12--l {
    padding-left: 12vw;
  }
  .pad-12--sides {
    padding: 0 12vw;
  }
  .pad-12--sides-desk-only {
    padding: 0 12vw;
  }
}

.pad-15 {
  padding: 150px .pad-15 --t;
  padding-padding-top: 150px;
}
.pad-15--r {
  padding-right: 150px;
}
.pad-15--b {
  padding-bottom: 150px;
}
.pad-15--l {
  padding-left: 150px;
}
.pad-15--sides {
  padding: 0 150px;
}
.pad-15--sides-desk-only {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .pad-15 {
    padding: 15vw .pad-15 --t;
    padding-padding-top: 15vw;
  }
  .pad-15--r {
    padding-right: 15vw;
  }
  .pad-15--b {
    padding-bottom: 15vw;
  }
  .pad-15--l {
    padding-left: 15vw;
  }
  .pad-15--sides {
    padding: 0 15vw;
  }
  .pad-15--sides-desk-only {
    padding: 0 15vw;
  }
}

.pad-20 {
  padding: 200px;
}
.pad-20--t {
  padding-top: 200px;
}
.pad-20--r {
  padding-right: 200px;
}
.pad-20--b {
  padding-bottom: 200px;
}
.pad-20--l {
  padding-left: 200px;
}
.pad-20--sides {
  padding: 0 200px;
}
@media only screen and (min-width: 1025px) {
  .pad-20 {
    padding: 20vw;
  }
  .pad-20--t {
    padding-top: 20vw;
  }
  .pad-20--r {
    padding-right: 20vw;
  }
  .pad-20--b {
    padding-bottom: 20vw;
  }
  .pad-20--l {
    padding-left: 20vw;
  }
  .pad-20--sides {
    padding: 0 20vw;
  }
}

@media only screen and (min-width: 1025px) {
  .pad-20-desk-only {
    padding: 20vw;
  }
  .pad-20-desk-only--t {
    padding-top: 20vw;
  }
  .pad-20-desk-only--r {
    padding-right: 20vw;
  }
  .pad-20-desk-only--b {
    padding-bottom: 20vw;
  }
  .pad-20-desk-only--l {
    padding-left: 20vw;
  }
}

.pad-25 {
  padding: 250px;
}
.pad-25--t {
  padding-top: 250px;
}
.pad-25--r {
  padding-right: 250px;
}
.pad-25--b {
  padding-bottom: 250px;
}
.pad-25--l {
  padding-left: 250px;
}
@media only screen and (min-width: 1025px) {
  .pad-25 {
    padding: 25vw;
  }
  .pad-25--t {
    padding-top: 25vw;
  }
  .pad-25--r {
    padding-right: 25vw;
  }
  .pad-25--b {
    padding-bottom: 25vw;
  }
  .pad-25--l {
    padding-left: 25vw;
  }
}

.pad-27-5 {
  padding: 275px;
}
.pad-27-5--t {
  padding-top: 275px;
}
.pad-27-5--r {
  padding-right: 275px;
}
.pad-27-5--b {
  padding-bottom: 275px;
}
.pad-27-5--l {
  padding-left: 275px;
}
@media only screen and (min-width: 1025px) {
  .pad-27-5 {
    padding: 27.5vw;
  }
  .pad-27-5--t {
    padding-top: 27.5vw;
  }
  .pad-27-5--r {
    padding-right: 27.5vw;
  }
  .pad-27-5--b {
    padding-bottom: 27.5vw;
  }
  .pad-27-5--l {
    padding-left: 27.5vw;
  }
}

.pad-30 {
  padding: 300px;
}
.pad-30--t {
  padding-top: 300px;
}
.pad-30--r {
  padding-right: 300px;
}
.pad-30--b {
  padding-bottom: 300px;
}
.pad-30--l {
  padding-left: 300px;
}
@media only screen and (min-width: 1025px) {
  .pad-30 {
    padding: 30vw;
  }
  .pad-30--t {
    padding-top: 30vw;
  }
  .pad-30--r {
    padding-right: 30vw;
  }
  .pad-30--b {
    padding-bottom: 30vw;
  }
  .pad-30--l {
    padding-left: 30vw;
  }
}

.mrg-m-30--t {
  margin-top: -30vw;
}
.mrg-m-30--r {
  margin-right: -30vw;
}
.mrg-m-30--b {
  margin-bottom: -30vw;
}
.mrg-m-30--l {
  margin-left: -30vw;
}

.mrg-m-20--t {
  margin-top: -20vw;
}
.mrg-m-20--r {
  margin-right: -20vw;
}
.mrg-m-20--b {
  margin-bottom: -20vw;
}
.mrg-m-20--l {
  margin-left: -20vw;
}

.mrg-m-10--t {
  margin-top: -10vw;
}
.mrg-m-10--r {
  margin-right: -10vw;
}
.mrg-m-10--b {
  margin-bottom: -10vw;
}
.mrg-m-10--l {
  margin-left: -10vw;
}

.mrg-2 {
  display: block;
}
.mrg-2--t {
  margin-top: 2vw;
}
.mrg-2--r {
  margin-right: 2vw;
}
.mrg-2--b {
  margin-bottom: 2vw;
}
.mrg-2--l {
  margin-left: 2vw;
}

.mrg-5 {
  display: block;
}
.mrg-5--t {
  margin-top: 5vw;
}
.mrg-5--r {
  margin-right: 5vw;
}
.mrg-5--b {
  margin-bottom: 5vw;
}
.mrg-5--l {
  margin-left: 5vw;
}
@media only screen and (min-width: 1025px) {
  .mrg-5--t {
    margin-top: 5vw;
  }
  .mrg-5--r {
    margin-right: 5vw;
  }
  .mrg-5--b {
    margin-bottom: 5vw;
  }
  .mrg-5--l {
    margin-left: 5vw;
  }
}

.mrg-10--t {
  margin-top: 10vw;
}
.mrg-10--r {
  margin-right: 10vw;
}
.mrg-10--b {
  margin-bottom: 10vw;
}
.mrg-10--l {
  margin-left: 10vw;
}

.mrg-15--t {
  margin-top: 15vw;
}
.mrg-15--r {
  margin-right: 15vw;
}
.mrg-15--b {
  margin-bottom: 15vw;
}
.mrg-15--l {
  margin-left: 15vw;
}
.mrg-15--sides-desk-only {
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  .mrg-15--sides-desk-only {
    margin: 0 15vw;
  }
}

.mrg-20--t {
  margin-top: 20vw;
}
.mrg-20--r {
  margin-right: 20vw;
}
.mrg-20--b {
  margin-bottom: 20vw;
}
.mrg-20--l {
  margin-left: 20vw;
}
.mrg-20--sides-desk-only {
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  .mrg-20--sides-desk-only {
    margin: 0 20vw;
  }
}

@media only screen and (min-width: 1025px) {
  .d-none--desk {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) {
  .d-none--tab {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .d-none--mobile {
    display: none !important;
  }
}

.col-white {
  color: #ffffff;
}
.col-white h1,
.col-white h2,
.col-white h3,
.col-white h4,
.col-white h5,
.col-white h6,
.col-white a,
.col-white p,
.col-white span {
  color: #ffffff;
}
.col-white svg {
  fill: #ffffff;
}

.col-black {
  color: #000000;
}
.col-black h1,
.col-black h2,
.col-black h3,
.col-black h4,
.col-black h5,
.col-black h6,
.col-black a,
.col-black p,
.col-black span {
  color: #000000;
}
.col-black svg {
  fill: #000000;
}

.col-theme-1 {
  color: #a68550;
}
.col-theme-1 h1,
.col-theme-1 h2,
.col-theme-1 h3,
.col-theme-1 h4,
.col-theme-1 h5,
.col-theme-1 h6,
.col-theme-1 a,
.col-theme-1 p,
.col-theme-1 span {
  color: #a68550;
}
.col-theme-1 svg {
  fill: #a68550;
}

.col-grey {
  color: #c3c3c3;
}
.col-grey h1,
.col-grey h2,
.col-grey h3,
.col-grey h4,
.col-grey h5,
.col-grey h6,
.col-grey a,
.col-grey p,
.col-grey span {
  color: #c3c3c3;
}
.col-grey svg {
  fill: #c3c3c3;
}

.col-l-grey {
  color: #cfcfcf;
}
.col-l-grey h1,
.col-l-grey h2,
.col-l-grey h3,
.col-l-grey h4,
.col-l-grey h5,
.col-l-grey h6,
.col-l-grey a,
.col-l-grey p,
.col-l-grey span {
  color: #cfcfcf;
}
.col-l-grey svg {
  fill: #cfcfcf;
}

.sect-bg-1 {
  position: relative;
}
.sect-bg-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../assets/images/bg-texture.jpeg") center no-repeat;
  background-size: cover;
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}

.sect-bg-2 {
  position: relative;
  background: #314146;
}

.bg-col--1 {
  background-color: #a68550;
}
.bg-col--2 {
  background-color: #c3c3c3;
}
.bg-col--2-light {
  background-color: #cfcfcf;
}

.two-item-flex-wrap-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  .two-item-flex-wrap-container {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .two-item-flex-wrap-container {
    gap: 2vw;
  }
}
.two-item-flex-wrap-container .item {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .two-item-flex-wrap-container .item {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1025px) {
  .two-item-flex-wrap-container .item {
    width: calc(50% - 1vw);
  }
}

.three-item-flex-wrap-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  .three-item-flex-wrap-container {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .three-item-flex-wrap-container {
    gap: 3vw;
  }
}
.three-item-flex-wrap-container a,
.three-item-flex-wrap-container .item {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .three-item-flex-wrap-container a,
  .three-item-flex-wrap-container .item {
    width: calc(33.33% - 13.3333333333px);
  }
}
@media only screen and (min-width: 1025px) {
  .three-item-flex-wrap-container {
    gap: 2vw 3vw;
  }
  .three-item-flex-wrap-container a,
  .three-item-flex-wrap-container .item {
    width: calc(33.33% - 2vw);
  }
}

.four-item-flex-wrap-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  .four-item-flex-wrap-container {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .four-item-flex-wrap-container {
    gap: 2vw;
  }
}
.four-item-flex-wrap-container a {
  width: calc(50% - 10px);
}
@media only screen and (min-width: 600px) {
  .four-item-flex-wrap-container a {
    width: calc(33% - 13.3333333333px);
  }
}
@media only screen and (min-width: 1025px) {
  .four-item-flex-wrap-container a {
    width: calc(25% - 1.5vw);
  }
}

.five-item-flex-wrap-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
@media (min-width: 768px) {
  .five-item-flex-wrap-container {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .five-item-flex-wrap-container {
    gap: 2vw;
  }
}
.five-item-flex-wrap-container__item {
  width: calc(33% - 6.6666666667px);
}
@media only screen and (min-width: 600px) {
  .five-item-flex-wrap-container__item {
    width: calc(25% - 15px);
  }
}
@media only screen and (min-width: 1025px) {
  .five-item-flex-wrap-container__item {
    width: calc(20% - 1.6vw);
  }
}

.l-grey-bg {
  position: relative;
  background-color: #cfcfcf;
}

.ani-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* When in viewport, animate */
.ani-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.anim-img {
  position: relative;
  overflow: hidden;
}
.anim-img img {
  transform: translateX(-101%);
  transition: transform 0.6s ease-in-out;
}
.anim-img.visible img {
  transform: translate(0);
}

.blur-in-ani {
  opacity: 0;
  filter: blur(100px);
  transform: translateY(100px);
}

.inner-page {
  margin-top: 5vw;
}

.forms-content-wrapper {
  background-color: #cfcfcf;
  padding: 10px 20px;
}
@media only screen and (min-width: 600px) {
  .forms-content-wrapper {
    padding: 20px 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .forms-content-wrapper {
    padding: 3vw 12vw;
  }
}

.madison-sitemap,
.no-banner-page {
  padding-top: 120px;
  padding-bottom: 75px;
}
@media (min-width: 1025px) {
  .madison-sitemap .sitemap,
  .no-banner-page .sitemap {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .madison-sitemap .sitemap,
  .no-banner-page .sitemap {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .madison-sitemap .sitemap,
  .no-banner-page .sitemap {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .madison-sitemap .sitemap,
  .no-banner-page .sitemap {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .madison-sitemap .sitemap,
  .no-banner-page .sitemap {
    padding-left: 26.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .madison-sitemap .sitemap,
  .no-banner-page .sitemap {
    padding-left: 26.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .madison-sitemap .sitemap,
  .no-banner-page .sitemap {
    padding-left: 100px;
  }
}
@media (max-width: 600px) {
  .madison-sitemap .sitemap,
  .no-banner-page .sitemap {
    padding-left: 20px;
  }
}
.madison-sitemap .sitemap li,
.no-banner-page .sitemap li {
  display: block;
  position: relative;
  align-items: center;
  gap: 10px;
}
.madison-sitemap .sitemap li a,
.no-banner-page .sitemap li a {
  display: block;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .madison-sitemap .sitemap li a,
  .no-banner-page .sitemap li a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .madison-sitemap .sitemap li a,
  .no-banner-page .sitemap li a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .madison-sitemap .sitemap li a,
  .no-banner-page .sitemap li a {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .madison-sitemap .sitemap li a,
  .no-banner-page .sitemap li a {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .madison-sitemap .sitemap li a,
  .no-banner-page .sitemap li a {
    padding-bottom: 0.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .madison-sitemap .sitemap li a,
  .no-banner-page .sitemap li a {
    padding-bottom: 0.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .madison-sitemap .sitemap li a,
  .no-banner-page .sitemap li a {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .madison-sitemap .sitemap li a,
  .no-banner-page .sitemap li a {
    padding-bottom: 15px;
  }
}
.madison-sitemap .sitemap li a:hover,
.no-banner-page .sitemap li a:hover {
  color: #a68550;
}
.madison-sitemap .sitemap li:before,
.no-banner-page .sitemap li:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #a68550;
  left: -20px;
  top: 12px;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .madison-sitemap .sitemap li:before,
  .no-banner-page .sitemap li:before {
    bottom: 0.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .madison-sitemap .sitemap li:before,
  .no-banner-page .sitemap li:before {
    bottom: 0.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .madison-sitemap .sitemap li:before,
  .no-banner-page .sitemap li:before {
    bottom: 15px;
  }
}
@media (max-width: 600px) {
  .madison-sitemap .sitemap li:before,
  .no-banner-page .sitemap li:before {
    bottom: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .madison-sitemap .sitemap li:before,
  .no-banner-page .sitemap li:before {
    top: 18px;
  }
}
@media (min-width: 1025px) {
  .madison-sitemap .sitemap li ul,
  .no-banner-page .sitemap li ul {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .madison-sitemap .sitemap li ul,
  .no-banner-page .sitemap li ul {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .madison-sitemap .sitemap li ul,
  .no-banner-page .sitemap li ul {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .madison-sitemap .sitemap li ul,
  .no-banner-page .sitemap li ul {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .madison-sitemap,
  .no-banner-page {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

#gdpr-compliance {
  padding: 20px;
  background-color: #131313;
}
#gdpr-compliance form {
  text-align: left !important;
}
@media only screen and (min-width: 1025px) {
  #gdpr-compliance {
    padding: 2vw 10vw;
    text-align: left;
  }
}

#gdpr_list tr {
  background-color: #a68550;
}

.gdpr_button {
  margin-top: 50px;
}

.fof-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
.fof-section .list-404 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1025px) {
  .fof-section {
    gap: 1vw;
  }
}
.fof-section .fof-btn-wrapper {
  padding-top: 2vw;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.read-more {
  color: #a68550;
  cursor: pointer;
}
.read-more:hover {
  font-weight: 500;
}

.review-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.review-popup__content {
  background: #131313;
  padding: 20px;
  overflow-y: auto;
  border-radius: 8px;
  position: relative;
  color: #ffffff;
  width: 400px;
}
@media only screen and (min-width: 600px) {
  .review-popup__content {
    width: 600px;
  }
}
@media only screen and (min-width: 1025px) {
  .review-popup__content {
    width: 100%;
    max-width: 40vw;
    max-height: 80vh;
    padding: 2vw 4vw;
  }
}

.review-popup__close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

.review-popup__text {
  text-align: center;
}

.search-body-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 120px;
  padding-bottom: 75px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .search-body-wrapper {
    padding-top: 150px;
    padding-bottom: 100px;
    padding-left: 5vw;
    padding-right: 5vw;
    gap: 1vw;
  }
}

h1 {
  font-family: "Domine", serif;
  font-size: 30px;
}
@media only screen and (min-width: 600px) {
  h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1025px) {
  h1 {
    font-size: 2.6041666667vw;
  }
}

h2 {
  font-family: "Domine", serif;
  font-size: 28px;
}
@media only screen and (min-width: 600px) {
  h2 {
    font-size: 33px;
  }
}
@media only screen and (min-width: 1025px) {
  h2 {
    font-size: 2.1875vw;
  }
}

h3 {
  font-family: "Domine", serif;
  font-size: 26px;
}
@media only screen and (min-width: 600px) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  h3 {
    font-size: 1.9791666667vw;
  }
}

h4 {
  font-family: "Domine", serif;
  font-size: 24px;
  line-height: 150%;
}
@media only screen and (min-width: 600px) {
  h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1025px) {
  h4 {
    font-size: 1.6666666667vw;
  }
}

h5 {
  font-family: "Domine", serif;
  font-size: 22px;
}
@media only screen and (min-width: 600px) {
  h5 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1025px) {
  h5 {
    font-size: 1.5625vw;
  }
}

h6 {
  font-family: "Domine", serif;
  font-size: 20px;
}
@media only screen and (min-width: 600px) {
  h6 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  h6 {
    font-size: 1.3541666667vw;
  }
}

.mad-btn-1 {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  color: #cfcfcf;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #a68550;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.3s;
  font-family: "Domine", serif;
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  .mad-btn-1 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .mad-btn-1 {
    font-size: 0.9375vw;
  }
}
.mad-btn-1::before, .mad-btn-1::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #a68550;
  opacity: 0;
}
.mad-btn-1::before {
  top: 4px;
  left: 4px;
  border-width: 1px 0 0 1px;
  transition: opacity 0.5s linear, width 0.3s ease-in-out, height 0.3s ease-in-out;
}
.mad-btn-1::after {
  bottom: 4px;
  right: 4px;
  border-width: 0 1px 1px 0;
  transition: opacity 0.5s linear, width 0.3s ease-in-out, height 0.3s ease-in-out;
}
.mad-btn-1:hover::before, .mad-btn-1:hover::after {
  opacity: 1;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

.mad-btn-2 {
  position: relative;
  padding-left: 60px;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  font-family: "Domine", serif;
  letter-spacing: 1.8px;
  display: flex;
  align-items: center;
  height: 70px;
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  .mad-btn-2 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .mad-btn-2 {
    font-size: 0.9375vw;
  }
}
.mad-btn-2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  background-image: url("../assets/images/svg-backup/btn-arc.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.mad-btn-2:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  transition: 0.3s ease-in-out;
  background-image: url("../assets/images/svg-backup/btn-ar-right-gold.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1025px) {
  .mad-btn-2 {
    padding-left: 3.5vw;
    height: 70px;
  }
  .mad-btn-2:after {
    width: 4.5vw;
    height: 4.5vw;
  }
  .mad-btn-2:before {
    left: 1.5vw;
    width: 1.5vw;
    height: 1.5vw;
  }
  .mad-btn-2:hover {
    padding-left: 5vw;
  }
  .mad-btn-2:hover:after {
    background-color: #a68550;
  }
  .mad-btn-2:hover:before {
    z-index: 1;
    background-image: url("../assets/images/svg-backup/btn-ar-right-wht.svg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.mad-btn-3 {
  position: relative;
  padding-left: 60px;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  font-family: "Domine", serif;
  letter-spacing: 1.8px;
  display: flex;
  align-items: center;
  height: 70px;
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  .mad-btn-3 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .mad-btn-3 {
    font-size: 0.9375vw;
  }
}
.mad-btn-3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  background-image: url("../assets/images/svg-backup/btn-arc.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.mad-btn-3:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  width: 25px;
  height: 25px;
  transition: 0.3s ease-in-out;
  background-image: url("../assets/images/svg-backup/btn-ar-right-gold.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1025px) {
  .mad-btn-3 {
    height: 70px;
    padding-left: 3.5vw;
  }
  .mad-btn-3:after {
    width: 4.5vw;
    height: 4.5vw;
  }
  .mad-btn-3:before {
    left: 1.5vw;
    width: 1.5vw;
    height: 1.5vw;
  }
  .mad-btn-3:hover {
    padding-left: 5vw;
  }
  .mad-btn-3:hover:after {
    background-color: #a68550;
  }
  .mad-btn-3:hover:before {
    z-index: 1;
    background-image: url("../assets/images/svg-backup/btn-ar-right-wht.svg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.two-div-flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
@media (min-width: 768px) {
  .two-div-flex-container {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .two-div-flex-container {
    gap: 4vw;
  }
}
.two-div-flex-container__left-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
@media (min-width: 768px) {
  .two-div-flex-container__left-section {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .two-div-flex-container__left-section {
    gap: 3vw;
  }
}
.two-div-flex-container__right-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
@media (min-width: 768px) {
  .two-div-flex-container__right-section {
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .two-div-flex-container__right-section {
    gap: 2vw;
  }
}
.two-div-flex-container__right-section .common-heading-wrapper {
  display: none;
}
.two-div-flex-container__right-section .wysiwyg-wrapper {
  text-align: center;
}
.two-div-flex-container__right-section .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 35px;
}
@media (min-width: 768px) {
  .two-div-flex-container__right-section .list-wrapper {
    gap: 35px;
  }
}
@media (min-width: 1025px) {
  .two-div-flex-container__right-section .list-wrapper {
    gap: 4vw;
  }
}
.two-div-flex-container__right-section .list-wrapper ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
@media (min-width: 768px) {
  .two-div-flex-container__right-section .list-wrapper ul {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .two-div-flex-container__right-section .list-wrapper ul {
    gap: 3vw;
  }
}
.two-div-flex-container__right-section .list-wrapper ul li {
  position: relative;
  color: #cfcfcf;
  text-align: center;
  width: 100%;
  font-size: 15px;
}
@media only screen and (min-width: 600px) {
  .two-div-flex-container__right-section .list-wrapper ul li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .two-div-flex-container__right-section .list-wrapper ul li {
    font-size: 1.0416666667vw;
  }
}
.two-div-flex-container__right-section .list-wrapper ul li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background-image: url("../assets/images/svg-backup/line-3.svg");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
.two-div-flex-container__right-section .list-wrapper ul li:last-child:after {
  display: none;
}
.two-div-flex-container__right-section .logo-wrapper {
  padding-bottom: 30px;
}
.two-div-flex-container__right-section .logo-wrapper span {
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #a68550;
  font-size: 12px;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .two-div-flex-container {
    width: 80%;
    max-width: 600px;
    margin: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .two-div-flex-container {
    flex-direction: row;
    width: 100%;
    max-width: unset;
  }
  .two-div-flex-container__left-section {
    width: calc(47% - 2vw);
  }
  .two-div-flex-container__left-section .common-heading-wrapper {
    display: none;
  }
  .two-div-flex-container__right-section {
    width: calc(53% - 2vw);
    padding-right: 5vw;
    align-items: flex-start;
  }
  .two-div-flex-container__right-section .common-heading-wrapper {
    display: flex;
  }
  .two-div-flex-container__right-section .wysiwyg-wrapper {
    text-align: left;
  }
  .two-div-flex-container__right-section .list-wrapper {
    align-items: flex-start;
  }
  .two-div-flex-container__right-section .list-wrapper ul li {
    text-align: left;
  }
  .two-div-flex-container__right-section .list-wrapper ul li::after {
    bottom: -1.5vw;
  }
  .two-div-flex-container__right-section .logo-wrapper span {
    text-transform: uppercase;
    color: #a68550;
    font-size: 0.83vw;
    text-align: left;
  }
}

.wysiwyg-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.wysiwyg-wrapper ul li {
  position: relative;
  display: inline;
  align-items: flex-start;
  padding-left: 20px;
  line-height: 150%;
  text-align: left;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.6px;
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  .wysiwyg-wrapper ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .wysiwyg-wrapper ul li {
    font-size: 1.0416666667vw;
  }
}
.wysiwyg-wrapper ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 2px;
  background: #a68550;
}
.wysiwyg-wrapper ul.two-col-list {
  display: flex;
  flex-direction: column;
}
.wysiwyg-wrapper ol {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  margin: 0;
  list-style-position: inside;
}
.wysiwyg-wrapper ol li {
  position: relative;
  align-items: flex-start;
  line-height: 100%;
  text-align: left;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  .wysiwyg-wrapper ol li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .wysiwyg-wrapper ol li {
    font-size: 1.0416666667vw;
  }
}
.wysiwyg-wrapper h1 {
  font-family: "Domine", serif;
  font-size: 30px;
}
@media only screen and (min-width: 600px) {
  .wysiwyg-wrapper h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1025px) {
  .wysiwyg-wrapper h1 {
    font-size: 2.6041666667vw;
  }
}
.wysiwyg-wrapper h2 {
  font-family: "Domine", serif;
  font-size: 28px;
}
@media only screen and (min-width: 600px) {
  .wysiwyg-wrapper h2 {
    font-size: 33px;
  }
}
@media only screen and (min-width: 1025px) {
  .wysiwyg-wrapper h2 {
    font-size: 2.1875vw;
  }
}
.wysiwyg-wrapper h3 {
  font-family: "Domine", serif;
  font-size: 26px;
}
@media only screen and (min-width: 600px) {
  .wysiwyg-wrapper h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .wysiwyg-wrapper h3 {
    font-size: 1.9791666667vw;
  }
}
.wysiwyg-wrapper h4 {
  font-family: "Domine", serif;
  font-size: 24px;
}
@media only screen and (min-width: 600px) {
  .wysiwyg-wrapper h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1025px) {
  .wysiwyg-wrapper h4 {
    font-size: 1.6666666667vw;
  }
}
.wysiwyg-wrapper h5 {
  font-family: "Domine", serif;
  font-size: 22px;
}
@media only screen and (min-width: 600px) {
  .wysiwyg-wrapper h5 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1025px) {
  .wysiwyg-wrapper h5 {
    font-size: 1.5625vw;
  }
}
.wysiwyg-wrapper h6 {
  font-family: "Domine", serif;
  font-size: 20px;
}
@media only screen and (min-width: 600px) {
  .wysiwyg-wrapper h6 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .wysiwyg-wrapper h6 {
    font-size: 1.3541666667vw;
  }
}
.wysiwyg-wrapper p {
  font-family: "Open Sans", sans-serif;
  line-height: 200%;
  letter-spacing: 0.6px;
  font-weight: 300;
  font-size: 15px;
}
@media only screen and (min-width: 600px) {
  .wysiwyg-wrapper p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .wysiwyg-wrapper p {
    font-size: 1.0416666667vw;
  }
}
.wysiwyg-wrapper a {
  font-family: "Open Sans", sans-serif;
  color: #a68550;
  transition: 0.3s ease-in-out;
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  .wysiwyg-wrapper a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .wysiwyg-wrapper a {
    font-size: 1.0416666667vw;
  }
}
.wysiwyg-wrapper a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.wysiwyg-wrapper b {
  font-weight: 600;
}
.wysiwyg-wrapper ul,
.wysiwyg-wrapper p,
.wysiwyg-wrapper ol,
.wysiwyg-wrapper h1,
.wysiwyg-wrapper h2,
.wysiwyg-wrapper h3,
.wysiwyg-wrapper h4,
.wysiwyg-wrapper h5,
.wysiwyg-wrapper h6 {
  padding: 0 0 20px 0 !important;
  color: #cfcfcf;
}
@media only screen and (min-width: 600px) {
  .wysiwyg-wrapper ul {
    gap: 20px;
  }
  .wysiwyg-wrapper ul.two-col-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .wysiwyg-wrapper ul.two-col-list li {
    width: calc(50% - 10px);
  }
  .wysiwyg-wrapper ol {
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .wysiwyg-wrapper p,
  .wysiwyg-wrapper h1,
  .wysiwyg-wrapper h2,
  .wysiwyg-wrapper h3,
  .wysiwyg-wrapper h4,
  .wysiwyg-wrapper h5,
  .wysiwyg-wrapper h6 {
    padding: 0 0 1vw 0 !important;
  }
  .wysiwyg-wrapper ul {
    gap: 1vw;
  }
  .wysiwyg-wrapper ul li {
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.6px;
  }
  .wysiwyg-wrapper ul li::after {
    top: 0.75vw;
  }
  .wysiwyg-wrapper ul.two-col-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1vw;
  }
  .wysiwyg-wrapper ul.two-col-list li {
    width: calc(50% - 0.5vw);
  }
  .wysiwyg-wrapper ol {
    gap: 1vw;
  }
  .wysiwyg-wrapper ol li {
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.2px;
  }
  .wysiwyg-wrapper ul,
  .wysiwyg-wrapper ol {
    padding: 0 0 2vw !important;
  }
}

#eme-slider-v2 {
  position: relative;
  width: 100%;
  z-index: 0;
  height: 100vh;
}
#eme-slider-v2 video {
  width: 100%;
}
#eme-slider-v2.no-vid .owl-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#eme-slider-v2.no-vid .owl-dots .owl-dot span {
  background-color: #869791;
}
#eme-slider-v2.no-vid .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}
#eme-slider-v2.toggled {
  transform: scale(1.3);
}
#eme-slider-v2 .slick-track {
  height: 100vh;
}
#eme-slider-v2.inners {
  height: 70dvh;
}

.emeslider-wrapper {
  max-height: 100vh;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .desk-vid {
  display: none;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .desk-vid {
    display: block;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .banner-mob-img {
  display: block;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .banner-mob-img {
    display: none;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .desk-vid {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .desk-vid {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen .mob-vid {
    display: none;
  }
}
.emeslider-wrapper.hidden {
  opacity: 0;
}
.emeslider-wrapper.crop-body {
  animation-name: crop-reveal;
  animation-duration: 2.25s;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.emeslider-wrapper.inner {
  display: none;
}
.emeslider-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15vw;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  pointer-events: none;
}

.owl-dots {
  display: none;
}

.banner-caption {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0;
  right: 0;
  z-index: 8;
}
.banner-caption .video-container {
  height: 100dvh;
}
.banner-caption .video-container .typewriter {
  font-size: 90px;
  color: #ffffff;
  line-height: 110px;
}

section.emeslider-wrapper.inners-sliderbnner {
  height: auto !important;
}

.header-wrapper .header-section {
  display: flex;
  position: fixed;
  z-index: 9;
  padding: 30px 20px;
  width: 100vw;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.header-wrapper .header-section .sitelogo-wrapper {
  display: flex;
  width: 50%;
  height: 45px;
  z-index: 8;
}
.header-wrapper .header-section .sitelogo-wrapper svg {
  fill: #ffffff;
}
.header-wrapper .header-section #ham-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  width: 35px;
  height: 25px;
}
.header-wrapper .header-section #ham-icon span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}
.header-wrapper .header-section #ham-icon.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header-wrapper .header-section #ham-icon.open span:nth-child(2) {
  opacity: 0;
}
.header-wrapper .header-section #ham-icon.open span:nth-child(3) {
  transform: rotate(-45deg) translate(11px, -10px);
}
.header-wrapper .header-section #madison-mob-menu {
  position: absolute;
  right: -100%;
  width: 100vw;
  height: calc(100vh - 100px);
  top: 100px;
  background-color: #000000;
  transition: 0.3s ease-in-out;
}
.header-wrapper .header-section #madison-mob-menu.show {
  right: 0;
}
.header-wrapper .header-section #madison-mob-menu .mob-main-menu {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.header-wrapper .header-section #madison-mob-menu .mob-main-menu li a {
  text-transform: uppercase;
  font-family: "Domine", serif;
  font-size: 18px;
}
.header-wrapper .header-section #madison-mob-menu .mob-main-menu li.current_page_item a {
  color: #a68550;
}
.header-wrapper .header-section #madison-mob-menu .mob-second-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.header-wrapper .header-section #madison-mob-menu .mob-second-menu li a {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.header-wrapper .header-section #madison-mob-menu .mob-second-menu li.current_page_item a {
  color: #a68550;
}
.header-wrapper .header-section #madison-mob-menu .mob-second-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background-color: #c3c3c3;
  opacity: 0.25;
}
.header-wrapper .header-section .top-menu {
  display: none;
}
.header-wrapper .header-section .right-btn-wrapper {
  display: flex;
  width: 65%;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  z-index: 8;
}
.header-wrapper .header-section .right-btn-wrapper .top-bar-btn {
  display: none;
}
.header-wrapper .header-section.ham-open {
  background-color: #000000;
}
.header-wrapper .header-section.fixed {
  background-color: #000000;
  top: 0;
  left: 0;
}
.header-wrapper .header-section.fixed-perm {
  background-color: #000000;
  top: 0;
  left: 0;
}
.header-wrapper .header-section .mob-reserve-btn {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: #a68550;
  color: #cfcfcf;
  text-transform: uppercase;
  font-family: "Domine", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1.8px;
}
@media only screen and (min-width: 600px) {
  .header-wrapper .header-section {
    padding: 60px;
  }
  .header-wrapper .header-section .sitelogo-wrapper {
    width: 200px;
    height: 70px;
  }
  .header-wrapper .header-section #ham-icon {
    width: 50px;
    z-index: 9;
  }
  .header-wrapper .header-section #madison-mob-menu {
    top: 0;
    height: 100vh;
    width: 45vw;
    padding-top: 100px;
  }
  .header-wrapper .header-section .right-btn-wrapper .top-bar-btn {
    display: flex;
  }
  .header-wrapper .header-section .top-bar-btn {
    display: flex;
  }
  .header-wrapper .header-section.ham-open {
    padding: 45px 80px;
    background-color: transparent;
  }
  .header-wrapper .header-section.fixed {
    padding: 20px 80px;
  }
  .header-wrapper .header-section.fixed .sitelogo-wrapper {
    width: 140px;
    height: 40px;
  }
  .header-wrapper .header-section.fixed-perm {
    padding: 20px 80px;
  }
  .header-wrapper .header-section.fixed-perm .sitelogo-wrapper {
    width: 140px;
    height: 40px;
  }
  .header-wrapper .header-section .mob-reserve-btn {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .header-wrapper .header-section {
    padding: 3vw 4vw;
  }
  .header-wrapper .header-section .sitelogo-wrapper {
    width: 12.5vw;
    height: auto;
  }
  .header-wrapper .header-section #ham-icon {
    display: none;
  }
  .header-wrapper .header-section .top-menu {
    display: flex;
    gap: 1.75vw;
    z-index: 9;
    align-items: center;
  }
  .header-wrapper .header-section .top-menu ul {
    display: flex;
    gap: 1.75vw;
  }
  .header-wrapper .header-section .top-menu ul li {
    position: relative;
  }
  .header-wrapper .header-section .top-menu ul li a {
    text-transform: uppercase;
    color: #cfcfcf;
    letter-spacing: 1.8px;
    font-weight: 600;
    font-size: 12px;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) {
  .header-wrapper .header-section .top-menu ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .header-wrapper .header-section .top-menu ul li a {
    font-size: 0.9375vw;
  }
}
@media only screen and (min-width: 1025px) {
  .header-wrapper .header-section .top-menu ul li:hover > a {
    color: #a68550;
  }
  .header-wrapper .header-section .top-menu ul li.current-menu-item a {
    color: #a68550;
  }
  .header-wrapper .header-section .top-menu ul li ul {
    display: flex;
    margin-top: 1vw;
    flex-direction: column;
    position: absolute;
    width: 15vw;
    background: #000000;
    top: 100%;
    transition: 0.2s ease-in-out;
    opacity: 0;
    pointer-events: none;
    gap: 0;
  }
  .header-wrapper .header-section .top-menu ul li ul li {
    display: flex;
  }
  .header-wrapper .header-section .top-menu ul li ul li a {
    padding: 0.75vw 1vw;
    width: 100%;
    transition: 0.3s ease-in-out;
  }
  .header-wrapper .header-section .top-menu ul li ul li:hover a {
    background: #a68550;
    color: #cfcfcf;
  }
  .header-wrapper .header-section .top-menu ul li:hover > ul {
    margin-top: 0;
    pointer-events: all;
    opacity: 1;
  }
  .header-wrapper .header-section .top-menu #home-icon {
    position: relative;
    width: 2.5vw;
    cursor: pointer;
  }
  .header-wrapper .header-section .top-menu #home-icon object {
    display: block;
    position: relative;
    z-index: 0;
    cursor: pointer;
  }
  .header-wrapper .header-section .top-menu #home-icon svg {
    cursor: pointer;
  }
  .header-wrapper .header-section .top-menu #home-icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  .header-wrapper .header-section .right-btn-wrapper {
    width: auto;
    gap: 1vw;
  }
  .header-wrapper .header-section.fixed {
    padding: 1vw 2vw;
  }
  .header-wrapper .header-section.fixed .top-menu > ul ul {
    padding-top: 30px;
  }
  .header-wrapper .header-section.fixed-perm {
    padding: 1vw 2vw;
  }
  .header-wrapper .header-section.fixed-perm .top-menu > ul ul {
    padding-top: 30px;
  }
}
.header-wrapper .banner-title-wrapper {
  position: absolute;
  bottom: 150px;
  z-index: 2;
  padding: 10px 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  gap: 30px;
}
@media (min-width: 768px) {
  .header-wrapper .banner-title-wrapper {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .header-wrapper .banner-title-wrapper {
    gap: 2vw;
  }
}
.header-wrapper .banner-title-wrapper h2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  font-size: 22px;
}
@media only screen and (min-width: 600px) {
  .header-wrapper .banner-title-wrapper h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-wrapper .banner-title-wrapper h2 {
    font-size: 1.6666666667vw;
  }
}
.header-wrapper .banner-title-wrapper h2 #BannerMainText {
  display: inline-block;
  color: #a68550;
  line-height: 100%;
  overflow: hidden;
  transform: translateY(50px);
  font-size: 40px;
}
@media only screen and (min-width: 600px) {
  .header-wrapper .banner-title-wrapper h2 #BannerMainText {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-wrapper .banner-title-wrapper h2 #BannerMainText {
    font-size: 5.2083333333vw;
  }
}
@media only screen and (min-width: 600px) {
  .header-wrapper .banner-title-wrapper h2 #BannerMainText {
    transform: translateY(-5vw);
  }
}
.header-wrapper .banner-title-wrapper h2 #BannerSubText {
  transform: translateY(40px);
}
.header-wrapper .banner-title-wrapper #Bannerlla {
  font-weight: 600;
  letter-spacing: 1px;
  overflow: hidden;
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  .header-wrapper .banner-title-wrapper #Bannerlla {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-wrapper .banner-title-wrapper #Bannerlla {
    font-size: 1.0416666667vw;
  }
}
.header-wrapper.inners {
  position: relative;
  height: auto;
  overflow: hidden;
}
.header-wrapper.inners .banner-title-wrapper {
  display: none;
}
.header-wrapper.inners::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100px;
  background: #000000;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 63%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (min-width: 600px) {
  .header-wrapper.inners::before {
    height: 20vw;
  }
}
@media only screen and (min-width: 1025px) {
  .header-wrapper.inners::before {
    height: 10vw;
  }
}

footer .footer-main-wrapper {
  background-color: #000000;
  padding-bottom: 105px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
@media (min-width: 768px) {
  footer .footer-main-wrapper {
    gap: 0px;
  }
}
@media (min-width: 1025px) {
  footer .footer-main-wrapper {
    gap: 5vw;
  }
}
footer .footer-main-wrapper .footer-logo-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
@media (min-width: 768px) {
  footer .footer-main-wrapper .footer-logo-section {
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  footer .footer-main-wrapper .footer-logo-section {
    gap: 1vw;
  }
}
footer .footer-main-wrapper .footer-logo-section > svg {
  width: 60%;
  height: 70px;
  max-width: 300px;
}
footer .footer-main-wrapper .footer-logo-section .footer-social-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  footer .footer-main-wrapper .footer-logo-section .footer-social-wrapper {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  footer .footer-main-wrapper .footer-logo-section .footer-social-wrapper {
    gap: 1vw;
  }
}
footer .footer-main-wrapper .footer-logo-section .footer-social-wrapper a {
  width: auto;
  height: auto;
}
footer .footer-main-wrapper .footer-logo-section .footer-social-wrapper a svg {
  fill: #cfcfcf;
  width: 30px;
  height: 30px;
  transition: 0.3s ease-in-out;
}
footer .footer-main-wrapper .footer-logo-section .footer-social-wrapper a#fb-icon svg {
  width: 20px;
}
footer .footer-main-wrapper .footer-logo-section .footer-social-wrapper a#tripad-icon svg {
  width: 50px;
}
footer .footer-main-wrapper .footer-logo-section .footer-social-wrapper a:hover svg {
  fill: #a68550;
}
footer .footer-main-wrapper__left-section {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 70px;
}
@media (min-width: 768px) {
  footer .footer-main-wrapper__left-section {
    gap: 70px;
  }
}
@media (min-width: 1025px) {
  footer .footer-main-wrapper__left-section {
    gap: 1vw;
  }
}
footer .footer-main-wrapper__left-section .menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 100px;
}
@media (min-width: 768px) {
  footer .footer-main-wrapper__left-section .menu-wrapper {
    gap: 100px;
  }
}
@media (min-width: 1025px) {
  footer .footer-main-wrapper__left-section .menu-wrapper {
    gap: 5vw;
  }
}
footer .footer-main-wrapper__left-section .menu-wrapper .ft-main-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px;
}
@media (min-width: 768px) {
  footer .footer-main-wrapper__left-section .menu-wrapper .ft-main-menu {
    gap: 25px;
  }
}
@media (min-width: 1025px) {
  footer .footer-main-wrapper__left-section .menu-wrapper .ft-main-menu {
    gap: 1.75vw;
  }
}
footer .footer-main-wrapper__left-section .menu-wrapper .ft-main-menu li a {
  transition: 0.3s ease-in-out;
  font-size: 18px;
}
@media only screen and (min-width: 600px) {
  footer .footer-main-wrapper__left-section .menu-wrapper .ft-main-menu li a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-main-wrapper__left-section .menu-wrapper .ft-main-menu li a {
    font-size: 1.4583333333vw;
  }
}
footer .footer-main-wrapper__left-section .menu-wrapper .ft-main-menu li:hover a {
  letter-spacing: 0.05vw;
}
footer .footer-main-wrapper__left-section .menu-wrapper .ft-main-menu li.current_page_item a {
  color: #a68550;
}
footer .footer-main-wrapper__left-section .menu-wrapper .ft-sub-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
}
@media (min-width: 768px) {
  footer .footer-main-wrapper__left-section .menu-wrapper .ft-sub-menu {
    gap: 15px;
  }
}
@media (min-width: 1025px) {
  footer .footer-main-wrapper__left-section .menu-wrapper .ft-sub-menu {
    gap: 0.5vw;
  }
}
footer .footer-main-wrapper__left-section .menu-wrapper .ft-sub-menu li a {
  font-weight: 600;
  letter-spacing: 1.5px;
  transition: 0.3s ease-in-out;
  font-size: 16px;
}
@media only screen and (min-width: 600px) {
  footer .footer-main-wrapper__left-section .menu-wrapper .ft-sub-menu li a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-main-wrapper__left-section .menu-wrapper .ft-sub-menu li a {
    font-size: 0.9375vw;
  }
}
footer .footer-main-wrapper__left-section .menu-wrapper .ft-sub-menu li:hover a {
  letter-spacing: 0.1vw;
}
footer .footer-main-wrapper__left-section .menu-wrapper .ft-sub-menu:after {
  content: "";
  position: absolute;
  left: 10%;
  top: -50px;
  width: 80%;
  height: 1px;
  background-color: #cfcfcf;
  opacity: 0.2;
}
footer .footer-main-wrapper__right-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 70px;
}
@media (min-width: 768px) {
  footer .footer-main-wrapper__right-section {
    gap: 70px;
  }
}
@media (min-width: 1025px) {
  footer .footer-main-wrapper__right-section {
    gap: 5vw;
  }
}
footer .footer-main-wrapper__right-section .footer-logo-section {
  display: none;
}
footer .footer-main-wrapper__right-section .contact-wrapper {
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px;
}
@media (min-width: 768px) {
  footer .footer-main-wrapper__right-section .contact-wrapper {
    gap: 25px;
  }
}
@media (min-width: 1025px) {
  footer .footer-main-wrapper__right-section .contact-wrapper {
    gap: 1.5vw;
  }
}
footer .footer-main-wrapper__right-section .contact-wrapper p {
  line-height: 180%;
  letter-spacing: 0.4px;
  font-size: 15px;
}
@media only screen and (min-width: 600px) {
  footer .footer-main-wrapper__right-section .contact-wrapper p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-main-wrapper__right-section .contact-wrapper p {
    font-size: 1.0416666667vw;
  }
}
footer .footer-main-wrapper__right-section .contact-wrapper__link-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
@media (min-width: 768px) {
  footer .footer-main-wrapper__right-section .contact-wrapper__link-wrapper {
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  footer .footer-main-wrapper__right-section .contact-wrapper__link-wrapper {
    gap: 0.25vw;
  }
}
footer .footer-main-wrapper__right-section .contact-wrapper__link-wrapper a {
  position: relative;
  color: #a68550;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}
footer .footer-main-wrapper__right-section .contact-wrapper__link-wrapper a:hover {
  letter-spacing: 0.5px;
}
footer .footer-main-wrapper__right-section__bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px;
}
@media (min-width: 768px) {
  footer .footer-main-wrapper__right-section__bottom {
    gap: 50px;
  }
}
@media (min-width: 1025px) {
  footer .footer-main-wrapper__right-section__bottom {
    gap: 5vw;
  }
}
footer .footer-main-wrapper__right-section__bottom .supplier-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  footer .footer-main-wrapper__right-section__bottom .supplier-wrapper {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  footer .footer-main-wrapper__right-section__bottom .supplier-wrapper {
    gap: 1vw;
  }
}
footer .footer-main-wrapper__right-section__bottom .supplier-wrapper img {
  width: 60%;
  max-width: 300px;
}
footer .footer-main-wrapper__right-section__bottom .supplier-wrapper p {
  color: #a68550;
  letter-spacing: 1.4px;
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  footer .footer-main-wrapper__right-section__bottom .supplier-wrapper p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-main-wrapper__right-section__bottom .supplier-wrapper p {
    font-size: 0.7291666667vw;
  }
}
footer .footer-main-wrapper__right-section__bottom .official-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  footer .footer-main-wrapper__right-section__bottom .official-wrapper {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  footer .footer-main-wrapper__right-section__bottom .official-wrapper {
    gap: 1vw;
  }
}
footer .footer-main-wrapper__right-section__bottom .official-wrapper ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  footer .footer-main-wrapper__right-section__bottom .official-wrapper ul {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  footer .footer-main-wrapper__right-section__bottom .official-wrapper ul {
    gap: 1.5vw;
  }
}
footer .footer-main-wrapper__right-section__bottom .official-wrapper ul li {
  position: relative;
}
footer .footer-main-wrapper__right-section__bottom .official-wrapper ul li a {
  color: #cfcfcf;
  font-weight: 300;
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  footer .footer-main-wrapper__right-section__bottom .official-wrapper ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-main-wrapper__right-section__bottom .official-wrapper ul li a {
    font-size: 0.7291666667vw;
  }
}
footer .footer-main-wrapper__right-section__bottom .official-wrapper ul li:hover a {
  color: #a68550;
}
footer .footer-main-wrapper__right-section__bottom .official-wrapper ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  right: -10px;
  top: 30%;
  background-color: #cfcfcf;
}
footer .footer-main-wrapper__right-section__bottom .official-wrapper ul li:last-child:after {
  display: none;
}
footer .footer-main-wrapper__right-section__bottom .official-wrapper p {
  color: #cfcfcf;
  font-weight: 300;
  line-height: 23px;
  padding: 0 60px;
  font-size: 13px;
}
@media only screen and (min-width: 600px) {
  footer .footer-main-wrapper__right-section__bottom .official-wrapper p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-main-wrapper__right-section__bottom .official-wrapper p {
    font-size: 0.6770833333vw;
  }
}
footer .footer-main-wrapper__right-section__bottom .official-wrapper p a {
  color: #cfcfcf;
}
footer .footer-main-wrapper__right-section__bottom .official-wrapper p a:hover {
  color: #a68550;
}
footer .footer-main-wrapper__right-section__bottom::after {
  content: "";
  position: absolute;
  top: -35px;
  left: 10%;
  height: 1px;
  width: 80%;
  background-color: #cfcfcf;
  opacity: 0.2;
}
footer .footer-main-wrapper__center-section {
  display: none;
}
footer .footer-main-wrapper > .footer-logo-section {
  display: none;
}
@media only screen and (min-width: 600px) {
  footer .footer-main-wrapper {
    padding-bottom: 50px;
    padding-top: 50px;
    row-gap: 40px;
  }
  footer .footer-main-wrapper__left-section, footer .footer-main-wrapper__right-section {
    width: 50%;
  }
  footer .footer-main-wrapper__left-section .footer-logo-section {
    display: none;
  }
  footer .footer-main-wrapper__right-section .footer-logo-section {
    display: flex;
  }
  footer .footer-main-wrapper > .footer-logo-section {
    display: flex;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-main-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 5vw;
  }
  footer .footer-main-wrapper__left-section, footer .footer-main-wrapper__right-section, footer .footer-main-wrapper__center-section {
    width: calc(33.3333333333% - 3.3333333333vw);
  }
  footer .footer-main-wrapper__left-section .menu-wrapper .ft-sub-menu::after {
    width: 70%;
    left: 15%;
    top: -2.5vw;
  }
  footer .footer-main-wrapper__center-section {
    display: flex;
    position: relative;
    height: 38vw;
  }
  footer .footer-main-wrapper__center-section .footer-logo-section {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  footer .footer-main-wrapper__center-section video {
    pointer-events: none;
    opacity: 0.5;
  }
  footer .footer-main-wrapper__right-section .footer-logo-section {
    display: none;
  }
  footer .footer-main-wrapper__right-section__bottom .supplier-wrapper img {
    width: 200px;
  }
  footer .footer-main-wrapper__right-section__bottom .official-wrapper ul li:after {
    height: 35%;
    top: 32.5%;
    right: -0.8vw;
  }
  footer .footer-main-wrapper__right-section__bottom::after {
    width: 70%;
    left: 15%;
    top: -2.5vw;
  }
  footer .footer-main-wrapper > .footer-logo-section {
    display: none;
  }
}

.common-heading-wrapper {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
@media (min-width: 768px) {
  .common-heading-wrapper {
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .common-heading-wrapper {
    gap: 0.75vw;
  }
}
.common-heading-wrapper span {
  color: #a68550;
  letter-spacing: 2.8px;
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  .common-heading-wrapper span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .common-heading-wrapper span {
    font-size: 0.8333333333vw;
  }
}
.common-heading-wrapper h1,
.common-heading-wrapper h2 {
  font-weight: 400;
  line-height: 150%;
  color: #cfcfcf;
  font-size: 24px;
}
@media only screen and (min-width: 600px) {
  .common-heading-wrapper h1,
  .common-heading-wrapper h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1025px) {
  .common-heading-wrapper h1,
  .common-heading-wrapper h2 {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (min-width: 1025px) {
  .common-heading-wrapper {
    align-items: flex-start;
    text-align: left;
  }
}
.common-heading-wrapper.center span,
.common-heading-wrapper.center h1,
.common-heading-wrapper.center h2 {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .common-heading-wrapper.center {
    align-items: center;
    text-align: left;
  }
}
@media only screen and (min-width: 600px) {
  .common-heading-wrapper.inner {
    padding: 0 75px;
  }
}
@media only screen and (min-width: 1025px) {
  .common-heading-wrapper.inner {
    padding: 0 15vw;
  }
}

.com-card-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
@media (min-width: 768px) {
  .com-card-1 {
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .com-card-1 {
    gap: 0.75vw;
  }
}
.com-card-1__cont-wrapper {
  text-align: center;
  padding: 20px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 70px;
}
@media (min-width: 768px) {
  .com-card-1__cont-wrapper {
    gap: 70px;
  }
}
@media (min-width: 1025px) {
  .com-card-1__cont-wrapper {
    gap: 3vw;
  }
}
.com-card-1__cont-wrapper__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  gap: 30px;
}
.com-card-1__cont-wrapper__heading span {
  background-color: #a68550;
  width: max-content;
  padding: 2.5px 20px;
  border-radius: 20px;
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  .com-card-1__cont-wrapper__heading span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .com-card-1__cont-wrapper__heading span {
    font-size: 0.7291666667vw;
  }
}
.com-card-1__cont-wrapper__heading h6 {
  line-height: 150%;
}
.com-card-1__cont-wrapper__heading::after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: -30px;
  height: 3px;
  left: 50%;
  width: 20%;
  transform: translateX(-50%);
  background-color: #a68550;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.com-card-1__cont-wrapper__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  gap: 15px;
}
.com-card-1 img {
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .com-card-1 {
    margin: 0 2vw;
    overflow: hidden;
  }
  .com-card-1__cont-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 2vw 3vw;
    justify-content: flex-end;
  }
  .com-card-1__cont-wrapper__desc .description {
    max-height: 0;
    overflow: hidden;
    padding: 0 !important;
    transition: 0.3s ease-in-out;
  }
  .com-card-1__cont-wrapper__desc .mad-btn-2 {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
  }
  .com-card-1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  }
  .com-card-1:hover .com-card-1__cont-wrapper__desc .description {
    max-height: 10vw;
    overflow: visible;
    padding: 0 0 1vw 0 !important;
  }
  .com-card-1:hover .com-card-1__cont-wrapper__desc .mad-btn-2 {
    max-height: 10vw;
    overflow: visible;
  }
  .com-card-1:hover img {
    transform: scale(1.1);
  }
  .com-card-1:hover:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.9) 100%);
  }
}

.com-card-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
@media (min-width: 768px) {
  .com-card-2 {
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .com-card-2 {
    gap: 2vw;
  }
}
.com-card-2 img {
  transition: 0.3s ease-in-out;
}
.com-card-2__desc {
  position: relative;
}
.com-card-2__desc:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #a68550;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  transition: 0.3s ease-in-out;
}
.com-card-2__desc p {
  font-size: 16px;
}
@media only screen and (min-width: 600px) {
  .com-card-2__desc p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .com-card-2__desc p {
    font-size: 1.3541666667vw;
  }
}
.com-card-2 span {
  position: absolute;
  top: 70px;
  color: #cfcfcf;
  font-size: 25px;
}
@media only screen and (min-width: 600px) {
  .com-card-2 span {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .com-card-2 span {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1025px) {
  .com-card-2__desc:after {
    bottom: -1.5vw;
  }
}
.com-card-2:hover img {
  transform: scale(1.03);
}
.com-card-2:hover .com-card-2__desc:after {
  width: 75px;
}
.com-card-2.featured {
  position: relative;
  overflow: hidden;
}
.com-card-2.featured::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 150px;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.56) 73%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.com-card-2.featured span {
  z-index: 2;
}

.com-card-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
@media (min-width: 768px) {
  .com-card-3 {
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .com-card-3 {
    gap: 2.5vw;
  }
}
.com-card-3__img-wrapper {
  width: 100%;
}
.com-card-3__img-wrapper img {
  transition: 0.3s ease-in-out;
  filter: grayscale(1);
}
.com-card-3__content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  .com-card-3__content-wrapper {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .com-card-3__content-wrapper {
    gap: 2vw;
  }
}
.com-card-3__content-wrapper__heading-wrapper {
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
@media (min-width: 768px) {
  .com-card-3__content-wrapper__heading-wrapper {
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .com-card-3__content-wrapper__heading-wrapper {
    gap: 0.75vw;
  }
}
.com-card-3__content-wrapper__heading-wrapper span {
  color: #cfcfcf;
  background-color: #a68550;
  padding: 2px 15px;
  border-radius: 30px;
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  .com-card-3__content-wrapper__heading-wrapper span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .com-card-3__content-wrapper__heading-wrapper span {
    font-size: 0.7291666667vw;
  }
}
.com-card-3__content-wrapper__heading-wrapper h3 {
  font-size: 18px;
}
@media only screen and (min-width: 600px) {
  .com-card-3__content-wrapper__heading-wrapper h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1025px) {
  .com-card-3__content-wrapper__heading-wrapper h3 {
    font-size: 1.6666666667vw;
  }
}
.com-card-3__content-wrapper__heading-wrapper::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #a68550;
}
.com-card-3__content-wrapper__cont-wrapper p {
  text-align: center;
  font-size: 13px;
}
@media only screen and (min-width: 600px) {
  .com-card-3__content-wrapper__cont-wrapper p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .com-card-3__content-wrapper__cont-wrapper p {
    font-size: 1.0416666667vw;
  }
}
.com-card-3:hover .com-card-3__img-wrapper img {
  filter: grayscale(0);
}
@media only screen and (min-width: 1025px) {
  .com-card-3__content-wrapper {
    align-items: flex-start;
  }
  .com-card-3__content-wrapper__heading-wrapper {
    align-items: flex-start;
    text-align: left;
    padding-bottom: 1.2vw;
  }
  .com-card-3__content-wrapper__heading-wrapper span {
    padding: 0.2vw 1vw;
    line-height: 120%;
  }
  .com-card-3__content-wrapper__heading-wrapper:after {
    left: 0;
    transform: none;
    width: 3vw;
  }
  .com-card-3__content-wrapper__cont-wrapper {
    align-items: flex-start;
  }
  .com-card-3__content-wrapper__cont-wrapper p {
    text-align: left;
  }
}

.com-card-4 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 0px;
}
@media (min-width: 768px) {
  .com-card-4 {
    gap: 0px;
  }
}
@media (min-width: 1025px) {
  .com-card-4 {
    gap: 0vw;
  }
}
.com-card-4__desc-wrapper {
  border: 1px solid #747474;
  border-top: none;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px;
}
@media (min-width: 768px) {
  .com-card-4__desc-wrapper {
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .com-card-4__desc-wrapper {
    gap: 2vw;
  }
}
.com-card-4__desc-wrapper h5 {
  position: relative;
  padding-bottom: 10px;
}
.com-card-4__desc-wrapper h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #a68550;
}
.com-card-4__desc-wrapper__features {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
@media (min-width: 768px) {
  .com-card-4__desc-wrapper__features {
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .com-card-4__desc-wrapper__features {
    gap: 2vw;
  }
}
.com-card-4__desc-wrapper__features__item {
  position: relative;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 250px;
  gap: 10px;
}
@media (min-width: 768px) {
  .com-card-4__desc-wrapper__features__item {
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .com-card-4__desc-wrapper__features__item {
    gap: 0vw;
  }
}
.com-card-4__desc-wrapper__features__item svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
.com-card-4__desc-wrapper__features__item > span {
  color: #a68550;
  font-size: 15px;
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 600px) {
  .com-card-4__desc-wrapper__features__item > span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .com-card-4__desc-wrapper__features__item > span {
    font-size: 1.0416666667vw;
  }
}
.com-card-4__desc-wrapper__features__item > p {
  font-size: 15px;
}
@media only screen and (min-width: 600px) {
  .com-card-4__desc-wrapper__features__item > p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .com-card-4__desc-wrapper__features__item > p {
    font-size: 1.0416666667vw;
  }
}
.com-card-4__desc-wrapper__com-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  gap: 10px;
}
@media (min-width: 768px) {
  .com-card-4__desc-wrapper__com-item {
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .com-card-4__desc-wrapper__com-item {
    gap: 0vw;
  }
}
.com-card-4__desc-wrapper__com-item > span {
  color: #a68550;
  font-size: 16px;
}
@media only screen and (min-width: 600px) {
  .com-card-4__desc-wrapper__com-item > span {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1025px) {
  .com-card-4__desc-wrapper__com-item > span {
    font-size: 0.9375vw;
  }
}
.com-card-4__desc-wrapper__com-item > p {
  font-weight: 300;
  font-size: 15px;
}
@media only screen and (min-width: 600px) {
  .com-card-4__desc-wrapper__com-item > p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .com-card-4__desc-wrapper__com-item > p {
    font-size: 1.0416666667vw;
  }
}
.com-card-4__desc-wrapper__com-item .menu-wrapper {
  display: flex;
  gap: 10px;
}
.com-card-4__desc-wrapper__com-item .menu-wrapper a {
  position: relative;
  font-weight: 300;
  font-size: 15px;
}
@media only screen and (min-width: 600px) {
  .com-card-4__desc-wrapper__com-item .menu-wrapper a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .com-card-4__desc-wrapper__com-item .menu-wrapper a {
    font-size: 1.0416666667vw;
  }
}
.com-card-4__desc-wrapper__com-item .menu-wrapper a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.com-card-4__desc-wrapper__com-item .menu-wrapper a:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 25%;
  width: 1px;
  height: 50%;
  background-color: #cfcfcf;
}
@media only screen and (min-width: 1025px) {
  .com-card-4 {
    align-items: stretch;
  }
  .com-card-4 img {
    width: 50%;
  }
  .com-card-4__desc-wrapper {
    width: 50%;
    padding: 3vw 3vw 3vw 5vw;
    border: 1px solid #747474;
    border-top: 1px solid #747474;
    border-left: none;
  }
  .com-card-4__desc-wrapper h5 {
    padding-bottom: 1vw;
  }
  .com-card-4__desc-wrapper__features__item {
    width: auto;
  }
  .com-card-4__desc-wrapper__features__item svg {
    width: 1.3vw;
    height: 1.3vw;
    top: 0.25vw;
  }
  .com-card-4__desc-wrapper__com-item .menu-wrapper {
    gap: 1vw;
  }
}

.gallery-wrapper .tabs-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-wrapper .tabs-wrapper ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  .gallery-wrapper .tabs-wrapper ul {
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .gallery-wrapper .tabs-wrapper ul {
    gap: 3vw;
  }
}
.gallery-wrapper .tabs-wrapper ul li.active {
  color: #a68550;
  padding-bottom: 5px;
  border-bottom: 1px solid #a68550;
}
.gallery-wrapper .images-wrapper,
.gallery-wrapper .video-wrapper {
  display: block;
  column-count: 2;
  gap: 20px;
}
.gallery-wrapper .images-wrapper .gal-item,
.gallery-wrapper .video-wrapper .gal-item {
  display: table;
  page-break-inside: avoid;
  break-inside: avoid-column;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
}
.gallery-wrapper .images-wrapper .gal-item p,
.gallery-wrapper .video-wrapper .gal-item p {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  transition: 0.3s ease-in-out;
  color: #ffffff;
  z-index: 2;
}
.gallery-wrapper .images-wrapper .gal-item::after,
.gallery-wrapper .video-wrapper .gal-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  transition: 0.3s ease-in-out;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5718662465) 54%, rgba(0, 0, 0, 0.893995098) 100%);
  left: 0;
}
.gallery-wrapper .images-wrapper .gal-item img,
.gallery-wrapper .video-wrapper .gal-item img {
  transition: 0.3s ease-in-out;
}
.gallery-wrapper .images-wrapper .video,
.gallery-wrapper .video-wrapper .video {
  position: relative;
}
.gallery-wrapper .images-wrapper .video::before,
.gallery-wrapper .video-wrapper .video::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../assets/images/gal-play-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  .gallery-wrapper .images-wrapper,
  .gallery-wrapper .video-wrapper {
    column-count: 3;
    gap: 1.5vw;
  }
  .gallery-wrapper .images-wrapper .gal-item,
  .gallery-wrapper .video-wrapper .gal-item {
    overflow: hidden;
    margin-bottom: 1.5vw;
  }
  .gallery-wrapper .images-wrapper .gal-item::after,
  .gallery-wrapper .video-wrapper .gal-item::after {
    content: "";
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 30%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5718662465) 54%, rgba(0, 0, 0, 0.893995098) 100%);
    left: 0;
  }
  .gallery-wrapper .images-wrapper .gal-item p,
  .gallery-wrapper .video-wrapper .gal-item p {
    bottom: 1.5vw;
    opacity: 0;
  }
  .gallery-wrapper .images-wrapper .gal-item:hover::after,
  .gallery-wrapper .video-wrapper .gal-item:hover::after {
    opacity: 1;
  }
  .gallery-wrapper .images-wrapper .gal-item:hover p,
  .gallery-wrapper .video-wrapper .gal-item:hover p {
    opacity: 1;
  }
  .gallery-wrapper .images-wrapper .gal-item:hover img,
  .gallery-wrapper .video-wrapper .gal-item:hover img {
    transform: scale(1.05);
  }
  .gallery-wrapper .images-wrapper .video,
  .gallery-wrapper .video-wrapper .video {
    position: relative;
  }
  .gallery-wrapper .images-wrapper .video::before,
  .gallery-wrapper .video-wrapper .video::before {
    content: "";
    position: absolute;
    width: 4vw;
    height: 4vw;
  }
}

/**********************Checkbox Formatting***********************/
.dfb-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 15px;
  }
}
.dfb-form .input-group .input-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.dfb-form .response-field-date .above-line {
  width: 2%;
  display: flex;
  justify-content: center;
}
.dfb-form .response-field-date .day,
.dfb-form .response-field-date .month,
.dfb-form .response-field-date .year {
  width: 32%;
}
.dfb-form .response-field-time .above-line {
  width: 2%;
  display: flex;
  justify-content: center;
}
.dfb-form .response-field-time .hours,
.dfb-form .response-field-time .minutes,
.dfb-form .response-field-time .seconds {
  width: 25%;
}
.dfb-form .response-field-time .am_pm {
  width: 15%;
}
.dfb-form .checkbox-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .dfb-form .is_required {
    font-size: 0.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .is_required {
    font-size: 0.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .is_required {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .dfb-form .is_required {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .dfb-form .is_required {
    line-height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .is_required {
    line-height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .is_required {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .dfb-form .is_required {
    line-height: 18px;
  }
}
.dfb-form label {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 300 !important;
  color: #cfcfcf;
}
@media (min-width: 1025px) {
  .dfb-form label {
    font-size: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form label {
    font-size: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form label {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .dfb-form label {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .dfb-form label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form label {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .dfb-form label {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 5px;
  }
}
.dfb-form .date {
  position: relative;
}
.dfb-form .date:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../assets/images/calendar-icon.svg");
  width: 20px;
  height: 20px;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .dfb-form .date:after {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .date:after {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .date:after {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form .date:after {
    margin-right: 10px;
  }
}
.dfb-form #timepicker_id_wrap .input-group {
  position: relative;
}
.dfb-form #timepicker_id_wrap .input-group:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../assets/images/clock.svg");
  width: 20px;
  height: 20px;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .dfb-form #timepicker_id_wrap .input-group:after {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #timepicker_id_wrap .input-group:after {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #timepicker_id_wrap .input-group:after {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form #timepicker_id_wrap .input-group:after {
    margin-right: 10px;
  }
}
.dfb-form #gdprcompliance_id_wrap label:first-child {
  font-weight: 500 !important;
}
.dfb-form .form-control:focus {
  color: #ffffff !important;
}
.dfb-form .response-field-checkboxes {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-direction: column;
}
.dfb-form .response-field-checkboxes div {
  display: flex;
}
.dfb-form .response-field-checkboxes div a {
  display: inline !important;
  padding-left: 0 !important;
  color: #ffffff;
}
.dfb-form .response-field-checkboxes div a:hover {
  color: #a68550;
}
.dfb-form .response-field-checkboxes input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-20%);
}
@media only screen and (min-width: 1025px) {
  .dfb-form .response-field-checkboxes input[type=checkbox] {
    transform: translateY(-50%);
  }
}
@media (min-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 25px;
  }
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap .text-danger {
  display: none !important;
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap p {
  margin: 0 !important;
  padding-left: 0 !important;
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap label {
  height: 0 !important;
  display: none;
}
@media (min-width: 1025px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 10px;
  }
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap div label {
  height: auto;
  display: block !important;
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap .checkbox-inline {
  font-size: 0 !important;
}
.dfb-form .checkbox-inline {
  position: relative;
  padding-left: 30px;
}
.dfb-form input[type=text],
.dfb-form input[type=tel],
.dfb-form input[type=email],
.dfb-form input[type=date],
.dfb-form input[type=number],
.dfb-form select {
  border: 1px solid #000000;
  font-family: "Open Sans", sans-serif;
  color: #cfcfcf;
  width: 100%;
  font-weight: 500 !important;
  border: 1px solid #000000;
  border-radius: 3px !important;
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select {
    line-height: 15px;
  }
}
.dfb-form input[type=text]:focus,
.dfb-form input[type=tel]:focus,
.dfb-form input[type=email]:focus,
.dfb-form input[type=date]:focus,
.dfb-form input[type=number]:focus,
.dfb-form select:focus {
  border: 1px solid #a68550 !important;
  background: #000000 !important;
}
.dfb-form select {
  background-image: url("../../images/select.png");
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-position: calc(100% - 0.78125vw);
  background-size: 0.78125vw auto;
}
.dfb-form textarea {
  width: 100% !important;
  height: 10vw !important;
  border: 1px solid #000000;
  font-family: "Open Sans", sans-serif;
  color: #cfcfcf;
  width: 100%;
  font-weight: 500 !important;
  border: 1px solid #000000;
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    line-height: 15px;
  }
}
.dfb-form textarea:focus {
  border: 1px solid #a68550 !important;
  background: #000000 !important;
}
.dfb-form .input-group .note {
  color: #cfcfcf;
}
@media (min-width: 1025px) {
  .dfb-form .input-group .note {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .input-group .note {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .input-group .note {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form .input-group .note {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .dfb-form .input-group .note {
    line-height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .input-group .note {
    line-height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .input-group .note {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form .input-group .note {
    line-height: 15px;
  }
}
.dfb-form .response-field-dropdown {
  width: 100%;
}
.dfb-form #validateBtn,
.dfb-form #resetBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-family: "Domine", serif;
  width: max-content;
  text-transform: uppercase;
  overflow: hidden;
  font-style: normal;
  transition: all 0.3s;
  border-radius: 0;
  border: 1px solid #a68550;
  background: #000000;
  color: #cfcfcf;
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    letter-spacing: 0.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    letter-spacing: 0.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    letter-spacing: 2.4px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    letter-spacing: 2.4px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-right: 20px;
  }
}
.dfb-form #validateBtn:hover,
.dfb-form #resetBtn:hover {
  transition: all 0.3s;
  color: #ffffff;
  background: transparent;
  border: 1px solid #c3c3c3;
}
.dfb-form .help-block.show-error {
  display: block !important;
}
.dfb-form .checkbox-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dfb-form .dfb-form-group,
.dfb-form #gdpr_compliance_id_wrap p,
.dfb-form #gdpr_compliance_id_wrap label {
  font-family: "Open Sans", sans-serif;
  color: #cfcfcf;
}
@media (min-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    line-height: 1.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    line-height: 1.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .dfb-form .dfb-form-group,
  .dfb-form #gdpr_compliance_id_wrap p,
  .dfb-form #gdpr_compliance_id_wrap label {
    line-height: 24px;
  }
}
.dfb-form #gdpr_compliance_id_wrap label {
  font-weight: 500 !important;
}
.dfb-form #gdpr_compliance_id_wrap label:not(.checkbox-inline) {
  font-weight: 600;
}
.dfb-form #gdpr_compliance_id_wrap p:first-child {
  margin: 0;
}
.dfb-form .recapture {
  font-family: "Open Sans", sans-serif;
  color: #cfcfcf;
}
@media (min-width: 1025px) {
  .dfb-form .recapture {
    font-size: 0.6770833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture {
    font-size: 0.6770833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .dfb-form .recapture {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture {
    line-height: 18px;
  }
}
.dfb-form .recapture a {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-decoration: underline !important;
}
@media (min-width: 1025px) {
  .dfb-form .recapture a {
    font-size: 0.6770833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture a {
    font-size: 0.6770833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture a {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture a {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .dfb-form .recapture a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture a {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture a {
    line-height: 18px;
  }
}
.dfb-form .recapture a:hover {
  color: #a68550;
}
.dfb-form #gdpr_compliance__id_wrap label {
  font-weight: 600;
}
@media (min-width: 1025px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form #gdpr_compliance__id_wrap label {
    padding-bottom: 20px;
  }
}
.dfb-form #gdpr_compliance__id_wrap a {
  text-decoration: underline;
  color: #ffffff;
  transition: all 0.5s;
}
.dfb-form #gdpr_compliance__id_wrap a:hover {
  color: #a68550;
}
.dfb-form .help-block {
  color: red;
  width: 100%;
}
@media (min-width: 1025px) {
  .dfb-form .help-block {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .help-block {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .help-block {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .dfb-form .help-block {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .dfb-form .help-block {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .help-block {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .help-block {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form .help-block {
    line-height: 20px;
  }
}

.dfb-form-group {
  min-height: unset !important;
}

@media only screen and (min-width: 1025px) {
  .alert-success,
  .alert-success a,
  .alert-danger,
  .alert-danger a {
    font-size: 0.9375vw !important;
    line-height: 1.5625vw !important;
  }
  .dfb-form-group {
    min-height: unset !important;
  }
  .dfb-form-group col-sm-6:not(.col-md-4), .dfb-form-group col-sm-6:not(.col-md-8) {
    width: 49.5%;
  }
}
@media only screen and (max-width: 1025px) {
  .dfb-form #subscribe-text_id_wrap .input-group .row {
    width: 85%;
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .dfb-form #subscribe-text_id_wrap .input-group .checkbox-inline {
    width: 15%;
  }
  .alert-success,
  .alert-success a,
  .alert-danger,
  .alert-danger a {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .dfb-form-group col-sm-6 {
    width: 100% !important;
  }
  .dfb-form-group col-md-4 {
    width: 100% !important;
  }
  #gdpr_compliance_id_wrap input {
    position: absolute;
    left: 0;
    top: 6px;
  }
  #gdpr_compliance_id_wrap .checkbox-inline {
    padding-left: 30px;
    position: relative;
  }
  .response-field-time .above-line {
    width: 2.5% !important;
    display: flex;
    justify-content: center;
  }
  .response-field-time .hours,
  .response-field-time .minutes,
  .response-field-time .seconds {
    width: 25% !important;
  }
  .response-field-time .am_pm {
    width: 20% !important;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .dfb-form-group .col-sm-6 {
    width: 49% !important;
  }
  .dfb-form-group .col-md-4 {
    width: 32% !important;
  }
}
@media only screen and (max-width: 600px) {
  .dfb-form-group .col-sm-6 {
    width: 100% !important;
  }
  .dfb-form-group .col-md-4 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .dfb-form input[type=checkbox] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 1.5625vw;
    height: 0.78125vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    width: 0.78125vw;
    height: 0.78125vw;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #ffffff !important;
  }
  .dfb-form input[type=checkbox]:checked:after {
    margin: auto;
    left: -0.78125vw;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: FontAwesome;
    background-image: url("../assets/images/tick.svg");
    background-size: 0.5208333333vw auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #ffffff;
    display: inline-block;
    border: 1px solid #ffffff !important;
  }
  .dfb-form input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    border: 1px solid #ffffff !important;
  }
}
@media only screen and (max-width: 1025px) {
  .dfb-form select {
    background-position: calc(100% - 15px);
    background-size: 15px;
  }
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    border-radius: 0px;
  }
  .checkbox-inline {
    position: relative;
    padding-left: 30px;
  }
  .dfb-form input[type=checkbox] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 30px;
    height: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #ffffff !important;
  }
  .dfb-form input[type=checkbox]:checked:after {
    margin: auto;
    left: -15px;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: FontAwesome;
    background-image: url("../assets/images/tick.svg");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #ffffff;
    display: inline-block;
    border: 1px solid #ffffff !important;
  }
  .dfb-form input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    border: 1px solid #ffffff !important;
  }
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    border-radius: 0px;
  }
}
.nice-select {
  display: flex !important;
  background-color: transparent !important;
  width: 100% !important;
  align-items: center !important;
  border: 1px solid #000000 !important;
  line-height: 15px !important;
  height: 45px !important;
  border-radius: 3px !important;
}
.nice-select:focus {
  box-shadow: none !important;
  outline: 1px solid #000000;
}
.nice-select:after {
  height: 10px !important;
  width: 10px !important;
  margin-top: -7px !important;
  right: 17px !important;
}
@media only screen and (min-width: 600px) {
  .nice-select {
    line-height: 15px !important;
    height: 45px !important;
  }
}
@media only screen and (min-width: 1025px) {
  .nice-select {
    line-height: 1.5vw !important;
    height: 2.6041666667vw !important;
  }
}
@media (min-width: 1025px) {
  .nice-select span,
  .nice-select ul,
  .nice-select li {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .nice-select span,
  .nice-select ul,
  .nice-select li {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .nice-select span,
  .nice-select ul,
  .nice-select li {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .nice-select span,
  .nice-select ul,
  .nice-select li {
    font-size: 15px;
  }
}
.nice-select span {
  vertical-align: -webkit-baseline-middle;
}
.nice-select:focus {
  background-color: #ffffff !important;
}
.nice-select .list {
  max-height: 200px;
  overflow: auto !important;
  z-index: 2 !important;
}

.dfb-form-group input,
.dfb-form-group textarea {
  outline: none !important;
  background-color: #000;
}
.dfb-form-group input:focus,
.dfb-form-group textarea:focus {
  box-shadow: none !important;
  color: #ffffff;
}

#gdprcompliance_id_wrap .checkbox-inline {
  padding-top: 10px;
  font-size: 15px;
  line-height: 100%;
}
@media only screen and (min-width: 1025px) {
  #gdprcompliance_id_wrap .checkbox-inline {
    font-size: 0.8vw !important;
    font-weight: 400 !important;
  }
}

.input-file .btn {
  width: 100%;
  background-color: #cfcfcf;
}
.input-file .btn img {
  width: 25px;
  margin: auto;
}

input,
textarea,
input {
  border: 1px solid #484848 !important;
}
input:active, input:focus,
textarea:active,
textarea:focus,
input:active,
input:focus {
  border: 1px solid #000000 !important;
}

.nice-select {
  background-color: #000000 !important;
  border: 1px solid #484848 !important;
  outline: none;
}
.nice-select.open {
  border: 1px solid #a68550 !important;
  background-color: #000000 !important;
}
.nice-select .list {
  border: 1px solid #a68550 !important;
  background-color: #000000 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important; /* Background */
  -webkit-text-fill-color: white !important; /* Text color */
  caret-color: white !important; /* Caret (cursor) color */
  transition: background-color 9999s ease-in-out 0s; /* Prevent flashing */
}

@media (min-width: 1025px) {
  .response-field-checkboxes p {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .response-field-checkboxes p {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .response-field-checkboxes p {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .response-field-checkboxes p {
    padding-bottom: 10px;
  }
}

textarea {
  min-height: 150px !important;
}

#madison-map {
  height: 400px;
}
#madison-map .gm-style-iw-t > div {
  background-color: #a68550;
  padding: 50px;
  width: max-content !important;
  padding: 10px 20px !important;
  overflow: unset !important;
}
#madison-map .gm-style-iw-t > div .info-box span {
  font-size: 16px;
  font-family: "Domine", serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
#madison-map .gm-style-iw-t > div .info-box a {
  font-size: 14px;
  font-family: "Domine", serif;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
#madison-map .gm-style-iw-t > div .info-box a:hover {
  color: #000000;
}
#madison-map .gm-style-iw-t > div:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #a68550;
  width: 20px;
  height: 20px;
}
#madison-map .gm-style-iw-d {
  overflow: hidden !important;
}
#madison-map .gm-style-iw-tc {
  display: none;
}
#madison-map .gm-style-iw-chr {
  display: none;
}
@media only screen and (min-width: 1025px) {
  #madison-map {
    height: 25vw;
  }
  #madison-map .gm-style-iw-t > div {
    max-width: 20vw !important;
    padding: 1vw 2vw !important;
    transform: translateX(5vw);
    border-radius: 0 !important;
  }
  #madison-map .gm-style-iw-t > div .info-box span {
    font-size: 18px;
  }
  #madison-map .gm-style-iw-t > div .info-box .lp-direction {
    padding-top: 0.3vw;
  }
  #madison-map .gm-style-iw-t > div:after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: -10px;
    transform: translateY(50%) rotate(45deg);
    background-color: #a68550;
    width: 20px;
    height: 20px;
  }
}

.home-page .intro-sect {
  background: url("../assets/images/BG-1.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
@media (min-width: 768px) {
  .home-page .intro-sect {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .home-page .intro-sect {
    gap: 3vw;
  }
}
@media only screen and (min-width: 1025px) {
  .home-page .intro-sect {
    background-size: 100%;
  }
}
.home-page .intro-sect .awards-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  gap: 10px;
}
@media (min-width: 768px) {
  .home-page .intro-sect .awards-section {
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .home-page .intro-sect .awards-section {
    gap: 2.5vw;
  }
}
.home-page .intro-sect .awards-section h3 {
  font-size: 20px;
}
@media only screen and (min-width: 600px) {
  .home-page .intro-sect .awards-section h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-page .intro-sect .awards-section h3 {
    font-size: 1.3541666667vw;
  }
}
.home-page .intro-sect .awards-section__awards-wrapper {
  width: auto;
}
.home-page .intro-sect .awards-section__awards-wrapper .slick-track {
  display: flex !important;
  width: 100% !important;
}
.home-page .intro-sect .awards-section__awards-wrapper .slick-track img {
  width: auto;
  padding: 10px;
  filter: grayscale(100);
  transition: 0.3s ease-in-out;
}
.home-page .intro-sect .awards-section__awards-wrapper .slick-track img:hover {
  filter: grayscale(0);
}
@media only screen and (min-width: 1025px) {
  .home-page .intro-sect .awards-section__awards-wrapper {
    width: auto;
  }
  .home-page .intro-sect .awards-section__awards-wrapper .slick-track img {
    padding: 0 2.5vw;
  }
}
.home-page .halloffame {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .home-page .halloffame .common-heading-wrapper {
    padding-top: 5vw;
    left: 50%;
    transform: translate(-50%) !important;
    width: 45%;
    position: sticky;
  }
}
@media only screen and (min-width: 1025px) {
  .home-page .halloffame {
    align-content: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100vw;
    gap: 40px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .home-page .halloffame {
    gap: 40px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .home-page .halloffame {
    gap: 3vw;
  }
}
.home-page .halloffame .scroll-parent {
  position: relative;
  overflow: hidden;
}
.home-page .halloffame .scroll-parent .hori-scroll-div {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}
.home-page .halloffame .scroll-parent .hori-scroll-div .panel {
  position: relative;
  flex: 0 0 33vw;
  height: 100%;
}
.home-page .halloffame .scroll-parent .hori-scroll-div .panel .panel-desc {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 20px;
}
@media only screen and (min-width: 600px) {
  .home-page .halloffame .scroll-parent .hori-scroll-div .panel .panel-desc {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-page .halloffame .scroll-parent .hori-scroll-div .panel .panel-desc {
    font-size: 1.3541666667vw;
  }
}
.home-page .halloffame .scroll-parent .hori-scroll-div .panel .panel-desc p {
  letter-spacing: normal;
}
.home-page .halloffame .scroll-parent .hori-scroll-div .panel .panel-desc:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: -20px;
  height: 2px;
  left: 50%;
  width: 25%;
  transform: translateX(-50%);
  background-color: #a68550;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.home-page .halloffame .scroll-parent .hori-scroll-div .panel:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  height: 30%;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.home-page .halloffame .scroll-parent .hori-scroll-div .panel img {
  transition: 0.3s ease-in-out;
}
.home-page .halloffame .scroll-parent .hori-scroll-div .panel:hover img {
  scale: 1.05;
}
.home-page .halloffamemobile {
  padding-bottom: 90px;
}
.home-page .halloffamemobile .panel {
  position: relative;
  flex: 0 0 33vw;
  height: 100%;
}
.home-page .halloffamemobile .panel .panel-desc {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 20px;
}
@media only screen and (min-width: 600px) {
  .home-page .halloffamemobile .panel .panel-desc {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-page .halloffamemobile .panel .panel-desc {
    font-size: 1.3541666667vw;
  }
}
.home-page .halloffamemobile .panel .panel-desc p {
  letter-spacing: normal;
}
.home-page .halloffamemobile .panel .panel-desc:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: -30px;
  height: 3px;
  left: 50%;
  width: 20%;
  transform: translateX(-50%);
  background-color: #a68550;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.home-page .halloffamemobile .panel:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  height: 30%;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.home-page .halloffamemobile .panel img {
  transition: 0.3s ease-in-out;
}
.home-page .halloffamemobile .panel:hover img {
  scale: 1.05;
}
.home-page .halloffamemobile .panel:hover .panel-desc:after {
  bottom: -20px;
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .home-page .halloffamemobile {
    padding-bottom: 0;
    display: none;
  }
}
.home-page .sig-cuts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
@media (min-width: 768px) {
  .home-page .sig-cuts {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .home-page .sig-cuts {
    gap: 3vw;
  }
}
@media only screen and (min-width: 1025px) {
  .home-page .sig-cuts {
    padding: 5vw 4vw;
  }
}
.home-page .sig-cuts .mad-btn-2 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  .home-page .sig-cuts .mad-btn-2 {
    margin-bottom: 0;
  }
}
.home-page .cocktails {
  background: url("../assets/images/BG-2.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
@media (min-width: 768px) {
  .home-page .cocktails {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .home-page .cocktails {
    gap: 3vw;
  }
}
@media only screen and (min-width: 1025px) {
  .home-page .cocktails .common-heading-wrapper {
    width: 45%;
  }
}
.home-page .cocktails .three-sect-carousel {
  display: flex;
  width: 100%;
}
.home-page .cocktails .three-sect-carousel .slick-list .item {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.home-page .cocktails .three-sect-carousel .slick-list .item .panel-desc {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 20px;
}
@media only screen and (min-width: 600px) {
  .home-page .cocktails .three-sect-carousel .slick-list .item .panel-desc {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-page .cocktails .three-sect-carousel .slick-list .item .panel-desc {
    font-size: 1.3541666667vw;
  }
}
.home-page .cocktails .three-sect-carousel .slick-list .item .panel-desc p {
  letter-spacing: normal;
}
.home-page .cocktails .three-sect-carousel .slick-list .item .panel-desc:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: -20px;
  height: 2px;
  left: 50%;
  width: 25%;
  transform: translateX(-50%);
  background-color: #a68550;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.home-page .cocktails .three-sect-carousel .slick-list .item:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  height: 30%;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.home-page .cocktails .three-sect-carousel .slick-list .item img {
  transition: 0.3s ease-in-out;
}
.home-page .cocktails .three-sect-carousel .slick-list .item:hover img {
  scale: 1.05;
}
.home-page .cocktails .mad-btn-2 {
  z-index: 5;
  margin-top: 90px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  .home-page .cocktails .mad-btn-2 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 600px) {
  .home-page .cocktails .three-sect-carousel .slick-list .item {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-page .cocktails {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
    padding-bottom: 0;
    background-size: 100%;
  }
  .home-page .cocktails .mad-btn-2 {
    order: 2;
  }
  .home-page .cocktails .three-sect-carousel {
    transform: translateY(-5vw);
    order: 3;
  }
  .home-page .cocktails .three-sect-carousel .slick-list {
    overflow: visible !important;
    overflow-x: hidden !important;
    padding-bottom: 100px !important;
  }
  .home-page .cocktails .three-sect-carousel .slick-list .item {
    margin: 0;
    margin: 0 3vw;
  }
  .home-page .cocktails .three-sect-carousel .slick-list .item.slick-center {
    transform: translateY(5vw);
  }
}
.home-page .hm-chef {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .home-page .hm-chef {
    padding-left: 11.5vw;
    padding-right: 11.5vw;
  }
}
.home-page .hm-menus {
  background: url("../assets/images/BG-3.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
@media (min-width: 768px) {
  .home-page .hm-menus {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .home-page .hm-menus {
    gap: 5vw;
  }
}
.home-page .hm-menus__menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 0px;
}
@media (min-width: 768px) {
  .home-page .hm-menus__menu-wrapper {
    gap: 0px;
  }
}
@media (min-width: 1025px) {
  .home-page .hm-menus__menu-wrapper {
    gap: 0vw;
  }
}
.home-page .hm-menus__menu-wrapper .menu-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #a68550;
  line-height: 25px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  padding: 40px;
  border-bottom: 1px solid rgba(207, 207, 207, 0.3215686275);
  pointer-events: none;
  font-size: 24px;
}
@media only screen and (min-width: 600px) {
  .home-page .hm-menus__menu-wrapper .menu-item {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-page .hm-menus__menu-wrapper .menu-item {
    font-size: 2.5vw;
  }
}
.home-page .hm-menus__menu-wrapper .menu-item .download {
  display: flex;
  position: relative;
  font-size: 14px;
  align-items: center;
}
.home-page .hm-menus__menu-wrapper .menu-item .download:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url("../assets/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.home-page .hm-menus__menu-wrapper .menu-item .heading {
  pointer-events: all;
  width: 100%;
}
.home-page .hm-menus__menu-wrapper .menu-item .follower {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  position: absolute;
  background-color: #2a2a2a;
  color: #cfcfcf;
  padding: 1vw;
  width: 7.5vw;
  height: 7.5vw;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0; /* Hidden by default with opacity for GSAP */
  font-size: 18px;
}
@media only screen and (min-width: 600px) {
  .home-page .hm-menus__menu-wrapper .menu-item .follower {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-page .hm-menus__menu-wrapper .menu-item .follower {
    font-size: 0.9375vw;
  }
}
.home-page .hm-menus__menu-wrapper .menu-item.active .heading {
  color: #a68550;
}
.home-page .hm-menus__menu-wrapper .menu-item img {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .home-page .hm-menus__menu-wrapper {
    position: relative;
  }
  .home-page .hm-menus__menu-wrapper .menu-item {
    width: 100%;
    color: #cfcfcf;
    padding: 4.5vw;
  }
  .home-page .hm-menus__menu-wrapper .menu-item .heading {
    width: 60%;
  }
  .home-page .hm-menus__menu-wrapper .menu-item .follower {
    display: flex;
  }
  .home-page .hm-menus__menu-wrapper .menu-item .download {
    display: none;
  }
  .home-page .hm-menus__menu-wrapper .menu-item img {
    display: flex;
    opacity: 0;
    transform: translateY(1vw);
    position: absolute;
    width: 20vw;
    height: 23vw;
    top: 5vw;
    left: 70vw;
    aspect-ratio: 1/1.2;
    overflow: hidden;
    transition: 0.3s ease-in-out;
  }
  .home-page .hm-menus__menu-wrapper .menu-item img.img-2 {
    top: 10vw;
    left: 1.5vw;
  }
  .home-page .hm-menus__menu-wrapper .menu-item.active {
    color: #a68550;
  }
  .home-page .hm-menus__menu-wrapper .menu-item.active img {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-page .hm-offers {
  padding: 70px 0px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
@media (min-width: 768px) {
  .home-page .hm-offers {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .home-page .hm-offers {
    gap: 3vw;
  }
}
.home-page .hm-offers .common-heading-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1025px) {
  .home-page .hm-offers .common-heading-wrapper {
    width: 45%;
  }
}
.home-page .hm-offers .hm-offers-car {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .home-page .hm-offers {
    padding: 40px 100px 140px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-page .hm-offers {
    padding: 2vw 12.5vw;
  }
  .home-page .hm-offers .slick-next,
  .home-page .hm-offers .slick-prev {
    top: 50%;
  }
}
.home-page .review-sect {
  background: url("../assets/images/BG-4.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  gap: 40px;
}
@media (min-width: 768px) {
  .home-page .review-sect {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .home-page .review-sect {
    gap: 3vw;
  }
}
.home-page .review-sect .review-sect-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  gap: 40px;
}
@media (min-width: 768px) {
  .home-page .review-sect .review-sect-wrapper {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .home-page .review-sect .review-sect-wrapper {
    gap: 3vw;
  }
}
.home-page .review-sect .review-sect-wrapper > img {
  filter: grayscale(100);
  aspect-ratio: 0.8/1;
  overflow: hidden;
}
.home-page .review-sect .review-sect-wrapper > img:last-child {
  display: none !important;
}
.home-page .review-sect .review-sect-wrapper .review-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  gap: 30px;
}
@media (min-width: 768px) {
  .home-page .review-sect .review-sect-wrapper .review-wrapper {
    gap: 25px;
  }
}
@media (min-width: 1025px) {
  .home-page .review-sect .review-sect-wrapper .review-wrapper {
    gap: 2vw;
  }
}
.home-page .review-sect .review-sect-wrapper .review-wrapper .review-car {
  width: 100%;
  text-align: center;
}
.home-page .review-sect .review-sect-wrapper .review-wrapper .review-car .review-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  .home-page .review-sect .review-sect-wrapper .review-wrapper .review-car .review-item {
    gap: 25px;
  }
}
@media (min-width: 1025px) {
  .home-page .review-sect .review-sect-wrapper .review-wrapper .review-car .review-item {
    gap: 2vw;
  }
}
.home-page .review-sect .review-sect-wrapper .review-wrapper .slick-arrow {
  position: absolute;
  bottom: -33px !important;
  top: unset;
  transform: translate(0);
}
.home-page .review-sect .review-sect-wrapper .review-wrapper .slick-prev {
  bottom: -33px !important;
}
@media only screen and (min-width: 1025px) {
  .home-page .review-sect .review-sect-wrapper .review-wrapper .slick-prev {
    bottom: -5vw !important;
    left: 10vw;
  }
}
@media only screen and (min-width: 1025px) {
  .home-page .review-sect .review-sect-wrapper .review-wrapper .slick-next {
    bottom: -5vw !important;
    right: 10vw;
  }
}
.home-page .review-sect .img-revew-img-dump {
  display: none;
}
.home-page .review-sect .slick-arrow {
  bottom: -40px;
}
.home-page .review-sect .slick-next {
  bottom: -65px;
}
.home-page .review-sect .slick-prev {
  transform: rotate(180deg) !important;
}
@media only screen and (min-width: 600px) {
  .home-page .review-sect {
    padding: 40px;
  }
  .home-page .review-sect .review-sect-wrapper {
    width: 80%;
    max-width: 600px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-page .review-sect {
    padding: 5vw 0;
  }
  .home-page .review-sect .review-sect-wrapper {
    flex-direction: row;
    width: 100%;
    max-width: unset;
    gap: 1vw;
  }
  .home-page .review-sect .review-sect-wrapper .review-wrapper {
    width: 40%;
    padding: 0 5vw;
  }
  .home-page .review-sect .review-sect-wrapper .review-wrapper .review-car .review-item__review {
    height: 15vw;
    overflow: hidden;
  }
  .home-page .review-sect .review-sect-wrapper > img {
    width: 30%;
  }
  .home-page .review-sect .review-sect-wrapper > img:last-child {
    display: block !important;
  }
}
.home-page .insta-sect .insta-sect-wrapper #sb_instagram .sbi-header {
  color: white;
  text-align: center;
  padding-top: 50px;
}
@media (min-width: 1025px) {
  .home-page .insta-sect .insta-sect-wrapper #sb_instagram .sbi-header {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .home-page .insta-sect .insta-sect-wrapper #sb_instagram .sbi-header {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-page .insta-sect .insta-sect-wrapper #sb_instagram .sbi-header {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .home-page .insta-sect .insta-sect-wrapper #sb_instagram .sbi-header {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .home-page .insta-sect .insta-sect-wrapper #sb_instagram .sbi-header {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .home-page .insta-sect .insta-sect-wrapper #sb_instagram .sbi-header {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-page .insta-sect .insta-sect-wrapper #sb_instagram .sbi-header {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .home-page .insta-sect .insta-sect-wrapper #sb_instagram .sbi-header {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .home-page .insta-sect .insta-sect-wrapper #sb_instagram .sbi-header {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .home-page .insta-sect .insta-sect-wrapper #sb_instagram .sbi-header {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-page .insta-sect .insta-sect-wrapper #sb_instagram .sbi-header {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .home-page .insta-sect .insta-sect-wrapper #sb_instagram .sbi-header {
    padding-bottom: 20px;
  }
}

.menu-page {
  position: relative;
}
.menu-page::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url("https://madison-bangkok.eme-devops.com/2025/04/mark-asthoff-Y_7wXiRn_J8-unsplash.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.menu-page .mains-wrapper {
  z-index: 2;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  .menu-page .mains-wrapper {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .menu-page .mains-wrapper {
    gap: 1.5vw;
  }
}
.menu-page .mains-wrapper .mains-wrapper-carousel {
  width: 100%;
}
.menu-page .mains-wrapper .mains-wrapper-carousel .com-card-2 {
  padding: 10px;
}
.menu-page .mains-wrapper .mains-wrapper-carousel .com-card-2__desc {
  padding-top: 30px;
}
@media only screen and (min-width: 600px) {
  .menu-page .mains-wrapper .mains-wrapper-carousel .com-card-2 {
    padding: 15px;
  }
  .menu-page .mains-wrapper .mains-wrapper-carousel .com-card-2__desc {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .menu-page .mains-wrapper {
    padding-bottom: 5vw;
  }
  .menu-page .mains-wrapper .mains-wrapper-carousel .com-card-2 {
    padding: 1vw 1vw 2vw;
  }
  .menu-page .mains-wrapper .mains-wrapper-carousel .com-card-2__desc {
    padding-top: 2vw;
  }
  .menu-page .mains-wrapper .mad-btn-3 {
    position: absolute;
    top: 4vw;
    right: 5vw;
  }
}
.menu-page .mains-wrapper .slick-prev {
  bottom: -75px;
}
.menu-page .mains-wrapper .slick-next {
  bottom: -100px;
}
@media only screen and (min-width: 1025px) {
  .menu-page .mains-wrapper .slick-arrow {
    top: 50%;
  }
}
.menu-page .sub-menu-layt-1 {
  padding-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  gap: 70px;
}
@media (min-width: 768px) {
  .menu-page .sub-menu-layt-1 {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .menu-page .sub-menu-layt-1 {
    gap: 1.5vw;
  }
}
.menu-page .sub-menu-layt-1__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 70px;
}
@media (min-width: 768px) {
  .menu-page .sub-menu-layt-1__left {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .menu-page .sub-menu-layt-1__left {
    gap: 1.5vw;
  }
}
.menu-page .sub-menu-layt-1__left .featured {
  max-width: 500px;
}
.menu-page .sub-menu-layt-1__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  .menu-page .sub-menu-layt-1__right {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .menu-page .sub-menu-layt-1__right {
    gap: 1.5vw;
  }
}
.menu-page .sub-menu-layt-1__right .wine-wrapper-carousel {
  width: 100%;
}
.menu-page .sub-menu-layt-1__right .wine-wrapper-carousel .com-card-2 {
  padding: 10px;
}
.menu-page .sub-menu-layt-1__right .wine-wrapper-carousel .com-card-2__desc {
  padding-top: 30px;
}
.menu-page .sub-menu-layt-1 .slick-prev {
  bottom: -75px;
}
.menu-page .sub-menu-layt-1 .slick-next {
  bottom: -100px;
}
@media only screen and (min-width: 1025px) {
  .menu-page .sub-menu-layt-1 .slick-arrow {
    top: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .menu-page .sub-menu-layt-1 {
    padding-bottom: 5vw;
  }
  .menu-page .sub-menu-layt-1__left {
    width: calc(35% - 0.75vw);
  }
  .menu-page .sub-menu-layt-1__left .featured {
    max-width: unset;
    padding: 2vw 0;
  }
  .menu-page .sub-menu-layt-1__right {
    width: calc(60% - 0.75vw);
    align-items: flex-start;
  }
  .menu-page .sub-menu-layt-1__right .wine-wrapper-carousel .com-card-2 {
    padding: 2vw 1vw;
  }
  .menu-page .sub-menu-layt-1__right .wine-wrapper-carousel .com-card-2__desc {
    padding-top: 2vw;
  }
  .menu-page .sub-menu-layt-1 .slick-prev {
    right: -3.8vw;
    left: unset;
    top: 55%;
  }
  .menu-page .sub-menu-layt-1 .mad-btn-3 {
    position: absolute;
    top: 6.5vw;
    right: 8vw;
  }
}

.offer-listing-page .listing-section .tabs-wrapper ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
@media (min-width: 768px) {
  .offer-listing-page .listing-section .tabs-wrapper ul {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .offer-listing-page .listing-section .tabs-wrapper ul {
    gap: 3vw;
  }
}
.offer-listing-page .listing-section .tabs-wrapper ul li {
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.offer-listing-page .listing-section .tabs-wrapper ul li.active {
  color: #a68550;
}
.offer-listing-page .listing-section .tabs-wrapper ul li.active:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  background-color: #a68550;
  bottom: -5px;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
}
.offer-listing-page .listing-section .tabs-wrapper ul li:hover {
  color: #a68550;
}
.offer-listing-page .listing-section__listing-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
@media (min-width: 768px) {
  .offer-listing-page .listing-section__listing-wrapper {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .offer-listing-page .listing-section__listing-wrapper {
    gap: 3vw;
  }
}
.offer-listing-page .listing-section__listing-wrapper .com-card-3 {
  max-width: 400px;
}
@media only screen and (min-width: 1025px) {
  .offer-listing-page .listing-section {
    padding-left: 12vw;
    padding-right: 12vw;
  }
  .offer-listing-page .listing-section__listing-wrapper {
    justify-content: flex-start;
  }
  .offer-listing-page .listing-section__listing-wrapper .com-card-3 {
    max-width: unset;
    width: calc(50% - 1.5vw);
  }
}

.offer-inner-page .offer-inner-main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
@media (min-width: 768px) {
  .offer-inner-page .offer-inner-main {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .offer-inner-page .offer-inner-main {
    gap: 4vw;
  }
}
.offer-inner-page .offer-inner-main__left img {
  aspect-ratio: 7/6;
}
.offer-inner-page .offer-inner-main__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
@media (min-width: 768px) {
  .offer-inner-page .offer-inner-main__right {
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .offer-inner-page .offer-inner-main__right {
    gap: 2.5vw;
  }
}
.offer-inner-page .offer-inner-main__right__item {
  position: relative;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
}
@media (min-width: 768px) {
  .offer-inner-page .offer-inner-main__right__item {
    gap: 5px;
  }
}
@media (min-width: 1025px) {
  .offer-inner-page .offer-inner-main__right__item {
    gap: 0.25vw;
  }
}
.offer-inner-page .offer-inner-main__right__item span {
  color: #a68550;
  font-weight: 300;
  letter-spacing: 0.6px;
  font-size: 15px;
}
@media only screen and (min-width: 600px) {
  .offer-inner-page .offer-inner-main__right__item span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .offer-inner-page .offer-inner-main__right__item span {
    font-size: 1.0416666667vw;
  }
}
.offer-inner-page .offer-inner-main__right__item p {
  color: #cfcfcf;
  font-weight: 600;
  letter-spacing: 0.6px;
  font-size: 15px;
}
@media only screen and (min-width: 600px) {
  .offer-inner-page .offer-inner-main__right__item p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .offer-inner-page .offer-inner-main__right__item p {
    font-size: 1.0416666667vw;
  }
}
.offer-inner-page .offer-inner-main__right__item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background-color: #2a2a2a;
}
.offer-inner-page .offer-inner-main__right__item.btn-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}
.offer-inner-page .offer-inner-main__right__item.btn-wrap a {
  width: auto;
}
.offer-inner-page .offer-inner-main__right__item:nth-child(3):after, .offer-inner-page .offer-inner-main__right__item:last-child:after {
  display: none;
}
.offer-inner-page .offer-inner-main__right__item svg {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 600px) {
  .offer-inner-page .offer-inner-main {
    max-width: 600px;
    margin: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .offer-inner-page .offer-inner-main {
    max-width: unset;
    margin: unset;
    padding-right: 20vw;
  }
  .offer-inner-page .offer-inner-main__left {
    width: calc(55% - 2vw);
  }
  .offer-inner-page .offer-inner-main__right {
    width: calc(45% - 2vw);
  }
  .offer-inner-page .offer-inner-main__right__item {
    padding-left: 2.5vw;
  }
  .offer-inner-page .offer-inner-main__right__item svg {
    position: absolute;
    width: 1.5vw;
    height: 1.5 vw;
    left: 0;
    top: 0.25vw;
  }
  .offer-inner-page .offer-inner-main__right__item:last-child {
    margin-left: -2.5vw;
  }
  .offer-inner-page .offer-inner-main__bottom {
    padding: 0 8vw;
  }
}

.chef-page .chef-snippet {
  max-width: 500px;
  margin: auto;
  padding-top: 0;
  padding-bottom: 20px;
}
.chef-page .chef-snippet h4 {
  color: #a68550;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  font-size: 25px;
}
@media only screen and (min-width: 600px) {
  .chef-page .chef-snippet h4 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .chef-page .chef-snippet h4 {
    font-size: 1.6666666667vw;
  }
}
.chef-page .featured-chef-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
@media (min-width: 768px) {
  .chef-page .featured-chef-wrapper {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .chef-page .featured-chef-wrapper {
    gap: 3vw;
  }
}
.chef-page .featured-chef-wrapper__left {
  width: 100%;
}
.chef-page .featured-chef-wrapper__left img {
  aspect-ratio: 0.8/1;
}
.chef-page .featured-chef-wrapper__mid {
  width: 100%;
}
.chef-page .featured-chef-wrapper__mid video {
  aspect-ratio: 0.8/1;
}
.chef-page .featured-chef-wrapper__right {
  width: 100%;
}
.chef-page .featured-chef-wrapper__right img {
  aspect-ratio: 0.8/1;
}
.chef-page .chef-description {
  margin: auto;
}
.chef-page .chef-description p {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .chef-page .featured-chef-wrapper {
    margin: auto;
    width: 80%;
  }
  .chef-page .chef-description {
    margin: auto;
    max-width: 700px;
  }
}
@media only screen and (min-width: 1025px) {
  .chef-page .chef-snippet {
    max-width: 80%;
  }
  .chef-page .featured-chef-wrapper {
    width: 100%;
  }
  .chef-page .featured-chef-wrapper__left {
    width: calc(33% - 2vw);
  }
  .chef-page .featured-chef-wrapper__mid {
    width: calc(33% - 2vw);
    margin-top: 7.5vw;
  }
  .chef-page .featured-chef-wrapper__right {
    width: calc(33% - 2vw);
  }
  .chef-page .chef-description {
    margin: auto;
    max-width: 70vw;
  }
  .chef-page .chef-description p {
    text-align: center;
  }
}

.sig-cut-page .cuts-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
@media (min-width: 768px) {
  .sig-cut-page .cuts-wrapper {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .sig-cut-page .cuts-wrapper {
    gap: 3vw;
  }
}
.sig-cut-page .cuts-wrapper .com-card-1 {
  width: 100%;
  margin: 0 !important;
}
.sig-cut-page .cuts-wrapper .com-card-1 img {
  aspect-ratio: 0.85/1;
  transition: 0.5s ease-in-out;
}
.sig-cut-page .cuts-wrapper .com-card-1:hover img {
  filter: grayscale(1) brightness(50%);
}
@media only screen and (min-width: 600px) {
  .sig-cut-page .cuts-wrapper .com-card-1 {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1025px) {
  .sig-cut-page .cuts-wrapper .com-card-1 {
    width: calc(33.33% - 2vw);
  }
}

.spec-evnt-page .sig-feature-section {
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
}
@media (min-width: 768px) {
  .spec-evnt-page .sig-feature-section {
    gap: 15px;
  }
}
@media (min-width: 1025px) {
  .spec-evnt-page .sig-feature-section {
    gap: 2vw;
  }
}
.spec-evnt-page .sig-feature-section .sig-features-wrapper {
  width: 100%;
}
.spec-evnt-page .packages-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
}
@media (min-width: 768px) {
  .spec-evnt-page .packages-section {
    gap: 15px;
  }
}
@media (min-width: 1025px) {
  .spec-evnt-page .packages-section {
    gap: 2vw;
  }
}
.spec-evnt-page .packages-section .packages-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  .spec-evnt-page .packages-section .packages-wrapper {
    gap: 25px;
  }
}
@media (min-width: 1025px) {
  .spec-evnt-page .packages-section .packages-wrapper {
    gap: 4vw;
  }
}
@media only screen and (min-width: 600px) {
  .spec-evnt-page .sig-feature-section {
    padding-bottom: 150px;
  }
  .spec-evnt-page .sig-feature-section .sig-features-wrapper .com-card-2 {
    margin: 0 20px;
  }
  .spec-evnt-page .packages-section {
    padding: 0 100px;
  }
  .spec-evnt-page .packages-section .packages-wrapper {
    max-width: 600px;
  }
}
@media only screen and (min-width: 1025px) {
  .spec-evnt-page .sig-feature-section {
    width: 97%;
    margin: auto;
    padding-bottom: 4vw;
  }
  .spec-evnt-page .sig-feature-section .sig-features-wrapper .com-card-2 {
    margin: 0 1vw 2vw;
  }
  .spec-evnt-page .sig-feature-section .sig-features-wrapper .com-card-2 .img-wrapper {
    overflow: hidden;
  }
  .spec-evnt-page .sig-feature-section .sig-features-wrapper .com-card-2 .img-wrapper img {
    aspect-ratio: 1.2/1;
  }
  .spec-evnt-page .packages-section {
    padding: 0 12vw;
  }
  .spec-evnt-page .packages-section h4 {
    padding: 0 20vw;
  }
  .spec-evnt-page .packages-section .wysiwyg-wrapper {
    padding: 0 10vw;
  }
  .spec-evnt-page .packages-section .packages-wrapper {
    max-width: unset;
    width: 100%;
  }
}

.forms-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .forms-section {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .forms-section {
    gap: 2vw;
  }
}
.forms-section h4,
.forms-section h1 {
  width: 100%;
}
.forms-section .contact-wrapper {
  border: 1px solid #484848;
  padding: 40px 20px;
  width: 100%;
}
.forms-section .contact-wrapper__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
@media (min-width: 768px) {
  .forms-section .contact-wrapper__details {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .forms-section .contact-wrapper__details {
    gap: 2vw;
  }
}
.forms-section .contact-wrapper__details__item {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
@media (min-width: 768px) {
  .forms-section .contact-wrapper__details__item {
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .forms-section .contact-wrapper__details__item {
    gap: 0.3vw;
  }
}
.forms-section .contact-wrapper__details__item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background-color: #cfcfcf;
  opacity: 0.3;
}
.forms-section .contact-wrapper__details__item span {
  font-size: 16px;
  color: #a68550;
}
@media only screen and (min-width: 600px) {
  .forms-section .contact-wrapper__details__item span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .forms-section .contact-wrapper__details__item span {
    font-size: 0.9375vw;
  }
}
.forms-section .contact-wrapper__details__item a:hover {
  color: #a68550;
}
.forms-section .contact-wrapper__details__item:last-child:after {
  display: none;
}
.forms-section .contact-wrapper__details__item__social-wrapper {
  display: flex;
  gap: 20px;
}
.forms-section .contact-wrapper__details__item__social-wrapper a {
  width: auto;
  height: auto;
}
.forms-section .contact-wrapper__details__item__social-wrapper a svg {
  fill: #cfcfcf;
  width: 30px;
  height: 30px;
  transition: 0.3s ease-in-out;
}
.forms-section .contact-wrapper__details__item__social-wrapper a#fb-icon svg {
  width: 20px;
}
.forms-section .contact-wrapper__details__item__social-wrapper a#tripad-icon svg {
  width: 50px;
}
.forms-section .contact-wrapper__details__item__social-wrapper a:hover svg {
  fill: #a68550;
}
@media only screen and (min-width: 600px) {
  .forms-section .contact-wrapper {
    max-width: 600px;
    padding: 50px 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .forms-section {
    padding: 4vw 12vw;
  }
  .forms-section .contact-wrapper {
    width: calc(32% - 1vw);
    padding: 3vw 2vw;
  }
  .forms-section .contact-wrapper__details__item:after {
    bottom: -1vw;
  }
  .forms-section .contact-wrapper__details__item__social-wrapper {
    padding-top: 0.7vw;
  }
}

.forms-wrapper {
  background-color: #131313;
  padding: 40px;
}
@media only screen and (min-width: 1025px) {
  .forms-wrapper {
    width: calc(68% - 1vw);
  }
}
/*# sourceMappingURL=style.min.css.map */
