@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
body {
  overflow-x: hidden;
  margin: 0;
}

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

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

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

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

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

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

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

.slick-slider:not(.slick-initialized),
.slick-slider-related .products:not(.slick-initialized) {
  display: none !important;
}

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

::selection {
  color: #fff;
  background: #1c2f4e;
}

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

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

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

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

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

/**************************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--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--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--55 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--55 {
    width: 55%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--55 {
    width: 55%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--55 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--55 {
    width: 90%;
  }
}
.wrapper--60 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--60 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--60 {
    width: 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: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--75 {
    width: 90%;
  }
}
.wrapper--70 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--70 {
    width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 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--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--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-tab-more {
    width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--75-tab-more {
    width: 75%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--75-tab-more {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .width--75-tab-more {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--75 {
    width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--75 {
    width: 75%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--75 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--75 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--70 {
    width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--70 {
    width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--70 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--70 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--65 {
    width: 65%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--65 {
    width: 65%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--65 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--65 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--60 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--60 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--50 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--50 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--55 {
    width: 55%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--55 {
    width: 55%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--55 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--55 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--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: 49%;
  }
}
@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--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--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--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--26 {
    width: 26%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--26 {
    width: 26%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--26 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--26 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--29 {
    width: 29%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--29 {
    width: 29%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--29 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--29 {
    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%;
  }
}
@media (min-width: 1025px) {
  .width--5 {
    width: 5%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--5 {
    width: 5%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--5 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--5 {
    width: 100%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

/**************************Div Wrapper****************************************/
.two-col-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .two-col-wrapper {
    column-gap: 8.3333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-col-wrapper {
    column-gap: 8.3333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-col-wrapper {
    column-gap: 30px;
  }
}
@media (max-width: 600px) {
  .two-col-wrapper {
    column-gap: 30px;
  }
}
@media (min-width: 1025px) {
  .two-col-wrapper {
    row-gap: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-col-wrapper {
    row-gap: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-col-wrapper {
    row-gap: 20px;
  }
}
@media (max-width: 600px) {
  .two-col-wrapper {
    row-gap: 20px;
  }
}
.two-col-wrapper > div {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .two-col-wrapper > div {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1025px) {
  .two-col-wrapper > div {
    width: calc(50% - 4.9479166667vw);
  }
}

.two-col-wrapper-sm-gaps {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .two-col-wrapper-sm-gaps {
    column-gap: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-col-wrapper-sm-gaps {
    column-gap: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-col-wrapper-sm-gaps {
    column-gap: 0;
  }
}
@media (max-width: 600px) {
  .two-col-wrapper-sm-gaps {
    column-gap: 0;
  }
}
@media (min-width: 1025px) {
  .two-col-wrapper-sm-gaps {
    row-gap: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-col-wrapper-sm-gaps {
    row-gap: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-col-wrapper-sm-gaps {
    row-gap: 20px;
  }
}
@media (max-width: 600px) {
  .two-col-wrapper-sm-gaps {
    row-gap: 20px;
  }
}
.two-col-wrapper-sm-gaps > div {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .two-col-wrapper-sm-gaps > div {
    width: calc(50% - 0.78125vw);
  }
}

.two-col-ul-wrapper .wysiwyg-container-large-p ul,
.two-col-ul-wrapper .wysiwyg-container ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.two-col-ul-wrapper .wysiwyg-container-large-p ul li,
.two-col-ul-wrapper .wysiwyg-container ul li {
  width: 50%;
}
.two-col-ul-wrapper .wysiwyg-container-large-p ul li a,
.two-col-ul-wrapper .wysiwyg-container ul li a {
  text-decoration: underline;
  color: #000000;
}

/**************************Wrapper End**************************************************/
/****************************Fonts Styles*********************************************/
@media (min-width: 1025px) {
  .heading--200 {
    font-size: 10.4166666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--200 {
    font-size: 10.4166666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--200 {
    font-size: 60px !important;
  }
}
@media (max-width: 600px) {
  .heading--200 {
    font-size: 70px !important;
  }
}
@media (min-width: 1025px) {
  .heading--200 {
    line-height: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--200 {
    line-height: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--200 {
    line-height: 70px;
  }
}
@media (max-width: 600px) {
  .heading--200 {
    line-height: 70px;
  }
}
@media (min-width: 1025px) {
  .heading--110 {
    font-size: 5.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--110 {
    font-size: 5.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--110 {
    font-size: 40px !important;
  }
}
@media (max-width: 600px) {
  .heading--110 {
    font-size: 40px !important;
  }
}
@media (min-width: 1025px) {
  .heading--110 {
    line-height: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--110 {
    line-height: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--110 {
    line-height: 70px;
  }
}
@media (max-width: 600px) {
  .heading--110 {
    line-height: 70px;
  }
}
@media (min-width: 1025px) {
  .heading--96 {
    font-size: 5vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--96 {
    font-size: 5vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--96 {
    font-size: 40px !important;
  }
}
@media (max-width: 600px) {
  .heading--96 {
    font-size: 40px !important;
  }
}
@media (min-width: 1025px) {
  .heading--96 {
    line-height: 5.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--96 {
    line-height: 5.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--96 {
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .heading--96 {
    line-height: 40px;
  }
}
@media (min-width: 1025px) {
  .heading--75 {
    font-size: 3.90625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--75 {
    font-size: 3.90625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--75 {
    font-size: 40px !important;
  }
}
@media (max-width: 600px) {
  .heading--75 {
    font-size: 36px !important;
  }
}
@media (min-width: 1025px) {
  .heading--75 {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--75 {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--75 {
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .heading--75 {
    line-height: 40px;
  }
}
@media (min-width: 1025px) {
  .heading--70 {
    font-size: 3.6458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--70 {
    font-size: 3.6458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--70 {
    font-size: 40px !important;
  }
}
@media (max-width: 600px) {
  .heading--70 {
    font-size: 36px !important;
  }
}
@media (min-width: 1025px) {
  .heading--70 {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--70 {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--70 {
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .heading--70 {
    line-height: 40px;
  }
}
@media (min-width: 1025px) {
  .heading--65 {
    font-size: 3.3854166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--65 {
    font-size: 3.3854166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--65 {
    font-size: 42px !important;
  }
}
@media (max-width: 600px) {
  .heading--65 {
    font-size: 32px !important;
  }
}
@media (min-width: 1025px) {
  .heading--65 {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--65 {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--65 {
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .heading--65 {
    line-height: 40px;
  }
}
@media (min-width: 1025px) {
  .heading--60 {
    font-size: 3.125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--60 {
    font-size: 3.125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--60 {
    font-size: 40px !important;
  }
}
@media (max-width: 600px) {
  .heading--60 {
    font-size: 30px !important;
  }
}
@media (min-width: 1025px) {
  .heading--60 {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--60 {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--60 {
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .heading--60 {
    line-height: 40px;
  }
}
@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: 30px !important;
  }
}
@media (max-width: 600px) {
  .heading--55 {
    font-size: 30px !important;
  }
}
@media (min-width: 1025px) {
  .heading--55 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--55 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--55 {
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .heading--55 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .heading--46 {
    font-size: 2.3958333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--46 {
    font-size: 2.3958333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--46 {
    font-size: 30px !important;
  }
}
@media (max-width: 600px) {
  .heading--46 {
    font-size: 26px !important;
  }
}
@media (min-width: 1025px) {
  .heading--46 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--46 {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--46 {
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .heading--46 {
    line-height: 35px;
  }
}
@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: 30px !important;
  }
}
@media (max-width: 600px) {
  .heading--40 {
    font-size: 25px !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: 35px;
  }
}
@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: 18px !important;
  }
}
@media (min-width: 1025px) {
  .heading--36 {
    line-height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--36 {
    line-height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--36 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--36 {
    line-height: 27px;
  }
}
@media (min-width: 1025px) {
  .heading--36-sm-mob {
    font-size: 1.875vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--36-sm-mob {
    font-size: 1.875vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--36-sm-mob {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .heading--36-sm-mob {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .heading--36-sm-mob {
    line-height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--36-sm-mob {
    line-height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--36-sm-mob {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--36-sm-mob {
    line-height: 27px;
  }
}
@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: 25px !important;
  }
}
@media (max-width: 600px) {
  .heading--35 {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .heading--35 {
    line-height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--35 {
    line-height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--35 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--35 {
    line-height: 27px;
  }
}
@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: 22px !important;
  }
}
@media (max-width: 600px) {
  .heading--28 {
    font-size: 20px !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--26 {
    font-size: 1.3541666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--26 {
    font-size: 1.3541666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--26 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .heading--26 {
    font-size: 19px !important;
  }
}
@media (min-width: 1025px) {
  .heading--26 {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--26 {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--26 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--26 {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .heading--24 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--24 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--24 {
    font-size: 17px !important;
  }
}
@media (max-width: 600px) {
  .heading--24 {
    font-size: 17px !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: 16px !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: 17px !important;
  }
}
@media (max-width: 600px) {
  .heading--20 {
    font-size: 17px !important;
  }
}
@media (min-width: 1025px) {
  .heading--20 {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--20 {
    line-height: 1.6666666667vw;
  }
}
@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) {
  .paragraph--30 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--30 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--30 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--30 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--30 {
    line-height: 2.03125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--30 {
    line-height: 2.03125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--30 {
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  .paragraph--30 {
    line-height: 36px;
  }
}
@media (min-width: 1025px) {
  .paragraph--26 {
    font-size: 1.3541666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--26 {
    font-size: 1.3541666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--26 {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--26 {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--26 {
    line-height: 2.03125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--26 {
    line-height: 2.03125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--26 {
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  .paragraph--26 {
    line-height: 36px;
  }
}
@media (min-width: 1025px) {
  .paragraph--24 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--24 {
    font-size: 1.25vw !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.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--24 {
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  .paragraph--24 {
    line-height: 36px;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--20 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    line-height: 36px;
  }
}
@media (min-width: 1025px) {
  .paragraph--18 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--18 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18 {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--18 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--18 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--18 {
    line-height: 1.8229166667vw;
  }
}
@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.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--16 {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--16 {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--16 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--16 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--16 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--16 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--14 {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--14 {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--14 {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--14 {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--14 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--14 {
    line-height: 1.8229166667vw;
  }
}
@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.625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--12 {
    font-size: 10px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--12 {
    font-size: 10px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--12 {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--12 {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--12 {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .paragraph--12 {
    line-height: 18px;
  }
}

@media (min-width: 1025px) {
  .l-height--55 {
    line-height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .l-height--55 {
    line-height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .l-height--55 {
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .l-height--55 {
    line-height: 30px;
  }
}

.height--100 {
  height: 100%;
}

.font-color--black {
  color: #000;
}
.font-color--white {
  color: #fff;
}
.font-color--theme-col-1 {
  color: #1c2f4e;
}
.font-color--theme-col-3 {
  color: #1c2f4e;
}

.font-family--font-theme-1 {
  font-family: "DM Sans", sans-serif;
}
.font-family--font-theme-1-light {
  font-family: "DM Sans", sans-serif;
}
.font-family--font-theme-1-x-light {
  font-family: "DM Sans", sans-serif;
}
.font-family--font-theme-2 {
  font-family: "DM Sans", sans-serif;
}

.font-weight--100 {
  font-weight: 100 !important;
}
.font-weight--200 {
  font-weight: 200 !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) {
  .absolute-top--10 {
    top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .absolute-top--10 {
    top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .absolute-top--10 {
    top: 10px;
  }
}
@media (max-width: 600px) {
  .absolute-top--10 {
    top: 10px;
  }
}
@media (min-width: 1025px) {
  .absolute-top--20 {
    top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .absolute-top--20 {
    top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .absolute-top--20 {
    top: 15px;
  }
}
@media (max-width: 600px) {
  .absolute-top--20 {
    top: 15px;
  }
}
@media (min-width: 1025px) {
  .absolute-top--30 {
    top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .absolute-top--30 {
    top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .absolute-top--30 {
    top: 25px;
  }
}
@media (max-width: 600px) {
  .absolute-top--30 {
    top: 25px;
  }
}

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

@media (min-width: 1025px) {
  .absolute-left--10 {
    left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .absolute-left--10 {
    left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .absolute-left--10 {
    left: 10px;
  }
}
@media (max-width: 600px) {
  .absolute-left--10 {
    left: 10px;
  }
}
@media (min-width: 1025px) {
  .absolute-left--20 {
    left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .absolute-left--20 {
    left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .absolute-left--20 {
    left: 15px;
  }
}
@media (max-width: 600px) {
  .absolute-left--20 {
    left: 15px;
  }
}
@media (min-width: 1025px) {
  .absolute-left--30 {
    left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .absolute-left--30 {
    left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .absolute-left--30 {
    left: 25px;
  }
}
@media (max-width: 600px) {
  .absolute-left--30 {
    left: 25px;
  }
}
.absolute-left--50perc {
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1025px) {
  .letter-space--18 {
    letter-spacing: 0.09375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--18 {
    letter-spacing: 0.09375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--18 {
    letter-spacing: 1.8px;
  }
}
@media (max-width: 600px) {
  .letter-space--18 {
    letter-spacing: 1.8px;
  }
}
@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--15 {
    letter-spacing: 0.078125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--15 {
    letter-spacing: 0.078125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--15 {
    letter-spacing: 1.5px;
  }
}
@media (max-width: 600px) {
  .letter-space--15 {
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1025px) {
  .letter-space--10 {
    letter-spacing: 0.0520833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--10 {
    letter-spacing: 0.0520833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--10 {
    letter-spacing: 1px;
  }
}
@media (max-width: 600px) {
  .letter-space--10 {
    letter-spacing: 1px;
  }
}
@media (min-width: 1025px) {
  .letter-space--27 {
    letter-spacing: 0.140625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--27 {
    letter-spacing: 0.140625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--27 {
    letter-spacing: 2.7px;
  }
}
@media (max-width: 600px) {
  .letter-space--27 {
    letter-spacing: 2.7px;
  }
}
@media (min-width: 1025px) {
  .letter-space--1 {
    letter-spacing: 0.0520833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--1 {
    letter-spacing: 0.0520833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--1 {
    letter-spacing: 1px;
  }
}
@media (max-width: 600px) {
  .letter-space--1 {
    letter-spacing: 1px;
  }
}
@media (min-width: 1025px) {
  .letter-space--08 {
    letter-spacing: 0.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--08 {
    letter-spacing: 0.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--08 {
    letter-spacing: 10.8px;
  }
}
@media (max-width: 600px) {
  .letter-space--08 {
    letter-spacing: 10.8px;
  }
}

/****************************Font Styles END*********************************************/
/****************************padding*********************************************/
@media (min-width: 1025px) {
  .padding-top--200 {
    padding-top: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--200 {
    padding-top: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--200 {
    padding-top: 135px;
  }
}
@media (max-width: 600px) {
  .padding-top--200 {
    padding-top: 100px;
  }
}
@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--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: 30px;
  }
}
@media (max-width: 600px) {
  .padding-top--40 {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-top--40-desk-only {
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--40-desk-only {
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--40-desk-only {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .padding-top--40-desk-only {
    padding-top: 0;
  }
}
@media (min-width: 1025px) {
  .padding-top--40-mob-only {
    padding-top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--40-mob-only {
    padding-top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--40-mob-only {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .padding-top--40-mob-only {
    padding-top: 30px;
  }
}
@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--30-desk-only {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--30-desk-only {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--30-desk-only {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .padding-top--30-desk-only {
    padding-top: 0;
  }
}
@media (min-width: 1025px) {
  .padding-top--30-mob-only {
    padding-top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--30-mob-only {
    padding-top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--30-mob-only {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .padding-top--30-mob-only {
    padding-top: 30px;
  }
}
@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-top--5 {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--5 {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--5 {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .padding-top--5 {
    padding-top: 5px;
  }
}

@media (min-width: 1025px) {
  .padding-bottom--200 {
    padding-bottom: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--200 {
    padding-bottom: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--200 {
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--200 {
    padding-bottom: 100px;
  }
}
@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--150-mob-only {
    padding-bottom: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--150-mob-only {
    padding-bottom: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--150-mob-only {
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--150-mob-only {
    padding-bottom: 100px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--100-mob-only {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--100-mob-only {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--100-mob-only {
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--100-mob-only {
    padding-bottom: 100px;
  }
}
@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: 30px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--70 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--50 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--50-mob-only {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--50-mob-only {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--50-mob-only {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--50-mob-only {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--50-desk-only {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--50-desk-only {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--50-desk-only {
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .padding-bottom--50-desk-only {
    padding-bottom: 0;
  }
}
@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--40-desk-only {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--40-desk-only {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--40-desk-only {
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .padding-bottom--40-desk-only {
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--40-mob-only {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--40-mob-only {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--40-mob-only {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--40-mob-only {
    padding-bottom: 40px;
  }
}
@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--25 {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--25 {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--25 {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--25 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--20 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--20 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--20 {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--20 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--15 {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--15 {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--15 {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--15 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--10 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--10 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--10 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--10 {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--5 {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--5 {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--5 {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--5 {
    padding-bottom: 5px;
  }
}

@media (min-width: 1025px) {
  .padding-left--5 {
    padding-left: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--5 {
    padding-left: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--5 {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .padding-left--5 {
    padding-left: 5px;
  }
}
@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: 25px;
  }
}
@media (max-width: 600px) {
  .padding-left--40 {
    padding-left: 25px;
  }
}
@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--50-desk-only {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--50-desk-only {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--50-desk-only {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .padding-left--50-desk-only {
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .padding-left--50-mob-only {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--50-mob-only {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--50-mob-only {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--50-mob-only {
    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--80-desk-only {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--80-desk-only {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--80-desk-only {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .padding-left--80-desk-only {
    padding-left: 0;
  }
}
@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: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--100 {
    padding-left: 30px;
  }
}
.padding-left--5perc {
  padding-left: 5%;
}
.padding-left--15perc-desk-only {
  padding-left: 0;
}
@media only screen and (min-width: 1025px) {
  .padding-left--15perc-desk-only {
    padding-left: 15%;
  }
}

@media (min-width: 1025px) {
  .padding-right--5 {
    padding-right: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--5 {
    padding-right: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--5 {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .padding-right--5 {
    padding-right: 5px;
  }
}
@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: 25px;
  }
}
@media (max-width: 600px) {
  .padding-right--40 {
    padding-right: 25px;
  }
}
@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--50-desk-only {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--50-desk-only {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--50-desk-only {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .padding-right--50-desk-only {
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .padding-right--50-mob-only {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--50-mob-only {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--50-mob-only {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--50-mob-only {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-right--60 {
    padding-right: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--60 {
    padding-right: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--60 {
    padding-right: 32px;
  }
}
@media (max-width: 600px) {
  .padding-right--60 {
    padding-right: 32px;
  }
}
@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--80-desk-only {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--80-desk-only {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--80-desk-only {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .padding-right--80-desk-only {
    padding-right: 0;
  }
}
@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: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--100 {
    padding-right: 30px;
  }
}
.padding-right--5perc {
  padding-right: 5%;
}
.padding-right--20perc-desk-only {
  padding-right: 0;
}
@media only screen and (min-width: 1025px) {
  .padding-right--20perc-desk-only {
    padding-right: 20%;
  }
}

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

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

@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--10-mob-large {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--10-mob-large {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--10-mob-large {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--10-mob-large {
    margin-bottom: 20px;
  }
}
@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--25 {
    margin-bottom: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--25 {
    margin-bottom: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--25 {
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--25 {
    margin-bottom: 15px;
  }
}
@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: 14px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--40 {
    margin-bottom: 14px;
  }
}
@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: 15px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--50 {
    margin-bottom: 15px;
  }
}
@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: 15px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--50 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .margin-bottom--50-mobile-only {
    margin-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-bottom--50-mobile-only {
    margin-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-bottom--50-mobile-only {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .margin-bottom--50-mobile-only {
    margin-bottom: 50px;
  }
}

@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--40 {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--40 {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--40 {
    margin-top: 25px;
  }
}
@media (max-width: 600px) {
  .margin-top--40 {
    margin-top: 25px;
  }
}
@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--50-desk-only {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--50-desk-only {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--50-desk-only {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .margin-top--50-desk-only {
    margin-top: 0;
  }
}
@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: 60px;
  }
}
@media (max-width: 600px) {
  .margin-top--100 {
    margin-top: 60px;
  }
}
@media (min-width: 1025px) {
  .margin-top--minus-100 {
    margin-top: -5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--minus-100 {
    margin-top: -5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--minus-100 {
    margin-top: -40px;
  }
}
@media (max-width: 600px) {
  .margin-top--minus-100 {
    margin-top: -40px;
  }
}

/****************************padding END*********************************************/
/****************************bg color*********************************************/
.bg-color--theme-col-1 {
  background-color: #1c2f4e;
}
.bg-color--theme-col-2 {
  background-color: #f7f6ef;
}

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

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

@media (min-width: 1025px) {
  .two-item-slider,
  .three-item-slider {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider,
  .three-item-slider {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider,
  .three-item-slider {
    margin-left: -5px;
  }
}
@media (max-width: 600px) {
  .two-item-slider,
  .three-item-slider {
    margin-left: -5px;
  }
}
@media (min-width: 1025px) {
  .two-item-slider,
  .three-item-slider {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider,
  .three-item-slider {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider,
  .three-item-slider {
    margin-right: -5px;
  }
}
@media (max-width: 600px) {
  .two-item-slider,
  .three-item-slider {
    margin-right: -5px;
  }
}
@media (min-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    margin-left: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    margin-left: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    margin-left: 5px;
  }
}
@media (max-width: 600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    margin-left: 5px;
  }
}
@media (min-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    margin-right: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    margin-right: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    margin-right: 5px;
  }
}
@media (max-width: 600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    margin-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: 0px;
  }
}
@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: 0px;
  }
}
@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: 100%;
  }
}
@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: 0px;
  }
}
@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: 0px;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    padding-bottom: 20px;
  }
}

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

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

/****************************bg Color end*********************************************/
.sitemap-div a {
  text-decoration: none !important;
}
.sitemap-div a:hover {
  text-decoration: underline !important;
}

.sitemap li a {
  text-decoration: none !important;
}
@media only screen and (min-width: 1025px) {
  .sitemap {
    margin: auto;
    width: max-content;
  }
}

@media (min-width: 1025px) {
  .f-gap--10 {
    gap: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .f-gap--10 {
    gap: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .f-gap--10 {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .f-gap--10 {
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .f-gap--15 {
    gap: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .f-gap--15 {
    gap: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .f-gap--15 {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .f-gap--15 {
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .f-gap--20 {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .f-gap--20 {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .f-gap--20 {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .f-gap--20 {
    gap: 15px;
  }
}
@media (min-width: 1025px) {
  .f-gap--25 {
    gap: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .f-gap--25 {
    gap: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .f-gap--25 {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .f-gap--25 {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .f-gap--30 {
    gap: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .f-gap--30 {
    gap: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .f-gap--30 {
    gap: 24px;
  }
}
@media (max-width: 600px) {
  .f-gap--30 {
    gap: 24px;
  }
}
@media (min-width: 1025px) {
  .f-gap--35 {
    gap: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .f-gap--35 {
    gap: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .f-gap--35 {
    gap: 28px;
  }
}
@media (max-width: 600px) {
  .f-gap--35 {
    gap: 28px;
  }
}
@media (min-width: 1025px) {
  .f-gap--40 {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .f-gap--40 {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .f-gap--40 {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .f-gap--40 {
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .f-gap--60 {
    gap: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .f-gap--60 {
    gap: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .f-gap--60 {
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .f-gap--60 {
    gap: 40px;
  }
}

.flex-reverse-row {
  flex-direction: row-reverse;
}
.flex-reverse-row--mob-only {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 1025px) {
  .flex-reverse-row--mob-only {
    flex-direction: row;
  }
}
.flex-reverse-row--desk-only {
  flex-direction: row;
}
@media only screen and (min-width: 1025px) {
  .flex-reverse-row--desk-only {
    flex-direction: row-reverse;
  }
}

/****************************Nav Buttons END*********************************************/
@media only screen and (min-width: 1025px) {
  .mobile_tab_el,
  .mobile_el {
    display: none !important;
  }
  .mobile_tab_el {
    display: none !important;
  }
}
@media only screen and (max-width: 1025px) {
  .desktop_el {
    display: none !important;
  }
  .mobile-width-max {
    width: max-content !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .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-width--50 {
    width: 50%;
  }
  .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-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;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-padding-bottom--20 {
    padding-bottom: 20px !important;
  }
  .mobile-btn-center {
    margin-left: auto;
    margin-right: auto;
  }
  .next-btn {
    width: 100% !important;
  }
  .mobile-justify-center {
    justify-content: center !important;
  }
}
@media only screen and (max-width: 600px) and (min-width: 600px) {
  .tab-justify-center {
    justify-content: center !important;
  }
}
@media only screen and (max-width: 600px) and (min-width: 1025px) {
  .tab-justify-center {
    justify-content: flex-start !important;
  }
}
@media only screen and (max-width: 600px) {
  .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-padding-bottom--30 {
    padding-bottom: 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;
  }
}
.margin-center-mob {
  margin: auto;
}
@media only screen and (min-width: 600px) {
  .margin-center-mob {
    margin: unset;
  }
}

.margin-center-tab {
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .margin-center-tab {
    margin: unset;
  }
}

@media only screen and (min-width: 1025px) {
  .margin-center-desk {
    margin: auto;
  }
}

.justify-center--mob {
  justify-content: center;
}
@media only screen and (min-width: 600px) {
  .justify-center--mob {
    justify-content: flex-start;
  }
}
.justify-center--tab {
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .justify-center--tab {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .justify-center--desk {
    justify-content: center;
  }
}

@media (min-width: 1025px) {
  .three-col-cards-wrapper {
    gap: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-col-cards-wrapper {
    gap: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-col-cards-wrapper {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .three-col-cards-wrapper {
    gap: 10px;
  }
}
.three-col-cards-wrapper .inner-card {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .three-col-cards-wrapper .inner-card {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1025px) {
  .three-col-cards-wrapper .inner-card {
    width: calc(33.33% - 1.0416666667vw);
  }
}

.four-col-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.four-col-cards-wrapper > div {
  width: 100%;
}
@media (min-width: 1025px) {
  .four-col-cards-wrapper > div {
    margin-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-col-cards-wrapper > div {
    margin-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-col-cards-wrapper > div {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .four-col-cards-wrapper > div {
    margin-bottom: 20px;
  }
}
.four-col-cards-wrapper > div h2,
.four-col-cards-wrapper > div h3,
.four-col-cards-wrapper > div h4 {
  line-height: 100%;
}
.four-col-cards-wrapper > div span {
  display: flex;
}
@media only screen and (min-width: 600px) {
  .four-col-cards-wrapper > div {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .four-col-cards-wrapper > div {
    width: 25%;
  }
}

.black-gradient-bottom {
  position: relative;
}
.black-gradient-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 102%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
  pointer-events: none;
  z-index: 1;
}
@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: 150px;
  }
}
@media (max-width: 600px) {
  .black-gradient-bottom::after {
    height: 150px;
  }
}
@media only screen and (min-width: 1025px) {
  .black-gradient-bottom--desk-only::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .black-gradient-bottom--desk-only::after {
    height: 10.4166666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .black-gradient-bottom--desk-only::after {
    height: 10.4166666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .black-gradient-bottom--desk-only::after {
    height: 150px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .black-gradient-bottom--desk-only::after {
    height: 150px;
  }
}

.full-gradient {
  position: relative;
}
.full-gradient::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  pointer-events: none;
  opacity: 0.5;
}
.full-gradient div,
.full-gradient p,
.full-gradient h1,
.full-gradient h2,
.full-gradient h3,
.full-gradient h4,
.full-gradient h5,
.full-gradient h6,
.full-gradient span {
  z-index: 1;
}

.full-page-height {
  height: 100dvh !important;
}

.z-index--2 {
  z-index: 2 !important;
}
.z-index--3 {
  z-index: 3 !important;
}

.text-center--mob {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .text-center--mob {
    text-align: left;
  }
}
.text-center--tab {
  text-align: left;
}
@media only screen and (min-width: 600px) {
  .text-center--tab {
    text-align: center;
  }
}
.text-center--tab-desk {
  text-align: left;
}
@media only screen and (min-width: 600px) {
  .text-center--tab-desk {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .text-center--tab-desk {
    text-align: center;
  }
}

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

.opacity--50 {
  opacity: 0.5;
}
.opacity--40 {
  opacity: 0.4;
}
.opacity--25 {
  opacity: 0.25;
}
.opacity--15 {
  opacity: 0.15;
}

.slick-arrow {
  position: absolute;
  top: unset;
  bottom: -40px;
  cursor: pointer;
}
@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: 30px;
  }
}
@media (max-width: 600px) {
  .slick-arrow {
    height: 30px;
  }
}
@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: 30px;
  }
}
@media (max-width: 600px) {
  .slick-arrow {
    width: 30px;
  }
}
@media only screen and (min-width: 600px) {
  .slick-arrow {
    bottom: 60%;
  }
}
@media only screen and (min-width: 1025px) {
  .slick-arrow {
    bottom: unset;
    top: 30%;
  }
}

.slick-next {
  right: 40%;
  background-image: url("../assets/images/car-arrow-next.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  z-index: 2;
}
.slick-next::before {
  display: none !important;
}
@media only screen and (min-width: 600px) {
  .slick-next {
    right: -7%;
  }
}
@media only screen and (min-width: 1025px) {
  .slick-next {
    right: -6%;
  }
}
.slick-next:focus, .slick-next:hover {
  background: unset;
}

.slick-prev {
  left: 40%;
  background-image: url("../assets/images/car-arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: contain;
  z-index: 2;
}
.slick-prev:focus, .slick-prev:hover {
  background: unset;
}
.slick-prev::before {
  display: none !important;
}
@media only screen and (min-width: 600px) {
  .slick-prev {
    left: -8%;
  }
}
@media only screen and (min-width: 1025px) {
  .slick-prev {
    left: -6%;
  }
}

.slick-next-black {
  right: 40%;
  background-image: url("../../../assets/img/car-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(50%);
  background-size: contain;
}
@media only screen and (min-width: 600px) {
  .slick-next-black {
    right: 42%;
  }
}
@media only screen and (min-width: 1025px) {
  .slick-next-black {
    right: 10%;
  }
}

.slick-prev-black {
  right: 60%;
  background-image: url("../../../assets/img/car-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg) translateX(-50%);
  background-size: contain;
}
@media only screen and (min-width: 600px) {
  .slick-prev-black {
    right: 55%;
  }
}
@media only screen and (min-width: 1025px) {
  .slick-prev-black {
    right: 15%;
  }
}

@media only screen and (min-width: 1025px) {
  .side-arrows-desk .slick-prev-black,
  .side-arrows-desk .slick-prev {
    right: unset;
    left: -7vw;
    top: 30%;
  }
  .side-arrows-desk .slick-next-black,
  .side-arrows-desk .slick-next {
    right: -4vw;
    top: 30%;
  }
}

.side-arrows-desk-center .slick-prev-black,
.side-arrows-desk-center .slick-prev {
  bottom: -40px;
}
.side-arrows-desk-center .slick-next-black,
.side-arrows-desk-center .slick-next {
  bottom: -40px;
}
@media only screen and (min-width: 1025px) {
  .side-arrows-desk-center .slick-prev-black,
  .side-arrows-desk-center .slick-prev {
    bottom: unset;
    right: unset;
    left: -7vw;
    top: 50%;
  }
  .side-arrows-desk-center .slick-next-black,
  .side-arrows-desk-center .slick-next {
    right: -4vw;
    top: 50%;
  }
}

@media only screen and (min-width: 600px) {
  .inner-related-slider {
    width: 80% !important;
  }
}

.next-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  width: max-content;
  text-transform: uppercase;
  font-style: normal;
  cursor: pointer;
  max-width: 250px;
  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: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .next-btn {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    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: 40px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    letter-spacing: 1.6px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    letter-spacing: 1.6px;
  }
}
.next-btn img {
  object-fit: scale-down;
  z-index: 1;
}
@media (min-width: 1025px) {
  .next-btn img {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn img {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .next-btn img {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .next-btn img {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn img {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn img {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .next-btn img {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  .next-btn img {
    margin-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn img {
    margin-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn img {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .next-btn img {
    margin-right: 10px;
  }
}
.next-btn span {
  z-index: 1;
}
.next-btn--blue {
  color: #1c2f4e;
}
.next-btn--blue:hover {
  color: #fff;
}
.next-btn--blue:hover::after {
  right: -1.5625vw;
  transition: all 0.3s;
}
.next-btn--blue::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: calc(100% - 2.6041666667vw);
  background: #1c2f4e;
  border-radius: 1.3020833333vw;
  transition: all 0.3s;
}
@media only screen and (max-width: 1025px) {
  .next-btn--blue::after {
    right: 0px;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 1025px) {
  .next-btn--blue {
    color: #fff;
    padding-right: 20px;
  }
}
.next-btn--white {
  color: #fff;
}
.next-btn--white:hover {
  color: #000;
}
.next-btn--white:hover::after {
  right: -1.5625vw;
  transition: all 0.3s;
}
.next-btn--white::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: calc(100% - 2.6041666667vw);
  background: #fff;
  border-radius: 1.3020833333vw;
  transition: all 0.3s;
}
@media only screen and (max-width: 1025px) {
  .next-btn--white::after {
    display: none;
  }
}

.inner-card .inner-card-category-wrapper,
.featured-wrapper-right .inner-card-category-wrapper {
  position: absolute;
  top: 20px;
  left: 24px;
  z-index: 4;
}
@media only screen and (min-width: 1025px) {
  .inner-card .inner-card-category-wrapper,
  .featured-wrapper-right .inner-card-category-wrapper {
    top: 1.25vw;
    left: 1.4583333333vw;
  }
}
.inner-card .inner-card-category-wrapper ul,
.featured-wrapper-right .inner-card-category-wrapper ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.inner-card .inner-card-category-wrapper ul li,
.featured-wrapper-right .inner-card-category-wrapper ul li {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1025px) {
  .inner-card .inner-card-category-wrapper ul li,
  .featured-wrapper-right .inner-card-category-wrapper ul li {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .inner-card .inner-card-category-wrapper ul li,
  .featured-wrapper-right .inner-card-category-wrapper ul li {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .inner-card .inner-card-category-wrapper ul li,
  .featured-wrapper-right .inner-card-category-wrapper ul li {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .inner-card .inner-card-category-wrapper ul li,
  .featured-wrapper-right .inner-card-category-wrapper ul li {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .inner-card .inner-card-category-wrapper ul li,
  .featured-wrapper-right .inner-card-category-wrapper ul li {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .inner-card .inner-card-category-wrapper ul li,
  .featured-wrapper-right .inner-card-category-wrapper ul li {
    letter-spacing: 0.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .inner-card .inner-card-category-wrapper ul li,
  .featured-wrapper-right .inner-card-category-wrapper ul li {
    letter-spacing: 1.4px;
  }
}
@media (max-width: 600px) {
  .inner-card .inner-card-category-wrapper ul li,
  .featured-wrapper-right .inner-card-category-wrapper ul li {
    letter-spacing: 1.4px;
  }
}
@media (min-width: 1025px) {
  .inner-card .inner-card-category-wrapper ul li,
  .featured-wrapper-right .inner-card-category-wrapper ul li {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .inner-card .inner-card-category-wrapper ul li,
  .featured-wrapper-right .inner-card-category-wrapper ul li {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .inner-card .inner-card-category-wrapper ul li,
  .featured-wrapper-right .inner-card-category-wrapper ul li {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .inner-card .inner-card-category-wrapper ul li,
  .featured-wrapper-right .inner-card-category-wrapper ul li {
    padding-left: 15px;
  }
}
.inner-card .inner-card-category-wrapper ul li:before,
.featured-wrapper-right .inner-card-category-wrapper ul li:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 5px;
  left: 10px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #ffffff;
}
.inner-card .inner-card-category-wrapper ul li:first-child,
.featured-wrapper-right .inner-card-category-wrapper ul li:first-child {
  padding-left: 0;
}
.inner-card .inner-card-category-wrapper ul li:first-child:before,
.featured-wrapper-right .inner-card-category-wrapper ul li:first-child:before {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .inner-card {
    max-width: none;
  }
}
.inner-card .inner-card-category-wrapper {
  position: absolute;
  top: 20px;
  left: 24px;
}
@media only screen and (min-width: 1025px) {
  .inner-card .inner-card-category-wrapper {
    top: 1.25vw;
    left: 1.4583333333vw;
  }
}

.hover-box {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.hover-box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 84.95%);
}
.hover-box .hover-box__img {
  width: 100%;
  transition: all 0.5s;
  transform: scale(1);
  object-fit: cover;
}
@media (min-width: 1025px) {
  .hover-box .hover-box__img {
    height: 26.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__img {
    height: 26.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__img {
    height: 350px;
  }
}
.hover-box .hover-box__details-top {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  top: auto;
}
@media (min-width: 1025px) {
  .hover-box .hover-box__details-top {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__details-top {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__details-top {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__details-top {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__details-top {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__details-top {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__details-top {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__details-top {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__details-top {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__details-top {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__details-top {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__details-top {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__details-top {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__details-top {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__details-top {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__details-top {
    padding-right: 20px;
  }
}
.hover-box .hover-box__details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  top: auto;
}
@media (min-width: 1025px) {
  .hover-box .hover-box__details {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__details {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__details {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__details {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__details {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__details {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__details {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__details {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__details {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__details {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__details {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__details {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__details {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__details {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__details {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__details {
    padding-right: 20px;
  }
}
.hover-box .hover-box__details .hover-box__details_visible {
  transition: all 0.5s;
  transform: translateY(3.6458333333vw);
}
@media only screen and (max-width: 1025px) {
  .hover-box .hover-box__details .hover-box__details_visible {
    transform: none;
  }
}
.hover-box .hover-box__details .next-btn {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(0.5208333333vw);
  justify-content: left;
}
@media only screen and (max-width: 1025px) {
  .hover-box .hover-box__details .next-btn {
    transform: none;
    opacity: 1;
  }
}
.hover-box:hover .hover-box__details .hover-box__details_visible {
  transition: all 0.5s;
  transform: translateY(0);
}
.hover-box:hover .hover-box__details .next-btn {
  opacity: 1;
  transition: all 0.5s;
  transform: translateY(0);
}
.hover-box:hover .hover-box__img {
  transition: all 0.5s;
  transform: scale(1.05);
}
.hover-box.only-title .hover-box__details_visible {
  transform: none;
}

.hover-box-2 {
  display: block;
  position: relative;
}
.hover-box-2 .hover-box__img {
  width: 100%;
  transition: all 0.5s;
  transform: scale(1);
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .hover-box-2 .hover-box__img {
    height: 26.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box-2 .hover-box__img {
    height: 26.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box-2 .hover-box__img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .hover-box-2 .hover-box__img {
    height: 350px;
  }
}
.hover-box-2 .hover-box__details-top {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  top: auto;
}
@media (min-width: 1025px) {
  .hover-box-2 .hover-box__details-top {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box-2 .hover-box__details-top {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box-2 .hover-box__details-top {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box-2 .hover-box__details-top {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .hover-box-2 .hover-box__details-top {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box-2 .hover-box__details-top {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box-2 .hover-box__details-top {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box-2 .hover-box__details-top {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .hover-box-2 .hover-box__details-top {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box-2 .hover-box__details-top {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box-2 .hover-box__details-top {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box-2 .hover-box__details-top {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .hover-box-2 .hover-box__details-top {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box-2 .hover-box__details-top {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box-2 .hover-box__details-top {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box-2 .hover-box__details-top {
    padding-right: 20px;
  }
}
.hover-box-2 .hover-box__details {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  top: auto;
}
@media (min-width: 1025px) {
  .hover-box-2 .hover-box__details {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box-2 .hover-box__details {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box-2 .hover-box__details {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box-2 .hover-box__details {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .hover-box-2 .hover-box__details {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box-2 .hover-box__details {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box-2 .hover-box__details {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box-2 .hover-box__details {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .hover-box-2 .hover-box__details {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box-2 .hover-box__details {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box-2 .hover-box__details {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .hover-box-2 .hover-box__details {
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .hover-box-2 .hover-box__details {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box-2 .hover-box__details {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box-2 .hover-box__details {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box-2 .hover-box__details {
    padding-right: 20px;
  }
}
.hover-box-2 .hover-box__details .hover-box__details_visible {
  transition: all 0.5s;
}
@media only screen and (max-width: 1025px) {
  .hover-box-2 .hover-box__details .hover-box__details_visible {
    transform: none;
  }
}
.hover-box-2 .hover-box__details .next-btn {
  opacity: 1;
  transition: all 0.5s;
}
@media only screen and (max-width: 1025px) {
  .hover-box-2 .hover-box__details .next-btn {
    transform: none;
    opacity: 1;
  }
}
.hover-box-2:hover .hover-box__details .hover-box__details_visible {
  transition: all 0.5s;
  transform: translateY(0);
}
.hover-box-2:hover .hover-box__details .next-btn {
  opacity: 1;
  transition: all 0.5s;
  transform: translateY(0);
}
.hover-box-2:hover .hover-box__img {
  transition: all 0.5s;
  transform: scale(1.02);
}
.hover-box-2.only-title .hover-box__details_visible {
  transform: none;
}

@media (min-width: 1025px) {
  .social-wrapper {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-wrapper {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-wrapper {
    gap: 5px;
  }
}
@media (max-width: 600px) {
  .social-wrapper {
    gap: 5px;
  }
}
.social-wrapper .social-item {
  display: flex;
  position: relative;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .social-wrapper .social-item {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-wrapper .social-item {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-wrapper .social-item {
    width: 35px;
  }
}
@media (max-width: 600px) {
  .social-wrapper .social-item {
    width: 35px;
  }
}
@media (min-width: 1025px) {
  .social-wrapper .social-item {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-wrapper .social-item {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-wrapper .social-item {
    height: 35px;
  }
}
@media (max-width: 600px) {
  .social-wrapper .social-item {
    height: 35px;
  }
}
.social-wrapper .social-item .icon {
  transition: 0.3s ease-in-out;
  fill: #ffffff;
  z-index: 2;
}
@media (min-width: 1025px) {
  .social-wrapper .social-item .icon {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-wrapper .social-item .icon {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-wrapper .social-item .icon {
    width: 15px;
  }
}
@media (max-width: 600px) {
  .social-wrapper .social-item .icon {
    width: 15px;
  }
}
@media (min-width: 1025px) {
  .social-wrapper .social-item .icon {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-wrapper .social-item .icon {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-wrapper .social-item .icon {
    height: 15px;
  }
}
@media (max-width: 600px) {
  .social-wrapper .social-item .icon {
    height: 15px;
  }
}
.social-wrapper .social-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  opacity: 0.3;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .social-wrapper .social-item::before {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-wrapper .social-item::before {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-wrapper .social-item::before {
    width: 35px;
  }
}
@media (max-width: 600px) {
  .social-wrapper .social-item::before {
    width: 35px;
  }
}
@media (min-width: 1025px) {
  .social-wrapper .social-item::before {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .social-wrapper .social-item::before {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .social-wrapper .social-item::before {
    height: 35px;
  }
}
@media (max-width: 600px) {
  .social-wrapper .social-item::before {
    height: 35px;
  }
}
.social-wrapper .social-item:hover .icon {
  fill: #1c2f4e !important;
}
.social-wrapper .social-item:hover::before {
  opacity: 1;
}
.social-wrapper .social-item.podcast-icon svg {
  fill: #1c2f4e;
}
.social-wrapper .social-item.podcast-icon::after {
  border: 1px solid #1c2f4e;
}
.social-wrapper .social-item.podcast-icon:hover svg {
  fill: #1c2f4e;
}
.social-wrapper .social-item.podcast-icon:hover::after {
  border: 1px solid #1c2f4e;
}

.common-heading span {
  display: block;
}
@media (min-width: 1025px) {
  .common-heading span {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .common-heading span {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .common-heading span {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .common-heading span {
    padding-top: 10px;
  }
}
.common-heading--mob-center {
  text-align: center;
}
.common-heading--mob-center span {
  display: block;
}
@media (min-width: 1025px) {
  .common-heading--mob-center span {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .common-heading--mob-center span {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .common-heading--mob-center span {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .common-heading--mob-center span {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .common-heading--mob-center {
    text-align: left;
  }
}

.simple-two-img-wrapper img {
  width: 100%;
  border-radius: 30px;
}
@media only screen and (min-width: 1025px) {
  .simple-two-img-wrapper img {
    width: 48%;
    border-radius: 45px;
  }
}

.seperator-div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url("../assets/Images/div-line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1025px) {
  .seperator-div::after {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .seperator-div::after {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .seperator-div::after {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .seperator-div::after {
    height: 20px;
  }
}

.blog-tabs-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  list-style: none;
}
@media (min-width: 1025px) {
  .blog-tabs-wrapper ul {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blog-tabs-wrapper ul {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-tabs-wrapper ul {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .blog-tabs-wrapper ul {
    gap: 15px;
  }
}
.blog-tabs-wrapper ul li {
  list-style: none;
}
.blog-tabs-wrapper ul li a {
  position: relative;
  display: block;
  color: #000000;
  background: #ffffff;
  border: 2px solid #1c2f4e;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .blog-tabs-wrapper ul li a {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blog-tabs-wrapper ul li a {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-tabs-wrapper ul li a {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .blog-tabs-wrapper ul li a {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .blog-tabs-wrapper ul li a {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blog-tabs-wrapper ul li a {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-tabs-wrapper ul li a {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .blog-tabs-wrapper ul li a {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  .blog-tabs-wrapper ul li a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blog-tabs-wrapper ul li a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-tabs-wrapper ul li a {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .blog-tabs-wrapper ul li a {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .blog-tabs-wrapper ul li a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blog-tabs-wrapper ul li a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-tabs-wrapper ul li a {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .blog-tabs-wrapper ul li a {
    padding-right: 5px;
  }
}
@media (min-width: 1025px) {
  .blog-tabs-wrapper ul li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blog-tabs-wrapper ul li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-tabs-wrapper ul li a {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .blog-tabs-wrapper ul li a {
    font-size: 14px !important;
  }
}
.blog-tabs-wrapper ul li a:hover, .blog-tabs-wrapper ul li a.active {
  background: #1c2f4e;
  color: #ffffff;
}
.blog-tabs-wrapper ul {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .blog-tabs-wrapper ul {
    display: flex;
  }
}
.blog-tabs-wrapper .custom-select {
  position: relative;
  width: 100%;
  min-width: 250px;
  cursor: pointer;
}
.blog-tabs-wrapper .custom-select .custom-select-trigger {
  background: #ffffff;
  border: 2px solid #1c2f4e;
  color: #000000;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .blog-tabs-wrapper .custom-select .custom-select-trigger {
    font-size: 16px !important;
  }
}
.blog-tabs-wrapper .custom-select .custom-select-trigger {
  position: relative;
}
.blog-tabs-wrapper .custom-select .custom-select-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("../assets/images/down-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  background-size: contain;
}
.blog-tabs-wrapper .custom-select .custom-options {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  border: 2px solid #1c2f4e;
  z-index: 100;
}
.blog-tabs-wrapper .custom-select .custom-options a {
  display: block;
  padding: 10px 20px;
  color: #000000;
  text-decoration: none;
  transition: 0.2s ease;
}
.blog-tabs-wrapper .custom-select .custom-options a:hover, .blog-tabs-wrapper .custom-select .custom-options a.active {
  background: #1c2f4e;
  color: #ffffff;
}
.blog-tabs-wrapper .custom-select.open .custom-options {
  display: flex;
}
.blog-tabs-wrapper .custom-select.open .custom-select-trigger::after {
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (min-width: 1025px) {
  .blog-tabs-wrapper .custom-select {
    display: none;
  }
}

.wysiwyg-container {
  display: block;
  font-family: "DM Sans", sans-serif;
  color: #000000;
}
.wysiwyg-container p,
.wysiwyg-container td,
.wysiwyg-container th,
.wysiwyg-container li,
.wysiwyg-container span {
  color: #000000;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
}
@media (min-width: 1025px) {
  .wysiwyg-container p,
  .wysiwyg-container td,
  .wysiwyg-container th,
  .wysiwyg-container li,
  .wysiwyg-container span {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container p,
  .wysiwyg-container td,
  .wysiwyg-container th,
  .wysiwyg-container li,
  .wysiwyg-container span {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container p,
  .wysiwyg-container td,
  .wysiwyg-container th,
  .wysiwyg-container li,
  .wysiwyg-container span {
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container p,
  .wysiwyg-container td,
  .wysiwyg-container th,
  .wysiwyg-container li,
  .wysiwyg-container span {
    line-height: 24px;
  }
}
.wysiwyg-container strong {
  font-weight: 600 !important;
  color: #000 !important;
}
.wysiwyg-container a {
  font-family: "DM Sans", sans-serif;
  color: #000000;
  text-decoration: underline;
}
.wysiwyg-container a:hover {
  text-decoration: underline;
  color: #1c2f4e !important;
}
.wysiwyg-container h1,
.wysiwyg-container h2,
.wysiwyg-container h3,
.wysiwyg-container h4,
.wysiwyg-container h5,
.wysiwyg-container h6 {
  font-weight: 300 !important;
  color: #000000;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 1025px) {
  .wysiwyg-container h1,
  .wysiwyg-container h2,
  .wysiwyg-container h3,
  .wysiwyg-container h4,
  .wysiwyg-container h5,
  .wysiwyg-container h6 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container h1,
  .wysiwyg-container h2,
  .wysiwyg-container h3,
  .wysiwyg-container h4,
  .wysiwyg-container h5,
  .wysiwyg-container h6 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container h1,
  .wysiwyg-container h2,
  .wysiwyg-container h3,
  .wysiwyg-container h4,
  .wysiwyg-container h5,
  .wysiwyg-container h6 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container h1,
  .wysiwyg-container h2,
  .wysiwyg-container h3,
  .wysiwyg-container h4,
  .wysiwyg-container h5,
  .wysiwyg-container h6 {
    padding-bottom: 10px;
  }
}
.wysiwyg-container {
  /*custom list Style*/
}
@media (min-width: 1025px) {
  .wysiwyg-container ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container ul li {
    padding-bottom: 10px;
  }
}
.wysiwyg-container table {
  border-collapse: collapse;
  width: 100%;
}
.wysiwyg-container table th,
.wysiwyg-container table td {
  border: 1px solid #454545;
}
@media (min-width: 1025px) {
  .wysiwyg-container table th,
  .wysiwyg-container table td {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container table th,
  .wysiwyg-container table td {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container table th,
  .wysiwyg-container table td {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container table th,
  .wysiwyg-container table td {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container table th,
  .wysiwyg-container table td {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container table th,
  .wysiwyg-container table td {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container table th,
  .wysiwyg-container table td {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container table th,
  .wysiwyg-container table td {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container table th,
  .wysiwyg-container table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container table th,
  .wysiwyg-container table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container table th,
  .wysiwyg-container table td {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container table th,
  .wysiwyg-container table td {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container table th,
  .wysiwyg-container table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container table th,
  .wysiwyg-container table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container table th,
  .wysiwyg-container table td {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container table th,
  .wysiwyg-container table td {
    padding-top: 10px;
  }
}
.wysiwyg-container table th {
  background: #454545;
  color: #fff;
}

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

@media (min-width: 1025px) {
  .wysiwyg-container {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container {
    line-height: 28px;
  }
}
.wysiwyg-container p {
  letter-spacing: 0.5px;
  font-weight: 300;
}
@media (min-width: 1025px) {
  .wysiwyg-container p {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container p {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container p {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container p {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container p {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container p {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container p {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container p {
    line-height: 28px;
  }
}
.wysiwyg-container ul li {
  position: relative;
  list-style: none;
}
.wysiwyg-container ul li::before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #000000;
}
@media (min-width: 1025px) {
  .wysiwyg-container ul li::before {
    left: -1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container ul li::before {
    left: -1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container ul li::before {
    left: -20px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container ul li::before {
    left: -20px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container ul li::before {
    top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container ul li::before {
    top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container ul li::before {
    top: 12px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container ul li::before {
    top: 12px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container ul li::before {
    width: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container ul li::before {
    width: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container ul li::before {
    width: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container ul li::before {
    width: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container ul li::before {
    height: 0.1041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container ul li::before {
    height: 0.1041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container ul li::before {
    height: 2px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container ul li::before {
    height: 2px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container ul li {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container ul li {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container ul li {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container ul li {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container ul li {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container ul li {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container ul li {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container ul li {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container a {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container a {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container a {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container a {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container td {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container td {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container td {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container td {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container td {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container td {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container td {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container th {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container th {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container th {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container th {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container th {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container th {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container h1 {
    font-size: 2.8125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container h1 {
    font-size: 2.8125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container h1 {
    font-size: 35px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container h1 {
    font-size: 35px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container h1 {
    line-height: 3.3333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container h1 {
    line-height: 3.3333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container h1 {
    line-height: 58px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container h1 {
    line-height: 58px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container h2 {
    font-size: 2.8125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container h2 {
    font-size: 2.8125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container h2 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container h2 {
    line-height: 3.3333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container h2 {
    line-height: 3.3333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container h2 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container h2 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container h3 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container h3 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container h3 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container h3 {
    line-height: 2.1875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container h3 {
    line-height: 2.1875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container h3 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container h3 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container h4 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container h4 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container h4 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container h4 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container h4 {
    line-height: 2.1875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container h4 {
    line-height: 2.1875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container h4 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container h4 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container h5 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container h5 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container h5 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container h5 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container h5 {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container h5 {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container h5 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container h5 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container h6 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container h6 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container h6 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container h6 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container h6 {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container h6 {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container h6 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container h6 {
    line-height: 35px;
  }
}

.hm-blog-listing-inner-wrapper-social-share {
  display: flex;
  align-items: center;
  border-top: 1px solid #d3d3d3;
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper-social-share {
    gap: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner-wrapper-social-share {
    gap: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper-social-share {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner-wrapper-social-share {
    gap: 10px;
  }
}
.hm-blog-listing-inner-wrapper-social-share p {
  margin: 0 !important;
}
.hm-blog-listing-inner-wrapper-social-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1c2f4e;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    width: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    width: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    width: 23px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    width: 23px;
  }
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    height: 23px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    height: 23px;
  }
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    padding-right: 5px;
  }
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner-wrapper-social-share a {
    padding-bottom: 5px;
  }
}
.hm-blog-listing-inner-wrapper-social-share a {
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper-social-share a svg {
    width: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner-wrapper-social-share a svg {
    width: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper-social-share a svg {
    width: 13px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner-wrapper-social-share a svg {
    width: 13px;
  }
}
@media (min-width: 1025px) {
  .hm-blog-listing-inner-wrapper-social-share a svg {
    height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hm-blog-listing-inner-wrapper-social-share a svg {
    height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hm-blog-listing-inner-wrapper-social-share a svg {
    height: 13px;
  }
}
@media (max-width: 600px) {
  .hm-blog-listing-inner-wrapper-social-share a svg {
    height: 13px;
  }
}
.hm-blog-listing-inner-wrapper-social-share a:hover {
  background: rgb(14.5283018868, 24.3867924528, 40.4716981132);
}

@media (min-width: 1025px) {
  .inner-related-slider .slick-arrow {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .inner-related-slider .slick-arrow {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .inner-related-slider .slick-arrow {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .inner-related-slider .slick-arrow {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  .inner-related-slider .slick-arrow {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .inner-related-slider .slick-arrow {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .inner-related-slider .slick-arrow {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .inner-related-slider .slick-arrow {
    height: 30px;
  }
}

#post-filters {
  gap: 20px;
  flex-wrap: wrap;
}
#post-filters .select-wrapper {
  min-width: 200px;
}
#post-filters .select-wrapper .nice-select {
  width: 100%;
  border: 1px solid #1c2f4e;
  font-family: "DM Sans", sans-serif;
  color: #000000;
  font-weight: 500;
}
#post-filters button {
  -webkit-appearance: none; /* Remove default button styles in Safari/Chrome */
  -moz-appearance: none; /* Remove default button styles in Firefox */
  appearance: none; /* Standard */
  border: none;
  outline: none;
  height: 42px;
  width: 100px;
  background-color: #1c2f4e;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-align: center;
  line-height: 1;
  transition: 0.3s ease-in-out;
}
#post-filters button:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #1c2f4e;
}

.blog-inner-img img {
  aspect-ratio: 2/1;
  border-radius: 10px;
}

.wysiwig-container {
  font-family: "DM Sans", serif;
  color: #454545;
}
.wysiwig-container p,
.wysiwig-container td,
.wysiwig-container th,
.wysiwig-container li,
.wysiwig-container span {
  color: #454545;
  font-family: "DM Sans", serif;
}
.wysiwig-container strong {
  font-weight: 600 !important;
  color: #000 !important;
}
.wysiwig-container a {
  font-family: "DM Sans", serif;
  color: #454545;
  text-decoration: underline;
}
.wysiwig-container a:hover {
  text-decoration: underline;
  color: #454545 !important;
}
.wysiwig-container h1,
.wysiwig-container h2,
.wysiwig-container h3,
.wysiwig-container h4,
.wysiwig-container h5,
.wysiwig-container h6 {
  color: #454545;
  font-family: "DM Sans", serif;
}
@media (min-width: 1025px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 10px;
  }
}
.wysiwig-container ul li,
.wysiwig-container ol li {
  text-align: left !important;
}
.wysiwig-container {
  /*custom list Style*/
  /*ul {
    list-style: none;
    li {
      text-align: left !important;
      position: relative;
      border-radius: 50%;
      @include responsive-padding-left(20, null, null, 15px);
      @include responsive-padding-bottom(10, null, null, 10px);
      &::before {
        content: "";
        position: absolute;
        left: 0;
        background-color: #000;
        border-radius: 50%;
        @include responsive-height(7, null, null, 5px);
        @include responsive-width(7, null, null, 5px);
        @include responsive-position-top(15, null, null, 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: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container {
    line-height: 2.0833333333vw;
  }
}
@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: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container p {
    line-height: 2.0833333333vw;
  }
}
@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: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container li {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container li {
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container li {
    line-height: 36px;
  }
}
@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: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container a {
    line-height: 2.0833333333vw;
  }
}
@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: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container td {
    line-height: 2.0833333333vw;
  }
}
@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: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container th {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container th {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container th {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h1 {
    font-size: 3.3854166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1 {
    font-size: 3.3854166667vw !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: 3.90625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1 {
    line-height: 3.90625vw;
  }
}
@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.5vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h2 {
    line-height: 2.5vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h2 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h2 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h3 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h3 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h3 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h3 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h3 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h4 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h4 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h4 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h4 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h5 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h5 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h5 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h5 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h5 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h5 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h6 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h6 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h6 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h6 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h6 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h6 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h6 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h6 {
    line-height: 35px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg-container-large-p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p p {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p p {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p p {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p p {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p p {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p p {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p p {
    letter-spacing: 1.2px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p p {
    letter-spacing: 1.2px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p li {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p li {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p li {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p li {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p li {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p li {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p li {
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p li {
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p li {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p li {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p li {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p li {
    padding-bottom: 5px;
  }
}
.wysiwyg-container-large-p a {
  color: #000000;
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p td {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p td {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p td {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p td {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p td {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p td {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p th {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p th {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p th {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p th {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p th {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p th {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h1 {
    font-size: 3.3854166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h1 {
    font-size: 3.3854166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h1 {
    font-size: 35px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h1 {
    font-size: 35px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h1 {
    line-height: 3.90625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h1 {
    line-height: 3.90625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h1 {
    line-height: 58px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h1 {
    line-height: 58px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h2 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h2 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h2 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h2 {
    line-height: 2.5vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h2 {
    line-height: 2.5vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h2 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h2 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h3 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h3 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h3 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h3 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h3 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h4 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h4 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h4 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h4 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h5 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h5 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h5 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h5 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h5 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h5 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h6 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h6 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h6 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h6 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-large-p h6 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-large-p h6 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-large-p h6 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-large-p h6 {
    line-height: 35px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg-container-normal-p {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p {
    line-height: 26px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p {
    line-height: 26px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p p {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p p {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p p {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p p {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p p {
    line-height: 1.9791666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p p {
    line-height: 1.9791666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p p {
    line-height: 26px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p p {
    line-height: 26px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p p {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p p {
    letter-spacing: 0.0625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p p {
    letter-spacing: 1.2px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p p {
    letter-spacing: 1.2px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p li {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p li {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p li {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p li {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p li {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p li {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p li {
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p li {
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p li {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p li {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p li {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p li {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p td {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p td {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p td {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p td {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p td {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p td {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p th {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p th {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p th {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p th {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p th {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p th {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h1 {
    font-size: 3.3854166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h1 {
    font-size: 3.3854166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h1 {
    font-size: 35px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h1 {
    font-size: 35px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h1 {
    line-height: 3.90625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h1 {
    line-height: 3.90625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h1 {
    line-height: 58px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h1 {
    line-height: 58px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h2 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h2 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h2 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h2 {
    line-height: 2.5vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h2 {
    line-height: 2.5vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h2 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h2 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h3 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h3 {
    font-size: 1.8229166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h3 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h3 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h3 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h4 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h4 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h4 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h4 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h4 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h4 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h5 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h5 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h5 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h5 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h5 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h5 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h6 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h6 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h6 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h6 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwyg-container-normal-p h6 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwyg-container-normal-p h6 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwyg-container-normal-p h6 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwyg-container-normal-p h6 {
    line-height: 35px;
  }
}

@media (min-width: 1025px) {
  .default-page-wysiwyg h1,
  .default-page-wysiwyg h2,
  .default-page-wysiwyg h3,
  .default-page-wysiwyg h4,
  .default-page-wysiwyg h5,
  .default-page-wysiwyg h6 {
    margin-bottom: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .default-page-wysiwyg h1,
  .default-page-wysiwyg h2,
  .default-page-wysiwyg h3,
  .default-page-wysiwyg h4,
  .default-page-wysiwyg h5,
  .default-page-wysiwyg h6 {
    margin-bottom: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .default-page-wysiwyg h1,
  .default-page-wysiwyg h2,
  .default-page-wysiwyg h3,
  .default-page-wysiwyg h4,
  .default-page-wysiwyg h5,
  .default-page-wysiwyg h6 {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .default-page-wysiwyg h1,
  .default-page-wysiwyg h2,
  .default-page-wysiwyg h3,
  .default-page-wysiwyg h4,
  .default-page-wysiwyg h5,
  .default-page-wysiwyg h6 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .default-page-wysiwyg h1,
  .default-page-wysiwyg h2,
  .default-page-wysiwyg h3,
  .default-page-wysiwyg h4,
  .default-page-wysiwyg h5,
  .default-page-wysiwyg h6 {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .default-page-wysiwyg h1,
  .default-page-wysiwyg h2,
  .default-page-wysiwyg h3,
  .default-page-wysiwyg h4,
  .default-page-wysiwyg h5,
  .default-page-wysiwyg h6 {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .default-page-wysiwyg h1,
  .default-page-wysiwyg h2,
  .default-page-wysiwyg h3,
  .default-page-wysiwyg h4,
  .default-page-wysiwyg h5,
  .default-page-wysiwyg h6 {
    margin-top: 25px;
  }
}
@media (max-width: 600px) {
  .default-page-wysiwyg h1,
  .default-page-wysiwyg h2,
  .default-page-wysiwyg h3,
  .default-page-wysiwyg h4,
  .default-page-wysiwyg h5,
  .default-page-wysiwyg h6 {
    margin-top: 25px;
  }
}
@media (min-width: 1025px) {
  .default-page-wysiwyg ul li,
  .default-page-wysiwyg ol li {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .default-page-wysiwyg ul li,
  .default-page-wysiwyg ol li {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .default-page-wysiwyg ul li,
  .default-page-wysiwyg ol li {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .default-page-wysiwyg ul li,
  .default-page-wysiwyg ol li {
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 600px) {
  footer .footer-wrapper {
    width: 80%;
  }
}
footer .footer-top-wrapper {
  justify-content: center !important;
}
footer .footer-top-wrapper--logo-wrapper svg {
  max-width: 200px;
  max-height: 100px;
  fill: #ffffff;
}
@media only screen and (min-width: 600px) {
  footer .footer-top-wrapper--logo-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-top-wrapper--logo-wrapper {
    width: 25%;
  }
}
footer .footer-top-wrapper--menu-wrapper ul {
  padding: 0;
  margin: 0;
}
footer .footer-top-wrapper--menu-wrapper ul li {
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  footer .footer-top-wrapper--menu-wrapper ul li {
    text-align: left;
  }
}
footer .footer-top-wrapper--menu-wrapper ul li a {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 1025px) {
  footer .footer-top-wrapper--menu-wrapper ul li a {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-top-wrapper--menu-wrapper ul li a {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  footer .footer-top-wrapper--menu-wrapper ul li a {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  footer .footer-top-wrapper--menu-wrapper ul li a {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  footer .footer-top-wrapper--menu-wrapper ul li a {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-top-wrapper--menu-wrapper ul li a {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  footer .footer-top-wrapper--menu-wrapper ul li a {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  footer .footer-top-wrapper--menu-wrapper ul li a {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  footer .footer-top-wrapper--menu-wrapper ul li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-top-wrapper--menu-wrapper ul li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  footer .footer-top-wrapper--menu-wrapper ul li a {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  footer .footer-top-wrapper--menu-wrapper ul li a {
    font-size: 13px !important;
  }
}
footer .footer-top-wrapper--menu-wrapper ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  footer .footer-top-wrapper--menu-wrapper ul li a:first-child {
    padding-top: 0.3125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-top-wrapper--menu-wrapper ul li a:first-child {
    padding-top: 0.3125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  footer .footer-top-wrapper--menu-wrapper ul li a:first-child {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  footer .footer-top-wrapper--menu-wrapper ul li a:first-child {
    padding-top: 0;
  }
}
@media only screen and (min-width: 600px) {
  footer .footer-top-wrapper--menu-wrapper {
    width: 50%;
  }
  footer .footer-top-wrapper--menu-wrapper ul li {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-top-wrapper--menu-wrapper {
    width: 18%;
  }
}
@media (min-width: 1025px) {
  footer .footer-top-wrapper--contact-wrapper {
    padding-right: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-top-wrapper--contact-wrapper {
    padding-right: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  footer .footer-top-wrapper--contact-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  footer .footer-top-wrapper--contact-wrapper {
    padding-right: 0;
  }
}
@media only screen and (min-width: 600px) {
  footer .footer-top-wrapper--contact-wrapper {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-top-wrapper--contact-wrapper {
    width: 25%;
  }
}
footer .footer-top-wrapper--contact-wrapper a {
  color: #ffffff;
}
footer .footer-top-wrapper--contact-wrapper a:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer .footer-top-wrapper--newsletter-wrapper {
  max-width: 400px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  footer .footer-top-wrapper--newsletter-wrapper {
    max-width: unset;
    width: 25%;
    align-items: flex-start;
  }
}
footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper {
  display: flex;
}
@media (min-width: 1025px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper {
    gap: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper {
    gap: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper a {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper a {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper a {
    width: 25px;
  }
}
@media (max-width: 600px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper a {
    width: 25px;
  }
}
@media (min-width: 1025px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper a {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper a {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper a {
    height: 25px;
  }
}
@media (max-width: 600px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper a {
    height: 25px;
  }
}
footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper a svg {
  fill: #ffffff;
}
@media (min-width: 1025px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper a svg {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper a svg {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper a svg {
    width: 25px;
  }
}
@media (max-width: 600px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper a svg {
    width: 25px;
  }
}
@media (min-width: 1025px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper a svg {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper a svg {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper a svg {
    height: 25px;
  }
}
@media (max-width: 600px) {
  footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper a svg {
    height: 25px;
  }
}
footer .footer-top-wrapper--newsletter-wrapper .footer-social-wrapper a:hover svg {
  filter: brightness(0.7);
}
footer .footer-bottom-section {
  border-top: 1px solid #354a6e;
}
footer .footer-bottom-section a {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 1025px) {
  footer .footer-bottom-section a {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-bottom-section a {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  footer .footer-bottom-section a {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  footer .footer-bottom-section a {
    font-size: 13px !important;
  }
}
footer .footer-bottom-section a:hover {
  text-decoration: underline;
}
footer .footer-bottom-section p {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 1025px) {
  footer .footer-bottom-section p {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-bottom-section p {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  footer .footer-bottom-section p {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  footer .footer-bottom-section p {
    font-size: 13px !important;
  }
}
footer .footer-bottom-section-left {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  footer .footer-bottom-section-left {
    width: 33%;
  }
}
footer .footer-bottom-section-left ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  padding-left: 0 !important;
}
@media (min-width: 1025px) {
  footer .footer-bottom-section-left ul {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-bottom-section-left ul {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  footer .footer-bottom-section-left ul {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  footer .footer-bottom-section-left ul {
    gap: 10px;
  }
}
footer .footer-bottom-section-left ul li {
  list-style: none;
}
footer .footer-bottom-section-left ul li a,
footer .footer-bottom-section-left ul li p {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 1025px) {
  footer .footer-bottom-section-left ul li a,
  footer .footer-bottom-section-left ul li p {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-bottom-section-left ul li a,
  footer .footer-bottom-section-left ul li p {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  footer .footer-bottom-section-left ul li a,
  footer .footer-bottom-section-left ul li p {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  footer .footer-bottom-section-left ul li a,
  footer .footer-bottom-section-left ul li p {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-bottom-section-left ul {
    justify-content: left !important;
  }
}
footer .footer-bottom-section-center {
  width: 100%;
  justify-content: center !important;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  footer .footer-bottom-section-center {
    width: 33%;
    justify-content: center !important;
    text-align: center;
  }
}
footer .footer-bottom-section-right {
  width: 100%;
  text-align: center;
}
@media (min-width: 1025px) {
  footer .footer-bottom-section-right {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  footer .footer-bottom-section-right {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  footer .footer-bottom-section-right {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  footer .footer-bottom-section-right {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  footer .footer-bottom-section-right {
    width: 33%;
    text-align: right;
  }
}
footer .current-menu-item a {
  text-decoration: underline !important;
}

#sub-newsletter-form {
  display: flex;
  background: rgba(255, 255, 255, 0.26);
  border-radius: 60px;
  width: 100%;
}
@media (min-width: 1025px) {
  #sub-newsletter-form {
    padding-left: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form {
    padding-left: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form {
    padding-right: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form {
    padding-top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form {
    padding-top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form {
    padding-bottom: 10px;
  }
}
#sub-newsletter-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) {
  #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.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form input {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #sub-newsletter-form input {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  #sub-newsletter-form input {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  #sub-newsletter-form input {
    padding-left: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form input {
    padding-left: 1.3020833333vw;
  }
}
@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 input::placeholder {
  color: #fff; /* your placeholder color */
  opacity: 1; /* make sure it's not faded */
}
#sub-newsletter-form input:-webkit-autofill,
#sub-newsletter-form input:-webkit-autofill:hover,
#sub-newsletter-form input:-webkit-autofill:focus,
#sub-newsletter-form input:-webkit-autofill:active {
  /* 1. Force the text color */
  -webkit-text-fill-color: #ffffff !important;
  color: #ffffff !important;
  /* 2. Fix the background: 
     Since your input is 'transparent', we use a transparent box-shadow 
     to override Chrome's yellow background. */
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  /* 3. The "Infinite" Transition:
     We must include BOTH 'background-color' AND 'color' here. 
     This stops Chrome from reverting the styles after 2 seconds. */
  transition: background-color 5000000s ease-in-out 0s, color 5000000s ease-in-out 0s;
}
#sub-newsletter-form button {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
  border: 0;
  transition: 0.3s ease-in-out;
}
@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.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    height: 1.3020833333vw;
  }
}
@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.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #sub-newsletter-form button img,
  #sub-newsletter-form button svg {
    width: 1.3020833333vw;
  }
}
@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;
  }
}
#sub-newsletter-form button:hover {
  background: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1025px) {
  #sub-newsletter-form {
    border-top-left-radius: 1.5625vw;
    border-bottom-left-radius: 1.5625vw;
    border-top-right-radius: 1.5625vw;
    border-bottom-right-radius: 1.5625vw;
  }
}

.header-top-bar {
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .header-top-bar {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar {
    padding-left: 20px;
  }
}
.header-top-bar .header-bar-logo {
  fill: #ffffff;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .header-top-bar .header-bar-logo {
    width: 13.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar .header-bar-logo {
    width: 13.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar .header-bar-logo {
    width: 150px;
  }
}
@media (max-width: 600px) {
  .header-top-bar .header-bar-logo {
    width: 150px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar .header-bar-logo {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar .header-bar-logo {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar .header-bar-logo {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .header-top-bar .header-bar-logo {
    height: 30px;
  }
}
.header-top-bar .desk-top-menu ul {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}
@media (min-width: 1025px) {
  .header-top-bar .desk-top-menu ul {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar .desk-top-menu ul {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar .desk-top-menu ul {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar .desk-top-menu ul {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar .desk-top-menu ul {
    padding-left: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar .desk-top-menu ul {
    padding-left: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar .desk-top-menu ul {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar .desk-top-menu ul {
    padding-left: 20px;
  }
}
.header-top-bar .desk-top-menu ul li {
  display: flex;
  align-items: center;
  list-style: none;
}
.header-top-bar .desk-top-menu ul li a {
  position: relative;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .header-top-bar .desk-top-menu ul li a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar .desk-top-menu ul li a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar .desk-top-menu ul li a {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .header-top-bar .desk-top-menu ul li a {
    font-size: 14px !important;
  }
}
.header-top-bar .desk-top-menu ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.header-top-bar #blog-ham-icon {
  display: inline-block;
}
@media (min-width: 1025px) {
  .header-top-bar #blog-ham-icon {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar #blog-ham-icon {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar #blog-ham-icon {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .header-top-bar #blog-ham-icon {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar #blog-ham-icon {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar #blog-ham-icon {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar #blog-ham-icon {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .header-top-bar #blog-ham-icon {
    height: 40px;
  }
}
.header-top-bar #blog-ham-icon {
  background: url("../assets/images/ham-icon.svg");
  background-size: contain;
  background-position: center;
}
.header-top-bar #blog-ham-icon svg {
  fill: #ffffff;
}
@media (min-width: 1025px) {
  .header-top-bar #blog-ham-icon svg {
    width: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar #blog-ham-icon svg {
    width: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar #blog-ham-icon svg {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .header-top-bar #blog-ham-icon svg {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar #blog-ham-icon svg {
    height: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar #blog-ham-icon svg {
    height: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar #blog-ham-icon svg {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .header-top-bar #blog-ham-icon svg {
    height: 30px;
  }
}
.header-top-bar #blog-ham-icon::after {
  content: "";
  transition: 0.3s ease-in-out;
}
.header-top-bar #blog-ham-icon.active {
  background: url("../assets/images/btn-close.svg");
  background-size: contain;
  background-position: center;
}
.header-top-bar #site-off-canvas {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: calc(100dvh - 69px);
  top: unset;
  bottom: 0;
}
@media (min-width: 1025px) {
  .header-top-bar #site-off-canvas {
    gap: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar #site-off-canvas {
    gap: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar #site-off-canvas {
    gap: 50px;
  }
}
@media (max-width: 600px) {
  .header-top-bar #site-off-canvas {
    gap: 50px;
  }
}
.header-top-bar #site-off-canvas ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0 !important;
  padding-left: 0;
}
@media (min-width: 1025px) {
  .header-top-bar #site-off-canvas ul {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar #site-off-canvas ul {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar #site-off-canvas ul {
    gap: 60px;
  }
}
@media (max-width: 600px) {
  .header-top-bar #site-off-canvas ul {
    gap: 60px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar #site-off-canvas ul {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar #site-off-canvas ul {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar #site-off-canvas ul {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .header-top-bar #site-off-canvas ul {
    padding-top: 50px;
  }
}
.header-top-bar #site-off-canvas ul li {
  list-style: none;
}
.header-top-bar #site-off-canvas ul li a {
  position: relative;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 1025px) {
  .header-top-bar #site-off-canvas ul li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar #site-off-canvas ul li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar #site-off-canvas ul li a {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .header-top-bar #site-off-canvas ul li a {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  .header-top-bar #site-off-canvas .social-wrapper {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar #site-off-canvas .social-wrapper {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar #site-off-canvas .social-wrapper {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar #site-off-canvas .social-wrapper {
    gap: 20px;
  }
}
.header-top-bar #site-off-canvas .menu-img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.header-top-bar #site-off-canvas .menu-ul {
  position: relative;
  max-height: 60vh;
  overflow-y: scroll;
}
@media only screen and (min-width: 600px) {
  .header-top-bar #site-off-canvas {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-top-bar #site-off-canvas {
    max-width: unset;
  }
}
.header-top-bar.active {
  position: absolute !important;
  background-color: #1c2f4e;
  z-index: 9;
  top: 0;
}
@media (min-width: 1025px) {
  .header-top-bar.active {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar.active {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar.active {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar.active {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar.active {
    padding-right: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar.active {
    padding-right: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar.active {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar.active {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar.active {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar.active {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar.active {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar.active {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar.active {
    padding-left: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar.active {
    padding-left: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar.active {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar.active {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-top-bar.active .menu-item-has-children .sub-menu {
    top: 100%;
    padding-top: 0;
  }
}
.header-top-bar.active .desk-top-menu ul li a {
  color: #ffffff;
}
.header-top-bar.active #blog-ham-icon {
  position: relative;
}
.header-top-bar.active #blog-ham-icon::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header-top-bar.active .social-wrapper .social-item {
  background: #1c2f4e;
}
.header-top-bar.fixed-menu {
  position: fixed !important;
  background-color: #1c2f4e;
  z-index: 9;
  top: 0;
}
@media (min-width: 1025px) {
  .header-top-bar.fixed-menu {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar.fixed-menu {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar.fixed-menu {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar.fixed-menu {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar.fixed-menu {
    padding-right: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar.fixed-menu {
    padding-right: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar.fixed-menu {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar.fixed-menu {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar.fixed-menu {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar.fixed-menu {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar.fixed-menu {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar.fixed-menu {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar.fixed-menu {
    padding-left: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar.fixed-menu {
    padding-left: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar.fixed-menu {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar.fixed-menu {
    padding-left: 20px;
  }
}
.header-top-bar.fixed-menu .desk-top-menu ul li a {
  color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  .header-top-bar.fixed-menu .menu-item-has-children .sub-menu {
    top: 100%;
    padding-top: 0;
  }
}
.header-top-bar.fixed-menu #blog-ham-icon {
  position: relative;
}
.header-top-bar.fixed-menu #blog-ham-icon::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.header-top-bar.fixed-menu .social-wrapper .social-item {
  background: #1c2f4e;
}
.header-top-bar.inner-fixed {
  position: fixed !important;
  background-color: #1c2f4e;
  z-index: 9;
  top: 0;
}
@media (min-width: 1025px) {
  .header-top-bar.inner-fixed {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar.inner-fixed {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar.inner-fixed {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar.inner-fixed {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar.inner-fixed {
    padding-right: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar.inner-fixed {
    padding-right: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar.inner-fixed {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar.inner-fixed {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar.inner-fixed {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar.inner-fixed {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar.inner-fixed {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar.inner-fixed {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar.inner-fixed {
    padding-left: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar.inner-fixed {
    padding-left: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar.inner-fixed {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar.inner-fixed {
    padding-left: 20px;
  }
}
.header-top-bar.inner-fixed .desk-top-menu ul li a {
  color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  .header-top-bar.inner-fixed .menu-item-has-children .sub-menu {
    top: 100%;
    padding-top: 0;
  }
}
.header-top-bar.inner-fixed #blog-ham-icon {
  position: relative;
}
.header-top-bar.inner-fixed #blog-ham-icon::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.header-top-bar.inner-fixed .social-wrapper .social-item {
  background: #1c2f4e;
}
.header-top-bar .current-menu-item a {
  font-weight: 600 !important;
}
.header-top-bar .menu-item-has-children {
  position: relative;
  text-align: center;
  width: 100%;
}
.header-top-bar .menu-item-has-children:hover .sub-menu {
  display: flex;
}
.header-top-bar .menu-item-has-children .sub-menu {
  display: none !important;
  position: relative;
  flex-direction: column;
  padding-left: 0 !important;
  padding-right: 0 !important;
  gap: 0 !important;
}
@media (min-width: 1025px) {
  .header-top-bar .menu-item-has-children .sub-menu {
    top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar .menu-item-has-children .sub-menu {
    top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar .menu-item-has-children .sub-menu {
    top: 0;
  }
}
@media (max-width: 600px) {
  .header-top-bar .menu-item-has-children .sub-menu {
    top: 0;
  }
}
@media (min-width: 1025px) {
  .header-top-bar .menu-item-has-children .sub-menu {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar .menu-item-has-children .sub-menu {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar .menu-item-has-children .sub-menu {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .header-top-bar .menu-item-has-children .sub-menu {
    padding-top: 0;
  }
}
.header-top-bar .menu-item-has-children .sub-menu li {
  width: 100%;
}
.header-top-bar .menu-item-has-children .sub-menu li a {
  display: block;
  width: 100%;
  text-align: left;
  background-color: #1c2f4e;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
}
@media (min-width: 1025px) {
  .header-top-bar .menu-item-has-children .sub-menu li a {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar .menu-item-has-children .sub-menu li a {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar .menu-item-has-children .sub-menu li a {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar .menu-item-has-children .sub-menu li a {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar .menu-item-has-children .sub-menu li a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar .menu-item-has-children .sub-menu li a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar .menu-item-has-children .sub-menu li a {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar .menu-item-has-children .sub-menu li a {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar .menu-item-has-children .sub-menu li a {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar .menu-item-has-children .sub-menu li a {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar .menu-item-has-children .sub-menu li a {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar .menu-item-has-children .sub-menu li a {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar .menu-item-has-children .sub-menu li a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar .menu-item-has-children .sub-menu li a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar .menu-item-has-children .sub-menu li a {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar .menu-item-has-children .sub-menu li a {
    padding-left: 20px;
  }
}
.header-top-bar .menu-item-has-children .sub-menu li a:hover {
  background-color: rgb(14.5283018868, 24.3867924528, 40.4716981132);
}
.header-top-bar .menu-item-has-children .sub-menu.active {
  display: flex !important;
}
@media only screen and (min-width: 1025px) {
  .header-top-bar .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .header-top-bar .menu-item-has-children {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    width: auto;
  }
  .header-top-bar .menu-item-has-children::after {
    content: "";
    display: block;
    position: relative;
    background: url("../assets/images/down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    transform: none;
    margin-left: 5px;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .header-top-bar .menu-item-has-children::after {
    width: 0.625vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar .menu-item-has-children::after {
    width: 0.625vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar .menu-item-has-children::after {
    width: 6px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .header-top-bar .menu-item-has-children::after {
    width: 6px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .header-top-bar .menu-item-has-children::after {
    height: 0.625vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar .menu-item-has-children::after {
    height: 0.625vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar .menu-item-has-children::after {
    height: 6px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .header-top-bar .menu-item-has-children::after {
    height: 6px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-top-bar .menu-item-has-children:hover::after {
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 1025px) {
  .header-top-bar .menu-item-has-children:hover .sub-menu {
    display: flex !important;
    min-width: 150px;
    background-color: #1c2f4e;
  }
}
.header-top-bar .menu-item-has-children .submenu-trigger {
  position: absolute;
}
@media (min-width: 1025px) {
  .header-top-bar .menu-item-has-children .submenu-trigger {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar .menu-item-has-children .submenu-trigger {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar .menu-item-has-children .submenu-trigger {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar .menu-item-has-children .submenu-trigger {
    width: 20px;
  }
}
@media (min-width: 1025px) {
  .header-top-bar .menu-item-has-children .submenu-trigger {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-top-bar .menu-item-has-children .submenu-trigger {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-top-bar .menu-item-has-children .submenu-trigger {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .header-top-bar .menu-item-has-children .submenu-trigger {
    height: 20px;
  }
}
.header-top-bar .menu-item-has-children .submenu-trigger {
  top: 13px;
  right: 20%;
  transform: translateY(-50%);
  cursor: pointer;
  background: url("../assets/images/down-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 4;
}
@media only screen and (min-width: 1025px) {
  .header-top-bar .menu-item-has-children .submenu-trigger {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .header-top-bar #blog-ham-icon {
    display: none;
  }
}

@media (min-width: 1025px) {
  .hero-section .hero-inner-wrapper-left {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hero-section .hero-inner-wrapper-left {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hero-section .hero-inner-wrapper-left {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .hero-section .hero-inner-wrapper-left {
    padding-top: 50px;
  }
}
.hero-section .hero-inner-wrapper-left {
  min-height: 400px;
}
.hero-section .hero-inner-wrapper-left .svg-img-section #svg-img-section-img {
  max-width: 365px;
}
.hero-section .hero-inner-wrapper-left .svg-img-section #svg-logo-img {
  max-width: 505px;
  transform: translateY(70px);
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .hero-section .hero-inner-wrapper-left .svg-img-section #svg-logo-img {
    transform: translateY(100px);
  }
}
.hero-section .hero-video-wrapper {
  position: relative;
  display: none;
  overflow: hidden;
  z-index: 1;
  object-fit: cover;
  border: 7px solid #1c2f4e;
  border-radius: 15px;
}
@media (min-width: 1025px) {
  .hero-section .hero-video-wrapper {
    width: 24.8958333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hero-section .hero-video-wrapper {
    width: 24.8958333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hero-section .hero-video-wrapper {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .hero-section .hero-video-wrapper {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .hero-section .hero-video-wrapper {
    height: 31.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hero-section .hero-video-wrapper {
    height: 31.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hero-section .hero-video-wrapper {
    height: 100%;
  }
}
@media (max-width: 600px) {
  .hero-section .hero-video-wrapper {
    height: 100%;
  }
}
.hero-section .hero-video-wrapper video {
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .hero-section .hero-video-wrapper {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .hero-section {
    height: 100dvh;
    overflow: hidden;
  }
  .hero-section .hero-right-img {
    display: block;
  }
  .hero-section .hero-video-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.featured-section .featured-wrapper-right .hover-box img {
  height: unset;
  aspect-ratio: 1/1.2;
}
.featured-section .featured-wrapper-left .inner-card {
  width: 100%;
  max-width: unset;
}

.blogs-listing-section .listing-top-wrapper .category-wrapper ul {
  display: flex;
}
@media (min-width: 1025px) {
  .blogs-listing-section .listing-top-wrapper .category-wrapper ul {
    gap: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blogs-listing-section .listing-top-wrapper .category-wrapper ul {
    gap: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blogs-listing-section .listing-top-wrapper .category-wrapper ul {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .blogs-listing-section .listing-top-wrapper .category-wrapper ul {
    gap: 10px;
  }
}
.blogs-listing-section .listing-top-wrapper .category-wrapper ul li {
  list-style: none;
  cursor: pointer;
}
.blogs-listing-section .listing-top-wrapper .category-wrapper ul li.active {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #1c2f4e; /* underline color */
  text-decoration-thickness: 3px;
}
/*# sourceMappingURL=style.min.css.map */
