@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*Slick Slider*/
.slick-track > * {
  outline: none;
  box-shadow: none;
}

/*Slider*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-slider .slick-track:before, .slick-slider .slick-track:after {
  content: "";
  display: table;
}
.slick-slider .slick-track:after {
  clear: both;
}
.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}

.slider-progress {
  position: relative;
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  overflow: hidden;
}
.slider-progress .progress {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #163B68;
  width: 0%;
  height: 100%;
  transition: width 0.5s linear;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*Arrows*/
.slick-prev,
.slick-next {
  position: absolute;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  z-index: 1;
  color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: inline-block;
}

.slick-arrow {
  background-color: transparent;
  width: 50px;
  height: 50px;
  top: 0;
  left: inherit;
  bottom: 0;
  border: 0;
  border: 1px solid #163B68;
  margin: auto 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.slick-arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  background-image: url("../images/icons/left-arrow.svg");
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next::before {
  background-image: url("../images/icons/right-arrow.svg");
}
.slick-arrow:hover {
  background-color: transparent;
  border-color: #163B68;
}
.slick-arrow:hover::before {
  color: #163B68;
}

.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/*Dots*/
.slick-dots {
  width: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin: 40px 0 0;
  padding: 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button {
  display: block;
  background-color: transparent;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #ffffff;
}

/*Slick Lightbox*/
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9) !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-arrow {
  padding: 10px;
  margin: auto 0;
}
.slick-lightbox .slick-arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-lightbox .slick-prev {
  left: 20px;
}
.slick-lightbox .slick-prev::before {
  background-image: url("../images/icons/left-arrow-long.svg");
}
.slick-lightbox .slick-next {
  right: 20px;
}
.slick-lightbox .slick-next::before {
  background-image: url("../images/icons/right-arrow-long.svg");
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  max-width: 90%;
  display: inline-block;
  vertical-align: middle;
}
.slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
  width: 100%;
  max-width: 85%;
  display: block;
  margin: 0 auto;
}
.slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
  width: 100%;
  max-width: 85%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin: 10px auto 0;
}
@media (max-width: 991px) {
  .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
    font-size: 12px;
  }
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}
.slick-lightbox-close:focus {
  outline: none;
}
.slick-lightbox-close:before {
  content: "×";
  font-family: "slick";
  font-size: 60px;
  line-height: 60px;
  color: #ffffff;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 30px;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1360px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1360px) {
  .container-xl {
    max-width: 1420px;
  }
}

.small-container {
  width: 100%;
  max-width: 85%;
  margin-inline: auto;
}
@media (max-width: 991px) {
  .small-container {
    max-width: 100%;
  }
}

.row {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-1 * var(--bs-gutter-x));
  margin-left: calc(-1 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 992px) {
  .order-1 {
    order: 1;
  }
}
.g-0 {
  --bs-gutter-x: 0;
}

.g-5 {
  --bs-gutter-x: 1.8rem;
}

