@charset "UTF-8";

body.no-scroll {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

.nmp-last-el h1:last-child,
.nmp-last-el h2:last-child,
.nmp-last-el h3:last-child,
.nmp-last-el h4:last-child,
.nmp-last-el h5:last-child,
.nmp-last-el h6:last-child,
.nmp-last-el ul:last-child,
.nmp-last-el ol:last-child,
.nmp-last-el p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.dark-bg {
  background-color: #03032A;
  color: #F5F5FF;
}

.dark-bg .section-title {
  color: #F5F5FF;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg p,
.dark-bg ul li {
  color: #F5F5FF;
}

.dark-bg ul li:after {
  background-image: url(../../resources/images/svg/check-dark.svg) !important;
}

.dark-bg .arrow-list-icon img {
  -webkit-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);
}

.light-purple {
  background-color: #F1F2FF;
}

rw {
  position: relative;
}

rt {
  color: #F80003;
  font-family: "Transforma Sans";
}

.txt--lead {
  font-weight: 400;
  font-size: 27px;
}

@media (max-width: 1177px) {
  .txt--lead {
    font-size: 20px;
  }
}

.post-wrapper .txt--lead {
  margin-bottom: 30px;
}

@-webkit-keyframes drawLine {
  0% {
    background-size: 0;
  }

  100% {
    background-size: 100%;
  }
}

@keyframes drawLine {
  0% {
    background-size: 0;
  }

  100% {
    background-size: 100%;
  }
}

@media (max-width: 1177px) {
  .only-desktop {
    display: none !important;
  }
}

.wp-block-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

@media (max-width: 1177px) {
  .wp-block-columns {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.wp-block-columns:not(:last-child) {
  margin-bottom: 30px;
}

.wp-block-columns .wp-block-list,
.wp-block-columns figure {
  margin-bottom: 0;
}

.wp-block-columns .main-text {
  line-height: 1.25;
}

.wp-block-columns .wp-block-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-block-columns .wp-block-column .has-text-align-center {
  text-align: center;
}

.wp-block-columns .wp-block-group {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.wp-block-columns .wp-block-group .wp-block-spacer {
  display: none;
}

.wp-block-columns .wp-block-group .wp-block-image {
  height: 100%;
}

.wp-block-columns .wp-block-group .wp-block-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.wp-block-list {
  padding-left: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
}

.wp-block-list li:not(:last-child) {
  margin-bottom: 10px;
}

.wp-block-list li::marker {
  color: #FF7E27;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56%;
  margin-bottom: 40px;
}

@media (max-width: 1177px) {
  .wp-block-embed__wrapper {
    margin-bottom: 0;
  }
}

.wp-block-embed__wrapper iframe {
  border-radius: 16px;
  position: absolute;
  height: 100%;
  width: 100%;
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 3, 42, 0.0196078431);
  background-image: url(../../resources/images/svg/ripples.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
}

.section-overlay {
  background: linear-gradient(180deg, rgba(3, 3, 42, 0) 7.43%, rgba(3, 3, 42, 0.6) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.post-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}

@media (max-width: 1177px) {
  .post-footer {
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}

.post-footer .share-post {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-align: center;
  align-items: center;
}

.post-footer .share-post p {
  margin-bottom: 0;
}

.post-footer .back-to-archive-wrapper .back-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #03032A;
  font-size: 18px;
  font-weight: 400;
}

.post-footer .back-to-archive-wrapper .back-link img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.slider-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 4px;
  margin-top: 35px;
}

.slider-navigation .slider-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  border: 1px solid #FF7E27;
  cursor: pointer;
}

.slider-navigation .slider-btn .arrow-left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

.terms-container {
  position: absolute;
  right: 14px;
  top: 20px;
  gap: 10px;
  display: -ms-flexbox;
  display: flex;
}

.terms-container .term_name {
  border-radius: 32px;
  background: #fff;
  padding: 8px 14px;
  color: #03032A;
  font-size: 18px;
}

.block-overlay {
  background: linear-gradient(180deg, rgba(3, 3, 42, 0) 7.43%, rgba(3, 3, 42, 0.6) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-with-caption {
  position: relative;
  height: 100%;
}

.img-caption {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background-color: #03032A;
  padding: 1px 10px 1px 20px;
  font-size: 13px;
  z-index: 1;
}

.img-caption:before {
  content: "©";
  position: absolute;
  font-size: 14px;
  left: 6px;
  top: 4px;
}

@media (max-width: 1177px) {
  .img-caption {
    display: block;
  }
}

.wp-block-image .aligncenter {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
}

.wp-block-image img {
  border-radius: 16px;
}

.mpFormTable {
  width: 100%;
  max-width: 400px;
  list-style: none;
  padding-left: 0;
}

.mpFormTable table {
  width: 100%;
}

.mpFormTable .mpFormLabel label {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.mpFormTable .mpFormField input[type=text],
.mpFormTable .mpFormField input[type=tel],
.mpFormTable .mpFormField input[type=email],
.mpFormTable .mpFormField input[type=number],
.mpFormTable .mpFormField select {
  border-radius: 26px;
  border: 1px solid #03032A;
  background: #fff;
  box-shadow: none !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 12px 24px;
  height: 48px;
  width: 100%;
}

.mpFormTable .mpFormField input[type=text]:focus,
.mpFormTable .mpFormField input[type=tel]:focus,
.mpFormTable .mpFormField input[type=email]:focus,
.mpFormTable .mpFormField input[type=number]:focus,
.mpFormTable .mpFormField select:focus {
  outline: none;
}

.mpFormTable .mpFormField select {
  background-image: url(../../resources/images/svg/select-arrow.svg);
  background-position: calc(100% - 26px) center;
  background-repeat: no-repeat;
  background-size: 17px 11px;
}

.mpFormTable .mpFormField textarea {
  border-radius: 26px;
  border: 1px solid #03032A;
  background: #fff;
  box-shadow: none !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 12px 24px;
}

.mpFormTable .mpFormField input[type=radio],
.mpFormTable .mpFormField input[type=checkbox] {
  margin-right: 10px;
}

.mpFormTable .mpLabelRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.mpFormTable .mpLabelRow ul {
  list-style: none;
  padding: 0;
}

.mpFormTable .mpLabelRow .submitButton {
  display: inline-block;
  background-color: #FF7E27;
  border: 1px solid #FF7E27;
  border-radius: 32px;
  color: #03032A;
  font-size: 18px;
  line-height: normal;
  margin: 0;
  outline: none;
  padding: 13px 32px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.mpFormTable .mpLabelRow .submitButton:hover {
  background-color: rgb(243, 97.875, 0);
  text-decoration: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: 0 !important;
  margin-right: auto;
  height: 100%;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

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

.slick-slide:focus {
  outline: none;
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-shadow: none;
  --f-button-transition: all .15s ease;
  --f-button-transform: none;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(0, 0, 0, .7);
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-opacity: 1;
  --f-button-svg-disabled-opacity: .5;
  --f-button-svg-transition: opacity .15s ease;
  --f-button-svg-transform: none;
}

.f-button {
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  -webkit-transform: var(--f-button-transform);
  transform: var(--f-button-transform);
  transition: var(--f-button-transition);
  -webkit-backdrop-filter: var(--f-button-backdrop-filter);
  backdrop-filter: var(--f-button-backdrop-filter);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden;
}

@media (hover: hover) {
  .f-button:hover:not([aria-disabled]) {
    color: var(--f-button-hover-color, var(--f-button-color));
    background-color: var(--f-button-hover-bg, var(--f-button-bg));
  }
}

.f-button:active:not([aria-disabled]) {
  color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
  background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)));
}

.f-button:focus {
  outline: none;
}

.f-button:focus-visible {
  outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
  outline-offset: var(--f-button-outline-offset);
  position: relative;
  z-index: 1;
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  -webkit-transform: var(--f-button-svg-transform);
  transform: var(--f-button-svg-transform);
  fill: var(--f-button-svg-fill);
  -webkit-filter: var(--f-button-svg-filter);
  filter: var(--f-button-svg-filter);
  opacity: var(--f-button-svg-opacity, 1);
  transition: var(--f-button-svg-transition);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.f-button[aria-disabled] {
  cursor: default;
}

.f-button[aria-disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

:root {
  --f-spinner-color-1: rgba(0, 0, 0, .1);
  --f-spinner-color-2: rgba(17, 24, 28, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
}

.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: calc(var(--f-spinner-width) * -0.5) 0 0 calc(var(--f-spinner-height) * -0.5);
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
  border-radius: var(--f-spinner-border-radius);
  border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
  border-top-color: var(--f-spinner-color-2);
  -webkit-animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
  animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
}

@-webkit-keyframes f-spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes f-spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.f-panzoom,
.f-zoomable {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.f-panzoom:before,
.f-panzoom:after,
.f-zoomable:before,
.f-zoomable:after {
  display: block;
  content: "";
}

.f-panzoom:not(.has-controls):before,
.f-zoomable:not(.has-controls):before {
  margin-bottom: auto;
}

.f-panzoom:after,
.f-zoomable:after {
  margin-top: auto;
}

.f-panzoom__wrapper {
  position: relative;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__wrapper.will-zoom-out {
  cursor: zoom-out;
}

.f-panzoom__wrapper.can-drag {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.f-panzoom__wrapper.will-zoom-in {
  cursor: zoom-in;
}

.f-panzoom__wrapper.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.f-panzoom__wrapper.has-error {
  display: none;
}

.f-panzoom__content {
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__content.is-lazyloading,
.f-panzoom__content.has-lazyerror {
  visibility: hidden;
}

img.f-panzoom__content {
  vertical-align: top;
  -o-object-fit: contain;
  object-fit: contain;
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.f-panzoom__wrapper > img.f-panzoom__content {
  visibility: hidden;
}

.f-panzoom__viewport {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.f-panzoom__viewport > .f-panzoom__content {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

picture.f-panzoom__content img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}

.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
  animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
  animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
  z-index: 1;
}

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}

@keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}

.is-horizontal .f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
}

.is-horizontal .f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
}

.is-horizontal .f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
}

.is-horizontal .f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
}

@-webkit-keyframes f-slideInPrevX {
  0% {
    -webkit-transform: translate(calc(100% + var(--f-carousel-gap, 0)));
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes f-slideInPrevX {
  0% {
    -webkit-transform: translate(calc(100% + var(--f-carousel-gap, 0)));
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes f-slideInNextX {
  0% {
    -webkit-transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes f-slideInNextX {
  0% {
    -webkit-transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes f-slideOutNextX {
  to {
    -webkit-transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
}

@keyframes f-slideOutNextX {
  to {
    -webkit-transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
}

@-webkit-keyframes f-slideOutPrevX {
  to {
    -webkit-transform: translate(calc(100% + var(--f-carousel-gap, 0)));
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
}

@keyframes f-slideOutPrevX {
  to {
    -webkit-transform: translate(calc(100% + var(--f-carousel-gap, 0)));
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
}

.is-vertical .f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
}

.is-vertical .f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
}

.is-vertical .f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
}

.is-vertical .f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
}

@-webkit-keyframes f-slideInPrevY {
  0% {
    -webkit-transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes f-slideInPrevY {
  0% {
    -webkit-transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes f-slideInNextY {
  0% {
    -webkit-transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes f-slideInNextY {
  0% {
    -webkit-transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes f-slideOutNextY {
  to {
    -webkit-transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
}

@keyframes f-slideOutNextY {
  to {
    -webkit-transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
}

@-webkit-keyframes f-slideOutPrevY {
  to {
    -webkit-transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
}

@keyframes f-slideOutPrevY {
  to {
    -webkit-transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
}

.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
}

.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
}

@-webkit-keyframes f-zoomInUp {
  0% {
    -webkit-transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    opacity: var(--f-zoomInUp-opacity, 0);
  }

  to {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}

@keyframes f-zoomInUp {
  0% {
    -webkit-transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    opacity: var(--f-zoomInUp-opacity, 0);
  }

  to {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    opacity: 0;
  }
}

@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    opacity: 0;
  }
}

.f-throwOutUp {
  -webkit-animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
  animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  -webkit-animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
  animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
}

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    opacity: 0;
  }
}

@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    opacity: 0;
  }
}

.f-carousel__slide.has-html {
  overflow: auto;
}

.f-html {
  position: relative;
  margin: var(--f-html-margin, 0);
  padding: var(--f-html-padding, 2rem);
  color: var(--f-html-color, currentColor);
  background: var(--f-html-bg);
}

.f-html.is-error {
  text-align: center;
}

.has-iframe .f-html,
.has-pdf .f-html,
.has-gmap .f-html {
  min-height: 1px;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.has-pdf .f-html,
.has-gmap .f-html {
  padding: 0;
}

.f-iframe {
  display: block;
  margin: 0;
  border: 0;
  height: 100%;
  width: 100%;
}

.f-caption {
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  max-height: calc(80vh - 100px);
  overflow: auto;
  margin: var(--f-caption-margin);
  padding: var(--f-caption-padding, 16px 4px);
  overflow-wrap: anywhere;
  line-height: var(--f-caption-line-height);
  color: var(--f-caption-color);
  background: var(--f-caption-bg);
  font: var(--f-caption-font);
}

.has-html5video .f-html,
.has-youtube .f-html,
.has-vimeo .f-html {
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: var(--f-video-width, 960px);
  max-height: var(--f-video-height, 540px);
  aspect-ratio: var(--f-video-aspect-ratio);
  min-height: 1px;
  overflow: visible;
  background: var(--f-video-bg, rgba(0, 0, 0, 0.9));
}

.f-html5video {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.f-button.is-arrow {
  --f-button-width: var(--f-arrow-width, 46px);
  --f-button-height: var(--f-arrow-height, 46px);
  --f-button-svg-width: var(--f-arrow-svg-width, 24px);
  --f-button-svg-height: var(--f-arrow-svg-height, 24px);
  --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
  --f-button-border-radius: var(--f-arrow-border-radius, unset);
  --f-button-bg: var(--f-arrow-bg, transparent);
  --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
  --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
  --f-button-shadow: var(--f-arrow-shadow);
  --f-button-color: var(--f-arrow-color);
  --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
  --f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );
  overflow: visible;
}

.f-button.is-arrow.is-prev,
.f-button.is-arrow.is-next {
  position: absolute;
  -webkit-transform: translate(0);
  transform: translate(0);
  z-index: 20;
}

.is-horizontal .f-button.is-arrow.is-prev,
.is-horizontal .f-button.is-arrow.is-next {
  inset: 50% auto auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
  left: var(--f-arrow-pos, 0);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
  right: var(--f-arrow-pos, 0);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
  right: var(--f-arrow-pos, 0);
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-next {
  left: var(--f-arrow-pos, 0);
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}

.is-vertical.is-ltr .f-button.is-arrow.is-prev,
.is-vertical.is-rtl .f-button.is-arrow.is-prev {
  top: var(--f-arrow-pos, 0);
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.is-vertical.is-ltr .f-button.is-arrow.is-next,
.is-vertical.is-rtl .f-button.is-arrow.is-next {
  top: auto;
  right: auto;
  bottom: var(--f-arrow-pos, 0);
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.is-vertical .f-button.is-arrow.is-prev svg,
.is-vertical .f-button.is-arrow.is-next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.f-carousel__toolbar {
  --f-progressbar-height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: var(--f-toolbar-margin, 0);
  padding: var(--f-toolbar-padding, 8px);
  line-height: var(--f-toolbar-line-height);
  background: var(--f-toolbar-bg, none);
  box-shadow: var(--f-toolbar-shadow, none);
  -webkit-backdrop-filter: var(--f-toolbar-backdrop-filter);
  backdrop-filter: var(--f-toolbar-backdrop-filter);
  position: relative;
  z-index: 20;
  color: var(--f-toolbar-color, currentColor);
  font-size: var(--f-toolbar-font-size, 17px);
  font-weight: var(--f-toolbar-font-weight, inherit);
  font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
  text-shadow: var(--f-toolbar-text-shadow);
  text-align: center;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  pointer-events: none;
}

.f-carousel__toolbar.is-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.f-carousel__toolbar__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  gap: var(--f-toolbar-gap, 0);
  pointer-events: none;
}

.f-carousel__toolbar__column.is-left {
  justify-self: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.f-carousel__toolbar__column.is-middle {
  -ms-flex-pack: center;
  justify-content: center;
}

.f-carousel__toolbar__column.is-right {
  justify-self: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
}

.f-carousel__toolbar__column > * {
  pointer-events: all;
}

.f-carousel:has(.f-carousel__slide.is-fullsize) [data-panzoom-action=toggleFull] g {
  display: none;
}

[data-autoplay-action=toggle] svg g:first-child {
  display: -ms-flexbox;
  display: flex;
}

[data-autoplay-action=toggle] svg g:last-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:-webkit-full-screen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-moz-full-screen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:-moz-full-screen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:-ms-fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

.f-carousel__counter {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: var(--f-counter-margin, 0);
  padding: var(--f-counter-padding, 4px);
  line-height: var(--f-counter-line-height);
  background: var(--f-counter-bg);
  border-radius: var(--f-counter-border-radius);
}

.f-carousel__counter span {
  padding: 0 var(--f-counter-gap, 4px);
}

:root {
  --f-thumbs-gap: 8px;
  --f-thumbs-margin: 0;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-z-index: 1;
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-fit: cover;
  --f-thumb-opacity: 1;
  --f-thumb-transition: opacity .3s ease, transform .15s ease;
  --f-thumb-border: none;
  --f-thumb-border-radius: 4px;
  --f-thumb-transfors: none;
  --f-thumb-shadow: none;
  --f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));
  --f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  --f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
}

.f-thumbs {
  --f-carousel-slide-width: calc(var(--f-thumb-width) + var(--f-thumbs-gap));
  --f-carousel-slide-height: calc(var(--f-thumb-height) + var(--f-thumbs-gap));
  --f-carousel-gap: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2);
  margin: var(--f-thumbs-margin);
  padding: 0;
  background: var(--f-thumbs-bg);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: max-height 0.3s ease;
  z-index: var(--f-thumbs-z-index);
  overflow: hidden;
}

.f-thumbs__viewport {
  margin: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
  overflow: visible;
  display: grid;
}

.f-thumbs__slide {
  position: relative;
  grid-area: 1/1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  margin: 0;
  padding: calc(var(--f-thumbs-gap) * 0.5);
  cursor: pointer;
  overflow: visible;
}

.f-thumbs__slide:hover button {
  opacity: var(--f-thumb-hover-opacity, 1);
  -webkit-transform: var(--f-thumb-hover-transform, none);
  transform: var(--f-thumb-hover-transform, none);
}

.f-thumbs__slide:hover button:after {
  border: var(--f-thumb-hover-border, none);
  box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide button {
  all: unset;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  outline: none;
  transition: var(--f-thumb-transition);
  border-radius: var(--f-thumb-border-radius);
  opacity: var(--f-thumb-opacity);
  -webkit-transform: var(--f-thumb-transform);
  transform: var(--f-thumb-transform);
  background: var(--f-thumb-bg);
}

.f-thumbs__slide button:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: none;
  border-radius: inherit;
  border: var(--f-thumb-border);
  box-shadow: var(--f-thumb-shadow);
}

.f-thumbs__slide button:focus-within {
  opacity: var(--f-thumb-focus-opacity, 1);
  -webkit-transform: var(--f-thumb-focus-transform, none);
  transform: var(--f-thumb-focus-transform, none);
}

.f-thumbs__slide button:focus-within:after {
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide:active {
  opacity: var(--f-thumb-active-opacity, 1);
  -webkit-transform: var(--f-thumb-active-transform, none);
  transform: var(--f-thumb-active-transform, none);
}

.f-thumbs__slide:active:after {
  border: var(--f-thumb-active-border, none);
  box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide.is-selected {
  z-index: 2;
}

.f-thumbs__slide.is-selected button {
  opacity: var(--f-thumb-selected-opacity, 1);
  -webkit-transform: var(--f-thumb-selected-transform, none);
  transform: var(--f-thumb-selected-transform, none);
}

.f-thumbs__slide.is-selected button:after {
  border: var(--f-thumb-selected-border, none);
  box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: var(--f-thumb-fit);
  object-fit: var(--f-thumb-fit);
  border-radius: inherit;
  pointer-events: none;
}

.f-thumbs__slide img.has-lazyerror {
  display: none;
}

.f-thumbs.is-modern {
  --f-thumb-clip-width: 46px;
  --f-thumb-extra-gap: 16px;
  --f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );
  --f-carousel-slide-height: var(--f-thumb-height);
  --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)));
}

.f-thumbs.is-modern .f-thumbs__viewport {
  width: calc(100% + var(--width-diff) * 2);
  margin-left: calc(var(--width-diff) * -1);
}

.f-thumbs.is-modern .f-thumbs__slide {
  --clip-shift: calc((var(--width-diff) * .5) * var(--progress));
  --clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );
  padding: 0;
  overflow: visible;
  left: var(--shift, 0);
  will-change: left;
  transition: left var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button {
  display: block;
  margin-left: -50%;
  width: var(--f-thumb-width);
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
  border: none;
  box-shadow: none;
  transition: opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease), -webkit-clip-path var(--f-transition-duration) var(--f-transition-easing);
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease);
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease), -webkit-clip-path var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button:after {
  display: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: var(--clip-shift);
  bottom: 0;
  right: var(--clip-shift);
  transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
  border-radius: inherit;
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, none);
}

.f-thumbs.is-modern {
  --f-transition-duration: .25s;
  --f-transition-easing: ease-out;
}

.f-thumbs.is-modern.is-syncing {
  --f-transition-duration: 0s;
}

.f-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  height: var(--f-progressbar-height, 3px);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  background: var(--f-progressbar-color, var(--f-carousel-theme-color, #575ad6));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-animation-name: f-progressbar;
  animation-name: f-progressbar;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes f-progressbar {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes f-progressbar {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

[data-fullscreen-action=toggle] svg g:first-child {
  display: -ms-flexbox;
  display: flex;
}

[data-fullscreen-action=toggle] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-moz-full-screen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:-moz-full-screen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:-ms-fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

.in-fullscreen-mode > .f-carousel {
  -ms-flex: 1;
  flex: 1;
  min-width: 0 !important;
  min-height: 0 !important;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  -ms-touch-action: none;
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__dialog {
  width: 100%;
  height: 100vh;
  max-height: unset;
  max-width: unset;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
}

.fancybox__dialog:focus {
  outline: none;
}

.fancybox__dialog::-webkit-backdrop {
  opacity: 0;
}

.fancybox__dialog::backdrop {
  opacity: 0;
}

@supports (height: 100dvh) {
  .fancybox__dialog {
    height: 100dvh;
  }
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-backdrop-bg: rgba(24, 24, 27, .95);
  --f-toolbar-margin: 0;
  --f-toolbar-padding: 8px;
  --f-toolbar-gap: 0;
  --f-toolbar-color: #ddd;
  --f-toolbar-font-size: 16px;
  --f-toolbar-font-weight: 500;
  --f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  --f-toolbar-line-height: var(--f-button-height);
  --f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
  --f-toolbar-shadow: none;
  --f-toolbar-bg: none;
  --f-counter-margin: 0;
  --f-counter-padding: 0px 10px;
  --f-counter-gap: 4px;
  --f-counter-line-height: var(--f-button-height);
  --f-carousel-gap: 17px;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-height: 100%;
  --f-carousel-slide-padding: 0;
  --f-carousel-slide-bg: unset;
  --f-html-color: #222;
  --f-html-bg: #fff;
  --f-error-color: #fff;
  --f-error-bg: #333;
  --f-caption-margin: 0;
  --f-caption-padding: 16px 4px;
  --f-caption-color: var(--fancybox-color, #dbdbdb);
  --f-caption-bg: transparent;
  --f-caption-font: inherit;
  --f-caption-line-height: 1.375;
  --f-spinner-color-1: rgba(255, 255, 255, .2);
  --f-spinner-color-2: rgba(255, 255, 255, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
  --f-progressbar-color: rgba(255, 255, 255, .2);
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: #ddd;
  --f-button-hover-color: #fff;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(255, 255, 255, .75);
  --f-button-outline-offset: 0px;
  --f-button-bg: rgba(54, 54, 54, .75);
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-shadow: none;
  --f-button-transition: all .2s ease;
  --f-button-transform: none;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.75;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: .5;
  --f-arrow-pos: 32px;
  --f-arrow-width: 50px;
  --f-arrow-height: 50px;
  --f-arrow-svg-width: 24px;
  --f-arrow-svg-height: 24px;
  --f-arrow-svg-stroke-width: 2;
  --f-arrow-border-radius: 50%;
  --f-arrow-bg: rgba(54, 54, 54, .65);
  --f-arrow-color: #ddd;
  --f-arrow-hover-color: #fff;
  --f-thumbs-margin: 0px;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-bg: none;
  --f-thumb-transition: all .2s ease;
  --f-thumb-width: 94px;
  --f-thumb-height: 76px;
  --f-thumb-opacity: 1;
  --f-thumb-border: none;
  --f-thumb-shadow: none;
  --f-thumb-transform: none;
  --f-thumb-focus-opacity: 1;
  --f-thumb-focus-border: none;
  --f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);
  --f-thumb-focus-transform: none;
  --f-thumb-hover-opacity: 1;
  --f-thumb-hover-border: none;
  --f-thumb-hover-transform: none;
  --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
  --f-thumb-active-border: var(--f-thumb-hover-border);
  --f-thumb-active-transform: var(--f-thumb-hover-transform);
  --f-thumb-selected-opacity: 1;
  --f-thumb-selected-border: none;
  --f-thumb-selected-shadow: inset 0 0 0 2px #fff;
  --f-thumb-selected-transform: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  outline: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fancybox__container[theme=light] {
  --fancybox-color: #222;
  --fancybox-backdrop-bg: rgba(255, 255, 255, .97);
  --f-toolbar-color: var(--fancybox-color, #222);
  --f-toolbar-text-shadow: none;
  --f-toolbar-font-weight: 400;
  --f-html-color: var(--fancybox-color, #222);
  --f-html-bg: #fff;
  --f-error-color: #555;
  --f-error-bg: #fff;
  --f-video-bg: #fff;
  --f-caption-color: #333;
  --f-spinner-color-1: rgba(0, 0, 0, .2);
  --f-spinner-color-2: rgba(0, 0, 0, .8);
  --f-spinner-border-width: 3.5px;
  --f-progressbar-color: rgba(111, 111, 116, .2);
  --f-button-color: #333;
  --f-button-hover-color: #000;
  --f-button-outline-color: rgba(0, 0, 0, .85);
  --f-button-bg: rgba(255, 255, 255, .85);
  --f-button-svg-stroke-width: 1.3;
  --f-button-svg-filter: none;
  --f-arrow-bg: rgba(255, 255, 255, .85);
  --f-arrow-color: #333;
  --f-arrow-hover-color: #000;
  --f-arrow-svg-stroke-width: 1.3;
  --f-close-button-color: #555;
  --f-close-button-hover-color: #000;
  --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
  --f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;
  --f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;
}

.fancybox__container::-webkit-backdrop {
  background-color: transparent;
}

.fancybox__container::backdrop {
  background-color: transparent;
}

.fancybox__container > *:not(.fancybox__carousel),
.fancybox__container .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected),
.fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  opacity: var(--f-drag-opacity, 1);
}

.fancybox__container:not(.is-ready, .is-hiding) {
  visibility: hidden;
}

.fancybox__container.is-revealing > *:not(.fancybox__carousel),
.fancybox__container.is-revealing .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected),
.fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  -webkit-animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
  animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
}

.fancybox__container.is-hiding > *:not(.fancybox__carousel),
.fancybox__container.is-hiding .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected),
.fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper) {
  -webkit-animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
  animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.fancybox__container.is-idle .f-carousel__toolbar {
  pointer-events: none;
  opacity: 0;
}

.fancybox__container.is-idle .f-button.is-arrow {
  opacity: 0;
}

.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__container.is-idle.is-ready .f-button.is-arrow {
  -webkit-animation: 0.15s ease-out both f-fadeOut;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--fancybox-backdrop-bg);
}

.fancybox__carousel {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  position: relative;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__carousel.is-vertical {
  --f-carousel-slide-height: 100%;
}

.fancybox__carousel.is-ltr {
  direction: ltr;
}

.fancybox__carousel.is-rtl {
  direction: rtl;
}

.fancybox__carousel > .f-button.is-arrow:before {
  position: absolute;
  content: "";
  inset: -30px;
  z-index: 1;
}

.fancybox__carousel > .f-progressbar {
  background-color: var(--fancybox-color);
}

.fancybox__viewport {
  display: grid;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  min-width: 0;
  position: relative;
  overflow: visible;
  -webkit-transform: translate3d(0, var(--f-drag-offset, 0), 0);
  transform: translate3d(0, var(--f-drag-offset, 0), 0);
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__viewport [data-selectable],
.fancybox__viewport [contenteditable] {
  cursor: auto;
}

.fancybox__slide {
  box-sizing: border-box;
  position: relative;
  grid-area: 1/1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  margin: 0;
  padding: var(--f-carousel-slide-padding);
  background: var(--f-carousel-slide-bg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.fancybox__slide:before,
.fancybox__slide:after {
  display: block;
  content: "";
}

.fancybox__slide:before {
  margin-bottom: auto;
}

.fancybox__slide:after {
  margin-top: auto;
}

.fancybox__slide.is-selected {
  z-index: 1;
}

.fancybox__slide.f-zoomable {
  overflow: visible;
}

.fancybox__slide.has-error {
  --f-html-color: var(--f-error-color, --f-html-color);
  --f-html-bg: var(--f-error-bg, --f-html-bg);
}

.fancybox__slide.has-html {
  overflow: auto;
  padding: 8px;
}

.fancybox__slide.has-close-btn {
  padding-top: 34px;
}

.fancybox__slide .f-button[data-fancybox-close] {
  --f-button-width: var(--f-close-button-width, 34px);
  --f-button-height: var(--f-close-button-height, 34px);
  --f-button-border-radius: var(--f-close-border-radius, 4px);
  --f-button-color: var(--f-close-button-color, #fff);
  --f-button-hover-color: var(--f-close-button-hover-color, #fff);
  --f-button-bg: var(--f-close-button-bg, transparent);
  --f-button-hover-bg: var(--f-close-button-hover-bg, transparent);
  --f-button-active-bg: var(--f-close-button-active-bg, transparent);
  --f-button-svg-width: var(--f-close-button-svg-width, 22px);
  --f-button-svg-height: var(--f-close-button-svg-height, 22px);
  position: absolute;
  top: calc(var(--f-button-height) * -1);
  right: 0;
  z-index: 40;
}

.fancybox__slide .f-spinner {
  cursor: pointer;
}

.fancybox__container.is-closing .f-caption,
.fancybox__slide.is-loading .f-caption {
  visibility: hidden;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #F80003;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #F80003;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1296px;
  --font-family-sans-serif: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1295.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #F80003 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(197, 0, 2.3830645161) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #F80003 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

.d-inline-block {
  display: inline-block !important;
}

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

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

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

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

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #F80003 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(171.5, 0, 2.0745967742) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.6rem;
}

h4,
.h4 {
  font-size: 1.4rem;
}

h5,
.h5 {
  font-size: 1.2rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}

.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #F80003;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(248, 0, 3, 0.9);
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #F80003;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F80003' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F80003' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #F80003;
  box-shadow: 0 0 0 0.2rem rgba(248, 0, 3, 0.25);
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #F80003;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F80003' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F80003' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #F80003;
  box-shadow: 0 0 0 0.2rem rgba(248, 0, 3, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #F80003;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #F80003;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #F80003;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(255, 44, 46.5524193548);
  background-color: rgb(255, 44, 46.5524193548);
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(248, 0, 3, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #F80003;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #F80003;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #F80003;
  box-shadow: 0 0 0 0.2rem rgba(248, 0, 3, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0 rgba(38.25, 142.8, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0 rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0 rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0 rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0 rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #F80003;
  border-color: #F80003;
}

.btn-danger:hover {
  color: #fff;
  background-color: rgb(209.75, 0, 2.5372983871);
  border-color: rgb(197, 0, 2.3830645161);
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: rgb(209.75, 0, 2.5372983871);
  border-color: rgb(197, 0, 2.3830645161);
  box-shadow: 0 0 0 0 rgba(249.05, 38.25, 40.8, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #F80003;
  border-color: #F80003;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(197, 0, 2.3830645161);
  border-color: rgb(184.25, 0, 2.2288306452);
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(249.05, 38.25, 40.8, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0 rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0 rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #F80003;
  border-color: #F80003;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #F80003;
  border-color: #F80003;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(248, 0, 3, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #F80003;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #F80003;
  border-color: #F80003;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 0, 3, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(128.96, 0, 1.56);
  background-color: rgb(253.04, 183.6, 184.44);
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: rgb(128.96, 0, 1.56);
  background-color: rgb(252.3587022901, 158.7812977099, 159.9132824427);
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 0, 1.56);
  border-color: rgb(128.96, 0, 1.56);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@media (max-width: 767.98px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }
}

html {
  color: #03032A;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  position: relative;
}

/**
Disable W3C & Bootstrap standard styles for the abbr tag
 */

abbr[title].required {
  border-bottom: none;
  text-decoration: none;
}

.monofont {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

#site-header.has-fixed-top-navbar {
  padding-top: 85px;
}

@media screen and (max-width: 1295.98px) and (max-width: 782px) {
  body.admin-bar #site-header nav.navbar.fixed-top {
    top: 46px !important;
  }
}

#site-footer {
  background: #f4f5f7;
}

#site-footer #wc-footer-main {
  padding: 65px 15px 80px;
}

#site-footer .wc-footer-image {
  margin-bottom: 20px;
}

#site-footer .footer-menu {
  margin-bottom: 20px;
}

#site-footer .footer-menu-title {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

#site-footer .footer-menu a {
  display: block;
  color: #212529;
  line-height: 1.7;
}

#site-footer .footer-menu a:hover {
  text-decoration: none;
  color: rgb(225.3581081081, 228.25, 231.1418918919);
}

#site-footer .location {
  margin-bottom: 10px;
}

#site-footer .location .footer-location-title {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

#site-footer .location .location-line-1,
#site-footer .location .location-line-2,
#site-footer .location a {
  display: block;
}

#site-footer .location a {
  color: #212529;
}

#site-footer .location a:hover {
  text-decoration: none;
  color: rgb(225.3581081081, 228.25, 231.1418918919);
}

#site-footer .opening-hours {
  margin-bottom: 20px;
}

#site-footer .opening-hours-title {
  font-weight: 600;
  margin-bottom: 10px;
}

#site-footer .opening-hours span {
  display: block;
}

#site-footer .wc-footer-social {
  margin-bottom: 20px;
}

#site-footer .wc-footer-social span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

#site-footer .wc-footer-social a {
  margin: 0 15px 0 0;
  font-size: 1.4rem;
  color: #212529;
}

#site-footer .wc-footer-social a:hover {
  text-decoration: none;
  color: rgb(225.3581081081, 228.25, 231.1418918919);
}

#wc-bottom-bar {
  padding: 20px 0;
  background: #fff;
}

@media (max-width: 575.98px) {
  #wc-bottom-bar .wc-footer-copyright {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
  }
}

#wc-bottom-bar .bottom-bar-menu {
  width: 100%;
  text-align: center;
}

#wc-bottom-bar .bottom-bar-menu a {
  color: #212529;
  margin: 10px;
  font-size: 1rem;
}

#wc-bottom-bar .bottom-bar-menu a:hover {
  color: rgb(225.3581081081, 228.25, 231.1418918919);
  text-decoration: none;
}

.service-header {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.service-header .header-wrapper .service-title {
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
}

.single-post-content {
  padding: 70px 0;
}

.single-post-content .post-wrapper {
  width: 100%;
  max-width: 1064px;
  margin: auto;
}

html {
  overflow-x: initial;
  width: auto;
}

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

a {
  color: #FF7E27;
}

a:hover {
  text-decoration: underline;
  color: #FF7E27;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  padding-right: 15px;
  padding-left: 15px;
}

@font-face {
  font-family: "Transforma Sans";
  src: url("../../fonts/TransformaSans-SemiBold.eot");
  src: url("../../fonts/TransformaSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/TransformaSans-SemiBold.woff2") format("woff2"), url("../../fonts/TransformaSans-SemiBold.woff") format("woff"), url("../../fonts/TransformaSans-SemiBold.ttf") format("truetype"), url("../../fonts/TransformaSans-SemiBold.svg#TransformaSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Transforma Script";
  src: url("../../fonts/TransformaScript-SemiBold.woff2") format("woff2"), url("../../fonts/TransformaScript-SemiBold.woff") format("woff"), url("../../fonts/TransformaScript-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "Gabarito", sans-serif;
}

h1 {
  font-weight: 500;
  line-height: 1.1;
}

h1 u,
h1 span {
  color: #FF7E27;
  font-family: "Transforma Sans";
}

h1 u {
  position: relative;
  text-decoration: none;
}

h1 u:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 9px;
  background-image: url(../../resources/images/svg/text-underline.svg);
  background-position: center;
  background-repeat: repeat-x;
}

h2 {
  font-weight: 500;
  line-height: 1.1;
}

h2 u,
h2 span {
  color: #FF7E27;
  font-family: "Transforma Sans";
}

h2 u {
  position: relative;
  text-decoration: none;
}

h2 u:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 9px;
  background-image: url(../../resources/images/svg/text-underline.svg);
  background-position: center;
  background-repeat: repeat-x;
}

h3 {
  font-weight: 500;
  line-height: 1.1;
}

h3 u,
h3 span {
  color: #FF7E27;
  font-family: "Transforma Sans";
}

h3 u {
  position: relative;
  text-decoration: none;
}

h3 u:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 9px;
  background-image: url(../../resources/images/svg/text-underline.svg);
  background-position: center;
  background-repeat: repeat-x;
}

h4 {
  font-weight: 500;
  line-height: 1.1;
}

h4 u,
h4 span {
  color: #FF7E27;
  font-family: "Transforma Sans";
}

h4 u {
  position: relative;
  text-decoration: none;
}

h4 u:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 9px;
  background-image: url(../../resources/images/svg/text-underline.svg);
  background-position: center;
  background-repeat: repeat-x;
}

h5 {
  font-weight: 500;
  line-height: 1.1;
}

h5 u,
h5 span {
  color: #FF7E27;
  font-family: "Transforma Sans";
}

h5 u {
  position: relative;
  text-decoration: none;
}

h5 u:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 9px;
  background-image: url(../../resources/images/svg/text-underline.svg);
  background-position: center;
  background-repeat: repeat-x;
}

h6 {
  font-weight: 500;
  line-height: 1.1;
}

h6 u,
h6 span {
  color: #FF7E27;
  font-family: "Transforma Sans";
}

h6 u {
  position: relative;
  text-decoration: none;
}

h6 u:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 9px;
  background-image: url(../../resources/images/svg/text-underline.svg);
  background-position: center;
  background-repeat: repeat-x;
}

h1 {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}

@media (max-width: 1177px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 40px;
}

h2 u,
h2 span {
  font-size: 26px;
}

@media (max-width: 1177px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 1177px) {
  h3 {
    font-size: 15px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 30px;
}

@media (max-width: 1177px) {
  p {
    font-size: 16px;
  }
}

ul li,
ol li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (max-width: 1177px) {
  ul li,
  ol li {
    font-size: 16px;
  }
}

.header-title strong {
  position: relative;
  font-size: inherit;
  font-weight: inherit;
}

.header-title strong:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #FF7E27;
  -webkit-clip-path: polygon(99.476% 99.952%, 99.476% 99.952%, 97.77% 87.838%, 96.095% 77.946%, 94.441% 70.024%, 92.8% 63.824%, 91.163% 59.094%, 89.521% 55.585%, 87.866% 53.048%, 86.189% 51.232%, 84.482% 49.886%, 82.735% 48.762%, 82.735% 48.762%, 82.352% 48.516%, 81.967% 48.268%, 81.579% 48.014%, 81.189% 47.753%, 80.796% 47.481%, 80.401% 47.196%, 80.003% 46.896%, 79.602% 46.578%, 79.199% 46.238%, 78.794% 45.876%, 78.794% 45.876%, 76.183% 44.026%, 73.567% 43.274%, 70.947% 43.494%, 68.326% 44.563%, 65.707% 46.357%, 63.093% 48.751%, 60.486% 51.621%, 57.888% 54.843%, 55.302% 58.294%, 52.732% 61.848%, 52.732% 61.848%, 49.724% 65.987%, 46.699% 69.957%, 43.659% 73.563%, 40.606% 76.606%, 37.544% 78.891%, 34.475% 80.221%, 31.401% 80.398%, 28.326% 79.227%, 25.252% 76.509%, 22.181% 72.048%, 20.719% 69.45%, 20.719% 69.45%, 18.728% 65.922%, 16.796% 62.736%, 14.895% 60.079%, 12.999% 58.137%, 11.08% 57.097%, 9.111% 57.146%, 7.066% 58.469%, 4.918% 61.253%, 2.639% 65.685%, 0.203% 71.952%, 0% 28.941%, 0% 28.941%, 2.49% 22.561%, 4.83% 18.07%, 7.041% 15.268%, 9.147% 13.956%, 11.171% 13.936%, 13.134% 15.009%, 15.061% 16.975%, 16.973% 19.636%, 18.894% 22.792%, 20.846% 26.246%, 22.306% 28.844%, 22.306% 28.844%, 25.344% 33.256%, 28.389% 35.94%, 31.438% 37.092%, 34.488% 36.907%, 37.535% 35.58%, 40.577% 33.306%, 43.61% 30.28%, 46.633% 26.698%, 49.641% 22.755%, 52.632% 18.645%, 52.632% 18.645%, 55.214% 15.088%, 57.812% 11.631%, 60.423% 8.399%, 63.044% 5.52%, 65.673% 3.117%, 68.308% 1.318%, 70.947% 0.248%, 73.586% 0.033%, 76.224% 0.799%, 78.859% 2.672%, 78.859% 2.672%, 79.261% 3.035%, 79.66% 3.374%, 80.058% 3.691%, 80.453% 3.99%, 80.847% 4.272%, 81.237% 4.539%, 81.626% 4.795%, 82.012% 5.04%, 82.395% 5.278%, 82.776% 5.511%, 82.776% 5.511%, 84.562% 6.665%, 86.309% 8.051%, 88.025% 9.929%, 89.721% 12.557%, 91.406% 16.197%, 93.09% 21.109%, 94.781% 27.552%, 96.49% 35.787%, 98.227% 46.074%, 100% 58.673%, 99.474% 100%, 99.476% 99.952%);
  clip-path: polygon(99.476% 99.952%, 99.476% 99.952%, 97.77% 87.838%, 96.095% 77.946%, 94.441% 70.024%, 92.8% 63.824%, 91.163% 59.094%, 89.521% 55.585%, 87.866% 53.048%, 86.189% 51.232%, 84.482% 49.886%, 82.735% 48.762%, 82.735% 48.762%, 82.352% 48.516%, 81.967% 48.268%, 81.579% 48.014%, 81.189% 47.753%, 80.796% 47.481%, 80.401% 47.196%, 80.003% 46.896%, 79.602% 46.578%, 79.199% 46.238%, 78.794% 45.876%, 78.794% 45.876%, 76.183% 44.026%, 73.567% 43.274%, 70.947% 43.494%, 68.326% 44.563%, 65.707% 46.357%, 63.093% 48.751%, 60.486% 51.621%, 57.888% 54.843%, 55.302% 58.294%, 52.732% 61.848%, 52.732% 61.848%, 49.724% 65.987%, 46.699% 69.957%, 43.659% 73.563%, 40.606% 76.606%, 37.544% 78.891%, 34.475% 80.221%, 31.401% 80.398%, 28.326% 79.227%, 25.252% 76.509%, 22.181% 72.048%, 20.719% 69.45%, 20.719% 69.45%, 18.728% 65.922%, 16.796% 62.736%, 14.895% 60.079%, 12.999% 58.137%, 11.08% 57.097%, 9.111% 57.146%, 7.066% 58.469%, 4.918% 61.253%, 2.639% 65.685%, 0.203% 71.952%, 0% 28.941%, 0% 28.941%, 2.49% 22.561%, 4.83% 18.07%, 7.041% 15.268%, 9.147% 13.956%, 11.171% 13.936%, 13.134% 15.009%, 15.061% 16.975%, 16.973% 19.636%, 18.894% 22.792%, 20.846% 26.246%, 22.306% 28.844%, 22.306% 28.844%, 25.344% 33.256%, 28.389% 35.94%, 31.438% 37.092%, 34.488% 36.907%, 37.535% 35.58%, 40.577% 33.306%, 43.61% 30.28%, 46.633% 26.698%, 49.641% 22.755%, 52.632% 18.645%, 52.632% 18.645%, 55.214% 15.088%, 57.812% 11.631%, 60.423% 8.399%, 63.044% 5.52%, 65.673% 3.117%, 68.308% 1.318%, 70.947% 0.248%, 73.586% 0.033%, 76.224% 0.799%, 78.859% 2.672%, 78.859% 2.672%, 79.261% 3.035%, 79.66% 3.374%, 80.058% 3.691%, 80.453% 3.99%, 80.847% 4.272%, 81.237% 4.539%, 81.626% 4.795%, 82.012% 5.04%, 82.395% 5.278%, 82.776% 5.511%, 82.776% 5.511%, 84.562% 6.665%, 86.309% 8.051%, 88.025% 9.929%, 89.721% 12.557%, 91.406% 16.197%, 93.09% 21.109%, 94.781% 27.552%, 96.49% 35.787%, 98.227% 46.074%, 100% 58.673%, 99.474% 100%, 99.476% 99.952%);
}

.svg-arror-decor-right {
  background: url("sprites.svg") no-repeat;
  background-position: 0 0;
}

.svg-arror-decor-right-dims {
  width: 200px;
  height: 155px;
}

.svg-arrow-flip {
  background: url("sprites.svg") no-repeat;
  background-position: 4.5703839122% 5.5695292849%;
}

.svg-arrow-flip-dims {
  width: 39px;
  height: 38px;
}

.svg-arrow-left-long {
  background: url("sprites.svg") no-repeat;
  background-position: 5.4503990878% 6.9150841992%;
}

.svg-arrow-left-long-dims {
  width: 30px;
  height: 30px;
}

.svg-arrow-right {
  background: url("sprites.svg") no-repeat;
  background-position: 6.1485714286% 8.01869831%;
}

.svg-arrow-right-dims {
  width: 40px;
  height: 40px;
}

.svg-arrow-right-short {
  background: url("sprites.svg") no-repeat;
  background-position: 7.0339175962% 9.3962129332%;
}

.svg-arrow-right-short-dims {
  width: 22px;
  height: 22px;
}

.svg-back-to-top {
  background: url("sprites.svg") no-repeat;
  background-position: 7.5917431193% 10.3036876356%;
}

.svg-back-to-top-dims {
  width: 55px;
  height: 55px;
}

.svg-background-1 {
  background: url("sprites.svg") no-repeat;
  background-position: 9.2721595004% 12.6676602086%;
}

.svg-background-1-dims {
  width: 252px;
  height: 137px;
}

.svg-background-cta {
  background: url("sprites.svg") no-repeat;
  background-position: 15.5647718956% 18.034026465%;
}

.svg-background-cta-dims {
  width: 316px;
  height: 176px;
}

.svg-block-line {
  background: url("sprites.svg") no-repeat;
  background-position: 22.6441965345% 24.8951582158%;
}

.svg-block-line-dims {
  width: 202px;
  height: 198px;
}

.svg-bouncing-circles {
  background: url("sprites.svg") no-repeat;
  background-position: 27.4258600237% 32.4685234643%;
}

.svg-bouncing-circles-dims {
  width: 200px;
  height: 200px;
}

.svg-calendar {
  background: url("sprites.svg") no-repeat;
  background-position: 30.8392085513% 37.5089221984%;
}

.svg-calendar-dims {
  width: 18px;
  height: 19px;
}

.svg-check-dark {
  background: url("sprites.svg") no-repeat;
  background-position: 31.241473397% 38.1325730577%;
}

.svg-check-dark-dims {
  width: 17px;
  height: 15px;
}

.svg-check-small {
  background: url("sprites.svg") no-repeat;
  background-position: 31.6208229143% 38.6533665835%;
}

.svg-check-small-dims {
  width: 16px;
  height: 14px;
}

.svg-chevron-small {
  background: url("sprites.svg") no-repeat;
  background-position: 31.9337267363% 39.124243503%;
}

.svg-chevron-small-dims {
  width: 9px;
  height: 12px;
}

.svg-chevron-small-black {
  background: url("sprites.svg") no-repeat;
  background-position: 32.2037753013% 39.6219686163%;
}

.svg-chevron-small-black-dims {
  width: 18px;
  height: 17px;
}

.svg-chevron-small-dark {
  background: url("sprites.svg") no-repeat;
  background-position: 32.5465274626% 40.1137980085%;
}

.svg-chevron-small-dark-dims {
  width: 9px;
  height: 9px;
}

.svg-clock-small {
  background: url("sprites.svg") no-repeat;
  background-position: 32.8402366864% 40.5636817695%;
}

.svg-clock-small-dims {
  width: 21px;
  height: 18px;
}

.svg-cross-menu {
  background: url("sprites.svg") no-repeat;
  background-position: 33.3789329685% 41.3533834586%;
}

.svg-cross-menu-dims {
  width: 29px;
  height: 28px;
}

.svg-cross-white {
  background: url("sprites.svg") no-repeat;
  background-position: 33.9395317118% 42.159657876%;
}

.svg-cross-white-dims {
  width: 16px;
  height: 15px;
}

.svg-cta-mail {
  background: url("sprites.svg") no-repeat;
  background-position: 34.3188537639% 42.6790167439%;
}

.svg-cta-mail-dims {
  width: 18px;
  height: 14px;
}

.svg-cta-phone {
  background: url("sprites.svg") no-repeat;
  background-position: 34.7598452083% 43.3011789925%;
}

.svg-cta-phone-dims {
  width: 22px;
  height: 22px;
}

.svg-footer-mob-decor {
  background: url("sprites.svg") no-repeat;
  background-position: 36.4213496356% 45.2180285819%;
}

.svg-footer-mob-decor-dims {
  width: 162px;
  height: 92px;
}

.svg-heart-small {
  background: url("sprites.svg") no-repeat;
  background-position: 38.9128951558% 47.2727272727%;
}

.svg-heart-small-dims {
  width: 18px;
  height: 16px;
}

.svg-icon-image-logo {
  background: url("sprites.svg") no-repeat;
  background-position: 39.7562658082% 48.7114337568%;
}

.svg-icon-image-logo-dims {
  width: 66px;
  height: 66px;
}

.svg-icon-section-arrow {
  background: url("sprites.svg") no-repeat;
  background-position: 43.7165124208% 55.5424063116%;
}

.svg-icon-section-arrow-dims {
  width: 309px;
  height: 286px;
}

.svg-lines-decor {
  background: url("sprites.svg") no-repeat;
  background-position: 51.8737672584% 64.6318199161%;
}

.svg-lines-decor-dims {
  width: 359px;
  height: 200px;
}

.svg-linkedin {
  background: url("sprites.svg") no-repeat;
  background-position: 56.002728513% 67.5463623395%;
}

.svg-linkedin-dims {
  width: 17px;
  height: 17px;
}

.svg-linkedin-orange {
  background: url("sprites.svg") no-repeat;
  background-position: 56.4920273349% 68.347639485%;
}

.svg-linkedin-orange-dims {
  width: 25px;
  height: 25px;
}

.svg-logo {
  background: url("sprites.svg") no-repeat;
  background-position: 58.8442565187% 70.2722323049%;
}

.svg-logo-dims {
  width: 158px;
  height: 66px;
}

.svg-mail {
  background: url("sprites.svg") no-repeat;
  background-position: 60.5777979982% 71.4234748484%;
}

.svg-mail-dims {
  width: 19px;
  height: 18px;
}

.svg-mail-orange {
  background: url("sprites.svg") no-repeat;
  background-position: 61.1630558723% 72.3236663086%;
}

.svg-mail-orange-dims {
  width: 30px;
  height: 28px;
}

.svg-map-marker {
  background: url("sprites.svg") no-repeat;
  background-position: 61.6784171026% 73.0645736711%;
}

.svg-map-marker-dims {
  width: 18px;
  height: 18px;
}

.svg-menu-mobile {
  background: url("sprites.svg") no-repeat;
  background-position: 62.2861054073% 74.0236474382%;
}

.svg-menu-mobile-dims {
  width: 32px;
  height: 30px;
}

.svg-person-decor {
  background: url("sprites.svg") no-repeat;
  background-position: 66.2191321026% 80.8641975309%;
}

.svg-person-decor-dims {
  width: 244px;
  height: 229px;
}

.svg-phone {
  background: url("sprites.svg") no-repeat;
  background-position: 68.3647941778% 82.9468426686%;
}

.svg-phone-dims {
  width: 18px;
  height: 18px;
}

.svg-phone-orange {
  background: url("sprites.svg") no-repeat;
  background-position: 68.8838268793% 83.8282647585%;
}

.svg-phone-orange-dims {
  width: 25px;
  height: 26px;
}

.svg-play-button {
  background: url("sprites.svg") no-repeat;
  background-position: 69.8190977788% 85.4001441961%;
}

.svg-play-button-dims {
  width: 48px;
  height: 47px;
}

.svg-quote {
  background: url("sprites.svg") no-repeat;
  background-position: 70.4824761038% 86.1626248217%;
}

.svg-quote-dims {
  width: 21px;
  height: 17px;
}

.svg-ripples {
  background: url("sprites.svg") no-repeat;
  background-position: 73.9739027284% 92.8271652041%;
}

.svg-ripples-dims {
  width: 200px;
  height: 200px;
}

.svg-search {
  background: url("sprites.svg") no-repeat;
  background-position: 75.5636529264% 94.1365749017%;
}

.svg-search-dims {
  width: 24px;
  height: 24px;
}

.svg-select-arrow {
  background: url("sprites.svg") no-repeat;
  background-position: 75.9545454545% 94.5551601423%;
}

.svg-select-arrow-dims {
  width: 15px;
  height: 11px;
}

.svg-styleguide {
  background: url("sprites.svg") no-repeat;
  background-position: 79.9095453463% 97.3722627737%;
}

.svg-styleguide-dims {
  width: 214px;
  height: 81px;
}

.svg-text-underline {
  background: url("sprites.svg") no-repeat;
  background-position: 87.7826941986% 97.759601707%;
}

.svg-text-underline-dims {
  width: 347px;
  height: 9px;
}

.svg-text-underline-orange {
  background: url("sprites.svg") no-repeat;
  background-position: 95.0970873786% 98.1494661922%;
}

.svg-text-underline-orange-dims {
  width: 295px;
  height: 11px;
}

.svg-text-undrline-dark {
  background: url("sprites.svg") no-repeat;
  background-position: 100% 100%;
}

.svg-text-undrline-dark-dims {
  width: 202px;
  height: 52px;
}

.btn {
  display: inline-block;
  background-color: #FF7E27;
  border: 1px solid #FF7E27;
  border-radius: 32px;
  color: #03032A;
  font-size: 18px;
  line-height: normal;
  margin: 0;
  outline: none;
  padding: 13px 32px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn span {
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  background-color: rgb(243, 97.875, 0);
  text-decoration: none;
}

.btn.btn-ghost {
  background-color: transparent;
}

.btn.btn-ghost:hover {
  background-color: #FF7E27;
}

.link-arrow {
  display: inline-block;
  position: relative;
  color: #03032A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 26px;
  text-decoration: underline;
}

.link-arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-right-short.svg);
}

.link-arrow:hover {
  color: #03032A;
}

.link-arrow:hover:after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.wp-block-button__link {
  display: inline-block;
  position: relative;
  background-color: #FF7E27;
  border: 1px solid #FF7E27;
  border-radius: 32px;
  color: #03032A;
  font-size: 18px;
  line-height: normal;
  margin: 0 0 30px;
  outline: none;
  padding: 13px 72px 13px 32px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.wp-block-button__link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  margin: auto;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-left-long.svg);
}

.wp-block-button__link:hover {
  background-color: rgb(243, 97.875, 0);
  color: #03032A;
  text-decoration: none;
}

@media (max-width: 1177px) {
  .btn.short-code {
    margin-bottom: 20px;
  }
}

.btn.short-code.ghost {
  background-color: transparent;
}

.btn.short-code.ghost:hover {
  background-color: #FF7E27;
}

.dark-bg .btn.short-code.ghost,
.dark-purple.new-bg-color .btn.short-code.ghost {
  background-color: transparent;
}

.dark-bg .btn.short-code.ghost span,
.dark-purple.new-bg-color .btn.short-code.ghost span {
  color: #fff;
}

.dark-bg .btn.short-code.ghost:hover,
.dark-purple.new-bg-color .btn.short-code.ghost:hover {
  background-color: #FF7E27;
}

.dark-bg .btn.short-code.ghost:hover span,
.dark-purple.new-bg-color .btn.short-code.ghost:hover span {
  color: #03032A;
}

.dark-bg .btn.btn-ghost,
.dark-purple.new-bg-color .btn.btn-ghost {
  background-color: transparent;
}

.dark-bg .btn.btn-ghost span,
.dark-purple.new-bg-color .btn.btn-ghost span {
  color: #fff;
}

.dark-bg .btn.btn-ghost:hover,
.dark-purple.new-bg-color .btn.btn-ghost:hover {
  background-color: #FF7E27;
}

.dark-bg .btn.btn-ghost:hover span,
.dark-purple.new-bg-color .btn.btn-ghost:hover span {
  color: #03032A;
}

.main-header {
  position: relative;
  z-index: 9;
  background-color: #03032A;
}

.main-header .main-header-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0 16px;
}

