*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
}

a,
a:link,
a:link::after {
  text-decoration: unset;
}

input,
textarea {
  outline: none;
  border: none;
  background: none;
  resize: none;
}

img,
video {
  max-width: 100%;
  height: auto;
}

button {
  outline: none;
  background: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

body {
  font-size: 100%;
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

html {
  font-size: 16px;
}

body {
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
  background-color: white;
  font-weight: 400;
  color: black;
  line-height: normal;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

a {
  transition: 0.4s;
}

@media (max-width: 992px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  body {
    font-size: 14px;
  }
}
header.scrolled {
  background-color: #1c2d51;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header li.has-dropdown {
  position: relative;
}
@media (max-width: 984px) {
  header li.has-dropdown {
    position: static;
  }
}
header li.has-dropdown > a > span {
  transition: 0.5s;
}
@media (min-width: 984px) {
  header li.has-dropdown:hover > .dropdown-content,
  header li.has-dropdown:hover > .mega-dropdown-content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  header li.has-dropdown:hover > a > span {
    rotate: 180deg;
  }
}
@media (max-width: 984px) {
  header li.has-dropdown.hovered > .dropdown-content,
  header li.has-dropdown.hovered > .mega-dropdown-content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  header li.has-dropdown.hovered > a > span {
    rotate: 180deg;
  }
}
header li.has-dropdown .dropdown-content {
  position: absolute;
  min-width: 320px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-top: solid 1px rgba(45, 64, 104, 0.08);
  top: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  transform: translateY(-10px);
}
header li.has-dropdown .dropdown-content li > a {
  font-weight: 500;
  font-size: 18px;
  color: #1c2d51;
  background-color: white;
  padding: 15px 30px;
  padding-right: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1240px) {
  header li.has-dropdown .dropdown-content li > a {
    font-size: 16px;
  }
}
@media (max-width: 984px) {
  header li.has-dropdown .dropdown-content li > a {
    font-size: 20px;
    padding: 10px 30px;
    padding-left: 55px;
  }
}
header li.has-dropdown .dropdown-content li > a:hover {
  background-color: #2d4068;
  color: white;
}
header li.has-dropdown .dropdown-content li > a:hover span {
  opacity: 1;
}
header li.has-dropdown .dropdown-content li > a span {
  color: white;
  opacity: 0;
  font-size: 14px;
  transition: 0.5s;
}
@media (max-width: 984px) {
  header li.has-dropdown .dropdown-content li > a span {
    display: none;
  }
}
header li.has-dropdown .mega-dropdown-content {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  max-width: 1000px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-top: solid 1px rgba(45, 64, 104, 0.08);
  top: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  transform: translateY(-10px);
  background-color: #ffffff;
}
header li.has-dropdown .mega-dropdown-content .mega-dropdown-content-detail {
  padding: 15px 25px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 6px;
  max-width: 1000px;
  height: 500px;
  overflow: auto;
}
@media (max-width: 984px) {
  header li.has-dropdown .mega-dropdown-content .mega-dropdown-content-detail {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0px;
    height: 70vh;
    overflow: auto;
  }
}
@media (max-width: 1240px) {
  header li.has-dropdown .mega-dropdown-content {
    padding: 20px;
  }
}
header li.has-dropdown .mega-dropdown-content ul {
  list-style-type: disc;
  padding-inline-start: 20px;
}
@media (max-width: 984px) {
  header li.has-dropdown .mega-dropdown-content ul {
    padding-inline-start: 0;
    list-style-type: none;
  }
}
header li.has-dropdown .mega-dropdown-content a.title {
  font-size: 18px;
  color: #fe8901;
  padding-bottom: 4px;
  font-weight: 500;
}
@media (max-width: 1240px) {
  header li.has-dropdown .mega-dropdown-content a.title {
    font-size: 16px;
  }
}
@media (max-width: 984px) {
  header li.has-dropdown .mega-dropdown-content a.title {
    font-size: 20px;
    font-weight: 700;
    display: block;
    padding-bottom: 5px;
    padding-left: 15px;
  }
}
header li.has-dropdown .mega-dropdown-content li a {
  font-weight: 500;
  font-size: 14px;
  color: #1c2d51;
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
header li.has-dropdown .mega-dropdown-content li a:hover {
  color: #fe8901;
}
@media (max-width: 984px) {
  header li.has-dropdown .mega-dropdown-content li a {
    font-size: 17px;
    color: white;
    font-weight: 500;
    display: block;
    padding-left: 15px;
    padding-bottom: 5px;
  }
}
@media (max-width: 984px) {
  header li.has-dropdown .mega-dropdown-content {
    padding-top: 80px;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: auto;
    height: 50vh;
  }
}
header nav > li > a {
  font-size: 18px;
  font-weight: 600;
  color: white;
  transition: 0.5s;
  border-bottom: solid 2px transparent;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  gap: 6px;
}
@media (max-width: 1500px) {
  header nav > li > a {
    padding: 0 15px;
  }
}
@media (max-width: 984px) {
  header nav > li > a {
    height: 76px;
  }
}
header nav > li > a:hover {
  border-color: #fe8901;
  background-color: #2d4068;
}
@media (max-width: 1500px) {
  header nav > li > a {
    font-size: 16px;
  }
}
@media (max-width: 984px) {
  header {
    background-color: #1c2d51 !important;
  }
  header nav {
    position: fixed;
    background-color: rgba(28, 45, 81, 0.85);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    top: 75px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    flex-direction: column;
    padding-left: 60px;
    padding-top: 80px;
    gap: 25px;
    transform: translateY(120%);
  }
  header nav .dropdown-content,
  header nav .mega-dropdown-content {
    width: 100% !important;
    top: 0px !important;
    left: 0px !important;
    height: 100% !important;
    background-color: rgb(28, 45, 81) !important;
    z-index: 20;
    transition: none !important;
  }
  header nav .dropdown-content li a,
  header nav .mega-dropdown-content li a {
    color: white !important;
  }
  header nav li > a {
    font-size: 20px;
    height: auto;
    color: white;
    background-color: transparent !important;
    border-bottom: none !important;
  }
  header nav li > a span {
    rotate: -90deg !important;
  }
}
header.active nav {
  transform: translateY(0);
}
@media (max-width: 576px) {
  header nav {
    padding: 20px;
  }
}

.header-bg-blocker {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: linear-gradient(80deg, rgba(254, 136, 1, 0.6470588235) 0%, rgba(28, 45, 81, 0.6196078431));
  z-index: 10;
}

.pagination-long {
  max-width: 1200px;
  margin: auto;
}
.pagination-long .swiper-pagination-bullet {
  background: transparent;
  flex: 1;
  height: 4px;
  border-radius: 100px;
  border: none;
  background: #d9d9d9;
  opacity: 0.5;
}
.pagination-long .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fe8901;
  opacity: 1;
}

.subscribe-card {
  display: flex;
  overflow: clip;
  height: 314px;
  border-radius: 32px;
  background-color: #f6f6f6;
  align-items: center;
}
.subscribe-card .content-area {
  padding-left: 84px;
  padding-right: 40px;
  flex: 1;
}
.subscribe-card .content-area button {
  height: 43px;
  font-family: 500;
  margin-left: 20px;
}
.subscribe-card .bg-area {
  background-color: #eae5db;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0.85;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 0 99%);
          clip-path: polygon(0 0, 83% 0, 100% 100%, 0 99%);
}
.subscribe-card .bg-area img {
  max-height: 200px;
  mix-blend-mode: luminosity;
}

@media (max-width: 1240px) {
  .subscribe-card {
    height: 280px;
  }
  .subscribe-card .content-area {
    padding: 0px 30px;
  }
}
@media (max-width: ) {
  .subscribe-card {
    height: 280px;
  }
  .subscribe-card .content-area {
    padding: 0px 30px;
  }
}
@media (max-width: 728px) {
  .subscribe-card {
    flex-direction: column;
    height: auto;
  }
  .subscribe-card .content-area {
    padding: 0px;
    background-color: white;
    text-align: center;
  }
  .subscribe-card .bg-area {
    -webkit-clip-path: unset;
            clip-path: unset;
    width: 100%;
    padding: 20px;
    background-color: white;
  }
  .subscribe-card .bg-area img {
    max-height: 120px;
  }
}
@media (max-width: 420px) {
  .verysml {
    display: none !important;
  }
}
.cs-select {
  background-image: url("../../src/img/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.morphext .animated {
  display: inline-block;
}

body:not(.page-loaded) * {
  transition: unset !important;
}/*# sourceMappingURL=main.css.map */