.col {
  -webkit-box-flex: 0;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

/*Max Style*/
@media (max-width: 575px) {
  .col-xs {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
/*Min Style*/
@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
/* CSS Document */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: #163B68;
  font-size: 18px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  overflow-x: hidden;
  box-sizing: border-box;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
}
body.scroll {
  overflow: hidden;
}
@media (max-width: 1399px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

main,
header,
section,
footer {
  width: 100%;
}

.py-0 {
  padding-block: 0 !important;
}

.px-0 {
  padding-inline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin: 0 0 20px;
  }
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

h1,
.h1 {
  font-size: 65px;
}
@media (max-width: 1399px) {
  h1,
  .h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: 50px;
}
@media (max-width: 1399px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 25px;
  }
}

h3,
.h3 {
  font-size: 40px;
}
@media (max-width: 1399px) {
  h3,
  .h3 {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 25px;
  }
}

h4,
.h4 {
  font-size: 30px;
}
@media (max-width: 1399px) {
  h4,
  .h4 {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: 24px;
}
@media (max-width: 1399px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-size: 18px;
}
@media (max-width: 1399px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}

p {
  line-height: 1.7;
  margin: 0 0 25px;
}
p:last-of-type {
  margin-bottom: 0;
}
p strong {
  font-weight: 700;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

section li {
  line-height: 1.7;
}
section li strong {
  font-weight: 700;
}
section li a {
  text-decoration: underline;
}
section li a:hover {
  text-decoration: none;
}

hr {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 1px;
  margin: 1.5rem 0;
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

input:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

figure {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  outline: none !important;
  color: inherit;
}

ul {
  list-style: disc;
}

ul,
ol {
  padding-left: 20px;
  margin: 0;
}

section ul,
section ol {
  margin-top: 25px;
  margin-bottom: 25px;
}
section ul li + li,
section ol li + li {
  margin-top: 5px;
}

.no-bullets ul,
.no-bullets ol {
  list-style: none;
  padding: 0;
}

a,
button {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:visited,
button,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit] {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

select {
  background-image: url("../images/icons/arrow_drop_down.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
  transition: all 5000s ease-in-out 0s;
  transition-property: background-color, color;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-text-fill-color: #000000;
  font-weight: 300 !important;
}

/*Number Field*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea:focus,
input:focus,
select:focus,
a:focus,
button:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.full-width {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.text-uppercase {
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extra-Bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

/*Bootstrap CSS*/
.relative {
  position: relative;
}

.z-index {
  z-index: 1;
}

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

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

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

.mt-1 {
  margin-top: 1.2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-1 {
  margin-bottom: 1.2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-50 {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .pb-50 {
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .ps-2 {
    padding-left: 2rem !important;
  }
  .pe-2 {
    padding-right: 2rem !important;
  }
  .ps-3 {
    padding-left: 3rem !important;
  }
  .pe-3 {
    padding-right: 3rem !important;
  }
  .ps-4 {
    padding-left: 4rem !important;
  }
  .pe-4 {
    padding-right: 4rem !important;
  }
  .ps-5 {
    padding-left: 5rem !important;
  }
  .pe-5 {
    padding-right: 5rem !important;
  }
}
.align-item-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-item-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.d-flex {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/*Common Padding*/
.commonPY {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .commonPY {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .commonPY {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .commonPY {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.commonPT {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .commonPT {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .commonPT {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .commonPT {
    padding-top: 50px;
  }
}

.commonPB {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .commonPB {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .commonPB {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .commonPB {
    padding-bottom: 50px;
  }
}

.largeParagraph.m-top {
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .largeParagraph.m-top {
    margin-top: 1rem;
  }
}
.largeParagraph p {
  font-size: 24px;
}
@media (max-width: 1399px) {
  .largeParagraph p {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .largeParagraph p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .largeParagraph p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .largeParagraph p {
    font-size: 16px;
  }
}

/*Sub Title*/
.subTitle--mb-0 h2, .subTitle--mb-0 h3, .subTitle--mb-0 h4, .subTitle--mb-0 h5, .subTitle--mb-0 h6 {
  margin-bottom: 0;
}
.subTitle h6 {
  font-size: 14px;
  color: #D9D9D9;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.subTitle h6 i {
  font-size: 18px;
}
.subTitle--blue h6 {
  color: #163B68;
}
.subTitle--white h6 {
  color: #ffffff;
}
.subTitle--yellow h6 {
  color: #F8D26A;
}
.subTitle.regular h6 {
  font-weight: 400;
}

/*Title Text*/
.titleText h6 {
  font-weight: 700;
  text-transform: uppercase;
}
.titleText h3 {
  font-weight: 400;
}
.titleText--mb-0 h2, .titleText--mb-0 h3, .titleText--mb-0 h4, .titleText--mb-0 h5, .titleText--mb-0 h6 {
  margin-bottom: 0;
}

/*Small Text*/
.smallText {
  font-size: 14px;
  margin-bottom: 20px;
}
.smallText--mb-0 h2, .smallText--mb-0 h3, .smallText--mb-0 h4, .smallText--mb-0 h5, .smallText--mb-0 h6 {
  margin-bottom: 0;
}
.smallText--blue h2, .smallText--blue h3, .smallText--blue h4, .smallText--blue h5, .smallText--blue h6, .smallText--blue p, .smallText--blue li {
  color: #163B68;
}
.smallText--lightBlue h2, .smallText--lightBlue h3, .smallText--lightBlue h4, .smallText--lightBlue h5, .smallText--lightBlue h6, .smallText--lightBlue p, .smallText--lightBlue li {
  color: #163B68;
}
.smallText.italic {
  font-style: italic;
}
.smallText.extraSmall {
  font-size: 12px;
}
.smallText br {
  display: block;
}

/*Heading Text*/
.headingText {
  position: relative;
}
.headingText--mb-0 h2, .headingText--mb-0 h3, .headingText--mb-0 h4, .headingText--mb-0 h5, .headingText--mb-0 h6 {
  margin-bottom: 0;
}
.headingText--bordered {
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .headingText--bordered {
    padding-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .headingText--bordered {
    padding-bottom: 1.5rem;
  }
}
.headingText--bordered * {
  margin-bottom: 0;
}
.headingText--bordered::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #163B68;
  width: 100px;
  height: 5px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .headingText--bordered::before {
    height: 3px;
  }
}
.headingText--blue h2, .headingText--blue h3, .headingText--blue h4, .headingText--blue h5, .headingText--blue h6, .headingText--blue p {
  color: #163B68;
}
.headingText--blue h2 a, .headingText--blue h3 a, .headingText--blue h4 a, .headingText--blue h5 a, .headingText--blue h6 a, .headingText--blue p a {
  color: #163B68;
}
.headingText--purple h2, .headingText--purple h3, .headingText--purple h4, .headingText--purple h5, .headingText--purple h6, .headingText--purple p {
  color: #945BA4;
}
.headingText--purple h2 a, .headingText--purple h3 a, .headingText--purple h4 a, .headingText--purple h5 a, .headingText--purple h6 a, .headingText--purple p a {
  color: #945BA4;
}
.headingText--white h2, .headingText--white h3, .headingText--white h4, .headingText--white h5, .headingText--white h6 {
  color: #ffffff;
}
.headingText--white h2 a, .headingText--white h3 a, .headingText--white h4 a, .headingText--white h5 a, .headingText--white h6 a {
  color: #ffffff;
}
.headingText--uppercase h2, .headingText--uppercase h3, .headingText--uppercase h4, .headingText--uppercase h5, .headingText--uppercase h6 {
  text-transform: uppercase;
}
.headingText.line-height h2, .headingText.line-height h3, .headingText.line-height h4, .headingText.line-height h5, .headingText.line-height h6 {
  line-height: 1.3;
}
.headingText.italic {
  font-style: italic;
}
.headingText.light h2, .headingText.light h3, .headingText.light h4, .headingText.light h5, .headingText.light h6 {
  font-weight: 300;
}
.headingText.regular h2, .headingText.regular h3, .headingText.regular h4, .headingText.regular h5, .headingText.regular h6 {
  font-weight: 400;
}
.headingText.medium h2, .headingText.medium h3, .headingText.medium h4, .headingText.medium h5, .headingText.medium h6 {
  font-weight: 500;
}
.headingText.semi-bold h2, .headingText.semi-bold h3, .headingText.semi-bold h4, .headingText.semi-bold h5, .headingText.semi-bold h6 {
  font-weight: 600;
}
.headingText.bold h2, .headingText.bold h3, .headingText.bold h4, .headingText.bold h5, .headingText.bold h6 {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .headingText p {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
}

/*Common Button*/
.buttonOuter.m-top {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .buttonOuter.m-top {
    margin-top: 20px;
  }
}
.buttonOuter.m-top-extra {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .buttonOuter.m-top-extra {
    margin-top: 30px;
  }
}
.buttonOuter.multipleButtons {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 30px;
}
@media (max-width: 767px) {
  .buttonOuter.multipleButtons {
    gap: 8px 20px;
  }
}

.btn {
  position: relative;
  background-color: #FAEDC4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #30598A;
  line-height: 100%;
  text-align: center;
  padding: 13px 35px;
  text-decoration: none !important;
  border-width: 1px;
  border-style: solid;
  border-color: #FAEDC4;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .btn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 15px;
    padding: 12px 30px;
  }
}
@media (max-width: 575px) {
  .btn {
    font-size: 14px;
    padding-inline: 20px;
  }
}
.btn:hover {
  background-color: #F8D26A;
  color: #163B68;
  border-color: #F8D26A;
}
.btn.wide {
  min-width: 200px;
}
@media (max-width: 575px) {
  .btn.wide {
    min-width: 160px;
  }
}
.btn.outline {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.outline:hover {
  background-color: #ffffff;
  color: #163B68;
  border-color: #ffffff;
}
.btn.dark-outline {
  background-color: transparent;
  border-color: #163B68;
  color: #163B68;
}
.btn.dark-outline:hover {
  background-color: #163B68;
  color: #7ACEDC;
}
.btn.blue {
  background-color: #7ACEDC;
  border-color: #7ACEDC;
  color: #163B68;
}
.btn.blue:hover {
  background-color: #163B68;
  color: #7ACEDC;
  border-color: #163B68;
}
.btn.icon {
  padding: 5px 5px 5px 35px;
}
@media (max-width: 575px) {
  .btn.icon {
    padding-left: 25px;
  }
}
.btn.icon::after {
  content: "";
  background-color: #F8D26A;
  background-image: url("../images/icons/button-arrow.svg");
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-block;
  left: 0;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .btn.icon::after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .btn.icon::after {
    width: 35px;
    height: 35px;
  }
}
.btn.icon:hover::after {
  background-color: #FAEDC4;
}
.btn.btn-text {
  background-color: transparent;
  font-size: 14px;
  color: #945BA4;
  font-weight: 600;
  gap: 8px 10px;
  border-color: transparent;
  padding: 0;
  text-transform: uppercase;
}
.btn.btn-text::after {
  content: "";
  position: relative;
  left: 0;
  width: 20px;
  height: 14px;
  display: inline-block;
  background-image: url("../images/icons/button-arrow-long.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.btn-text:hover::after {
  left: 3px;
}

/*Icon Listing*/
.iconListing--two ul {
  column-count: 2;
}
@media (max-width: 360px) {
  .iconListing--two ul {
    column-count: 1;
  }
}
.iconListing--three ul {
  column-count: 3;
}
@media (max-width: 767px) {
  .iconListing--three ul {
    column-count: 2;
  }
}
@media (max-width: 575px) {
  .iconListing--three ul {
    column-count: 1;
  }
}
.iconListing--four ul {
  column-count: 4;
}
@media (max-width: 991px) {
  .iconListing--four ul {
    column-count: 3;
  }
}
@media (max-width: 767px) {
  .iconListing--four ul {
    column-count: 2;
  }
}
@media (max-width: 575px) {
  .iconListing--four ul {
    column-count: 1;
  }
}

/*Form*/
.form-group {
  /*Checkbox*/
}
.form-group label {
  display: block;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .form-group label {
    font-size: 14px;
  }
}
.form-group .form-control {
  width: 100%;
  height: 50px;
  background-color: #FAFEFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  border-width: 1px;
  border-style: solid;
  border-color: #9ECBD7;
  border-radius: 5px;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .form-group .form-control {
    height: 45px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .form-group .form-control {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .form-group .form-control {
    height: 40px;
  }
}
.form-group .form-control::placeholder {
  opacity: 1;
  color: #000000;
}
.form-group .form-control.form-control-line {
  background-color: transparent;
  padding-inline: 0;
  border-width: 0 0 1px;
}
.form-group .form-control.form-control-line::placeholder {
  color: #000000;
}
.form-group input[type=search].form-control,
.form-group input.search-control {
  background-image: url("../images/icons/arrow_drop_down.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 22px;
}
@media (max-width: 767px) {
  .form-group input[type=search].form-control,
  .form-group input.search-control {
    background-size: 18px;
  }
}
.form-group select.form-control {
  cursor: pointer;
}
.form-group select.form-control option {
  color: #000000;
}
.form-group textarea.form-control {
  height: 152px;
  padding-top: 20px;
  resize: none;
}
@media (max-width: 767px) {
  .form-group textarea.form-control {
    height: 130px;
  }
}
.form-group .checkbox-label {
  display: inline-flex;
  gap: 15px;
  margin: 0;
}
.form-group .checkbox-label .checkbox-input {
  display: none;
}
.form-group .checkbox-label .checkbox-input + .checkbox-icon-wrapper {
  background-color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color ease 0.3s;
}
.form-group .checkbox-label .checkbox-input + .checkbox-icon-wrapper .checkbox-icon {
  transition: opacity ease 0.3s;
  opacity: 0;
  color: #ffffff;
  font-size: 10px;
}
.form-group .checkbox-label .checkbox-input:checked + .checkbox-icon-wrapper {
  background-color: #163B68;
  border-color: #163B68;
}
.form-group .checkbox-label .checkbox-input:checked + .checkbox-icon-wrapper .checkbox-icon {
  opacity: 1;
}
.form-group .checkbox-text {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  cursor: pointer;
}

.form-button {
  margin-top: 30px;
}

/*Pagination*/
.pagination {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.pagination__button {
  background-color: #945BA4;
  width: 50px;
  height: 50px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  color: #ffffff;
}
.pagination__button img {
  width: 100%;
}
.pagination__button:hover {
  background-color: #163B68;
}

/*Parallax*/
.parallax {
  opacity: 0;
  transform: translateY(30px);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.parallax.show {
  opacity: 1;
  transform: translateY(0);
}

/* Delay system */
.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

/*Bounce*/
.bounce {
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
/* CSS Animations*/
.fadeIn {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  /* animation-iteration-count: 1; */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*Header*/
.header {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .announcement-bar {
  background-color: #945BA4;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
}
.header .announcement-bar img {
  max-width: 18px;
  margin-right: 10px;
}
.header__inner {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .header__inner {
    padding-right: 60px;
  }
}
.header .logo {
  position: relative;
  z-index: 1;
}
.header .logo a {
  display: inline-block;
}
.header .logo img {
  max-width: 100%;
  max-height: 140px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1499px) {
  .header .logo img {
    max-height: 120px;
  }
}
@media (max-width: 1199px) {
  .header .logo img {
    max-height: 100px;
  }
}
@media (max-width: 991px) {
  .header .logo img {
    max-height: 80px;
  }
}
.header.active .logo {
  z-index: 101;
}
.header.hide {
  z-index: -1;
}
.header.sticky {
  background-color: #4D6686;
  -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header.sticky .announcement-bar {
  display: none;
}
.header.sticky .logo img {
  max-height: 100px;
}
@media (max-width: 1199px) {
  .header.sticky .logo img {
    max-height: 80px;
  }
}
@media (max-width: 991px) {
  .header.sticky .logo img {
    max-height: 70px;
  }
}

.navigation__inner {
  background-color: transparent;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1199px) {
  .navigation__inner {
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .navigation__inner {
    background-color: #ffffff;
    position: absolute;
    top: 5rem;
    right: 0;
    width: 100%;
    height: auto;
    display: block;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    border-radius: 20px;
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navigation__inner > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 40px;
  }
  .navigation__inner.toggle {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 1199px) {
  .navigation .headButton {
    padding: 0 30px 30px;
  }
  .navigation .headButton .btn.outline {
    background-color: #7ACEDC;
    border-color: #7ACEDC;
    color: #163B68;
  }
  .navigation .headButton .btn.outline:hover {
    background-color: #163B68;
    color: #7ACEDC;
    border-color: #163B68;
  }
}
@media (max-width: 991px) {
  .navigation .headButton {
    padding: 0 25px 25px;
  }
}
@media (max-width: 767px) {
  .navigation .headButton {
    padding: 0 20px 20px;
  }
}
@media (max-width: 1199px) {
  .navigation #navbar {
    height: auto;
    padding: 30px;
    overflow-y: auto;
  }
}
@media (max-width: 991px) {
  .navigation #navbar {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .navigation #navbar {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .navigation #navbar {
    padding-inline: 20px;
  }
}
.navigation #navbar > ul {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  gap: 25px;
  margin: 0;
}
@media (max-width: 1199px) {
  .navigation #navbar > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }
}
.navigation #navbar > ul > li {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .navigation #navbar > ul > li {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.navigation #navbar li {
  position: relative;
  margin: 0;
}
.navigation #navbar li > a {
  position: relative;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-weight: 400;
  padding: 0;
}
.navigation #navbar li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #4D6686;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation #navbar li > a:hover::before {
  display: none;
}
.navigation #navbar li > a.active::before {
  width: 100%;
}
@media (max-width: 1199px) {
  .navigation #navbar li > a {
    display: block;
    color: #163B68;
  }
}
.navigation #navbar li .dropdownMenu {
  padding: 15px;
  border-top: 3px solid #F8D26A;
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  .navigation #navbar li .dropdownMenu {
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navigation #navbar li .dropdownMenu li + li {
  margin-top: 12px;
}
.navigation #navbar li .dropdownMenu a {
  font-size: 15px;
  color: #000000;
  line-height: normal;
}
@media (max-width: 1199px) {
  .navigation #navbar li .dropdownMenu a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .navigation #navbar li .dropdownMenu.megaMenu .container {
    padding-inline: 0;
  }
}
@media (max-width: 1199px) {
  .navigation #navbar li .dropdownMenu.megaMenu .col {
    flex: 1 0 25%;
  }
}
@media (max-width: 991px) {
  .navigation #navbar li .dropdownMenu.megaMenu .col {
    flex: 1 0 33.3333%;
  }
}
@media (max-width: 767px) {
  .navigation #navbar li .dropdownMenu.megaMenu .col {
    flex: 1 0 50%;
  }
}
@media (max-width: 479px) {
  .navigation #navbar li .dropdownMenu.megaMenu .col {
    flex: 1 0 100%;
  }
}
.navigation #navbar li .dropdownMenu .menuTitle {
  min-height: 60px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.navigation #navbar li.megaMenuHolder {
  position: inherit;
}
.navigation #navbar li.dropdownHolder > a:after {
  content: "";
  border-top: #ffffff 5px solid;
  border-left: transparent 5px solid;
  border-right: transparent 5px solid;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .navigation #navbar li.dropdownHolder > a:after {
    display: none;
  }
}
.navigation #navbar li.dropdownHolder:hover > a:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation #navbar li .navbar_menuCarot {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 15px;
  margin-block: auto;
  display: none;
}
@media (max-width: 1199px) {
  .navigation #navbar li .navbar_menuCarot {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
}
.navigation #navbar li .navbar_menuCarot svg {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation #navbar li .navbar_menuCarot svg path {
  fill: #163B68;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation #navbar li:hover > a, .navigation #navbar li.active > a {
  color: #F8D26A;
}
.navigation #navbar li:hover > a:after, .navigation #navbar li.active > a:after {
  border-top-color: #F8D26A;
}
@media (min-width: 1200px) {
  .navigation #navbar li:hover .navbar_menuCarot svg, .navigation #navbar li.active .navbar_menuCarot svg {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .navigation #navbar li:hover .navbar_menuCarot svg path, .navigation #navbar li.active .navbar_menuCarot svg path {
    fill: #163B68;
  }
}
@media (min-width: 1200px) {
  .navigation #navbar li.dropdownHolder .dropdownMenu {
    background-color: #ffffff;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    border-radius: 10px;
    z-index: 99;
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .navigation #navbar li.dropdownHolder .dropdownMenu.megaMenu {
    width: 100%;
    padding: 40px 0;
  }
  .navigation #navbar li.dropdownHolder .dropdownMenu::after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: -6px;
    left: 25px;
    width: 15px;
    height: 15px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navigation #navbar li.dropdownHolder:hover .dropdownMenu {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 1199px) {
  .navigation #navbar li.dropdownHolder {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navigation #navbar li.dropdownHolder .navbar_menuCarot {
    top: 3px;
    right: 0;
    background-color: transparent;
    width: 18px;
    height: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    margin-block: 0;
  }
  .navigation #navbar li.dropdownHolder .navbar_menuCarot svg {
    width: 10px;
  }
  .navigation #navbar li.dropdownHolder .navbar_menuCarot.active svg {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .navigation #navbar li.dropdownHolder .dropdownMenu {
    display: none;
    width: 100%;
    padding: 5px 0 0 15px;
  }
  .navigation #navbar li.dropdownHolder .dropdownMenu::before {
    content: none;
  }
  .navigation #navbar li.dropdownHolder:hover .navbar__menuCarot svg {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/*Exit Button*/
.exitButton {
  position: absolute;
  top: 50%;
  right: -80px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 5px;
  color: #E9557E;
  transform: translateY(-50%);
}
@media (max-width: 1499px) {
  .exitButton {
    right: -55px;
  }
}
@media (max-width: 1299px) {
  .exitButton {
    right: -40px;
  }
}
@media (max-width: 1199px) {
  .exitButton {
    right: 0;
  }
}
.exitButton .icon {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #E9557E;
  width: 45px;
  height: 45px;
  color: #E9557E;
  border-radius: 50%;
  -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
}
.exitButton .icon i {
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 1499px) {
  .exitButton .icon i {
    font-size: 16px;
  }
}
@media (max-width: 1299px) {
  .exitButton .icon i {
    font-size: 14px;
  }
}
@media (max-width: 1499px) {
  .exitButton .icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1299px) {
  .exitButton .icon {
    width: 30px;
    height: 30px;
  }
}
.exitButton::before {
  content: "exit";
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 auto;
}
.exitButton.active, .exitButton:hover {
  color: #f82863;
}
.exitButton.active .icon, .exitButton:hover .icon {
  background-color: #f82863;
}

/*Mobile Navigation*/
.menuIcon {
  position: relative;
  width: 30px;
  height: auto;
  display: none;
  cursor: pointer;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .menuIcon {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.menuIcon span {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menuIcon span:nth-child(2) {
  width: 80%;
  margin: 8px 0;
  margin-left: auto;
}
.menuIcon.active {
  z-index: 101;
}
.menuIcon.active span:nth-child(1) {
  -moz-transform: rotate(45deg) translate(8px, 8px);
  -o-transform: rotate(45deg) translate(8px, 8px);
  -ms-transform: rotate(45deg) translate(8px, 8px);
  -webkit-transform: rotate(45deg) translate(8px, 8px);
  transform: rotate(45deg) translate(8px, 8px);
}
.menuIcon.active span:nth-child(2) {
  opacity: 0;
}
.menuIcon.active span:nth-child(3) {
  -moz-transform: rotate(-45deg) translate(7px, -7px);
  -o-transform: rotate(-45deg) translate(7px, -7px);
  -ms-transform: rotate(-45deg) translate(7px, -7px);
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
  transform: rotate(-45deg) translate(7px, -7px);
}

.header--inner .navigation #navbar li > a {
  color: #4D6686;
}
.header--inner .navigation #navbar li > a:after {
  border-top-color: #4D6686;
}
.header--inner .navigation #navbar li > a:hover {
  color: #945BA4;
}
.header--inner .navigation #navbar li > a:hover:after {
  border-top-color: #945BA4;
}
.header--inner .navigation #navbar li .dropdownMenu {
  border-top-color: #4D6686;
}
.header--inner.sticky {
  background-color: #ffffff;
}
.header--inner .menuIcon span {
  background-color: #163B68;
}

/*Footer*/
.footer {
  background-color: #ffffff;
}
.footer h6 {
  color: #945BA4;
  text-transform: uppercase;
}
.footer p, .footer li {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .footer .footer-logo {
    margin-bottom: 20px;
  }
}
.footer .footer-logo a {
  display: inline-block;
  vertical-align: middle;
}
.footer .footer-logo a img {
  max-width: 140px;
  max-height: 100px;
}
@media (max-width: 1299px) {
  .footer .footer-logo a img {
    max-height: 80px;
  }
}
.footer .footerLinks {
  position: relative;
}
.footer .footerLinks ul, .footer .footerLinks ol {
  list-style: none;
  padding-left: 0;
  margin: 0 0 25px;
}
.footer .footerLinks ul li, .footer .footerLinks ol li {
  line-height: 1.3;
}
.footer .footerLinks ul li a, .footer .footerLinks ol li a {
  display: inline;
}
.footer .footerLinks ul li a:hover, .footer .footerLinks ol li a:hover {
  color: #945BA4;
}
.footer .footerLinks ul li + li, .footer .footerLinks ol li + li {
  margin-top: 15px;
}
.footer .copyRight p {
  font-size: 14px;
}
.footer .socialMedia {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  margin: 25px 0 40px;
}
@media (max-width: 991px) {
  .footer .socialMedia {
    gap: 15px;
  }
}
.footer .socialMedia a {
  font-size: 18px;
  color: #163B68;
  display: inline-block;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .socialMedia a:hover {
  color: #945BA4;
}

/*Bg Colors*/
.yellowBg {
  background-color: #F8D26A;
}

.whiteBg {
  background-color: #ffffff;
}

.blueBg {
  background-color: #4D6686;
}

.darkBlueBg {
  background-color: #163B68;
}

.blackColor {
  color: #000000;
}

.white-text {
  color: #ffffff;
}

@media (min-width: 1200px) {
  .gap {
    --bs-gutter-x: 30px;
  }
}
/*Hero Image & Video Section*/
.heroBanner {
  position: relative;
  background-color: #4D6686;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 20rem;
  padding-bottom: 12rem;
}
@media (max-width: 1199px) {
  .heroBanner {
    padding-top: 16rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 991px) {
  .heroBanner {
    padding-top: 14rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .heroBanner {
    padding-bottom: 6rem;
  }
}
.heroBanner video,
.heroBanner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  vertical-align: middle;
}
.heroBanner .placeholderImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.heroBanner .z-index {
  position: relative;
  z-index: 4;
}
.heroBanner--shape::after, .heroBanner--shape::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.04);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  clip-path: polygon(0% 50%, 68% 0%, 100% 30%, 100% 100%, 0% 100%);
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .heroBanner--shape::after, .heroBanner--shape::before {
    height: 65%;
    clip-path: polygon(0% 20%, 68% 0%, 100% 10%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 767px) {
  .heroBanner--shape::after, .heroBanner--shape::before {
    height: 55%;
  }
}
.heroBanner--shape::before {
  background-color: #ffffff;
  height: 30%;
  bottom: -1px;
  clip-path: polygon(0 98%, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 991px) {
  .heroBanner--shape::before {
    clip-path: polygon(0 98%, 100% 40%, 100% 100%, 0 100%);
  }
}
.heroBanner--bgImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.heroBanner.gradient::after, .heroBanner.gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.heroBanner.gradient::after {
  width: 100%;
  height: 120px;
  background: #163B68;
  background: linear-gradient(0deg, rgba(2, 86, 119, 0) 0%, rgb(2, 86, 119) 100%);
}
@media (max-width: 767px) {
  .heroBanner.gradient::after {
    height: 100px;
  }
}
@media (max-width: 575px) {
  .heroBanner.gradient::after {
    height: 80px;
  }
}
@media (max-width: 479px) {
  .heroBanner.gradient::after {
    height: 50px;
  }
}
.heroBanner.gradient::before {
  background-color: rgba(6, 49, 68, 0.8);
  width: 50%;
  height: 100%;
}
@media (max-width: 991px) {
  .heroBanner.gradient::before {
    width: 100%;
  }
}
.heroBanner__content {
  position: relative;
}
.heroBanner__content h1 {
  font-weight: 300;
  margin-bottom: 0;
}
.heroBanner__content h1 strong {
  font-weight: 600;
}
.heroBanner__content p {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .heroBanner__content p {
    margin-top: 20px;
  }
}
.heroBanner--inner {
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(245, 242, 236) 30%);
  padding-bottom: 5rem;
}

.multipleImages {
  position: relative;
}
.multipleImages > .row {
  --bs-gutter-x: 15px;
}
@media (max-width: 575px) {
  .multipleImages > .row {
    --bs-gutter-x: 8px;
  }
}
.multipleImages > .row > * {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px 0;
}
@media (max-width: 575px) {
  .multipleImages > .row > * {
    gap: 16px 0;
  }
}
.multipleImages img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.multipleImages img.one {
  animation-delay: 0.5s;
}
.multipleImages img.two {
  animation-delay: 1s;
}
.multipleImages img.three {
  animation-delay: 1.5s;
}
.multipleImages img.four {
  animation-delay: 2s;
}

/*Intro*/
.intro__inner {
  padding-top: 60px;
}
.intro__card {
  height: 100%;
}
.intro__card > a {
  background-color: #F5F2EC;
  position: relative;
  bottom: 0;
  height: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 20px;
  text-align: center;
  border-radius: 20px;
  padding: 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.intro__card > a:hover {
  bottom: 8px;
  -webkit-box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.1);
}
.intro__card img {
  max-width: 50px;
  max-height: 50px;
  margin: 0 auto;
}
.intro__card h4 {
  font-weight: 400;
  margin: 0;
}
.intro__card p {
  line-height: 1.4;
}

/*Abuse*/
.abuse__inner {
  background-color: #E5F7FD;
  padding: 80px;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .abuse__inner {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .abuse__inner {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .abuse__inner {
    padding: 30px;
  }
}
.abuse__profile {
  padding-top: 60px;
}
@media (min-width: 1200px) {
  .abuse__profile .row {
    --bs-gutter-y: 50px;
  }
}
.abuse .abuseCard {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
}
.abuse .abuseCard .abuseIcon {
  background-color: #ffffff;
  width: 90px;
  height: 90px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
}
.abuse .abuseCard .abuseIcon img {
  max-height: 50px;
}
.abuse .abuseCard h4 {
  font-weight: 400;
  margin-bottom: 0;
}

/*FAQ*/
.faq__accordionBlock {
  padding-top: 50px;
}
.faq__accordion {
  border-bottom: 1px solid #D9D9D9;
  padding-block: 20px;
}
.faq__accordion:first-child {
  padding-top: 0;
}
.faq__fullWidth {
  border-color: rgba(0, 0, 0, 0.2);
  padding-block: 20px;
}
.faq .accordion-btn {
  width: 100%;
  text-align: left;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 0;
}
.faq .accordion-btn h4, .faq .accordion-btn h5, .faq .accordion-btn h6 {
  -webkit-box-flex: 0;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}
.faq .accordion-btn .icon {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #945BA4;
  text-align: center;
  margin-right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .faq .accordion-btn .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .faq .accordion-btn .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.faq .accordion-btn .icon::before {
  content: "+";
  font-family: "Font Awesome 7 Free";
  font-size: 26px;
  font-weight: 900;
}
@media (max-width: 991px) {
  .faq .accordion-btn .icon::before {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .faq .accordion-btn .icon::before {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .faq .accordion-btn .icon::before {
    font-size: 20px;
  }
}
.faq .accordion-btn .icon--arrow::before {
  content: "\f078";
}
.faq .accordion-btn.active .icon {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq .accordion-btn.active .icon--arrow {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq .accordion-content {
  padding-block: 10px;
}
.faq .accordion-content ul, .faq .accordion-content ol {
  margin-top: 25px;
}
.faq .accordion-content img {
  width: 100%;
}
.faq .accordion-content .buttonOuter {
  margin-top: 20px;
}
.faq .faq__fullWidth .accordion-content {
  padding-block: 25px;
}

/*CTA*/
.cta {
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .cta {
    padding-top: 30px;
  }
}
.cta__inner {
  background-color: #945BA4;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  text-align: center;
  padding: 60px 50px;
  border-radius: 30px;
}
@media (max-width: 1359px) {
  .cta__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .cta__inner {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .cta__inner {
    padding: 30px;
  }
}

/*Content Block*/
.contentBlockInner + .contentBlockInner {
  margin-top: 5rem;
}
@media (max-width: 1199px) {
  .contentBlockInner + .contentBlockInner {
    margin-top: 3rem;
  }
}
.contentBlockInner .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contentBlockInner:nth-child(odd) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .contentBlockInner:nth-child(odd) .contentBlockContent {
    padding-left: 0;
    padding-right: 2rem;
  }
}
.contentBlockInner .contentBlockImage img {
  width: 100%;
}
@media (max-width: 991px) {
  .contentBlockInner .contentBlockImage {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .contentBlockInner .contentBlockContent {
    padding-left: 2rem;
  }
}

.gridBlock {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 20px;
}
.gridBlock .blockContent {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 15px;
}

/*Video*/
.video_wrapper {
  width: 100%;
  overflow: hidden;
}
.video_wrapper video,
.video_wrapper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  display: block;
}

/*Linear Block*/
@media (min-width: 992px) {
  .linearBlock__inner > .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
}
@media (min-width: 1200px) {
  .linearBlock__inner > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}
.linearBlock__inner + * {
  margin-top: 50px;
}
.linearBlock__img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
}
.linearBlock__content {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 25px;
}

/*Contact Form*/
.contactForm .row {
  --bs-gutter-y: 25px;
}

.map {
  width: 100%;
  height: 350px;
}
@media (max-width: 991px) {
  .map {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .map {
    margin-top: 30px;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
}

/*# sourceMappingURL=style.css.map */