@media (max-width: 1177px) {
  .main-header .main-header-inner .logo {
    width: 85px;
  }
}

.main-header .header-search {
  max-width: 632px;
  width: 100%;
}

.main-header .header-search .search-form {
  position: relative;
}

.main-header .header-search .search-form .search-field {
  width: 100%;
  padding: 14px 50px 14px 24px;
  border-radius: 24px;
  border: none;
  height: 55px;
  color: rgba(3, 3, 42, 0.6);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1177px) {
  .main-header .header-search .search-form .search-field {
    font-size: 13px;
    padding: 10px 50px 10px 24px;
    height: 40px;
  }
}

.main-header .header-search .search-form .search-field::-webkit-search-cancel-button {
  display: none;
}

.main-header .header-search .search-form .search-field:focus {
  outline: none;
}

.main-header .header-search .search-form .search-submit {
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  border: none;
  background: none;
  padding: 0;
}

.main-header .header-search .search-form .search-submit img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1177px) {
  .main-header .header-search .search-form .search-submit img {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 1177px) {
  .main-header .header-search {
    display: none;
  }
}

@media (max-width: 1177px) {
  .main-header .header-button {
    display: none;
  }
}

@media (max-width: 1177px) {
  .main-header .header-menu-col {
    display: none;
    position: absolute;
    background-color: #03032A;
    left: 0;
    top: 76px;
    width: 100%;
    padding: 20px 20px 50px;
  }
}

.main-header .header-menu {
  padding: 16px 0;
  border-top: 1px solid rgba(228, 229, 255, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 1177px) {
  .main-header .header-menu {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 160px);
    padding: 0;
  }

  .main-header .header-menu .header-search {
    display: block;
  }

  .main-header .header-menu .header-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.main-header .header-menu .header-menu-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1177px) {
  .main-header .header-menu .header-menu-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-header .header-menu .menu-item {
  margin-bottom: 0;
}

.main-header .header-menu .with-mega-menu,
.main-header .header-menu .menu-item-has-children {
  gap: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1177px) {
  .main-header .header-menu .with-mega-menu,
  .main-header .header-menu .menu-item-has-children {
    width: 100%;
    position: relative;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}

.main-header .header-menu .with-mega-menu .nav-item-wrap,
.main-header .header-menu .menu-item-has-children .nav-item-wrap {
  position: relative;
  padding-right: 25px;
}

@media (max-width: 1177px) {
  .main-header .header-menu .with-mega-menu .nav-item-wrap,
  .main-header .header-menu .menu-item-has-children .nav-item-wrap {
    width: 100%;
  }
}

.main-header .header-menu .with-mega-menu .submenu-arrow-wrapper:not(.sub-menu .submenu-arrow-wrapper),
.main-header .header-menu .menu-item-has-children .submenu-arrow-wrapper:not(.sub-menu .submenu-arrow-wrapper) {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.main-header .header-menu .with-mega-menu .submenu-arrow-wrapper:not(.sub-menu .submenu-arrow-wrapper):after,
.main-header .header-menu .menu-item-has-children .submenu-arrow-wrapper:not(.sub-menu .submenu-arrow-wrapper):after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../../resources/images/svg/chevron-small-dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
}

@media (max-width: 1177px) {
  .main-header .header-menu .with-mega-menu .submenu-arrow-wrapper:not(.sub-menu .submenu-arrow-wrapper):after,
  .main-header .header-menu .menu-item-has-children .submenu-arrow-wrapper:not(.sub-menu .submenu-arrow-wrapper):after {
    position: absolute;
    top: 5px;
    right: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}

.main-header .header-menu .with-mega-menu.active .submenu-arrow-wrapper:not(.sub-menu .submenu-arrow-wrapper):after,
.main-header .header-menu .menu-item-has-children.active .submenu-arrow-wrapper:not(.sub-menu .submenu-arrow-wrapper):after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.main-header .header-menu .with-mega-menu:hover .submenu-arrow-wrapper:not(.sub-menu .submenu-arrow-wrapper):after,
.main-header .header-menu .menu-item-has-children:hover .submenu-arrow-wrapper:not(.sub-menu .submenu-arrow-wrapper):after {
  opacity: 1;
  -webkit-filter: brightness(1) saturate(100%) invert(45%) sepia(88%) saturate(743%) hue-rotate(351deg) brightness(101%) contrast(96%);
  filter: brightness(1) saturate(100%) invert(45%) sepia(88%) saturate(743%) hue-rotate(351deg) brightness(101%) contrast(96%);
}

@media (max-width: 1177px) {
  .main-header .header-menu .main-nav-container {
    width: 100%;
  }
}

.main-header .header-menu .main-nav-container .main-nav {
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 1177px) {
  .main-header .header-menu .main-nav-container .main-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-header .header-menu .main-nav-container .main-nav .menu-link {
  position: relative;
  color: #E4E5FF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  z-index: 2;
}

.main-header .header-menu .main-nav-container .main-nav .menu-link.highlight_item {
  color: #fd7e14;
}

.main-header .header-menu .main-nav-container .main-nav .menu-link:hover {
  color: #fd7e14;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}

.main-header .header-menu .main-nav-container .main-nav .menu-link:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: url(../../resources/images/svg/text-underline-orange.svg);
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -8px;
  background-size: cover;
}

.main-header .header-menu .main-nav-container .main-nav .menu-item-has-children .sub-menu {
  background: #03032A;
  border-radius: 0 0 16px 16px;
  padding: 30px;
  list-style: none;
  z-index: 1;
}

@media (max-width: 1177px) {
  .main-header .header-menu .main-nav-container .main-nav .menu-item-has-children .sub-menu {
    display: none;
    width: 100%;
    padding: 16px 16px 0;
  }

  .main-header .header-menu .main-nav-container .main-nav .menu-item-has-children .sub-menu .menu-item:last-child {
    margin-bottom: 0;
  }
}

.main-header .header-menu .main-nav-container .main-nav .menu-item-has-children .sub-menu .menu-item {
  margin-bottom: 10px;
}

.main-header .header-menu .main-nav-container .main-nav .menu-item-has-children .sub-menu .main-title-item {
  margin-bottom: 47px;
  cursor: pointer;
}

.main-header .header-menu .main-nav-container .main-nav .menu-item-has-children .sub-menu .main-title-item a {
  font-family: "Transforma Sans";
  color: #fd7e14;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.main-header .header-menu .header-phone-number {
  color: #E4E5FF;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1177px) {
  .main-header .header-menu .header-phone-number {
    display: none;
  }
}

.main-header .header-menu .header-phone-number:hover {
  color: #fd7e14;
  text-decoration: none;
}

.main-header .header-menu .header-phone-number:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: url(../../resources/images/svg/text-underline-orange.svg);
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -4px;
  background-size: cover;
}

.main-header .mobile-nav-logo .nav-close {
  display: none;
}

.main-header .mobile-nav-logo.open .nav-open {
  display: none;
}

.main-header .mobile-nav-logo.open .nav-close {
  display: block;
}

.gform_wrapper .gform_heading {
  display: none;
}

.gform_wrapper.gform-theme--foundation .gfield_label {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.gform_wrapper.gform-theme--foundation .gfield--type-choice .gchoice {
  display: -ms-flexbox;
  display: flex;
}

.gform_wrapper.gform-theme--foundation .gfield input[type=text],
.gform_wrapper.gform-theme--foundation .gfield input[type=tel],
.gform_wrapper.gform-theme--foundation .gfield input[type=email],
.gform_wrapper.gform-theme--foundation .gfield input[type=number],
.gform_wrapper.gform-theme--foundation .gfield input[type=url],
.gform_wrapper.gform-theme--foundation .gfield select {
  border-radius: 26px;
  border: 1px solid #03032A;
  background: #fff;
  box-shadow: none !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 12px 24px;
  height: 48px;
}

.gform_wrapper.gform-theme--foundation .gfield input[type=text]::-webkit-input-placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=tel]::-webkit-input-placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=email]::-webkit-input-placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=number]::-webkit-input-placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=url]::-webkit-input-placeholder,
.gform_wrapper.gform-theme--foundation .gfield select::-webkit-input-placeholder {
  color: #9A9AAA;
}

.gform_wrapper.gform-theme--foundation .gfield input[type=text]::-moz-placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=tel]::-moz-placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=email]::-moz-placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=number]::-moz-placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=url]::-moz-placeholder,
.gform_wrapper.gform-theme--foundation .gfield select::-moz-placeholder {
  color: #9A9AAA;
}

