section.top-banner {
  height: calc(var(--vh, 1vh) * 100);
  max-height: 1030px;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner {
    height: auto;
  }
}
section.top-banner .c-container {
  height: 100%;
  align-items: stretch;
  padding-top: min(max(4px, 0.3125vw), 6px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container {
    padding-top: min(max(10px, 2.6041666667vw), 20px);
  }
}
section.top-banner .c-container .wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  row-gap: min(max(35px, 2.734375vw), 50px);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  padding-bottom: min(max(min(max(25px, 6.5104166667vw), 50px), 5.078125vw), 100px);
  border-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap {
    border-top-right-radius: 0;
    padding-inline: min(max(26px, 7.1614583333vw), 55px);
    padding-top: calc(var(--hh) + 20px);
    align-items: flex-start;
    row-gap: min(max(30px, 7.421875vw), 57px);
  }
}
section.top-banner .c-container .wrap:before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
section.top-banner .c-container .wrap h3 {
  color: #FFFFFF;
}
section.top-banner .c-container .wrap .h1 {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .h1 {
    margin-left: 0;
    text-align: left;
    font-size: min(max(30px, 7.1614583333vw), 55px);
  }
}
section.top-banner .c-container .wrap .h1 span {
  display: block;
  overflow: hidden;
}
section.top-banner .c-container .wrap .h1 + h4 {
  margin-top: calc(0px - min(max(35px, 2.734375vw), 50px) + 10px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .h1 + h4 {
    margin-top: calc(0px - min(max(30px, 7.421875vw), 57px) + 10px);
  }
}
section.top-banner .c-container .wrap h4 {
  color: #FFFFFF;
  font-weight: 500;
}
section.top-banner .c-container .wrap p {
  margin-top: -10px;
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  font-size: min(max(18px, 1.40625vw), 20px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap p {
    margin-top: -25px;
    text-align: left;
    font-size: min(max(14px, 3.6458333333vw), 28px);
  }
}
section.top-banner .c-container .wrap p span {
  display: block;
  overflow: hidden;
}
section.top-banner .c-container .wrap .highlighted-links {
  padding-top: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .highlighted-links {
    display: none;
  }
}
section.top-banner .c-container .wrap .highlighted-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: min(max(12px, 2.0833333333vw), 40px);
  padding: min(max(13px, 1.0416666667vw), 20px) min(max(25px, 1.953125vw), 40px);
  border: 2px solid #FFFFFF;
  border-radius: min(max(40px, 3.125vw), 50px);
}
section.top-banner .c-container .wrap .highlighted-links ul li:before {
  display: none;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .highlighted-links ul {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  section.top-banner .c-container .wrap .highlighted-links ul {
    gap: min(max(20px, 1.5625vw), 40px);
    padding: min(max(11px, 0.859375vw), 20px) min(max(25px, 1.953125vw), 40px);
  }
}
section.top-banner .c-container .wrap .highlighted-links ul li a {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 5px;
  margin-bottom: -8px;
}
section.top-banner .c-container .wrap .highlighted-links ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  bottom: 0px;
  left: -100%;
  transition-property: left;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
section.top-banner .c-container .wrap .highlighted-links ul li a:hover:before {
  left: 0;
}
section.top-banner .c-container .wrap .highlighted-links ul li.current-menu-item a {
  pointer-events: none;
}
section.top-banner .c-container .wrap .highlighted-links ul li.current-menu-item a:before {
  left: 0;
}
section.top-banner .c-container .wrap .btn-arrow {
  margin-top: min(max(15px, 1.171875vw), 30px);
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  order: 3;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  section.top-banner .c-container .wrap .btn-arrow {
    display: none;
  }
}
section.top-banner .c-container .wrap .btn-arrow:hover {
  transform: translateY(20%);
}
section.top-banner .c-container .wrap .btn-arrow:after {
  transform: rotate(0deg);
}

.blog-single .blog-wrap {
  background-color: #FFFFFF;
}
.blog-single .blog-wrap .c-container .c-row {
  background-color: #FFFFFF;
  margin-top: min(max(45px, 3.515625vw), 70px);
  border-color: #e20074;
  border-style: solid;
  border-top-width: min(max(13px, 1.015625vw), 16px);
  border-bottom-width: 13px;
  border-inline-width: min(max(13px, 1.015625vw), 20px);
  padding: min(max(66px, 5.15625vw), 100px) min(max(55px, 4.296875vw), 90px) min(max(53px, 4.140625vw), 80px) min(max(84px, 6.5625vw), 130px);
  border-radius: min(max(40px, 3.125vw), 50px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single .blog-wrap .c-container .c-row {
    border-radius: min(max(40px, 10.4166666667vw), 80px);
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single .blog-wrap .c-container .c-row {
    margin-top: min(max(25px, 6.5104166667vw), 50px);
    padding: min(max(20px, 5.2083333333vw), 40px) min(max(15px, 3.90625vw), 30px);
  }
}
.blog-single .blog-wrap .c-container .c-row .blog-content {
  margin-bottom: min(max(50px, 3.90625vw), 80px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single .blog-wrap .c-container .c-row .blog-content {
    margin-bottom: min(max(30px, 7.8125vw), 60px);
  }
}
.blog-single .blog-wrap .c-container .c-row .blog-content p {
  font-size: min(max(11px, 0.859375vw), 17px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single .blog-wrap .c-container .c-row .blog-content p {
    font-size: min(max(14px, 3.6458333333vw), 28px);
  }
}
.blog-single .blog-wrap .c-container .c-row .blog-content p:last-child {
  margin-bottom: 0;
}
.blog-single .blog-wrap .c-container .c-row .blog-content iframe {
  margin-inline: auto;
  display: block;
  border-radius: 30px;
}
.blog-single .blog-wrap .c-container .c-row .blog-content *:is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 0.6em;
}
.blog-single .blog-wrap .c-container .c-row .blog-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  row-gap: min(max(32px, 8.4635416667vw), 65px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single .blog-wrap .c-container .c-row .blog-btns {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single .blog-wrap .c-container .c-row .blog-btns .linkmore {
    width: 100%;
  }
}
.blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share {
  display: flex;
  column-gap: 6px;
  align-items: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share {
    column-gap: min(max(10px, 2.6041666667vw), 20px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share {
    column-gap: 5px;
  }
}
.blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share span {
  font-weight: 700;
  font-size: min(max(16px, 1.25vw), 25px);
  text-align: left;
  color: #e20074;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share span {
    font-size: min(max(19px, 4.9479166667vw), 38px);
  }
}
.blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 7px;
}
.blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share ul li:before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share ul {
    column-gap: 15px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share ul {
    column-gap: 2px;
  }
}
.blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share ul li {
  margin-bottom: 0;
}
.blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share ul li a {
  font-size: 0;
  position: relative;
  display: block;
  width: min(max(25px, 1.953125vw), 38px);
  height: min(max(25px, 1.953125vw), 38px);
  border-radius: 50%;
  border: 1px solid #e20074;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share ul li a {
    width: min(max(45px, 10.4166666667vw), 80px);
    height: min(max(45px, 10.4166666667vw), 80px);
  }
}
.blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share ul li a:before {
  position: relative;
  font-size: min(max(13px, 1.015625vw), 20px);
  visibility: visible;
  color: #e20074;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  width: 100%;
  display: flex;
  height: 100%;
  line-height: 1;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share ul li a:before {
    font-size: min(max(18px, 5.2083333333vw), 40px);
  }
}
.blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share ul li a.facebook:before {
  content: "\e900";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share ul li a.instagram:before {
  content: "\e901";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share ul li a.linkedin:before {
  content: "\e902";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share ul li a.youtube:before {
  content: "\e904";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: min(max(10px, 0.78125vw), 15px);
}
@media only screen and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  .blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share ul li a.youtube:before {
    font-size: min(max(16px, 4.1666666667vw), 32px);
  }
}
.blog-single .blog-wrap .c-container .c-row .blog-btns .blog-share ul li a.tiktok:before {
  content: "\e903";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}