body {
  font-family: "Lato", sans-serif !important;
  overflow-x: hidden;
}

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

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

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

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

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

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

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

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

/***********************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;
}

.all-caps-none {
  text-transform: none !important;
}

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

.z-top {
  z-index: 2;
  position: relative;
}

.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: 6.7708333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .without-banner {
    height: 6.7708333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .without-banner {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .without-banner {
    height: 60px;
  }
}

.visibility-hidden {
  visibility: hidden;
}

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

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

/**************************Wrapper****************************************/
.wrapper--95-left {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--95-left {
    width: 95%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wrapper--95-left {
    width: 95%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--95-left {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--95-left {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .wrapper--95-left {
    margin-right: 0 !important;
  }
}
.wrapper--95 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--95 {
    width: 95%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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--90 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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--85 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--85 {
    width: 85%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wrapper--85 {
    width: 85%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--85 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--85 {
    width: 90%;
  }
}
.wrapper--50 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--50 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wrapper--50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--50 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--50 {
    width: 90%;
  }
}
.wrapper--40 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--40 {
    width: 40%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wrapper--40 {
    width: 40%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--40 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--40 {
    width: 90%;
  }
}
.wrapper--35 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--35 {
    width: 35%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wrapper--35 {
    width: 35%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--35 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--35 {
    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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .wrapper--75 {
    width: 75%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--75 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--75 {
    width: 90%;
  }
}
.wrapper--70 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--70 {
    width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wrapper--70 {
    width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--70 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--70 {
    width: 90%;
  }
}
.wrapper--80 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--80 {
    width: 80%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wrapper--80 {
    width: 80%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--80 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--80 {
    width: 90%;
  }
}

@media (min-width: 1025px) {
  .width--90 {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .width--90 {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--90 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--90 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--85 {
    width: 85%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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--80 {
    width: 80%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .width--80 {
    width: 80%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--80 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--80 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--75 {
    width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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--63 {
    width: 63%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .width--63 {
    width: 63%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--63 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--63 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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--53 {
    width: 53%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .width--53 {
    width: 53%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--53 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--53 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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--49 {
    width: 49%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .width--49 {
    width: 49%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--49 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--49 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--48 {
    width: 48%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .width--48 {
    width: 48%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--48 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--48 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--47 {
    width: 47%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .width--47 {
    width: 47%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--47 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--47 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--45 {
    width: 45%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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: 1700px) {
  .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.5%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .width--33 {
    width: 33.5%;
  }
}
@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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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--50 {
    font-size: 2.6041666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .heading--50 {
    font-size: 2.6041666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--50 {
    font-size: 35px !important;
  }
}
@media (max-width: 600px) {
  .heading--50 {
    font-size: 32px !important;
  }
}
@media (min-width: 1025px) {
  .heading--50 {
    line-height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .heading--50 {
    line-height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--50 {
    line-height: 45px;
  }
}
@media (max-width: 600px) {
  .heading--50 {
    line-height: 42px;
  }
}
@media (min-width: 1025px) {
  .heading--42 {
    font-size: 2.1875vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .heading--42 {
    font-size: 2.1875vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--42 {
    font-size: 27px !important;
  }
}
@media (max-width: 600px) {
  .heading--42 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .heading--42 {
    line-height: 2.7083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .heading--42 {
    line-height: 2.7083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--42 {
    line-height: 37px;
  }
}
@media (max-width: 600px) {
  .heading--42 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .heading--34 {
    font-size: 1.7708333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .heading--34 {
    font-size: 1.7708333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--34 {
    font-size: 27px !important;
  }
}
@media (max-width: 600px) {
  .heading--34 {
    font-size: 23px !important;
  }
}
@media (min-width: 1025px) {
  .heading--34 {
    line-height: 2.2916666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .heading--34 {
    line-height: 2.2916666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--34 {
    line-height: 37px;
  }
}
@media (max-width: 600px) {
  .heading--34 {
    line-height: 33px;
  }
}
@media (min-width: 1025px) {
  .heading--26 {
    font-size: 1.3541666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .heading--26 {
    font-size: 1.3541666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--26 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .heading--26 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .heading--26 {
    line-height: 1.875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .heading--26 {
    line-height: 1.875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--26 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--26 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--24 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .heading--24 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--24 {
    font-size: 22px !important;
  }
}
@media (max-width: 600px) {
  .heading--24 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .heading--24 {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .heading--24 {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--24 {
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .heading--24 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--22 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .heading--22 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--22 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .heading--22 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .heading--22 {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .heading--22 {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--22 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--22 {
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .paragraph--22 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .paragraph--22 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--22 {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--22 {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--22 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .paragraph--22 {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--22 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--22 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .paragraph--20 {
    font-size: 1.1979166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .paragraph--20 {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    line-height: 27px;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    line-height: 27px;
  }
}
@media (min-width: 1025px) {
  .paragraph--18 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .paragraph--18 {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18 {
    line-height: 27px;
  }
}
@media (max-width: 600px) {
  .paragraph--18 {
    line-height: 27px;
  }
}
@media (min-width: 1025px) {
  .paragraph--18-same {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .paragraph--18-same {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18-same {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--18-same {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--18-same {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .paragraph--18-same {
    line-height: 1.40625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18-same {
    line-height: 27px;
  }
}
@media (max-width: 600px) {
  .paragraph--18-same {
    line-height: 27px;
  }
}
@media (min-width: 1025px) {
  .paragraph--16 {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .paragraph--16 {
    font-size: 0.9895833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--16 {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--16 {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--16 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .paragraph--16 {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--16 {
    line-height: 27px;
  }
}
@media (max-width: 600px) {
  .paragraph--16 {
    line-height: 27px;
  }
}
@media (min-width: 1025px) {
  .paragraph--14 {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .paragraph--14 {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--14 {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--14 {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--14 {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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;
  }
}
@media (min-width: 1025px) {
  .paragraph--14-same {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .paragraph--14-same {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--14-same {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--14-same {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--14-same {
    line-height: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .paragraph--14-same {
    line-height: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--14-same {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .paragraph--14-same {
    line-height: 15px;
  }
}

.font-color--black {
  color: #000000;
}
.font-color--gray {
  color: #606060;
}
.font-color--brown {
  color: #C6AF8F;
}
.font-color--white {
  color: #fff;
}

.font-family--lato {
  font-family: "Lato", sans-serif;
}
.font-family--ibm {
  font-family: "IBM Plex Serif", serif;
}

.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--128 {
    letter-spacing: 0.0666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .letter-space--128 {
    letter-spacing: 0.0666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--128 {
    letter-spacing: 1.28px;
  }
}
@media (max-width: 600px) {
  .letter-space--128 {
    letter-spacing: 1.28px;
  }
}
@media (min-width: 1025px) {
  .letter-space--112 {
    letter-spacing: 0.0583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .letter-space--112 {
    letter-spacing: 0.0583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--112 {
    letter-spacing: 1.12px;
  }
}
@media (max-width: 600px) {
  .letter-space--112 {
    letter-spacing: 1.12px;
  }
}
@media (min-width: 1025px) {
  .letter-space--78 {
    letter-spacing: 0.040625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .letter-space--78 {
    letter-spacing: 0.040625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--78 {
    letter-spacing: 0.78px;
  }
}
@media (max-width: 600px) {
  .letter-space--78 {
    letter-spacing: 0.78px;
  }
}
@media (min-width: 1025px) {
  .letter-space--48 {
    letter-spacing: 0.025vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .letter-space--48 {
    letter-spacing: 0.025vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--48 {
    letter-spacing: 0.48px;
  }
}
@media (max-width: 600px) {
  .letter-space--48 {
    letter-spacing: 0.48px;
  }
}

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

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

/****************************Font Styles END*********************************************/
/****************************padding*********************************************/
@media (min-width: 1025px) {
  .padding-top--150 {
    padding-top: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .padding-top--150 {
    padding-top: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--150 {
    padding-top: 60px;
  }
}
@media (max-width: 600px) {
  .padding-top--150 {
    padding-top: 60px;
  }
}
@media (min-width: 1025px) {
  .padding-top--100 {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .padding-top--100 {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--100 {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .padding-top--100 {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-top--70 {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .padding-top--70 {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--70 {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .padding-top--70 {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-top--50 {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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--30 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .padding-top--30 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--30 {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .padding-top--30 {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-top--20 {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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-top--15 {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .padding-top--15 {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--15 {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .padding-top--15 {
    padding-top: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-top--10 {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .padding-top--10 {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--10 {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .padding-top--10 {
    padding-top: 10px;
  }
}

@media (min-width: 1025px) {
  .padding-bottom--150 {
    padding-bottom: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .padding-bottom--150 {
    padding-bottom: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--150 {
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--150 {
    padding-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--100 {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .padding-bottom--100 {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--100 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--100 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--70 {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .padding-bottom--70 {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--70 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--70 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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--30 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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-left--10 {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .padding-left--10 {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--10 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--10 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--20 {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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: 1700px) {
  .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--50 {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .padding-left--50 {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--50 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--50 {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-left--80 {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .padding-left--80 {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--80 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--80 {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-left--70 {
    padding-left: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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: 1700px) {
  .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-left--200 {
    padding-left: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .padding-left--200 {
    padding-left: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--200 {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .padding-left--200 {
    padding-left: 0px;
  }
}

@media (min-width: 1025px) {
  .padding-right--10 {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .padding-right--10 {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--10 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .padding-right--10 {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-right--20 {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .padding-right--20 {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--20 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .padding-right--20 {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-right--30 {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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: 1700px) {
  .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--80 {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .padding-right--80 {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--80 {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--80 {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-right--100 {
    padding-right: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .padding-right--100 {
    padding-right: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--100 {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .padding-right--100 {
    padding-right: 0px;
  }
}
.padding-right--per5 {
  padding-right: 6%;
}

@media (min-width: 1025px) {
  .margin-right--20 {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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: 1700px) {
  .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-bottom--100 {
    margin-bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .margin-bottom--100 {
    margin-bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--100 {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--100 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-bottom--10 {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: #000;
}
.bg-color--dark-green {
  background-color: #516153;
}
.bg-color--dark-gray {
  background-color: rgba(36, 36, 36, 0.8980392157);
}
.bg-color--light-gray {
  background-color: #E3E3E3;
}
.bg-color--light-cream {
  background-color: #F8F8F8;
}

.next-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  width: max-content;
  font-family: "IBM Plex Serif", serif;
  text-transform: uppercase;
  font-style: normal;
  text-align: center;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .next-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .next-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .next-btn {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    line-height: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .next-btn {
    line-height: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    letter-spacing: 0.025vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .next-btn {
    letter-spacing: 0.025vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    letter-spacing: 0.48px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    letter-spacing: 0.48px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .next-btn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .next-btn {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .next-btn {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    padding-right: 20px;
  }
}
.next-btn--white-line {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.next-btn--white-line:hover {
  color: #fff;
  background: #516153;
  border: 1px solid #516153;
}
.next-btn--black-line {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.next-btn--black-line:hover {
  color: #fff;
  background: #516153;
  border: 1px solid #516153;
}
.next-btn--black-line:hover svg path {
  fill: #fff !important;
}
.next-btn--black-line-hover:hover {
  color: #fff;
  background: #C6AF8F !important;
  border: 1px solid #C6AF8F !important;
}
.next-btn--green-fill {
  background: #516153;
  color: #fff;
  border: 1px solid #516153;
}
.next-btn--green-fill:hover {
  color: #fff;
  background: #C6AF8F;
  border: 1px solid #C6AF8F;
}
.next-btn--black-text {
  color: #000;
  position: relative;
  display: flex;
  flex-direction: column;
}
.next-btn--black-text:hover {
  color: #C6AF8F;
}
.next-btn--black-text:hover::after {
  background: #C6AF8F;
}
.next-btn--black-text::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #000;
}
.next-btn--white-text {
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}
.next-btn--white-text:hover {
  color: #C6AF8F;
}
.next-btn--white-text:hover::after {
  background: #C6AF8F;
}
.next-btn--white-text::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #fff;
}

.heading--22.next-btn {
  font-weight: 400;
}
@media (min-width: 1025px) {
  .heading--22.next-btn {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .heading--22.next-btn {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--22.next-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .heading--22.next-btn {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .heading--22.next-btn {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .heading--22.next-btn {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--22.next-btn {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .heading--22.next-btn {
    line-height: 28px;
  }
}

@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: #606060;
}
@media (min-width: 1025px) {
  .gray-wrap {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: #C6AF8F;
}

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

@media (min-width: 1025px) {
  .awards-slider,
  .gallery-slider-villas,
  .two-item-slider,
  .three-item-slider,
  .rooms-slider,
  .four-item-slider {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .awards-slider,
  .gallery-slider-villas,
  .two-item-slider,
  .three-item-slider,
  .rooms-slider,
  .four-item-slider {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .awards-slider,
  .gallery-slider-villas,
  .two-item-slider,
  .three-item-slider,
  .rooms-slider,
  .four-item-slider {
    margin-left: -5px;
  }
}
@media (max-width: 600px) {
  .awards-slider,
  .gallery-slider-villas,
  .two-item-slider,
  .three-item-slider,
  .rooms-slider,
  .four-item-slider {
    margin-left: -5px;
  }
}
@media (min-width: 1025px) {
  .awards-slider,
  .gallery-slider-villas,
  .two-item-slider,
  .three-item-slider,
  .rooms-slider,
  .four-item-slider {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .awards-slider,
  .gallery-slider-villas,
  .two-item-slider,
  .three-item-slider,
  .rooms-slider,
  .four-item-slider {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .awards-slider,
  .gallery-slider-villas,
  .two-item-slider,
  .three-item-slider,
  .rooms-slider,
  .four-item-slider {
    margin-right: -5px;
  }
}
@media (max-width: 600px) {
  .awards-slider,
  .gallery-slider-villas,
  .two-item-slider,
  .three-item-slider,
  .rooms-slider,
  .four-item-slider {
    margin-right: -5px;
  }
}
@media (min-width: 1025px) {
  .awards-slider .slide-item,
  .gallery-slider-villas .slide-item,
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .rooms-slider .slide-item,
  .four-item-slider .slide-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .awards-slider .slide-item,
  .gallery-slider-villas .slide-item,
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .rooms-slider .slide-item,
  .four-item-slider .slide-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .awards-slider .slide-item,
  .gallery-slider-villas .slide-item,
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .rooms-slider .slide-item,
  .four-item-slider .slide-item {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .awards-slider .slide-item,
  .gallery-slider-villas .slide-item,
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .rooms-slider .slide-item,
  .four-item-slider .slide-item {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .awards-slider .slide-item,
  .gallery-slider-villas .slide-item,
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .rooms-slider .slide-item,
  .four-item-slider .slide-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .awards-slider .slide-item,
  .gallery-slider-villas .slide-item,
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .rooms-slider .slide-item,
  .four-item-slider .slide-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .awards-slider .slide-item,
  .gallery-slider-villas .slide-item,
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .rooms-slider .slide-item,
  .four-item-slider .slide-item {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .awards-slider .slide-item,
  .gallery-slider-villas .slide-item,
  .two-item-slider .slide-item,
  .three-item-slider .slide-item,
  .rooms-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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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) {
  .acc-three-item-grid .list-item, .pres-grid .list-item {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-three-item-grid .list-item, .pres-grid .list-item {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-three-item-grid .list-item, .pres-grid .list-item {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .acc-three-item-grid .list-item, .pres-grid .list-item {
    padding-bottom: 50px;
  }
}

@media (min-width: 1025px) {
  .two-item-grid,
  .two-item-grid-venture {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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;
}

/****************************bg Color end*********************************************/
@media (min-width: 1025px) {
  .btn-wrap a {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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;
  margin: auto;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
  font-weight: bold;
  color: #516153 !important;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .addReadMore .readMore,
  .addReadMore .readLess {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .addReadMore .readMore,
  .addReadMore .readLess {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .addReadMore .readMore,
  .addReadMore .readLess {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .addReadMore .readMore,
  .addReadMore .readLess {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .addReadMore .readMore,
  .addReadMore .readLess {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .addReadMore .readMore,
  .addReadMore .readLess {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .addReadMore .readMore,
  .addReadMore .readLess {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .addReadMore .readMore,
  .addReadMore .readLess {
    line-height: 28px;
  }
}

.full-version span {
  color: #606060 !important;
}

.display {
  display: block !important;
}

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

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

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

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

.text-init {
  opacity: 0;
  transform: translateY(10px);
}

.bottom-auto {
  bottom: auto !important;
}

@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);
  }
}
/* 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;
  background-color: #606060;
  color: #fff;
  display: flex !important;
  justify-content: center !important;
  padding: 0px;
  border-radius: 50%;
  pointer-events: none;
  position: fixed;
  font-family: "Lato", sans-serif;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: color 0.5s ease;
  width: 5px;
  height: 5px;
  z-index: 100;
  font-size: 0;
}
#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: 1700px) {
  #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: 1700px) {
  #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: 1700px) {
  .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: #606060 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #606060;
  background: transparent;
}
@media (min-width: 1025px) {
  .pagination-div .page-numbers {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: #606060;
}
.pagination-div .next.page-numbers,
.pagination-div .prev.page-numbers {
  display: none !important;
}

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

/****************************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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: "Lato", 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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: "Lato", 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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: #C6AF8F;
  border: 1px solid #C6AF8F;
}

.sticky-col {
  position: -webkit-sticky;
  position: sticky !important;
  height: auto;
}
@media (min-width: 1025px) {
  .sticky-col {
    top: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .sticky-col {
    top: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sticky-col {
    top: 60px;
  }
}
@media (max-width: 600px) {
  .sticky-col {
    top: 60px;
  }
}

.sticky-col.is-stuck .acc-cat-nav {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s ease;
}

.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: 1700px) {
  .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;
  }
}

.whatsapp-float {
  position: fixed;
  z-index: 9;
}
@media (min-width: 1025px) {
  .whatsapp-float {
    bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .whatsapp-float {
    bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .whatsapp-float {
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  .whatsapp-float {
    bottom: 55px;
  }
}
@media (min-width: 1025px) {
  .whatsapp-float {
    right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .whatsapp-float {
    right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .whatsapp-float {
    right: 20px;
  }
}
@media (max-width: 600px) {
  .whatsapp-float {
    right: 10px;
  }
}
.whatsapp-float svg {
  transform: scale(1);
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .whatsapp-float svg {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .whatsapp-float svg {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .whatsapp-float svg {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .whatsapp-float svg {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .whatsapp-float svg {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .whatsapp-float svg {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .whatsapp-float svg {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .whatsapp-float svg {
    width: 40px;
  }
}
.whatsapp-float:hover svg {
  transform: scale(0.9);
  transition: all 0.5s;
}

@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;
  }
  .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;
  }
  .padding-left--0 {
    padding-left: 0 !important;
  }
  .padding-right--0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .tab-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 1025px) {
  .one-div-slider {
    padding-bottom: 0 !important;
  }
  .padding-left--0 {
    padding-left: 0 !important;
  }
  .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;
  }
  .mobile-flex-column {
    flex-direction: column;
  }
  .mobile-flex-column-reverse {
    flex-direction: column-reverse;
  }
  picture {
    width: 100%;
  }
  .desktop_el {
    display: none !important;
  }
  .wrapper--95-left {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mobile-width-max {
    width: max-content !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .slick-slider {
    padding-bottom: 55px;
  }
  .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;
  }
  .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%;
  }
  .mobile-text-black {
    color: #000;
  }
  .mobile-next-btn--white-text {
    color: #000;
  }
  .mobile-next-btn--white-text::after {
    background: #000;
  }
  .flex-grow-1-mobile {
    flex-grow: 1;
  }
  .text-init {
    opacity: 1 !important;
    transform: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .tab-width--70 {
    width: 70%;
  }
  .tab-align-first {
    align-items: flex-start !important;
  }
  .tab-flex-column {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .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--50 {
    width: 50%;
  }
  .tab-width--60 {
    width: 60%;
  }
  .tab-width--25 {
    width: 25%;
  }
  .tab-width--45 {
    width: 45%;
  }
  .tab-width--30 {
    width: 30%;
  }
  .tab-width--40 {
    width: 40%;
  }
  .tab-width--55 {
    width: 57%;
  }
  .tab-width--47 {
    width: 47%;
  }
  .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-width--35 {
    width: 40%;
  }
  .tab-padding-left--0 {
    padding-left: 0 !important;
  }
  .tab-justify-start {
    justify-content: flex-start !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-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .tab-text-center {
    text-align: center !important;
  }
  .tab-display-flex {
    display: flex;
  }
  .tab-width--49 {
    width: 49% !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-justify-center {
    justify-content: center;
  }
  .tab-column-reverse {
    flex-direction: column-reverse;
  }
  .tab-width--100 {
    width: 100% !important;
  }
  .tab-m-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .ack-page {
    min-height: 300px;
  }
}
@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;
  }
  .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;
    justify-content: center !important;
  }
  .mobile-justify-content-start {
    justify-content: flex-start !important;
  }
  .three-item-grid .list-item:last-child {
    padding-bottom: 0 !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-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--0 {
    padding-left: 0;
  }
  .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-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-margin-bottom--30 {
    margin-bottom: 30px;
  }
  .mobile-width--50 {
    width: 50%;
  }
  .mobile-width--20 {
    width: 20%;
  }
  .mobile-width--80 {
    width: 80%;
  }
  .mobile-column-reverse {
    flex-direction: column-reverse;
  }
  .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;
  }
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.header-logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  height: auto;
  width: 60%;
  left: 0%;
  right: 0%;
  margin: auto;
}
@media (min-width: 1025px) {
  .header-logo img {
    top: -1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header-logo img {
    top: -1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-logo img {
    top: 0px;
  }
}
@media (max-width: 600px) {
  .header-logo img {
    top: 0px;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-logo img {
    width: auto;
    margin: auto;
  }
}
.header-logo a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1025px) {
  .fixed-menu-logo img {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .fixed-menu-logo img {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixed-menu-logo img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .fixed-menu-logo img {
    height: 40px;
  }
}

.menu-abs-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .header-menu li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header-menu li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .header-menu li {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .header-menu li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header-menu li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .header-menu li {
    padding-right: 0px;
  }
}
.header-menu li a {
  color: #fff;
  display: flex;
  position: relative;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "IBM Plex Serif", serif;
}
@media (min-width: 1025px) {
  .header-menu li a {
    letter-spacing: 0.05vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header-menu li a {
    letter-spacing: 0.05vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li a {
    letter-spacing: 0.96px;
  }
}
@media (max-width: 600px) {
  .header-menu li a {
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1025px) {
  .header-menu li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header-menu li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .header-menu li a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .header-menu li a {
    line-height: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header-menu li a {
    line-height: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li a {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .header-menu li a {
    line-height: 20px;
  }
}
.header-menu li a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  left: 0%;
  background: #606060;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1025px) {
  .header-menu li a::before {
    bottom: -0.15625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header-menu li a::before {
    bottom: -0.15625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li a::before {
    bottom: 0px;
  }
}
@media (max-width: 600px) {
  .header-menu li a::before {
    bottom: 0px;
  }
}
.header-menu li a:hover {
  color: #606060;
}
.header-menu li.menu-item-has-children {
  position: relative;
}
.header-menu li.menu-item-has-children a {
  position: relative;
  display: flex;
  align-items: center;
}
.header-menu li.menu-item-has-children a::after {
  content: "";
  height: 1.0416666667vw;
  width: 1.0416666667vw;
  transition: all 0.3s;
  background-image: url("../../img/down-w.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat !important;
}
@media (min-width: 1025px) {
  .header-menu li.menu-item-has-children a::after {
    height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header-menu li.menu-item-has-children a::after {
    height: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li.menu-item-has-children a::after {
    height: 0px;
  }
}
@media (max-width: 600px) {
  .header-menu li.menu-item-has-children a::after {
    height: 0px;
  }
}
.header-menu li.menu-item-has-children:hover a::after {
  transition: all 0.5s;
  transform: rotate(180deg);
}
.header-menu li.menu-item-has-children:hover .sub-menu {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.header-menu li.menu-item-has-children .sub-menu {
  padding: 0;
  list-style: none;
  margin: 0;
  transition: all 0.3s ease;
  position: absolute;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border: 0 !important;
  width: max-content;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu {
    top: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header-menu li.menu-item-has-children .sub-menu {
    top: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu {
    top: 0px;
  }
}
@media (max-width: 600px) {
  .header-menu li.menu-item-has-children .sub-menu {
    top: 0px;
  }
}
.header-menu li.menu-item-has-children .sub-menu li {
  flex-grow: unset !important;
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}
.header-menu li.menu-item-has-children .sub-menu li:hover {
  background: #606060;
}
.header-menu li.menu-item-has-children .sub-menu li:hover a {
  color: #fff !important;
}
.header-menu li.menu-item-has-children .sub-menu a {
  font-weight: 500;
  text-align: center !important;
  width: 100%;
  justify-content: center;
  color: #000;
}
@media (min-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu li.menu-item-has-children .sub-menu a {
    padding-right: 30px;
  }
}
.header-menu li.menu-item-has-children .sub-menu a::after,
.header-menu li.menu-item-has-children .sub-menu a::before {
  display: none;
}
.header-menu li.menu-item-has-children .sub-menu li.current-menu-item a {
  color: #fff !important;
  background: #516153 !important;
}
.header-menu .sub-menu {
  padding: 0;
  list-style: none;
  margin: 0;
  transition: all 0.3s ease;
  position: absolute;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border: 0 !important;
  width: max-content;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1025px) {
  .header-menu .sub-menu {
    top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header-menu .sub-menu {
    top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu .sub-menu {
    top: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu .sub-menu {
    top: 30px;
  }
}
.header-menu .sub-menu li {
  flex-grow: unset !important;
  background: #fff;
}
.header-menu .sub-menu li:hover {
  background: #606060;
}
.header-menu .sub-menu a {
  width: 100%;
  color: #000;
}
@media (min-width: 1025px) {
  .header-menu .sub-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header-menu .sub-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu .sub-menu a {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu .sub-menu a {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .header-menu .sub-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header-menu .sub-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu .sub-menu a {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu .sub-menu a {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .header-menu .sub-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header-menu .sub-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu .sub-menu a {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .header-menu .sub-menu a {
    padding-right: 30px;
  }
}
.header-menu .sub-menu a::after {
  display: none;
}

.header_button .header_button-toggle,
.fix-toggle .header_button-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1025px) {
  .header_button .header_button-toggle,
  .fix-toggle .header_button-toggle {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header_button .header_button-toggle,
  .fix-toggle .header_button-toggle {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header_button .header_button-toggle,
  .fix-toggle .header_button-toggle {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .header_button .header_button-toggle,
  .fix-toggle .header_button-toggle {
    padding-right: 30px;
  }
}
.header_button .header_button-toggle button,
.fix-toggle .header_button-toggle button {
  position: relative;
  width: 2em;
  height: 2.5em;
  padding: 0;
  font-size: inherit;
  border: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
}
.header_button .header_button-toggle button span,
.fix-toggle .header_button-toggle button span {
  position: absolute;
  right: 0;
  background: #fff;
  width: 100%;
  height: 2px;
  border-radius: 0;
  transition: inherit;
}
.header_button .header_button-toggle button span:nth-child(1),
.fix-toggle .header_button-toggle button span:nth-child(1) {
  top: 0.625em;
}
.header_button .header_button-toggle button span:nth-child(2),
.fix-toggle .header_button-toggle button span:nth-child(2) {
  top: 1.25em;
}
.header_button .header_button-toggle button span:nth-child(3),
.fix-toggle .header_button-toggle button span:nth-child(3) {
  top: 1.875em;
}
.header_button .header_button-toggle .hamburger.is-active span:nth-child(1),
.fix-toggle .header_button-toggle .hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotateZ(-135deg);
}
.header_button .header_button-toggle .hamburger.is-active span:nth-child(2),
.fix-toggle .header_button-toggle .hamburger.is-active span:nth-child(2) {
  right: 50%;
  width: 0;
}
.header_button .header_button-toggle .hamburger.is-active span:nth-child(3),
.fix-toggle .header_button-toggle .hamburger.is-active span:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotateZ(135deg);
}
@media (min-width: 1025px) {
  .header_button .home-div,
  .fix-toggle .home-div {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header_button .home-div,
  .fix-toggle .home-div {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header_button .home-div,
  .fix-toggle .home-div {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .header_button .home-div,
  .fix-toggle .home-div {
    padding-right: 0px;
  }
}
.header_button .home-div img,
.header_button .home-div svg,
.fix-toggle .home-div img,
.fix-toggle .home-div svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .header_button .home-div img,
  .header_button .home-div svg,
  .fix-toggle .home-div img,
  .fix-toggle .home-div svg {
    height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header_button .home-div img,
  .header_button .home-div svg,
  .fix-toggle .home-div img,
  .fix-toggle .home-div svg {
    height: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header_button .home-div img,
  .header_button .home-div svg,
  .fix-toggle .home-div img,
  .fix-toggle .home-div svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .header_button .home-div img,
  .header_button .home-div svg,
  .fix-toggle .home-div img,
  .fix-toggle .home-div svg {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .header_button .home-div img,
  .header_button .home-div svg,
  .fix-toggle .home-div img,
  .fix-toggle .home-div svg {
    width: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header_button .home-div img,
  .header_button .home-div svg,
  .fix-toggle .home-div img,
  .fix-toggle .home-div svg {
    width: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header_button .home-div img,
  .header_button .home-div svg,
  .fix-toggle .home-div img,
  .fix-toggle .home-div svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .header_button .home-div img,
  .header_button .home-div svg,
  .fix-toggle .home-div img,
  .fix-toggle .home-div svg {
    width: 20px;
  }
}

.fix-toggle {
  position: relative !important;
  right: auto !important;
  top: auto !important;
}

.header.no-banners {
  display: flex;
  align-items: center;
  padding-bottom: 0 !important;
  background: #fff;
  padding-bottom: 1.3020833333vw !important;
}
@media (min-width: 1025px) {
  .header.no-banners {
    padding-top: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header.no-banners {
    padding-top: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header.no-banners {
    padding-top: 0px;
  }
}
@media (max-width: 600px) {
  .header.no-banners {
    padding-top: 0px;
  }
}
.header.no-banners .home-div svg path {
  fill: #000;
}
.header.no-banners .header-logo img {
  position: relative !important;
  top: auto !important;
}
.header.no-banners .header_top {
  padding-top: 0 !important;
  align-items: center !important;
}
.header.no-banners .subsite-dropdown .dropdown-toggle::after {
  background-image: url(../../img/down-b.svg) !important;
}
.header.no-banners .header-menu li a:hover {
  color: #C6AF8F !important;
}
.header.no-banners .header-logo img {
  display: block;
  margin: auto;
}
@media (min-width: 1025px) {
  .header.no-banners .header-logo img {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .header.no-banners .header-logo img {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header.no-banners .header-logo img {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .header.no-banners .header-logo img {
    height: 60px;
  }
}
.header.no-banners a {
  color: #000000;
}
.header.no-banners .hamburger span {
  background: #000000;
}
.header.no-banners li.menu-item-has-children a::after {
  background-image: url("../../img/down-b.svg");
}
.header.no-banners .header_top #primary-menu .current-menu-item a {
  color: #606060;
}
.header.no-banners .header_top #primary-menu .current-menu-item a::before {
  background: #606060 !important;
}
.header.no-banners .header_top #primary-menu .sub-menu a {
  justify-content: flex-start !important;
}

.no-banners .without-banner {
  background: #fff;
}
.no-banners .search-trigger-btn svg path {
  fill: #000;
}
.no-banners .search-trigger-btn svg circle {
  fill: #ada6a6;
}

.search-trigger-btn--black svg path {
  fill: #000;
}
.search-trigger-btn--black svg circle {
  fill: #ada6a6;
}

.scroll-menu {
  transition: all 0.5s;
  transform: translateY(-100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1025px) {
  .scroll-menu {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .scroll-menu {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .scroll-menu {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .scroll-menu {
    height: 60px;
  }
}
.scroll-menu .header-menu li {
  align-items: center;
  display: flex;
}
@media (min-width: 1025px) {
  .scroll-menu .header-menu li {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .scroll-menu .header-menu li {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .scroll-menu .header-menu li {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .scroll-menu .header-menu li {
    height: 50px;
  }
}
.scroll-menu .header-menu li a {
  position: relative;
  color: #000000;
}
@media (min-width: 1025px) {
  .scroll-menu .header-menu li a {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .scroll-menu .header-menu li a {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .scroll-menu .header-menu li a {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .scroll-menu .header-menu li a {
    height: 50px;
  }
}
@media (min-width: 1025px) {
  .scroll-menu .header-menu li a {
    font-size: 0.8854166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .scroll-menu .header-menu li a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .scroll-menu .header-menu li a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .scroll-menu .header-menu li a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .scroll-menu .header-menu li a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .scroll-menu .header-menu li a {
    line-height: 1.1458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .scroll-menu .header-menu li a {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .scroll-menu .header-menu li a {
    line-height: 20px;
  }
}
.scroll-menu .header-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 2px;
  background: #C6AF8F;
  bottom: 1.3020833333vw;
  transition: all 0.5s;
}
.scroll-menu .header-menu li a:hover {
  color: #C6AF8F !important;
}
.scroll-menu .header-menu .current-menu-item a {
  color: #C6AF8F !important;
}
.scroll-menu .header-menu .current-menu-item a::before {
  width: 100%;
  transition: all 0.5s;
}
.scroll-menu .header-menu .current-menu-item li a {
  color: #000 !important;
}
.scroll-menu .scroll-menu_logo img {
  width: auto;
}
@media (min-width: 1025px) {
  .scroll-menu .scroll-menu_logo img {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .scroll-menu .scroll-menu_logo img {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .scroll-menu .scroll-menu_logo img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .scroll-menu .scroll-menu_logo img {
    height: 40px;
  }
}
.scroll-menu .hamburger span {
  background: #606060 !important;
}
.scroll-menu .sub-menu {
  top: 4.1666666667vw !important;
}
.scroll-menu .sub-menu a {
  justify-content: flex-start !important;
}
.scroll-menu .sub-menu li {
  height: auto !important;
}
.scroll-menu li.menu-item-has-children {
  position: relative;
}
.scroll-menu li.menu-item-has-children a {
  position: relative;
  display: flex;
  align-items: center;
}
.scroll-menu li.menu-item-has-children a::after {
  background-image: url("../../img/down-b.svg");
}

#header.header-scrolled .scroll-menu {
  transition: all 0.5s;
  transform: translateY(0%);
}

@media (min-width: 1025px) {
  #offcanvasMenu {
    width: 31.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu {
    width: 31.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu {
    width: 100%;
  }
}
#offcanvasMenu .offcanvas-body {
  overflow: scroll;
  height: 100vh;
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offcanvas-body {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-body {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offcanvas-body {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-body {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offcanvas-body {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-body {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offcanvas-body {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-body {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-body {
    padding-bottom: 30px;
  }
}
#offcanvasMenu .offcanvas-header {
  justify-content: flex-end;
  display: flex;
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offcanvas-header {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-header {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offcanvas-header {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-header {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offcanvas-header {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-header {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offcanvas-header {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offcanvas-header {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offcanvas-header {
    padding-bottom: 30px;
  }
}
#offcanvasMenu .offcanvas-header button {
  opacity: 1 !important;
}
#offcanvasMenu .offmenu_top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offmenu_top ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_top ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_top ul li {
    padding-bottom: 10px;
  }
}
#offcanvasMenu .offmenu_top ul a {
  color: #000;
  display: flex;
  position: relative;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  width: max-content;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offmenu_top ul a {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    height: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_top ul a {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    letter-spacing: 0.1927083333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offmenu_top ul a {
    letter-spacing: 0.1927083333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    letter-spacing: 2.7px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_top ul a {
    letter-spacing: 2.7px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offmenu_top ul a {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_top ul a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offmenu_top ul a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_top ul a {
    line-height: 20px;
  }
}
#offcanvasMenu .offmenu_top ul a::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  left: 50%;
  background: #000;
  transition: all 0.5s ease-in-out;
  transform: translateX(-50%);
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a::before {
    bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offmenu_top ul a::before {
    bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a::before {
    bottom: 0px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_top ul a::before {
    bottom: 0px;
  }
}
#offcanvasMenu .offmenu_top ul a:hover::before {
  width: 100%;
  left: 0;
  transform: translateX(0);
}
#offcanvasMenu .offmenu_bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offmenu_bottom ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_bottom ul li {
    padding-bottom: 10px;
  }
}
#offcanvasMenu .offmenu_bottom ul a {
  color: #000;
  display: flex;
  position: relative;
  align-items: center;
  width: max-content;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offmenu_bottom ul a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    height: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    letter-spacing: 0.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offmenu_bottom ul a {
    letter-spacing: 0.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    letter-spacing: 2.7px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    letter-spacing: 2.7px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offmenu_bottom ul a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offmenu_bottom ul a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_bottom ul a {
    line-height: 20px;
  }
}
#offcanvasMenu .offmenu_bottom ul a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  left: 50%;
  background: #000;
  transition: all 0.5s ease-in-out;
  transform: translateX(-50%);
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a::before {
    bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu .offmenu_bottom ul a::before {
    bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a::before {
    bottom: 0px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu .offmenu_bottom ul a::before {
    bottom: 0px;
  }
}
#offcanvasMenu .offmenu_bottom ul a:hover::before {
  width: 100%;
  left: 0;
  transform: translateX(0);
}
#offcanvasMenu hr {
  background: #000;
}
@media (min-width: 1025px) {
  #offcanvasMenu hr {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu hr {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu hr {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu hr {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  #offcanvasMenu hr {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasMenu hr {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasMenu hr {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  #offcanvasMenu hr {
    margin-top: 20px;
  }
}

.off-menu li.current_page_item a {
  color: #000 !important;
}

.menu-social-ul,
.menu-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .menu-social-ul,
  .menu-social {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-social-ul,
  .menu-social {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-social-ul,
  .menu-social {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .menu-social-ul,
  .menu-social {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .menu-social-ul li,
  .menu-social li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-social-ul li,
  .menu-social li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-social-ul li,
  .menu-social li {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .menu-social-ul li,
  .menu-social li {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .menu-social-ul li,
  .menu-social li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-social-ul li,
  .menu-social li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-social-ul li,
  .menu-social li {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .menu-social-ul li,
  .menu-social li {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    height: 35px;
  }
}
@media (max-width: 600px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    height: 35px;
  }
}
@media (min-width: 1025px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    width: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    width: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    width: 35px;
  }
}
@media (max-width: 600px) {
  .menu-social-ul li svg,
  .menu-social li svg {
    width: 35px;
  }
}
.menu-social-ul li svg path,
.menu-social li svg path {
  fill: #fff;
}
.menu-social-ul li svg circle,
.menu-social li svg circle {
  stroke: #fff;
}
.menu-social-ul a:hover path,
.menu-social a:hover path {
  fill: #606060 !important;
}
.menu-social-ul a:hover circle,
.menu-social a:hover circle {
  stroke: #606060 !important;
}

.menu-left-div {
  height: 100vh;
}
@media (min-width: 1025px) {
  .menu-left-div {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-left-div {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-left-div {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .menu-left-div {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .menu-left-div {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-left-div {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-left-div {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .menu-left-div {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .menu-left-div {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-left-div {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-left-div {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .menu-left-div {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .menu-left-div {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-left-div {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-left-div {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .menu-left-div {
    padding-bottom: 10px;
  }
}

.main-menu {
  position: fixed;
  top: 100%;
  left: 0;
  background-color: #606060;
  display: flex;
  opacity: 0;
  height: 100vh;
  width: 0;
  z-index: 999;
  top: 0;
  visibility: hidden;
}
@media (min-width: 1025px) {
  .main-menu .menu-top img {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .menu-top img {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-top img {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-top img {
    height: 60px;
  }
}
.main-menu .hamburger span {
  background: #fff !important;
}
.main-menu .header_button-toggle {
  width: 100%;
}
@media (min-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .header_button-toggle {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .header_button-toggle {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .header_button-toggle {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .header_button-toggle {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .header_button-toggle {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .header_button-toggle {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .header_button-toggle {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .header_button-toggle {
    padding-right: 30px;
  }
}
.main-menu #nav_accordion a {
  text-decoration: none;
  position: relative;
  color: rgba(255, 255, 255, 0.71);
}
.main-menu #nav_accordion a:hover {
  color: #C6AF8F;
}
.main-menu #nav_accordion .nav-link {
  color: #fff;
}
@media (min-width: 1025px) {
  .main-menu .submenu {
    top: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .submenu {
    top: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .submenu {
    top: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .submenu {
    top: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .main-menu .submenu {
    position: absolute;
    left: 100%;
    padding: 0 !important;
  }
}
.main-menu .submenu .has-submenu-item {
  width: calc(100% - 2.6041666667vw);
}
.main-menu .submenu a {
  font-family: "Lato", sans-serif !important;
}
@media only screen and (min-width: 1025px) {
  .main-menu .submenu a {
    padding-left: 1.5625vw !important;
    padding-right: 1.5625vw !important;
  }
}
.main-menu .submenu li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.main-menu .submenu .submenu {
  padding: 0 !important;
  position: relative;
  left: auto;
  top: auto !important;
  padding-left: 0 !important;
}
.main-menu .submenu .submenu li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.main-menu .submenu .submenu .has-submenu-item {
  width: 100% !important;
}
.main-menu .submenu .submenu a {
  font-family: "Lato", sans-serif !important;
  color: #757575 !important;
}
.main-menu .submenu .submenu a:hover {
  color: #fff !important;
}
.main-menu .menu-bottom {
  width: 100%;
  overflow: auto;
  height: calc(100vh - 6.25vw);
}
@media (min-width: 1025px) {
  .main-menu .menu-bottom {
    padding-top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .menu-bottom {
    padding-top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-bottom {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-bottom {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .menu-bottom {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .menu-bottom {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-bottom {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1025px) {
  .main-menu .menu-bottom {
    height: calc(100vh - 130px);
  }
}
.main-menu .menu-bottom a {
  text-decoration: none;
  position: relative;
  color: #fff;
}
.main-menu .menu-bottom a:hover {
  color: #C6AF8F;
}
.main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu ul li {
  font-family: "Lato", sans-serif;
}
.main-menu ul li a {
  text-decoration: none;
  position: relative;
  color: #000000;
}
.main-menu ul li a:hover {
  color: #C6AF8F;
}
@media (min-width: 1025px) {
  .main-menu .side-top {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .side-top {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top li {
    padding-top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .side-top li {
    padding-top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top li {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top li {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top li {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .side-top li {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top li {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top li {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top li {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .side-top li {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top li {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top li {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top li {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .side-top li {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top li {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top li {
    padding-right: 30px;
  }
}
.main-menu .side-top li li {
  border: 0 !important;
  padding-top: 0 !important;
}
.main-menu .side-top li:hover a {
  display: flex;
  position: relative;
  transition: all 0.3s;
}
@media only screen and (min-width: 1025px) {
  .main-menu .side-top .has-submenu-item {
    width: calc(100% - 3.6458333333vw);
  }
}
@media only screen and (max-width: 1025px) {
  .main-menu .side-top .has-submenu-item {
    width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1025px) {
  .main-menu .side-top .toggle-btn-slide {
    width: 3.6458333333vw;
  }
}
@media only screen and (max-width: 1025px) {
  .main-menu .side-top .toggle-btn-slide {
    width: 50px;
  }
}
.main-menu .side-top .submenu .submenu.collapse.show {
  background-color: rgba(8, 8, 8, 0.9);
  transition: background-color 0.5s;
}
.main-menu .side-top li.current-menu-item {
  background: #242424;
}
.main-menu .side-top .has-submenu-item.open {
  color: #C6AF8F !important;
}
.main-menu .side-top a {
  font-family: "IBM Plex Serif", serif;
  color: #606060;
  font-weight: 400;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .main-menu .side-top a {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .side-top a {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top a {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top a {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top a {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .side-top a {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top a {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top a {
    line-height: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .main-menu .side-top a {
    height: 2.6041666667vw;
  }
}
@media only screen and (max-width: 1025px) {
  .main-menu .side-top a {
    height: 35px;
  }
}
.main-menu .side-top .has-submenu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-menu .side-top .has-submenu .has-submenu-toggle {
  width: calc(100% - 2.6041666667vw);
}
.main-menu .side-top .has-submenu .toggle-btn-slide {
  position: relative;
  cursor: pointer;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  transition: all 0.3s;
}
.main-menu .side-top .has-submenu .toggle-btn-slide::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../../img/down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.0416666667vw;
}
@media only screen and (min-width: 1025px) {
  .main-menu .side-top .has-submenu .toggle-btn-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.main-menu .side-top .has-submenu ul {
  width: 100%;
}
@media (min-width: 1025px) {
  .main-menu .side-top .has-submenu ul {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .side-top .has-submenu ul {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top .has-submenu ul {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top .has-submenu ul {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top .has-submenu ul {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .side-top .has-submenu ul {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top .has-submenu ul {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top .has-submenu ul {
    padding-top: 10px;
  }
}
.main-menu .side-top .has-submenu ul a {
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .main-menu .side-top .has-submenu ul a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .side-top .has-submenu ul a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top .has-submenu ul a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top .has-submenu ul a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top .has-submenu ul a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .side-top .has-submenu ul a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top .has-submenu ul a {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top .has-submenu ul a {
    line-height: 25px;
  }
}
.main-menu .side-top .has-submenu ul a:hover {
  transition: all 0.3s;
  color: #C6AF8F;
}
.main-menu .side-top li.active a {
  color: #C6AF8F !important;
}
.main-menu .side-top li.active .submenu a {
  color: rgba(255, 255, 255, 0.68) !important;
}
.main-menu .side-top li.active .submenu li.active a {
  color: #C6AF8F !important;
}
.main-menu .side-top .submenu li {
  position: relative;
}
.main-menu .side-top .submenu li::after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.21);
  left: 1.5625vw;
  right: 1.5625vw;
  bottom: 0;
  position: absolute;
}
.main-menu .side-top .submenu li .submenu li::after {
  display: none !important;
}
@media (min-width: 1025px) {
  .main-menu .side-bottom {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .side-bottom {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-bottom {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-bottom {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-bottom {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .side-bottom {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-bottom {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-bottom {
    padding-right: 30px;
  }
}
.main-menu .side-bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-menu .side-bottom li {
  width: 47%;
}
@media (min-width: 1025px) {
  .main-menu .side-bottom li {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .side-bottom li {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-bottom li {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-bottom li {
    padding-bottom: 15px;
  }
}
.main-menu .side-bottom li:hover a {
  display: block;
  transition: all 0.3s;
}
.main-menu .side-bottom a {
  width: 100%;
  font-family: "IBM Plex Serif", serif;
  transition: all 0.3s;
  display: flex;
}
@media (min-width: 1025px) {
  .main-menu .side-bottom a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .side-bottom a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-bottom a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .main-menu .side-bottom a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-bottom a {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-menu .side-bottom a {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-bottom a {
    line-height: 17px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-bottom a {
    line-height: 17px;
  }
}
.main-menu .side-bottom li.active a {
  color: #C6AF8F;
}
.main-menu .side-bottom li.active .submenu a {
  color: #fff;
}
.main-menu .side-bottom li.active .submenu li.active a {
  color: #C6AF8F !important;
}

@media only screen and (min-width: 1025px) {
  .second-level-parent.open {
    background: #C6AF8F;
  }
  .second-level-parent.open a {
    color: #000 !important;
  }
  .second-level-parent.open a:hover {
    color: #000 !important;
  }
  .second-level-parent.open .submenu a {
    color: #757575 !important;
  }
  .second-level-parent.open .submenu a:hover {
    color: #fff !important;
  }
  .second-level-parent.open::after {
    display: none;
  }
}
.menu-web hr {
  background: #fff;
}

@media only screen and (min-width: 1025px) {
  .first-level-parent .toggle-btn-slide {
    transform: rotate(270deg);
  }
  .first-level-parent .submenu .toggle-btn-slide {
    transform: rotate(0deg);
  }
  .main-menu .submenu {
    transform: translatex(-50px);
    opacity: 0;
  }
  .main-menu .submenu.show {
    transform: translatex(0px);
    opacity: 1;
  }
  .second-level-parent .has-submenu-item {
    height: 2.6041666667vw;
    display: flex !important;
    align-items: center;
  }
}
.menu-drop-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.8980392157);
  transform: translateX(0%);
  transition: all 0.5s;
}

.menu-drop-overlay.active {
  transform: translateX(100%);
  transition: all 0.5s;
}

.off-menu a {
  width: max-content;
}

.off-menu a {
  position: relative;
}
.off-menu a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  left: 50%;
  background: #000;
  transition: all 0.5s ease-in-out;
  transform: translateX(-50%);
}
@media (min-width: 1025px) {
  .off-menu a::before {
    bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .off-menu a::before {
    bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .off-menu a::before {
    bottom: 0px;
  }
}
@media (max-width: 600px) {
  .off-menu a::before {
    bottom: 0px;
  }
}
.off-menu li.current_page_item a {
  color: #C6AF8F !important;
}
.off-menu li.current_page_item a::before {
  width: 30%;
  left: 0;
  transform: translateX(0);
  background: #C6AF8F !important;
}
@media only screen and (max-width: 1025px) {
  .off-menu li.current_page_item a::before {
    width: 10% !important;
  }
}

.header_top #primary-menu li {
  align-items: center;
  display: flex;
}
.header_top #primary-menu li.current_page_item a {
  color: #fff;
}
.header_top #primary-menu li.current_page_item a::before {
  width: 100%;
  left: 0;
  transform: translateX(0);
  background: #fff !important;
}
.header_top #primary-menu li.current_page_item li a {
  color: #000 !important;
}
.header_top #primary-menu li.current_page_item li a:hover {
  color: #fff !important;
}
.header_top #primary-menu a:hover {
  color: #C6AF8F;
}
.header_top #primary-menu .sub-menu a {
  justify-content: flex-start !important;
}

@media (min-width: 1025px) {
  .main-web {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-web {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-web {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .main-web {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .main-web {
    letter-spacing: 0.05vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-web {
    letter-spacing: 0.05vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-web {
    letter-spacing: 0.96px;
  }
}
@media (max-width: 600px) {
  .main-web {
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1025px) {
  .main-web {
    font-size: 0.8854166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-web {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-web {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .main-web {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .main-web {
    line-height: 0.8854166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .main-web {
    line-height: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-web {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .main-web {
    line-height: 20px;
  }
}

.menu-right-div {
  position: relative;
  background: rgba(0, 0, 0, 0.47);
}
@media (min-width: 1025px) {
  .menu-right-div {
    padding-right: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-right-div {
    padding-right: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-right-div {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .menu-right-div {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .menu-right-div {
    padding-left: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-right-div {
    padding-left: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-right-div {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .menu-right-div {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .menu-right-div {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-right-div {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-right-div {
    padding-top: 0px;
  }
}
@media (max-width: 600px) {
  .menu-right-div {
    padding-top: 0px;
  }
}
@media (min-width: 1025px) {
  .menu-right-div {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-right-div {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-right-div {
    padding-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .menu-right-div {
    padding-bottom: 0px;
  }
}
.menu-right-div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.menu-right-div hr {
  background: #fff;
}
.menu-right-div ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
@media (min-width: 1025px) {
  .menu-right-div ul li {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-right-div ul li {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-right-div ul li {
    padding-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .menu-right-div ul li {
    padding-bottom: 0px;
  }
}
.menu-right-div ul a {
  color: #fff !important;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-right-div ul a:hover {
  color: #C6AF8F !important;
}
.menu-right-div ul a:hover svg path {
  fill: #C6AF8F !important;
}
.menu-right-div ul a svg {
  object-fit: cover;
}
@media (min-width: 1025px) {
  .menu-right-div ul a svg {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-right-div ul a svg {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-right-div ul a svg {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .menu-right-div ul a svg {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .menu-right-div ul a svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-right-div ul a svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-right-div ul a svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .menu-right-div ul a svg {
    height: 20px;
  }
}

#offcanvasSearch {
  height: max-content;
  background: #516153;
}
#offcanvasSearch .offcanvas-header {
  padding: 0;
}
@media (min-width: 1025px) {
  #offcanvasSearch .offcanvas-body {
    padding-bottom: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasSearch .offcanvas-body {
    padding-bottom: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasSearch .offcanvas-body {
    padding-bottom: 35px;
  }
}
@media (max-width: 600px) {
  #offcanvasSearch .offcanvas-body {
    padding-bottom: 35px;
  }
}
@media (min-width: 1025px) {
  #offcanvasSearch .offcanvas-body {
    padding-top: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #offcanvasSearch .offcanvas-body {
    padding-top: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasSearch .offcanvas-body {
    padding-top: 35px;
  }
}
@media (max-width: 600px) {
  #offcanvasSearch .offcanvas-body {
    padding-top: 35px;
  }
}
#offcanvasSearch .ab-img-search {
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  height: 100%;
}
#offcanvasSearch .btn-close {
  position: absolute;
  z-index: 99999;
}
@media only screen and (min-width: 1025px) {
  #offcanvasSearch .heading--24 {
    color: #C6AF8F;
    padding-bottom: 0.78125vw;
    text-transform: uppercase;
  }
  #offcanvasSearch .heading--24 span {
    display: block;
    text-transform: none;
    color: #fff;
  }
  #offcanvasSearch .btn-close {
    top: 1.0416666667vw;
    right: 1.0416666667vw;
  }
}
@media only screen and (max-width: 1025px) {
  #offcanvasSearch {
    height: max-content;
  }
  #offcanvasSearch .ab-img-search {
    display: none !important;
  }
  #offcanvasSearch .heading--24 {
    color: #C6AF8F;
    padding-bottom: 10px;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-size: 18px !important;
    text-transform: uppercase;
  }
  #offcanvasSearch .heading--24 span {
    font-size: 19px;
    display: block;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
  }
  #offcanvasSearch .btn-close {
    top: 20px;
    right: 20px;
  }
}

.subsite-dropdown button {
  display: flex;
  align-items: center;
  background: transparent !important;
  border: 0;
  padding: 0;
  font-family: "IBM Plex Serif", serif;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 1025px) {
  .subsite-dropdown button {
    margin-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .subsite-dropdown button {
    margin-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown button {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown button {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown button {
    margin-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .subsite-dropdown button {
    margin-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown button {
    margin-right: 0px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown button {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown button {
    letter-spacing: 0.025vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .subsite-dropdown button {
    letter-spacing: 0.025vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown button {
    letter-spacing: 0.96px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown button {
    letter-spacing: 0.96px;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown button {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .subsite-dropdown button {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown button {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown button {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown button {
    line-height: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .subsite-dropdown button {
    line-height: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown button {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown button {
    line-height: 20px;
  }
}
.subsite-dropdown button:hover, .subsite-dropdown button:active {
  background: transparent !important;
}
.subsite-dropdown .dropdown-toggle::after {
  border: 0 !important;
  content: "";
  height: 1.0416666667vw;
  width: 1.0416666667vw;
  transition: all 0.3s;
  background-image: url("../../img/down-w.svg");
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat !important;
}
.subsite-dropdown .dropdown-menu {
  background: #fff;
  padding: 0;
  border-radius: 0 !important;
}
.subsite-dropdown .dropdown-menu a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  font-weight: 500;
  text-align: left !important;
  width: 100%;
  font-family: "IBM Plex Serif", serif;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  color: #000;
}
@media (min-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .subsite-dropdown .dropdown-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    height: 35px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown .dropdown-menu a {
    height: 35px;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .subsite-dropdown .dropdown-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown .dropdown-menu a {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .subsite-dropdown .dropdown-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown .dropdown-menu a {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .subsite-dropdown .dropdown-menu a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown .dropdown-menu a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    line-height: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .subsite-dropdown .dropdown-menu a {
    line-height: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown .dropdown-menu a {
    line-height: 20px;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    letter-spacing: 0.025vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .subsite-dropdown .dropdown-menu a {
    letter-spacing: 0.025vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    letter-spacing: 0.96px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown .dropdown-menu a {
    letter-spacing: 0.96px;
  }
}
.subsite-dropdown .dropdown-menu a.active {
  color: #fff !important;
}
.subsite-dropdown .dropdown-menu a:hover {
  background: #C6AF8F;
  color: #fff !important;
}
.subsite-dropdown .dropdown-item.active,
.subsite-dropdown .dropdown-item:active {
  background: #516153;
}

.header.no-banners {
  border-bottom: 1px solid #dddddd;
}
.header.no-banners .main-web {
  border-right: 1px solid #000;
}
.header.no-banners .subsite-dropdown .dropdown-toggle {
  color: #000 !important;
}
.header.no-banners .dropdown-menu .dropdown-item.active,
.header.no-banners .dropdown-menu .dropdown-item:active {
  color: #fff !important;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 9; /* Ensure it's below the menu */
}

.no-scroll {
  overflow: hidden !important;
}

.menu-featured a {
  color: #fff !important;
  position: relative;
}
.menu-featured a::after {
  content: "";
  position: absolute;
  background: red;
  z-index: -1;
}
@media (min-width: 1025px) {
  .menu-featured a::after {
    bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-featured a::after {
    bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-featured a::after {
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  .menu-featured a::after {
    bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .menu-featured a::after {
    top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-featured a::after {
    top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-featured a::after {
    top: 20px;
  }
}
@media (max-width: 600px) {
  .menu-featured a::after {
    top: 20px;
  }
}
@media (min-width: 1025px) {
  .menu-featured a::after {
    left: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-featured a::after {
    left: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-featured a::after {
    left: 20px;
  }
}
@media (max-width: 600px) {
  .menu-featured a::after {
    left: 20px;
  }
}
@media (min-width: 1025px) {
  .menu-featured a::after {
    right: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .menu-featured a::after {
    right: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .menu-featured a::after {
    right: 20px;
  }
}
@media (max-width: 600px) {
  .menu-featured a::after {
    right: 20px;
  }
}
.menu-featured a:hover {
  color: #fff !important;
}
.menu-featured a:hover::after {
  background: red;
}

@media only screen and (min-width: 1025px) {
  .header_top {
    display: flex;
    align-items: center !important;
  }
  .menu-social {
    padding-top: 1.5625vw !important;
  }
  .toggle-btn-slide::after {
    transform: rotate(0deg);
    transition: all 0.3s;
  }
  .toggle-btn-slide.active::after {
    transform: rotate(180deg);
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 1025px) {
  .side-bottom {
    padding-bottom: 50px !important;
  }
  .menu-web {
    padding-top: 0 !important;
  }
  .submenu {
    padding-left: 0 !important;
  }
  .submenu a {
    padding-left: 0 !important;
  }
  .subsite-dropdown .dropdown-menu {
    width: 100% !important;
  }
  .subsite-dropdown {
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 0;
    background: #e6e2d6 !important;
  }
  .subsite-dropdown button {
    color: #000 !important;
    width: 100%;
    height: 40px;
    padding: 0 15px !important;
    display: flex;
  }
  .subsite-dropdown button span {
    flex-grow: 1;
    text-align: left;
  }
  .subsite-dropdown .dropdown-toggle::after {
    background-image: url(../../img/down-b.svg) !important;
    height: 20px;
    width: 20px;
  }
  .main-menu .side-top li .submenu li {
    padding-bottom: 10px !important;
  }
  .toggle-btn-slide::after {
    transform: rotate(0deg);
    transition: all 0.3s;
  }
  .toggle-btn-slide.active::after {
    transform: rotate(180deg);
    transition: all 0.3s;
  }
  .has-submenu-toggle {
    width: calc(100% - 100px) !important;
  }
  .toggle-btn-slide {
    width: 100px !important;
    height: 30px !important;
  }
  .toggle-btn-slide::after {
    width: 30px !important;
    left: auto !important;
    background-size: 18px !important;
    background-position: calc(100% - 5px) !important;
  }
  .menu-bottom .flex-grow-1 {
    flex-grow: unset !important;
  }
  .menu-social {
    padding-top: 20px !important;
  }
  .menu-bottom {
    height: calc(100vh - 120px);
  }
  .contact-box .menu-social-ul {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    width: 100%;
  }
  .contact-box .menu-social-ul li {
    padding-left: 10px !important;
  }
  .header.no-banners .header_button {
    flex-grow: 1;
  }
  .header.no-banners .header_top {
    width: auto !important;
    padding-left: 5%;
  }
  .header.no-banners .header_top img {
    height: 40px !important;
  }
  .header.no-banners .header_top {
    height: 60px !important;
  }
  .mobile-logo img {
    height: 60px;
  }
  #offcanvasMenu .offcanvas-header {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
  }
  .header_button {
    width: 30%;
  }
  .header-logo,
  .fixed-menu-logo {
    width: 40%;
  }
  .book_div {
    width: 30%;
  }
  .header_top {
    padding-top: 30px;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header_button {
    width: 35%;
  }
  .header-logo,
  .fixed-menu-logo {
    width: 30%;
  }
  .book_div {
    width: 35%;
  }
}
@media only screen and (max-width: 600px) {
  .search-trigger-btn {
    margin-right: 20px !important;
  }
  .fixed-menu-logo {
    width: 100% !important;
    flex-direction: row-reverse;
  }
  .fixed-menu-logo .header_button-toggle {
    flex-grow: 1;
  }
  #offcanvasMenu {
    width: 100% !important;
  }
  #header .header_top,
  #header .scroll-menu .wrapper--90 {
    flex-direction: row-reverse;
  }
  #header .header_button {
    justify-content: flex-end;
  }
  #header .header_button-toggle {
    padding-right: 0 !important;
  }
}
.copyright-menu,
.footer-bottom {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.copyright-menu li,
.footer-bottom li {
  border-right: 1px solid rgba(255, 255, 255, 0.38);
}
@media (min-width: 1025px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-right: 10px;
  }
}
.copyright-menu li:first-child,
.footer-bottom li:first-child {
  padding-left: 0;
}
.copyright-menu li:last-child,
.footer-bottom li:last-child {
  border: 0;
}
.copyright-menu a,
.copyright-menu li,
.copyright-menu p,
.footer-bottom a,
.footer-bottom li,
.footer-bottom p {
  margin: 0;
  font-weight: 400;
  position: relative;
  color: #D6D6D6;
  text-decoration: none;
  font-family: "Lato", sans-serif;
}
@media (min-width: 1025px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    line-height: 1.1458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    line-height: 20px;
  }
}
@media (min-width: 1025px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    letter-spacing: 0.0135416667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    letter-spacing: 0.0135416667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    letter-spacing: 0.26px;
  }
}
@media (max-width: 600px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    letter-spacing: 0.26px;
  }
}
.copyright-menu a:hover,
.footer-bottom a:hover {
  color: #C6AF8F;
}
.copyright-menu a::after,
.footer-bottom a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #C6AF8F;
  bottom: 0;
  transition: all 0.5s;
}
.copyright-menu .current-menu-item a,
.footer-bottom .current-menu-item a {
  color: #C6AF8F !important;
}
.copyright-menu .current-menu-item a::after,
.footer-bottom .current-menu-item a::after {
  width: 100%;
  transition: all 0.5s;
}

#scrolltotop {
  background: transparent;
  border: 0;
  position: absolute;
}
@media (min-width: 1025px) {
  #scrolltotop {
    right: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #scrolltotop {
    right: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #scrolltotop {
    right: 20px;
  }
}
@media (max-width: 600px) {
  #scrolltotop {
    right: 20px;
  }
}
@media (min-width: 1025px) {
  #scrolltotop {
    bottom: 5.7291666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #scrolltotop {
    bottom: 5.7291666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #scrolltotop {
    bottom: 180px;
  }
}
@media (max-width: 600px) {
  #scrolltotop {
    bottom: 180px;
  }
}
#scrolltotop:hover rect {
  fill: #C6AF8F;
}
@media only screen and (max-width: 1025px) {
  #scrolltotop svg {
    height: 30px;
    width: 30px;
  }
}

.footer-bg--dark {
  background: rgba(0, 0, 0, 0.06);
}

.footer-top-menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0 !important;
  margin: 0;
}
@media only screen and (max-width: 1025px) {
  .footer-top-menu ul {
    padding-bottom: 20px !important;
  }
}
.footer-top-menu ul li {
  border-right: 1px solid #000000;
}
@media (min-width: 1025px) {
  .footer-top-menu ul li {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .footer-top-menu ul li {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-top-menu ul li {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .footer-top-menu ul li {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .footer-top-menu ul li {
    padding-right: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .footer-top-menu ul li {
    padding-right: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-top-menu ul li {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .footer-top-menu ul li {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1025px) {
  .footer-top-menu ul li {
    padding-bottom: 0 !important;
    margin-bottom: 15px;
  }
}
.footer-top-menu ul li:first-child {
  padding-left: 0;
}
.footer-top-menu ul li:last-child {
  border: 0;
}
.footer-top-menu ul a,
.footer-top-menu ul li,
.footer-top-menu ul p {
  margin: 0;
  position: relative;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  font-family: "Lato", sans-serif;
}
@media (min-width: 1025px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    font-size: 1.40625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    letter-spacing: 0.0572916667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    letter-spacing: 0.0572916667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    letter-spacing: 1.1px;
  }
}
@media (max-width: 600px) {
  .footer-top-menu ul a,
  .footer-top-menu ul li,
  .footer-top-menu ul p {
    letter-spacing: 1.1px;
  }
}
.footer-top-menu ul a:hover {
  color: #C6AF8F;
}
.footer-top-menu ul a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #C6AF8F;
  bottom: 0;
  transition: all 0.5s;
}
.footer-top-menu ul .current-menu-item a {
  color: #C6AF8F !important;
}
.footer-top-menu ul .current-menu-item a::after {
  width: 100%;
  transition: all 0.5s;
}

@media (min-width: 600px) and (max-width: 1025px) {
  .footer-top-menu {
    flex-direction: column;
  }
}

.footer-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
}

@media only screen and (max-width: 1025px) {
  .footer-top-menu .icon-list-item-padding {
    padding-bottom: 10px !important;
  }
}
@media only screen and (min-width: 1025px) {
  .footer-top-menu .icon-list-item {
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 1025px) {
  .footer-top-menu .icon-list-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .footer-top-menu .icon-list-item div {
    width: calc(100% - 1.5625vw);
  }
}
@media only screen and (max-width: 1025px) {
  .footer-top-menu .icon-list-item div {
    width: calc(100% - 20px);
  }
}
.footer-top-menu a:hover {
  color: #C6AF8F !important;
}

.copyright-menu {
  padding: 0;
  margin: 0;
  justify-content: center;
}

.footer-con-list a {
  text-decoration: none;
}
.footer-con-list a:hover {
  color: #C6AF8F;
}

@media (min-width: 600px) and (max-width: 1025px) {
  .footer-con-list-contact {
    background: #e9e8e8;
    padding: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .footer-con-list-contact {
    background: #e9e8e8;
    padding: 30px 20px;
  }
}

.contact-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact-box img,
.contact-box svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .contact-box img,
  .contact-box svg {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .contact-box img,
  .contact-box svg {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .contact-box img,
  .contact-box svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .contact-box img,
  .contact-box svg {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .contact-box img,
  .contact-box svg {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .contact-box img,
  .contact-box svg {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .contact-box img,
  .contact-box svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .contact-box img,
  .contact-box svg {
    width: 20px;
  }
}
.contact-box .contact-box__text {
  width: calc(100% - 3.125vw);
}
@media (min-width: 1025px) {
  .contact-box .contact-box__text .paragraph--16 {
    line-height: 1.1458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .contact-box .contact-box__text .paragraph--16 {
    line-height: 1.1458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .contact-box .contact-box__text .paragraph--16 {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .contact-box .contact-box__text .paragraph--16 {
    line-height: 20px;
  }
}

.logo-div-main {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
@media (min-width: 1025px) {
  .logo-div-main {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .logo-div-main {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-div-main {
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  .logo-div-main {
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .logo-div-main {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .logo-div-main {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-div-main {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .logo-div-main {
    padding-top: 15px;
  }
}
@media (min-width: 1025px) {
  .logo-div-main {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .logo-div-main {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-div-main {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .logo-div-main {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    padding-top: 15px;
  }
}
.logo-div-main .sub-logo img,
.logo-div-main .adaran-logo img {
  width: auto;
}
@media (min-width: 1025px) {
  .logo-div-main .sub-logo img,
  .logo-div-main .adaran-logo img {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .logo-div-main .sub-logo img,
  .logo-div-main .adaran-logo img {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-div-main .sub-logo img,
  .logo-div-main .adaran-logo img {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .logo-div-main .sub-logo img,
  .logo-div-main .adaran-logo img {
    height: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .logo-div-main .sub-logo,
  .logo-div-main .adaran-logo {
    width: 25%;
  }
  .logo-div-main .sub-logo a,
  .logo-div-main .adaran-logo a {
    text-align: center;
    display: block;
  }
  .logo-div-main .sub-logo img,
  .logo-div-main .adaran-logo img {
    height: 50px;
    margin: auto;
    width: 100%;
    object-fit: contain;
  }
}
.logo-div-main .adaran-logo {
  border-right: 1px solid #cfcfcf;
}
@media only screen and (max-width: 600px) {
  .logo-div-main .adaran-logo {
    width: 100%;
    border-right: 0 !important;
    border-bottom: 1px solid #cfcfcf;
  }
}

.footer-logo {
  height: auto;
}
@media (min-width: 1025px) {
  .footer-logo {
    width: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .footer-logo {
    width: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-logo {
    width: 150px;
  }
}
@media (max-width: 600px) {
  .footer-logo {
    width: 150px;
  }
}

.footer-logo-div {
  list-style: none;
  padding-left: 0 !important;
}
@media (min-width: 1025px) {
  .footer-logo-div li {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .footer-logo-div li {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-logo-div li {
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .footer-logo-div li {
    padding-right: 15px;
  }
}
.footer-logo-div img {
  width: auto;
}
@media (min-width: 1025px) {
  .footer-logo-div img {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .footer-logo-div img {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-logo-div img {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .footer-logo-div img {
    height: 50px;
  }
}

.social-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media (min-width: 1025px) {
  .social-ul {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .social-ul {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .social-ul {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .social-ul li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .social-ul li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul li {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .social-ul li {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .social-ul li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .social-ul li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul li {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .social-ul li {
    padding-right: 5px;
  }
}
.social-ul li a {
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.58);
}
@media (min-width: 1025px) {
  .social-ul li a {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .social-ul li a {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul li a {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .social-ul li a {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .social-ul li a {
    width: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .social-ul li a {
    width: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul li a {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .social-ul li a {
    width: 40px;
  }
}
.social-ul li svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .social-ul li svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .social-ul li svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul li svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .social-ul li svg {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .social-ul li svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .social-ul li svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul li svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .social-ul li svg {
    width: 20px;
  }
}
.social-ul li svg path {
  fill: #fff;
}
.social-ul li:first-child {
  padding-left: 0 !important;
}
.social-ul a:hover {
  background: #C6AF8F;
}
.social-ul a:hover path {
  fill: #fff !important;
}
.social-ul a:hover circle {
  stroke: #fff;
}

.social-wrap {
  position: relative;
  align-items: center;
}
.social-wrap::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #d9d9d9;
}
.social-wrap::before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #d9d9d9;
}

.social-ul-con svg path {
  fill: #000000;
}
.social-ul-con a:hover svg path {
  fill: #C6AF8F !important;
}

.footer-menu-large ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .footer-menu-large li {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .footer-menu-large li {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-large li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .footer-menu-large li {
    padding-bottom: 10px;
  }
}
.footer-menu-large li:last-child {
  padding: 0 !important;
}
.footer-menu-large a {
  margin: 0;
  font-weight: 300;
  color: #606060;
  text-decoration: none;
  width: max-content;
  position: relative;
  font-family: "Lato", sans-serif;
}
@media (min-width: 1025px) {
  .footer-menu-large a {
    font-size: 1.4583333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .footer-menu-large a {
    font-size: 1.6145833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-large a {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .footer-menu-large a {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .footer-menu-large a {
    line-height: 1.9791666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .footer-menu-large a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-large a {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .footer-menu-large a {
    line-height: 25px;
  }
}
@media (min-width: 1025px) {
  .footer-menu-large a {
    letter-spacing: 0.0291666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .footer-menu-large a {
    letter-spacing: 0.0291666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-large a {
    letter-spacing: 0.56px;
  }
}
@media (max-width: 600px) {
  .footer-menu-large a {
    letter-spacing: 0.56px;
  }
}
.footer-menu-large a:hover {
  color: #C6AF8F;
}
.footer-menu-large a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #C6AF8F;
  bottom: 0;
  transition: all 0.5s;
}
.footer-menu-large .current-menu-item a {
  color: #C6AF8F !important;
}
.footer-menu-large .current-menu-item a::after {
  width: 100%;
  transition: all 0.5s;
}

.footer-menu-small ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-menu-small li {
  width: 33.3%;
}
@media (min-width: 1025px) {
  .footer-menu-small li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .footer-menu-small li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-small li {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .footer-menu-small li {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .footer-menu-small li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .footer-menu-small li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-small li {
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .footer-menu-small li {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1025px) {
  .footer-menu-small li {
    width: 50%;
  }
}
.footer-menu-small a {
  margin: 0;
  font-weight: 400;
  color: #D6D6D6;
  text-decoration: none;
  position: relative;
  width: max-content;
  font-family: "IBM Plex Serif", serif;
}
@media (min-width: 1025px) {
  .footer-menu-small a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .footer-menu-small a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-small a {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .footer-menu-small a {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .footer-menu-small a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .footer-menu-small a {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-small a {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .footer-menu-small a {
    line-height: 18px;
  }
}
.footer-menu-small a:hover {
  color: #C6AF8F;
}
.footer-menu-small a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #C6AF8F;
  bottom: 0;
  transition: all 0.5s;
}
.footer-menu-small .current-menu-item a {
  color: #C6AF8F !important;
}
.footer-menu-small .current-menu-item a::after {
  width: 100%;
  transition: all 0.5s;
}

.icon-list-item {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .icon-list-item {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .icon-list-item {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-item {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .icon-list-item {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .icon-list-item {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .icon-list-item {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-item {
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .icon-list-item {
    padding-right: 15px;
  }
}
.icon-list-item img,
.icon-list-item svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .icon-list-item img,
  .icon-list-item svg {
    height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .icon-list-item img,
  .icon-list-item svg {
    height: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-item img,
  .icon-list-item svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .icon-list-item img,
  .icon-list-item svg {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .icon-list-item img,
  .icon-list-item svg {
    width: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .icon-list-item img,
  .icon-list-item svg {
    width: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-item img,
  .icon-list-item svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .icon-list-item img,
  .icon-list-item svg {
    width: 20px;
  }
}
@media (min-width: 1025px) {
  .icon-list-item img,
  .icon-list-item svg {
    margin-top: 0.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .icon-list-item img,
  .icon-list-item svg {
    margin-top: 0.46875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-item img,
  .icon-list-item svg {
    margin-top: 5px;
  }
}
@media (max-width: 600px) {
  .icon-list-item img,
  .icon-list-item svg {
    margin-top: 5px;
  }
}
.icon-list-item div {
  width: calc(100% - 1.0416666667vw);
}
@media (min-width: 1025px) {
  .icon-list-item div {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .icon-list-item div {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .icon-list-item div {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .icon-list-item div {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1025px) {
  .icon-list-item div {
    width: calc(100% - 20px);
  }
}

.logo-svg-footer {
  overflow: hidden;
  position: absolute;
}
@media (min-width: 1025px) {
  .logo-svg-footer {
    right: -5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .logo-svg-footer {
    right: -5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-footer {
    right: 20px;
  }
}
@media (max-width: 600px) {
  .logo-svg-footer {
    right: 20px;
  }
}
@media (min-width: 1025px) {
  .logo-svg-footer {
    bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .logo-svg-footer {
    bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-footer {
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  .logo-svg-footer {
    bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .logo-svg-footer svg {
    width: 20.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .logo-svg-footer svg {
    width: 20.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-footer svg {
    width: 50px;
  }
}
@media (max-width: 600px) {
  .logo-svg-footer svg {
    width: 50px;
  }
}
@media (min-width: 1025px) {
  .logo-svg-footer svg {
    height: 20.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .logo-svg-footer svg {
    height: 20.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .logo-svg-footer svg {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .logo-svg-footer svg {
    height: 50px;
  }
}

.border-top--white {
  border-top: 1px solid rgba(255, 255, 255, 0.23);
}

.footer-subsites {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 1025px) {
  .footer-subsites {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .footer-subsites {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-subsites {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .footer-subsites {
    margin-top: 20px;
  }
}
.footer-subsites a {
  color: #D6D6D6;
}
@media only screen and (max-width: 600px) {
  .footer-subsites a {
    display: flex;
    justify-content: center;
    margin-top: 10px !important;
  }
}
.footer-subsites a:hover {
  color: #C6AF8F !important;
}

.footer-subsites-menu {
  flex-direction: column;
}
.footer-subsites-menu a {
  display: flex !important;
  justify-content: flex-start !important;
  text-align: left !important;
}
@media only screen and (max-width: 600px) {
  .footer-subsites-menu li {
    padding-bottom: 0px !important;
  }
}

#sub-newsletter-form {
  display: flex;
}
#sub-newsletter-form input {
  margin: 0;
  flex-grow: 1;
  border: 1px solid #fff;
  background: #fff;
}
@media (min-width: 1025px) {
  #sub-newsletter-form input {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #sub-newsletter-form input {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form input {
    height: 45px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form input {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form input {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #sub-newsletter-form input {
    font-size: 1.09375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form input {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form input {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form input {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #sub-newsletter-form input {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form input {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form input {
    padding-left: 15px;
  }
}
#sub-newsletter-form button {
  background: #B0B0B0;
  border: 1px solid #B0B0B0;
}
@media (min-width: 1025px) {
  #sub-newsletter-form button {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #sub-newsletter-form button {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form button {
    height: 45px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form button {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form button {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #sub-newsletter-form button {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form button {
    width: 45px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form button {
    width: 45px;
  }
}
#sub-newsletter-form button img,
#sub-newsletter-form button svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    width: 20px;
  }
}

.ceylon-logo {
  width: auto;
}
@media (min-width: 1025px) {
  .ceylon-logo {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .ceylon-logo {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .ceylon-logo {
    height: 80px;
  }
}
@media (max-width: 600px) {
  .ceylon-logo {
    height: 80px;
  }
}
@media (min-width: 1025px) {
  .ceylon-logo {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .ceylon-logo {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .ceylon-logo {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .ceylon-logo {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 1025px) {
  .mobile-flex-wrap {
    flex-wrap: wrap !important;
  }
  .mobile-flex-wrap .icon-list-item {
    width: 100% !important;
  }
  .contact-box {
    align-items: flex-start !important;
    padding-bottom: 15px;
  }
  .footer-menu-large,
  .footer-menu-small {
    text-align: left;
  }
  #footer-menu {
    text-align: left !important;
  }
  #footer-menu li {
    padding-bottom: 7px;
  }
  #footer-menu-small {
    text-align: left !important;
  }
  #footer-menu-small p {
    text-align: left !important;
  }
  #footer-menu-small li {
    width: 50% !important;
  }
  .copyright-menu {
    justify-content: center;
    width: 100%;
    padding-bottom: 25px;
  }
  .contact-box__text {
    padding-bottom: 10px;
  }
  .contact-box .contact-box__text {
    width: calc(100% - 30px) !important;
  }
  .footer-bottom {
    flex-direction: column;
    display: flex;
    padding-bottom: 30px;
  }
  .footer {
    padding-bottom: 30px !important;
  }
  .copyright-menu {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-bottom {
    flex-wrap: wrap;
    flex-direction: column !important;
    padding-bottom: 0 !important;
    align-items: center;
    text-align: center;
  }
  .footer-bottom .width--33 {
    width: 50%;
  }
  .footer-bottom .width--25 {
    justify-content: center !important;
  }
  .footer-bottom .gdpr-div {
    width: 100% !important;
    justify-content: center;
    padding-bottom: 15px;
  }
  .footer {
    padding-bottom: 0 !important;
  }
  .footer-menu-large {
    width: 40%;
  }
  .footer-menu-small {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  #footer-menu {
    padding-bottom: 30px;
  }
  .contact-box:last-child {
    padding: 0 !important;
  }
}
.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%);
}

.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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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;
  }
}

#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: 1700px) {
  #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: 1700px) {
  #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: 1700px) {
  #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: 1700px) {
  #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: 1700px) {
  #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: #606060;
}

.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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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;
  }
}
.sri-lankan {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background: #606060;
}
.sri-lankan .close-terms {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  z-index: 1;
  background: transparent;
  border: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .sri-lankan .close-terms {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .sri-lankan .close-terms {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .close-terms {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .close-terms {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .sri-lankan .close-terms {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .sri-lankan .close-terms {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .close-terms {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .close-terms {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .sri-lankan .close-terms img {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .sri-lankan .close-terms img {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .close-terms img {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .close-terms img {
    height: 20px;
  }
}
.sri-lankan .terms-and-cond {
  position: relative;
  background: #606060;
}
@media (min-width: 1025px) {
  .sri-lankan .terms-and-cond {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .sri-lankan .terms-and-cond {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .terms-and-cond {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .terms-and-cond {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .sri-lankan .terms-and-cond {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .sri-lankan .terms-and-cond {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .terms-and-cond {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .terms-and-cond {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .sri-lankan .terms-and-cond {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .sri-lankan .terms-and-cond {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .terms-and-cond {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .terms-and-cond {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .sri-lankan .terms-and-cond {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .sri-lankan .terms-and-cond {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .terms-and-cond {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .terms-and-cond {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .sri-lankan .terms-and-cond .terms,
  .sri-lankan .terms-and-cond label {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .sri-lankan .terms-and-cond .terms,
  .sri-lankan .terms-and-cond label {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .terms-and-cond .terms,
  .sri-lankan .terms-and-cond label {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .sri-lankan .terms-and-cond .terms,
  .sri-lankan .terms-and-cond label {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .sri-lankan .terms-and-cond .terms,
  .sri-lankan .terms-and-cond label {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .sri-lankan .terms-and-cond .terms,
  .sri-lankan .terms-and-cond label {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .terms-and-cond .terms,
  .sri-lankan .terms-and-cond label {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .terms-and-cond .terms,
  .sri-lankan .terms-and-cond label {
    line-height: 20px;
  }
}
@media (min-width: 1025px) {
  .sri-lankan .terms-and-cond ul {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .sri-lankan .terms-and-cond ul {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .terms-and-cond ul {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .terms-and-cond ul {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .sri-lankan .terms-and-cond ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .sri-lankan .terms-and-cond ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sri-lankan .terms-and-cond ul li {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .sri-lankan .terms-and-cond ul li {
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 1920px) {
  .book-widget-details {
    padding-top: 1.0416666667vw;
  }
  .book-widget-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .book-widget-details ul li {
    font-size: 0.8333333333vw;
    line-height: 0.9375vw;
    font-family: "Lato", sans-serif;
  }
  .book-widget-details ul {
    list-style: none;
  }
  .book-widget-details ul li {
    text-align: left !important;
    position: relative;
    padding-left: 0.78125vw;
    padding-bottom: 0.2604166667vw;
  }
  .book-widget-details ul li::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #C6AF8F;
    border-radius: 50%;
    height: 0.3645833333vw;
    width: 0.3645833333vw;
    top: 0.2604166667vw;
  }
  .book-widget-details a {
    color: #C6AF8F;
    font-size: 0.8333333333vw;
    line-height: 0.9375vw;
    font-family: "Lato", sans-serif;
  }
  .book-widget-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .book-widget-details ul li {
    font-size: 0.8333333333vw;
    line-height: 0.9375vw;
    font-family: "Lato", sans-serif;
  }
  .book-widget-details a {
    color: #C6AF8F;
    font-size: 0.8333333333vw;
    line-height: 0.9375vw;
    font-family: "Lato", sans-serif;
  }
  .booking-widget input[type=checkbox] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 1.5625vw;
    height: 0.78125vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .booking-widget input[type=checkbox]:before,
  .booking-widget input[type=checkbox]:checked:after {
    width: 0.78125vw;
    height: 0.78125vw;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #000000 !important;
  }
  .booking-widget input[type=checkbox]:checked:after {
    margin: auto;
    left: -0.78125vw;
    font-size: 0.5208333333vw;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png");
    background-size: 0.5208333333vw auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #000000;
    display: inline-block;
    border: 1px solid #000000 !important;
  }
  .booking-widget input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .booking-widget input[type=checkbox]:before,
  .booking-widget input[type=checkbox]:checked:after {
    border: 1px solid #000000 !important;
  }
  .flatpickr-calendar .nextMonthDay {
    color: rgba(57, 57, 57, 0.64) !important;
    font-weight: 600;
  }
  .flatpickr-calendar {
    width: auto !important;
    font-size: 0.78125vw !important;
    line-height: 0.78125vw !important;
  }
  .flatpickr-calendar .flatpickr-weekday {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78125vw !important;
  }
  .flatpickr-calendar .flatpickr-day {
    font-size: 0.78125vw !important;
  }
  .flatpickr-calendar .flatpickr-monthDropdown-months,
  .flatpickr-calendar .numInput {
    font-size: 1.0416666667vw !important;
  }
  .flatpickr-calendar .flatpickr-weekdays {
    height: 2.0833333333vw;
  }
  .flatpickr-calendar .flatpickr-day {
    border-radius: 50%;
    max-width: 2.0833333333vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
  .flatpickr-calendar .nextMonthDay {
    color: rgba(57, 57, 57, 0.64) !important;
  }
  .flatpickr-calendar .flatpickr-months .flatpickr-month {
    height: 2.0833333333vw;
  }
  .flatpickr-calendar .dayContainer,
  .flatpickr-calendar .flatpickr-days,
  .flatpickr-calendar .flatpickr-weekdays {
    width: 16.1458333333vw;
    max-width: 16.1458333333vw;
    min-width: 16.1458333333vw;
  }
  .flatpickr-calendar .flatpickr-current-month {
    left: 0 !important;
    width: 100% !important;
  }
  .flatpickr-calendar .flatpickr-current-month {
    height: 1.8229166667vw !important;
  }
  .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
  .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    height: 1.8229166667vw !important;
    padding: 0.5208333333vw !important;
  }
  .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
  .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
    width: 0.78125vw !important;
    height: 0.78125vw !important;
  }
  .flatpickr-calendar .flatpickr-current-month {
    padding: 0.3895833333vw 0 0 0;
  }
  .flatpickr-calendar.open,
  .flatpickr-calendar.inline {
    max-height: max-content !important;
  }
  .booking-widget {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1.0416666667vw);
    transition: all 0.3s;
    position: fixed;
    right: 5%;
    background: #E3E3E3;
    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: 1700px) {
  .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 input[type=text] {
    border: 1px solid rgba(214, 133, 24, 0.39);
    font-family: "Lato", sans-serif;
    color: #000000;
    width: 100%;
    border-radius: 0 !important;
    font-weight: 500 !important;
    background-color: #fff !important;
    height: 2.0833333333vw;
    padding: 0 0.5208333333vw;
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
  }
  .booking-widget input[type=text]:focus {
    border: 1px solid #606060;
    background-color: #fff !important;
  }
  .booking-widget .select-drop {
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
  }
  .booking-widget .nationality-drop button,
  .booking-widget .property-drop button {
    border: 1px solid rgba(214, 133, 24, 0.39);
    font-family: "Lato", sans-serif;
    text-align: left;
    color: #000000;
    width: 100%;
    color: #757575 !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    background-color: #fff !important;
    background-image: url("../../img/down-b.svg");
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-color: #fff;
    background-position: calc(100% - 0.5208333333vw);
    background-size: 0.5208333333vw auto;
    height: 2.6041666667vw;
    padding: 0 0.5208333333vw;
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
  }
  .booking-widget .nationality-drop button:focus,
  .booking-widget .property-drop button:focus {
    border: 1px solid #000000;
    background-color: #fff !important;
  }
  .booking-widget .nationality-drop ul,
  .booking-widget .property-drop ul {
    width: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 0;
  }
  .booking-widget .nationality-drop ul li a,
  .booking-widget .property-drop ul li a {
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
  }
  .booking-widget .nationality-drop ul li a:active,
  .booking-widget .property-drop ul li a:active {
    background: #000000 !important;
  }
  .booking-widget .nationality-drop ul li a.active,
  .booking-widget .property-drop ul li a.active {
    background: #000000 !important;
  }
  .booking-widget .date-range,
  .booking-widget .date-range:focus,
  .booking-widget .date-range:hover {
    background-image: url("../../img/cal.svg");
    background-size: 1.0416666667vw auto;
    background-repeat: no-repeat;
    background-position: 0.78125vw center;
    padding-left: 2.6041666667vw !important;
  }
  .booking-widget label {
    text-align: left;
    font-family: "Lato", 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 #C6AF8F;
    font-family: "Lato", sans-serif !important;
    background-color: #C6AF8F;
    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: #566657;
    border: 1px solid #566657;
  }
  .booking-widget .error-text {
    padding-top: 0.5208333333vw;
    font-size: 0.7291666667vw;
    line-height: 1.0416666667vw;
  }
  .booking-widget .checkbox-wrap {
    position: relative;
  }
  .booking-widget .checkbox-wrap input {
    position: absolute !important;
    left: 0;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 1025px) {
  .booking-widget .checkbox-wrap input {
    top: 0.2604166667vw;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 1025px) and (max-width: 1700px) {
  .booking-widget .checkbox-wrap input {
    top: 0.5208333333vw;
  }
}
@media only screen and (min-width: 1920px) and (min-width: 600px) and (max-width: 1025px) {
  .booking-widget .checkbox-wrap input {
    top: 6px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 600px) {
  .booking-widget .checkbox-wrap input {
    top: 6px;
  }
}
@media only screen and (min-width: 1920px) {
  .booking-widget .checkbox-wrap label {
    padding-left: 1.5625vw;
    padding-bottom: 0 !important;
  }
  .min-max-div {
    padding: 0 0 0 0.5208333333vw;
    border: 1px solid #bbb;
    background-color: #C6AF8F !important;
    height: 2.0833333333vw;
  }
  .min-max-div input {
    height: 1.8229166667vw !important;
    width: 1.8229166667vw !important;
    margin-left: 0.15625vw;
    margin-right: 0.15625vw;
  }
  .min-max-div button {
    background: #C6AF8F;
    border: 1px solid #C6AF8F;
    height: 1.8229166667vw;
    width: 1.8229166667vw;
    font-size: 1.0416666667vw;
  }
  .min-max-div div {
    display: flex;
  }
  .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: 1700px) {
  .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: 11.9791666667vw;
  }
  .book-widget-open .btn-close-btn {
    display: none;
  }
  .book-widget-open.show .btn-next {
    display: none;
  }
  .book-widget-open.show .btn-close-btn {
    display: block;
  }
  .best-rate {
    font-size: 0.8333333333vw !important;
    line-height: 1.1458333333vw;
  }
  .flatpickr-day.flatpickr-disabled,
  .flatpickr-day.flatpickr-disabled:hover {
    color: rgba(57, 57, 57, 0.4) !important;
  }
  .flatpickr-day.selected,
  .flatpickr-day.startRange,
  .flatpickr-day.endRange,
  .flatpickr-day.selected.inRange,
  .flatpickr-day.startRange.inRange,
  .flatpickr-day.endRange.inRange,
  .flatpickr-day.selected:focus,
  .flatpickr-day.startRange:focus,
  .flatpickr-day.endRange:focus,
  .flatpickr-day.selected:hover,
  .flatpickr-day.startRange:hover,
  .flatpickr-day.endRange:hover,
  .flatpickr-day.selected.prevMonthDay,
  .flatpickr-day.startRange.prevMonthDay,
  .flatpickr-day.endRange.prevMonthDay,
  .flatpickr-day.selected.nextMonthDay,
  .flatpickr-day.startRange.nextMonthDay,
  .flatpickr-day.endRange.nextMonthDay {
    color: #fff !important;
  }
}
@media only screen and (max-width: 1920px) {
  .book-widget-details {
    padding-top: 10px;
  }
  .book-widget-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .book-widget-details ul li {
    font-size: 15px;
    line-height: 18px;
    font-family: "Lato", sans-serif;
  }
  .book-widget-details ul {
    list-style: none;
  }
  .book-widget-details ul li {
    text-align: left !important;
    position: relative;
    padding-left: 15px;
    padding-bottom: 5px;
  }
  .book-widget-details ul li::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #C6AF8F;
    border-radius: 50%;
    height: 7px;
    width: 7px;
    top: 5px;
  }
  .book-widget-details a {
    color: #C6AF8F;
    font-size: 16px;
    line-height: 18px;
    font-family: "Lato", sans-serif;
  }
  .booking-widget {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s;
    position: fixed;
    right: 5%;
    background: #E3E3E3;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: -1;
    padding: 30px 30px 30px 30px;
    width: 400px;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1025px) {
  .booking-widget {
    top: 6.7708333333vw;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1025px) and (max-width: 1700px) {
  .booking-widget {
    top: 6.7708333333vw;
  }
}
@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: "Lato", sans-serif;
    color: #000000;
    width: 100%;
    border-radius: 0 !important;
    font-weight: 500 !important;
    background-color: #fff !important;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .booking-widget input[type=text]:focus {
    border: 1px solid #606060;
    background-color: #fff !important;
  }
  .booking-widget .select-drop {
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
  }
  .booking-widget .nationality-drop button,
  .booking-widget .property-drop button {
    border: 1px solid rgba(214, 133, 24, 0.39);
    font-family: "Lato", sans-serif;
    text-align: left;
    color: #000000;
    width: 100%;
    color: #757575 !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    background-color: #fff !important;
    background-image: url("../../img/down-b.svg");
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-color: #fff;
    background-position: calc(100% - 10px);
    background-size: 10px auto;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .booking-widget .nationality-drop button:focus,
  .booking-widget .property-drop button:focus {
    border: 1px solid #000000;
    background-color: #fff !important;
  }
  .booking-widget .nationality-drop ul,
  .booking-widget .property-drop ul {
    width: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 0;
  }
  .booking-widget .nationality-drop ul li a,
  .booking-widget .property-drop ul li a {
    font-size: 16px;
    line-height: 30px;
  }
  .booking-widget .nationality-drop ul li a:active,
  .booking-widget .property-drop ul li a:active {
    background: #566657 !important;
  }
  .booking-widget .nationality-drop ul li a.active,
  .booking-widget .property-drop ul li a.active {
    background: #566657 !important;
  }
  .booking-widget .date-range,
  .booking-widget .date-range:focus,
  .booking-widget .date-range:hover {
    background-image: url("../../img/cal.svg");
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 50px !important;
  }
  .booking-widget label {
    text-align: left;
    font-family: "Lato", sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
  }
  .booking-widget label:not(.checkbox-inline) {
    padding-bottom: 5px;
  }
  .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 #C6AF8F;
    font-family: "Lato", sans-serif !important;
    background-color: #C6AF8F;
    color: #fff;
    height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.9px;
  }
  .booking-widget .booking-submit:hover {
    transition: all 0.3s;
    color: #fff;
    background-color: #566657;
    border: 1px solid #566657;
  }
  .booking-widget .error-text {
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .booking-widget .checkbox-wrap {
    position: relative;
  }
  .booking-widget .checkbox-wrap input {
    position: absolute !important;
    left: 0;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1025px) {
  .booking-widget .checkbox-wrap input {
    top: 0.2604166667vw;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1025px) and (max-width: 1700px) {
  .booking-widget .checkbox-wrap input {
    top: 0.5208333333vw;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 600px) and (max-width: 1025px) {
  .booking-widget .checkbox-wrap input {
    top: 7px;
  }
}
@media only screen and (max-width: 1920px) and (max-width: 600px) {
  .booking-widget .checkbox-wrap input {
    top: 7px;
  }
}
@media only screen and (max-width: 1920px) {
  .booking-widget .checkbox-wrap label {
    padding-left: 30px;
    padding-bottom: 0 !important;
  }
  .min-max-div {
    padding: 0 0 0 10px;
    border: 1px solid rgba(214, 133, 24, 0.39);
    background-color: #fff !important;
    height: 50px;
  }
  .min-max-div input {
    height: 35px !important;
    width: 35px !important;
    margin-left: 3px;
    margin-right: 3px;
  }
  .min-max-div button {
    background: #C6AF8F;
    border: 1px solid #C6AF8F;
    height: 35px;
    width: 35px;
    font-size: 20px;
  }
  .min-max-div div {
    display: flex;
  }
  .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: 1700px) {
  .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: 11.9791666667vw;
  }
  .book-widget-open .btn-close-btn {
    display: none;
  }
  .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;
  }
  .flatpickr-day.flatpickr-disabled,
  .flatpickr-day.flatpickr-disabled:hover {
    color: rgba(57, 57, 57, 0.4) !important;
  }
  .flatpickr-day.selected,
  .flatpickr-day.startRange,
  .flatpickr-day.endRange,
  .flatpickr-day.selected.inRange,
  .flatpickr-day.startRange.inRange,
  .flatpickr-day.endRange.inRange,
  .flatpickr-day.selected:focus,
  .flatpickr-day.startRange:focus,
  .flatpickr-day.endRange:focus,
  .flatpickr-day.selected:hover,
  .flatpickr-day.startRange:hover,
  .flatpickr-day.endRange:hover,
  .flatpickr-day.selected.prevMonthDay,
  .flatpickr-day.startRange.prevMonthDay,
  .flatpickr-day.endRange.prevMonthDay,
  .flatpickr-day.selected.nextMonthDay,
  .flatpickr-day.startRange.nextMonthDay,
  .flatpickr-day.endRange.nextMonthDay {
    color: #fff !important;
  }
}
@media (max-width: 1920px) and (min-width: 1025px) {
  .flatpickr-calendar .nextMonthDay {
    color: rgba(57, 57, 57, 0.8);
    font-weight: 600;
  }
  .flatpickr-calendar {
    width: auto !important;
    font-size: 15px !important;
    line-height: 15px !important;
  }
  .flatpickr-calendar .flatpickr-weekday {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
  }
  .flatpickr-calendar .flatpickr-day {
    font-size: 15px !important;
  }
  .flatpickr-calendar .flatpickr-monthDropdown-months,
  .flatpickr-calendar .numInput {
    font-size: 20px !important;
  }
  .flatpickr-calendar .flatpickr-day {
    border-radius: 50%;
    max-width: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
  .flatpickr-calendar .nextMonthDay {
    color: rgba(57, 57, 57, 0.8) !important;
  }
  .flatpickr-calendar .flatpickr-months .flatpickr-month {
    height: 40px;
  }
  .flatpickr-calendar .dayContainer,
  .flatpickr-calendar .flatpickr-days,
  .flatpickr-calendar .flatpickr-weekdays {
    width: 310px;
    max-width: 310px;
    min-width: 310px;
  }
  .flatpickr-calendar .flatpickr-current-month {
    left: 0 !important;
    width: 100% !important;
  }
  .flatpickr-calendar .flatpickr-current-month {
    height: 35px !important;
  }
  .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
  .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    height: 35px !important;
    padding: 10px !important;
  }
  .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
  .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
    width: 15px !important;
    height: 15px !important;
  }
  .flatpickr-calendar .flatpickr-current-month {
    padding: 7.48px 0 0 0;
  }
  .form-row-submit {
    padding: 0 !important;
  }
  .booking-widget input[type=checkbox] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 30px;
    height: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .booking-widget input[type=checkbox]:before,
  .booking-widget input[type=checkbox]:checked:after {
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #000000 !important;
  }
  .booking-widget input[type=checkbox]:checked:after {
    margin: auto;
    left: -15px;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #000000;
    display: inline-block;
    border: 1px solid #000000 !important;
  }
  .booking-widget input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .booking-widget input[type=checkbox]:before,
  .booking-widget input[type=checkbox]:checked:after {
    border: 1px solid #000000 !important;
  }
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .booking-widget {
    width: 400px !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .book-widget-details {
    height: auto;
  }
  .booking-widget {
    right: 7.5% !important;
  }
}
@media only screen and (max-width: 1025px) {
  .sri-lankan {
    bottom: 0 !important;
  }
  .book-widget-open {
    width: max-content;
  }
  .flatpickr-calendar .nextMonthDay {
    color: rgba(57, 57, 57, 0.64);
    font-weight: 600;
  }
  .booking-title {
    font-size: 18px !important;
  }
  .form-row-submit {
    padding: 10px 0 0 0 !important;
  }
  .booking-widget .date-range,
  .booking-widget .date-range:focus,
  .booking-widget .date-range:hover {
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 50px !important;
  }
  .booking-widget input[type=checkbox] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 30px;
    height: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .booking-widget input[type=checkbox]:before,
  .booking-widget input[type=checkbox]:checked:after {
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #000000 !important;
  }
  .booking-widget input[type=checkbox]:checked:after {
    margin: auto;
    left: -15px;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: FontAwesome;
    background-image: url("../../img/tick.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #000000;
    display: inline-block;
    border: 1px solid #000000 !important;
  }
  .booking-widget input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .booking-widget input[type=checkbox]:before,
  .booking-widget input[type=checkbox]:checked:after {
    border: 1px solid #000000 !important;
  }
}
@media only screen and (min-width: 600px) {
  .book-widget-open-mobile {
    top: auto;
    right: auto;
    position: relative !important;
    background: transparent !important;
    border: 0 !important;
    width: max-content !important;
    display: flex;
    height: auto !important;
    justify-content: flex-end !important;
    margin-left: auto !important;
    padding-right: 0 !important;
  }
  .book-widget-open-mobile:hover {
    background: transparent !important;
    border: 0 !important;
  }
  .book-widget-open-mobile img {
    height: 20px !important;
    width: 20px !important;
  }
}
@media only screen and (max-width: 600px) {
  .book-widget-details-content {
    height: 120px;
    overflow: auto;
    padding-right: 20px;
    background: #e9e5db;
    padding: 10px;
  }
  .book-widget-details-term {
    padding-top: 10px;
  }
  .header.no-banners .book-widget-open {
    color: #fff !important;
  }
  .booking-title {
    font-size: 25px !important;
  }
  .booking-widget {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .book-widget-open {
    width: 100% !important;
  }
  .booking-form .booking-submit {
    height: 35px !important;
  }
  .book-widget-open {
    position: fixed;
    bottom: 0;
    padding-bottom: env(safe-area-inset-bottom);
    left: 0;
    right: 0;
    z-index: 99;
    background: #C6AF8F;
    border: 1px solid #C6AF8F;
  }
  .booking-widget {
    top: 0 !important;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .book-widget-open-mobile {
    top: 15px;
    right: 15px;
    position: absolute !important;
    background: transparent !important;
    border: 0 !important;
    width: max-content !important;
    display: flex;
    height: auto !important;
    justify-content: flex-end !important;
    margin-left: auto !important;
    padding-right: 0 !important;
  }
  .book-widget-open-mobile:hover {
    background: transparent !important;
    border: 0 !important;
  }
  .book-widget-open-mobile img {
    height: 20px !important;
    width: 20px !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-widget {
    padding: 20px 15px;
  }
  .book-widget-open.next-btn--white-line {
    background: #C6AF8F !important;
    border: 1px solid #C6AF8F !important;
  }
  .book-widget-open.next-btn--white-line img {
    display: none !important;
  }
}
#Configure-quickBook-Widget label, #Configure-quickBook-Widget input {
  font-family: "Lato", sans-serif !important;
}

.btn.searchBtn {
  background: #C6AF8F !important;
  background-color: #C6AF8F !important;
}

.roomTypeList, .roomTypeList select,
.Configure-quickBook-Widget .MbsSearchWidget.dayUseSearch .formGroup .input.inputRoom .d-flex, .Configure-quickBook-Widget .dayUseSearch .searchinOut.formGroup, .Configure-quickBook-Widget .MbsSearchWidget.dayUseSearch .checkinDate.promocode {
  width: 100% !important;
}

.formGroup, .checkInOutForm {
  width: 100% !important;
}

.checkInOutForm .checkinOut {
  width: 50%;
}
.checkInOutForm .checkinOut {
  width: 50%;
}

.searchBlock {
  width: 100% !important;
}

.rdrCalendarWrapper.rdrDateRangeWrapper {
  left: auto !important;
  right: 0 !important;
}

.searchinOut {
  padding-bottom: 15px !important;
}

.Configure-quickBook-Widget .MbsSearchWidget.dayUseSearch {
  row-gap: 20px !important;
}

.Configure-quickBook-Widget .MbsSearchWidget.dayUseSearch {
  padding-bottom: 20px !important;
}

.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: #C6AF8F;
  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: 50%;
  z-index: 1;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .slick-arrow {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .slick-arrow {
    width: 2.6041666667vw;
  }
}
@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: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .slick-arrow {
    height: 2.6041666667vw;
  }
}
@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-bl.svg") !important;
  transition: all 0.5s;
}
.slick-slider .slick-prev:hover {
  background-image: url("../../img/prev-bl.svg") !important;
  transition: all 0.5s;
}
.slick-slider .slick-next {
  background-image: url("../../img/next-bl.svg") !important;
  transition: all 0.5s;
}
.slick-slider .slick-next:hover {
  background-image: url("../../img/next-bl.svg") !important;
  transition: all 0.5s;
}

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

@media only screen and (max-width: 1025px) {
  .mobile-black-arrows .slick-prev {
    background-image: url("../../img/prev-bl.svg") !important;
    transition: all 0.5s;
  }
  .mobile-black-arrows .slick-prev:hover {
    background-image: url("../../img/prev-bl.svg") !important;
    transition: all 0.5s;
  }
  .mobile-black-arrows .slick-next {
    background-image: url("../../img/next-bl.svg") !important;
    transition: all 0.5s;
  }
  .mobile-black-arrows .slick-next:hover {
    background-image: url("../../img/next-bl.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: -3.125vw;
}
.center-arrows .slick-next {
  right: -3.125vw;
}

.reviews-slider .slick-arrow {
  position: absolute;
  top: calc(30% - 1.5625vw);
}
.reviews-slider .slick-prev {
  left: -5.2083333333vw;
}
.reviews-slider .slick-next {
  right: -5.2083333333vw;
}

.short-img .slick-arrow {
  position: absolute;
  top: 8.8541666667vw;
}
.short-img .slick-prev {
  left: -3.125vw;
}
.short-img .slick-next {
  right: -3.125vw;
}

.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;
}

@media only screen and (min-width: 1025px) {
  .gallery-slider-villas .slick-list {
    padding-right: 10%;
  }
  .gallery-slider-villas .slick-arrow {
    position: absolute;
    right: 3.125vw;
  }
  .gallery-slider-villas .slick-prev {
    top: calc(50% - 3.6458333333vw);
  }
  .gallery-slider-villas .slick-next {
    bottom: calc(50% - 3.6458333333vw);
  }
}

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#popup-box {
  position: relative;
  background: transparent;
  border-radius: 0px;
  box-shadow: 0;
}

.pop-up-scroll {
  background: #fff;
  max-height: 75vh;
  overflow: auto;
}
@media (min-width: 1025px) {
  .pop-up-scroll {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .pop-up-scroll {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pop-up-scroll {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .pop-up-scroll {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .pop-up-scroll {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .pop-up-scroll {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pop-up-scroll {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .pop-up-scroll {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .pop-up-scroll {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .pop-up-scroll {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pop-up-scroll {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .pop-up-scroll {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .pop-up-scroll {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .pop-up-scroll {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pop-up-scroll {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .pop-up-scroll {
    padding-bottom: 30px;
  }
}

.horizontal-pop {
  display: flex;
  flex-wrap: wrap;
}
.horizontal-pop .popup_details {
  width: 50%;
}
@media (min-width: 1025px) {
  .horizontal-pop .popup_details {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .horizontal-pop .popup_details {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .horizontal-pop .popup_details {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .horizontal-pop .popup_details {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .horizontal-pop .popup_details {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .horizontal-pop .popup_details {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .horizontal-pop .popup_details {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .horizontal-pop .popup_details {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .horizontal-pop .popup_details {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .horizontal-pop .popup_details {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .horizontal-pop .popup_details {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .horizontal-pop .popup_details {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .horizontal-pop .popup_details {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .horizontal-pop .popup_details {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .horizontal-pop .popup_details {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .horizontal-pop .popup_details {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .horizontal-pop .popup_details {
    width: 100%;
  }
}
.horizontal-pop .popup_img {
  width: 50%;
}
@media only screen and (min-width: 600px) {
  .horizontal-pop .popup_img {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .horizontal-pop .popup_img {
    width: 100%;
  }
}
.horizontal-pop .popup_img img {
  max-height: 70vh;
}

#close-popup {
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

#popup-box .text span {
  color: #bd9f65;
}

@media only screen and (min-width: 1025px) {
  #popup-box {
    max-width: 30vw;
  }
  #popup-box.has-img {
    max-width: 60vw;
    background: transparent !important;
  }
  #popup-box.has-img #close-popup {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
  #popup-box.only-text {
    max-width: 60vw;
    width: 60vw;
  }
  #popup-box.only-text #close-popup {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
  #popup-box .text {
    font-size: 2vw;
    line-height: 2.5vw;
  }
  #popup-box .date {
    font-size: 1vw;
    line-height: 1.5vw;
  }
  #close-popup {
    padding: 0.5vw 0 0.5vw 1vw;
    font-size: 0.8vw;
  }
}
@media only screen and (max-width: 1025px) {
  #popup-box.has-img {
    max-width: 90%;
  }
  #popup-box.has-img #close-popup {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
  #popup-box.only-text {
    max-width: 90%;
    width: 90%;
  }
  #popup-box.only-text #close-popup {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
  #popup-box {
    max-width: 90%;
  }
  #popup-box .text {
    font-size: 25px;
    line-height: 30px;
  }
  #popup-box .text span {
    color: #bd9f65;
  }
  #popup-box .date {
    font-size: 16px;
    line-height: 30px;
  }
  #close-popup {
    padding: 5px 0 5px 20px;
    font-size: 14px;
  }
}
.wysiwig-container {
  font-family: "Lato", sans-serif;
  color: #606060;
  /*custom list Style*/
}
.wysiwig-container p,
.wysiwig-container td,
.wysiwig-container th,
.wysiwig-container li,
.wysiwig-container span {
  color: #606060;
  font-family: "Lato", sans-serif;
}
.wysiwig-container strong {
  font-family: "Lato", sans-serif;
  font-weight: 400 !important;
  color: #000 !important;
}
.wysiwig-container a:not(.next-btn) {
  font-family: "Lato", sans-serif;
  color: #606060;
  text-decoration: underline;
}
.wysiwig-container a:not(.next-btn):hover {
  text-decoration: underline;
  color: #C6AF8F !important;
}
.wysiwig-container h1,
.wysiwig-container h2,
.wysiwig-container h3,
.wysiwig-container h4,
.wysiwig-container h5,
.wysiwig-container h6 {
  font-weight: 300 !important;
  color: #000000;
  font-family: "IBM Plex Serif", serif;
}
.wysiwig-container ul {
  list-style: none;
}
@media (min-width: 1025px) {
  .wysiwig-container ul {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container ul {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul {
    padding-left: 15px;
  }
}
.wysiwig-container ul li {
  text-align: left !important;
  position: relative;
}
@media (min-width: 1025px) {
  .wysiwig-container ul li {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container ul li {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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: "";
  position: absolute;
  left: 0;
  background-color: #C6AF8F;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .wysiwig-container ul li::before {
    height: 0.3645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container ul li::before {
    height: 0.3645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li::before {
    height: 5px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li::before {
    height: 5px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container ul li::before {
    width: 0.3645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container ul li::before {
    width: 0.3645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li::before {
    width: 5px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li::before {
    width: 5px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container ul li::before {
    top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container ul li::before {
    top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li::before {
    top: 8px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li::before {
    top: 8px;
  }
}
.wysiwig-container ul li ol li:before {
  display: none;
}
.wysiwig-container ul li p {
  margin: 0;
}
.wysiwig-container table {
  border-collapse: collapse;
  width: 100%;
}
.wysiwig-container table th,
.wysiwig-container table td {
  border: 1px solid #454545;
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: 1700px) {
  .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: #454545;
  color: #fff;
}

.wysiwig-container-list-line ul {
  list-style: none;
}
@media (min-width: 1025px) {
  .wysiwig-container-list-line ul {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container-list-line ul {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container-list-line ul {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container-list-line ul {
    padding-left: 15px;
  }
}
.wysiwig-container-list-line ul li {
  text-align: left !important;
  position: relative;
}
@media (min-width: 1025px) {
  .wysiwig-container-list-line ul li {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container-list-line ul li {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container-list-line ul li {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container-list-line ul li {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container-list-line ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container-list-line ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container-list-line ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container-list-line ul li {
    padding-bottom: 10px;
  }
}
.wysiwig-container-list-line ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #C6AF8F;
  border-radius: 0;
}
@media (min-width: 1025px) {
  .wysiwig-container-list-line ul li::before {
    height: 0.1041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container-list-line ul li::before {
    height: 0.1041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container-list-line ul li::before {
    height: 5px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container-list-line ul li::before {
    height: 5px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container-list-line ul li::before {
    width: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container-list-line ul li::before {
    width: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container-list-line ul li::before {
    width: 5px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container-list-line ul li::before {
    width: 5px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container-list-line ul li::before {
    top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container-list-line ul li::before {
    top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container-list-line ul li::before {
    top: 8px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container-list-line ul li::before {
    top: 8px;
  }
}
.wysiwig-container-list-line ul li ol li:before {
  display: none;
}

.wysiwig-container_ul-half ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wysiwig-container_ul-half li {
  width: 49%;
}

@media only screen and (min-width: 1025px) {
  .gray-wrap li {
    padding-bottom: 0.2604166667vw !important;
  }
}

.two-item-ul {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .two-item-ul li {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .two-item-ul li {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-ul li {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .two-item-ul li {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .two-item-ul li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .two-item-ul li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-ul li {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .two-item-ul li {
    padding-right: 10px;
  }
}

.three-item-ul {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .three-item-ul li {
    width: 33.3%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .three-item-ul li {
    width: 33.3%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-ul li {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .three-item-ul li {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .three-item-ul li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .three-item-ul li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-ul li {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .three-item-ul li {
    padding-right: 10px;
  }
}

.four-item-ul {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .four-item-ul li {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .four-item-ul li {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-ul li {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .four-item-ul li {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .four-item-ul li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .four-item-ul li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-ul li {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .four-item-ul li {
    padding-right: 10px;
  }
}

.wysiwig-container.font-color--white {
  color: #fff;
}
.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;
}
.wysiwig-container.font-color--white p,
.wysiwig-container.font-color--white a:not(.next-btn),
.wysiwig-container.font-color--white li,
.wysiwig-container.font-color--white td,
.wysiwig-container.font-color--white th {
  color: #fff;
}

@media only screen and (max-width: 1025px) {
  .mobile-text-black {
    color: #606060 !important;
  }
  .mobile-text-black h1,
  .mobile-text-black h2,
  .mobile-text-black h3,
  .mobile-text-black h4,
  .mobile-text-black h5,
  .mobile-text-black h6 {
    color: #000 !important;
  }
  .mobile-text-black p,
  .mobile-text-black a:not(.next-btn),
  .mobile-text-black li,
  .mobile-text-black td,
  .mobile-text-black th {
    color: #606060 !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container {
    line-height: 27px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container {
    line-height: 27px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container p {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container p {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container p {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container p {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container p {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container p {
    line-height: 27px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container p {
    line-height: 27px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container li {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container li {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container li {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container li {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container li {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container li {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container li {
    line-height: 27px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container li {
    line-height: 27px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container a:not(.next-btn) {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container a:not(.next-btn) {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container a:not(.next-btn) {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container a:not(.next-btn) {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container a:not(.next-btn) {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container a:not(.next-btn) {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container a:not(.next-btn) {
    line-height: 27px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container a:not(.next-btn) {
    line-height: 27px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container td {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container td {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container td {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container td {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container td {
    line-height: 27px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container td {
    line-height: 27px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container th {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container th {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container th {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container th {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container th {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container th {
    line-height: 27px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container th {
    line-height: 27px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h1 {
    font-size: 2.1875vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container h1 {
    font-size: 2.1875vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1 {
    font-size: 35px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1 {
    font-size: 35px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h1 {
    line-height: 2.7083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container h1 {
    line-height: 2.7083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1 {
    line-height: 45px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1 {
    line-height: 45px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h2 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container h2 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h2 {
    font-size: 23px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h2 {
    font-size: 23px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h2 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container h2 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h2 {
    line-height: 33px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h2 {
    line-height: 33px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h3 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container h3 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h3 {
    font-size: 22px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h3 {
    font-size: 22px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h3 {
    line-height: 2.1875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container h3 {
    line-height: 2.1875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h3 {
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h3 {
    line-height: 32px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h4 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h4 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h4 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h4 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h5 {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h5 {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h5 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container h5 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h5 {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h5 {
    line-height: 18px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h6 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container h6 {
    font-size: 1.0416666667vw !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: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wysiwig-container h6 {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h6 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h6 {
    line-height: 30px;
  }
}
/*# sourceMappingURL=global.min.css.map */