.gform_wrapper.gform-theme--foundation .gfield input[type=text]:-ms-input-placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=tel]:-ms-input-placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=email]:-ms-input-placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=number]:-ms-input-placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=url]:-ms-input-placeholder,
.gform_wrapper.gform-theme--foundation .gfield select:-ms-input-placeholder {
  color: #9A9AAA;
}

.gform_wrapper.gform-theme--foundation .gfield input[type=text]::-ms-input-placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=tel]::-ms-input-placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=email]::-ms-input-placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=number]::-ms-input-placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=url]::-ms-input-placeholder,
.gform_wrapper.gform-theme--foundation .gfield select::-ms-input-placeholder {
  color: #9A9AAA;
}

.gform_wrapper.gform-theme--foundation .gfield input[type=text]::placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=tel]::placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=email]::placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=number]::placeholder,
.gform_wrapper.gform-theme--foundation .gfield input[type=url]::placeholder,
.gform_wrapper.gform-theme--foundation .gfield select::placeholder {
  color: #9A9AAA;
}

.gform_wrapper.gform-theme--foundation .gfield input[type=text]:focus,
.gform_wrapper.gform-theme--foundation .gfield input[type=tel]:focus,
.gform_wrapper.gform-theme--foundation .gfield input[type=email]:focus,
.gform_wrapper.gform-theme--foundation .gfield input[type=number]:focus,
.gform_wrapper.gform-theme--foundation .gfield input[type=url]:focus,
.gform_wrapper.gform-theme--foundation .gfield select:focus {
  outline: none;
}

