@charset "UTF-8";
body {
  font-family: "Rubik", sans-serif !important;
  overflow-x: hidden;
}

* {
  margin-bottom: 0 !important;
}

a {
  text-decoration: none;
  color: #000000;
}

/***********************Custom Scrollbar**************************/
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

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

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

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

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

/***********************Custom Formattings**************************/
.nice-select:focus,
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus,
select:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

/***********************Remove Autofill bg Color***********************/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: inherit !important;
  background-color: transparent !important;
}

/***********************Default Formatting***********************/
/*********************************Global Styles***************************************************/
.all-caps {
  text-transform: uppercase;
}

.title-case {
  text-transform: capitalize !important;
}

.z-index--2 {
  z-index: 2;
}
.z-index--7 {
  z-index: 7;
}

.border-radius--3 {
  border-radius: 3px;
}

.overflow-hidden {
  overflow-x: hidden !important;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.font-italic {
  font-style: italic;
}

.text-deco-none {
  text-decoration: none;
}

@media (min-width: 1025px) {
  .without-banner {
    height: 9.1145833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .without-banner {
    height: 9.1145833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .without-banner {
    height: 100px;
  }
}
@media (max-width: 600px) {
  .without-banner {
    height: 100px;
  }
}

.visibility-hidden {
  visibility: hidden;
}

.mrl-auto {
  margin-left: auto;
  margin-right: auto;
}

.one-nav {
  display: none !important;
}

.img-size {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#awardsSec .img-size {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bg-img-yellow {
  background-image: url("../../img/concrete-bg.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.column-count--2 {
  column-count: 2;
}

.column-count--3 {
  column-count: 3;
}

.page-template-T11-contact-us #contact-us-form .select2-dropdown, .page-template-templatesnewsletter-php #contact-us-form .select2-dropdown {
  z-index: 6;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -8px;
}

@media (min-width: 1025px) {
  .col-12.gdpr_button {
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .col-12.gdpr_button {
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .col-12.gdpr_button {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .col-12.gdpr_button {
    padding-top: 20px;
  }
}
.col-12.gdpr_button input {
  background-color: #AD9A62 !important;
  border: #AD9A62 !important;
  padding: 0.5208333333vw 0.78125vw !important;
}
@media screen and (max-width: 1025px) {
  .col-12.gdpr_button input {
    padding: 10px 15px !important;
  }
}

/**************************Wrapper****************************************/
.wrapper--100 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--100 {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--100 {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--100 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .wrapper--100 {
    width: 100%;
  }
}
.wrapper--90-right {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--90-right {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--90-right {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--90-right {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--90-right {
    width: 90%;
  }
}
.wrapper--90-right {
  margin: auto 0 auto auto;
}
@media screen and (max-width: 667px) {
  .wrapper--90-right {
    margin: auto !important;
  }
}
.wrapper--90 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--90 {
    width: 90%;
  }
}
.wrapper--95 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--95 {
    width: 95%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--95 {
    width: 95%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--95 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--95 {
    width: 90%;
  }
}
.wrapper--65 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--65 {
    width: 65%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--65 {
    width: 65%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--65 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--65 {
    width: 90%;
  }
}
.wrapper--55 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--55 {
    width: 55%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--55 {
    width: 55%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--55 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--55 {
    width: 90%;
  }
}
.wrapper--60 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--60 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--60 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--60 {
    width: 90%;
  }
}
.wrapper--75 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--75 {
    width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--75 {
    width: 75%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--75 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--75 {
    width: 90%;
  }
}

@media (min-width: 1025px) {
  .width--85 {
    width: 85%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--85 {
    width: 85%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--85 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--85 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--75 {
    width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--75 {
    width: 75%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--75 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--75 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--70 {
    width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--70 {
    width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--70 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--70 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--65 {
    width: 65%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--65 {
    width: 65%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--65 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--65 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--60 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--60 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--50 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--50 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--55 {
    width: 55%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--55 {
    width: 55%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--55 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--55 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--42 {
    width: 42%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--42 {
    width: 42%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--42 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--42 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--40 {
    width: 40%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--40 {
    width: 40%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--40 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--40 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--45 {
    width: 45%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--45 {
    width: 45%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--45 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--45 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--35 {
    width: 35%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--35 {
    width: 35%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--35 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--35 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--33 {
    width: 33%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--33 {
    width: 33%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--33 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--33 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--30 {
    width: 30%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--30 {
    width: 30%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--30 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--30 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--25 {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--25 {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--25 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--25 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--20 {
    width: 20%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--20 {
    width: 20%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--20 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--20 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--15 {
    width: 15%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--15 {
    width: 15%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--15 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--15 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--10 {
    width: 10%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--10 {
    width: 10%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--10 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--10 {
    width: 100%;
  }
}

/**************************Wrapper End**************************************************/
/****************************Fonts Styles*********************************************/
@media (min-width: 1025px) {
  .heading--44 {
    font-size: 2.2916666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--44 {
    font-size: 2.2916666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--44 {
    font-size: 27px !important;
  }
}
@media (max-width: 600px) {
  .heading--44 {
    font-size: 27px !important;
  }
}
@media (min-width: 1025px) {
  .heading--44 {
    line-height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--44 {
    line-height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--44 {
    line-height: 37px;
  }
}
@media (max-width: 600px) {
  .heading--44 {
    line-height: 37px;
  }
}
@media (min-width: 1025px) {
  .heading--34 {
    font-size: 1.7708333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--34 {
    font-size: 1.7708333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--34 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .heading--34 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .heading--34 {
    line-height: 2.1875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--34 {
    line-height: 2.1875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--34 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--34 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .heading--28 {
    font-size: 1.4583333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--28 {
    font-size: 1.4583333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--28 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .heading--28 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .heading--28 {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--28 {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--28 {
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .heading--28 {
    line-height: 32px;
  }
}

@media (min-width: 1025px) {
  .paragraph--24 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--24 {
    font-size: 1.40625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--24 {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--24 {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--24 {
    line-height: 2.2916666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--24 {
    line-height: 2.4479166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--24 {
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .paragraph--24 {
    line-height: 32px;
  }
}
@media (min-width: 1025px) {
  .paragraph--22 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--22 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--22 {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--22 {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--22 {
    line-height: 2.2916666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--22 {
    line-height: 2.4479166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--22 {
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .paragraph--22 {
    line-height: 32px;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--20 {
    font-size: 1.1979166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    line-height: 2.2916666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--20 {
    line-height: 2.4479166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    line-height: 32px;
  }
}
@media (min-width: 1025px) {
  .paragraph--18 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--18 {
    font-size: 1.09375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18 {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--18 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--18 {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--18 {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--18 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--18-nunito {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--18-nunito {
    font-size: 1.09375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18-nunito {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--18-nunito {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--18-nunito {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--18-nunito {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18-nunito {
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .paragraph--18-nunito {
    line-height: 32px;
  }
}
@media (min-width: 1025px) {
  .paragraph--16 {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--16 {
    font-size: 0.9895833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--16 {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--16 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--16 {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--16 {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--16 {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .paragraph--16 {
    line-height: 25px;
  }
}
@media (min-width: 1025px) {
  .paragraph--14 {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--14 {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--14 {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--14 {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--14 {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--14 {
    line-height: 1.40625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--14 {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .paragraph--14 {
    line-height: 20px;
  }
}

.font-color--black {
  color: #000000 !important;
}
.font-color--white {
  color: #FFFFFF !important;
}
.font-color--gold {
  color: #AD9A62 !important;
}
.font-color--light-black {
  color: #515151 !important;
}

.font-family--rubik {
  font-family: "Rubik", sans-serif !important;
}
.font-family--nunito {
  font-family: "Nunito", sans-serif !important;
}

.font-weight--100 {
  font-weight: 100 !important;
}
.font-weight--300 {
  font-weight: 300 !important;
}
.font-weight--400 {
  font-weight: 400 !important;
}
.font-weight--500 {
  font-weight: 500 !important;
}
.font-weight--600 {
  font-weight: 600 !important;
}
.font-weight--700 {
  font-weight: 700 !important;
}

@media (min-width: 1025px) {
  .letter-space--11 {
    letter-spacing: 0.0572916667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--11 {
    letter-spacing: 0.0572916667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--11 {
    letter-spacing: 1.1px;
  }
}
@media (max-width: 600px) {
  .letter-space--11 {
    letter-spacing: 1.1px;
  }
}
@media (min-width: 1025px) {
  .letter-space--14 {
    letter-spacing: 0.0729166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--14 {
    letter-spacing: 0.0729166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--14 {
    letter-spacing: 1.4px;
  }
}
@media (max-width: 600px) {
  .letter-space--14 {
    letter-spacing: 1.4px;
  }
}
@media (min-width: 1025px) {
  .letter-space--16 {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--16 {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--16 {
    letter-spacing: 1.6px;
  }
}
@media (max-width: 600px) {
  .letter-space--16 {
    letter-spacing: 1.6px;
  }
}

a.font-color--white {
  transition: all 0.5s;
}
a.font-color--white:hover {
  transition: all 0.5s;
  color: #000000;
}

.font-style-italic {
  font-style: italic;
}

.m-b-10 {
  margin-bottom: 0.5208333333vw !important;
}
@media screen and (max-width: 1025px) {
  .m-b-10 {
    margin-bottom: 5px !important;
  }
}

/****************************Font Styles END*********************************************/
/****************************padding*********************************************/
@media (min-width: 1025px) {
  .padding-top--120 {
    padding-top: 6.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--120 {
    padding-top: 6.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--120 {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .padding-top--120 {
    padding-top: 40px;
  }
}
@media (min-width: 1025px) {
  .padding-top--100 {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--100 {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--100 {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .padding-top--100 {
    padding-top: 40px;
  }
}
@media (min-width: 1025px) {
  .padding-top--60 {
    padding-top: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--60 {
    padding-top: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--60 {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .padding-top--60 {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-top--50 {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--50 {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--50 {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .padding-top--50 {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-top--40 {
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--40 {
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--40 {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .padding-top--40 {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-top--35 {
    padding-top: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--35 {
    padding-top: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--35 {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .padding-top--35 {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-top--25 {
    padding-top: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--25 {
    padding-top: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--25 {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .padding-top--25 {
    padding-top: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-top--20 {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--20 {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--20 {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .padding-top--20 {
    padding-top: 15px;
  }
}

@media (min-width: 1025px) {
  .padding-bottom--200 {
    padding-bottom: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--200 {
    padding-bottom: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--200 {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--200 {
    padding-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--120 {
    padding-bottom: 6.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--120 {
    padding-bottom: 6.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--120 {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--120 {
    padding-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--100 {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--100 {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--100 {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--100 {
    padding-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--70 {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--70 {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--70 {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--70 {
    padding-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--60 {
    padding-bottom: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--60 {
    padding-bottom: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--60 {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--60 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--50 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--45 {
    padding-bottom: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--45 {
    padding-bottom: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--45 {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--45 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--40 {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--40 {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--40 {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--40 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--30 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--30 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--30 {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--30 {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--20 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--20 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--20 {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--20 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--15 {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--15 {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--15 {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--15 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--10 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--10 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--10 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--10 {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--5 {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--5 {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--5 {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--5 {
    padding-bottom: 5px;
  }
}

@media (min-width: 1025px) {
  .padding-left--15 {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--15 {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--15 {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .padding-left--15 {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-left--20 {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--20 {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--20 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--20 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--30 {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--30 {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--30 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--30 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--40 {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--40 {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--40 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--40 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--60 {
    padding-left: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--60 {
    padding-left: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--60 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--60 {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-left--70 {
    padding-left: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--70 {
    padding-left: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--70 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--70 {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-left--100 {
    padding-left: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--100 {
    padding-left: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--100 {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .padding-left--100 {
    padding-left: 0px;
  }
}

@media (min-width: 1025px) {
  .padding-right--15 {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--15 {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--15 {
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .padding-right--15 {
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-right--30 {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--30 {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--30 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .padding-right--30 {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-right--50 {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--50 {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--50 {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--50 {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-right--60 {
    padding-right: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--60 {
    padding-right: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--60 {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--60 {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-right--70 {
    padding-right: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--70 {
    padding-right: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--70 {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--70 {
    padding-right: 30px;
  }
}

@media (min-width: 1025px) {
  .margin-right--20 {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-right--20 {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-right--20 {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .margin-right--20 {
    margin-right: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-right--30 {
    margin-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-right--30 {
    margin-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-right--30 {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .margin-right--30 {
    margin-right: 10px;
  }
}

@media (min-width: 1025px) {
  .margin-left--20 {
    margin-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-left--20 {
    margin-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-left--20 {
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .margin-left--20 {
    margin-left: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-left--30 {
    margin-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-left--30 {
    margin-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-left--30 {
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .margin-left--30 {
    margin-left: 10px;
  }
}

@media (min-width: 1025px) {
  .margin-bottom--10 {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--10 {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--10 {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--10 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-bottom--20 {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--20 {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--20 {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--20 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-bottom--30 {
    margin-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--30 {
    margin-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--30 {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--30 {
    margin-bottom: 10px;
  }
}

@media (min-width: 1025px) {
  .margin-top--10 {
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--10 {
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--10 {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .margin-top--10 {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-top--20 {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--20 {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--20 {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .margin-top--20 {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-top--30 {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--30 {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--30 {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .margin-top--30 {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-top--50 {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--50 {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--50 {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .margin-top--50 {
    margin-top: 40px;
  }
}
@media (min-width: 1025px) {
  .margin-top--100 {
    margin-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--100 {
    margin-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--100 {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .margin-top--100 {
    margin-top: 10px;
  }
}

/****************************padding END*********************************************/
/****************************bg color*********************************************/
.bg-color--black {
  background-color: #000000;
}
.bg-color--cream {
  background-color: #AD9A62;
}
.bg-color--white {
  background-color: #FFFFFF;
}
.bg-color--light-black {
  background-color: #515151;
}
.bg-color--bgcolor-yellow {
  background-color: #E4DDD0;
}

.explore-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  width: max-content;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  text-align: center;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .explore-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .explore-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .explore-btn {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .explore-btn {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .explore-btn {
    line-height: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .explore-btn {
    line-height: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .explore-btn {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .explore-btn {
    line-height: 18px;
  }
}
@media (min-width: 1025px) {
  .explore-btn {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .explore-btn {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .explore-btn {
    letter-spacing: 0.9px;
  }
}
@media (max-width: 600px) {
  .explore-btn {
    letter-spacing: 0.9px;
  }
}
@media (min-width: 1025px) {
  .explore-btn {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .explore-btn {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .explore-btn {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .explore-btn {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .explore-btn {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .explore-btn {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .explore-btn {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .explore-btn {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .explore-btn {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .explore-btn {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .explore-btn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .explore-btn {
    padding-right: 20px;
  }
}
.explore-btn--gold-fill {
  background: #AD9A62;
  color: #FFFFFF;
  border: 1px solid #AD9A62;
}
.explore-btn--gold-fill:hover {
  color: #AD9A62;
  background: #FFFFFF;
}
.explore-btn--gold-text {
  height: auto;
  padding: 0;
  background: transparent;
  color: #AD9A62;
  border: 0;
}
.explore-btn--gold-text:hover {
  color: #FFFFFF;
  background: #AD9A62;
}
.explore-btn--white-line {
  background: transparent;
  border-bottom: 1px solid #FFFFFF;
  width: max-content;
}
.explore-btn--black-line {
  background: transparent;
  width: max-content;
  border-bottom: 1px solid #000000;
}
.explore-btn--black-line:hover {
  color: #AD9A62 !important;
  border-bottom: 1px solid #AD9A62;
}

.moredetails-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  width: max-content;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  text-align: center;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .moredetails-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .moredetails-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .moredetails-btn {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .moredetails-btn {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .moredetails-btn {
    line-height: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .moredetails-btn {
    line-height: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .moredetails-btn {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .moredetails-btn {
    line-height: 18px;
  }
}
@media (min-width: 1025px) {
  .moredetails-btn {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .moredetails-btn {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .moredetails-btn {
    letter-spacing: 0.9px;
  }
}
@media (max-width: 600px) {
  .moredetails-btn {
    letter-spacing: 0.9px;
  }
}
.moredetails-btn--gold-fill {
  background: #AD9A62;
  color: #FFFFFF;
  border: 1px solid #AD9A62;
}
.moredetails-btn--gold-fill:hover {
  color: #AD9A62;
  background: #FFFFFF;
}
.moredetails-btn--gold-text {
  height: auto;
  padding: 0;
  background: transparent;
  color: #AD9A62;
  border: 0;
}
.moredetails-btn--gold-text:hover {
  color: #FFFFFF;
  background: #AD9A62;
}
.moredetails-btn--white-line {
  background: transparent;
  border-bottom: 1px solid #FFFFFF;
  width: max-content;
}
.moredetails-btn--black-line {
  background: transparent;
  width: max-content;
  border-bottom: 1px solid #000000;
}
.moredetails-btn--black-line:hover {
  color: #AD9A62 !important;
  border-bottom: 1px solid #AD9A62;
}

section#awardsSec .imgslidelogo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1025px) {
  section#awardsSec .imgslidelogo {
    height: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#awardsSec .imgslidelogo {
    height: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#awardsSec .imgslidelogo {
    height: 80px;
  }
}
@media (max-width: 600px) {
  section#awardsSec .imgslidelogo {
    height: 80px;
  }
}
@media screen and (max-width: 1025px) {
  section#awardsSec .imgslidelogo {
    width: 90% !important;
    margin: auto !important;
  }
}
section#awardsSec .imgslidelogo img {
  text-align: center;
}
@media screen and (max-width: 1025px) and (min-width: 667px) {
  section#awardsSec .wrapper--55 {
    width: 65% !important;
  }
}

@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%, 100% {
    top: 100%;
  }
}
@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%, 100% {
    right: 100%;
  }
}
@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}
.gray-wrap {
  background: #AD9A62;
}
@media (min-width: 1025px) {
  .gray-wrap {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gray-wrap {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gray-wrap {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .gray-wrap {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .gray-wrap {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gray-wrap {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gray-wrap {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .gray-wrap {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .gray-wrap {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gray-wrap {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gray-wrap {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .gray-wrap {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .gray-wrap {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gray-wrap {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gray-wrap {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .gray-wrap {
    padding-top: 20px;
  }
}

.light-gray-wrap {
  background: #f5f1f1;
}
@media (min-width: 1025px) {
  .light-gray-wrap {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .light-gray-wrap {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .light-gray-wrap {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .light-gray-wrap {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .light-gray-wrap {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .light-gray-wrap {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .light-gray-wrap {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .light-gray-wrap {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .light-gray-wrap {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .light-gray-wrap {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .light-gray-wrap {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .light-gray-wrap {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .light-gray-wrap {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .light-gray-wrap {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .light-gray-wrap {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .light-gray-wrap {
    padding-top: 20px;
  }
}

a.font-color--black {
  text-decoration: none;
}
a.font-color--black:hover {
  color: #000000;
}

a.font-color--white {
  text-decoration: none;
}
a.font-color--white:hover {
  color: #AD9A62;
}

.cream-overlay {
  position: relative;
}
.cream-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #AD9A62;
  width: 35%;
}

@media (min-width: 1025px) {
  .two-item-slider,
  .three-item-slider,
  .four-item-slider {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider,
  .three-item-slider,
  .four-item-slider {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider,
  .three-item-slider,
  .four-item-slider {
    margin-left: -5px;
  }
}
@media (max-width: 600px) {
  .two-item-slider,
  .three-item-slider,
  .four-item-slider {
    margin-left: -5px;
  }
}
@media (min-width: 1025px) {
  .two-item-slider,
  .three-item-slider,
  .four-item-slider {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider,
  .three-item-slider,
  .four-item-slider {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider,
  .three-item-slider,
  .four-item-slider {
    margin-right: -5px;
  }
}
@media (max-width: 600px) {
  .two-item-slider,
  .three-item-slider,
  .four-item-slider {
    margin-right: -5px;
  }
}
@media (min-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .four-item-slider .slide-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .four-item-slider .slide-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .four-item-slider .slide-item {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .four-item-slider .slide-item {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .four-item-slider .slide-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .four-item-slider .slide-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .four-item-slider .slide-item {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .four-item-slider .slide-item {
    padding-right: 5px;
  }
}

@media (min-width: 1025px) {
  .four-item-grid {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid {
    margin-left: -10px;
  }
}
@media (max-width: 600px) {
  .four-item-grid {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid {
    margin-right: -10px;
  }
}
@media (max-width: 600px) {
  .four-item-grid {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    padding-bottom: 20px;
  }
}

@media (min-width: 1025px) {
  .three-item-grid {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid {
    margin-left: -10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid {
    margin-right: -10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    width: 33.3%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    width: 33.3%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item-1,
  .three-item-grid .list-item-2 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item-1,
  .three-item-grid .list-item-2 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item-1,
  .three-item-grid .list-item-2 {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item-1,
  .three-item-grid .list-item-2 {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .two-item-grid,
  .two-item-grid-venture {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid,
  .two-item-grid-venture {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid,
  .two-item-grid-venture {
    margin-left: -10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid,
  .two-item-grid-venture {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid,
  .two-item-grid-venture {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid,
  .two-item-grid-venture {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid,
  .two-item-grid-venture {
    margin-right: -10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid,
  .two-item-grid-venture {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item,
  .two-item-grid-venture .list-item {
    padding-bottom: 40px;
  }
}

.flex-grow-unset {
  flex-grow: unset !important;
}

.curser-pointer {
  cursor: pointer;
}

/****************************bg Color end*********************************************/
@media (min-width: 1025px) {
  .btn-wrap a {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap a {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap a {
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .btn-wrap a {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .btn-wrap a {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap a {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap a {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .btn-wrap a {
    margin-right: 0px;
  }
}

@media (min-width: 1025px) {
  .btn-wrap-div {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap-div {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap-div {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .btn-wrap-div {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .btn-wrap-div {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap-div {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap-div {
    margin-right: 0px;
  }
}
@media (max-width: 600px) {
  .btn-wrap-div {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .btn-wrap-div a {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap-div a {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap-div a {
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .btn-wrap-div a {
    margin-left: 2px;
  }
}
@media (min-width: 1025px) {
  .btn-wrap-div a {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap-div a {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap-div a {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .btn-wrap-div a {
    margin-right: 2px;
  }
}
@media (min-width: 1025px) {
  .btn-wrap-div a {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap-div a {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap-div a {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .btn-wrap-div a {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .btn-wrap-div a {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 400px) and (max-width: 600px) {
  .btn-wrap-div a {
    min-width: 300px;
  }
}
@media (min-width: 400px) and (max-width: 600px) {
  .btn-wrap-div {
    justify-content: center !important;
  }
}
@media only screen and (max-width: 1025px) {
  .btn-wrap-div {
    justify-content: center;
  }
}

.not-fount-img {
  object-fit: contain;
}
@media (min-width: 1025px) {
  .not-fount-img {
    height: 15.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .not-fount-img {
    height: 15.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .not-fount-img {
    height: 150px;
  }
}
@media (max-width: 600px) {
  .not-fount-img {
    height: 150px;
  }
}

.sitemap-div a {
  text-decoration: none !important;
}
.sitemap-div a:hover {
  color: #000 !important;
}
.sitemap-div .sitemap {
  width: max-content;
}
@media (min-width: 1025px) {
  .sitemap-div .sitemap ul {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sitemap-div .sitemap ul {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sitemap-div .sitemap ul {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .sitemap-div .sitemap ul {
    padding-top: 10px;
  }
}
.sitemap-div .sitemap ul li:last-child {
  padding-bottom: 0 !important;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.revealup {
  animation: animateup 0.5s ease-in-out both;
}

@keyframes animateup {
  0% {
    transform: translate3d(0px, 20px, 0);
    opacity: 0;
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.scrolled.revealleft {
  animation: animateleft 0.5s ease-in-out both;
}

.scrolled.moveleft {
  animation: moveleft 1s ease-in-out both;
}

.scrolled.movetop {
  animation: movetop 0.5s ease-in-out both;
}

.scrolled.movebottom {
  animation: movebottom 0.5s ease-in-out both;
}

@keyframes animateleft {
  0% {
    transform: translate3d(-100px, 0px, 0);
    opacity: 0;
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes moveleft {
  0% {
    transform: translate3d(-40px, 0px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes movetop {
  0% {
    transform: translate3d(0px, 40px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes movebottom {
  0% {
    transform: translate3d(0px, -40px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 1025px) {
  .hoverImage {
    overflow: hidden;
  }
  .hoverImage img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5 ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .hoverImage:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}
/* Initial state for reveal containers */
.reveal-left,
.reveal-right,
.reveal-top,
.reveal-bottom {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0 100% 0 0); /* Default to reveal-left */
}

.reveal-top img,
.reveal-bottom img,
.reveal-left img,
.reveal-right img {
  transform: scale(1.3); /* Initial zoom-in scale */
}

/* Left side reveal */
.reveal-bottom.scrolled {
  animation: slideInBottomClip 1s forwards ease-out;
}

/* Right side reveal */
.reveal-bottom {
  clip-path: inset(0 0 100% 0); /* Fully clipped from the left initially */
}

/* Left side reveal */
.reveal-top.scrolled {
  animation: slideInTopClip 1s forwards ease-out;
}

/* Right side reveal */
.reveal-top {
  clip-path: inset(100% 0 0 0); /* Fully clipped from the left initially */
}

/* Left side reveal */
.reveal-left.scrolled {
  animation: slideInLeftClip 1s forwards ease-out;
}

/* Right side reveal */
.reveal-right {
  clip-path: inset(0 0 0 100%); /* Fully clipped from the left initially */
}

.reveal-right.scrolled {
  animation: slideInRightClip 1s forwards ease-out;
}

/* Image animation for both left and right sides when scrolled */
.reveal-left.scrolled img,
.reveal-right.scrolled img {
  animation: scaleAndSlideImage 1s forwards ease-out; /* Image animation starts after 1.5s delay */
}

/* Keyframes for left-to-right clip-path reveal */
@keyframes slideInLeftClip {
  from {
    clip-path: inset(0 100% 0 0); /* Fully clipped from the right */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
/* Keyframes for right-to-left clip-path reveal */
@keyframes slideInRightClip {
  from {
    clip-path: inset(0 0 0 100%); /* Fully clipped from the left */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
@keyframes slideInTopClip {
  from {
    clip-path: inset(100% 0 0 0); /* Fully clipped from the top */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
@keyframes slideInBottomClip {
  from {
    clip-path: inset(0 0 100% 0); /* Fully clipped from the bottom */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
/* Keyframes for image scale effect */
@keyframes scaleAndSlideImage {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}
.scroll-element {
  transition: transform 0.1s ease-out;
}

.animate-title .letter {
  position: relative;
}

#adaptive-cursor {
  align-items: center !important;
  color: #fff;
  display: flex !important;
  justify-content: center !important;
  padding: 0px;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  font-family: "Rubik", sans-serif;
  text-align: center;
  transition: color 0.5s ease;
  width: 100%;
  height: 2.4479166667vw;
  z-index: 2;
  font-size: 0;
  top: auto;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
}
#adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
  color: #fff;
  transition-delay: 0.3s;
}
@media (min-width: 1025px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    line-height: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    line-height: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    line-height: 16px;
  }
}
#adaptive-cursor.has-label-state::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  right: 0;
  background: rgba(36, 49, 25, 0.67);
  filter: blur(100%);
  z-index: -1;
}
#adaptive-cursor.has-linkhover-state {
  font-size: 0 !important;
}
#adaptive-cursor.has-linkhover-state {
  mix-blend-mode: difference;
  transition-delay: 0.3s;
}

.carousel__text {
  transition: all 1s;
  opacity: 0;
  transform: translateY(100px);
}

.slick-current .carousel__text {
  transition: all 1s;
  opacity: 1;
  transform: translateY(0);
}

.venobox {
  position: relative;
}
.venobox::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.46);
  background-image: url("../../img/plus.png");
  background-repeat: no-repeat !important;
  background-position: center;
  opacity: 0;
  transition: all 0.3s;
}
.venobox:hover::before {
  opacity: 1;
  transition: all 0.3s;
}

.venobox-after-none::before {
  display: none !important;
}

.pagination-div {
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .pagination-div {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .pagination-div {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pagination-div {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .pagination-div {
    padding-top: 20px;
  }
}
.pagination-div .page-numbers {
  margin: 0 5px;
  color: #AD9A62 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #AD9A62;
  background: transparent;
}
@media (min-width: 1025px) {
  .pagination-div .page-numbers {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .pagination-div .page-numbers {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pagination-div .page-numbers {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .pagination-div .page-numbers {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .pagination-div .page-numbers {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .pagination-div .page-numbers {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pagination-div .page-numbers {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .pagination-div .page-numbers {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  .pagination-div .page-numbers {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .pagination-div .page-numbers {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pagination-div .page-numbers {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .pagination-div .page-numbers {
    font-size: 14px !important;
  }
}
.pagination-div .page-numbers.current {
  color: #fff !important;
  background: #AD9A62;
}
.pagination-div .next.page-numbers,
.pagination-div .prev.page-numbers {
  display: none !important;
}

.text-center ul li {
  text-align: left !important;
}

.text-underline {
  text-decoration: underline;
}

/****************************Nav Buttons END*********************************************/
.loading-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .loading-wrap img {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .loading-wrap img {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .loading-wrap img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .loading-wrap img {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .loading-wrap img {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .loading-wrap img {
    width: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .loading-wrap img {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .loading-wrap img {
    width: 40px;
  }
}

.mark-star {
  color: red;
}

@media (min-width: 1025px) {
  .search-trigger-btn-wrap {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-trigger-btn-wrap {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-trigger-btn-wrap {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .search-trigger-btn-wrap {
    padding-right: 10px;
  }
}

.search-trigger-btn {
  background: transparent;
  border: 0;
  padding: 0;
}
.search-trigger-btn svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .search-trigger-btn svg {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-trigger-btn svg {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-trigger-btn svg {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .search-trigger-btn svg {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .search-trigger-btn svg {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-trigger-btn svg {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-trigger-btn svg {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .search-trigger-btn svg {
    width: 40px;
  }
}

.search-from-wrap input {
  border: 1px solid #d5d5d5;
  font-family: "Rubik", sans-serif;
  color: #000000;
  width: 100%;
  border-radius: 0 !important;
  font-weight: 500 !important;
  background-color: #fff !important;
}
@media (min-width: 1025px) {
  .search-from-wrap input {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap input {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap input {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap input {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .search-from-wrap input {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap input {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap input {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap input {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .search-from-wrap input {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap input {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap input {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap input {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .search-from-wrap input {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap input {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap input {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .search-from-wrap input {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .search-from-wrap input {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap input {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap input {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap input {
    line-height: 15px;
  }
}
.search-from-wrap input:focus {
  border: 1px solid #8f8e8e;
  background-color: #fff !important;
}
.search-from-wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  font-style: normal;
  transition: all 0.3s;
  border-radius: 0 !important;
  border: 1px solid #8f8e8e;
  font-family: "Rubik", sans-serif !important;
  background-color: #8f8e8e;
  color: #fff;
}
@media (min-width: 1025px) {
  .search-from-wrap button {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap button {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap button {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap button {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .search-from-wrap button {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap button {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap button {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap button {
    width: 40px;
  }
}
.search-from-wrap button svg {
  width: auto !important;
}
@media (min-width: 1025px) {
  .search-from-wrap button svg {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-from-wrap button svg {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-from-wrap button svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .search-from-wrap button svg {
    height: 20px;
  }
}
.search-from-wrap button:hover {
  transition: all 0.3s;
  color: #fff;
  background-color: #000000;
  border: 1px solid #000000;
}

.sticky-col {
  position: -webkit-sticky;
  position: sticky !important;
  height: auto;
}
@media (min-width: 1025px) {
  .sticky-col {
    top: 6.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sticky-col {
    top: 6.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sticky-col {
    top: 80px;
  }
}
@media (max-width: 600px) {
  .sticky-col {
    top: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .sticky-col {
    position: relative !important;
    top: 0 !important;
  }
}

.sticky-col-amneti {
  position: -webkit-sticky;
  position: sticky;
  position: sticky !important;
  height: auto;
}
@media (min-width: 1025px) {
  .sticky-col-amneti {
    top: 15.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sticky-col-amneti {
    top: 15.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sticky-col-amneti {
    top: 0px;
  }
}
@media (max-width: 600px) {
  .sticky-col-amneti {
    top: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .sticky-col-amneti {
    position: relative !important;
  }
}

.select2-container .select2-selection--single .select2-selection__clear {
  visibility: hidden;
}

@media only screen and (min-width: 1025px) {
  .desktop-arrows-hide .slick-arrow {
    display: none !important;
  }
  .max-content-width {
    width: max-content !important;
  }
  .desktop-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .mobile_tab_el,
  .mobile_el {
    display: none !important;
  }
  .mobile_tab_el {
    display: none !important;
  }
  .row-reverse-div {
    flex-direction: row-reverse;
  }
  .white-arrows .slick-prev {
    background-image: url("../../img/prev-w.png") !important;
    transition: all 0.3s;
  }
  .white-arrows .slick-prev:hover {
    background-image: url("../../img/g-prev.png") !important;
    transition: all 0.3s;
  }
  .white-arrows .slick-next {
    background-image: url("../../img/next-w.png") !important;
    transition: all 0.3s;
  }
  .white-arrows .slick-next:hover {
    background-image: url("../../img/g-next.png") !important;
    transition: all 0.3s;
  }
  .vbox-content img {
    height: 95vh !important;
    object-fit: contain !important;
  }
  .vbox-child {
    background: transparent !important;
  }
  .three60Modal .modal-dialog {
    width: max-content !important;
    max-width: max-content !important;
  }
  .three60Modal iframe {
    width: 80vw;
    height: 80vh;
  }
  .three60Modal .modal-header,
  .three60Modal .modal-content {
    border: 0;
    background: transparent !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .tab-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 1025px) {
  .christmas_div a {
    width: 100%;
    color: #000 !important;
    background: #e7e2d5 !important;
    border: 0;
  }
  .cream-overlay::after {
    display: none !important;
  }
  .padding-right--per5,
  .padding-left--per5 {
    padding: 0 !important;
  }
  .three60Modal .modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .three60Modal iframe {
    width: 90vw;
    height: 80vh;
    margin: auto;
    display: block;
  }
  .three60Modal .modal-header,
  .three60Modal .modal-content {
    border: 0;
    background: transparent !important;
  }
  .mobile-wrapper--90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #adaptive-cursor {
    display: none !important;
  }
  .white-arrows .slick-prev {
    background-image: url("../../img/b-prev-n.png") !important;
    transition: all 0.3s;
  }
  .white-arrows .slick-prev:hover {
    background-image: url("../../img/g-prev.png") !important;
    transition: all 0.3s;
  }
  .white-arrows .slick-next {
    background-image: url("../../img/b-next-n.png") !important;
    transition: all 0.3s;
  }
  .white-arrows .slick-next:hover {
    background-image: url("../../img/g-next.png") !important;
    transition: all 0.3s;
  }
  .desktop_el {
    display: none !important;
  }
  .mobile_tab_flex {
    display: flex !important;
  }
  .mobile-width-max {
    width: max-content !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .slick-slider {
    padding-bottom: 70px;
  }
  .slick-slider .slick-arrow {
    position: absolute;
    top: auto !important;
    bottom: 0;
  }
  .slick-slider .slick-prev {
    right: auto !important;
    left: calc(50% - 55px) !important;
  }
  .slick-slider .slick-next {
    left: auto !important;
    right: calc(50% - 55px) !important;
  }
  .slick-dots {
    display: none !important;
  }
  .mobile-with--100 {
    width: 100% !important;
  }
  .mobile-justify-between .icon-box {
    justify-content: space-between !important;
  }
  .mobile-font-20 {
    font-size: 18px !important;
  }
  .btn-wrap a {
    width: calc(25% - 6px) !important;
    margin-top: 15px !important;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 0 !important;
  }
  .mobile-heading--30 {
    font-size: 27px !important;
    line-height: 37px !important;
  }
  .btn-vertual a {
    width: 100% !important;
  }
  .sitemap-div .sitemap {
    width: 100%;
    max-width: 100%;
  }
  .topTitle {
    opacity: 1 !important;
    transform: translateY(0);
    transition: none !important;
  }
  .is-inview {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: none !important;
  }
  .mobile-gold-line {
    border-bottom: 1px solid #000000;
  }
  .tab-bg-img-yellow {
    background-image: url("../../img/concrete-bg.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  .tab-padding-bottom--200 {
    min-height: 650px !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .tab-align-first {
    align-items: flex-start !important;
  }
  .tab-flex-column {
    flex-direction: column;
  }
  .order-tab-first {
    order: -1 !important;
  }
  .tab-btn-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .row-reverse-div {
    flex-direction: row-reverse;
  }
  .tab-width--100 {
    width: 100% !important;
  }
  .tab-width--90 {
    width: 90%;
    margin: auto !important;
  }
  .tab-width--80 {
    width: 80%;
  }
  .tab-width--50 {
    width: 50%;
  }
  .tab-width--45 {
    width: 45%;
  }
  .tab-width--30 {
    width: 30%;
  }
  .tab-creative-center {
    justify-content: center;
  }
  .tab-justify-between {
    justify-content: space-between;
  }
  .tab-justify-center {
    justify-content: center !important;
  }
  .tab-btn-center {
    margin-left: auto;
    margin-right: auto;
  }
  .tab-padding-left--0 {
    padding-left: 0 !important;
  }
  .tab-padding-left--30 {
    padding-left: 30px !important;
  }
  .tab-padding-left--10 {
    padding-left: 10px !important;
  }
  .tab-padding-right--10 {
    padding-right: 10px !important;
  }
  .tab-padding-right--0 {
    padding-right: 0px !important;
  }
  .tab-padding-right--30 {
    padding-right: 30px !important;
  }
  .tab-justify-start {
    justify-content: flex-start !important;
  }
  .tab-justify-end {
    justify-content: flex-end !important;
  }
  .tab-padding-bottom--30 {
    padding-bottom: 30px !important;
  }
  .tab-btn-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mobile_el {
    display: none !important;
  }
  .tab-flex-column {
    flex-direction: column;
  }
  .tab-flex-column-reverse {
    flex-direction: column-reverse;
  }
  .tab-justify-between {
    justify-content: space-between;
  }
  .tab-padding-top--50 {
    padding-top: 50px !important;
  }
  .tab-padding-bottom--50 {
    padding-bottom: 50px !important;
  }
  .tab-margin-top--50 {
    margin-top: 50px !important;
  }
  .tab-margin-top--30 {
    margin-top: 30px !important;
  }
  .tab-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .tab-padding-bottom--70 {
    padding-bottom: 70px !important;
  }
  .tab-padding-top--70 {
    padding-top: 70px !important;
  }
  .tab-padding-bottom--100 {
    padding-bottom: 100px !important;
  }
  .tab-padding-bottom--150 {
    padding-bottom: 150px !important;
  }
  .tab-text-center {
    text-align: center !important;
  }
  .tab-display-flex {
    display: flex !important;
  }
  .tab-display-none {
    display: none !important;
  }
  .tab-width-auto {
    width: max-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tab-padding-top--30 {
    padding-top: 30px !important;
  }
  .tab-justify-between {
    justify-content: space-between !important;
  }
  .tab-justify-start {
    justify-content: flex-start !important;
  }
  .tab-justify-center {
    justify-content: center !important;
  }
  .tab-padding-top--0 {
    padding-top: 0;
  }
  .tab-column-reverse {
    flex-direction: column-reverse;
  }
  .tab-m-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .tab-flex-wrap {
    flex-wrap: wrap;
  }
  .tab-margin-left--0 {
    margin-left: 0 !important;
  }
  .tab-margin-left--30 {
    margin-left: 30px !important;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-flex-column-reverse-only {
    flex-direction: column-reverse;
  }
  .mobile-flex-column-reverse {
    flex-direction: column-reverse;
  }
  .order-mobile-first {
    order: -1 !important;
  }
  .mobile-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .btn-wrap a {
    width: 230px !important;
  }
  .mobile-padding-bottom--20 {
    padding-bottom: 20px !important;
  }
  .mobile-btn-center {
    margin-left: auto;
    margin-right: auto;
  }
  .next-btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
  }
  .mobile-justify-center {
    display: flex !important;
    justify-content: center !important;
  }
  .mobile-justify-content-start {
    justify-content: flex-start !important;
  }
  .four-item-grid .list-item:last-child {
    padding-bottom: 0 !important;
  }
  .two-item-grid .list-item:last-child {
    padding-bottom: 0 !important;
  }
  .mobile-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .mobile-padding-bottom--70 {
    padding-bottom: 70px !important;
  }
  .mobile-padding-top--0 {
    padding-top: 0 !important;
  }
  .mobile-padding-bottom--30 {
    padding-bottom: 30px !important;
  }
  .mobile-padding-top--20 {
    padding-top: 20px !important;
  }
  .mobile-padding-top--50 {
    padding-top: 50px;
  }
  .mobile-padding-left--30 {
    padding-left: 30px !important;
  }
  .mobile-padding-right--30 {
    padding-right: 30px !important;
  }
  .mobile-text-center {
    text-align: center;
  }
  .mobile-flex-wrap {
    flex-wrap: wrap;
  }
  .mobile-padding-bottom--100 {
    padding-bottom: 150px !important;
  }
  .mobile-padding-bottom--50 {
    padding-bottom: 50px !important;
  }
  .mobile-padding--0 {
    padding: 0 !important;
  }
  .mobile-padding-top--10 {
    padding-top: 10px !important;
  }
  .mobile-padding-bottom--10 {
    padding-bottom: 10px !important;
  }
  .mobile-padding-top--30 {
    padding-top: 30px !important;
  }
  .mobile-justify-center {
    justify-content: center !important;
  }
  .mobile-padding-left--0 {
    padding-left: 0 !important;
  }
  .mobile-padding-right--0 {
    padding-right: 0 !important;
  }
  .mobile-margin-top--50 {
    margin-top: 50px !important;
  }
  .mobile-margin-top--30 {
    margin-top: 30px !important;
  }
  .mobile-margin-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mobile-m-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-flex-column-revers {
    flex-direction: column-reverse;
  }
  .logo-svg-top-right {
    right: 0 !important;
  }
  .mobile-width--20 {
    width: 20%;
  }
  .mobile-width--50 {
    width: 50% !important;
  }
  .mobile-width--80 {
    width: 80%;
  }
  .mobile-width--100 {
    width: 100% !important;
  }
  .mobile-flex-column {
    flex-direction: column;
  }
  .desktop_tab_el {
    display: none !important;
  }
  .mobile-text-left {
    text-align: left !important;
  }
  .btn-wrap-cloud a {
    width: 100% !important;
  }
  .mobile-paralax-none {
    transform: none !important;
  }
  .mobile-margin-left--0 {
    margin-left: 0 !important;
  }
  .mobile-justify-end {
    justify-content: end !important;
  }
  .mobile-justify-between {
    justify-content: space-between !important;
  }
  .mobile-justify-around {
    justify-content: space-around !important;
  }
}
.page-template-archive-attractions section#allpostsAttractions .attractionlist-img, .page-template-archive-experiences section#allpostsAttractions .attractionlist-img {
  width: 100%;
}
@media (min-width: 1025px) {
  .page-template-archive-attractions section#allpostsAttractions .attractionlist-img, .page-template-archive-experiences section#allpostsAttractions .attractionlist-img {
    height: 29.9479166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .page-template-archive-attractions section#allpostsAttractions .attractionlist-img, .page-template-archive-experiences section#allpostsAttractions .attractionlist-img {
    height: 29.9479166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .page-template-archive-attractions section#allpostsAttractions .attractionlist-img, .page-template-archive-experiences section#allpostsAttractions .attractionlist-img {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .page-template-archive-attractions section#allpostsAttractions .attractionlist-img, .page-template-archive-experiences section#allpostsAttractions .attractionlist-img {
    height: 300px;
  }
}
.page-template-archive-attractions section#allpostsAttractions .attractionlist-img, .page-template-archive-experiences section#allpostsAttractions .attractionlist-img {
  position: relative;
}
.page-template-archive-attractions section#allpostsAttractions .attractionlist-img img, .page-template-archive-experiences section#allpostsAttractions .attractionlist-img img {
  display: block;
}
.page-template-archive-attractions section#allpostsAttractions .attractionlist-img picture, .page-template-archive-experiences section#allpostsAttractions .attractionlist-img picture {
  height: 100%;
  display: flex;
}
.page-template-archive-attractions section#allpostsAttractions .attractionlist-img picture::after, .page-template-archive-experiences section#allpostsAttractions .attractionlist-img picture::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 97.68%);
  width: 100%;
  height: 250px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1025px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay {
    padding: 30px !important;
    display: flex;
    flex-direction: column;
    height: auto !important;
  }
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay p, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay p {
    color: #000000 !important;
    flex-grow: 1;
  }
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay .explore-btn--white-line, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay .explore-btn--white-line {
    border-bottom: 1px solid #000000;
  }
}
@media screen and (max-width: 667px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay {
    height: auto !important;
  }
}
@media screen and (min-width: 1025px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-box, .page-template-archive-experiences section#allpostsAttractions .attraction-box {
    position: relative;
    overflow: hidden;
  }
  .page-template-archive-attractions section#allpostsAttractions, .page-template-archive-experiences section#allpostsAttractions {
    /* Overlay base style */
  }
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: translateY(10%);
    transition: all 0.4s ease-in-out;
  }
  .page-template-archive-attractions section#allpostsAttractions, .page-template-archive-experiences section#allpostsAttractions {
    /* Always show title */
    /* Other elements hidden initially */
    /* Hover effect – show full overlay */
    /* Show description + button on hover */
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay {
    padding-left: 1.5625vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay {
    padding-left: 1.5625vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 600px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay {
    padding-right: 1.5625vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay {
    padding-right: 1.5625vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 600px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay {
    padding-bottom: 3.6458333333vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay {
    padding-bottom: 3.6458333333vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 600px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay .setheight, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay .setheight {
    height: 10.4166666667vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay .setheight, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay .setheight {
    height: 10.4166666667vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay .setheight, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay .setheight {
    height: auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 600px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay .setheight, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay .setheight {
    height: auto;
  }
}
@media screen and (min-width: 1025px) {
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay p.heading--28, .page-template-archive-experiences section#allpostsAttractions .attraction-overlay p.heading--28 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
  }
  .page-template-archive-attractions section#allpostsAttractions .attraction-overlay p:not(.heading--28), .page-template-archive-experiences section#allpostsAttractions .attraction-overlay p:not(.heading--28) {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
  }
  .page-template-archive-attractions section#allpostsAttractions .attraction-box:hover .attraction-overlay, .page-template-archive-experiences section#allpostsAttractions .attraction-box:hover .attraction-overlay {
    opacity: 1;
    transform: translateY(0);
  }
  .page-template-archive-attractions section#allpostsAttractions .attraction-box:hover .attraction-overlay p:not(.heading--28), .page-template-archive-experiences section#allpostsAttractions .attraction-box:hover .attraction-overlay p:not(.heading--28) {
    opacity: 1;
    transform: translateY(35%);
  }
}

.widget-trigger .btn-close-btn {
  display: none;
}
.widget-trigger.show .btn-next {
  display: none;
}
.widget-trigger.show .btn-close-btn {
  display: block;
}

header#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  header#header {
    height: 17.1875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header {
    height: 17.1875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header {
    height: 200px;
  }
}
@media (max-width: 600px) {
  header#header {
    height: 200px;
  }
}
header#header {
  z-index: 2;
}
@media (min-width: 1025px) {
  header#header {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  header#header {
    padding-top: 5px;
  }
}
header#header::after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 97.68%);
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
header#header .logosec {
  z-index: 8;
}
@media (min-width: 1025px) {
  header#header .logosec {
    width: 8.8541666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .logosec {
    width: 8.8541666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .logosec {
    width: 100px;
  }
}
@media (max-width: 600px) {
  header#header .logosec {
    width: 100px;
  }
}
@media (min-width: 1025px) {
  header#header .logosec {
    height: 9.375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .logosec {
    height: 9.375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .logosec {
    height: 100px;
  }
}
@media (max-width: 600px) {
  header#header .logosec {
    height: 100px;
  }
}
header#header .logosec img, header#header .logosec a {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header#header .menusecbooking {
  z-index: 8;
}
header#header .menusecbooking .menusec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}
header#header .menusecbooking .menusec #menu-main-menu {
  padding: 0 !important;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
@media (min-width: 1025px) {
  header#header .menusecbooking .menusec #menu-main-menu li {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .menusecbooking .menusec #menu-main-menu li {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .menusecbooking .menusec #menu-main-menu li {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  header#header .menusecbooking .menusec #menu-main-menu li {
    padding-left: 30px;
  }
}
header#header .menusecbooking .menusec #menu-main-menu li a {
  color: #FFFFFF;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 1025px) {
  header#header .menusecbooking .menusec #menu-main-menu li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .menusecbooking .menusec #menu-main-menu li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .menusecbooking .menusec #menu-main-menu li a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  header#header .menusecbooking .menusec #menu-main-menu li a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  header#header .menusecbooking .menusec #menu-main-menu li a {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .menusecbooking .menusec #menu-main-menu li a {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .menusecbooking .menusec #menu-main-menu li a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  header#header .menusecbooking .menusec #menu-main-menu li a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  header#header .menusecbooking .menusec #menu-main-menu li a {
    letter-spacing: 0.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .menusecbooking .menusec #menu-main-menu li a {
    letter-spacing: 0.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .menusecbooking .menusec #menu-main-menu li a {
    letter-spacing: 0.8px;
  }
}
@media (max-width: 600px) {
  header#header .menusecbooking .menusec #menu-main-menu li a {
    letter-spacing: 0.8px;
  }
}
header#header .menusecbooking .menusec #menu-main-menu li a:hover {
  color: #AD9A62;
}
header#header .menusecbooking .menusec #menu-main-menu li a.active {
  border-bottom: 1px solid #fff;
}
header#header .menusecbooking .menusec #menu-main-menu li.current-menu-item > a {
  border-bottom: 1px solid #fff;
}
header#header .menusecbooking .menusec #menu-main-menu li.current_page_item > a {
  border-bottom: 1px solid #fff;
}
@media (min-width: 1025px) {
  header#header .menusecbooking .hamburg-menu img {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .menusecbooking .hamburg-menu img {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .menusecbooking .hamburg-menu img {
    width: 30px;
  }
}
@media (max-width: 600px) {
  header#header .menusecbooking .hamburg-menu img {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  header#header .menusecbooking .hamburg-menu img {
    height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .menusecbooking .hamburg-menu img {
    height: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .menusecbooking .hamburg-menu img {
    height: 25px;
  }
}
@media (max-width: 600px) {
  header#header .menusecbooking .hamburg-menu img {
    height: 20px;
  }
}
header#header .menusecbooking .hamburg-menu img {
  object-fit: contain;
  filter: invert(1);
}
header#header .menusecbooking .logosec img {
  filter: invert(0);
}
header#header .explore-btn--gold-fill:hover {
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
}

header#header.no-banners {
  height: auto !important;
}
header#header.no-banners .explore-btn--gold-fill:hover {
  color: #AD9A62;
  background: transparent;
  border: 1px solid #AD9A62;
}

.no-banners header#header::after {
  display: none;
}
.no-banners header#header .menusecbooking #menu-main-menu li a {
  color: #000000;
}
.no-banners header#header .menusecbooking #menu-main-menu li.current-menu-item > a {
  border-bottom: 1px solid #000000;
}
.no-banners header#header .menusecbooking #menu-main-menu li.current_page_item > a {
  border-bottom: 1px solid #000000;
}
.no-banners header#header .hamburg-menu img {
  filter: invert(0);
}
.no-banners header#header .logosec img {
  filter: invert(1);
}

.fixedHeaderMenu {
  transition: all 0.5s;
  display: none;
  width: 100%;
  background-color: #FFFFFF;
}
@media (min-width: 1025px) {
  .fixedHeaderMenu {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu {
    padding-bottom: 10px;
  }
}
.fixedHeaderMenu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.fixedHeaderMenu.header-scrolled {
  z-index: 8;
  transition: all 0.5s;
  position: fixed;
  display: flex;
}
@media (min-width: 1025px) {
  .fixedHeaderMenu.header-scrolled {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu.header-scrolled {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu.header-scrolled {
    height: 80px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu.header-scrolled {
    height: 60px;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .logoheader {
    height: 1.09375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .logoheader {
    height: 1.09375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .logoheader {
    height: 15px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .logoheader {
    height: 15px;
  }
}
.fixedHeaderMenu .logoheader img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .hamburg-menu img {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .hamburg-menu img {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .hamburg-menu img {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .hamburg-menu img {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .hamburg-menu img {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .hamburg-menu img {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .hamburg-menu img {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .hamburg-menu img {
    height: 20px;
  }
}
.fixedHeaderMenu .hamburg-menu img {
  object-fit: contain;
  filter: invert(0);
}
.fixedHeaderMenu .fixedmenubar {
  width: 80%;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  list-style-type: none;
  padding-left: 0 !important;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li {
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li {
    padding-left: 30px;
  }
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
  color: #000000;
  font-family: "Rubik", sans-serif;
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    line-height: 28px;
  }
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    letter-spacing: 0.0166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    letter-spacing: 0.0166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    letter-spacing: 0.5px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    letter-spacing: 0.5px;
  }
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
  text-transform: uppercase;
  text-decoration: none;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a:hover {
  color: #AD9A62;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li.current-menu-item > a {
  border-bottom: 1px solid #000000;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li.current_page_item > a {
  border-bottom: 1px solid #000000;
}
.fixedHeaderMenu .BooknowBtn {
  border: 1px solid #AD9A62;
  background-color: transparent;
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .BooknowBtn {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .BooknowBtn {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .BooknowBtn {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .BooknowBtn {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .BooknowBtn {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .BooknowBtn {
    height: 45px;
  }
}
.fixedHeaderMenu .BooknowBtn {
  color: #000000;
  text-align: center;
  font-family: "Rubik", sans-serif;
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .BooknowBtn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .BooknowBtn {
    font-size: 13px !important;
  }
}
.fixedHeaderMenu .BooknowBtn {
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .BooknowBtn {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .BooknowBtn {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    letter-spacing: 0.046875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .BooknowBtn {
    letter-spacing: 0.046875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    letter-spacing: 0.5px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .BooknowBtn {
    letter-spacing: 0.5px;
  }
}
.fixedHeaderMenu .BooknowBtn:hover {
  background-color: #AD9A62;
  transition: all 0.5s;
  color: #FFFFFF;
  border: 1px solid #AD9A62;
}
@media screen and (max-width: 1025px) and (min-width: 1025px) {
  .fixedHeaderMenu .mobile-hamburger .icon {
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .mobile-hamburger .icon {
    width: 1.8229166667vw;
  }
}
@media screen and (max-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .mobile-hamburger .icon {
    width: 50px;
  }
}
@media screen and (max-width: 1025px) and (max-width: 600px) {
  .fixedHeaderMenu .mobile-hamburger .icon {
    width: 35px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 1025px) {
  .fixedHeaderMenu .mobile-hamburger .icon {
    height: 1.5625vw;
  }
}
@media screen and (max-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .mobile-hamburger .icon {
    height: 1.4583333333vw;
  }
}
@media screen and (max-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .mobile-hamburger .icon {
    height: 30px;
  }
}
@media screen and (max-width: 1025px) and (max-width: 600px) {
  .fixedHeaderMenu .mobile-hamburger .icon {
    height: 20px;
  }
}
@media screen and (max-width: 1025px) and (max-width: 1025px) {
  .fixedHeaderMenu .mobile-hamburger {
    width: 50px;
  }
}

.offcanvas {
  transition: transform 0.6s ease-in-out;
}
@media screen and (max-width: 1025px) {
  .offcanvas {
    transition: transform 0.5s ease-in-out;
  }
}

.offcanvas-start {
  width: 100% !important;
}
@media (min-width: 1025px) {
  .offcanvas-start .offcanvas-header {
    padding: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offcanvas-start .offcanvas-header {
    padding: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offcanvas-start .offcanvas-header {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .offcanvas-start .offcanvas-header {
    padding: 30px;
  }
}
.offcanvas-start .offcanvas-header {
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .offcanvas-start .offcanvas-header .mobileLogo {
    width: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offcanvas-start .offcanvas-header .mobileLogo {
    width: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offcanvas-start .offcanvas-header .mobileLogo {
    width: 100px;
  }
}
@media (max-width: 600px) {
  .offcanvas-start .offcanvas-header .mobileLogo {
    width: 100px;
  }
}
@media (min-width: 1025px) {
  .offcanvas-start .offcanvas-header .mobileLogo {
    height: 4.6875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offcanvas-start .offcanvas-header .mobileLogo {
    height: 4.6875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offcanvas-start .offcanvas-header .mobileLogo {
    height: 120px;
  }
}
@media (max-width: 600px) {
  .offcanvas-start .offcanvas-header .mobileLogo {
    height: 120px;
  }
}
@media screen and (max-width: 667px) {
  .offcanvas-start .offcanvas-header .mobileLogo {
    width: 75px !important;
    height: 85px !important;
  }
}
.offcanvas-start .offcanvas-header .mobileLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1025px) {
  .offcanvas-start .offcanvas-header .width--20, .offcanvas-start .offcanvas-header .width--15 {
    width: 20% !important;
  }
}
@media screen and (max-width: 667px) {
  .offcanvas-start .offcanvas-header {
    height: 100px !important;
  }
  .offcanvas-start .offcanvas-header .width--20, .offcanvas-start .offcanvas-header .width--15 {
    width: 30% !important;
  }
}
@media (min-width: 1025px) {
  .offcanvas-start .offcanvas-body {
    padding: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offcanvas-start .offcanvas-body {
    padding: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offcanvas-start .offcanvas-body {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .offcanvas-start .offcanvas-body {
    padding: 30px;
  }
}
@media screen and (max-width: 1025px) {
  .offcanvas-start .offcanvas-body {
    padding: 30px 50px !important;
  }
}
@media screen and (max-width: 667px) {
  .offcanvas-start .offcanvas-body {
    padding: 30px !important;
  }
}
@media (min-width: 1025px) {
  .offcanvas-start .offcanvas-body .image1, .offcanvas-start .offcanvas-body .image2 {
    width: 20.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offcanvas-start .offcanvas-body .image1, .offcanvas-start .offcanvas-body .image2 {
    width: 20.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offcanvas-start .offcanvas-body .image1, .offcanvas-start .offcanvas-body .image2 {
    width: 350px;
  }
}
@media (max-width: 600px) {
  .offcanvas-start .offcanvas-body .image1, .offcanvas-start .offcanvas-body .image2 {
    width: 140px;
  }
}
@media (min-width: 1025px) {
  .offcanvas-start .offcanvas-body .image1, .offcanvas-start .offcanvas-body .image2 {
    height: 23.4375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offcanvas-start .offcanvas-body .image1, .offcanvas-start .offcanvas-body .image2 {
    height: 23.4375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offcanvas-start .offcanvas-body .image1, .offcanvas-start .offcanvas-body .image2 {
    height: 390px;
  }
}
@media (max-width: 600px) {
  .offcanvas-start .offcanvas-body .image1, .offcanvas-start .offcanvas-body .image2 {
    height: 160px;
  }
}
@media screen and (max-width: 667px) {
  .offcanvas-start .offcanvas-body .image1 p, .offcanvas-start .offcanvas-body .image2 p {
    font-size: 15px !important;
  }
  .offcanvas-start .offcanvas-body .image1 svg, .offcanvas-start .offcanvas-body .image2 svg {
    width: 15px !important;
    height: 15px !important;
  }
}
.offcanvas-start .offcanvas-body .image1 img, .offcanvas-start .offcanvas-body .image2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.offcanvas-start .offcanvas-body .maintxt {
  border-bottom: 1px solid #AD9A62;
}
.offcanvas-start .offcanvas-body .maintxt.quiklink {
  cursor: auto !important;
}
.offcanvas-start .offcanvas-body #menu-destination-menu, .offcanvas-start .offcanvas-body #menu-experience-menu, .offcanvas-start .offcanvas-body #menu-attraction-menu, .offcanvas-start .offcanvas-body #menu-quick-links {
  list-style-type: none;
  padding: 0;
}
@media (min-width: 1025px) {
  .offcanvas-start .offcanvas-body #menu-destination-menu, .offcanvas-start .offcanvas-body #menu-experience-menu, .offcanvas-start .offcanvas-body #menu-attraction-menu, .offcanvas-start .offcanvas-body #menu-quick-links {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offcanvas-start .offcanvas-body #menu-destination-menu, .offcanvas-start .offcanvas-body #menu-experience-menu, .offcanvas-start .offcanvas-body #menu-attraction-menu, .offcanvas-start .offcanvas-body #menu-quick-links {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offcanvas-start .offcanvas-body #menu-destination-menu, .offcanvas-start .offcanvas-body #menu-experience-menu, .offcanvas-start .offcanvas-body #menu-attraction-menu, .offcanvas-start .offcanvas-body #menu-quick-links {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .offcanvas-start .offcanvas-body #menu-destination-menu, .offcanvas-start .offcanvas-body #menu-experience-menu, .offcanvas-start .offcanvas-body #menu-attraction-menu, .offcanvas-start .offcanvas-body #menu-quick-links {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .offcanvas-start .offcanvas-body #menu-destination-menu li, .offcanvas-start .offcanvas-body #menu-experience-menu li, .offcanvas-start .offcanvas-body #menu-attraction-menu li, .offcanvas-start .offcanvas-body #menu-quick-links li {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offcanvas-start .offcanvas-body #menu-destination-menu li, .offcanvas-start .offcanvas-body #menu-experience-menu li, .offcanvas-start .offcanvas-body #menu-attraction-menu li, .offcanvas-start .offcanvas-body #menu-quick-links li {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offcanvas-start .offcanvas-body #menu-destination-menu li, .offcanvas-start .offcanvas-body #menu-experience-menu li, .offcanvas-start .offcanvas-body #menu-attraction-menu li, .offcanvas-start .offcanvas-body #menu-quick-links li {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .offcanvas-start .offcanvas-body #menu-destination-menu li, .offcanvas-start .offcanvas-body #menu-experience-menu li, .offcanvas-start .offcanvas-body #menu-attraction-menu li, .offcanvas-start .offcanvas-body #menu-quick-links li {
    padding-bottom: 5px;
  }
}
.offcanvas-start .offcanvas-body #menu-destination-menu li a, .offcanvas-start .offcanvas-body #menu-experience-menu li a, .offcanvas-start .offcanvas-body #menu-attraction-menu li a, .offcanvas-start .offcanvas-body #menu-quick-links li a {
  color: #515151;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .offcanvas-start .offcanvas-body #menu-destination-menu li a, .offcanvas-start .offcanvas-body #menu-experience-menu li a, .offcanvas-start .offcanvas-body #menu-attraction-menu li a, .offcanvas-start .offcanvas-body #menu-quick-links li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offcanvas-start .offcanvas-body #menu-destination-menu li a, .offcanvas-start .offcanvas-body #menu-experience-menu li a, .offcanvas-start .offcanvas-body #menu-attraction-menu li a, .offcanvas-start .offcanvas-body #menu-quick-links li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offcanvas-start .offcanvas-body #menu-destination-menu li a, .offcanvas-start .offcanvas-body #menu-experience-menu li a, .offcanvas-start .offcanvas-body #menu-attraction-menu li a, .offcanvas-start .offcanvas-body #menu-quick-links li a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .offcanvas-start .offcanvas-body #menu-destination-menu li a, .offcanvas-start .offcanvas-body #menu-experience-menu li a, .offcanvas-start .offcanvas-body #menu-attraction-menu li a, .offcanvas-start .offcanvas-body #menu-quick-links li a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .offcanvas-start .offcanvas-body #menu-destination-menu li a, .offcanvas-start .offcanvas-body #menu-experience-menu li a, .offcanvas-start .offcanvas-body #menu-attraction-menu li a, .offcanvas-start .offcanvas-body #menu-quick-links li a {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offcanvas-start .offcanvas-body #menu-destination-menu li a, .offcanvas-start .offcanvas-body #menu-experience-menu li a, .offcanvas-start .offcanvas-body #menu-attraction-menu li a, .offcanvas-start .offcanvas-body #menu-quick-links li a {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offcanvas-start .offcanvas-body #menu-destination-menu li a, .offcanvas-start .offcanvas-body #menu-experience-menu li a, .offcanvas-start .offcanvas-body #menu-attraction-menu li a, .offcanvas-start .offcanvas-body #menu-quick-links li a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .offcanvas-start .offcanvas-body #menu-destination-menu li a, .offcanvas-start .offcanvas-body #menu-experience-menu li a, .offcanvas-start .offcanvas-body #menu-attraction-menu li a, .offcanvas-start .offcanvas-body #menu-quick-links li a {
    line-height: 28px;
  }
}
.offcanvas-start .offcanvas-body #menu-destination-menu li a, .offcanvas-start .offcanvas-body #menu-experience-menu li a, .offcanvas-start .offcanvas-body #menu-attraction-menu li a, .offcanvas-start .offcanvas-body #menu-quick-links li a {
  border-bottom: 1px solid transparent;
}
.offcanvas-start .offcanvas-body #menu-destination-menu li a:hover, .offcanvas-start .offcanvas-body #menu-experience-menu li a:hover, .offcanvas-start .offcanvas-body #menu-attraction-menu li a:hover, .offcanvas-start .offcanvas-body #menu-quick-links li a:hover {
  color: #AD9A62;
}
.offcanvas-start .offcanvas-body #menu-destination-menu li.current_page_item > a, .offcanvas-start .offcanvas-body #menu-experience-menu li.current_page_item > a, .offcanvas-start .offcanvas-body #menu-attraction-menu li.current_page_item > a, .offcanvas-start .offcanvas-body #menu-quick-links li.current_page_item > a {
  border-bottom: 1px solid #AD9A62;
}
.offcanvas-start .offcanvas-body #menu-destination-menu li.current-menu-item > a, .offcanvas-start .offcanvas-body #menu-experience-menu li.current-menu-item > a, .offcanvas-start .offcanvas-body #menu-attraction-menu li.current-menu-item > a, .offcanvas-start .offcanvas-body #menu-quick-links li.current-menu-item > a {
  border-bottom: 1px solid #AD9A62;
}
.offcanvas-start .offcanvas-body ul#menu-quick-links {
  display: flex;
}
.offcanvas-start .offcanvas-body ul#menu-quick-links li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0 !important;
}
.offcanvas-start .offcanvas-body ul#menu-quick-links li::after {
  content: "/";
  display: flex;
  width: 30px;
  height: 20px;
  color: #515151;
  padding: 0 10px !important;
}
.offcanvas-start .offcanvas-body ul#menu-quick-links li:last-child::after {
  content: "";
}
@media screen and (max-width: 667px) {
  .offcanvas-start .offcanvas-body .socialicons {
    justify-content: flex-start !important;
    padding-top: 30px !important;
  }
}
.offcanvas-start .offcanvas-body .socialicons a {
  border: 1px solid #AD9A62;
}
@media (min-width: 1025px) {
  .offcanvas-start .offcanvas-body .socialicons a {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offcanvas-start .offcanvas-body .socialicons a {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offcanvas-start .offcanvas-body .socialicons a {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .offcanvas-start .offcanvas-body .socialicons a {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  .offcanvas-start .offcanvas-body .socialicons a {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offcanvas-start .offcanvas-body .socialicons a {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offcanvas-start .offcanvas-body .socialicons a {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .offcanvas-start .offcanvas-body .socialicons a {
    height: 40px;
  }
}
.offcanvas-start .offcanvas-body .socialicons a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .offcanvas-start .offcanvas-body .socialicons a {
    margin-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offcanvas-start .offcanvas-body .socialicons a {
    margin-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offcanvas-start .offcanvas-body .socialicons a {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .offcanvas-start .offcanvas-body .socialicons a {
    margin-right: 10px;
  }
}
.offcanvas-start .offcanvas-body .socialicons a:hover svg path {
  fill: #AD9A62;
}
@media (min-width: 1025px) {
  .offcanvas-start .text-reset, .offcanvas-start svg.icon.width--10.curser-pointer {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offcanvas-start .text-reset, .offcanvas-start svg.icon.width--10.curser-pointer {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offcanvas-start .text-reset, .offcanvas-start svg.icon.width--10.curser-pointer {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .offcanvas-start .text-reset, .offcanvas-start svg.icon.width--10.curser-pointer {
    height: 30px;
  }
}
.offcanvas-start #menu-mobile-menu {
  list-style-type: none;
  padding: 0;
}
.offcanvas-start #menu-mobile-menu li {
  position: relative;
  padding-bottom: 20px !important;
}
.offcanvas-start #menu-mobile-menu li a {
  color: #000000;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 !important;
}
@media (min-width: 1025px) {
  .offcanvas-start #menu-mobile-menu li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offcanvas-start #menu-mobile-menu li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offcanvas-start #menu-mobile-menu li a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .offcanvas-start #menu-mobile-menu li a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .offcanvas-start #menu-mobile-menu li a {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offcanvas-start #menu-mobile-menu li a {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offcanvas-start #menu-mobile-menu li a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .offcanvas-start #menu-mobile-menu li a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .offcanvas-start #menu-mobile-menu li a {
    letter-spacing: 0.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .offcanvas-start #menu-mobile-menu li a {
    letter-spacing: 0.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offcanvas-start #menu-mobile-menu li a {
    letter-spacing: 0.8px;
  }
}
@media (max-width: 600px) {
  .offcanvas-start #menu-mobile-menu li a {
    letter-spacing: 0.8px;
  }
}
.offcanvas-start #menu-mobile-menu li.current-menu-item > a, .offcanvas-start #menu-mobile-menu li.current-page-parent > a {
  border-bottom: 1px solid #AD9A62;
  width: max-content;
}
.offcanvas-start #menu-mobile-menu li .toggle-btn-slide {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  height: 60px;
  width: 20px;
}
.offcanvas-start #menu-mobile-menu li .toggle-btn-slide::after {
  content: "";
  background-image: url("../../img/Down_Arrow.svg");
  background-size: 100% 100%;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15%;
}
.offcanvas-start #menu-mobile-menu li .submenu {
  padding-left: 20px;
  padding-top: 10px !important;
  list-style-type: none;
}
.offcanvas-start #menu-mobile-menu li .submenu li {
  padding-bottom: 5px !important;
}
.offcanvas-start #menu-mobile-menu li .submenu li a {
  text-transform: inherit;
}
@media screen and (max-width: 667px) {
  .offcanvas-start .quiklink {
    font-size: 15px !important;
  }
}

.reservationMenuFixMobile {
  position: fixed;
  z-index: 9;
  top: auto;
  bottom: 0;
  width: 100%;
}
.reservationMenuFixMobile .widget-trigger {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .booking-widget.booking-panel.show.header-scrolled {
    top: 5.5vw;
  }
}
@media only screen and (max-width: 1025px) {
  .booking-widget {
    right: 0 !important;
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 667px) and (max-width: 1025px) {
  svg.icon.width--10.curser-pointer {
    width: 25% !important;
    height: 30px !important;
  }
  .offcanvas-start .offcanvas-header {
    margin-bottom: 30px !important;
  }
  .offcanvas-start .offcanvas-body .image1, .offcanvas-start .offcanvas-body .image2 {
    height: 415px !important;
    width: 40% !important;
  }
  .offcanvas-start .offcanvas-body .image1 img, .offcanvas-start .offcanvas-body .image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 667px) {
  svg.icon.width--10.curser-pointer {
    width: 25% !important;
    height: 30px !important;
  }
  .offcanvas-start .offcanvas-header {
    margin-bottom: 30px !important;
  }
}
.footersImage {
  height: auto;
}
@media screen and (max-width: 1025px) {
  .footersImage {
    height: 100%;
  }
}

@media screen and (max-width: 1025px) {
  section#footersection .wrapper-footerdetails .width--30 {
    width: 45% !important;
  }
}
@media screen and (max-width: 667px) {
  section#footersection .wrapper-footerdetails .width--30 {
    width: 100% !important;
  }
}
section#footersection .wrapper-footerdetails .footermenus ul {
  list-style-type: none;
  padding: 0;
}
section#footersection .wrapper-footerdetails .footermenus ul li a {
  font-family: "Rubik", sans-serif;
  color: #000000;
  font-weight: 400;
}
@media (min-width: 1025px) {
  section#footersection .wrapper-footerdetails .footermenus ul li a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footersection .wrapper-footerdetails .footermenus ul li a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footersection .wrapper-footerdetails .footermenus ul li a {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  section#footersection .wrapper-footerdetails .footermenus ul li a {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  section#footersection .wrapper-footerdetails .footermenus ul li a {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footersection .wrapper-footerdetails .footermenus ul li a {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footersection .wrapper-footerdetails .footermenus ul li a {
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  section#footersection .wrapper-footerdetails .footermenus ul li a {
    line-height: 32px;
  }
}
section#footersection .wrapper-footerdetails .footermenus ul li a:hover {
  color: #AD9A62;
}
section#footersection .wrapper-footerdetails .footermenus ul li.current-menu-item > a {
  border-bottom: 1px solid #000000;
}
section#footersection .wrapper-footerdetails .footermenus ul li.current_page_item > a {
  border-bottom: 1px solid #000000;
}
section#footersection .wrapper-footerdetails .footerlogosec {
  width: 10%;
}
section#footersection .wrapper-footerdetails .footerlogosec img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section#footersection .wrapper-footerdetails .newsletter form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1025px) {
  section#footersection .wrapper-footerdetails .newsletter form input {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footersection .wrapper-footerdetails .newsletter form input {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footersection .wrapper-footerdetails .newsletter form input {
    height: 40px;
  }
}
@media (max-width: 600px) {
  section#footersection .wrapper-footerdetails .newsletter form input {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  section#footersection .wrapper-footerdetails .newsletter form input {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footersection .wrapper-footerdetails .newsletter form input {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footersection .wrapper-footerdetails .newsletter form input {
    padding: 5px;
  }
}
@media (max-width: 600px) {
  section#footersection .wrapper-footerdetails .newsletter form input {
    padding: 5px;
  }
}
section#footersection .wrapper-footerdetails .newsletter form input {
  width: 85%;
  border: none;
}
@media (min-width: 1025px) {
  section#footersection .wrapper-footerdetails .newsletter form input {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footersection .wrapper-footerdetails .newsletter form input {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footersection .wrapper-footerdetails .newsletter form input {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  section#footersection .wrapper-footerdetails .newsletter form input {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  section#footersection .wrapper-footerdetails .newsletter form input {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footersection .wrapper-footerdetails .newsletter form input {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footersection .wrapper-footerdetails .newsletter form input {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  section#footersection .wrapper-footerdetails .newsletter form input {
    line-height: 28px;
  }
}
section#footersection .wrapper-footerdetails .newsletter form input {
  color: #515151;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
}
section#footersection .wrapper-footerdetails .newsletter form button {
  width: 11%;
  background-color: #AD9A62;
  border: none;
}
@media (min-width: 1025px) {
  section#footersection .wrapper-footerdetails .newsletter form button {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footersection .wrapper-footerdetails .newsletter form button {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footersection .wrapper-footerdetails .newsletter form button {
    height: 40px;
  }
}
@media (max-width: 600px) {
  section#footersection .wrapper-footerdetails .newsletter form button {
    height: 40px;
  }
}
section#footersection .wrapper-footerdetails .socialicons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section#footersection .wrapper-footerdetails .socialicons a {
  border: 1px solid #AD9A62;
}
@media (min-width: 1025px) {
  section#footersection .wrapper-footerdetails .socialicons a {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footersection .wrapper-footerdetails .socialicons a {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footersection .wrapper-footerdetails .socialicons a {
    width: 35px;
  }
}
@media (max-width: 600px) {
  section#footersection .wrapper-footerdetails .socialicons a {
    width: 35px;
  }
}
@media (min-width: 1025px) {
  section#footersection .wrapper-footerdetails .socialicons a {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footersection .wrapper-footerdetails .socialicons a {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footersection .wrapper-footerdetails .socialicons a {
    height: 35px;
  }
}
@media (max-width: 600px) {
  section#footersection .wrapper-footerdetails .socialicons a {
    height: 35px;
  }
}
section#footersection .wrapper-footerdetails .socialicons a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  section#footersection .wrapper-footerdetails .socialicons a {
    margin-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footersection .wrapper-footerdetails .socialicons a {
    margin-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footersection .wrapper-footerdetails .socialicons a {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  section#footersection .wrapper-footerdetails .socialicons a {
    margin-right: 10px;
  }
}
section#footersection .wrapper-footerdetails .socialicons a:hover svg path {
  fill: #AD9A62;
}
@media screen and (max-width: 1025px) {
  section#footersection .wrapper-footerdetails .socialicons a svg {
    width: 13px;
    height: 13px;
  }
}
section#footersection .wrapper--bottom ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1025px) {
  section#footersection .wrapper--bottom ul {
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
  }
}
@media screen and (max-width: 1025px) {
  section#footersection .wrapper--bottom ul li {
    padding: 0 10px !important;
  }
}
section#footersection .wrapper--bottom ul li a {
  color: #515151;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}
@media (min-width: 1025px) {
  section#footersection .wrapper--bottom ul li a {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footersection .wrapper--bottom ul li a {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footersection .wrapper--bottom ul li a {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  section#footersection .wrapper--bottom ul li a {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  section#footersection .wrapper--bottom ul li a {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footersection .wrapper--bottom ul li a {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footersection .wrapper--bottom ul li a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  section#footersection .wrapper--bottom ul li a {
    line-height: 28px;
  }
}
section#footersection .wrapper--bottom ul li a:hover {
  color: #AD9A62;
}
section#footersection .wrapper--bottom ul li.current-menu-item > a {
  border-bottom: 1px solid #515151;
}
section#footersection .wrapper--bottom ul li.current_page_item > a {
  border-bottom: 1px solid #515151;
}
section#footersection .wrapper--bottom .copywriteTxt {
  font-family: "Nunito", sans-serif;
  color: #515151;
  font-weight: 500;
}
@media (min-width: 1025px) {
  section#footersection .wrapper--bottom .copywriteTxt {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footersection .wrapper--bottom .copywriteTxt {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footersection .wrapper--bottom .copywriteTxt {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  section#footersection .wrapper--bottom .copywriteTxt {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  section#footersection .wrapper--bottom .copywriteTxt {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footersection .wrapper--bottom .copywriteTxt {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footersection .wrapper--bottom .copywriteTxt {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  section#footersection .wrapper--bottom .copywriteTxt {
    line-height: 28px;
  }
}
section#footersection .wrapper--bottom .copywriteTxt:hover a {
  color: #AD9A62;
}
section#footersection .wrapper--bottom .copywriteTxt a {
  color: #515151;
}

.banner-section::after,
.banner-section-inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 25%;
  opacity: 0.8;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  display: none !important;
}

.banner-section {
  height: 100vh;
}

.video-container video,
.video-container img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .video-container video {
    margin-bottom: -0.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .video-container video {
    margin-bottom: -0.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .video-container video {
    margin-bottom: -8px;
  }
}
@media (max-width: 600px) {
  .video-container video {
    margin-bottom: -8px;
  }
}

@media (min-width: 1025px) {
  .banner-section-inner {
    height: 41.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .banner-section-inner {
    height: 41.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .banner-section-inner {
    height: 600px;
  }
}
@media (max-width: 600px) {
  .banner-section-inner {
    height: 500px;
  }
}
.banner-section-inner .banner-img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .banner-section-inner .banner-img {
    height: 41.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .banner-section-inner .banner-img {
    height: 41.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .banner-section-inner .banner-img {
    height: 600px;
  }
}
@media (max-width: 600px) {
  .banner-section-inner .banner-img {
    height: 500px;
  }
}
.banner-section-inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 25%;
  opacity: 0.8;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  display: none !important;
}

#bannerSlider {
  position: relative;
}
#bannerSlider .carousel-item {
  position: relative;
}
#bannerSlider .carousel-item .banner-img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-item .banner-img {
    height: 100vh;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-item .banner-img {
    height: value-desktop;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-item .banner-img {
    height: 600px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-item .banner-img {
    height: 500px;
  }
}
#bannerSlider .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 25%;
  opacity: 0.8;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  display: none !important;
}
#bannerSlider .carousel-indicators {
  position: absolute;
  right: 0;
  z-index: 99;
  left: 0;
  bottom: 0;
  justify-content: center;
  display: flex;
  margin: auto !important;
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-indicators {
    bottom: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-indicators {
    bottom: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-indicators {
    bottom: 30px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-indicators {
    bottom: 30px;
  }
}
#bannerSlider .carousel-indicators button {
  background: #fff;
  text-indent: unset !important;
  display: flex;
  padding: 0;
  border: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 2px;
  font-family: "DM Sans", serif;
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-indicators button {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    width: 30px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-indicators button {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    margin-left: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-indicators button {
    margin-left: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    margin-left: 5px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-indicators button {
    margin-left: 5px;
  }
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    margin-right: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-indicators button {
    margin-right: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    margin-right: 5px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-indicators button {
    margin-right: 5px;
  }
}
#bannerSlider .carousel-indicators button.active {
  background: #AD9A62;
}

.banner-caption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: auto;
  z-index: 1;
  width: 100%;
}
@media (min-width: 1025px) {
  .banner-caption {
    padding-top: 10.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .banner-caption {
    padding-top: 10.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .banner-caption {
    padding-top: 100px;
  }
}
@media (max-width: 600px) {
  .banner-caption {
    padding-top: 100px;
  }
}
@media (min-width: 1025px) {
  .banner-caption {
    bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .banner-caption {
    bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .banner-caption {
    bottom: 50px;
  }
}
@media (max-width: 600px) {
  .banner-caption {
    bottom: 50px;
  }
}
.banner-caption .banner-caption__inner {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.play-icon,
.unmute-icon {
  display: none;
}

.video-controls img {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .video-controls img {
    height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .video-controls img {
    height: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .video-controls img {
    height: 25px;
  }
}
@media (max-width: 600px) {
  .video-controls img {
    height: 25px;
  }
}
@media (min-width: 1025px) {
  .video-controls img {
    width: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .video-controls img {
    width: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .video-controls img {
    width: 25px;
  }
}
@media (max-width: 600px) {
  .video-controls img {
    width: 25px;
  }
}

.video-controls {
  position: absolute;
  z-index: 1;
}
@media (min-width: 1025px) {
  .video-controls {
    bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .video-controls {
    bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .video-controls {
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  .video-controls {
    bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .video-controls {
    right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .video-controls {
    right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .video-controls {
    right: 20px;
  }
}
@media (max-width: 600px) {
  .video-controls {
    right: 20px;
  }
}
.video-controls button {
  background: transparent;
  border: 0;
}

@media only screen and (min-width: 1025px) {
  .banner-section-inner {
    height: 41.6666666667vw !important;
  }
  .banner-section-inner .banner-img {
    height: 41.6666666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .banner-caption .banner-caption__inner {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-hide-control {
    display: none !important;
  }
  .banner-caption .banner-caption__inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .video-container video,
  .video-container img {
    height: 600px;
  }
  .banner-section {
    height: 600px;
  }
}
@media only screen and (max-width: 600px) {
  .video-container video,
  .video-container img {
    height: 500px;
  }
  .banner-section {
    height: 500px;
  }
}
/* --- Dropdown Wrapper for Icon --- */
.select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.34375vw !important;
}
@media (min-width: 1025px) {
  .select2-container .select2-selection--single {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select2-container .select2-selection--single {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select2-container .select2-selection--single {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .select2-container .select2-selection--single {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .select2-container .select2-selection--single {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select2-container .select2-selection--single {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select2-container .select2-selection--single {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .select2-container .select2-selection--single {
    padding-right: 10px;
  }
}
.select2-container .select2-selection--single {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #000000 !important;
}
@media (min-width: 1025px) {
  .select2-container .select2-selection--single {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select2-container .select2-selection--single {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select2-container .select2-selection--single {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .select2-container .select2-selection--single {
    font-size: 15px !important;
  }
}
.select2-container .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: pointer;
  transition: border-color 0.3s ease;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .select2-container .select2-selection--single {
    height: 45px !important;
    font-size: 14px !important;
  }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.34375vw !important;
  border-radius: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #000000 !important;
  text-align: left;
}
@media (min-width: 1025px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1200px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
    font-size: 15px !important;
  }
}

.select2-results__option {
  line-height: 1.4583333333vw !important;
  border-radius: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #000000 !important;
}
@media (min-width: 1025px) {
  .select2-results__option {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select2-results__option {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select2-results__option {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .select2-results__option {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1200px) {
  .select2-results__option {
    line-height: 28px !important;
    font-size: 15px !important;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.34375vw !important;
  width: 1.8229166667vw !important;
}
@media screen and (max-width: 1200px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
    width: 35px !important;
  }
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 2.34375vw !important;
  width: 0.78125vw !important;
}
@media screen and (max-width: 1200px) {
  .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 45px !important;
    width: 15px !important;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 6px 0 6px !important;
  top: 45% !important;
  border-color: #000 transparent transparent transparent !important;
}
@media screen and (max-width: 1200px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 55% !important;
  }
}
@media screen and (max-width: 991px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 45% !important;
  }
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #AD9A62 !important;
  color: white;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #000000 !important;
}
@media (min-width: 1025px) {
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1200px) {
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 15px !important;
  }
}

.select2.select2-container.select2-container--default.select2-container--focus {
  border-radius: 0 !important;
}

.selection {
  width: 100% !important;
}

.select2-container--default .select2-selection--single,
.select2-selection.select2-selection--single.select2-selection--clearable {
  background-color: transparent !important;
  border-radius: 0 !important;
}

.IBEWidget .select2-container--default .select2-selection--single,
.IBEWidget .select2-selection.select2-selection--single.select2-selection--clearable {
  background-color: transparent !important;
  border: 1px solid #AD9A62 !important;
  border-radius: 0 !important;
}

@media only screen and (min-width: 1920px) {
  .booking-widget {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1.0416666667vw);
    transition: all 0.3s;
    position: fixed;
    right: 5%;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: -1;
    padding: 0.78125vw 1.5625vw 1.5625vw 1.5625vw;
    width: 18.2291666667vw;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 1025px) {
  .booking-widget {
    top: 6.7708333333vw;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 1025px) and (max-width: 1600px) {
  .booking-widget {
    top: 6.7708333333vw;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 600px) and (max-width: 1025px) {
  .booking-widget {
    top: 90px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 600px) {
  .booking-widget {
    top: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .booking-widget .form-row {
    padding-bottom: 0.3645833333vw;
  }
  .booking-widget label {
    text-align: left;
    font-family: "Rubik", sans-serif;
    color: #000000;
    font-size: 0.78125vw;
    line-height: 1.5625vw;
  }
  .booking-widget label:not(.checkbox-inline) {
    padding-bottom: 0vw;
  }
  .booking-widget .booking-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    overflow: hidden;
    font-style: normal;
    transition: all 0.3s;
    border-radius: 0 !important;
    border: 1px solid #000000;
    font-family: "Rubik", sans-serif !important;
    background-color: #000000;
    color: #fff;
    height: 1.8229166667vw;
    padding-left: 2.0833333333vw;
    padding-right: 2.0833333333vw;
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    letter-spacing: 0.046875vw;
  }
  .booking-widget .booking-submit:hover {
    transition: all 0.3s;
    color: #fff;
    background-color: #AD9A62;
    border: 1px solid #AD9A62;
  }
  .booking-widget .error-text {
    padding-top: 0.5208333333vw;
    font-size: 0.7291666667vw;
    line-height: 1.0416666667vw;
  }
  .booking-widget.show {
    z-index: 999;
    transition: all 0.3s;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .booking-widget.booking-scrolled {
    transition: all 0.3s;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 1025px) {
  .booking-widget.booking-scrolled {
    top: 5.2083333333vw;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 1025px) and (max-width: 1600px) {
  .booking-widget.booking-scrolled {
    top: 6.25vw;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 600px) and (max-width: 1025px) {
  .booking-widget.booking-scrolled {
    top: 75px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 600px) {
  .booking-widget.booking-scrolled {
    top: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .book-widget-open {
    width: 9.8958333333vw;
  }
  .book-widget-open .btn-close-btn {
    display: none;
  }
  .book-widget-open:hover {
    border: 1px solid #AD9A62 !important;
    background: #AD9A62 !important;
    color: #fff !important;
  }
  .book-widget-open.show .btn-next {
    display: none;
  }
  .book-widget-open.show .btn-close-btn {
    display: block;
  }
}
@media only screen and (max-width: 1920px) {
  .booking-widget {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s;
    position: fixed;
    right: 2.5%;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: -1;
    padding: 30px;
    width: 350px;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1025px) {
  .booking-widget {
    top: 8.8541666667vw;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1025px) and (max-width: 1600px) {
  .booking-widget {
    top: 8.8541666667vw;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 600px) and (max-width: 1025px) {
  .booking-widget {
    top: 90px;
  }
}
@media only screen and (max-width: 1920px) and (max-width: 600px) {
  .booking-widget {
    top: 10px;
  }
}
@media only screen and (max-width: 1920px) {
  .booking-widget .form-row {
    padding-bottom: 7px;
  }
  .booking-widget input[type=text] {
    border: 1px solid rgba(214, 133, 24, 0.39);
    font-family: "Rubik", sans-serif;
    color: #000000;
    width: 100%;
    border-radius: 0 !important;
    font-weight: 500 !important;
    background-color: #fff !important;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .booking-widget input[type=text]:focus {
    border: 1px solid #AD9A62;
    background-color: #fff !important;
  }
  .booking-widget .select-drop {
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
  }
  .booking-widget .booking-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    overflow: hidden;
    font-style: normal;
    transition: all 0.3s;
    border-radius: 0 !important;
    border: 1px solid #000000;
    font-family: "Rubik", sans-serif !important;
    background-color: #000000;
    color: #fff;
    height: 35px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .booking-widget .booking-submit:hover {
    transition: all 0.3s;
    color: #fff;
    background-color: #AD9A62;
    border: 1px solid #AD9A62;
  }
  .booking-widget .error-text {
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .booking-widget.show {
    z-index: 999;
    transition: all 0.3s;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .booking-widget.booking-scrolled {
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1025px) {
  .booking-widget.booking-scrolled {
    top: 5.2083333333vw;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1025px) and (max-width: 1600px) {
  .booking-widget.booking-scrolled {
    top: 6.25vw;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 600px) and (max-width: 1025px) {
  .booking-widget.booking-scrolled {
    top: 75px;
  }
}
@media only screen and (max-width: 1920px) and (max-width: 600px) {
  .booking-widget.booking-scrolled {
    top: 10px;
  }
}
@media only screen and (max-width: 1920px) {
  .book-widget-open {
    width: 9.8958333333vw;
  }
  .book-widget-open .btn-close-btn {
    display: none;
  }
  .book-widget-open:hover {
    border: 1px solid #AD9A62 !important;
    background: #AD9A62 !important;
    color: #fff !important;
  }
  .book-widget-open.show .btn-next {
    display: none;
  }
  .book-widget-open.show .btn-close-btn {
    display: block;
  }
  .best-rate {
    font-size: 16px !important;
    line-height: 22px;
  }
}
@media (max-width: 1920px) and (min-width: 1025px) {
  .form-row-submit {
    padding: 0 !important;
  }
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .booking-widget {
    width: 400px !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .book-widget {
    height: auto;
  }
  .booking-widget {
    right: 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  .booking-widget p {
    font-size: 18px !important;
  }
  .booking-widget label {
    font-size: 14px !important;
  }
  .mobile-widget {
    height: 45px !important;
    font-size: 14px !important;
    line-height: 28px !important;
  }
}
@media only screen and (max-width: 1025px) {
  .booking-widget {
    right: 0 !important;
    width: 100%;
    top: auto;
    bottom: 0;
    height: 370px;
  }
  .booking-widget p {
    font-size: 28px !important;
  }
  .booking-widget label {
    font-size: 18px !important;
    padding-bottom: 10px !important;
  }
  .book-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: -1;
  }
  .book-overlay.show {
    opacity: 1;
    z-index: 9;
  }
  .booking-panel.show {
    width: 100%;
    right: 0 !important;
    bottom: 0;
  }
}
.slick-slider:not(.slick-initialized),
.slick-slider-related .products:not(.slick-initialized) {
  display: none !important;
}

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slick-dots button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #000000;
  font-size: 0;
  border: 0;
}

.slick-arrow {
  border: 0;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: 100%;
  z-index: 1;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: -7%;
}
@media (min-width: 1025px) {
  .slick-arrow {
    width: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .slick-arrow {
    width: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .slick-arrow {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .slick-arrow {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  .slick-arrow {
    height: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .slick-arrow {
    height: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .slick-arrow {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .slick-arrow {
    height: 40px;
  }
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-slider .slick-prev {
  background-image: url("../../img/prev.png") !important;
  transition: all 0.5s;
  left: 45%;
}
.slick-slider .slick-prev:hover {
  background-image: url("../../img/prev-h.png") !important;
  transition: all 0.5s;
}
.slick-slider .slick-next {
  background-image: url("../../img/next.png") !important;
  transition: all 0.5s;
  right: 45%;
}
.slick-slider .slick-next:hover {
  background-image: url("../../img/next-h.png") !important;
  transition: all 0.5s;
}

.white-arrows .slick-prev {
  background-image: url("../../img/prev-w.svg") !important;
  transition: all 0.5s;
}
.white-arrows .slick-prev:hover {
  background-image: url("../../img/prev-orng.svg") !important;
  transition: all 0.5s;
}
.white-arrows .slick-next {
  background-image: url("../../img/next-w.svg") !important;
  transition: all 0.5s;
}
.white-arrows .slick-next:hover {
  background-image: url("../../img/next-orng.svg") !important;
  transition: all 0.5s;
}

.carousel__text {
  transition: all 1s;
  opacity: 0;
  transform: translateY(100px);
}

.slick-current .carousel__text {
  transition: all 1s;
  opacity: 1;
  transform: translateY(0);
}

.no-arrows {
  padding-bottom: 0 !important;
}

.top-right-arrows .slick-arrow {
  position: absolute;
  top: -4.1666666667vw;
}
.top-right-arrows .slick-prev {
  right: 4.1666666667vw;
}
.top-right-arrows .slick-next {
  right: 0.5208333333vw;
}

.center-arrows .slick-arrow {
  position: absolute;
  top: calc(50% - 1.5625vw);
}
.center-arrows .slick-prev {
  left: -4.1666666667vw;
}
.center-arrows .slick-next {
  right: -4.1666666667vw;
}

.center-arrows-gallery .slick-arrow {
  position: absolute;
  top: calc(50% - 1.5625vw);
}
.center-arrows-gallery .slick-prev {
  left: -2.8645833333vw;
}
.center-arrows-gallery .slick-next {
  right: -2.8645833333vw;
}

.home-gallery-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 1.5625vw);
}
.home-gallery-slider .slick-prev {
  left: 2.8645833333vw;
}
.home-gallery-slider .slick-next {
  right: 2.8645833333vw;
}
@media only screen and (max-width: 1025px) {
  .home-gallery-slider .slick-prev {
    background-image: url("../../img/prev-gray.svg") !important;
    transition: all 0.5s;
  }
  .home-gallery-slider .slick-prev:hover {
    background-image: url("../../img/prev-orng.svg") !important;
    transition: all 0.5s;
  }
  .home-gallery-slider .slick-next {
    background-image: url("../../img/next-gray.svg") !important;
    transition: all 0.5s;
  }
  .home-gallery-slider .slick-next:hover {
    background-image: url("../../img/next-orng.svg") !important;
    transition: all 0.5s;
  }
}

.testamonial-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 3.6458333333vw);
}
.testamonial-slider .slick-prev {
  left: -7.2916666667vw;
}
.testamonial-slider .slick-next {
  right: -7.2916666667vw;
}

.review-slider .slick-arrow {
  position: absolute;
  top: 12.7604166667vw;
}
.review-slider .slick-prev {
  left: -3.125vw;
}
.review-slider .slick-next {
  right: -3.125vw;
}

@media only screen and (min-width: 1025px) {
  .arrows-none-desktop .slick-arrow {
    display: none !important;
  }
}
@media only screen and (max-width: 1025px) {
  .home-gallery:not(.slick-initialized) {
    display: none !important;
  }
  .resort-sldier:not(.slick-initialized) {
    display: none !important;
  }
}
.resort-sldier .acc-box__details {
  height: auto !important;
}

.accordion .accordion-item {
  background: transparent !important;
  border: 0;
  color: #000000;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 1px solid #d9d9d9;
}
.accordion button {
  padding-left: 0 !important;
  border-radius: 0 !important;
}
@media (min-width: 1025px) {
  .accordion button {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion button {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion button {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .accordion button {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .accordion button {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion button {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion button {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .accordion button {
    padding-top: 20px;
  }
}
.accordion button,
.accordion .accordion-header {
  background: transparent !important;
  border: 0 !important;
  color: #000000 !important;
  box-shadow: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion .accordion-body {
  background: transparent !important;
  border: 0 !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.accordion .accordion-body {
  padding-left: 0 !important;
  padding-top: 0 !important;
}
@media (min-width: 1025px) {
  .accordion .accordion-body {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion .accordion-body {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion .accordion-body {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .accordion .accordion-body {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .accordion .btn-number {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion .btn-number {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion .btn-number {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .accordion .btn-number {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .accordion .btn-number {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion .btn-number {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion .btn-number {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .accordion .btn-number {
    width: 30px;
  }
}
.accordion .accordion-item:last-child {
  border: 0 !important;
}
.accordion .accordion-button::after {
  background-image: url("../../img/Down_Arrow.svg");
  background-size: 80% !important;
  background-position: center !important;
  margin-left: 5%;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../../img/up_Arrow.svg");
  transform: none !important;
  background-size: 80% !important;
  background-position: center !important;
}
@media only screen and (min-width: 1025px) {
  .accordion .accordion-button:not(.collapsed) {
    padding-bottom: 0.78125vw !important;
  }
}
@media only screen and (max-width: 1025px) {
  .accordion .accordion-button:not(.collapsed) {
    padding-bottom: 12px !important;
  }
}

@media only screen and (max-width: 1025px) {
  #accordionFAQ .accordion-button {
    align-items: flex-start !important;
  }
  .accordion button span {
    padding-right: 10px;
    display: flex;
  }
  .accordion button {
    align-items: flex-start;
  }
}
.wysiwig-container {
  font-family: "Nunito", sans-serif;
  color: #515151;
}
.wysiwig-container p,
.wysiwig-container td,
.wysiwig-container th, .wysiwig-container li, .wysiwig-container span {
  color: #515151;
  font-family: "Nunito", sans-serif;
}
.wysiwig-container a {
  font-family: "Nunito", sans-serif;
  color: #515151;
  text-decoration: underline;
}
.wysiwig-container a:hover {
  text-decoration: underline;
  color: #AD9A62 !important;
}
.wysiwig-container h1,
.wysiwig-container h2,
.wysiwig-container h3,
.wysiwig-container h4,
.wysiwig-container h5,
.wysiwig-container h6 {
  color: #515151;
  font-family: "Nunito", sans-serif;
}
@media (min-width: 1025px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 10px;
  }
}
.wysiwig-container {
  /*custom list Style*/
}
.wysiwig-container ul {
  list-style: none;
  padding: 0;
}
.wysiwig-container ul li {
  text-align: left !important;
  position: relative;
  font-family: "Nunito", sans-serif;
  color: #515151;
}
@media (min-width: 1025px) {
  .wysiwig-container ul li {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul li {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li {
    padding-left: 22px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li {
    padding-left: 22px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li {
    padding-bottom: 10px;
  }
}
.wysiwig-container ul li::before {
  content: "";
  background-image: url("../../img/lineli.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  background-color: transparent;
}
@media (min-width: 1025px) {
  .wysiwig-container ul li::before {
    height: 0.6770833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul li::before {
    height: 0.6770833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li::before {
    height: 13px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li::before {
    height: 13px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container ul li::before {
    width: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul li::before {
    width: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li::before {
    width: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li::before {
    width: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container ul li::before {
    top: 0.7291666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul li::before {
    top: 0.7291666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li::before {
    top: 13px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li::before {
    top: 13px;
  }
}
.wysiwig-container table {
  border-collapse: collapse;
  width: 100%;
}
.wysiwig-container table th,
.wysiwig-container table td {
  border: 1px solid #515151;
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 10px;
  }
}
.wysiwig-container table th {
  background: #515151;
  color: #fff;
}

.wysiwig-container.font-color--white {
  color: #fff !important;
}
.wysiwig-container.font-color--white h1,
.wysiwig-container.font-color--white h2,
.wysiwig-container.font-color--white h3,
.wysiwig-container.font-color--white h4,
.wysiwig-container.font-color--white h5,
.wysiwig-container.font-color--white h6 {
  color: #fff !important;
}
.wysiwig-container.font-color--white p,
.wysiwig-container.font-color--white a,
.wysiwig-container.font-color--white li,
.wysiwig-container.font-color--white td,
.wysiwig-container.font-color--white th {
  color: #fff !important;
}

@media (min-width: 1025px) {
  .wysiwig-container {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container {
    font-size: 1.09375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container {
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container {
    line-height: 32px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container p {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container p {
    font-size: 1.09375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container p {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container p {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container p {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container p {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container p {
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container p {
    line-height: 32px;
  }
}
.wysiwig-container p {
  margin-bottom: 1rem !important;
}
@media (min-width: 1025px) {
  .wysiwig-container li {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container li {
    font-size: 1.09375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container li {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container li {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container li {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container li {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container li {
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container li {
    line-height: 32px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container a {
    font-size: 1.09375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container a {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container a {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container a {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container a {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container a {
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container a {
    line-height: 32px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container td {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container td {
    font-size: 1.09375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container td {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container td {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container td {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container td {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container td {
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container td {
    line-height: 32px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container th {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container th {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container th {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container th {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container th {
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container th {
    line-height: 40px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h1 {
    font-size: 2.2916666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1 {
    font-size: 2.2916666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1 {
    font-size: 27px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1 {
    font-size: 27px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h1 {
    line-height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1 {
    line-height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1 {
    line-height: 37px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1 {
    line-height: 37px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h2 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h2 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h2 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h2 {
    line-height: 2.5vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h2 {
    line-height: 2.5vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h2 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h2 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h3 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h3 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h3 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h3 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h3 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h4 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h4 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h4 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h4 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h5 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h5 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h5 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h5 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h5 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h5 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h6 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h6 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h6 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h6 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h6 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h6 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h6 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h6 {
    line-height: 35px;
  }
}
/*# sourceMappingURL=global.min.css.map */
