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

@media (min-width: 1025px) {
  body.no-banner {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  body.no-banner {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  body.no-banner {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  body.no-banner {
    padding-top: 50px;
  }
}

body.no-banner .header-wrapper__upper {
  position: fixed;
  top: 0;
  width: 100%;
}

body.no-banner .emeslider-wrapper {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -1px;
}

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

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

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

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

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

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

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

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

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

a {
  text-decoration: unset;
}

ul {
  margin-bottom: unset;
  padding-left: unset;
}
ul li {
  list-style: none;
}

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto !important;
}

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

/**************************Wrapper****************************************/
.wrapper--95 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--95 {
    width: 95%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--95 {
    width: 95%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--95 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--95 {
    width: 90%;
  }
}
.wrapper--92 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--92 {
    width: 92%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--92 {
    width: 92%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--92 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--92 {
    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: 1600px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--90 {
    width: 90%;
  }
}
.wrapper--85 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--85 {
    width: 85%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .wrapper--50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--50 {
    width: 90%;
  }
}
@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: 1600px) {
  .wrapper--40 {
    width: 40%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--40 {
    width: 90%;
  }
}
@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: 1600px) {
  .wrapper--35 {
    width: 35%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--35 {
    width: 90%;
  }
}
@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: 1600px) {
  .wrapper--65 {
    width: 65%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--65 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--65 {
    width: 90%;
  }
}
.wrapper--60 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--60 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--60 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--60 {
    width: 90%;
  }
}
.wrapper--75 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--75 {
    width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--75 {
    width: 75%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--75 {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .wrapper--75 {
    width: 85%;
  }
}
.wrapper--70 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--70 {
    width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .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--100 {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--100 {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--100 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--100 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--92 {
    width: 92%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--92 {
    width: 92%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--92 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--92 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--90 {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .width--85 {
    width: 85%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--85 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--85 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--83 {
    width: 83%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--83 {
    width: 83%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--83 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--83 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--82 {
    width: 82%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--82 {
    width: 82%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--82 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--82 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--80 {
    width: 80%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .width--75 {
    width: 75%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--75 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--75 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--70 {
    width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--70 {
    width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--70 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--70 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--68 {
    width: 68%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--68 {
    width: 68%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--68 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--68 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--65 {
    width: 65%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--65 {
    width: 65%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--65 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--65 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--64 {
    width: 64%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--64 {
    width: 64%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--64 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--64 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--63-5 {
    width: 63.5%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--63-5 {
    width: 63.5%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--63-5 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--63-5 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--63 {
    width: 63%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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--62 {
    width: 62%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--62 {
    width: 62%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--62 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--62 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--60 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--60 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--53 {
    width: 53%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--50 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--50 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--55 {
    width: 55%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--55 {
    width: 55%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--55 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--55 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--43 {
    width: 43%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--43 {
    width: 43%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--43 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--43 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--40 {
    width: 40%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--40 {
    width: 40%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--40 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--40 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--49 {
    width: 49%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .width--45 {
    width: 45%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--45 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--45 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--35 {
    width: 35%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--35 {
    width: 35%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--35 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--35 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--33 {
    width: 33.33%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--33 {
    width: 33.33%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--33 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--33 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--32 {
    width: 32%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--32 {
    width: 32%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--32 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--32 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--31-5 {
    width: 31.5%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--31-5 {
    width: 31.5%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--31-5 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--31-5 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--30 {
    width: 30%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--30 {
    width: 30%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--30 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--30 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--28 {
    width: 28%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--28 {
    width: 28%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--28 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--28 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--25 {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--25 {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--25 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--25 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--20 {
    width: 20%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--20 {
    width: 20%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--20 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--20 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--15 {
    width: 15%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--15 {
    width: 15%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--15 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--15 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--10 {
    width: 10%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--10 {
    width: 10%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--10 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--10 {
    width: 100%;
  }
}

/**************************Wrapper End**************************************************/
/****************************Fonts Styles*********************************************/
@media (min-width: 1025px) {
  .heading--90 {
    font-size: 4.6875vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--90 {
    font-size: 4.6875vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--90 {
    font-size: 45px !important;
  }
}
@media (max-width: 600px) {
  .heading--90 {
    font-size: 40px !important;
  }
}
@media (min-width: 1025px) {
  .heading--90 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--90 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--90 {
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .heading--90 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--55 {
    font-size: 2.8645833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--55 {
    font-size: 2.8645833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--55 {
    font-size: 32px !important;
  }
}
@media (max-width: 600px) {
  .heading--55 {
    font-size: 28px !important;
  }
}
@media (min-width: 1025px) {
  .heading--55 {
    line-height: 3.3854166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--55 {
    line-height: 3.3854166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--55 {
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .heading--55 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--45 {
    font-size: 2.34375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--45 {
    font-size: 2.34375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--45 {
    font-size: 32px !important;
  }
}
@media (max-width: 600px) {
  .heading--45 {
    font-size: 28px !important;
  }
}
@media (min-width: 1025px) {
  .heading--45 {
    line-height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--45 {
    line-height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--45 {
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .heading--45 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--42 {
    font-size: 2.1875vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--42 {
    font-size: 2.1875vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--42 {
    font-size: 30px !important;
  }
}
@media (max-width: 600px) {
  .heading--42 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .heading--42 {
    line-height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--42 {
    line-height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--42 {
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .heading--42 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--40 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--40 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--40 {
    font-size: 28px !important;
  }
}
@media (max-width: 600px) {
  .heading--40 {
    font-size: 23px !important;
  }
}
@media (min-width: 1025px) {
  .heading--40 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--40 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--40 {
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .heading--40 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--36 {
    font-size: 1.875vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--36 {
    font-size: 1.875vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--36 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .heading--36 {
    font-size: 22px !important;
  }
}
@media (min-width: 1025px) {
  .heading--36 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--36 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--36 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--36 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--35 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--35 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--35 {
    font-size: 24px !important;
  }
}
@media (max-width: 600px) {
  .heading--35 {
    font-size: 21px !important;
  }
}
@media (min-width: 1025px) {
  .heading--35 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--35 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--35 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--35 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--32 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--32 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--32 {
    font-size: 22px !important;
  }
}
@media (max-width: 600px) {
  .heading--32 {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .heading--32 {
    line-height: 2.1875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--32 {
    line-height: 2.1875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--32 {
    line-height: 32px;
  }
}
@media (max-width: 600px) {
  .heading--32 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--28 {
    font-size: 1.4583333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--28 {
    font-size: 1.4583333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--28 {
    font-size: 21px !important;
  }
}
@media (max-width: 600px) {
  .heading--28 {
    font-size: 17px !important;
  }
}
@media (min-width: 1025px) {
  .heading--28 {
    line-height: 1.9791666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--28 {
    line-height: 1.9791666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--28 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--28 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--24 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--24 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--24 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .heading--24 {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .heading--24 {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--24 {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--24 {
    line-height: 35px;
  }
}
@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: 1600px) {
  .heading--22 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--22 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .heading--22 {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .heading--22 {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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) {
  .heading--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--20 {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .heading--20 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .heading--20 {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--20 {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--20 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--20 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--18 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--18 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--18 {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .heading--18 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .heading--18 {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--18 {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--18 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--18 {
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .paragraph--24 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--24 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--24 {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--24 {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--24 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--24 {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--24 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--24 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--20 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--20 {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--18 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--18 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18 {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--18 {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--18 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--18 {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--18 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--16 {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--16 {
    font-size: 0.9375vw !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: 1600px) {
  .paragraph--16 {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--16 {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .paragraph--16 {
    line-height: 25px;
  }
}
@media (min-width: 1025px) {
  .paragraph--15 {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--15 {
    font-size: 0.8854166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--15 {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--15 {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--15 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--15 {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--15 {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .paragraph--15 {
    line-height: 25px;
  }
}
@media (min-width: 1025px) {
  .paragraph--14 {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--14 {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--14 {
    font-size: 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: 1600px) {
  .paragraph--14 {
    line-height: 1.40625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--14 {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .paragraph--14 {
    line-height: 20px;
  }
}
@media (min-width: 1025px) {
  .paragraph--12 {
    font-size: 0.625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--12 {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--12 {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--12 {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--12 {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--12 {
    line-height: 1.1458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--12 {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .paragraph--12 {
    line-height: 20px;
  }
}

.creative-heading svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .creative-heading svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .creative-heading svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .creative-heading svg {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .creative-heading svg {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .creative-heading svg {
    width: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .creative-heading svg {
    width: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .creative-heading svg {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .creative-heading svg {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  .creative-heading svg {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .creative-heading svg {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .creative-heading svg {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .creative-heading svg {
    margin-right: 10px;
  }
}

.font-color--black-two {
  color: #454545;
}
.font-color--black-three {
  color: #0e1a0c;
}
.font-color--black-four {
  color: #3d3d3d;
}
.font-color--black {
  color: #000;
}
.font-color--white {
  color: #ffffff;
}
.font-color--orange {
  color: #c5773e;
}
.font-color--yellow {
  color: #e5a13d;
}
.font-color--blue {
  color: #166ef3;
}
.font-color--blue-two {
  color: #8391a3;
}
.font-color--ash {
  color: #8391a3;
}
.font-color--green {
  color: #203638;
}
.font-color--ash-three {
  color: #75787b;
}
.font-color--ash-four {
  color: #878787;
}
.font-color--green {
  color: #203638;
}

a.font-color--black-two {
  transition: 0.3s ease-in-out;
}
a.font-color--black-two:hover {
  color: #c5773e;
}

.font-family--dm {
  font-family: "DM Sans", sans-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--16 {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--16 {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--16 {
    letter-spacing: 1.6px;
  }
}
@media (max-width: 600px) {
  .letter-space--16 {
    letter-spacing: 1.6px;
  }
}
@media (min-width: 1025px) {
  .letter-space--21 {
    letter-spacing: 0.109375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--21 {
    letter-spacing: 0.109375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--21 {
    letter-spacing: 2.1px;
  }
}
@media (max-width: 600px) {
  .letter-space--21 {
    letter-spacing: 2.1px;
  }
}
@media (min-width: 1025px) {
  .letter-space--48 {
    letter-spacing: 0.025vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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;
  }
}
@media (min-width: 1025px) {
  .letter-space--54 {
    letter-spacing: 0.028125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--54 {
    letter-spacing: 0.028125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--54 {
    letter-spacing: 0.54px;
  }
}
@media (max-width: 600px) {
  .letter-space--54 {
    letter-spacing: 0.54px;
  }
}
@media (min-width: 1025px) {
  .letter-space--72 {
    letter-spacing: 0.0375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--72 {
    letter-spacing: 0.0375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--72 {
    letter-spacing: 0.72px;
  }
}
@media (max-width: 600px) {
  .letter-space--72 {
    letter-spacing: 0.72px;
  }
}
@media (min-width: 1025px) {
  .letter-space--minus-0-1 {
    letter-spacing: -0.0052083333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--minus-0-1 {
    letter-spacing: -0.0052083333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--minus-0-1 {
    letter-spacing: -0.1px;
  }
}
@media (max-width: 600px) {
  .letter-space--minus-0-1 {
    letter-spacing: -0.1px;
  }
}

a.font-color--white {
  transition: all 0.5s;
  text-decoration: none;
}
a.font-color--white:hover {
  transition: all 0.5s;
  color: #b8916d;
}

.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: 1600px) {
  .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--120 {
    padding-top: 6.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--120 {
    padding-top: 6.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--120 {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .padding-top--120 {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-top--100 {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--100 {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--100 {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .padding-top--100 {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-top--80 {
    padding-top: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--80 {
    padding-top: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--80 {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .padding-top--80 {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-top--70 {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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--60 {
    padding-top: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--60 {
    padding-top: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--60 {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .padding-top--60 {
    padding-top: 40px;
  }
}
@media (min-width: 1025px) {
  .padding-top--50 {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--50 {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--50 {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .padding-top--50 {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-top--40 {
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--40 {
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--40 {
    padding-top: 25px;
  }
}
@media (max-width: 600px) {
  .padding-top--40 {
    padding-top: 25px;
  }
}
@media (min-width: 1025px) {
  .padding-top--30 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .padding-top--20 {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--20 {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .padding-top--20 {
    padding-top: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-top--15 {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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--80 {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--80 {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--80 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--80 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--70 {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--70 {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--70 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--70 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--60 {
    padding-bottom: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--60 {
    padding-bottom: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--60 {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--60 {
    padding-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--50 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--40 {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--40 {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--40 {
    padding-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--40 {
    padding-bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--30 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--30 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--30 {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--30 {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--20 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--20 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--20 {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--20 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--15 {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--15 {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--15 {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--15 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--10 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--10 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--10 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--10 {
    padding-bottom: 10px;
  }
}

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

@media (min-width: 1025px) {
  .padding--40 {
    padding: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding--40 {
    padding: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding--40 {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .padding--40 {
    padding: 20px;
  }
}
@media (min-width: 1025px) {
  .padding--30 {
    padding: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding--30 {
    padding: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding--30 {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .padding--30 {
    padding: 10px;
  }
}

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

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

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

/****************************padding END*********************************************/
/****************************bg color*********************************************/
.bg-color--black {
  background-color: #000;
}
.bg-color--pink {
  background-color: #f8f3f0;
}
.bg-color--dark-pink {
  background-color: #f4ebe6;
}
.bg-color--dark-pink-two {
  background-color: #eae2dd;
}
.bg-color--blue {
  background-color: #e2eff4;
}
.bg-color--orange {
  background-color: #c5773e;
}
.bg-color--light-blue {
  background-color: #c5e1fa;
}
.bg-color--dark-cream {
  background-color: #e5ddd0;
}

.next-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  width: max-content;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .next-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    font-size: 1.0416666667vw !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 {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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 {
    letter-spacing: 0.028125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    letter-spacing: 0.028125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    letter-spacing: 0.54px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    letter-spacing: 0.54px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    padding-left: 1.5625vw;
  }
}
@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.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    padding-right: 20px;
  }
}
.next-btn--orange {
  background: #c5773e;
  color: #ffffff;
}
.next-btn--orange:hover {
  color: #fff;
  background: #ad5b32;
}

@media (min-width: 1025px) {
  .find-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .find-btn {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .find-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .find-btn {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .find-btn {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .find-btn {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .find-btn {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .find-btn {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .find-btn {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .find-btn {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .find-btn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .find-btn {
    padding-right: 20px;
  }
}

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

@media (min-width: 1025px) {
  .margin--5 {
    margin-left: -0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin--5 {
    margin-left: -0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin--5 {
    margin-left: -5px;
  }
}
@media (max-width: 600px) {
  .margin--5 {
    margin-left: -5px;
  }
}
@media (min-width: 1025px) {
  .margin--5 {
    margin-right: -0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin--5 {
    margin-right: -0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin--5 {
    margin-right: -5px;
  }
}
@media (max-width: 600px) {
  .margin--5 {
    margin-right: -5px;
  }
}
@media (min-width: 1025px) {
  .margin--5 .slide-item {
    padding-left: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin--5 .slide-item {
    padding-left: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin--5 .slide-item {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .margin--5 .slide-item {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .margin--5 .slide-item {
    padding-right: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin--5 .slide-item {
    padding-right: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin--5 .slide-item {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .margin--5 .slide-item {
    padding-right: 5px;
  }
}

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

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

.three-item-grid {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .three-item-grid {
    margin-left: -1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid {
    margin-left: -1.0416666667vw;
  }
}
@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: -1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid {
    margin-right: -1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid {
    margin-right: -10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    width: 33.3%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    width: 33.3%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-left: 1.0416666667vw;
  }
}
@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: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid-padding-bottom--100 .list-item {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid-padding-bottom--100 .list-item {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid-padding-bottom--100 .list-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .three-item-grid-padding-bottom--100 .list-item {
    padding-bottom: 20px;
  }
}

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

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

.wysiwig-testimonial {
  font-family: "DM Sans", sans-serif;
}
.wysiwig-testimonial a {
  font-weight: 600;
}

.visible-hidden {
  visibility: hidden !important;
}

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

.sitemap-div a {
  text-decoration: none !important;
}
.sitemap-div a:hover {
  color: #000 !important;
}

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

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

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

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

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

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

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

@keyframes animateleft {
  0% {
    transform: translate3d(-100px, 0px, 0);
    opacity: 0;
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes moveleft {
  0% {
    transform: translate3d(-40px, 0px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes movetop {
  0% {
    transform: translate3d(0px, 40px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes movebottom {
  0% {
    transform: translate3d(0px, -40px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
/* 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: transparent;
  color: transparent;
  display: flex !important;
  font-size: 0px !important;
  height: 0;
  justify-content: center !important;
  padding: 0px;
  pointer-events: none;
  position: fixed;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: color 0.5s ease;
  width: 0;
  z-index: 100;
}
@media (min-width: 1025px) {
  #adaptive-cursor {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #adaptive-cursor {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #adaptive-cursor {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  #adaptive-cursor {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  #adaptive-cursor {
    line-height: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #adaptive-cursor {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #adaptive-cursor {
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  #adaptive-cursor {
    line-height: 16px;
  }
}
#adaptive-cursor svg {
  height: 0;
  width: 0;
}
#adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
  color: rgb(255, 255, 255);
}
@media (min-width: 1025px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    padding: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    padding: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    padding: 15px;
  }
}
@media (max-width: 600px) {
  #adaptive-cursor.has-label-state, #adaptive-cursor.has-icon-state {
    padding: 15px;
  }
}
#adaptive-cursor.has-icon-state .material-icons {
  color: rgb(255, 255, 255);
}
@media (min-width: 1025px) {
  #adaptive-cursor.has-icon-state .material-icons {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #adaptive-cursor.has-icon-state .material-icons {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #adaptive-cursor.has-icon-state .material-icons {
    padding: 15px;
  }
}
@media (max-width: 600px) {
  #adaptive-cursor.has-icon-state .material-icons {
    padding: 15px;
  }
}
@media (min-width: 1025px) {
  #adaptive-cursor.has-icon-state .material-icons svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #adaptive-cursor.has-icon-state .material-icons svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #adaptive-cursor.has-icon-state .material-icons svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  #adaptive-cursor.has-icon-state .material-icons svg {
    width: 20px;
  }
}
@media (min-width: 1025px) {
  #adaptive-cursor.has-icon-state .material-icons svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #adaptive-cursor.has-icon-state .material-icons svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #adaptive-cursor.has-icon-state .material-icons svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  #adaptive-cursor.has-icon-state .material-icons svg {
    height: 20px;
  }
}

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

.wedding-img .weddingimg {
  border-radius: 50%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .wedding-img .weddingimg {
    width: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wedding-img .weddingimg {
    width: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wedding-img .weddingimg {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .wedding-img .weddingimg {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  .wedding-img .weddingimg {
    height: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wedding-img .weddingimg {
    height: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wedding-img .weddingimg {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .wedding-img .weddingimg {
    height: 40px;
  }
}

.sitemap {
  padding-left: 20px !important;
  list-style: disc;
}
.sitemap ul {
  padding-left: 20px !important;
  list-style: disc;
}
@media only screen and (min-width: 1025px) {
  .sitemap {
    width: max-content;
    margin: auto;
  }
}

#reviewModal .modal-content,
#reviewModal .modal-header,
#reviewModal .modal-body {
  background: #ebe5dc !important;
  border: 0 !important;
}
#reviewModal .form-wrapper-careers {
  padding-top: 0 !important;
}
@media only screen and (min-width: 1025px) {
  #reviewModal .form-wrapper-careers {
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }
}
@media only screen and (min-width: 1025px) {
  #reviewModal .modal-dialog {
    max-width: 40vw;
  }
}
#reviewModal .response-field-radio .radio-inline {
  display: flex;
  align-items: center;
  padding-right: 1.3020833333vw;
}
#reviewModal .dfb-form input[type=radio] {
  margin-right: -0.3645833333vw;
}

.filter-controls .width--30 {
  padding-right: 10px;
}
.filter-controls #reset-btn {
  margin-left: 10px;
  border: 0;
  background: transparent;
}
.filter-controls .select2-container--default .select2-selection--single {
  border: 1px solid #000 !important;
}

/****************************Nav Buttons END*********************************************/
@media only screen and (min-width: 1025px) {
  .padding-left--5per {
    padding-left: 5%;
  }
  .padding-right--5per {
    padding-right: 5%;
  }
  #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;
  }
  .desktop-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .mobile_tab_el,
  .mobile_el {
    display: none !important;
  }
  .mobile_tab_el {
    display: none !important;
  }
  .desk_text-center {
    text-align: center;
  }
  .row-reverse-div {
    flex-direction: row-reverse;
  }
  .desktop_flex-column {
    display: flex;
    flex-direction: column;
  }
  .desktop_flex-row {
    display: flex;
    flex-direction: row;
  }
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* Padding Left */
  /* Padding Right */
  /* Padding Top */
  /* Padding Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
  /* margin Left */
  /* margin Right */
  /* margin Top */
  /* margin Bottom */
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desktop-padding-top--20 {
    padding-top: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desktop-padding-top--20 {
    padding-top: 0vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desktop-padding-top--20 {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desktop-padding-top--20 {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .desktop-padding-bottom--unset {
    padding-bottom: unset;
  }
  .margin-right-desktop-minus--5 {
    margin-right: -5vw;
  }
  .padding-left-desktop--1 {
    padding-left: 1vw;
  }
  .padding-right-desktop--1 {
    padding-right: 1vw;
  }
  .padding-top-desktop--1 {
    padding-top: 1vw;
  }
  .padding-bottom-desktop--1 {
    padding-bottom: 1vw;
  }
  .padding-left-desktop--2 {
    padding-left: 2vw;
  }
  .padding-right-desktop--2 {
    padding-right: 2vw;
  }
  .padding-top-desktop--2 {
    padding-top: 2vw;
  }
  .padding-bottom-desktop--2 {
    padding-bottom: 2vw;
  }
  .padding-left-desktop--3 {
    padding-left: 3vw;
  }
  .padding-right-desktop--3 {
    padding-right: 3vw;
  }
  .padding-top-desktop--3 {
    padding-top: 3vw;
  }
  .padding-bottom-desktop--3 {
    padding-bottom: 3vw;
  }
  .padding-left-desktop--4 {
    padding-left: 4vw;
  }
  .padding-right-desktop--4 {
    padding-right: 4vw;
  }
  .padding-top-desktop--4 {
    padding-top: 4vw;
  }
  .padding-bottom-desktop--4 {
    padding-bottom: 4vw;
  }
  .padding-left-desktop--5 {
    padding-left: 5vw;
  }
  .padding-right-desktop--5 {
    padding-right: 5vw;
  }
  .padding-top-desktop--5 {
    padding-top: 5vw;
  }
  .padding-bottom-desktop--5 {
    padding-bottom: 5vw;
  }
  .padding-left-desktop--6 {
    padding-left: 6vw;
  }
  .padding-right-desktop--6 {
    padding-right: 6vw;
  }
  .padding-top-desktop--6 {
    padding-top: 6vw;
  }
  .padding-bottom-desktop--6 {
    padding-bottom: 6vw;
  }
  .padding-left-desktop--7 {
    padding-left: 7vw;
  }
  .padding-right-desktop--7 {
    padding-right: 7vw;
  }
  .padding-top-desktop--7 {
    padding-top: 7vw;
  }
  .padding-bottom-desktop--7 {
    padding-bottom: 7vw;
  }
  .padding-left-desktop--8 {
    padding-left: 8vw;
  }
  .padding-right-desktop--8 {
    padding-right: 8vw;
  }
  .padding-top-desktop--8 {
    padding-top: 8vw;
  }
  .padding-bottom-desktop--8 {
    padding-bottom: 8vw;
  }
  .padding-left-desktop--9 {
    padding-left: 9vw;
  }
  .padding-right-desktop--9 {
    padding-right: 9vw;
  }
  .padding-top-desktop--9 {
    padding-top: 9vw;
  }
  .padding-bottom-desktop--9 {
    padding-bottom: 9vw;
  }
  .padding-left-desktop--10 {
    padding-left: 10vw;
  }
  .padding-right-desktop--10 {
    padding-right: 10vw;
  }
  .padding-top-desktop--10 {
    padding-top: 10vw;
  }
  .padding-bottom-desktop--10 {
    padding-bottom: 10vw;
  }
  .margin-left-desktop--1 {
    margin-left: 1vw;
  }
  .margin-right-desktop--1 {
    margin-right: 1vw;
  }
  .margin-top-desktop--1 {
    margin-top: 1vw;
  }
  .margin-bottom-desktop--1 {
    margin-bottom: 1vw;
  }
  .margin-left-desktop--2 {
    margin-left: 2vw;
  }
  .margin-right-desktop--2 {
    margin-right: 2vw;
  }
  .margin-top-desktop--2 {
    margin-top: 2vw;
  }
  .margin-bottom-desktop--2 {
    margin-bottom: 2vw;
  }
  .margin-left-desktop--3 {
    margin-left: 3vw;
  }
  .margin-right-desktop--3 {
    margin-right: 3vw;
  }
  .margin-top-desktop--3 {
    margin-top: 3vw;
  }
  .margin-bottom-desktop--3 {
    margin-bottom: 3vw;
  }
  .margin-left-desktop--4 {
    margin-left: 4vw;
  }
  .margin-right-desktop--4 {
    margin-right: 4vw;
  }
  .margin-top-desktop--4 {
    margin-top: 4vw;
  }
  .margin-bottom-desktop--4 {
    margin-bottom: 4vw;
  }
  .margin-left-desktop--5 {
    margin-left: 5vw;
  }
  .margin-right-desktop--5 {
    margin-right: 5vw;
  }
  .margin-top-desktop--5 {
    margin-top: 5vw;
  }
  .margin-bottom-desktop--5 {
    margin-bottom: 5vw;
  }
  .margin-left-desktop--6 {
    margin-left: 6vw;
  }
  .margin-right-desktop--6 {
    margin-right: 6vw;
  }
  .margin-top-desktop--6 {
    margin-top: 6vw;
  }
  .margin-bottom-desktop--6 {
    margin-bottom: 6vw;
  }
  .margin-left-desktop--7 {
    margin-left: 7vw;
  }
  .margin-right-desktop--7 {
    margin-right: 7vw;
  }
  .margin-top-desktop--7 {
    margin-top: 7vw;
  }
  .margin-bottom-desktop--7 {
    margin-bottom: 7vw;
  }
  .margin-left-desktop--8 {
    margin-left: 8vw;
  }
  .margin-right-desktop--8 {
    margin-right: 8vw;
  }
  .margin-top-desktop--8 {
    margin-top: 8vw;
  }
  .margin-bottom-desktop--8 {
    margin-bottom: 8vw;
  }
  .margin-left-desktop--9 {
    margin-left: 9vw;
  }
  .margin-right-desktop--9 {
    margin-right: 9vw;
  }
  .margin-top-desktop--9 {
    margin-top: 9vw;
  }
  .margin-bottom-desktop--9 {
    margin-bottom: 9vw;
  }
  .margin-left-desktop--10 {
    margin-left: 10vw;
  }
  .margin-right-desktop--10 {
    margin-right: 10vw;
  }
  .margin-top-desktop--10 {
    margin-top: 10vw;
  }
  .margin-bottom-desktop--10 {
    margin-bottom: 10vw;
  }
  .margin-left-desktop--11 {
    margin-left: 11vw;
  }
  .margin-right-desktop--11 {
    margin-right: 11vw;
  }
  .margin-top-desktop--11 {
    margin-top: 11vw;
  }
  .margin-bottom-desktop--11 {
    margin-bottom: 11vw;
  }
  .margin-left-desktop--12 {
    margin-left: 12vw;
  }
  .margin-right-desktop--12 {
    margin-right: 12vw;
  }
  .margin-top-desktop--12 {
    margin-top: 12vw;
  }
  .margin-bottom-desktop--12 {
    margin-bottom: 12vw;
  }
  .margin-left-desktop--13 {
    margin-left: 13vw;
  }
  .margin-right-desktop--13 {
    margin-right: 13vw;
  }
  .margin-top-desktop--13 {
    margin-top: 13vw;
  }
  .margin-bottom-desktop--13 {
    margin-bottom: 13vw;
  }
  .margin-left-desktop--14 {
    margin-left: 14vw;
  }
  .margin-right-desktop--14 {
    margin-right: 14vw;
  }
  .margin-top-desktop--14 {
    margin-top: 14vw;
  }
  .margin-bottom-desktop--14 {
    margin-bottom: 14vw;
  }
  .margin-left-desktop--15 {
    margin-left: 15vw;
  }
  .margin-right-desktop--15 {
    margin-right: 15vw;
  }
  .margin-top-desktop--15 {
    margin-top: 15vw;
  }
  .margin-bottom-desktop--15 {
    margin-bottom: 15vw;
  }
  .margin-left-desktop--16 {
    margin-left: 16vw;
  }
  .margin-right-desktop--16 {
    margin-right: 16vw;
  }
  .margin-top-desktop--16 {
    margin-top: 16vw;
  }
  .margin-bottom-desktop--16 {
    margin-bottom: 16vw;
  }
  .margin-left-desktop--17 {
    margin-left: 17vw;
  }
  .margin-right-desktop--17 {
    margin-right: 17vw;
  }
  .margin-top-desktop--17 {
    margin-top: 17vw;
  }
  .margin-bottom-desktop--17 {
    margin-bottom: 17vw;
  }
  .margin-left-desktop--18 {
    margin-left: 18vw;
  }
  .margin-right-desktop--18 {
    margin-right: 18vw;
  }
  .margin-top-desktop--18 {
    margin-top: 18vw;
  }
  .margin-bottom-desktop--18 {
    margin-bottom: 18vw;
  }
  .margin-left-desktop--19 {
    margin-left: 19vw;
  }
  .margin-right-desktop--19 {
    margin-right: 19vw;
  }
  .margin-top-desktop--19 {
    margin-top: 19vw;
  }
  .margin-bottom-desktop--19 {
    margin-bottom: 19vw;
  }
  .margin-left-desktop--20 {
    margin-left: 20vw;
  }
  .margin-right-desktop--20 {
    margin-right: 20vw;
  }
  .margin-top-desktop--20 {
    margin-top: 20vw;
  }
  .margin-bottom-desktop--20 {
    margin-bottom: 20vw;
  }
  .dekstop-position-absolute {
    position: absolute;
  }
  .desktop-justify-content-between {
    justify-content: space-between !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .tab-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 1025px) {
  .mobile-width--100 {
    width: 100%;
  }
  .mobile-tab-justify-center {
    justify-content: center !important;
  }
  .mobile-justify-between {
    justify-content: space-between !important;
  }
  .mobile-flex-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  #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-flex-column {
    flex-direction: column;
  }
  .desktop_el {
    display: none !important;
  }
  .mobile-width-max {
    width: max-content !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .mobile_tab-text-right {
    text-align: right;
  }
  .offer-slider {
    padding: 0;
  }
  .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;
  }
  .testimonial-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .logo-slider {
    padding-bottom: 0 !important;
  }
  .font-family--open.heading--36 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .logo-svg-top-right {
    right: 0 !important;
  }
  .logo-svg-top-left {
    display: none !important;
  }
  .mobile-text-center {
    text-align: center;
  }
  .mobile-tab-padding-top--20 {
    padding-top: 20px;
  }
  .mobile-tab-padding-bottom--20 {
    padding-bottom: 20px;
  }
  .mobile-tab-padding-left--20 {
    padding-left: 20px;
  }
  .mobile-tab-padding-right--20 {
    padding-right: 20px;
  }
  .mobile-tab-padding-top--30 {
    padding-top: 30px;
  }
  .mobile-tab-padding-bottom--30 {
    padding-bottom: 30px !important;
  }
  .mobile-tab-margin-top--30 {
    margin-top: 30px !important;
  }
  .mobile-tab-padding-left--25 {
    padding-left: 40px;
  }
  .mobile-tab-padding-right--25 {
    padding-right: 40px;
  }
  .mobile-tab-padding-bottom--unset {
    padding-bottom: unset;
  }
  .mobile-tab-padding-top--unset {
    padding-top: unset;
  }
  .mobile-tab-margin-top--50 {
    margin-top: 50px !important;
  }
  .mobile-tab-button--center {
    display: block !important;
    margin: 0 auto;
  }
  .mobile-tab-flex--column {
    flex-direction: column;
  }
  .mobile-tab-text-color--blue {
    color: #166ef3;
  }
  .mobile-tab-justify-center {
    justify-content: center !important;
  }
  .mobile-width--80 {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .mobile-row-gap--30 {
    gap: 30px !important;
  }
  .mobile-tab-text-center {
    text-align: center !important;
  }
  .mobile-postion-absolute {
    position: absolute !important;
  }
  .mobile-postion-absolute.bottom--20 {
    bottom: 20px;
  }
  .mobile-postion-absolute.bottom--90 {
    bottom: 90px;
  }
  .mobile-postion-absolute.right--0 {
    right: 0;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .tab-d-flex {
    display: flex;
  }
  .tab-justofy-between {
    justify-content: space-between;
  }
  .tab-m-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .row-reverse-div {
    flex-direction: row-reverse;
  }
  .tab-width--50 {
    width: 50%;
  }
  .tab-width--40 {
    width: 40%;
  }
  .tab-width--60 {
    width: 60%;
  }
  .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-row {
    flex-direction: row;
  }
  .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-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-margin-top--0 {
    margin-top: 0 !important;
  }
  .tab-padding-bottom--20 {
    padding-bottom: 20px !important;
  }
  .tab-padding-bottom--200 {
    padding-bottom: 550px !important;
  }
  .tab-padding-top--20 {
    padding-top: 20px !important;
  }
  .tab-width--80 {
    width: 80% !important;
  }
  .tab-width--20 {
    width: 20% !important;
  }
  .tab-width--49 {
    width: 49% !important;
  }
  .tab-width--48-5 {
    width: 48.5% !important;
  }
  .tab-width--100 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-tab-padding-left--25 {
    padding-left: 25px;
  }
  .mobile-tab-padding-right--25 {
    padding-right: 25px;
  }
  .mobile-padding-bottom--200 {
    padding-bottom: 250px !important;
  }
  .creative-heading {
    flex-direction: column;
  }
  .creative-heading svg {
    margin: 0 !important;
  }
  .mobile-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .btn-wrap a {
    width: 230px;
  }
  .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 {
    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--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--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-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;
  }
  .mobile-only-flex-column {
    flex-direction: column;
  }
  .logo-svg-top-right {
    right: 0 !important;
  }
  .creative-line {
    justify-content: center;
    font-size: 12px !important;
  }
  .creative-line-main {
    justify-content: center;
  }
  .creative-line::after,
  .creative-line-main::after,
  .creative-line-main--ab::before {
    width: 20px;
    display: none !important;
  }
  .mobile-width--20 {
    width: 20%;
  }
  .mobile-margin-top--0 {
    margin-top: 0 !important;
  }
  .mobile-width--80 {
    width: 80%;
  }
  .mobile-column-reverse {
    flex-direction: column-reverse;
  }
  .logo-svg-bottom-right {
    display: none !important;
  }
  .btn-wrap a,
  .btn-wrap button {
    margin-left: auto;
    margin-right: auto;
    width: 80% !important;
  }
}
@media only screen and (max-width: 600px) and (min-width: 1025px) {
  .btn-wrap a,
  .btn-wrap button {
    margin-bottom: 0vw;
  }
}
@media only screen and (max-width: 600px) and (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap a,
  .btn-wrap button {
    margin-bottom: 0vw;
  }
}
@media only screen and (max-width: 600px) and (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap a,
  .btn-wrap button {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) and (max-width: 600px) {
  .btn-wrap a,
  .btn-wrap button {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .ul-half ul {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .ul-half ul li {
    width: 100%;
  }
  .desktop_tab_el {
    display: none !important;
  }
  .mobile-padding-left--20 {
    padding-left: 20px;
  }
  .mobile-padding-right--20 {
    padding-right: 20px;
  }
  .w-mobile--50 {
    width: 50% !important;
  }
  .mobile-flex-column {
    flex-direction: column;
  }
}
.bg-color--cream {
  background-color: #fdf6ec;
}
.bg-color--cream--lg {
  background-color: transparent;
}
@media only screen and (min-width: 1025px) {
  .bg-color--cream--lg {
    background-color: #fdf6ec;
  }
}
.bg-color--cream-two {
  background-color: #f8f3f0;
}
.bg-color--blue {
  background-color: #e2eff4;
}
.bg-color--green {
  background-color: #203638;
}

.bg-design--bottom-right {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .bg-design--bottom-right::after {
    content: "";
    position: absolute;
    right: -10px;
    background-image: url("../../img/footer-design.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .bg-design--bottom-right::after {
    bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .bg-design--bottom-right::after {
    bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .bg-design--bottom-right::after {
    bottom: 80px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .bg-design--bottom-right::after {
    bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .bg-design--bottom-right::after {
    height: 11.4583333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .bg-design--bottom-right::after {
    height: 11.4583333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .bg-design--bottom-right::after {
    height: 150px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .bg-design--bottom-right::after {
    height: 100px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .bg-design--bottom-right::after {
    width: 11.4583333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .bg-design--bottom-right::after {
    width: 11.4583333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .bg-design--bottom-right::after {
    width: 150px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .bg-design--bottom-right::after {
    width: 100px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .bg-design--bottom-right::after {
    right: -2.34375vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .bg-design--bottom-right::after {
    right: 0vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .bg-design--bottom-right::after {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .bg-design--bottom-right::after {
    right: 0;
  }
}
.bg-design--top-left {
  position: relative;
}
.bg-design--top-left::after {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../../img/footer-design-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media (min-width: 1025px) {
  .bg-design--top-left::after {
    top: 6.7708333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .bg-design--top-left::after {
    top: 6.7708333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .bg-design--top-left::after {
    top: 80px;
  }
}
@media (max-width: 600px) {
  .bg-design--top-left::after {
    top: 50px;
  }
}
@media (min-width: 1025px) {
  .bg-design--top-left::after {
    height: 11.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .bg-design--top-left::after {
    height: 11.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .bg-design--top-left::after {
    height: 150px;
  }
}
@media (max-width: 600px) {
  .bg-design--top-left::after {
    height: 100px;
  }
}
@media (min-width: 1025px) {
  .bg-design--top-left::after {
    width: 11.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .bg-design--top-left::after {
    width: 11.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .bg-design--top-left::after {
    width: 150px;
  }
}
@media (max-width: 600px) {
  .bg-design--top-left::after {
    width: 100px;
  }
}
.bg-design--top-left.top-zero::after {
  top: 0;
}
.bg-design--top-left.top-minus::after {
  top: -10%;
}
.bg-design--left {
  position: relative;
}
.bg-design--left::after {
  content: "";
  position: absolute;
  left: 18%;
  background-image: url("../../img/exclusive-offer-design.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 100%;
}

@keyframes float-rotate {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(3deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
.bg-design--bottom-right::after, .bg-design--top-left::after, .bg-design--left::after {
  animation: float-rotate 5s ease-in-out infinite;
}

.title-design {
  position: relative;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .title-design {
    padding-left: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .title-design {
    padding-left: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .title-design {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .title-design {
    padding-left: 40px;
  }
}
@media (min-width: 1025px) {
  .title-design {
    padding-right: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .title-design {
    padding-right: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .title-design {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .title-design {
    padding-right: 40px;
  }
}
@media (min-width: 1025px) {
  .title-design svg {
    width: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .title-design svg {
    width: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .title-design svg {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .title-design svg {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  .title-design svg {
    height: 2.5520833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .title-design svg {
    height: 2.5520833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .title-design svg {
    height: 44px;
  }
}
@media (max-width: 600px) {
  .title-design svg {
    height: 44px;
  }
}
.title-design::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #166ef3;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .title-design::before {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .title-design::before {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .title-design::before {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .title-design::before {
    width: 40px;
  }
}
.title-design::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #166ef3;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .title-design::after {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .title-design::after {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .title-design::after {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .title-design::after {
    width: 40px;
  }
}
.title-design--white::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #166ef3;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .title-design--white::before {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .title-design--white::before {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .title-design--white::before {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .title-design--white::before {
    width: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .title-design--white::before {
    background-color: #ffffff;
  }
}
.title-design--white::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #166ef3;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .title-design--white::after {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .title-design--white::after {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .title-design--white::after {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .title-design--white::after {
    width: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .title-design--white::after {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 1025px) {
  .title-design.title-design-lg-left {
    margin: unset;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .title-design.title-design-lg-right {
    margin: unset;
    margin-left: auto;
  }
}

.no-after-arrow::after {
  display: none !important;
}

.home-drop {
  /* Optional: position the submenu nicely */
}
.home-drop .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.home-drop .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.text-underline--orange {
  position: relative;
  width: fit-content;
}
@media (min-width: 1025px) {
  .text-underline--orange {
    padding-bottom: 0.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .text-underline--orange {
    padding-bottom: 0.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .text-underline--orange {
    padding-bottom: 12px;
  }
}
@media (max-width: 600px) {
  .text-underline--orange {
    padding-bottom: 12px;
  }
}
.text-underline--orange::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #c5773e;
}
@media (min-width: 1025px) {
  .text-underline--orange::after {
    width: 3.6979166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .text-underline--orange::after {
    width: 3.6979166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .text-underline--orange::after {
    width: 70px;
  }
}
@media (max-width: 600px) {
  .text-underline--orange::after {
    width: 70px;
  }
}
.text-underline--white {
  position: relative;
  width: fit-content;
}
@media (min-width: 1025px) {
  .text-underline--white {
    padding-bottom: 0.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .text-underline--white {
    padding-bottom: 0.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .text-underline--white {
    padding-bottom: 12px;
  }
}
@media (max-width: 600px) {
  .text-underline--white {
    padding-bottom: 12px;
  }
}
.text-underline--white::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1025px) {
  .text-underline--white::after {
    width: 3.6979166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .text-underline--white::after {
    width: 3.6979166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .text-underline--white::after {
    width: 70px;
  }
}
@media (max-width: 600px) {
  .text-underline--white::after {
    width: 70px;
  }
}
.text-underline--black-two {
  position: relative;
  width: fit-content;
}
@media (min-width: 1025px) {
  .text-underline--black-two {
    padding-bottom: 0.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .text-underline--black-two {
    padding-bottom: 0.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .text-underline--black-two {
    padding-bottom: 12px;
  }
}
@media (max-width: 600px) {
  .text-underline--black-two {
    padding-bottom: 12px;
  }
}
.text-underline--black-two::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #454545;
}
@media (min-width: 1025px) {
  .text-underline--black-two::after {
    width: 3.6979166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .text-underline--black-two::after {
    width: 3.6979166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .text-underline--black-two::after {
    width: 70px;
  }
}
@media (max-width: 600px) {
  .text-underline--black-two::after {
    width: 70px;
  }
}
.text-underline--center {
  margin: 0 auto;
}
.text-underline--center::after {
  left: 50%;
  transform: translateX(-50%);
}
.text-underline-desk--left {
  margin: 0 auto;
}
.text-underline-desk--left::after {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1025px) {
  .text-underline-desk--left {
    margin: unset;
  }
  .text-underline-desk--left::after {
    left: 0;
    transform: unset;
  }
}

.centered-two-line--title {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .centered-two-line--title {
    max-width: 30%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .centered-two-line--title {
    max-width: 30%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .centered-two-line--title {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .centered-two-line--title {
    max-width: 100%;
  }
}

.sec-top-btn {
  display: block !important;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .sec-top-btn {
    right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sec-top-btn {
    right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sec-top-btn {
    right: 0;
  }
}
@media (max-width: 600px) {
  .sec-top-btn {
    right: 0;
  }
}
@media (min-width: 1025px) {
  .sec-top-btn {
    top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sec-top-btn {
    top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sec-top-btn {
    top: 0;
  }
}
@media (max-width: 600px) {
  .sec-top-btn {
    top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .sec-top-btn {
    position: absolute !important;
    margin: unset;
  }
}
@media (min-width: 1025px) {
  .sec-top-btn.sec-top-btn--min {
    top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sec-top-btn.sec-top-btn--min {
    top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sec-top-btn.sec-top-btn--min {
    top: 0;
  }
}
@media (max-width: 600px) {
  .sec-top-btn.sec-top-btn--min {
    top: 0;
  }
}
@media (min-width: 1025px) {
  .sec-top-btn.sec-top-btn--min {
    right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sec-top-btn.sec-top-btn--min {
    right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sec-top-btn.sec-top-btn--min {
    right: 0;
  }
}
@media (max-width: 600px) {
  .sec-top-btn.sec-top-btn--min {
    right: 0;
  }
}
@media (min-width: 1025px) {
  .sec-top-btn.sec-top-btn--min-two {
    top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sec-top-btn.sec-top-btn--min-two {
    top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sec-top-btn.sec-top-btn--min-two {
    top: 0;
  }
}
@media (max-width: 600px) {
  .sec-top-btn.sec-top-btn--min-two {
    top: 0;
  }
}
@media (min-width: 1025px) {
  .sec-top-btn.sec-top-btn--min-two {
    right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sec-top-btn.sec-top-btn--min-two {
    right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sec-top-btn.sec-top-btn--min-two {
    right: 0;
  }
}
@media (max-width: 600px) {
  .sec-top-btn.sec-top-btn--min-two {
    right: 0;
  }
}
@media (min-width: 1025px) {
  .sec-top-btn.sec-top-btn--max {
    top: 7.5520833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sec-top-btn.sec-top-btn--max {
    top: 7.5520833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sec-top-btn.sec-top-btn--max {
    top: 0;
  }
}
@media (max-width: 600px) {
  .sec-top-btn.sec-top-btn--max {
    top: 0;
  }
}

.pink-gradient--top {
  position: relative;
}
.pink-gradient--top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgb(244, 235, 230) 0%, rgba(244, 244, 244, 0) 100%);
  z-index: 1;
}
.pink-gradient--bottom {
  position: relative;
}
.pink-gradient--bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgb(244, 235, 230) 0%, rgba(244, 244, 244, 0) 100%);
  z-index: 1;
}

.white-gradient--top {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .white-gradient--top::after {
    content: "";
    position: absolute;
    top: -6vw;
    left: 0;
    width: 100%;
    height: 10.4166666667vw;
    background: linear-gradient(0deg, #fff 0%, rgb(255, 255, 255) 47.38%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
}
.white-gradient--top-180 {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .white-gradient--top-180::after {
    content: "";
    position: absolute;
    top: -1vw;
    left: 0;
    width: 100%;
    height: 10.4166666667vw;
    background: linear-gradient(180deg, #fff 0%, rgb(255, 255, 255) 47.38%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
}
.white-gradient--top-10vw {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .white-gradient--top-10vw::after {
    content: "";
    position: absolute;
    top: -10vw;
    left: 0;
    width: 100%;
    height: 10.4166666667vw;
    background: linear-gradient(180deg, #fff 0%, rgb(255, 255, 255) 47.38%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
}
.white-gradient--bottom {
  position: relative;
}
.white-gradient--bottom::after {
  content: "";
  position: absolute;
  bottom: -6vw;
  left: 0;
  width: 100%;
  height: 10.4166666667vw;
  background: linear-gradient(180deg, #fff 0%, rgb(255, 255, 255) 47.38%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.cream-gradient--top {
  position: relative;
}
.cream-gradient--top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10.4166666667vw;
  background: linear-gradient(0deg, rgba(248, 243, 240, 0) 0%, #f8f3f0 100%);
  z-index: 1;
}

.black-gradient--bottom {
  position: relative;
}
.black-gradient--bottom::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media (min-width: 1025px) {
  .black-gradient--bottom::after {
    height: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .black-gradient--bottom::after {
    height: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .black-gradient--bottom::after {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .black-gradient--bottom::after {
    height: 50px;
  }
}

.bottom--10 {
  bottom: 10%;
}

.slick-gap-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.slick-gap-40 .slick-item {
  margin-left: 20px;
  margin-right: 20px;
}

.half-slider .half-slider img {
  width: 100%;
}
.half-slider .slick-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  margin-right: -5px;
  margin-left: -5px;
}
.half-slider .slick-item {
  margin-right: 5px;
  margin-left: 5px;
}
.half-slider .slick-center {
  opacity: 1; /* highlight center slide */
}
.half-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  /* Adjust based on your spacing needs */
  transform: translateX(-50%);
  z-index: 10;
  top: unset;
}
.half-slider .slick-arrow.slick-prev {
  left: 50% !important;
  margin-left: -50px;
  /* Adjust distance between arrows */
}
.half-slider .slick-arrow.slick-next {
  left: 50%;
  margin-left: 50px;
  /* Adjust distance between arrows */
}
@media only screen and (min-width: 1025px) {
  .half-slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  .half-slider .slick-arrow.slick-prev {
    left: 2vw !important;
    margin-left: unset;
  }
  .half-slider .slick-arrow.slick-next {
    right: 2vw !important;
    left: unset;
    margin-left: unset;
  }
}

@media only screen and (max-width: 600px) {
  .mobile-w--100 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .review-slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  .review-slider .slick-arrow.slick-prev {
    left: -6vw !important;
    margin-left: unset;
  }
  .review-slider .slick-arrow.slick-next {
    right: -6vw !important;
    left: unset;
    margin-left: unset;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .slick-arrows-bottom-center {
    padding-bottom: 3.6458333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .slick-arrows-bottom-center {
    padding-bottom: 3.6458333333vw;
  }
}
@media only screen and (min-width: 1025px) {
  .slick-arrows-bottom-center .slick-arrow {
    position: absolute;
    bottom: 0;
    /* Adjust based on your spacing needs */
    transform: translateX(-50%);
    z-index: 10;
    top: unset;
  }
  .slick-arrows-bottom-center .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -50px;
    /* Adjust distance between arrows */
  }
  .slick-arrows-bottom-center .slick-arrow.slick-next {
    left: 50%;
    margin-left: 50px;
    /* Adjust distance between arrows */
  }
}

.long-arrows .slick-prev {
  display: flex;
}
@media (min-width: 1025px) {
  .long-arrows .slick-prev {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .long-arrows .slick-prev {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .long-arrows .slick-prev {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .long-arrows .slick-prev {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .long-arrows .slick-prev {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .long-arrows .slick-prev {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .long-arrows .slick-prev {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .long-arrows .slick-prev {
    width: 30px;
  }
}
.long-arrows .slick-prev::before {
  content: "";
  display: block;
  background: url("../../img/slide-prev-long.svg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1025px) {
  .long-arrows .slick-prev::before {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .long-arrows .slick-prev::before {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .long-arrows .slick-prev::before {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .long-arrows .slick-prev::before {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .long-arrows .slick-prev::before {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .long-arrows .slick-prev::before {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .long-arrows .slick-prev::before {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .long-arrows .slick-prev::before {
    width: 30px;
  }
}
.long-arrows .slick-next {
  display: flex;
}
@media (min-width: 1025px) {
  .long-arrows .slick-next {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .long-arrows .slick-next {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .long-arrows .slick-next {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .long-arrows .slick-next {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .long-arrows .slick-next {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .long-arrows .slick-next {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .long-arrows .slick-next {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .long-arrows .slick-next {
    width: 30px;
  }
}
.long-arrows .slick-next::before {
  content: "";
  display: block;
  background: url("../../img/slide-next-long.svg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1025px) {
  .long-arrows .slick-next::before {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .long-arrows .slick-next::before {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .long-arrows .slick-next::before {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .long-arrows .slick-next::before {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .long-arrows .slick-next::before {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .long-arrows .slick-next::before {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .long-arrows .slick-next::before {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .long-arrows .slick-next::before {
    width: 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .desk-beside-arrows .slick-arrow {
    top: 50%;
  }
  .desk-beside-arrows .slick-prev {
    left: 2vw;
  }
  .desk-beside-arrows .slick-next {
    right: 2vw;
  }
}

@media only screen and (min-width: 1025px) {
  .desk-beside-arrows--wider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  .desk-beside-arrows--wider .slick-prev {
    left: -5vw !important;
  }
  .desk-beside-arrows--wider .slick-next {
    right: -5vw !important;
  }
}

@media only screen and (min-width: 1025px) {
  .desk-right-side-arrows .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  .desk-right-side-arrows .slick-next {
    left: unset;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows .slick-next {
    right: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows .slick-next {
    right: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows .slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows .slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows .slick-next {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows .slick-next {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows .slick-next {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows .slick-next {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .desk-right-side-arrows .slick-prev {
    left: unset;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows .slick-prev {
    right: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows .slick-prev {
    right: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows .slick-prev {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows .slick-prev {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .desk-right-side-arrows--wider .slick-arrow {
    top: 45%;
    transform: translateY(-50%);
  }
  .desk-right-side-arrows--wider .slick-next {
    left: unset;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows--wider .slick-next {
    right: -4.1666666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows--wider .slick-next {
    right: -4.1666666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows--wider .slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows--wider .slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows--wider .slick-next {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows--wider .slick-next {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows--wider .slick-next {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows--wider .slick-next {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .desk-right-side-arrows--wider .slick-prev {
    left: unset;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows--wider .slick-prev {
    right: -4.1666666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows--wider .slick-prev {
    right: -4.1666666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows--wider .slick-prev {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows--wider .slick-prev {
    right: 0;
  }
}

.bottom-parallax {
  position: absolute;
  z-index: 1;
  top: 0;
}

.border-color--ash-two {
  border: 1px solid #d0d9e2;
}

.at--1-1 {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.at--078 {
  width: 100%;
  height: auto;
  aspect-ratio: 0.78/1;
  object-fit: cover;
}
.at--086 img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.86/1 !important;
  object-fit: cover;
}
.at--125 img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1 !important;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .at--125 img {
    aspect-ratio: 1.25/1 !important;
  }
}
.at--151 img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1 !important;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .at--151 img {
    aspect-ratio: 1.51/1 !important;
  }
}
.at--161 img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1 !important;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .at--161 img {
    aspect-ratio: 1.6/1 !important;
  }
}

.desc {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
@media (min-width: 1025px) {
  .desc {
    gap: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .desc {
    gap: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .desc {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .desc {
    gap: 30px;
  }
}
@media only screen and (min-width: 600px) {
  .desc {
    padding: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .desc {
    padding: 2.6041666667vw 2.6041666667vw;
    row-gap: 1.0416666667vw;
  }
}
.desc-item {
  position: relative;
  display: flex;
}
@media (min-width: 1025px) {
  .desc-item {
    gap: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .desc-item {
    gap: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .desc-item {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .desc-item {
    gap: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .desc-item::after {
    content: "";
    position: absolute;
    top: 5px;
    width: 1px;
    border-left: 1px solid #8391a3;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desc-item::after {
    left: -1.8229166667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desc-item::after {
    left: -1.8229166667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desc-item::after {
    left: 15px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desc-item::after {
    left: 15px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desc-item::after {
    height: 1.4583333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desc-item::after {
    height: 1.4583333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desc-item::after {
    height: 25px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desc-item::after {
    height: 25px;
  }
}
.desc-item:first-child::after {
  content: unset;
}
@media (min-width: 1025px) {
  .desc-item svg.icon {
    height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .desc-item svg.icon {
    height: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .desc-item svg.icon {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .desc-item svg.icon {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .desc-item svg.icon {
    width: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .desc-item svg.icon {
    width: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .desc-item svg.icon {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .desc-item svg.icon {
    width: 30px;
  }
}
.desc-item-details {
  display: flex;
  flex-direction: column;
}

.vertical-card .card-type-02 img {
  aspect-ratio: 0.85/1;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .vertical-card .card-type-02__text {
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  .vertical-card .card-type-02__title {
    margin-bottom: 0vw;
  }
}
.vertical-card .card-type-02:hover .card-type-02__desc {
  display: none;
}

.border-green {
  border: 1px solid #203638;
}

.cream-icon svg {
  transition: 0.3s ease-in-out;
  fill: #454545;
}
.cream-icon:hover svg {
  transition: 0.3s ease-in-out;
  fill: #c5773e;
}

@media only screen and (min-width: 1025px) {
  .translate-middle-y-xl {
    transform: translateY(-50%);
  }
}

.d-flex.equal-height {
  flex: 1; /* make them grow equally */
  display: flex; /* allow content alignment inside */
  align-items: center; /* vertical centering */
  justify-content: center; /* optional, centers text */
}

.no-arrows .slick-next,
.no-arrows .slick-prev {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .desk-beside-arrows .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
  .desk-beside-arrows .slick-prev {
    left: -12vw;
  }
  .desk-beside-arrows .slick-next {
    right: -12vw;
  }
}

.normal-arrows .slick-prev {
  display: flex;
}
@media (min-width: 1025px) {
  .normal-arrows .slick-prev {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .normal-arrows .slick-prev {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .normal-arrows .slick-prev {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .normal-arrows .slick-prev {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .normal-arrows .slick-prev {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .normal-arrows .slick-prev {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .normal-arrows .slick-prev {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .normal-arrows .slick-prev {
    width: 30px;
  }
}
.normal-arrows .slick-prev::before {
  content: "";
  display: block;
  background: url("../../img/slide-prev.svg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1025px) {
  .normal-arrows .slick-prev::before {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .normal-arrows .slick-prev::before {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .normal-arrows .slick-prev::before {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .normal-arrows .slick-prev::before {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .normal-arrows .slick-prev::before {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .normal-arrows .slick-prev::before {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .normal-arrows .slick-prev::before {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .normal-arrows .slick-prev::before {
    width: 30px;
  }
}
.normal-arrows .slick-next {
  display: flex;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .normal-arrows .slick-next {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .normal-arrows .slick-next {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .normal-arrows .slick-next {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .normal-arrows .slick-next {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .normal-arrows .slick-next {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .normal-arrows .slick-next {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .normal-arrows .slick-next {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .normal-arrows .slick-next {
    width: 30px;
  }
}
.normal-arrows .slick-next::before {
  content: "";
  display: block;
  background: url("../../img/slide-next.svg");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1025px) {
  .normal-arrows .slick-next::before {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .normal-arrows .slick-next::before {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .normal-arrows .slick-next::before {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .normal-arrows .slick-next::before {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .normal-arrows .slick-next::before {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .normal-arrows .slick-next::before {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .normal-arrows .slick-next::before {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .normal-arrows .slick-next::before {
    width: 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .desk-right-side-arrows .slick-arrow {
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
  }
  .desk-right-side-arrows .slick-next {
    left: unset;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows .slick-next {
    right: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows .slick-next {
    right: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows .slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows .slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows .slick-next {
    margin-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows .slick-next {
    margin-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows .slick-next {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows .slick-next {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows .slick-next {
    margin-top: -0.5208333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows .slick-next {
    margin-top: 0vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows .slick-next {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows .slick-next {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .desk-right-side-arrows .slick-prev {
    left: unset;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows .slick-prev {
    right: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows .slick-prev {
    right: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows .slick-prev {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows .slick-prev {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows .slick-prev {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows .slick-prev {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows .slick-prev {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows .slick-prev {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .desk-right-side-arrows--wider .slick-arrow {
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
  }
  .desk-right-side-arrows--wider .slick-next {
    left: unset;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows--wider .slick-next {
    right: 0vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows--wider .slick-next {
    right: 0vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows--wider .slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows--wider .slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows--wider .slick-next {
    margin-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows--wider .slick-next {
    margin-bottom: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows--wider .slick-next {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows--wider .slick-next {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows--wider .slick-next {
    margin-top: -0.5208333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows--wider .slick-next {
    margin-top: 0vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows--wider .slick-next {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows--wider .slick-next {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .desk-right-side-arrows--wider .slick-prev {
    left: unset;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows--wider .slick-prev {
    right: 0vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows--wider .slick-prev {
    right: 0vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows--wider .slick-prev {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows--wider .slick-prev {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .desk-right-side-arrows--wider .slick-prev {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .desk-right-side-arrows--wider .slick-prev {
    margin-top: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .desk-right-side-arrows--wider .slick-prev {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .desk-right-side-arrows--wider .slick-prev {
    margin-top: 0;
  }
}

.fill-green {
  fill: #203638 !important;
  transition: 0.3s ease-in-out;
}
.fill-green:hover {
  fill: #e5a13d !important;
  transition: 0.3s ease-in-out;
}

.slick-next::before,
.slick-prev::before {
  opacity: 1 !important;
}
.slick-next:hover .your-element,
.slick-prev:hover .your-element {
  transform: translateY(-50%) scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.lh-0 {
  line-height: unset !important;
}

.line-height--24 {
  line-height: 24px;
}

.left--40 {
  left: 40px;
}

.bottom--40 {
  bottom: 40px;
}

.overlay--1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 100%);
}

.heading-underline--yellow {
  position: relative;
}
.heading-underline--yellow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  border-bottom: 3px solid #e5a13d;
  height: 3px;
}
@media (min-width: 1025px) {
  .heading-underline--yellow::after {
    width: 4.4270833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading-underline--yellow::after {
    width: 4.4270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading-underline--yellow::after {
    width: 50px;
  }
}
@media (max-width: 600px) {
  .heading-underline--yellow::after {
    width: 50px;
  }
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}

.header-logo img {
  position: relative;
}
.header-logo a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.blog-id-6 .header-logo img {
  left: 0%;
  right: 0%;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .blog-id-6 .header-logo img {
    left: -15%;
    right: -15%;
    width: 130%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-id-6 .header-logo img {
    width: 100%;
    margin: auto;
  }
}

.blog-id-4 .header-logo img {
  left: 0%;
  right: 0%;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .blog-id-4 .header-logo img {
    left: -25%;
    right: -25%;
    width: 150%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-id-4 .header-logo img {
    width: 100%;
    margin: auto;
  }
}

.blog-id-5 .header-logo img {
  left: 0%;
  right: 0%;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .blog-id-5 .header-logo img {
    left: -15%;
    right: -15%;
    width: 130%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-id-5 .header-logo img {
    width: 100%;
    margin: auto;
  }
}

.blog-id-3 .header-logo img {
  width: 50%;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .blog-id-3 .header-logo img {
    width: 80%;
  }
}

.blog-id-2 .header-logo img {
  width: 70%;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .blog-id-2 .header-logo img {
    left: -5%;
    right: -5%;
    width: 110%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-id-2 .header-logo img {
    width: 70%;
    margin: auto;
  }
}

.blog-id-1 .header-logo img {
  left: 0%;
  right: 0%;
  width: 100%;
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-id-1 .header-logo img {
    width: 70%;
    margin: auto;
  }
}

@media (min-width: 1025px) {
  .fixed-menu-logo img {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li {
    padding-left: 0.78125vw;
  }
}
@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.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li {
    padding-right: 0.78125vw;
  }
}
@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: 600;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 1025px) {
  .header-menu li a {
    letter-spacing: 0.0364583333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-menu li a {
    letter-spacing: 0.0364583333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-menu li a {
    letter-spacing: 0.7px;
  }
}
@media (max-width: 600px) {
  .header-menu li a {
    letter-spacing: 0.7px;
  }
}
@media (min-width: 1025px) {
  .header-menu li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .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: #ebdbbf;
  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: 1600px) {
  .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: #ebdbbf;
}
.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.png");
  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: 1600px) {
  .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: 1600px) {
  .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: #ebdbbf;
}
.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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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: #203638 !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: 1600px) {
  .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: #ebdbbf;
}
.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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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;
}

@media (min-width: 1025px) {
  .blog-id-2 #primary-menu.header-menu li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blog-id-2 #primary-menu.header-menu li {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-id-2 #primary-menu.header-menu li {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .blog-id-2 #primary-menu.header-menu li {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .blog-id-2 #primary-menu.header-menu li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blog-id-2 #primary-menu.header-menu li {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-id-2 #primary-menu.header-menu li {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .blog-id-2 #primary-menu.header-menu li {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .blog-id-2 #primary-menu.header-menu li a {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blog-id-2 #primary-menu.header-menu li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-id-2 #primary-menu.header-menu li a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .blog-id-2 #primary-menu.header-menu li a {
    font-size: 15px !important;
  }
}

.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: 1600px) {
  .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: 0px;
  }
}
@media (max-width: 600px) {
  .header_button .header_button-toggle,
  .fix-toggle .header_button-toggle {
    padding-right: 0px;
  }
}
.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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 1.3020833333vw !important;
}
@media (min-width: 1025px) {
  .header.no-banners {
    padding-top: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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.png) !important;
}
.header.no-banners .scroll-menu .book-widget-open {
  color: #fff !important;
}
.header.no-banners .header-menu li a:hover {
  color: #c5773e !important;
}
@media (min-width: 1025px) {
  .header.no-banners .header-logo img {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header.no-banners .header-logo img {
    height: 3.125vw;
  }
}
@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: #000;
}
.header.no-banners .search-btn {
  background: rgba(155, 152, 152, 0.36);
}
.header.no-banners .search-btn:hover {
  background: #000;
}
.header.no-banners .search-btn:hover path {
  fill: #fff;
}
.header.no-banners .inquire-btn {
  background: rgba(155, 152, 152, 0.36);
}
.header.no-banners .inquire-btn svg path {
  fill: #000;
}
.header.no-banners .inquire-btn:hover {
  color: #fff;
  background: #000;
}
.header.no-banners .inquire-btn:hover path {
  fill: #fff;
}
.header.no-banners .hamburger span {
  background: #000;
}
.header.no-banners .header_top li.menu-item-has-children a::after {
  background-image: url("../../img/down-b.png");
}
.header.no-banners .header_top #primary-menu .current-menu-item a {
  color: #000;
}
.header.no-banners .header_top #primary-menu .current-menu-item a::before {
  background: #000 !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;
}
.no-banners.header-scrolled svg path {
  fill: #ffffff !important;
}
.no-banners.header-scrolled span {
  color: #ffffff;
}
.no-banners.header-scrolled .sub-menu li a {
  color: #000 !important;
}

.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: #203638;
  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: 1600px) {
  .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: 1600px) {
  .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;
}
@media (min-width: 1025px) {
  .scroll-menu .header-menu li a {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .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: #fff;
  bottom: 1.3020833333vw;
  transition: all 0.5s;
}
.scroll-menu .header-menu .current-menu-item a {
  color: #fff;
}
.scroll-menu .header-menu .current-menu-item a::before {
  width: 100%;
  transition: all 0.5s;
}
.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: 1600px) {
  .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 .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;
}

.search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  color: #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
}
@media (min-width: 1025px) {
  .search-btn {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-btn {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-btn {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .search-btn {
    height: 25px;
  }
}
@media (min-width: 1025px) {
  .search-btn {
    width: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-btn {
    width: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-btn {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .search-btn {
    width: 25px;
  }
}
@media (min-width: 1025px) {
  .search-btn {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-btn {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-btn {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .search-btn {
    margin-right: 10px;
  }
}
.search-btn svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .search-btn svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-btn svg {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-btn svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .search-btn svg {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .search-btn svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-btn svg {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-btn svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .search-btn svg {
    width: 20px;
  }
}
.search-btn:hover {
  background: #fff;
}
.search-btn:hover path {
  fill: #203638;
}

#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: 1600px) {
  #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: 1600px) {
  #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: 1600px) {
  #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: 1600px) {
  #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: 1600px) {
  #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: 1600px) {
  #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: 1600px) {
  #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: 1600px) {
  #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: 1600px) {
  #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: 1600px) {
  #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: "DM Sans", sans-serif;
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_top ul a {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #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: 1600px) {
  #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: 1600px) {
  #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: 1600px) {
  #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: 1600px) {
  #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: 1600px) {
  #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: "DM Sans", sans-serif;
}
@media (min-width: 1025px) {
  #offcanvasMenu .offmenu_bottom ul a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #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: 1600px) {
  #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: 1600px) {
  #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: 1600px) {
  #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: 1600px) {
  #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: 1600px) {
  #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: 1600px) {
  #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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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: #ebdbbf !important;
}
.menu-social-ul a:hover circle,
.menu-social a:hover circle {
  stroke: #ebdbbf !important;
}

.menu-left-div {
  height: 100vh;
}
@media (min-width: 1025px) {
  .menu-left-div {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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: #fff;
  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: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-top img {
    height: 2.6041666667vw;
  }
}
@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: #000 !important;
}
.main-menu .header_button-toggle {
  width: 100%;
}
@media (min-width: 1025px) {
  .main-menu .header_button-toggle {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .header_button-toggle {
    padding-top: 2.6041666667vw;
  }
}
@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.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .header_button-toggle {
    padding-bottom: 1.5625vw;
  }
}
@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.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .header_button-toggle {
    padding-left: 2.6041666667vw;
  }
}
@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.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .header_button-toggle {
    padding-right: 2.6041666667vw;
  }
}
@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: #000;
}
.main-menu #nav_accordion a:hover {
  color: #c5773e;
}
.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: 1600px) {
  .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-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-bottom {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-bottom {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-bottom {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .menu-bottom {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-bottom {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .menu-bottom {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .menu-bottom {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .main-menu .menu-bottom {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .menu-bottom {
    padding-bottom: 2.6041666667vw;
  }
}
@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: #000;
}
.main-menu .menu-bottom a:hover {
  color: #c5773e;
}
.main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu ul li {
  font-family: "DM Sans", sans-serif;
}
.main-menu ul li a {
  text-decoration: none;
  position: relative;
  color: #000;
}
.main-menu ul li a:hover {
  color: #c5773e;
}
@media (min-width: 1025px) {
  .main-menu .side-top {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top {
    padding-bottom: 15px;
  }
}
.main-menu .side-top li {
  border-bottom: 1px solid #bdbdbd;
}
@media (min-width: 1025px) {
  .main-menu .side-top li {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top li {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top li {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top li {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top li {
    padding-bottom: 10px;
  }
}
.main-menu .side-top li li {
  border: 0 !important;
  padding-top: 0 !important;
}
.main-menu .side-top li:hover a {
  display: block;
  position: relative;
  transition: all 0.3s;
  transform: translateX(0.2604166667vw) !important;
}
.main-menu .side-top a {
  font-family: "DM Sans", sans-serif;
  color: #ebdbbf;
  font-weight: 300;
  padding: 0 !important;
  display: block;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .main-menu .side-top a {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top a {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top a {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top a {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top a {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-top a {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-top a {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top a {
    line-height: 30px;
  }
}
.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: 1.5625vw;
  height: 1.5625vw;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.0416666667vw;
}
.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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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: 16px !important;
  }
}
@media (max-width: 600px) {
  .main-menu .side-top .has-submenu ul a {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-top .has-submenu ul a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: #c5773e !important;
  transform: translateX(0.5208333333vw) !important;
}
.main-menu .side-top li.active a {
  color: #c5773e !important;
}
.main-menu .side-top li.active .submenu a {
  color: #000 !important;
}
.main-menu .side-top li.active .submenu li.active a {
  color: #c5773e !important;
}
.main-menu .side-bottom ul {
  display: flex;
  flex-wrap: wrap;
}
.main-menu .side-bottom li {
  width: 50%;
}
@media (min-width: 1025px) {
  .main-menu .side-bottom li {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-bottom li {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-bottom li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-bottom li {
    padding-bottom: 10px;
  }
}
.main-menu .side-bottom li:hover a {
  display: block;
  transition: all 0.3s;
  transform: translateX(0.2604166667vw) !important;
}
.main-menu .side-bottom a {
  transition: all 0.3s;
  display: block;
}
@media (min-width: 1025px) {
  .main-menu .side-bottom a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-bottom a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-bottom a {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .main-menu .side-bottom a {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .main-menu .side-bottom a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .main-menu .side-bottom a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .main-menu .side-bottom a {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .main-menu .side-bottom a {
    line-height: 30px;
  }
}

.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: 1600px) {
  .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: #c5773e !important;
}
.off-menu li.current_page_item a::before {
  width: 100%;
  left: 0;
  transform: translateX(0);
  background: #c5773e !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: #c5773e;
}
.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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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: #c5773e !important;
}
.menu-right-div ul a:hover svg path {
  fill: #c5773e !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: 1600px) {
  .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: 1600px) {
  .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;
  }
}

#nav_accordion {
  flex-wrap: nowrap !important;
}

#offcanvasSearch {
  height: max-content;
  background: #203638;
}
#offcanvasSearch .offcanvas-header {
  padding: 0;
}
@media (min-width: 1025px) {
  #offcanvasSearch .offcanvas-body {
    padding-bottom: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #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: 1600px) {
  #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 form {
  display: flex;
  background: rgba(255, 255, 255, 0.26);
  border-top-left-radius: 1.5625vw;
  border-bottom-left-radius: 1.5625vw;
  border-top-right-radius: 1.5625vw;
  border-bottom-right-radius: 1.5625vw;
}
#offcanvasSearch form input {
  color: #fff;
  margin: 0;
  flex-grow: 1;
  border: 0;
  border-top-left-radius: 1.5625vw;
  border-bottom-left-radius: 1.5625vw;
  background: transparent;
}
@media (min-width: 1025px) {
  #offcanvasSearch form input {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasSearch form input {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasSearch form input {
    height: 45px;
  }
}
@media (max-width: 600px) {
  #offcanvasSearch form input {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  #offcanvasSearch form input {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasSearch form input {
    font-size: 1.09375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasSearch form input {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  #offcanvasSearch form input {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  #offcanvasSearch form input {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasSearch form input {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasSearch form input {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  #offcanvasSearch form input {
    padding-left: 15px;
  }
}
#offcanvasSearch form input::placeholder {
  color: #fff; /* your placeholder color */
  opacity: 1; /* make sure it's not faded */
}
#offcanvasSearch form button {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
  border: 0;
}
@media (min-width: 1025px) {
  #offcanvasSearch form button {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasSearch form button {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasSearch form button {
    height: 45px;
  }
}
@media (max-width: 600px) {
  #offcanvasSearch form button {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  #offcanvasSearch form button {
    width: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasSearch form button {
    width: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasSearch form button {
    width: 45px;
  }
}
@media (max-width: 600px) {
  #offcanvasSearch form button {
    width: 45px;
  }
}
#offcanvasSearch form button img,
#offcanvasSearch form button svg {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  #offcanvasSearch form button img,
  #offcanvasSearch form button svg {
    height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasSearch form button img,
  #offcanvasSearch form button svg {
    height: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasSearch form button img,
  #offcanvasSearch form button svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  #offcanvasSearch form button img,
  #offcanvasSearch form button svg {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  #offcanvasSearch form button img,
  #offcanvasSearch form button svg {
    width: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #offcanvasSearch form button img,
  #offcanvasSearch form button svg {
    width: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #offcanvasSearch form button img,
  #offcanvasSearch form button svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  #offcanvasSearch form button img,
  #offcanvasSearch form button svg {
    width: 20px;
  }
}
#offcanvasSearch .btn-close {
  background-image: url("../../img/btn-close.png") !important;
  opacity: 1 !important;
}
#offcanvasSearch .btn-close {
  position: absolute;
  z-index: 99999;
}
@media only screen and (min-width: 1025px) {
  #offcanvasSearch .heading--24 {
    color: #fff;
    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: #fff;
    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;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 1025px) {
  .subsite-dropdown button {
    margin-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .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.05vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .subsite-dropdown button {
    letter-spacing: 0.05vw;
  }
}
@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.8854166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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.png");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat !important;
}
.subsite-dropdown .dropdown-menu {
  background: #fdf6ec;
  padding: 0;
  border-radius: 0 !important;
}
.subsite-dropdown .dropdown-menu a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  font-weight: 400;
  text-align: left !important;
  width: 100%;
  font-family: "DM Sans", sans-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: 1600px) {
  .subsite-dropdown .dropdown-menu a {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown .dropdown-menu a {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .subsite-dropdown .dropdown-menu a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown .dropdown-menu a {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .subsite-dropdown .dropdown-menu a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .subsite-dropdown .dropdown-menu a {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .subsite-dropdown .dropdown-menu a {
    font-size: 0.8854166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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;
  }
}
.subsite-dropdown .dropdown-menu a.active {
  color: #fff !important;
}
.subsite-dropdown .dropdown-menu a:hover {
  background: #c5773e;
  color: #fff !important;
}
.subsite-dropdown .dropdown-item.active,
.subsite-dropdown .dropdown-item:active {
  background: #b8916d;
}

.header.no-banners button {
  color: #000;
}
.header.no-banners .main-web {
  border-right: 1px solid #000;
}
.header.no-banners .dropdown-menu .dropdown-item.active,
.header.no-banners .dropdown-menu .dropdown-item:active {
  color: #fff !important;
}
.header.no-banners.header-scrolled #primary-menu li a {
  color: #ffffff !important;
}
.header.no-banners.header-scrolled #primary-menu li .sub-menu li a {
  color: #000 !important;
}
.header.no-banners.header-scrolled #primary-menu li .sub-menu li:hover a {
  background-color: #ebdbbf !important;
}
.header.no-banners.header-scrolled .hamburger span {
  background-color: #ffffff !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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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) {
  .subsite-dropdown {
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 1px solid #000;
  }
  .subsite-dropdown button {
    color: #000 !important;
    width: 100%;
    display: flex;
  }
  .subsite-dropdown button span {
    flex-grow: 1;
    text-align: left;
  }
  .subsite-dropdown .dropdown-toggle::after {
    background-image: url(../../img/down-b.png) !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% - 160px) !important;
  }
  .toggle-btn-slide {
    width: 160px !important;
    height: 30px !important;
  }
  .toggle-btn-slide::after {
    width: 30px !important;
    left: auto !important;
    background-size: 25px !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 only screen and (max-width: 600px) {
  .search-trigger-btn {
    margin-right: 20px !important;
  }
  .fixed-menu-logo {
    width: 100% !important;
  }
  .fixed-menu-logo .header_button-toggle {
    flex-grow: 1;
  }
  #offcanvasMenu {
    width: 100% !important;
  }
  #header .header_button {
    justify-content: flex-end;
  }
  #header .header_button-toggle {
    padding-right: 0 !important;
  }
}
.footer {
  background: #203638;
}

.footer-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.copyright-menu,
.footer-bottom {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 1025px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-left: 1.0416666667vw;
  }
}
@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: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .copyright-menu li,
  .footer-bottom li {
    padding-right: 1.0416666667vw;
  }
}
@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: #fff;
  text-decoration: none;
  font-family: "DM Sans", 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: 1600px) {
  .copyright-menu a,
  .copyright-menu li,
  .copyright-menu p,
  .footer-bottom a,
  .footer-bottom li,
  .footer-bottom p {
    font-size: 0.7291666667vw !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: 1600px) {
  .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: 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: 1600px) {
  .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: #c5773e;
}
.copyright-menu a::after,
.footer-bottom a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  bottom: 0;
  transition: all 0.5s;
}
.copyright-menu a:hover::after,
.footer-bottom a:hover::after {
  background: #c5773e !important;
}
.copyright-menu .current-menu-item a,
.footer-bottom .current-menu-item a {
  color: #c5773e !important;
}
.copyright-menu .current-menu-item a::after,
.footer-bottom .current-menu-item a::after {
  color: #c5773e;
  width: 100%;
  transition: all 0.5s;
}

.footer-border-gray {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

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

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

.social-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media (min-width: 1025px) {
  .social-ul {
    padding-top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul {
    padding-top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .social-ul {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .social-ul li {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul li {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul li {
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .social-ul li {
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .social-ul li svg {
    height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul li svg {
    height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul li svg {
    height: 35px;
  }
}
@media (max-width: 600px) {
  .social-ul li svg {
    height: 35px;
  }
}
@media (min-width: 1025px) {
  .social-ul li svg {
    width: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-ul li svg {
    width: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul li svg {
    width: 35px;
  }
}
@media (max-width: 600px) {
  .social-ul li svg {
    width: 35px;
  }
}
.social-ul a:hover path {
  fill: #c5773e !important;
}
.social-ul a:hover circle {
  stroke: #fff;
}

.social-ul-con svg path {
  fill: #000;
}
.social-ul-con a:hover svg path {
  fill: #203638 !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: 1600px) {
  .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: #203638;
  text-decoration: none;
  width: max-content;
  position: relative;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 1025px) {
  .footer-menu-large a {
    font-size: 1.4583333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-large a {
    font-size: 1.4583333333vw !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: 1600px) {
  .footer-menu-large a {
    line-height: 1.9791666667vw;
  }
}
@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: 1600px) {
  .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: #203638;
}
.footer-menu-large a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #203638;
  bottom: 0;
  transition: all 0.5s;
}
.footer-menu-large .current-menu-item a {
  color: #203638 !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;
}
@media only screen and (max-width: 600px) {
  .footer-menu-small ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .footer-menu-small li {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-small li {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .footer-menu-small li {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .footer-menu-small li {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .footer-menu-small li {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-small li {
    padding-right: 0vw;
  }
}
@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: 600px) {
  .footer-menu-small li {
    width: 50%;
  }
}
.footer-menu-small a {
  margin: 0;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: max-content;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 1025px) {
  .footer-menu-small a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-small a {
    font-size: 0.8333333333vw !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.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .footer-menu-small a {
    line-height: 1.0416666667vw;
  }
}
@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: #c5773e;
}
.footer-menu-small a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  bottom: 0;
  transition: all 0.5s;
}
@media only screen and (min-width: 1025px) {
  .footer-menu-small a {
    width: max-content;
  }
}
.footer-menu-small .current-menu-item a {
  color: #c5773e !important;
}
.footer-menu-small .current-menu-item a::after {
  background: #c5773e;
  width: 100%;
  transition: all 0.5s;
}

.logo-svg-footer {
  overflow: hidden;
  position: absolute;
}
@media (min-width: 1025px) {
  .logo-svg-footer {
    right: -5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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: 1600px) {
  .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;
  }
}

#sub-newsletter-form {
  display: flex;
}
#sub-newsletter-form input {
  margin: 0;
  flex-grow: 1;
  border: 1px solid #383838;
  background: #383838;
}
@media (min-width: 1025px) {
  #sub-newsletter-form input {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #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.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form input {
    font-size: 0.9375vw !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: 1600px) {
  #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: #203638;
  border: 1px solid #203638;
}
@media (min-width: 1025px) {
  #sub-newsletter-form button {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #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: 1600px) {
  #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.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    height: 1.5625vw;
  }
}
@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.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    width: 1.5625vw;
  }
}
@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: 1600px) {
  .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: 1600px) {
  .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) {
  .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;
    padding-bottom: 50px;
  }
  #footer-menu li {
    padding-bottom: 15px;
  }
  #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;
  }
  .footer-bottom {
    flex-direction: column;
    display: flex;
    padding-bottom: 30px;
  }
  .footer {
    padding-bottom: 30px !important;
  }
  .copyright-menu {
    padding-bottom: 0 !important;
  }
  .mobile-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-ul {
    justify-content: center;
    padding-bottom: 50px;
  }
  .social-ul li {
    padding: 0 10px;
  }
  .tab-width--30 {
    width: max-content !important;
  }
  .footer-bottom {
    flex-wrap: wrap;
    flex-direction: row !important;
    padding-bottom: 0 !important;
  }
  .footer-bottom .width--33 {
    width: 50%;
  }
  .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) {
  .contact-box:last-child {
    padding: 0 !important;
  }
  .footer-border-gray .contact-box {
    justify-content: center !important;
    text-align: center !important;
  }
  .footer-border-gray .contact-box .contact-box__text {
    padding-bottom: 0 !important;
  }
  .footer-border-gray .social-ul {
    justify-content: center !important;
    width: 100% !important;
  }
  .footer-border-gray .social-ul li {
    padding: 0 10px !important;
  }
}
.banner-section::after,
.banner-section-inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 50%;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.banner-section {
  height: 80vh;
}

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

@media (min-width: 1025px) {
  .banner-section-inner {
    height: 31.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .banner-section-inner {
    height: 31.25vw;
  }
}
@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: 31.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .banner-section-inner .banner-img {
    height: 31.25vw;
  }
}
@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: 80vh;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-item .banner-img {
    height: value-desktop;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-item .banner-img {
    height: 600px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-item .banner-img {
    height: 500px;
  }
}
#bannerSlider .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  background: #000;
}
#bannerSlider .carousel-indicators {
  position: absolute;
  right: 0;
  z-index: 99;
  left: 0;
  bottom: 0;
  justify-content: center;
  display: flex;
  margin: auto !important;
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-indicators {
    bottom: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-indicators {
    bottom: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-indicators {
    bottom: 30px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-indicators {
    bottom: 30px;
  }
}
#bannerSlider .carousel-indicators button {
  background: #fff;
  text-indent: unset !important;
  display: flex;
  padding: 0;
  border: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 2px;
  font-family: "DM Sans", serif;
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-indicators button {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    width: 30px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-indicators button {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    margin-left: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-indicators button {
    margin-left: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    margin-left: 5px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-indicators button {
    margin-left: 5px;
  }
}
@media (min-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    margin-right: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #bannerSlider .carousel-indicators button {
    margin-right: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #bannerSlider .carousel-indicators button {
    margin-right: 5px;
  }
}
@media (max-width: 600px) {
  #bannerSlider .carousel-indicators button {
    margin-right: 5px;
  }
}
#bannerSlider .carousel-indicators button.active {
  background: #383838;
}

.banner-caption {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  left: 10%;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 80vh;
  bottom: 0;
}
@media (min-width: 1025px) {
  .banner-caption {
    padding-bottom: 6.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .banner-caption {
    padding-bottom: 6.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .banner-caption {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .banner-caption {
    padding-bottom: 30px;
  }
}
.banner-caption .banner-caption__inner {
  width: 40%;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  display: flex;
}
.banner-caption .banner-caption__inner::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #c5773e;
  position: absolute;
}
@media (min-width: 1025px) {
  .banner-caption .banner-caption__inner::before {
    left: -1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .banner-caption .banner-caption__inner::before {
    left: -1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .banner-caption .banner-caption__inner::before {
    left: 10px;
  }
}
@media (max-width: 600px) {
  .banner-caption .banner-caption__inner::before {
    left: 10px;
  }
}

@media only screen and (min-width: 1025px) {
  .banner-section-inner {
    height: 31.25vw !important;
  }
  .banner-section-inner .banner-img {
    height: 31.25vw !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) {
  .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;
  }
}
.wysiwig-container {
  font-family: "DM Sans", sans-serif;
  color: #454545;
  /*custom list Style*/
}
.wysiwig-container p,
.wysiwig-container td,
.wysiwig-container th,
.wysiwig-container li,
.wysiwig-container span {
  color: #000;
  font-family: "DM Sans", sans-serif;
}
.wysiwig-container strong {
  font-weight: 600 !important;
  color: #000 !important;
}
.wysiwig-container a {
  font-family: "DM Sans", sans-serif;
  color: #000;
  text-decoration: underline;
}
.wysiwig-container a:hover {
  text-decoration: underline;
  color: #c5e1fa !important;
}
.wysiwig-container h1,
.wysiwig-container h2,
.wysiwig-container h3,
.wysiwig-container h4,
.wysiwig-container h5,
.wysiwig-container h6 {
  font-weight: 600 !important;
  color: #000;
  font-family: "DM Sans", sans-serif;
}
.wysiwig-container ul {
  list-style: none;
}
.wysiwig-container ul li {
  text-align: left !important;
  position: relative;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .wysiwig-container ul li {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul li {
    padding-left: 1.3020833333vw;
  }
}
@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: 1600px) {
  .wysiwig-container ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li {
    padding-bottom: 10px;
  }
}
.wysiwig-container ul li::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 0%;
}
@media (min-width: 1025px) {
  .wysiwig-container ul li::before {
    height: 0.1041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul li::before {
    height: 0.1041666667vw;
  }
}
@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.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul li::before {
    width: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li::before {
    width: 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: 1600px) {
  .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 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: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 10px;
  }
}
.wysiwig-container table th {
  background: #454545;
  color: #fff;
}

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

@media (min-width: 1025px) {
  .wysiwig-container {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .wysiwig-container {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .wysiwig-container p {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container p {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container p {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container li {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .wysiwig-container li {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container li {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container li {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container a {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container a {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .wysiwig-container td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container td {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container td {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container th {
    font-size: 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: 1600px) {
  .wysiwig-container th {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container th {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container th {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h1 {
    font-size: 2.34375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1 {
    font-size: 2.34375vw !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.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1 {
    line-height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1 {
    line-height: 58px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1 {
    line-height: 58px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h2 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h2 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h2 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h2 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h2 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h2 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h2 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h3 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h3 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h3 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h3 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h3 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h3 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h3 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h4 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h4 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h4 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h4 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h5 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h5 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h5 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h5 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h5 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h5 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h6 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .wysiwig-container h6 {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h6 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h6 {
    line-height: 35px;
  }
}

.green-bg-btn {
  border: unset;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 600 !important;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  align-items: center;
  display: inline-flex;
  overflow: hidden;
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-color: #203638;
  color: #fff;
  padding: 18px 25px;
  font-size: 15, 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .green-bg-btn {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .green-bg-btn {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .green-bg-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .green-bg-btn {
    font-size: 14px !important;
  }
}
.green-bg-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #e5a13d;
  transition: all 0.5s ease;
  z-index: -1;
}
.green-bg-btn:hover {
  color: #203638;
}
.green-bg-btn:hover::before {
  left: 0;
  width: 100%;
}
.green-bg-btn:hover {
  color: #203638;
  transition: 0.3s color ease-in-out;
}

.cream-bg-btn {
  border: unset;
  color: #203638;
  font-family: "DM Sans", sans-serif;
  font-weight: 600 !important;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-color: #ebe5dc;
  color: #203638;
  padding: 18px 25px;
  font-size: 15, 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .cream-bg-btn {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .cream-bg-btn {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .cream-bg-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .cream-bg-btn {
    font-size: 14px !important;
  }
}
.cream-bg-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #203638;
  transition: all 0.5s ease;
  z-index: -1;
}
.cream-bg-btn:hover {
  color: #ffffff;
}
.cream-bg-btn:hover::before {
  left: 0;
  width: 100%;
}
.cream-bg-btn:hover {
  color: #ffffff;
  transition: 0.3s color ease-in-out;
}

.white-border-btn {
  border: unset;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 600 !important;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #fff;
  padding: 18px 35px;
  font-size: 16, 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 1;
  border: 1px solid #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .white-border-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .white-border-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .white-border-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .white-border-btn {
    font-size: 14px !important;
  }
}
.white-border-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #ad5b32;
  transition: all 0.5s ease;
  z-index: -1;
}
.white-border-btn:hover {
  color: #ffffff;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
}
.white-border-btn:hover::before {
  left: 0;
  width: 100%;
}
.white-border-btn:hover {
  color: #ffffff;
  transition: 0.3s color ease-in-out;
}

.blue-bg-btn,
#validateBtn,
#resetBtn {
  border: unset;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 600 !important;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-radius: 50px;
  display: inline-block;
  background-color: #c5e1fa;
  color: #0e1a0c;
  padding: 0.9375vw 1.8229166667vw;
  font-size: 15, 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .blue-bg-btn,
  #validateBtn,
  #resetBtn {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blue-bg-btn,
  #validateBtn,
  #resetBtn {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blue-bg-btn,
  #validateBtn,
  #resetBtn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .blue-bg-btn,
  #validateBtn,
  #resetBtn {
    font-size: 14px !important;
  }
}
.blue-bg-btn::before,
#validateBtn::before,
#resetBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #203638;
  transition: all 0.5s ease;
  z-index: -1;
}
.blue-bg-btn:hover,
#validateBtn:hover,
#resetBtn:hover {
  color: #ffffff;
}
.blue-bg-btn:hover::before,
#validateBtn:hover::before,
#resetBtn:hover::before {
  left: 0;
  width: 100%;
}
.blue-bg-btn:hover,
#validateBtn:hover,
#resetBtn:hover {
  color: #ffffff;
  transition: 0.3s color ease-in-out;
}

.ash-border-btn {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 600 !important;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-radius: 50px;
  border: 1px solid #878787 !important;
  display: inline-block;
  background-color: #ffffff;
  color: #0e1a0c;
  padding: 18px 35px;
  font-size: 15, 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .ash-border-btn {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .ash-border-btn {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .ash-border-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .ash-border-btn {
    font-size: 14px !important;
  }
}
.ash-border-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #c5e1fa;
  transition: all 0.5s ease;
  z-index: -1;
}
.ash-border-btn:hover {
  color: #0e1a0c;
}
.ash-border-btn:hover::before {
  left: 0;
  width: 100%;
}
.ash-border-btn:hover {
  color: #0e1a0c;
  transition: 0.3s color ease-in-out;
}

.home-drop .dropdown-menu {
  padding: 0;
  width: max-content;
  color: #000;
}
@media (min-width: 1025px) {
  .home-drop .dropdown-menu {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .home-drop .dropdown-menu {
    font-size: 0.8854166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-drop .dropdown-menu {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .home-drop .dropdown-menu {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .home-drop .dropdown-menu {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .home-drop .dropdown-menu {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-drop .dropdown-menu {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .home-drop .dropdown-menu {
    line-height: 25px;
  }
}
.home-drop .dropdown-menu a {
  border: unset;
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  text-align: left !important;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .home-drop .dropdown-menu a {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .home-drop .dropdown-menu a {
    font-size: 0.8854166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-drop .dropdown-menu a {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .home-drop .dropdown-menu a {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .home-drop .dropdown-menu a {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .home-drop .dropdown-menu a {
    line-height: 1.9270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-drop .dropdown-menu a {
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  .home-drop .dropdown-menu a {
    line-height: 25px;
  }
}
.home-drop .dropdown-menu a:active {
  color: #fff !important;
  background: #203638 !important;
}
.home-drop .dropdown-submenu .dropdown-toggle {
  display: flex;
}
.home-drop .dropdown-submenu .dropdown-toggle span {
  flex-grow: 1;
  padding-right: 15px;
}
.home-drop .dropdown-submenu .dropdown-toggle::after {
  transform: rotate(270deg);
  margin: auto;
}

.no-cursor {
  cursor: auto !important;
}

.cream-bg-btn.no-cursor:hover {
  color: #203638 !important;
}
.cream-bg-btn.no-cursor:hover::before {
  display: none !important;
}

.green-bg-btn.no-cursor:hover {
  color: #fff !important;
}
.green-bg-btn.no-cursor:hover::before {
  display: none !important;
}

.home-drop button {
  border: unset;
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-weight: 600 !important;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  overflow: hidden;
  position: relative;
  letter-spacing: 0;
  white-space: nowrap;
  border: 1px solid #000 !important;
  position: relative;
  z-index: 1;
  text-align: left !important;
  overflow: hidden;
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 18px 25px;
  font-size: 15, 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 1;
}
@media (min-width: 1025px) {
  .home-drop button {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .home-drop button {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-drop button {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .home-drop button {
    font-size: 14px !important;
  }
}
.home-drop button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #fff;
  transition: all 0.5s ease;
  z-index: -1;
}

.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: #c5773e;
  font-size: 0;
  border: 0;
}

.slick-arrow {
  border: 0;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: 100%;
  z-index: 1;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .slick-arrow {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .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: 1600px) {
  .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-gray.svg") !important;
  transition: all 0.5s;
}
.slick-slider .slick-prev:hover {
  background-image: url("../../img/prev-orng.svg") !important;
  transition: all 0.5s;
}
.slick-slider .slick-next {
  background-image: url("../../img/next-gray.svg") !important;
  transition: all 0.5s;
}
.slick-slider .slick-next:hover {
  background-image: url("../../img/next-orng.svg") !important;
  transition: all 0.5s;
}

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

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

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

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

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

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

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

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

.desk-right-side-arrows--wider .slick-arrow {
  position: absolute;
  margin: 0 !important;
  transform: none !important;
}
.desk-right-side-arrows--wider .slick-prev {
  right: 0;
  top: calc(50% - 2.34375vw) !important;
  bottom: auto !important;
}
.desk-right-side-arrows--wider .slick-next {
  right: 0;
  bottom: calc(50% - 2.34375vw);
  top: auto !important;
}

.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 (max-width: 1025px) {
  .mobile-padding-bottom--50 {
    padding-bottom: 50px !important;
  }
  .mobile-padding-bottom--30 {
    padding-bottom: 30px !important;
  }
}
.trotter-default .wysiwig-container ul li {
  list-style: disc !important;
  padding-left: 1vw !important;
  margin-left: 20px;
}
/*# sourceMappingURL=global.css.map */