.gform_wrapper.gform-theme--foundation .gfield select {
  background-image: url(../../resources/images/svg/select-arrow.svg);
  background-position: calc(100% - 26px) center;
  background-repeat: no-repeat;
  background-size: 17px 11px;
  padding: 10px 24px;
}

.gform_wrapper.gform-theme--foundation .gfield select.placeholder-selected {
  color: #9A9AAA;
}

.gform_wrapper.gform-theme--foundation .gfield textarea {
  border-radius: 26px;
  border: 1px solid #03032A;
  background: #fff;
  box-shadow: none !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 12px 24px;
}

.gform_wrapper.gform-theme--foundation .gfield .ginput_container_checkbox input[type=checkbox] {
  border: 1px solid #03032A;
  border-radius: 0;
}

.gform_wrapper.gform-theme--foundation .gfield .ginput_container_checkbox input[type=checkbox]:focus {
  outline: none;
}

.gform_wrapper.gform-theme--foundation .gfield .ginput_container_checkbox input[type=checkbox]:before {
  background-image: url(../../resources/images/svg/check-small.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  background-position: bottom;
  content: "";
}

.gform_wrapper.gform-theme--foundation .ginput_complex .gform-field-label {
  display: none;
}

.gform_wrapper.gform-theme--foundation .ginput_complex input {
  border-radius: 26px;
  border: 1px solid #03032A;
  background: #fff;
  box-shadow: none !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 12px 24px;
  height: 48px;
}

.gform_wrapper.gform-theme--foundation .ginput_complex input::-webkit-input-placeholder {
  opacity: 0.8;
}

.gform_wrapper.gform-theme--foundation .ginput_complex input::-moz-placeholder {
  opacity: 0.8;
}

.gform_wrapper.gform-theme--foundation .ginput_complex input:-ms-input-placeholder {
  opacity: 0.8;
}

.gform_wrapper.gform-theme--foundation .ginput_complex input::-ms-input-placeholder {
  opacity: 0.8;
}

.gform_wrapper.gform-theme--foundation .ginput_complex input::placeholder {
  opacity: 0.8;
}

.gform_wrapper.gform-theme--foundation .ginput_complex input:focus {
  outline: none;
}

.gform_wrapper.gform-theme--foundation .gform_footer {
  -ms-flex-pack: center;
  justify-content: center;
}

.gform_wrapper.gform-theme--foundation .gform_footer .gform_button {
  display: inline-block !important;
  position: relative !important;
  background-color: #FF7E27 !important;
  border: 1px solid #FF7E27 !important;
  border-radius: 32px !important;
  color: #03032A !important;
  font-size: 18px !important;
  line-height: normal;
  margin: 0;
  outline: none !important;
  padding: 13px 72px 13px 32px !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out !important;
  font-weight: 400 !important;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-left-long.svg);
  width: auto;
  height: auto;
  background-position: calc(100% - 26px) 50%;
}

.gform_wrapper.gform-theme--foundation .gform_footer .gform_button:hover {
  background-color: rgb(243, 97.875, 0) !important;
  text-decoration: none;
}

.main-footer {
  padding: 70px 0;
  background-color: #F1F2FF;
}

@media (max-width: 1177px) {
  .main-footer {
    padding: 70px 0 100px;
    background-image: url(../../resources/images/svg/footer-mob-decor.svg);
    background-position: 100% 30px;
    background-repeat: no-repeat;
  }
}

.main-footer .logo {
  margin-bottom: 20px;
}

@media (max-width: 1177px) {
  .main-footer .logo {
    margin-bottom: 25px;
  }

  .main-footer .logo .main-logo {
    width: 130px;
  }
}

.main-footer .footer_address p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 1177px) {
  .main-footer .footer_address p {
    margin-bottom: 15px;
  }
}

.main-footer .footer-button {
  margin-bottom: 35px;
}

@media (max-width: 1177px) {
  .main-footer .footer-button {
    margin-bottom: 25px;
  }
}

.main-footer .socials-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.main-footer .socials-wrapper img {
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-footer .socials-wrapper img:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(57%) sepia(85%) saturate(1033%) hue-rotate(338deg) brightness(102%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(57%) sepia(85%) saturate(1033%) hue-rotate(338deg) brightness(102%) contrast(101%);
}

.main-footer .links_columns {
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
}

@media (max-width: 1177px) {
  .main-footer .links_columns {
    gap: 25px;
    margin-bottom: 65px;
  }
}

.main-footer .links_columns .section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

@media (max-width: 1177px) {
  .main-footer .links_columns .section-title {
    font-size: 22px;
  }
}

.main-footer .links_columns .links-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.main-footer .links_columns .links-column a {
  color: #03032A;
  font-size: 16px;
  font-weight: 400;
}

.main-footer .footer-menu {
  padding-top: 20px;
  border-top: 2px solid #DCDDF7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer .footer-menu .footer-nav {
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-footer .footer-menu .footer-nav li {
  position: relative;
  margin-bottom: 0;
}

.main-footer .footer-menu .footer-nav li:not(:last-child):after {
  content: "";
  width: 2px;
  height: 11px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #03032A;
  margin: auto;
  right: -8px;
}

@media (max-width: 1177px) {
  .main-footer .footer-menu .footer-nav li:not(:last-child):after {
    background: rgba(3, 3, 42, 0.5);
    height: 10px;
    top: 4px;
  }
}

.main-footer .footer-menu .footer-nav li a {
  font-size: 16px;
  font-weight: 400;
  color: #03032A;
  text-decoration: underline;
}

@media (max-width: 1177px) {
  .main-footer .footer-menu .footer-nav li a {
    font-size: 10px;
    color: rgba(3, 3, 42, 0.5);
  }
}

.main-footer .footer-menu .back-to-top {
  cursor: pointer;
  width: 55px;
  height: 55px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1177px) {
  .main-footer .footer-menu .back-to-top {
    position: absolute;
    bottom: -80px;
  }
}

.pagination-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.pagination-container .page-numbers {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  list-style: none;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-container .page-numbers li,
.pagination-container .page-numbers a {
  color: #03032A;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.pagination-container .page-numbers .current {
  color: #FF7E27;
}

.pagination-container .page-numbers .arrow-list-icon {
  margin: 0 20px;
  width: 55px;
  height: 55px;
  border: 1px solid #FF7E27;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
}

.pagination-container .page-numbers .arrow-list-icon.arrow-right {
  background-color: #FF7E27;
}

.pagination-container .page-numbers .arrow-list-icon.arrow-left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.text-and-description-section {
  --bottom-offset: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 73px;
  padding-top: 70px;
  padding-bottom: var(--bottom-offset);
  margin-bottom: 50px;
}

.text-and-description-section .content-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}

.text-and-description-section .section-title {
  text-align: center;
}

.text-and-description-section .btns-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}

.text-and-description-section .video-container {
  position: relative;
  margin-bottom: calc(var(--bottom-offset) * -1);
}

.text-and-description-section .video-container:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 34%;
  background-color: #fff;
}

.text-and-description-section .video-wrapper {
  position: relative;
  z-index: 2;
  height: 0;
  border-radius: 16px;
  padding-top: 56.25%;
  overflow: hidden;
}

.text-and-description-section .video-wrapper iframe,
.text-and-description-section .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.newsletter-section {
  background-color: #E4E5FF;
  border-radius: 16px 16px 0 0;
  padding: 70px 0;
  text-align: center;
}

@media (max-width: 1177px) {
  .newsletter-section {
    border-radius: 16px;
    padding: 50px 0;
    margin: 15px;
  }
}

.newsletter-section .title {
  font-weight: 500;
  line-height: 1.1;
}

.newsletter-section .title u,
.newsletter-section .title span {
  color: #FF7E27;
  font-family: "Transforma Sans";
}

.newsletter-section .title u {
  position: relative;
  text-decoration: none;
}

.newsletter-section .title u:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 9px;
  background-image: url(../../resources/images/svg/text-underline.svg);
  background-position: center;
  background-repeat: repeat-x;
}

@media (max-width: 1177px) {
  .newsletter-section .title {
    font-size: 24px !important;
  }
}

.newsletter-section .title {
  display: block;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 6px;
}

.newsletter-section .title span {
  color: #F80003;
}

.text-icon-section {
  padding-bottom: 70px;
  overflow: hidden;
}

@media (max-width: 1177px) {
  .text-icon-section .arrow-col {
    display: none;
  }
}

.text-icon-section .arrow {
  display: inline-block;
  position: relative;
  top: -13px;
  width: 309px;
  height: 286px;
  background-size: 309px 286px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-section-arrow.svg);
}

.text-icon-section .content-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
  padding-top: 70px;
}

@media (max-width: 1177px) {
  .text-icon-section .content-col {
    padding-top: 30px;
  }
}

.text-icon-section .btns-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}

.online-pdf-section .titles-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1177px) {
  .online-pdf-section .titles-col {
    padding-top: 50px;
  }
}

.online-pdf-section .subtitle {
  font-size: 24px;
  margin-bottom: 7px;
}

.image-text-section {
  padding: 70px 0;
}

@media (max-width: 991px) {
  .image-text-section {
    padding: 50px 0;
  }
}

.image-text-section .columns-row {
  row-gap: 30px;
}

.image-text-section .columns-row.position-right {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-text-section .columns-row.position-right .image-wrapper {
  margin-left: auto;
}

@media (max-width: 1177px) {
  .image-text-section .columns-row.position-right .image-wrapper {
    margin: 0 auto;
  }
}

.image-text-section .img-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-text-section .image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  max-width: 540px;
  width: 100%;
}

@media (max-width: 1177px) {
  .image-text-section .image-wrapper {
    max-height: 320px;
  }
}

.image-text-section .image-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(3, 3, 42, 0) 7.43%, rgba(3, 3, 42, 0.6) 100%);
}

.image-text-section .image-wrapper.disable-gradient:before {
  content: none;
}

.image-text-section .image-wrapper .icon {
  display: inline-block;
  position: absolute;
  bottom: 22px;
  left: 22px;
  z-index: 3;
  width: 66px;
  height: 66px;
  background-size: 66px 66px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-image-logo.svg);
}

.image-text-section .image-wrapper img {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  width: 100%;
  max-height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-text-section .image-wrapper .play-fancy {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 48px;
  height: 47px;
  background-size: 48px 47px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/play-button.svg);
}

.image-text-section .content-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-text-section .content-col .content-wrapper p {
  margin: 0 0 10px;
}

.image-text-section .btns-wrapper {
  margin-top: 25px;
}

.image-text-section.new-bg-color.dark-purple {
  background-color: #03032A;
}

.image-text-section.new-bg-color.dark-purple .section-title {
  color: #fff;
}

.image-text-section.new-bg-color.dark-purple .content-wrapper p,
.image-text-section.new-bg-color.dark-purple .content-wrapper li {
  color: #fff;
}

.image-text-section.new-bg-color.light-purple {
  background-color: #F1F2FF;
}

.image-text-section.new-bg-color.white {
  background-color: #fff;
}

.text_check_section {
  margin: 70px 0;
}

.text_check_section .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

@media (max-width: 991px) {
  .text_check_section .content-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.text_check_section .section-title {
  max-width: 580px;
  margin-bottom: 32px;
}

@media (max-width: 1177px) {
  .text_check_section .section-title {
    margin-bottom: 20px;
  }
}

.text_check_section .btns-wrapper {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text_check_section .section-description {
  margin-bottom: 32px;
}

.text_check_section .section-description p {
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.text_check_section .section-checkmarks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.text_check_section .section-checkmarks ul li {
  position: relative;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 24px;
}

.text_check_section .section-checkmarks ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 17px;
  height: 15px;
  background-image: url(../../resources/images/svg/check-small.svg);
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1177px) {
  .text_check_section .section-checkmarks {
    margin-bottom: 30px;
  }
}

.tab_section {
  padding: 70px 0 70px;
}

.tab_section .section-title {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 1177px) {
  .tab_section .section-title {
    margin-bottom: 30px;
  }
}

.tab_section .tabs-title-section {
  overflow: hidden;
  padding-bottom: 10px;
}

.tab_section .tabs-title-section .tab-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -45px;
  color: rgba(228, 229, 255, 0.75);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
  transition: all 0.5s;
  cursor: pointer;
}

@media (max-width: 1177px) {
  .tab_section .tabs-title-section .tab-title {
    font-size: 24px;
    margin-left: -20px;
  }
}

.tab_section .tabs-title-section .tab-title.active {
  color: #fff;
  margin-left: 0;
}

.tab_section .tabs-title-section .tab-title.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  background-image: url(../../resources/images/svg/text-underline-orange.svg);
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -8px;
  background-size: 100%;
  -webkit-animation: drawLine 0.5s ease-in-out forwards;
  animation: drawLine 0.5s ease-in-out forwards;
}

.tab_section .tabs-title-section .tab-title:not(:last-child) {
  margin-bottom: 30px;
}

.tab_section .tabs-title-section .tab-title:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../../resources/images/svg/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1177px) {
  .tab_section .tabs-title-section .tab-title:before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}

@media (max-width: 1177px) {
  .tab_section .tabs-content-section {
    margin-top: 30px;
  }
}

.tab_section .content-tab {
  display: none;
}

@media (max-width: 1177px) {
  .tab_section .content-tab {
    margin-bottom: 40px;
  }
}

.tab_section .content-tab .tab-description {
  margin-bottom: 35px;
}

.tab_section .content-tab .tab-description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab_section .content-tab .tab-description ul li {
  position: relative;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 24px;
}

.tab_section .content-tab .tab-description ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 17px;
  height: 15px;
  background-image: url(../../resources/images/svg/check-small.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.services_slider {
  margin: 70px 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1177px) {
  .services_slider {
    margin: 40px 0;
  }
}

.services_slider .background-decoration {
  position: absolute;
  top: -155px;
  left: 0;
  z-index: 0;
}

@media (max-width: 1177px) {
  .services_slider .background-decoration {
    display: none;
  }
}

.services_slider .section-title {
  margin-bottom: 32px;
}

@media (max-width: 1177px) {
  .services_slider .section-title {
    margin-bottom: 10px;
  }
}

.services_slider .section-description {
  margin-bottom: 40px;
}

.services_slider .service-slider-wrapper {
  position: relative;
  height: 385px;
}

.services_slider .service-slider-wrapper .service-slider-container {
  position: absolute;
  left: 0;
  width: calc(100% + (100vw - 1296px) / 2);
}

@media (max-width: 1177px) {
  .services_slider .service-slider-wrapper .service-slider-container {
    width: 100%;
  }
}

@media (max-width: 1177px) {
  .services_slider .service-slider-wrapper .service-slider-container .slick-list {
    overflow: visible;
  }
}

.services_slider .service-slider-wrapper .service-slider-container .slick-slide {
  margin: 0 7.5px;
}

.services_slider .service-slider-wrapper .service-slider-container .service-item {
  display: -ms-flexbox;
  display: flex;
  height: 385px;
  border-radius: 16px;
  padding: 25px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.services_slider .service-slider-wrapper .service-slider-container .service-item .slider-overlay {
  background: linear-gradient(180deg, rgba(3, 3, 42, 0) 7.43%, rgba(3, 3, 42, 0.6) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 16px;
}

.services_slider .service-slider-wrapper .service-slider-container .service-item .service-content {
  z-index: 2;
  position: relative;
  width: 100%;
}

.services_slider .service-slider-wrapper .service-slider-container .service-item .service-content .service-title {
  color: #F1F2FF;
  font-size: 24px;
  line-height: 1.25;
  position: absolute;
  bottom: 0;
}

.services_slider .service-slider-wrapper .service-slider-container .slick-arrow {
  position: absolute;
}

.agenda-section {
  padding: 70px 0;
  overflow: hidden;
}

@media (max-width: 1177px) {
  .agenda-section {
    padding: 40px 0;
  }
}

.agenda-section .section-decor {
  width: 200px;
  height: 155px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 50px;
}

@media (max-width: 1177px) {
  .agenda-section .section-decor {
    display: none;
  }
}

.agenda-slider-wrapper,
.custom-posts-list {
  position: relative;
  height: 385px;
}

@media (max-width: 1177px) {
  .agenda-slider-wrapper,
  .custom-posts-list {
    margin-top: 30px;
  }
}

.agenda-slider-wrapper .agenda-slider-container,
.custom-posts-list .agenda-slider-container {
  position: absolute;
  left: 0;
  width: calc(100% + (100vw - 1296px) / 2);
}

@media (max-width: 1177px) {
  .agenda-slider-wrapper .agenda-slider-container,
  .custom-posts-list .agenda-slider-container {
    width: 100%;
  }
}

@media (max-width: 1177px) {
  .agenda-slider-wrapper .agenda-slider-container .slick-list,
  .custom-posts-list .agenda-slider-container .slick-list {
    overflow: visible;
  }
}

.agenda-slider-wrapper .agenda-slider-container .slick-slide,
.custom-posts-list .agenda-slider-container .slick-slide {
  margin: 0 7.5px;
}

.agenda-slider-wrapper .agenda-slider-container .slick-arrow,
.custom-posts-list .agenda-slider-container .slick-arrow {
  position: absolute;
}

.agenda-slider-wrapper .agenda-item,
.custom-posts-list .agenda-item {
  display: -ms-flexbox;
  display: flex;
  min-height: 385px;
  border-radius: 0 0 16px 16px;
  background-size: cover;
  position: relative;
}

.agenda-slider-wrapper .agenda-item .agenda-image,
.custom-posts-list .agenda-item .agenda-image {
  border-radius: 16px 16px 0 0;
  height: 300px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.agenda-slider-wrapper .agenda-item .agenda-link,
.custom-posts-list .agenda-item .agenda-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.agenda-slider-wrapper .agenda-item .agenda-content,
.custom-posts-list .agenda-item .agenda-content {
  position: absolute;
  left: 0;
  background-color: #03032A;
  bottom: 0;
  width: 100%;
  padding: 12px 16px 16px;
  border-radius: 0 0 16px 16px;
}

.agenda-slider-wrapper .agenda-item .agenda-content .agenda-data-range,
.custom-posts-list .agenda-item .agenda-content .agenda-data-range {
  color: #F1F2FF;
}

.agenda-slider-wrapper .agenda-item .agenda-content .agenda-title,
.custom-posts-list .agenda-item .agenda-content .agenda-title {
  color: #F1F2FF;
  font-size: 24px;
  line-height: 1.25;
}

.agenda-slider-wrapper .agenda-item .agenda-content .agenda-location,
.custom-posts-list .agenda-item .agenda-content .agenda-location {
  color: #F1F2FF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.story_section {
  margin: 70px 0 40px;
  overflow: hidden;
}

.story_section .story-section-row {
  background-image: url(../../resources/images/svg/lines-decor.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}

@media (max-width: 1177px) {
  .story_section .story-section-row {
    background-image: none;
    padding-bottom: 0;
  }
}

.story_section .story-slider-wrapper {
  margin-top: 40px;
}

.story_section .story-slider-wrapper .slick-track:before,
.story_section .story-slider-wrapper .slick-track:after {
  content: none;
}

.story_section .story-slider-wrapper .slick-track {
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media (max-width: 1177px) {
  .story_section .story-slider-wrapper .slick-track {
    gap: 0;
  }
}

.story_section .story-slider-wrapper .slick-list {
  overflow: visible;
}

.story_section .story-slider-wrapper .slick-slide {
  margin: 0 10px;
}

.story_section .story-slider-wrapper .slider-wrapper {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1177px) {
  .story_section .story-slider-wrapper .slider-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.story_section .story-slider-wrapper .slider-wrapper .slider-image {
  width: calc(100% - 430px);
  position: relative;
}

@media (max-width: 1177px) {
  .story_section .story-slider-wrapper .slider-wrapper .slider-image {
    width: 100%;
  }
}

.story_section .story-slider-wrapper .slider-wrapper .slider-image img {
  width: 100%;
  min-height: 475px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 16px 0 0 16px;
}

@media (max-width: 1177px) {
  .story_section .story-slider-wrapper .slider-wrapper .slider-image img {
    min-height: 165px;
    border-radius: 16px 16px 0 0;
  }
}

.story_section .story-slider-wrapper .slider-wrapper .slider-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 430px;
  width: 100%;
  background-color: #03032A;
  padding: 40px;
  border-radius: 0 16px 16px 0;
}

@media (max-width: 1177px) {
  .story_section .story-slider-wrapper .slider-wrapper .slider-content {
    border-radius: 0 0 16px 16px;
    padding: 25px 25px 30px;
  }
}

.story_section .story-slider-wrapper .slider-wrapper .slider-content .slider-title {
  color: #F1F2FF;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
}

@media (max-width: 1177px) {
  .story_section .story-slider-wrapper .slider-wrapper .slider-content .slider-title {
    font-size: 25px;
  }
}

.story_section .story-slider-wrapper .slider-wrapper .slider-content .slider-description p {
  color: #F1F2FF;
}

.story_section .btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1177px) {
  .story_section .btn-wrapper {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.story_section .btn-wrapper .btn.btn-ghost span {
  color: #fff;
}

.story_section .btn-wrapper .btn.btn-ghost:hover span {
  color: #03032A;
}

.news_section {
  margin: 70px 0;
  overflow: hidden;
}

@media (max-width: 1177px) {
  .news_section {
    margin: 40px 0;
  }
}

.news_section .btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1177px) {
  .news_section .btn-wrapper {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.news_section .news-slider-wrapper {
  margin-top: 35px;
}

.news_section .news-slider-wrapper .news-slider-container .slick-slide {
  margin: 0 8.5px;
}

.news_section .news-slider-wrapper .news-slider-container .slick-list {
  overflow: visible;
}

.news_section .slider-navigation.slides-4,
.news_section .slider-navigation.slides-3,
.news_section .slider-navigation.slides-2,
.news_section .slider-navigation.slides-1,
.news_section .slider-navigation.slides-0 {
  display: none;
}

.news_section .news-mob-btn {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta-section {
  padding: 70px 0;
}

@media (max-width: 1177px) {
  .cta-section {
    padding: 40px 0;
  }
}

.cta-section .cta-row {
  row-gap: 30px;
}

@media (max-width: 1177px) {
  .cta-section .cta-row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 50px;
  }
}

@media (max-width: 1177px) {
  .cta-section .image_layout,
  .cta-section .person_layout {
    margin: 0;
  }
}

.cta-section .content-wrapper.image_layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}

@media (max-width: 1177px) {
  .cta-section .content-wrapper.image_layout {
    margin: 0;
    padding: 30px 15px 30px;
    border-radius: 16px;
    overflow: hidden;
  }
}

.cta-section .content-wrapper.image_layout .content-texts {
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 2;
  position: relative;
}

.cta-section .content-wrapper.image_layout .content-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 200px;
}

@media (max-width: 1177px) {
  .cta-section .content-wrapper.image_layout .content-image {
    height: 200px;
    margin: 0 auto;
    position: absolute;
    right: 25px;
    bottom: 0;
    overflow: hidden;
  }
}

.cta-section .content-wrapper.image_layout .content-image img {
  margin: auto;
}

.cta-section .content-wrapper.person_layout {
  margin-left: 30px;
}

@media (max-width: 1177px) {
  .cta-section .content-wrapper.person_layout {
    margin: 0;
    padding: 30px 15px 40px;
    border-radius: 16px;
  }
}

.cta-section .content-wrapper .section-title {
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 15px;
}

@media (max-width: 1177px) {
  .cta-section .content-wrapper .section-title {
    font-size: 26px;
    margin-bottom: 8px;
  }
}

.cta-section .content-wrapper .section-description {
  margin-bottom: 25px;
}

@media (max-width: 1177px) {
  .cta-section .content-wrapper .section-description {
    margin-bottom: 40px;
  }
}

.cta-section .content-wrapper .section-description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cta-section .content-wrapper .section-description ul li {
  position: relative;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 24px;
}

.cta-section .content-wrapper .section-description ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 17px;
  height: 15px;
  background-image: url(../../resources/images/svg/check-small.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.cta-section .content-wrapper .content-person {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1177px) {
  .cta-section .content-wrapper .content-person {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.cta-section .content-wrapper .content-person .person-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.cta-section .content-wrapper .content-person .person-image img {
  width: 162px;
  height: 162px;
  border-radius: 100px;
}

.cta-section .content-wrapper .content-person .person-image .person-content .person-title {
  position: absolute;
  bottom: 25px;
  left: -5px;
  border-radius: 32px;
  background: #fff;
  padding: 8px 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #03032A;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.cta-section .content-wrapper .content-person .person-content {
  color: #03032A;
}

.cta-section .content-wrapper .content-person .person-content .btn-wrapper {
  margin-top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 850px) {
  .cta-section .content-wrapper .content-person .person-content .btn-wrapper {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.cta-section .content-wrapper .content-person .person-content .btn-wrapper .btn {
  min-height: 55px;
  display: grid;
  place-content: center center;
}

.cta-section .content-wrapper .content-person .person-content .btn-wrapper .cta-btn {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #FF7E27;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.cta-section .content-wrapper .content-person .person-content .btn-wrapper .cta-btn:hover {
  background-color: rgb(243, 97.875, 0);
}

.cta-section .content-wrapper .content-person .person-content .btn-wrapper .cta-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/cta-phone.svg);
}

.cta-section .content-wrapper .content-person .person-content .btn-wrapper .cta-phone:after {
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/cta-phone.svg);
}

.cta-section .content-wrapper .content-person .person-content .btn-wrapper .cta-email:after {
  width: 18px;
  height: 14px;
  background-size: 18px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/cta-mail.svg);
}

.cta-section.dark-purple .content-wrapper .btn-wrapper .btn.btn-ghost span {
  color: #fff;
}

.cta-section.dark-purple .content-wrapper .btn-wrapper .btn.btn-ghost:hover span {
  color: #03032A;
}

.cta-section.new-bg-color.dark-purple {
  background-color: #03032A;
}

@media (max-width: 1177px) {
  .cta-section.new-bg-color.dark-purple {
    background-color: transparent;
  }

  .cta-section.new-bg-color.dark-purple .image_layout,
  .cta-section.new-bg-color.dark-purple .person_layout {
    background-color: #03032A;
  }
}

.cta-section.new-bg-color.dark-purple .person-content {
  color: #F1F2FF;
}

.cta-section.new-bg-color.dark-purple .section-title {
  color: #fff;
}

.cta-section.new-bg-color.dark-purple .content-wrapper p,
.cta-section.new-bg-color.dark-purple .content-wrapper li {
  color: #fff;
}

.cta-section.new-bg-color.dark-purple .section-description ul li:after {
  background-image: url(../../resources/images/svg/check-dark.svg);
}

.cta-section.new-bg-color.light-purple {
  background-color: #F1F2FF;
}

.cta-section.new-bg-color.white {
  background-color: #fff;
}

.cta-section.new-bg-color.white .content-wrapper .content-person .person-image .person-content .person-title {
  background: #F1F2FF;
}

.services_list_section {
  padding: 70px 0;
}

.services_list_section .services-row {
  margin-bottom: 40px;
}

.services_list_section .services-row .custom-select {
  border-radius: 30px;
  border: 1px solid #F1F2FF;
  height: 55px;
  padding: 6px 40px 6px 20px;
}

@media (max-width: 1177px) {
  .services_list_section .services-row .custom-select {
    height: 40px;
  }
}

.services_list_section .category-items-list {
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1177px) {
  .services_list_section .category-items-list {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.services_list_section .category-items-list .category-item {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

@media (max-width: 1177px) {
  .services_list_section .category-items-list .category-item {
    font-size: 15px;
  }
}

.services_list_section .category-items-list .category-item.active {
  font-weight: 700;
}

.services_list_section .category-items-list .category-item.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  background-image: url(../../resources/images/svg/text-underline-orange.svg);
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -8px;
  background-size: 100%;
  -webkit-animation: drawLine 0.5s ease-in-out forwards;
  animation: drawLine 0.5s ease-in-out forwards;
}

.services_list_section .services-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  min-height: 1130px;
}

@media (max-width: 1177px) {
  .services_list_section .services-list {
    margin-top: 30px;
  }
}

.services_list_section .services-list .service-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  color: #03032A;
}

.services_list_section .services-list .service-list-item:hover {
  text-decoration: none;
}

.services_list_section .services-list .service-list-item .service-image {
  width: 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 1177px) {
  .services_list_section .services-list .service-list-item .service-image {
    width: 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }

  .services_list_section .services-list .service-list-item .service-image .img-caption {
    display: none;
  }
}

.services_list_section .services-list .service-list-item .service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.services_list_section .services-list .service-list-item .service-texts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 1177px) {
  .services_list_section .services-list .service-list-item .service-texts {
    gap: 5px;
  }
}

.services_list_section .services-list .service-list-item .service-texts .service-title {
  color: #03032A;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0;
}

@media (max-width: 1177px) {
  .services_list_section .services-list .service-list-item .service-texts .service-title {
    font-size: 18px;
  }
}

.services_list_section .services-list .service-list-item .service-texts .service-content p {
  margin-bottom: 0;
}

.services_list_section .services-list .service-list-item .service-texts .read-more {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-underline-position: from-font;
}

@media (max-width: 1177px) {
  .services_list_section .services-list .service-list-item .service-texts .read-more {
    font-size: 16px;
  }
}

.faq-section {
  margin: 70px 0;
}

@media (max-width: 1177px) {
  .faq-section {
    margin: 50px 0;
  }
}

.faq-section .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.faq-section .section-description {
  margin-bottom: 62px;
}

.faq-section .section-description p {
  text-align: center;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.25;
}

.faq-section .faq-content {
  padding: 22px 45px 22px 17px;
  border-bottom: 1px solid #F1F2FF;
}

.faq-section .faq-content .faq-question {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  cursor: pointer;
}

@media (max-width: 1177px) {
  .faq-section .faq-content .faq-question {
    font-size: 20px;
  }
}

.faq-section .faq-content .faq-question .cross-toggle {
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.faq-section .faq-content .faq-question .cross-toggle:before,
.faq-section .faq-content .faq-question .cross-toggle:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: #333;
}

.faq-section .faq-content .faq-question .cross-toggle:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-section .faq-content .faq-question .cross-toggle:after {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: opacity 0.5s;
}

.faq-section .faq-content .faq-question.active .cross-toggle:after {
  opacity: 0;
}

.faq-section .faq-content .faq-answer {
  display: none;
  margin-top: 15px;
}

.faq-section .faq-content .faq-answer p:last-child {
  margin-bottom: 0;
}

.form_section {
  padding: 70px 0;
}

.form_section .section-title {
  max-width: 680px;
  margin: 0 auto 60px;
  text-align: center;
}

.form_section .gform_wrapper .gform_confirmation_message {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 30px;
  text-align: center;
}

.form_section .gform_wrapper .ginput_container_checkbox label {
  font-size: 18px;
}

.review_section {
  padding: 70px 0;
}

.review_section .reviews-section-wrapper {
  position: relative;
  margin-top: 80px;
}

@media (max-width: 1177px) {
  .review_section .reviews-section-wrapper {
    margin-top: 20px;
  }
}

.review_section .reviews-section-wrapper .reviews-section-container {
  width: calc(100% + (100vw - 1296px) / 2);
}

@media (max-width: 1177px) {
  .review_section .reviews-section-wrapper .reviews-section-container {
    width: 100%;
  }
}

.review_section .reviews-section-wrapper .reviews-section-container .slick-slide {
  margin: 0 8px;
}

.review_section .reviews-section-wrapper .reviews-section-slider .review-slider-container {
  border-radius: 16px;
  background: #4B4B64;
  padding: 25px;
}

.review_section .reviews-section-wrapper .reviews-section-slider .review-slider-container .review-person-info {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.5;
}

.review_section .reviews-section-wrapper .reviews-section-slider .review-slider-container .review-person-info .person-image {
  width: 54px;
  -ms-flex: 0 0 54px;
  flex: 0 0 54px;
}

.review_section .reviews-section-wrapper .reviews-section-slider .review-slider-container .review-person-info .person-image img {
  width: 54px;
  height: 54px;
  border-radius: 100px;
}

.review_section .reviews-section-wrapper .reviews-section-slider .review-slider-container .review-person-info .name {
  font-weight: 700;
}

.review_section .reviews-section-wrapper .reviews-section-slider .review-slider-container .review p {
  margin-bottom: 0;
}

.review_section .reviews-section-wrapper .reviews-section-slider .review-slider-container .review p strong {
  color: #E2C8FF;
}

.cta-section-small {
  background-position: bottom right;
  background-repeat: no-repeat;
}

.cta-section-small .cta-small-wrapper {
  margin-bottom: 70px;
  margin-top: 70px;
  border-radius: 16px;
  padding: 40px 110px 60px;
}

@media (max-width: 1177px) {
  .cta-section-small .cta-small-wrapper {
    margin-top: 20px;
    padding: 40px 20px 60px;
  }
}

.cta-section-small .cta-small-wrapper.person {
  display: grid;
  grid-template-columns: 300px calc(100% - 350px);
  gap: 50px;
}

@media (max-width: 1177px) {
  .cta-section-small .cta-small-wrapper.person {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.cta-section-small .cta-small-wrapper.person .column-person .person-image {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

@media (max-width: 1177px) {
  .cta-section-small .cta-small-wrapper.person .column-person .person-image {
    margin: 0 auto;
  }
}

.cta-section-small .cta-small-wrapper.person .column-person .person-image .person-title {
  position: absolute;
  bottom: 10px;
  left: -5px;
  border-radius: 32px;
  background: #fff;
  padding: 8px 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta-section-small .cta-small-wrapper.person .column-person .person-image .person-title span {
  color: #03032A;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.cta-section-small .cta-small-wrapper.person .column-person .person-image.no-img {
  background-color: #FF7E27;
}

.cta-section-small .cta-small-wrapper.person .column-person .person-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.cta-section-small .cta-small-wrapper.person .column-person .person-content .person-description {
  color: #03032A;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 850px) {
  .cta-section-small .cta-small-wrapper.person .column-person .person-content .person-description {
    text-align: center;
  }
}

.cta-section-small .cta-small-wrapper.person .column-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1177px) {
  .cta-section-small .cta-small-wrapper.person .column-content {
    -ms-flex-align: center;
    align-items: center;
  }
}

.cta-section-small .cta-small-wrapper.person .column-content .section-title,
.cta-section-small .cta-small-wrapper.person .column-content .section-description {
  text-align: left;
}

@media (max-width: 1177px) {
  .cta-section-small .cta-small-wrapper.person .column-content .section-title,
  .cta-section-small .cta-small-wrapper.person .column-content .section-description {
    text-align: center;
  }
}

.cta-section-small .cta-small-wrapper.person .column-content .btn-wrapper {
  margin-top: 25px;
  margin-bottom: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media (max-width: 850px) {
  .cta-section-small .cta-small-wrapper.person .column-content .btn-wrapper {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.cta-section-small .cta-small-wrapper.person .column-content .btn-wrapper .btn {
  min-height: 55px;
  display: grid;
  place-content: center center;
}

@media (max-width: 1177px) {
  .cta-section-small .cta-small-wrapper.person .column-content .btn-wrapper .btn {
    width: 100%;
    max-width: 280px;
  }
}

.cta-section-small .cta-small-wrapper.person .column-content .btn-wrapper .cta-btn {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #FF7E27;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.cta-section-small .cta-small-wrapper.person .column-content .btn-wrapper .cta-btn:hover {
  background-color: rgb(243, 97.875, 0);
}

.cta-section-small .cta-small-wrapper.person .column-content .btn-wrapper .cta-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/cta-phone.svg);
}

.cta-section-small .cta-small-wrapper.person .column-content .btn-wrapper .cta-phone:after {
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/cta-phone.svg);
}

.cta-section-small .cta-small-wrapper.person .column-content .btn-wrapper .cta-email:after {
  width: 18px;
  height: 14px;
  background-size: 18px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/cta-mail.svg);
}

.cta-section-small .cta-small-wrapper .section-title {
  text-align: center;
  margin-bottom: 15px;
}

.cta-section-small .cta-small-wrapper .section-description {
  text-align: center;
}

.cta-section-small .cta-small-wrapper .section-description p:last-child {
  margin-bottom: 0;
}

.cta-section-small .cta-small-wrapper.dark-bg .person-content {
  color: #03032A;
}

.cta-section-small .cta-small-wrapper.dark-bg .content-wrapper .btn-wrapper .btn.btn-ghost span {
  color: #fff;
}

.cta-section-small .cta-small-wrapper.dark-bg .content-wrapper .btn-wrapper .btn.btn-ghost:hover span {
  color: #03032A;
}

.cta-section-small .cta-small-wrapper.new-bg-color.dark-purple {
  background-color: #03032A;
}

.cta-section-small .cta-small-wrapper.new-bg-color.dark-purple .person-description {
  color: #F1F2FF !important;
}

.cta-section-small .cta-small-wrapper.new-bg-color.dark-purple .section-title {
  color: #fff;
}

.cta-section-small .cta-small-wrapper.new-bg-color.dark-purple .section-description p,
.cta-section-small .cta-small-wrapper.new-bg-color.dark-purple .section-description li {
  color: #fff;
}

.cta-section-small .cta-small-wrapper.new-bg-color.light-purple {
  background-color: #F1F2FF;
}

.cta-section-small .cta-small-wrapper.new-bg-color.white {
  background-color: #fff;
}

.default_text_section {
  padding: 70px 0;
}

@media (max-width: 991px) {
  .default_text_section {
    padding: 60px 0;
  }
}

.default_text_section .section-title {
  margin-bottom: 20px;
  font-weight: 600;
}

.default_text_section.new-bg-color.dark-purple {
  background-color: #03032A;
}

.default_text_section.new-bg-color.dark-purple .section-title {
  color: #fff;
}

.default_text_section.new-bg-color.dark-purple .content-text-wrapper h1,
.default_text_section.new-bg-color.dark-purple .content-text-wrapper h2,
.default_text_section.new-bg-color.dark-purple .content-text-wrapper h3,
.default_text_section.new-bg-color.dark-purple .content-text-wrapper h4,
.default_text_section.new-bg-color.dark-purple .content-text-wrapper h5,
.default_text_section.new-bg-color.dark-purple .content-text-wrapper p,
.default_text_section.new-bg-color.dark-purple .content-text-wrapper li {
  color: #fff;
}

.default_text_section.new-bg-color.light-purple {
  background-color: #F1F2FF;
}

.default_text_section.new-bg-color.white {
  background-color: #fff;
  padding: 0;
  margin: 70px 0;
}

.block_section {
  padding: 70px 0;
}

@media (max-width: 1177px) {
  .block_section {
    padding: 40px 0;
  }
}

.block_section .decor-item {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1177px) {
  .block_section .decor-item {
    display: none;
  }
}

.block_section .decor-item img {
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.block_section .block-texts {
  max-width: 850px;
  margin: 0 auto 70px;
  text-align: center;
}

@media (max-width: 1177px) {
  .block_section .block-texts {
    margin-bottom: 40px;
  }
}

.block_section .block-texts .section-title {
  margin-bottom: 20px;
}

.block_section .block-texts .section-title strong,
.block_section .block-texts .section-title rt {
  font-weight: inherit;
  font-size: inherit;
  color: #F80003;
}

.block_section .block-texts .description p {
  font-weight: 700;
}

.block_section .blocks-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}

.block_section .blocks-list .blocks-list-item {
  -ms-flex: 0 1 calc(33.333% - 10px);
  flex: 0 1 calc(33.333% - 10px);
  max-width: calc(33.333% - 10px);
  box-sizing: border-box;
}

@media (max-width: 1177px) {
  .block_section .blocks-list .blocks-list-item {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.block_section .blocks-list .blocks-list-item .block-image {
  width: 100%;
  height: 235px;
}

.block_section .blocks-list .blocks-list-item .block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.block_section .blocks-list .blocks-list-item .block-item-details {
  background-color: #F1F2FF;
  border-radius: 0 0 16px 16px;
  padding: 35px 40px;
}

@media (max-width: 1177px) {
  .block_section .blocks-list .blocks-list-item .block-item-details {
    padding: 25px 20px;
  }
}

.block_section .blocks-list .blocks-list-item .block-item-details .block-title {
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 16px;
  color: #03032A;
}

@media (max-width: 1177px) {
  .block_section .blocks-list .blocks-list-item .block-item-details .block-title {
    font-size: 25px;
  }
}

.block_section .blocks-list .blocks-list-item .block-item-details .block-description p {
  color: #03032A;
}

.block_section .blocks-list .blocks-list-item .block-item-details .block-description ul li {
  color: #03032A;
}

.block_section .blocks-list .blocks-list-item .block-item-details .block-description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block_section .blocks-list .blocks-list-item .block-item-details .block-description ul li {
  position: relative;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 24px;
}

.block_section .blocks-list .blocks-list-item .block-item-details .block-description ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 17px;
  height: 15px;
  background-image: url(../../resources/images/svg/check-small.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.block_section .blocks-list .blocks-list-item .block-item-details .btn.ghost span {
  color: #03032A;
}

.block_section .blocks-list .blocks-list-item.no-img .block-item-details {
  border-radius: 16px;
}

.contact_section {
  margin: 70px 0;
  overflow: hidden;
}

.contact_section .columns-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 120px;
  -moz-column-gap: 120px;
  column-gap: 120px;
  row-gap: 35px;
  margin-bottom: 10px;
}

.contact_section .columns-list a {
  color: #FF7E27;
}

.contact_section .columns-list a:hover {
  text-decoration: underline;
}

.contact_section .image_wrapper {
  position: relative;
  width: calc(100% - (1280px - 100vw) / 2);
  height: 395px;
}

@media (max-width: 1177px) {
  .contact_section .image_wrapper {
    width: 100%;
  }
}

.contact_section .image_wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
}

.quote-section {
  margin: 70px 0;
}

.quote-section .quote-block {
  margin: 0;
}

.seo-section {
  padding: 70px 0;
  background-color: #F1F2FF;
}

.seo-section .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.seo-section .seo-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.seo-section .seo-list .seo-list-item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  cursor: pointer;
}

@media (max-width: 1177px) {
  .seo-section .seo-list .seo-list-item {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.seo-section .seo-list .seo-list-item:not(:has(.seo-media)) .seo-item-content {
  max-width: 85%;
}

@media (max-width: 1177px) {
  .seo-section .seo-list .seo-list-item:not(:has(.seo-media)) .seo-item-content {
    max-width: 100%;
  }
}

.seo-section .seo-list .seo-list-item .seo-item-details {
  padding: 30px 40px 30px 55px;
  width: 100%;
}

@media (max-width: 1177px) {
  .seo-section .seo-list .seo-list-item .seo-item-details {
    padding: 30px 40px 30px 20px;
  }
}

.seo-section .seo-list .seo-list-item .seo-item-details .seo-item-arrow {
  position: absolute;
  top: 35px;
  right: 60px;
}

@media (max-width: 1177px) {
  .seo-section .seo-list .seo-list-item .seo-item-details .seo-item-arrow {
    top: 30px;
    right: 20px;
  }
}

.seo-section .seo-list .seo-list-item .seo-item-details .seo-item-arrow img {
  width: 17px;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}

.seo-section .seo-list .seo-list-item .seo-item-details .seo-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0;
}

@media (max-width: 1177px) {
  .seo-section .seo-list .seo-list-item .seo-item-details .seo-title {
    font-size: 20px;
  }
}

.seo-section .seo-list .seo-list-item .seo-item-details .seo-item-content {
  display: none;
  margin-top: 25px;
}

.seo-section .seo-list .seo-list-item .seo-media {
  max-width: 440px;
  width: 100%;
  -ms-flex: 0 0 440px;
  flex: 0 0 440px;
  display: none;
}

@media (max-width: 1177px) {
  .seo-section .seo-list .seo-list-item .seo-media {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.seo-section .seo-list .seo-list-item .seo-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 16px 16px 0;
}

@media (max-width: 1177px) {
  .seo-section .seo-list .seo-list-item .seo-media img {
    border-radius: 0 0 16px 16px;
  }
}

.logo_section {
  margin: 130px 0;
  overflow: hidden;
}

@media (max-width: 1177px) {
  .logo_section {
    margin: 50px 0;
  }
}

.logo_section .slick-list {
  overflow: visible;
}

.logo_section .section-title {
  margin-bottom: 0;
  text-align: center;
}

.logo_section .logos-wrapper .logo-item {
  width: 200px;
}

.logo_section .logos-wrapper .logo-item img {
  width: 200px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo_section .logo-slider {
  padding-top: 40px;
}

.logo_section .logo-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .logo_section .logo-slider .slick-track {
    gap: 40px;
  }
}

.header-slider-section {
  position: relative;
}

.header-slider-section .image-with-caption {
  width: 100%;
  position: absolute;
  z-index: 3;
}

@media (max-width: 1177px) {
  .header-slider-section .image-with-caption .img-caption {
    top: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.header-slider-section .header-slider-content {
  position: absolute;
  z-index: 2;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1177px) {
  .header-slider-section .header-slider-content .slider-content {
    margin-top: 80px;
  }
}

.header-slider-section .header-slider-content .content-texts {
  max-width: 720px;
  text-align: center;
  margin: auto;
}

@media (max-width: 1177px) {
  .header-slider-section .header-slider-content .content-texts {
    text-align: left;
  }
}

.header-slider-section .header-slider-content .content-texts .header-title,
.header-slider-section .header-slider-content .content-texts .header-subtitle {
  color: #fff;
}

.header-slider-section .header-slider-content .content-texts .header-title {
  margin-bottom: 32px;
}

.header-slider-section .header-slider-content .content-texts .header-subtitle {
  font-family: "Transforma Sans";
}

.header-slider-section .header-slider-content .content-texts .buttons-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1177px) {
  .header-slider-section .header-slider-content .content-texts .buttons-wrapper {
    display: none;
  }
}

.header-slider-section .header-slider-content .content-texts .buttons-wrapper .nav-btn {
  padding: 16px 34px;
  background: #FF7E27;
  cursor: pointer;
  transition: all 0.2s;
}

.header-slider-section .header-slider-content .content-texts .buttons-wrapper .nav-btn span {
  color: #03032A;
  font-size: 18px;
  font-weight: 400;
}

.header-slider-section .header-slider-content .content-texts .buttons-wrapper .nav-btn.active,
.header-slider-section .header-slider-content .content-texts .buttons-wrapper .nav-btn:hover {
  background: #FF9C53;
  text-decoration: none;
}

.header-slider-section .header-slider-content .content-texts .buttons-wrapper .nav-btn:first-child {
  border-radius: 27.5px 0 0 27.5px;
}

.header-slider-section .header-slider-content .content-texts .buttons-wrapper .nav-btn:last-child {
  border-radius: 0 27.5px 27.5px 0;
}

.header-slider-section .header-slider-content .content-texts .buttons-wrapper .nav-btn:only-child {
  border-radius: 27.5px;
}

.header-slider-section .header-slider {
  height: 80vh;
}

@media (max-width: 1177px) {
  .header-slider-section .header-slider {
    height: 70vh;
  }
}

.header-slider-section .header-slider .header-slider-items {
  height: 100%;
  position: relative;
}

.header-slider-section .header-slider .header-slider-items .slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(3, 3, 42, 0.3);
}

.header-slider-section .header-slider .header-slider-items img {
  z-index: 2;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-slider-section .header-slider .slick-dots {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  gap: 7px;
  z-index: 8;
  padding: 0;
}

@media (max-width: 1177px) {
  .header-slider-section .header-slider .slick-dots {
    bottom: 65px;
  }
}

.header-slider-section .header-slider .slick-dots li {
  width: 10px;
  height: 10px;
  border: 1px solid #E4E5FF;
  border-radius: 100px;
  font-size: 0;
  cursor: pointer;
}

.header-slider-section .header-slider .slick-dots li.slick-active {
  background-color: #E4E5FF;
}

.header-slider-section .header-slider .slick-dots li button {
  display: none;
}

.header-slider-section .button-wrapper-mobile {
  margin: -55px 15px 0;
  position: relative;
  z-index: 2;
}

.header-slider-section .button-wrapper-mobile .buttons-wrapper {
  display: grid;
  gap: 16px;
  background-color: #E4E5FF;
  padding: 24px;
  border-radius: 16px;
}

.header-slider-section .button-wrapper-mobile .buttons-wrapper .nav-btn {
  position: relative;
  color: #03032A;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.header-slider-section .button-wrapper-mobile .buttons-wrapper .nav-btn:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../../resources/images/svg/chevron-small-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
}

@media (max-width: 1177px) {
  .header-slider-section .button-wrapper-mobile .buttons-wrapper .nav-btn:after {
    position: absolute;
    top: 5px;
    right: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.background_header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vh - 200px);
  max-height: 555px;
}

@media (max-width: 1177px) {
  .background_header:has(.video-background) {
    height: 100%;
    min-height: 220px;
  }
}

@media (max-width: 1177px) {
  .background_header {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.background_header .image-with-caption {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.background_header .slider-content {
  z-index: 5;
  position: relative;
}

@media (max-width: 1177px) {
  .background_header .slider-content {
    padding-bottom: 50px;
  }
}

.background_header .video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.background_header .video-background .video-wrapper {
  position: relative;
  z-index: 2;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.background_header .video-background .video-wrapper video,
.background_header .video-background .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.background_header .header-overlay {
  background: linear-gradient(180deg, rgba(3, 3, 42, 0) 7.43%, rgba(3, 3, 42, 0.6) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.background_header .image_background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.background_header .video_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background_header .video_background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.background_header .header-subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.background_header .header-title {
  color: #fff;
  margin-bottom: 35px;
}

.section_subnavigation {
  padding: 17px 0;
  background-color: #F1F2FF;
}

.section_subnavigation .navigation-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
}

@media (max-width: 1177px) {
  .section_subnavigation .navigation-list {
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.section_subnavigation .navigation-list a {
  color: #03032A;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1177px) {
  .section_subnavigation .navigation-list a {
    font-size: 16px;
  }
}

.section_subnavigation .navigation-list a:hover {
  position: relative;
  color: #fd7e14;
  text-decoration: none;
}

.section_subnavigation .navigation-list a:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: url(../../resources/images/svg/text-underline-orange.svg);
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -8px;
  background-size: cover;
}

.mega-menu-wrap {
  width: 100%;
  max-width: calc(100% - 165px);
  z-index: 2;
  border-radius: 0 0 16px 16px;
}

@media (max-width: 1177px) {
  .mega-menu-wrap {
    padding: 0 16px;
    margin: 16px 0 0;
    display: none;
    max-width: 100%;
  }
}

.mega-menu-wrap.opened {
  visibility: visible;
  opacity: 1;
}

.mega-menu-wrap .mega-menu-container {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media (max-width: 1177px) {
  .mega-menu-wrap .mega-menu-container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mega-menu-wrap .mega-menu-container .mega-menu-title {
  display: -ms-flexbox;
  display: flex;
  font-family: "Transforma Sans";
  color: #fd7e14;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.mega-menu-wrap .mega-menu-container .mega-menu-title:hover {
  color: rgb(243, 97.875, 0);
  text-decoration: none;
}

@media (max-width: 1177px) {
  .mega-menu-wrap .mega-menu-container .mega-menu-title {
    color: #fff;
    margin-bottom: 25px;
  }
}

.mega-menu-wrap .mega-menu-container .mega-menu-links {
  max-width: 300px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}

.mega-menu-wrap .mega-menu-container .mega-menu-links .menu-links-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1177px) {
  .mega-menu-wrap .mega-menu-container .mega-menu-links .menu-links-list {
    gap: 16px;
  }
}

.mega-menu-wrap .mega-menu-container .mega-menu-links .menu-links-list .menu-link {
  font-weight: 400;
  color: #F1F2FF;
}

@media (max-width: 1177px) {
  .mega-menu-wrap .mega-menu-container .mega-menu-links .btn {
    display: none;
  }
}

.mega-menu-wrap .mega-menu-container .mega-menu-highlights {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

@media (max-width: 1177px) {
  .mega-menu-wrap .mega-menu-container .mega-menu-highlights {
    gap: 25px;
    display: block;
  }
}

.mega-menu-wrap .mega-menu-container .mega-menu-highlights .menu-highlight_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
  height: 100%;
}

@media (max-width: 1177px) {
  .mega-menu-wrap .mega-menu-container .mega-menu-highlights .menu-highlight_items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.mega-menu-wrap .mega-menu-container .mega-menu-highlights .menu-highlight_items .highlight_item {
  position: relative;
  height: 300px;
  border-radius: 16px;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 1177px) {
  .mega-menu-wrap .mega-menu-container .mega-menu-highlights .menu-highlight_items .highlight_item {
    background-image: none !important;
    height: auto;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px;
  }

  .mega-menu-wrap .mega-menu-container .mega-menu-highlights .menu-highlight_items .highlight_item .section-image {
    width: 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    height: 64px;
  }

  .mega-menu-wrap .mega-menu-container .mega-menu-highlights .menu-highlight_items .highlight_item .section-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.mega-menu-wrap .mega-menu-container .mega-menu-highlights .menu-highlight_items .highlight_item:hover {
  text-decoration: none;
}

.mega-menu-wrap .mega-menu-container .mega-menu-highlights .menu-highlight_items .highlight_item .highlight_item-title {
  color: #F1F2FF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  z-index: 1;
}

@media (max-width: 1177px) {
  .mega-menu-wrap .mega-menu-container .mega-menu-highlights .menu-highlight_items .highlight_item .highlight_item-title {
    font-size: 18px;
    font-weight: 400;
  }
}

.text_image_header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vh - 200px);
  overflow: hidden;
}

@media (max-width: 1177px) {
  .text_image_header {
    height: 100%;
    min-height: 500px;
  }
}

.text_image_header .slider-content {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text_image_header .slider-content .header-title {
  color: #fff;
  font-family: "Transforma Sans";
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}

.text_image_header .header-media-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 42%;
}

.text_image_header .header-media-wrapper .image_background {
  height: 100%;
}

.text_image_header .header-media-wrapper .image_background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-header {
  position: relative;
}

@media (max-width: 1177px) {
  .service-header .header-wrapper .service-title {
    font-size: 45px;
  }
}

.quote-block {
  max-width: 850px;
  margin: auto;
  position: relative;
}

@media (max-width: 1177px) {
  .quote-block {
    margin: 0 20px;
  }
}

.quote-block:before {
  content: "";
  background-image: url(../../resources/images/svg/quote.svg);
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: -5px;
  left: -35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.quote-block .quote-wrapper {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 15px;
}

@media (max-width: 1177px) {
  .quote-block .quote-wrapper {
    font-size: 18px;
  }
}

.quote-block .quote-author {
  font-family: "Transforma Sans";
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}

.post-wrapper .quote-block .quote-wrapper {
  font-size: 25px;
}

@media (max-width: 1177px) {
  .post-wrapper .quote-block .quote-wrapper {
    font-size: 16px;
  }
}

.news-archive-content {
  padding-top: 100px;
}

@media (max-width: 1177px) {
  .news-archive-content {
    padding-top: 40px;
  }
}

.news-archive-content .news-row {
  margin-bottom: 40px;
}

@media (max-width: 1177px) {
  .news-archive-content .news-row {
    margin-bottom: 20px;
  }
}

.news-archive-content .news-list-wrapper {
  margin-bottom: 80px;
}

.news-archive-content .news-list-wrapper .target_group-categories {
  margin-bottom: 25px;
}

.news-archive-content .news-list-wrapper .target_group-categories .target_group-list {
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-archive-content .news-list-wrapper .target_group-categories .target_group-list .target_group-wrapper {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}

.news-archive-content .news-list-wrapper .target_group-categories .target_group-list .target_group-wrapper.active {
  font-weight: 900;
}

.news-archive-content .news-list-wrapper .news-filters-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 1177px) {
  .news-archive-content .news-list-wrapper .news-filters-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.news-archive-content .news-list-wrapper .news-filters-wrapper .news-category-list {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1177px) {
  .news-archive-content .news-list-wrapper .news-filters-wrapper .news-category-list {
    gap: 10px;
    margin-bottom: 20px;
  }
}

.news-archive-content .news-list-wrapper .news-filters-wrapper .news-category-list .news-category-wrapper {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 32px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
  border: 1px solid #03032A;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 1177px) {
  .news-archive-content .news-list-wrapper .news-filters-wrapper .news-category-list .news-category-wrapper {
    font-size: 15px;
    padding: 5px 20px;
  }
}

.news-archive-content .news-list-wrapper .news-filters-wrapper .news-category-list .news-category-wrapper.active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #03032A;
}

.news-archive-content .news-list-wrapper .news-filters-wrapper .news-category-list .news-category-wrapper.active:after {
  content: "";
  width: 16px;
  height: 15px;
  background-image: url(../../resources/images/svg/cross-white.svg);
  background-size: 16px 15px;
  background-repeat: no-repeat;
}

.news-archive-content .news-list-wrapper .news-archive-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 50px;
  min-height: 150px;
}

@media (max-width: 1177px) {
  .news-archive-content .news-list-wrapper .news-archive-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news-list .news-item,
.custom-posts-list .news-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  color: #03032A;
  position: relative;
}

.news-list .news-item:hover,
.custom-posts-list .news-item:hover {
  text-decoration: none;
}

.news-list .news-item .term_name,
.custom-posts-list .news-item .term_name {
  border-radius: 32px;
  background: #fff;
  padding: 8px 14px;
  z-index: 1;
}

.news-list .news-item .news-image,
.custom-posts-list .news-item .news-image {
  position: relative;
  width: 100%;
  height: 205px;
}

.news-list .news-item .news-image .block-overlay,
.custom-posts-list .news-item .news-image .block-overlay {
  border-radius: 16px;
}

.news-list .news-item .news-image img,
.custom-posts-list .news-item .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.news-list .news-item .news-date,
.custom-posts-list .news-item .news-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.news-list .news-item .news-title,
.custom-posts-list .news-item .news-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.news-list .news-item .news-description,
.custom-posts-list .news-item .news-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.custom-select-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1177px) {
  .custom-select-wrapper {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.custom-select-wrapper .custom-label {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0;
}

@media (max-width: 1177px) {
  .custom-select-wrapper .custom-label {
    font-size: 18px;
  }
}

.custom-select-wrapper .custom-select {
  border-radius: 20px;
  border: 1px solid #03032A;
  background-color: #FFF;
  height: 40px;
  padding: 6px 40px 6px 20px;
  color: #1D1D1D;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../resources/images/svg/chevron-small.svg);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

@media (max-width: 1177px) {
  .custom-select-wrapper .custom-select {
    font-size: 15px;
  }
}

.custom-select-wrapper .custom-select:focus {
  outline: none;
}

.news-single-page {
  background-color: #F1F2FF;
}

.news-single-page .news-header {
  position: relative;
  width: 100%;
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px 16px 0px 0px;
}

@media (max-width: 1177px) {
  .news-single-page .news-header {
    height: 200px;
  }
}

.news-single-page .news-content-wrapper {
  background-color: #fff;
  border-radius: 16px;
  margin: 80px 0 90px;
}

@media (max-width: 1177px) {
  .news-single-page .news-content-wrapper {
    margin: 20px 0 50px;
  }
}

.news-single-page .news-content-wrapper .single-news-content {
  padding: 30px 110px 70px;
}

@media (max-width: 1177px) {
  .news-single-page .news-content-wrapper .single-news-content {
    padding: 30px;
  }
}

.news-single-page .news-content-wrapper .single-news-content .news-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.news-single-page .news-content-wrapper .single-news-content .news-date img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}

.news-single-page .news-content-wrapper .single-news-content .service-title {
  font-weight: 600;
  margin-bottom: 25px;
}

.news-single-page .news-content-wrapper .single-news-content .wp-block-columns {
  gap: 35px;
}

@media (max-width: 1177px) {
  .news-single-page .news-content-wrapper .single-news-content .wp-block-columns {
    gap: 20px;
  }
}

.news-single-page .news-content-wrapper .single-news-content .wp-block-columns .wp-block-column {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

@media (max-width: 1177px) {
  .news-single-page .news-content-wrapper .single-news-content .wp-block-columns .wp-block-column {
    margin: 0;
  }
}

.vacancy-single-page {
  background-color: #F1F2FF;
}

.vacancy-single-page .vacancy-header {
  position: relative;
  width: 100%;
  height: 400px;
  padding: 75px 0;
  background-size: cover;
}

.vacancy-single-page .vacancy-header .vacancy-header-container {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: end;
  align-items: flex-end;
}

.vacancy-single-page .vacancy-header .vacancy-header-container .service-title {
  color: #fff;
}

.vacancy-single-page .vacancy-details-list {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1177px) {
  .vacancy-single-page .vacancy-details-list {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.vacancy-single-page .vacancy-details-list .vacancy-details-item {
  color: #03032A;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.vacancy-single-page .single-post-content {
  padding-top: 0;
}

.vacancy-single-page .single-post-content .background-decoration {
  position: absolute;
  top: 630px;
  left: 70px;
}

@media (max-width: 1177px) {
  .vacancy-single-page .single-post-content .background-decoration {
    display: none;
  }
}

.vacancy-single-page .single-post-content .background-decoration img {
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.vacancy-single-page .post-wrapper {
  background-color: #fff;
  padding: 40px;
  border-radius: 16px;
}

@media (max-width: 1177px) {
  .vacancy-single-page .post-wrapper {
    padding: 40px 20px;
  }
}

.vacancy-single-page .post-wrapper .wp-block-media-text {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.vacancy-single-page .post-wrapper .wp-block-media-text .wp-block-media-text__content,
.vacancy-single-page .post-wrapper .wp-block-media-text .wp-block-media-text__media {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

@media (max-width: 1177px) {
  .vacancy-single-page .recruiter-wrapper {
    margin-top: 30px;
  }
}

.vacancy-single-page .recruiter-wrapper .recruiter-image {
  width: 100%;
  height: 265px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.vacancy-single-page .recruiter-wrapper .recruiter-info {
  padding: 12px 16px 16px;
  border-radius: 0 0 16px 16px;
  color: #F1F2FF;
}

.vacancy-single-page .recruiter-wrapper .recruiter-info .recruiter-description p {
  color: #F1F2FF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.vacancy-single-page .recruiter-wrapper .recruiter-info .recruiter-texts-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

.vacancy-single-page .recruiter-wrapper .recruiter-info .recruiter-texts-wrapper .recruiter-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.vacancy-single-page .recruiter-wrapper .recruiter-info .recruiter-texts-wrapper .recruiter-function {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.vacancy-single-page .recruiter-wrapper .recruiter-info .recruiter-texts-wrapper .contact-info {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.vacancy-single-page .recruiter-wrapper .recruiter-info .recruiter-texts-wrapper .contact-info .recruiter-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  border: 1px solid #fd7e14;
  transition: all 0.5s;
}

.vacancy-single-page .recruiter-wrapper .recruiter-info .recruiter-texts-wrapper .contact-info .recruiter-contact:hover {
  background-color: #fd7e14;
}

.search-content {
  background-color: #F1F2FF;
  padding: 100px 0 130px;
}

@media (max-width: 1177px) {
  .search-content {
    padding: 50px 0 0;
  }
}

.search-content .search-content-wrapper .search-title {
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

.search-content .search-content-wrapper .search-page-form {
  margin: 0 auto 20px;
  max-width: 632px;
  width: 100%;
}

.search-content .search-content-wrapper .search-page-form .search-form {
  position: relative;
}

.search-content .search-content-wrapper .search-page-form .search-form .search-field {
  width: 100%;
  padding: 14px 50px 14px 24px;
  border-radius: 24px;
  border: none;
  height: 55px;
  color: rgba(3, 3, 42, 0.6);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1177px) {
  .search-content .search-content-wrapper .search-page-form .search-form .search-field {
    font-size: 13px;
    padding: 10px 50px 10px 24px;
    height: 40px;
  }
}

.search-content .search-content-wrapper .search-page-form .search-form .search-field::-webkit-search-cancel-button {
  display: none;
}

.search-content .search-content-wrapper .search-page-form .search-form .search-field:focus {
  outline: none;
}

.search-content .search-content-wrapper .search-page-form .search-form .search-submit {
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  border: none;
  background: none;
  padding: 0;
}

.search-content .search-content-wrapper .search-page-form .search-form .search-submit img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1177px) {
  .search-content .search-content-wrapper .search-page-form .search-form .search-submit img {
    width: 15px;
    height: 15px;
  }
}

.search-content .search-post-types {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-content .search-post-types .single-post-type {
  cursor: pointer;
  border-radius: 32px;
  border: 1px solid #03032A;
  font-size: 18px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  padding: 14px 32px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1177px) {
  .search-content .search-post-types .single-post-type {
    height: 40px;
    padding: 12px 25px;
    font-size: 15px;
  }
}

.search-content .search-post-types .single-post-type.active {
  color: #F1F2FF;
  background-color: #03032A;
}

.search-content .search-posts-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  max-width: 850px;
  margin: auto;
}

.search-content .search-posts-list.custom-posts-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 50px;
  max-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 1177px) {
  .search-content .search-posts-list.custom-posts-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.search-content .search-posts-list .search-item {
  color: #03032A;
}

.search-content .search-posts-list .search-item:hover {
  text-decoration: none;
}

.search-content .search-posts-list .search-item .search-item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.search-content .search-posts-list .search-item .search-item-content .post-title {
  line-height: 1.3;
  margin-bottom: 0;
}

.search-content .search-posts-list .search-item .search-item-content .post-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.post-type-archive-person_pt .background_header {
  -ms-flex-align: end;
  align-items: flex-end;
}

.post-type-archive-person_pt .background_header .slider-content {
  margin-bottom: 70px;
}

@media (max-width: 1177px) {
  .post-type-archive-person_pt .background_header .slider-content {
    margin-bottom: 0;
  }
}

.archive-person-list {
  background: #F1F2FF;
  padding: 100px 0 70px;
}

.archive-person-list .archive-info {
  margin-bottom: 70px;
}

.archive-person-list .archive-info .description p:last-child {
  margin-bottom: 0;
}

.archive-person-list .persons-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 30px;
}

@media (max-width: 1177px) {
  .archive-person-list .persons-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.archive-person-list .persons-list.loading:after {
  content: "";
  width: 100px;
  height: 70px;
  background-image: url(../../resources/images/svg/bouncing-circles.svg);
  background-size: 100px 70px;
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
}

.archive-person-list .persons-list .person-item {
  border-radius: 16px;
  cursor: pointer;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.archive-person-list .persons-list .person-item.hovered .person-item-wrapper {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.archive-person-list .persons-list .person-item .person-item-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  cursor: pointer;
}

.archive-person-list .persons-list .person-item .person-item-wrapper .person-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.archive-person-list .persons-list .person-item .person-item-wrapper .person-content .card-flip-image {
  position: absolute;
  top: 5px;
  right: 5px;
}

.archive-person-list .persons-list .person-item .person-item-wrapper .person-content .person-thumbnail {
  width: 100%;
  height: 290px;
}

.archive-person-list .persons-list .person-item .person-item-wrapper .person-content .person-thumbnail img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.archive-person-list .persons-list .person-item .person-item-wrapper .person-content .person-info {
  padding: 15px;
  background-color: #03032A;
  border-radius: 0 0 16px 16px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.archive-person-list .persons-list .person-item .person-item-wrapper .person-content .person-info .person-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0;
}

.archive-person-list .persons-list .person-item .person-item-wrapper .person-content .person-info .person-excerpt p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 7px;
}

.archive-person-list .persons-list .person-item .person-item-wrapper .person-content .person-info .department-name {
  color: #E2C8FF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.archive-person-list .persons-list .person-item .person-item-wrapper .person-content .person-info .person-contact {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-align: center;
  align-items: center;
}

.archive-person-list .persons-list .person-item .person-item-wrapper .person-content .person-info .person-contact a:hover {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.archive-person-list .persons-list .person-item .person-item-wrapper .person-content .person-info .person-contact a img {
  width: 25px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.archive-person-list .persons-list .person-item .person-item-wrapper .person-hover-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  padding: 30px 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.archive-person-list .persons-list .person-item .person-item-wrapper .person-hover-content .hover_text {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
}

.archive-person-list .persons-list .person-item.custom-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url(../../resources/images/svg/person-decor.svg);
  background-position: center -20px;
  background-repeat: no-repeat;
  padding: 30px 25px;
  min-height: 400px;
}

.archive-person-list .persons-list .person-item.custom-block .subtitle-first-block {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}