.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.buttonStandard {
  height: 43px;
  min-width: 177px;
  padding: 0 25px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 40px;
  background-color: #001b83;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-family: 'Inter-Medium', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -ms-transition: 300ms all;
  transition: 300ms all;
  border: 0;
  white-space: nowrap;
}
.buttonStandard span {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .buttonStandard:hover {
    filter: drop-shadow(0px 0px 15px rgba(0,22,201,0.3));
  }
}
.buttonStandard.turquoise {
  background-color: #00c4b8;
}
@media screen and (min-width: 1025px) {
  .buttonStandard.turquoise:hover {
    filter: drop-shadow(0px 0px 15px rgba(0,196,184,0.3));
  }
}
.buttonStandard.border {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .buttonStandard.border:hover {
    background-color: #fff;
    color: #001b83;
    border-color: #fff;
    filter: none;
  }
}
.buttonStandard.icon {
  height: 37px;
  background-color: transparent;
}
.buttonStandard.icon span {
  margin-right: 15px;
}
.buttonStandard.icon i {
  width: 35px;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14px;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -ms-transition: 300ms all;
  transition: 300ms all;
}
@media screen and (min-width: 1025px) {
  .buttonStandard.icon:hover {
    filter: none;
  }
  .buttonStandard.icon:hover i {
    border-color: #fff;
  }
}
.buttonStandard.borderBlue {
  background-color: transparent;
  border: 1px solid rgba(0,27,131,0.3);
  color: #001b83;
}
@media screen and (min-width: 1025px) {
  .buttonStandard.borderBlue:hover {
    filter: none;
    background-color: #001b83;
    border-color: #001b83;
    color: #fff;
  }
}
.titleStandar {
  font-size: 60px;
  line-height: 1.08;
  margin-bottom: 0;
  font-family: 'Inter-Regular', sans-serif;
  font-family: 'Inter-Light', sans-serif;
  font-family: 'Inter-Medium', sans-serif;
  font-family: 'Inter-SemiBold', sans-serif;
  font-family: 'Inter-Bold', sans-serif;
  color: #333;
}
@media screen and (max-width: 1599px) {
  .titleStandar {
    font-size: calc(28px + (60 - 28) * ((100vw - 375px) / (1920 - 375)));
  }
}
.titleStandar strong {
  color: #001b83;
  font-weight: normal;
}
.titleStandar2 {
  font-size: 30px;
  line-height: 1.31;
  margin-bottom: 0;
  font-family: 'Inter-SemiBold', sans-serif;
  color: #333;
}
@media screen and (max-width: 1599px) {
  .titleStandar2 {
    font-size: calc(20px + (30 - 20) * ((100vw - 375px) / (1920 - 375)));
  }
}
.titleStandar3 {
  font-size: 28px;
  line-height: 1.36;
  margin-bottom: 0;
  font-family: 'Inter-SemiBold', sans-serif;
  color: #333;
}
@media screen and (max-width: 1599px) {
  .titleStandar3 {
    font-size: calc(16px + (28 - 16) * ((100vw - 375px) / (1920 - 375)));
  }
}
.titleStandar3 strong {
  color: #001b83;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .buttonStandard {
    padding: 0 20px;
    font-size: 12px;
  }
  .buttonStandard.icon i {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.wrapp-iframe-general {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  overflow: hidden;
  background-color: #9fab26;
  display: block;
  padding-top: 0px;
}
.wrapp-iframe-general:first-child {
  padding-top: 6px;
}
.name-dev {
  position: absolute;
  top: 2px;
  left: 0;
  font-family: 'Arial', sans-serif;
  color: #9fab26;
  border-bottom: 2px solid #9fab26;
  text-transform: uppercase;
  margin-left: 15px;
}
.btn-copy {
  background-color: #9fab26;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
}
.btn-copy.hover {
  background-color: #808080;
}
.inner-general {
  background: #fff;
  padding: 20px 0;
}
.general-wrapper {
  padding: 10px;
  border: 1px dashed #808080;
  width: 98%;
  margin: auto;
  margin-top: 30px;
}
.block-general {
  padding: 5px;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1 {
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.b1Video {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  min-height: 500px;
  background-color: #000;
}
.b1Video:before,
.b1Video:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  display: block;
  z-index: 2;
}
.b1Video:before {
  height: 40%;
  opacity: 0.63;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=63)";
  filter: alpha(opacity=63);
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 8%, #000);
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0) 8%, #000);
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0) 8%, #000);
  background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0) 8%, #000);
  background-image: linear-gradient(to top, rgba(0,0,0,0) 8%, #000);
  top: 0;
}
.b1Video:after {
  height: 22%;
  background-image: -webkit-linear-gradient(top, rgba(66,66,92,0), #1f1f2f);
  background-image: -moz-linear-gradient(top, rgba(66,66,92,0), #1f1f2f);
  background-image: -o-linear-gradient(top, rgba(66,66,92,0), #1f1f2f);
  background-image: -ms-linear-gradient(top, rgba(66,66,92,0), #1f1f2f);
  background-image: linear-gradient(to bottom, rgba(66,66,92,0), #1f1f2f);
  bottom: 0;
}
.b1MediaPreviewVideoMP4,
.b1MediaPreviewVideoIframe,
.b1MediaYoutubeContainer,
.b1Mediabanner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.b1MediaPreviewVideoMP4 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b1IframeWrapper {
  overflow: hidden;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.b1MediaPreviewVideoIframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.b1MediaPreviewVideoIframe iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.b1MediaYoutubeContainer {
  overflow: hidden;
}
.b1MediaYoutubeContainer iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.b1Mediabanner {
  display: block;
}
.b1Mediabanner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b1Slider .owl-item {
  overflow: hidden;
}
.b1Slider .owl-item .b1Picture img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 600ms all;
  -moz-transition: 600ms all;
  -o-transition: 600ms all;
  -ms-transition: 600ms all;
  transition: 600ms all;
}
.b1Slider .owl-item .b1SlideTextBox .b1SlideTitle,
.b1Slider .owl-item .b1Paragraph {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 600ms all;
  -moz-transition: 600ms all;
  -o-transition: 600ms all;
  -ms-transition: 600ms all;
  transition: 600ms all;
}
.b1Slider .owl-item.active .b1SlideTextBox .b1SlideTitle,
.b1Slider .owl-item.active .b1Paragraph {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-animation: b1Translate 800ms forwards;
  -moz-animation: b1Translate 800ms forwards;
  -o-animation: b1Translate 800ms forwards;
  -ms-animation: b1Translate 800ms forwards;
  animation: b1Translate 800ms forwards;
  -webkit-transition-delay: 650ms;
  -moz-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  -ms-transition-delay: 650ms;
  transition-delay: 650ms;
}
.b1Slider .owl-item.active .b1SlideTextBox .b1SlideTitle {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -o-animation-delay: 600ms;
  -ms-animation-delay: 600ms;
  animation-delay: 600ms;
}
.b1Slider .owl-item.active .b1Paragraph {
  -webkit-animation-delay: 700ms;
  -moz-animation-delay: 700ms;
  -o-animation-delay: 700ms;
  -ms-animation-delay: 700ms;
  animation-delay: 700ms;
}
.b1Slider .owl-item.active .b1Picture img {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-animation: b1Scale 1500ms forwards;
  -moz-animation: b1Scale 1500ms forwards;
  -o-animation: b1Scale 1500ms forwards;
  -ms-animation: b1Scale 1500ms forwards;
  animation: b1Scale 1500ms forwards;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  animation-delay: 200ms;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.b1Slider .owl-dots {
  max-width: 960px;
  width: 88%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 70px;
  margin: auto;
}
.b1Slider .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: rgba(255,255,255,0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 28px;
  -webkit-transition: 200ms all;
  -moz-transition: 200ms all;
  -o-transition: 200ms all;
  -ms-transition: 200ms all;
  transition: 200ms all;
}
.b1Slider .owl-dot:first-child {
  margin-left: 0;
}
.b1Slider .owl-dot.active {
  background-color: #fff;
  width: 25px;
  border-radius: 4px;
}
.b1Slide {
  position: relative;
}
.b1Wrapper {
  min-height: 500px;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 960px;
}
.b1Picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.b1Picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.b1Picture:before,
.b1Picture:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  display: block;
  z-index: 2;
}
.b1Picture:before {
  height: 100%;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  background-color: #000;
  top: 0;
}
.b1Picture:after {
  height: 33.333%;
  background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-image: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  bottom: 0;
}
.b1SlideTextBox {
  max-width: 600px;
  padding-bottom: 20px;
  position: relative;
  z-index: 3;
}
.b1SlideTitle {
  color: #fff;
  font-size: 55px;
  font-family: 'Inter-Bold', sans-serif;
  margin: 0;
  line-height: 1.1;
}
@media screen and (max-width: 1599px) {
  .b1SlideTitle {
    font-size: calc(30px + (55 - 30) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b1SlideTextButton {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-top: 24px;
}
.b1SlideTextButton .buttonStandard:first-child {
  margin-right: 18px;
}
.b1MediaPopUp,
.b1BannerInfoM2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  z-index: 11;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 960px;
  visibility: hidden;
}
.b1BannerInfoM2 {
  max-width: 1280px;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 30px;
}
.b1BannerInfoM2Box {
  visibility: visible;
  background-color: #fff;
  border-radius: 19px 19px 5px 19px;
  height: 125px;
  min-width: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 30px;
}
.b1BannerM2Top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(0,27,131,0.5);
}
.b1BannerM2Top i {
  font-size: 32px;
  color: #00c4b8;
  font-size: 1;
}
.b1BannerM2Top span {
  font-size: 14px;
  color: #001b83;
  margin-left: 20px;
  line-height: 1;
  max-width: 98px;
}
.b1BannerM2Bottom {
  padding-top: 7px;
  text-align: center;
  font-family: 'Inter-Bold', sans-serif;
  font-size: 25px;
  line-height: 1.3;
  color: #001b83;
}
.b1MediaClick {
  margin: 0;
  position: relative;
  visibility: visible;
}
.b1MediaClick img {
  display: block;
  -webkit-animation: b1Rotate 10000ms linear infinite;
  -moz-animation: b1Rotate 10000ms linear infinite;
  -o-animation: b1Rotate 10000ms linear infinite;
  -ms-animation: b1Rotate 10000ms linear infinite;
  animation: b1Rotate 10000ms linear infinite;
}
.b1MediaClick i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}
.b1BannerText {
  width: 160px;
  height: calc(100% - 100px);
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
}
.b1BannerText h2 {
  margin: 0;
  font-family: 'gilroy-bold', sans-serif;
  font-size: 100px;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255,255,255,0.6);
}
@media screen and (max-width: 1599px) {
  .b1BannerText h2 {
    font-size: calc(30px + (100 - 30) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b1H1 {
  font-family: 'Inter-Regular', sans-serif;
}
.b1H2 {
  font-family: 'Inter-Light', sans-serif;
}
.b1H3 {
  font-family: 'Inter-Medium', sans-serif;
}
.b1H4 {
  font-family: 'Inter-SemiBold', sans-serif;
}
@media screen and (max-width: 1440px) {
  .b1BannerText {
    width: 80px;
    height: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .b1MediaPreviewVideoMP4,
  .b1MediaPreviewVideoIframe,
  .b1MediaYoutubeContainer {
    display: none;
  }
  .b1Slider .owl-nav {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .b1BannerText,
  .b1MediaPopUp {
    display: none;
  }
  .b1BannerInfoM2 {
    padding-bottom: 14px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b1BannerInfoM2Box {
    max-width: 400px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 28px;
    height: auto;
    position: relative;
  }
  .b1BannerInfoM2Box:before {
    content: '';
    width: 1px;
    height: 40px;
    background-color: rgba(0,27,131,0.12);
    position: absolute;
    right: 50%;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  .b1BannerM2Top,
  .b1BannerM2Bottom {
    padding: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .b1BannerM2Top {
    border: 0;
  }
  .b1BannerM2Top i {
    font-size: 28px;
  }
  .b1BannerM2Bottom {
    font-size: 20px;
  }
  .b1Wrapper {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 84px;
    min-height: initial;
    height: 500px;
  }
  .b1Slider .owl-dots {
    bottom: 108px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b1Slider .owl-dot {
    margin-left: 16px;
  }
  .b1SlideTextBox {
    max-width: 500px;
    text-align: center;
  }
  .b1SlideTextButton {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 22px;
  }
  .b1SlideTextButton .buttonStandard {
    min-width: 234px;
  }
  .b1SlideTextButton .buttonStandard:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 420px) {
  .b1BannerM2Top span {
    font-size: 12px;
  }
  .b1BannerInfoM2Box {
    padding: 20px;
  }
  .b1BannerM2Bottom {
    font-size: 16px;
  }
}
@-moz-keyframes b1Rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes b1Rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes b1Rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes b1Rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes b1Scale {
  0% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes b1Scale {
  0% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes b1Scale {
  0% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes b1Scale {
  0% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes b1Translate {
  0% {
    -webkit-transform: translateY(3rem);
    -moz-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
  }
  100% {
    -webkit-transform: translateY(0rem);
    -moz-transform: translateY(0rem);
    -o-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
  }
}
@-webkit-keyframes b1Translate {
  0% {
    -webkit-transform: translateY(3rem);
    -moz-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
  }
  100% {
    -webkit-transform: translateY(0rem);
    -moz-transform: translateY(0rem);
    -o-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
  }
}
@-o-keyframes b1Translate {
  0% {
    -webkit-transform: translateY(3rem);
    -moz-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
  }
  100% {
    -webkit-transform: translateY(0rem);
    -moz-transform: translateY(0rem);
    -o-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
  }
}
@keyframes b1Translate {
  0% {
    -webkit-transform: translateY(3rem);
    -moz-transform: translateY(3rem);
    -o-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
  }
  100% {
    -webkit-transform: translateY(0rem);
    -moz-transform: translateY(0rem);
    -o-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b10 {
  background: -webkit-linear-gradient(270deg, #f7f8fb 0%, rgba(247,248,251,0) 100%);
  background: -moz-linear-gradient(270deg, #f7f8fb 0%, rgba(247,248,251,0) 100%);
  background: -o-linear-gradient(270deg, #f7f8fb 0%, rgba(247,248,251,0) 100%);
  background: -ms-linear-gradient(270deg, #f7f8fb 0%, rgba(247,248,251,0) 100%);
  background: linear-gradient(180deg, #f7f8fb 0%, rgba(247,248,251,0) 100%);
  padding-top: 66px;
  padding-bottom: 80px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b10 .b4Title {
  position: relative;
}
.b10 .b4Title .titleStandar2 {
  font-family: 'Inter-Medium', sans-serif;
  font-size: 25px;
  color: #001b83;
}
@media screen and (max-width: 1599px) {
  .b10 .b4Title .titleStandar2 {
    font-size: calc(20px + (25 - 20) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b10 .b4Title .titleStandar2 span {
  background-color: #f7f8fb;
}
.b10 .b9ButtonLoad {
  padding-top: 10px;
}
.b10Wrapper {
  padding-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b10Item {
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) and (max-width: 3000px) {
  .b10Item {
    margin-left: 27px;
    width: calc(33.3333% - 18px);
  }
  .b10Item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .b10Item {
    margin-left: 27px;
    width: calc(50% - 19px);
  }
  .b10Item:nth-child(2n + 1) {
    margin-left: 0;
  }
}
.b10ItemBox {
  background-color: #fff;
  border-radius: 10px 30px;
  -webkit-box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  box-shadow: 0px 20px 80px rgba(0,0,0,0.05);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  min-height: 175px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 38px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b10ItemBox h3 {
  font-size: 14px;
  font-family: 'Inter-SemiBold', sans-serif;
  color: #001b83;
  margin-bottom: 7px;
  line-height: 1.2;
}
.b10ItemBox p {
  font-size: 13px;
  font-family: 'Inter-Light', sans-serif;
  line-height: 1.5;
  margin: 0;
  color: #001b83;
}
.b10ItemTitle {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}
@media screen and (max-width: 1023px) {
  .b10 {
    padding-bottom: 33px;
  }
  .b10 .b9ButtonLoad {
    padding-top: 0;
  }
  .b10ItemBox {
    padding: 10px 34px;
  }
  .b10ItemPicture {
    margin-top: 30px;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
  }
  .b10 {
    padding-top: 32px;
  }
  .b10 .b4Title {
    padding-top: 0;
    border: 0;
    text-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b10Wrapper {
    padding-top: 32px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .b10Item {
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b11 {
  background-color: #f7f8fb;
  padding: 40px 0 60px 0;
  overflow: hidden;
}
.b11Wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  min-height: 640px;
}
.b11Wrapper:before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: rgba(51,51,51,0.5);
  position: absolute;
  top: 50%;
  left: 0;
}
.b11Figure1 {
  position: absolute;
  left: -126px;
  bottom: -100px;
  pointer-events: none;
}
.b11TitleSlider {
  width: 333px;
  padding-bottom: 55px;
}
.b11Title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b11Title h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 10px;
  font-family: 'Inter-SemiBold', sans-serif;
  text-transform: uppercase;
  color: #001b83;
  letter-spacing: 0.17em;
}
.b11Title h2:before {
  content: '';
  width: 34px;
  height: 1px;
  background-color: #00c4b8;
  margin-right: 15px;
}
.b11Title h2 span {
  background-color: #f7f8fb;
}
.b11Title .titleStandar2 {
  padding-top: 10px;
}
.b11Arrow {
  padding-top: 50px;
  height: 95px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b11Arrow .owl-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b11Arrow .owl-prev,
.b11Arrow .owl-next {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid rgba(0,27,131,0.5);
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0,27,131,0.5);
  cursor: pointer;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .b11Arrow .owl-prev,
  .b11Arrow .owl-next {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
  }
  .b11Arrow .owl-prev:hover,
  .b11Arrow .owl-next:hover {
    color: #fff;
    background-color: #00c4b8;
    border-color: #00c4b8;
  }
}
.b11Arrow .owl-prev {
  margin-right: 14px;
}
.b11WrapperSlider {
  position: absolute;
  left: calc(50% - 270px);
  width: calc(50vw + 270px);
  overflow: hidden;
}
.b11BoxAbsolute {
  width: calc(100% + 222px);
}
.b11Slider {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .b11Slider.owl-carousel .owl-item:nth-child(even) .b11Slide {
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .b11Slider.owl-carousel .owl-item:nth-child(even) .b11SlideBox {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 44px;
    padding-bottom: 0;
  }
  .b11Slider.owl-carousel .owl-item:nth-child(even) .b11SlideBox:before {
    bottom: initial;
    top: -6px;
  }
  .b11Slider.owl-carousel .owl-item:nth-child(even) .b11SlideBox:after {
    bottom: initial;
    top: 0;
  }
  .b11Slider.owl-carousel .owl-item:nth-child(even) .b11SlideText {
    padding-bottom: 0;
    padding-top: 25px;
  }
}
.b11Slide {
  height: 640px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .b11Slide:nth-child(even) {
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .b11Slide:nth-child(even) .b11SlideBox {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 44px;
    padding-bottom: 0;
  }
  .b11Slide:nth-child(even) .b11SlideBox:before {
    bottom: initial;
    top: -6px;
  }
  .b11Slide:nth-child(even) .b11SlideBox:after {
    bottom: initial;
    top: 0;
  }
  .b11Slide:nth-child(even) .b11SlideText {
    padding-bottom: 0;
    padding-top: 25px;
  }
}
.b11SlideBox {
  max-width: 305px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-bottom: 44px;
  position: relative;
}
.b11SlideBox:before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #00c4b8;
  border-radius: 100%;
  position: absolute;
  bottom: -6px;
  left: 50px;
  z-index: 1;
}
.b11SlideBox:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: rgba(51,51,51,0.5);
  position: absolute;
  left: 55px;
  bottom: 0px;
}
.b11SlidePicture {
  width: 100%;
  height: 172px;
  display: block;
  position: relative;
}
.b11SlidePicture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.b11SlideText {
  padding-bottom: 25px;
}
.b11SlideText h4 {
  font-size: 20px;
  font-family: 'Inter-Bold', sans-serif;
}
.b11SlideText p {
  font-size: 18px;
  margin: 0;
  min-height: 38px;
}
.b11PlayMedia {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 100%;
  border: 7px solid rgba(255,255,255,0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #00c4b8;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.b11PlayMedia i {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b11PopUpBox {
  max-width: 910px;
  width: 100%;
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0px 15px 35px rgba(0,18,87,0.08);
  box-shadow: 0px 15px 35px rgba(0,18,87,0.08);
  margin: auto;
  padding: 52px 65px 65px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b11PopUpBox .close-boxlight {
  border: 0;
  width: 55px;
  height: 55px;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fff;
  font-size: 18px;
  right: -50px;
  top: -50px;
}
.b11PopUpBox .close-boxlight:after {
  content: "\e904";
  font-family: 'icomoon';
  color: #00c4b8;
}
.b11PopUpWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b11PopUpPicture {
  max-width: 444px;
  width: 100%;
  height: 250px;
}
.b11PopUpPicture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b11PopUpText {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 52px;
}
.b11PopUpText h2 {
  font-size: 20px;
  font-family: 'Inter-Bold', sans-serif;
  margin-bottom: 10px;
}
.b11PopUpText p {
  font-size: 20px;
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .b11WrapperSlider {
    left: 50%;
    width: 50vw;
  }
  .b11BoxAbsolute {
    width: 100%;
  }
  .b11PopUpBox .close-boxlight {
    right: 0;
    top: -60px;
  }
}
@media screen and (max-width: 1023px) {
  .b11 {
    padding-bottom: 120px;
    position: relative;
    padding-top: 0;
  }
  .b11Title {
    padding-top: 40px;
  }
  .b11Slide {
    height: auto;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b11Figure1 {
    display: none;
  }
  .b11TitleSlider {
    padding-bottom: 70px;
  }
  .b11Wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: initial;
    position: static;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .b11Wrapper:before {
    top: initial;
    bottom: 125px;
    width: 88%;
    margin: auto;
    right: 0;
  }
  .b11SlideText p {
    min-height: 42px;
  }
  .b11SlideBox:before,
  .b11SlideBox:after {
    left: 0;
    right: 0;
    margin: auto;
  }
  .b11Slider.owl-carousel .owl-item {
    padding-bottom: 7px;
  }
  .b11WrapperSlider {
    position: relative;
    width: 100%;
    left: 0;
  }
  .b11Arrow {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b11PopUpBox {
    width: 88%;
    padding: 40px 6% 40px 6%;
    border-radius: 30px;
  }
  .b11PopUpPicture {
    max-width: 100%;
    height: auto;
  }
  .b11PopUpPicture img {
    height: auto;
  }
  .b11PopUpWrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b11PopUpText {
    padding-left: 0;
    padding-top: 15px;
  }
  .b11PopUpText p {
    font-size: 16px;
  }
  .b11PopUpText p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b11Title {
    border-top: 1px solid #ececec;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b12 {
  background-color: #f7f8fb;
}
.b12Wrapper {
  padding-top: 92px;
}
.b12TitleFilter {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b12TitleFilter .titleStandar2 {
  width: 360px;
  font-family: 'Inter-Medium', sans-serif;
}
.b12Filter {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b12FilterItem {
  margin-left: 25px;
  position: relative;
}
.b12FilterItem:first-child {
  margin-left: 0;
}
.b12FilterItem:before {
  content: "\e906";
  font-family: 'icomoon';
  position: absolute;
  right: 18px;
  bottom: 0;
  height: 42px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 10px;
  color: #001b83;
  pointer-events: none;
}
.b12FilterItem span {
  display: block;
  color: #001b83;
  font-family: 'Inter-Bold', sans-serif;
  letter-spacing: 0.03em;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
  line-height: 1.4;
}
.b12FilterItem select {
  width: 210px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 42px;
  border: 1px solid rgba(0,27,131,0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 20px;
  border-radius: 40px;
  font-size: 12px;
  color: rgba(0,27,131,0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  background-color: #f7f8fb;
}
.b12FilterItem selectselect::-ms-expand {
  display: none;
}
.b12Stadistics {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-top: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0,22,201,0.1);
  position: relative;
}
.b12Stadistics:before {
  content: "";
  width: 74px;
  height: 2px;
  background-color: #00c4b8;
  position: absolute;
  right: 100px;
  bottom: -1px;
}
.b12StadisticItem {
  width: calc(25% - 15px);
  margin-left: 20px;
  background-color: #001b83;
  height: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 25px;
}
.b12StadisticItem >div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b12StadisticItem:first-child {
  margin-left: 0;
}
.b12StadisticItem sup,
.b12StadisticItem span,
.b12StadisticItem em {
  color: #fff;
}
.b12StadisticItem span,
.b12StadisticItem sup {
  font-family: 'Inter-Bold', sans-serif;
  font-size: 22px;
  line-height: 1;
}
.b12StadisticItem sup {
  position: static;
}
.b12StadisticItem em {
  font-size: 12px;
  font-family: 'Inter-SemiBold', sans-serif;
  margin-left: 14px;
  max-width: 82px;
}
@media screen and (max-width: 1024px) {
  .b12FilterItem select {
    width: 190px;
  }
  .b12StadisticItem span,
  .b12StadisticItem sup {
    font-size: 22px;
  }
  .b12StadisticItem em {
    font-size: 13px;
  }
  .b12TitleFilter .titleStandar2 {
    width: 260px;
  }
}
@media screen and (max-width: 1023px) {
  .b12Stadistics {
    display: none;
  }
  .b12FilterItem select {
    width: 208px;
  }
  .b12TitleFilter {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b12TitleFilter .titleStandar2 {
    margin-bottom: 32px;
    max-width: 674px;
    width: 100%;
  }
  .b12Wrapper {
    padding-top: 42px;
  }
}
@media screen and (max-width: 767px) {
  .b12Wrapper {
    padding-bottom: 34px;
    position: relative;
  }
  .b12Wrapper:after {
    content: "";
    width: 54px;
    height: 2px;
    background-color: #00c4b8;
    position: absolute;
    bottom: -1px;
    right: 30px;
    z-index: 1;
  }
  .b12Filter {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .b12FilterItem {
    margin-left: 0;
    width: 100%;
    margin-top: 14px;
  }
  .b12FilterItem:first-child {
    margin-top: 0;
  }
  .b12FilterItem select {
    width: 100%;
    font-size: 14px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b13 {
  position: relative;
  padding-bottom: 70px;
}
.b13:before {
  content: "";
  width: 100%;
  height: 400px;
  background-color: #f7f8fb;
  position: absolute;
  top: 0%;
  left: 0;
}
.b13Wrapper {
  padding-top: 58px;
  position: relative;
  z-index: 1;
}
.b13Item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 0 22px 0 86px;
  margin-bottom: 100px;
  position: relative;
}
.b13Item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .b13Item:nth-child(odd):before {
    content: "";
    width: 202px;
    height: 202px;
    background-image: url("../img/b13pattern.svg");
    position: absolute;
    left: 20px;
    top: 70px;
  }
  .b13Item:nth-child(even) {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .b13Item:nth-child(even) .b13Text {
    margin-left: 0;
    margin-right: 52px;
  }
  .b13Item:nth-child(even) .b13Numbre {
    left: 75%;
    right: initial;
  }
  .b13Item:nth-child(even) .b13ItemImage img:nth-child(2) {
    left: initial;
    right: calc(100% - 60px);
  }
}
.b13ItemImage {
  position: relative;
  padding-bottom: 60px;
  padding-top: 24px;
  z-index: 1;
  max-width: 664px;
}
.b13ItemImage img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}
.b13ItemImage img:nth-child(1) {
  width: 665px;
  height: 458px;
}
.b13ItemImage img:nth-child(2) {
  width: 528px;
  height: 330px;
  position: absolute;
  left: calc(100% - 56px);
  bottom: 0px;
}
.b13Text {
  width: 385px;
  margin-left: 40px;
  position: relative;
  padding-top: 18px;
  padding-left: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 330px;
}
.b13Text:before {
  content: "";
  width: 42px;
  height: 1px;
  background-color: #00c4b8;
  position: absolute;
  top: 33px;
  left: 0;
}
.b13Text h2 {
  color: #001b83;
  font-size: 23px;
  margin-bottom: 10px;
  font-family: 'Inter-Bold', sans-serif;
  line-height: 1.3;
}
.b13Text p {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Inter-Medium', sans-serif;
  line-height: 1.5;
}
.b13Text p strong {
  font-weight: normal;
  font-family: 'Inter-Bold', sans-serif;
  text-transform: initial;
  color: #001b83;
}
.b13Numbre {
  font-size: 180px;
  position: absolute;
  right: 70%;
  top: -32px;
  color: #eef0fa;
  font-family: 'Inter-Bold', sans-serif;
  z-index: -1;
  line-height: 0.9;
}
@media screen and (max-width: 1599px) {
  .b13Numbre {
    font-size: calc(100px + (180 - 100) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b13Button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b13Button a {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b13Button i {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #00c4b8;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}
.b13Button span {
  margin-left: 14px;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #001b83;
  font-family: 'Inter-SemiBold', sans-serif;
  text-transform: uppercase;
}
.b13WrapperController {
  padding: 0 22px 0 86px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b13Pager {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 86px;
  padding-top: 10px;
}
.b13Pager ul {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b13Pager li {
  margin-right: 12px;
}
.b13Pager a {
  width: 50px;
  height: 50px;
  background-color: #f4f5f6;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #333;
  font-size: 16px;
  font-family: 'Inter-SemiBold', sans-serif;
}
.b13Pager a.active {
  background-color: #001b83;
  color: #fff;
  -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
}
.b13Arrows {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 30px;
  position: relative;
}
.b13Arrows:before {
  content: "";
  width: calc(100% - 156px);
  height: 1px;
  background-color: #001b83;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.b13Arrows:after {
  content: "";
  width: 74px;
  height: 2px;
  background-color: #00c4b8;
  position: absolute;
  top: 50%;
  left: 104px;
}
.b13Arrows a {
  margin: 0;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid rgba(0,27,131,0.5);
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0,27,131,0.5);
  cursor: pointer;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .b13Arrows a {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
  }
  .b13Arrows a:hover {
    color: #fff;
    background-color: #00c4b8;
    border-color: #00c4b8;
  }
}
.b13Arrows a:first-child {
  margin-left: auto;
  margin-right: 12px;
}
@media screen and (max-width: 1280px) {
  .b13ItemImage {
    max-width: 600px;
  }
  .b13ItemImage img:nth-child(2) {
    max-width: 470px;
  }
  .b13Text {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .b13WrapperController {
    padding-left: 0;
  }
  .b13Pager {
    padding-left: 0;
  }
  .b13Item {
    padding: 0;
  }
  .b13ItemImage {
    max-width: 540px;
  }
  .b13ItemImage img:nth-child(2) {
    max-width: 380px;
  }
}
@media screen and (max-width: 1023px) {
  .b13Item:nth-child(even) .b13Text {
    margin-right: 20px;
  }
  .b13Item:nth-child(odd):before {
    display: none;
  }
  .b13 {
    padding-bottom: 46px;
  }
  .b13Pager {
    padding-top: 46px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b13Arrows {
    display: none;
  }
  .b13Text {
    margin-left: 20px;
    padding-bottom: 0;
  }
  .b13Text h2 {
    font-size: 20px;
  }
  .b13ItemImage {
    padding-bottom: 0;
  }
  .b13ItemImage img:nth-child(1) {
    display: none;
  }
  .b13ItemImage img:nth-child(2) {
    max-width: 380px;
    position: static;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .b13Wrapper {
    padding-top: 45px;
    border-top: 1px solid #ececec;
  }
  .b13Item {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 68px;
  }
  .b13Text {
    margin-left: 0;
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }
  .b13Text:before {
    display: none;
  }
  .b13Numbre {
    display: none;
  }
  .b13ItemImage {
    max-width: 100%;
  }
  .b13ItemImage img:nth-child(2) {
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 425px) {
  .b13ItemImage img:nth-child(2) {
    height: 270px;
    object-fit: cover;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b14 {
  position: relative;
  overflow: hidden;
}
.b14Wrapper {
  position: relative;
}
.b14Wrapper .b7ArrowDown {
  left: initial;
  right: 0;
  color: #001b83;
  width: 80px;
  height: 80px;
  top: 94px;
}
.b14Title {
  height: 270px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
}
.b14Title span {
  font-size: 150px;
  font-family: 'gilroy-bold', sans-serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0,27,131,0.3);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1599px) {
  .b14Title span {
    font-size: calc(100px + (150 - 100) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b14Title .titleStandar2 {
  color: #001b83;
  font-size: 35px;
  font-family: 'Inter-SemiBold', sans-serif;
  max-width: 500px;
  padding-top: 60px;
  margin-left: 70px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  .b14Title .titleStandar2 {
    font-size: calc(20px + (35 - 20) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b14Title .titleStandar2 strong {
  color: #00c4b8;
  font-weight: normal;
}
.b14Title.b14Title2 .titleStandar2 {
  padding-top: 30px;
  margin-left: 15px;
}
.b14BannerMedia {
  position: relative;
  min-height: 492px;
}
.b14BannerMedia:before {
  content: "";
  width: 50vw;
  height: 62%;
  background-color: #001b83;
  position: absolute;
  right: 50%;
  bottom: 0;
}
.b14BannerMediaPicture {
  display: block;
  position: absolute;
  width: calc(50vw + 620px);
  height: 100%;
  left: 0;
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
  z-index: 3;
}
.b14BannerMediaPicture:before {
  content: "";
  width: 100%;
  height: 42%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(90deg, #000 0%, rgba(0,0,0,0) 100%);
  background-image: -moz-linear-gradient(90deg, #000 0%, rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(90deg, #000 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient(90deg, #000 0%, rgba(0,0,0,0) 100%);
  background-image: linear-gradient(0deg, #000 0%, rgba(0,0,0,0) 100%);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.b14BannerMediaPicture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.b14BannerMediaPicture .ButtonMediaPlay {
  position: absolute;
  left: 72px;
  bottom: 45px;
  z-index: 1;
}
.b14BannerMediaPicture .ButtonMediaPlay span {
  color: #fff;
}
.b14Text {
  min-height: 400px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0;
}
.b14Text:before,
.b14Text:after {
  content: "";
  height: 100%;
  background-color: #001b83;
  position: absolute;
  top: 0;
}
.b14Text:before {
  width: calc(50vw + 306px);
  right: calc(50% - 306px);
  z-index: 2;
}
.b14Text:after {
  width: 50vw;
  left: 50%;
  background-color: #f7f8fb;
}
.b14Picture {
  position: absolute;
  left: -122px;
  top: -132px;
  z-index: 2;
}
.b14Picture2 {
  position: absolute;
  right: 0;
  bottom: 76px;
  z-index: 2;
}
.b14Paragraph {
  max-width: 700px;
  position: relative;
  z-index: 3;
}
.b14Paragraph h2 {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: 'Inter-Bold', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.b14Paragraph p {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  text-align: justify;
}
@media screen and (max-width: 1280px) {
  .b14BannerMedia {
    min-height: 440px;
  }
  .b14BannerMediaPicture {
    width: calc(50vw + 570px);
  }
}
@media screen and (max-width: 1024px) {
  .b14BannerMedia {
    min-height: 390px;
  }
  .b14Title .titleStandar2 {
    padding-top: 40px;
  }
  .b14Paragraph p {
    font-size: 20px;
  }
  .b14Paragraph {
    max-width: 520px;
  }
}
@media screen and (max-width: 1023px) {
  .b14BannerMedia:before {
    display: none;
  }
  .b14Title {
    height: 142px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b14Title .titleStandar2 {
    margin-left: 0;
    padding-top: 0;
    text-align: center;
  }
  .b14Title span {
    display: none;
  }
  .b14Picture {
    display: none;
  }
  .b14BannerMedia {
    width: 100%;
    min-height: 310px;
  }
  .b14BannerMediaPicture {
    width: 100%;
    border-radius: 0;
  }
  .b14BannerMediaPicture .ButtonMediaPlay {
    left: initial;
    right: 6%;
    bottom: 22px;
  }
  .b14Text {
    width: 100%;
    background-color: #001b83;
    min-height: initial;
    padding: 28px 0 140px;
  }
  .b14Text:before,
  .b14Text:after {
    display: none;
  }
  .b14Paragraph {
    width: 88%;
    margin: auto;
    max-width: 100%;
    text-align: center;
  }
  .b14Paragraph h2 {
    line-height: 1.45;
  }
  .b14Paragraph p {
    font-size: 15px;
    font-family: 'Inter-Light', sans-serif;
    line-height: 1.5;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b15 {
  padding-top: 80px;
}
.b15Wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-bottom: 100px;
}
.b15Left {
  max-width: 753px;
  width: 100%;
  padding-right: 66px;
}
.b15Left h2 {
  font-size: 25px;
  line-height: 1.2;
  font-family: 'Inter-Medium', sans-serif;
}
@media screen and (max-width: 1599px) {
  .b15Left h2 {
    font-size: calc(20px + (25 - 20) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b15Right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: -45px;
}
.b15RightSticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  background-color: #fff;
  margin-top: -400px;
  z-index: 10;
  right: 0;
  top: 110px;
  width: 100%;
  max-width: 442px;
  -webkit-box-shadow: 0px 9px 44px rgba(192,192,192,0.25);
  box-shadow: 0px 9px 44px rgba(192,192,192,0.25);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 30px 22px 30px;
}
.b15RightSticky h2 {
  font-size: 25px;
  text-align: center;
  line-height: 1.5;
  font-family: 'Inter-Bold', sans-serif;
  color: #001b83;
  margin-bottom: 10px;
}
.b15RightSticky h3 {
  padding: 24px 0 20px 0;
  line-height: 1.5;
  font-family: 'Inter-Bold', sans-serif;
  color: #001b83;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.b15RightTableOne {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b15RightTableOne:nth-of-type(1) {
  margin-bottom: 10px;
}
.b15RightTableOne li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14px;
  font-family: 'Inter-Light', sans-serif;
  background-color: #f7f8fb;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b15RightTableOne li strong {
  font-weight: normal;
  font-family: 'Inter-Bold', sans-serif;
  font-size: 15px;
  text-transform: initial;
  margin-left: 10px;
}
.b15RightTableOne li:nth-child(1) {
  padding-left: 40px;
  text-align: left;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b15RightTableOne li:nth-child(2) {
  position: relative;
  margin-left: -5px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 55%;
  -ms-flex: 0 55%;
  flex: 0 55%;
}
.b15RightTableOne li:nth-child(2):before {
  content: '';
  width: 1px;
  height: 22px;
  background-color: rgba(0,27,131,0.12);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.b15RightTableTwo ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  border-top: 1px solid rgba(0,27,131,0.12);
}
.b15RightTableTwo li {
  height: 70px;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-transform: uppercase;
}
.b15RightTableTwo li:nth-child(1) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  padding-left: 56px;
}
.b15RightTableTwo li:nth-child(2) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}
.b15RightTableTwo li strong {
  font-weight: normal;
  font-family: 'Inter-Bold', sans-serif;
  font-size: 16px;
  text-transform: initial;
  margin-left: 15px;
}
.b15LeftMap h2 {
  margin-bottom: 40px;
}
.b15BoxMap {
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(0px 62px 49px rgba(3,0,57,0.05)) !important;
}
.b15LeftMapPicture {
  display: block;
}
.b15LeftMapPicture img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.b15LeftMapDescription {
  background-color: #fff;
  min-height: 102px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px 0 10px 66px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b15LeftMapDescription h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.b15LeftMapDescription h3 i {
  color: #001b83;
  font-size: 18px;
}
.b15LeftMapDescription h3 span {
  font-size: 16px;
  font-family: 'Inter-Bold', sans-serif;
  margin-left: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.b15LeftMapDescription p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}
.b15LeftFictures h2 {
  margin-bottom: 60px;
}
.b15Slider {
  position: relative;
}
.b15Slider .owl-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -44px;
}
.b15Slider .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #001b83;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 28px;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -ms-transition: 300ms all;
  transition: 300ms all;
}
.b15Slider .owl-dot:first-child {
  margin-left: 0;
}
.b15Slider .owl-dot.active {
  width: 25px;
  background-color: #00c4b8;
  border-color: #00c4b8;
  border-radius: 4px;
}
.b15LeftFicturesItem {
  height: 122px;
  background-color: #f7f8fb;
  border-radius: 15px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 54px 10px 54px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b15LeftFicturesItem:last-child {
  margin-bottom: 0;
}
.b15LeftFicturesItem figure {
  margin: 0;
}
.b15LeftFicturesItem figure img {
  display: block;
}
.b15LeftFicturesItemText {
  margin-left: 42px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.b15LeftFicturesItemText h3 {
  font-family: 'Inter-Medium', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
.b15LeftFicturesItemText p {
  font-size: 14px;
  font-family: 'Inter-Light', sans-serif;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .b15RightSticky {
    padding: 24px 22px 12px 22px;
    max-width: 400px;
  }
  .b15RightTableOne li {
    font-size: 12px;
    height: 38px;
  }
  .b15RightTableOne li strong {
    font-size: 13px;
  }
  .b15RightTableOne:nth-of-type(1) {
    margin-bottom: 7px;
  }
  .b15RightSticky h3 {
    font-size: 13px;
    padding: 20px 0 15px 0;
  }
  .b15RightTableTwo li {
    height: 50px;
    font-size: 12px;
  }
  .b15RightTableTwo li strong {
    font-size: 13px;
  }
  .b15RightTableTwo li:nth-child(1) {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .b15Left {
    max-width: 570px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .b15Left {
    max-width: 520px;
  }
}
@media screen and (max-width: 1023px) {
  .b15Left {
    max-width: 100%;
    width: 88%;
    margin: auto;
    padding-right: 0;
    padding-top: 24px;
  }
  .b15 {
    padding-top: 0;
  }
  .b15Wrapper {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
  }
  .b15RightSticky {
    top: 0;
    margin-top: 0;
    position: relative;
  }
  .b15Right {
    width: 88%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-right: 0;
    background-color: #f7f8fb;
    padding-bottom: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: auto;
    margin-top: -100px;
  }
  .b15LeftMap {
    margin-bottom: 50px;
  }
  .b15LeftMapDescription p {
    font-size: 14px;
  }
  .b15LeftFictures h2 {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .b15RightTableOne li:nth-child(1) {
    padding-left: 28px;
  }
  .b15RightTableTwo li:nth-child(1) {
    padding-left: 28px;
  }
  .b15RightTableTwo li:nth-child(2) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 34%;
    -ms-flex: 0 34%;
    flex: 0 34%;
  }
  .b15LeftMapDescription {
    padding: 25px 24px;
  }
  .b15Wrapper {
    padding-bottom: 50px;
  }
  .b15LeftMap {
    margin-bottom: 0;
  }
  .b15LeftFictures {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .b15LeftFicturesItem {
    height: initial;
    min-height: 186px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 20px 25px 26px;
  }
  .b15LeftFicturesItem figure {
    margin-right: auto;
    margin-bottom: 16px;
  }
  .b15LeftFicturesItemText {
    margin-left: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b16 {
  padding-top: 60px;
  padding-bottom: 64px;
  background-color: #f7f8fb;
  overflow: hidden;
}
.b16 .b4Title .titleStandar2 {
  font-family: 'Inter-Light', sans-serif;
}
.b16 .b4Title .titleStandar2 span {
  background-color: #f7f8fb;
}
.b16 .b4Slider {
  width: calc(100% - 200px);
}
.b16 .b4Slide {
  max-width: 480px;
  height: 420px;
  border-radius: 10px;
}
@media screen and (min-width: 1025px) {
  .b16 .b4Slide:hover .b4SlidePicture:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .b16 .b4Slide:hover .b4SlidePicture i {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.b16 .b4SlidePicture:after {
  display: none;
}
.b16 .b4SlidePicture:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51,51,51,0.3);
  z-index: 1;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -ms-transition: 300ms all;
  transition: 300ms all;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b16 .b4SlidePicture i {
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -ms-transition: 300ms all;
  transition: 300ms all;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #001b83;
  background-color: #fff;
  border-radius: 100%;
  font-size: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media screen and (max-width: 1024px) {
  .b16 .b4Slide {
    height: 350px;
  }
}
@media screen and (max-width: 1023px) {
  .b16 {
    padding-bottom: 110px;
    padding-top: 32px;
  }
  .b16 .b4Title {
    padding-top: 0;
    border: 0;
  }
  .b16 .b4Title .titleStandar2 {
    font-family: 'Inter-Medium', sans-serif;
  }
  .b16 .b4Wrapper {
    padding-top: 36px;
  }
  .b16 .b4Slider {
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b17 {
  padding-bottom: 60px;
  background-color: #f7f8fb;
}
.b17 .b14Title .titleStandar2 {
  padding-top: 40px;
}
.b17Wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b17Wrapper .b4Slide {
  margin: 0;
  max-width: initial;
  margin-bottom: 43px;
}
@media screen and (min-width: 1024px) and (max-width: 3000px) {
  .b17Wrapper .b4Slide {
    width: calc(33.333333% - 16.666666px);
    margin-left: 25px;
  }
  .b17Wrapper .b4Slide:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b17Wrapper .b4Slide {
    width: calc(50% - 22.555px);
    margin-left: 25px;
  }
  .b17Wrapper .b4Slide:nth-child(2n + 1) {
    margin-left: 0;
  }
}
.b17Wrapper .b4SlidePicture span {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1280px) {
  .b17Wrapper .b4Slide {
    height: 270px;
  }
}
@media screen and (max-width: 1024px) {
  .b17Wrapper .b4Slide {
    height: 220px;
  }
  .b17Wrapper .b4SlidePicture h3 {
    padding: 0 30px 18px 30px;
  }
  .b17Wrapper .b4SlidePicture span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .b17 .b14Title {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .b17 .b14Title .titleStandar2 {
    margin-left: 0;
    padding-top: 0;
  }
  .b17Wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .b17Wrapper .b4Slide {
    margin-left: auto;
    height: 268px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-bottom: 22px;
    max-width: 326px;
  }
  .b17Wrapper .b4Slide:first-child {
    margin-left: auto;
  }
  .b17Wrapper .b4SlidePicture i {
    width: 24px;
    height: 24px;
    font-size: 8px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.tecnologiaDetail .footer {
  display: none;
}
.b18 {
  position: relative;
  min-height: 500px;
  width: 100%;
}
.b18Wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.b18Wrapper .section {
  display: block;
}
@media screen and (min-width: 1024px) {
  .b18Wrapper .section .b18Slider {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 400ms all;
    -moz-transition: 400ms all;
    -o-transition: 400ms all;
    -ms-transition: 400ms all;
    transition: 400ms all;
    -webkit-transform: translateY(5rem);
    -moz-transform: translateY(5rem);
    -o-transform: translateY(5rem);
    -ms-transform: translateY(5rem);
    transform: translateY(5rem);
  }
  .b18Wrapper .section.active .b18Slider {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0rem);
    -moz-transform: translateY(0rem);
    -o-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    transition-delay: 600ms;
  }
}
.b18Wrapper .pp-tableCell {
  display: block;
}
#pp-nav {
  visibility: hidden;
}
.b18Navigation {
  position: fixed;
  left: 0;
  bottom: 30px;
  z-index: 10;
  height: calc(100% - 88px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -o-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  width: 152px;
  border-right: 1px solid rgba(0,22,201,0.1);
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  transition: opacity 300ms;
}
.b18Nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  width: 100%;
}
.b18Nav li {
  width: 100%;
  margin-bottom: 30px;
}
.b18Nav li:last-child {
  margin-bottom: 0;
}
.b18Nav li.active a {
  color: #001b83;
  border-right: 3px solid #00c4b8;
}
.b18Nav a {
  font-size: 16px;
  font-family: 'Inter-Bold', sans-serif;
  color: #e0e0e0;
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-right: 3px solid transparent;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -ms-transition: 300ms all;
  transition: 300ms all;
}
.b18Arrows {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b18Arrows a {
  font-size: 15px;
  height: 28px;
  width: 28px;
  color: #001b83;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b18Arrows a:first-child {
  margin-bottom: 18px;
}
.b18Wrapper .pp-section.pp-table {
  background-color: #fff;
}
.b18Box {
  height: calc(100vh - 100px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 152px);
  margin-left: auto;
  padding-left: 85px;
  padding-right: 118px;
}
.b18WrapperSlider {
  position: relative;
  width: 100%;
}
.b18WrapperSlider .titleStandar2 {
  position: absolute;
  max-width: 482px;
  font-family: 'Inter-Bold', sans-serif;
  color: #001b83;
  padding-top: 5px;
  z-index: 2;
}
.b18WrapperSlider .titleStandar2 strong {
  font-weight: normal;
  font-family: 'Inter-Bold', sans-serif;
  color: #00c4b8;
}
.b18Slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 482px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 72px;
}
.b18Slider .owl-dots:before {
  content: "";
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #001b83;
  margin-right: 52px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.b18Slider .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #abb4d4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 28px;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -ms-transition: 300ms all;
  transition: 300ms all;
}
.b18Slider .owl-dot:last-child {
  margin-right: 0;
}
.b18Slider .owl-dot.active {
  width: 25px;
  background-color: #001b83;
  border-radius: 4px;
}
.b18Slide {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b18SlideLeft {
  max-width: 482px;
  width: 100%;
  background-color: #00c4b8;
  border-radius: 20px 0 20px 20px;
  min-height: 477px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
.b18SlideLeftText {
  padding: 35px 54px;
}
.b18SlideLeftText h3 {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: 'Inter-Bold', sans-serif;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 25px;
}
.b18SlideLeftText h3:before {
  content: "";
  width: 43px;
  height: 1px;
  background-color: #001b83;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b18SlideLeftParagraph p {
  font-size: 16px;
  color: #fff;
  font-family: 'Inter-Light', sans-serif;
  text-align: justify;
}
.b18SlideLeftParagraph p:last-of-type {
  margin-bottom: 0;
}
.b18SlideLeftImages {
  padding-top: 38px;
}
.b18SlideLeftImages img {
  display: inline-block !important;
  width: 164px !important;
  border-radius: 10px;
}
.b18SlideRight {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 110px;
  max-width: 1000px;
}
.b18SlideRight .b4SlidePicture {
  border-radius: 50px 10px 50px 0px;
  overflow: hidden;
}
.b18SlideRight .b4SlidePicture img {
  border-radius: 50px 10px 50px 0px;
  max-width: 1000px;
  max-height: 600px;
  object-fit: cover;
}
.b18SlideRight .ButtonMediaPlay {
  position: absolute;
  left: 54px;
  bottom: 40px;
  z-index: 2;
}
.b18SubCategory {
  display: none;
}
@media screen and (max-width: 1440px) {
  .b18SlideLeft {
    max-width: 530px;
    margin-top: 70px;
    min-height: 420px;
  }
  .b18SlideRight {
    margin-bottom: 70px;
  }
  .b18Nav li {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1366px) {
  .b18Box {
    padding-right: 4%;
  }
}
@media screen and (max-width: 1280px) {
  .b18SlideLeft {
    max-width: 480px;
    min-height: 390px;
  }
  .b18Box {
    padding-right: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .b18Box {
    padding-left: 35px;
  }
  .b18SlideLeft {
    max-width: 350px;
    min-height: 350px;
  }
  .b18SlideLeftText {
    padding: 35px 35px;
  }
  .b18SlideLeftParagraph p {
    font-size: 14px;
    line-height: 1.5;
  }
  .b18SlideRight .ButtonMediaPlay {
    left: 20px;
    bottom: 22px;
  }
  .b18SlideLeftImages {
    padding-top: 25px;
  }
  .b18SlideLeftImages img {
    width: 110px !important;
  }
}
@media screen and (max-width: 1023px) {
  .b18SlideLeftText {
    padding: 0px 48px;
  }
  .b18SlideLeftImages img {
    width: 125px !important;
  }
  .b18SubCategory {
    display: block;
    padding-top: 22px;
    padding-bottom: 10px;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 70px;
    z-index: 100;
    background-color: #fff;
  }
  .b18SubCategory .b12FilterItem select {
    width: 100%;
    background-color: #fff;
  }
  .b18WrapperSlider .titleStandar2 {
    text-align: center;
    position: relative;
    max-width: 88%;
    margin: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid #ececec;
  }
  .b18Navigation {
    display: none;
  }
  .b18Box {
    height: auto;
    padding: 0;
    width: 100%;
  }
  .b18Slider .owl-dots {
    position: relative;
    width: 100%;
    padding: 20px 0 30px 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b18Slider .owl-dots:before {
    display: none;
  }
  .b18Slide {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b18SlideLeft {
    max-width: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 60px 0 26px 0;
    min-height: initial;
  }
  .b18SlideRight {
    margin-bottom: 0;
  }
  .b18SlideRight {
    width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
  .b18SlideRight .b4SlidePicture {
    border-radius: 0;
  }
  .b18SlideRight .b4SlidePicture img {
    border-radius: 0;
    height: 394px;
  }
  .b18 {
    height: auto;
    padding-top: 36px;
  }
  .b18Wrapper {
    height: auto;
    position: relative;
  }
  .b18Wrapper .section {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
  }
  .b18Wrapper .section.active {
    position: relative;
    visibility: visible;
  }
  .tecnologiaDetail .footer {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .b18SlideRight .b4SlidePicture img {
    height: 260px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b19 {
  background-color: #001b83;
  position: relative;
}
.b19Picture {
  position: absolute;
  right: 0;
  top: 60px;
}
.b19Wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 322px;
}
.b19Title {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -o-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.b19Title .b7ArrowDown {
  position: static;
  width: 80px;
  height: 80px;
  margin: 0;
  margin-right: 56px;
}
.b19Title h2 {
  width: 310px;
  color: #fff;
  font-size: 40px;
  font-family: 'Inter-Bold', sans-serif;
  line-height: 1.3;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .b19Title h2 {
    font-size: calc(30px + (40 - 30) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b19Title h2 span {
  font-family: 'Inter-SemiBold', sans-serif;
  font-size: 25px;
  display: block;
}
.b19Paragraph {
  max-width: 500px;
}
.b19Paragraph p {
  color: #fff;
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .b19Paragraph {
    width: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .b19Picture {
    display: none;
  }
  .b19Wrapper {
    height: 230px;
  }
  .b19Paragraph {
    text-align: center;
    padding-top: 15px;
  }
  .b19Paragraph p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .b19Title {
    text-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b19Title h2 span {
    font-size: 18px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2 {
  background-color: #001b83;
  padding: 70px 0 100px 0;
  overflow: hidden;
}
.b2Wrapper {
  max-width: 1312px;
  position: relative;
}
.b2Path1,
.b2Path2 {
  position: absolute;
  bottom: 32px;
}
.b2Path1 {
  left: -80px;
}
.b2Path2 {
  right: -80px;
}
.b2Title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 52px;
}
.b2Title .titleStandar2 {
  color: #fff;
}
.b2WrapperSlider {
  position: relative;
  z-index: 1;
}
.b2Slider {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.b2Slider .owl-stage {
  padding-bottom: 24px;
}
.b2Slide {
  max-width: 244px;
  width: 100%;
  margin: 0;
  -webkit-box-shadow: 0px 4px 30px rgba(0,17,84,0.5);
  box-shadow: 0px 4px 30px rgba(0,17,84,0.5);
  background-color: #001b83;
  border-radius: 25px;
  overflow: hidden;
  min-height: 277px;
  margin-left: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b2Slide:first-child {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .b2Slide .b2SlideBox {
    -webkit-transition: 350ms all;
    -moz-transition: 350ms all;
    -o-transition: 350ms all;
    -ms-transition: 350ms all;
    transition: 350ms all;
  }
  .b2Slide .b2SlideBox:hover {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .b2Slide .b2SlideBox:hover .b2SlideText h3 {
    color: #001b83;
  }
  .b2Slide .b2SlideBox:hover .ButtonSecurity span {
    color: #001b83;
  }
  .b2Slide .b2SlideBox:hover .ButtonSecurity i {
    background-color: #00c4b8;
    color: #fff;
  }
}
.b2SlideBox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b2SlidePicture {
  width: 100%;
  height: 140px;
  position: relative;
  display: block;
}
.b2SlidePicture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b2SlideText {
  padding: 24px 26px 0 26px;
}
.b2SlideText h3 {
  color: #fff;
  font-size: 16px;
  font-family: 'Inter-SemiBold', sans-serif;
  -webkit-transition: 350ms all;
  -moz-transition: 350ms all;
  -o-transition: 350ms all;
  -ms-transition: 350ms all;
  transition: 350ms all;
}
.b2SlideButton {
  padding: 10px 26px 20px 26px;
  margin-top: auto;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ButtonSecurity {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ButtonSecurity span {
  margin-right: 10px;
  font-size: 10px;
  font-family: 'Inter-SemiBold', sans-serif;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 350ms all;
  -moz-transition: 350ms all;
  -o-transition: 350ms all;
  -ms-transition: 350ms all;
  transition: 350ms all;
}
.ButtonSecurity i {
  width: 27px;
  height: 27px;
  border-radius: 100%;
  font-size: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #001b83;
  background-color: #fff;
  -webkit-transition: 350ms all;
  -moz-transition: 350ms all;
  -o-transition: 350ms all;
  -ms-transition: 350ms all;
  transition: 350ms all;
}
@media screen and (max-width: 1023px) {
  .b2Slider.owl-carousel .owl-stage-outer {
    overflow: visible !important;
  }
  .b2 {
    position: relative;
  }
  .b2Title {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b2Title .titleStandar2 {
    text-align: center;
  }
  .b2Wrapper {
    position: static;
  }
  .b2Path1,
  .b2Path2 {
    display: none;
  }
  .b2TitleButton {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b2TitleButton .buttonStandard {
    height: 42px;
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .b2Slider {
    max-width: 244px;
    width: 100%;
    margin: auto;
  }
  .b2Slider.owl-carousel .owl-stage-outer {
    overflow: visible !important;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b20 {
  padding-top: 86px;
  background-color: #f7f8fb;
}
.b20Wrapper {
  padding-top: 60px;
  position: relative;
  padding-bottom: 70px;
}
.b20Wrapper:before,
.b20Wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.b20Wrapper:after {
  background-color: #00c4b8;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.b20Picture {
  position: absolute;
  left: -130px;
  top: -80px;
}
@media screen and (min-width: 1024px) {
  .b20Picture {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 300ms opacity;
    -moz-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    -ms-transition: 300ms opacity;
    transition: 300ms opacity;
  }
}
.b20Item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .b20Item:nth-child(even) {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .b20Item:nth-child(even) .b20ItemText {
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 70px;
    margin-right: 66px;
  }
  .b20Item:nth-child(even) .b20ItemText h2 {
    padding-left: 0;
    padding-right: 60px;
  }
  .b20Item:nth-child(even) .b20ItemParagraph {
    padding-left: 0px;
    padding-right: 60px;
  }
  .b20Item:nth-child(even) .b20Button {
    padding-left: 0px;
  }
  .b20Item:nth-child(even) .b20Picture {
    left: initial;
    top: initial;
    right: -130px;
    bottom: -80px;
  }
  .b20Item:nth-child(1):after {
    top: -46px;
  }
  .b20Item:nth-child(1).active:after {
    height: calc(100% + 24px + 46px);
  }
  .b20Item:last-child.active:after {
    height: calc(100% + 100px);
  }
  .b20Item.active:after {
    height: calc(100% + 24px);
  }
  .b20Item.active .b20Picture {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.b20Item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background-color: rgba(0,27,131,0.5);
  width: 1px;
  height: 0;
  -webkit-transition: 350ms all;
  -moz-transition: 350ms all;
  -o-transition: 350ms all;
  -ms-transition: 350ms all;
  transition: 350ms all;
}
.b20ItemPicture {
  display: block;
}
.b20ItemPicture img {
  border-radius: 40px 10px;
  display: block;
}
.b20ItemText {
  width: 50%;
  padding-left: 70px;
  margin-left: 66px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 90px;
}
.b20ItemText h2 {
  width: 100%;
  border-bottom: 1px solid #00c4b8;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-family: 'Inter-SemiBold', sans-serif;
  padding-bottom: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.b20ItemParagraph {
  padding-left: 60px;
  max-height: 101px;
  overflow: hidden;
  -webkit-transition: 2000ms max-height linear;
  -moz-transition: 2000ms max-height linear;
  -o-transition: 2000ms max-height linear;
  -ms-transition: 2000ms max-height linear;
  transition: 2000ms max-height linear;
  -o-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.b20ItemParagraph p {
  font-size: 15px;
  line-height: 1.6;
  font-family: 'Inter-Light', sans-serif;
  color: #333 !important;
  text-align: justify;
}
.b20ItemParagraph.open {
  max-height: 100vh;
  -webkit-line-clamp: initial;
}
.b20Button {
  padding-left: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 16px;
}
.b20Button span {
  margin: 0;
  font-size: 13px;
  font-family: 'Inter-SemiBold', sans-serif;
  line-height: 1;
}
.b20Button span:nth-of-type(2) {
  display: none;
}
.b20Button i {
  font-size: 10px;
  color: #00c4b8;
  margin-left: 5px;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -ms-transition: 300ms all;
  transition: 300ms all;
}
.b20Button.open span:nth-of-type(1) {
  display: none;
}
.b20Button.open span:nth-of-type(2) {
  display: block;
}
.b20Button.open i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 1279px) {
  .b20ItemPicture {
    width: 48%;
  }
  .b20ItemPicture img {
    max-width: 100%;
    height: auto;
  }
  .b20ItemText {
    margin-left: 30px;
    padding-left: 30px;
    padding-top: 50px;
  }
  .b20ItemText h2 {
    padding-left: 30px;
  }
  .b20ItemParagraph {
    padding-left: 30px;
  }
  .b20Button {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .b20 {
    padding-top: 0;
  }
  .b20Wrapper:before,
  .b20Wrapper:after {
    display: none;
  }
  .b20Item {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .b20ItemPicture {
    width: 100%;
  }
  .b20ItemPicture img {
    width: 100%;
  }
  .b20ItemText {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    padding-top: 32px;
  }
  .b20ItemText h2 {
    padding-left: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .b20ItemParagraph {
    padding-left: 0px;
  }
  .b20Button {
    padding-left: 0px;
  }
  .b20Picture {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b21 {
  background-color: #f7f8fb;
}
.b21Wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-bottom: 40px;
}
.b21Item {
  max-width: 354px;
  width: 100%;
  margin: 0 15px;
  margin-bottom: 32px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -ms-transition: 300ms all;
  transition: 300ms all;
}
@media screen and (min-width: 1025px) {
  .b21Item:hover {
    -webkit-box-shadow: 0px 4px 15px rgba(6,0,120,0.05);
    box-shadow: 0px 4px 15px rgba(6,0,120,0.05);
  }
}
.b21ItemPicture {
  display: block;
  height: 170px;
}
.b21ItemPicture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.b21ItemText {
  padding: 26px 32px;
  min-height: 118px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b21ItemText i {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid #00c4b8;
  font-size: 11px;
  color: #001b83;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b21ItemParagraph {
  padding-right: 45px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.b21ItemParagraph h2 {
  font-size: 16px;
  font-family: 'Inter-Bold', sans-serif;
  color: #001b83;
  text-transform: uppercase;
}
.b21ItemParagraph p {
  font-size: 14px;
  font-family: 'Inter-Light', sans-serif;
  margin: 0;
  color: #001b83;
  min-height: 34px;
}
@media screen and (max-width: 1023px) {
  .b21Item {
    max-width: 305px;
  }
  .b21ItemParagraph {
    padding-right: 20px;
  }
  .b14Title.b14Title2 .titleStandar2 {
    padding-left: 0;
    margin-left: 0;
    padding-top: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b22 {
  background: -webkit-linear-gradient(0deg, #001b83 calc(50% + 115px), #f7f8fb 50%);
  background: -moz-linear-gradient(0deg, #001b83 calc(50% + 115px), #f7f8fb 50%);
  background: -o-linear-gradient(0deg, #001b83 calc(50% + 115px), #f7f8fb 50%);
  background: -ms-linear-gradient(0deg, #001b83 calc(50% + 115px), #f7f8fb 50%);
  background: linear-gradient(90deg, #001b83 calc(50% + 115px), #f7f8fb 50%);
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.b22:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% + 115px);
  height: 100%;
  background-image: url("../img/b22image.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.b22Picture2 {
  position: absolute;
  right: -135px;
  bottom: 22%;
}
.b22Title {
  max-width: 992px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 288px;
  position: relative;
  z-index: 1;
}
.b22Title .titleStandar2 {
  width: 492px;
  color: #fff;
}
.b22Title .titleStandar2 strong {
  font-weight: normal;
  font-family: 'Inter-Bold', sans-serif;
}
.b22Picture {
  position: absolute;
  left: -100px;
  top: 82px;
}
.b22Dates {
  width: 415px;
  margin-right: -115px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b22Dates li {
  font-size: 16px;
  line-height: 1.3;
}
.b22Dates li:nth-child(1) {
  padding-right: 40px;
}
.b22Dates li:nth-child(2) {
  padding-left: 40px;
  position: relative;
}
.b22Dates li:nth-child(2):before {
  content: '';
  width: 1px;
  height: 31px;
  background-color: rgba(0,27,131,0.12);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.b22Dates a {
  display: block;
  word-break: break-word;
}
.b22Dates strong {
  display: block;
  font-weight: normal;
  font-family: 'Inter-Bold', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.03em;
  margin-bottom: 3px;
}
.b22Form {
  max-width: 992px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 35px rgba(0,18,87,0.08);
  box-shadow: 0px 15px 35px rgba(0,18,87,0.08);
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 102px 38px 102px;
  position: relative;
  z-index: 1;
}
.b22Paragraph {
  font-size: 16px;
  line-height: 1.4;
  padding-top: 36px;
  padding-bottom: 20px;
}
.b22Note {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0,27,131,0.2);
}
.b22Note p {
  font-size: 12px;
  line-height: 1.7;
}
.b22Note p:last-of-type {
  margin-bottom: 0;
}
.b22SubTitle {
  font-size: 16px;
  line-height: 1.3;
  font-family: 'Inter-SemiBold', sans-serif;
  padding-bottom: 30px;
}
.b22Text {
  padding-bottom: 28px;
}
.b22Text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
.b22Text p strong {
  font-weight: normal;
  font-family: 'Inter-Bold', sans-serif;
}
.b22TextParagraph {
  padding: 34px 0 30px 0;
  border-bottom: 1px solid rgba(0,27,131,0.2);
  border-top: 1px solid rgba(0,27,131,0.2);
  margin-bottom: 40px;
}
.b22TextParagraph .b22SubTitle {
  padding-bottom: 16px;
}
.b22TextParagraph p {
  line-height: 1.5;
  font-size: 14px;
  color: #676767;
  margin-bottom: 5px;
}
.b22TextParagraph p:last-of-type {
  margin-bottom: 0;
}
.b22TextParagraph strong {
  font-weight: normal;
  font-family: 'Inter-Bold', sans-serif;
}
@media screen and (min-width: 1024px) {
  .b22WrapInput {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .b22WrapInput >div {
    width: calc(50% - 10px);
  }
}
.b22WrapInput .b22Note {
  padding-bottom: 0;
  border: 0;
  margin-bottom: 0;
  margin-top: -6px;
}
.b22Input,
.b22Textarea,
.b22Select,
.b22Select2 {
  position: relative;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.b22Input ::-webkit-input-placeholder,
.b22Textarea ::-webkit-input-placeholder,
.b22Select ::-webkit-input-placeholder,
.b22Select2 ::-webkit-input-placeholder {
  color: #001b83;
  font-family: 'Inter-Light', sans-serif;
}
.b22Input :-moz-placeholder,
.b22Textarea :-moz-placeholder,
.b22Select :-moz-placeholder,
.b22Select2 :-moz-placeholder {
  color: #001b83;
  font-family: 'Inter-Light', sans-serif;
}
.b22Input ::-moz-placeholder,
.b22Textarea ::-moz-placeholder,
.b22Select ::-moz-placeholder,
.b22Select2 ::-moz-placeholder {
  color: #001b83;
  font-family: 'Inter-Light', sans-serif;
}
.b22Input :-ms-input-placeholder,
.b22Textarea :-ms-input-placeholder,
.b22Select :-ms-input-placeholder,
.b22Select2 :-ms-input-placeholder {
  color: #001b83;
  font-family: 'Inter-Light', sans-serif;
}
.b22Input input,
.b22Textarea input,
.b22Select input,
.b22Select2 input,
.b22Input textarea,
.b22Textarea textarea,
.b22Select textarea,
.b22Select2 textarea,
.b22Input select,
.b22Textarea select,
.b22Select select,
.b22Select2 select {
  width: 100%;
  height: 45px;
  border: 1px solid rgba(0,27,131,0.5);
  background-color: #fff;
  color: #333;
  font-size: 14px;
  font-family: 'Inter-Light', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 18px 0 18px;
  border-radius: 45px;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  -ms-transition: all 150ms;
  transition: all 150ms;
}
.b22Input input:-webkit-autofill,
.b22Textarea input:-webkit-autofill,
.b22Select input:-webkit-autofill,
.b22Select2 input:-webkit-autofill,
.b22Input textarea:-webkit-autofill,
.b22Textarea textarea:-webkit-autofill,
.b22Select textarea:-webkit-autofill,
.b22Select2 textarea:-webkit-autofill,
.b22Input select:-webkit-autofill,
.b22Textarea select:-webkit-autofill,
.b22Select select:-webkit-autofill,
.b22Select2 select:-webkit-autofill,
.b22Input input:-webkit-autofill:focus,
.b22Textarea input:-webkit-autofill:focus,
.b22Select input:-webkit-autofill:focus,
.b22Select2 input:-webkit-autofill:focus,
.b22Input textarea:-webkit-autofill:focus,
.b22Textarea textarea:-webkit-autofill:focus,
.b22Select textarea:-webkit-autofill:focus,
.b22Select2 textarea:-webkit-autofill:focus,
.b22Input select:-webkit-autofill:focus,
.b22Textarea select:-webkit-autofill:focus,
.b22Select select:-webkit-autofill:focus,
.b22Select2 select:-webkit-autofill:focus {
  border: none;
  font-size: 14px;
  border: 1px solid #001b83;
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 100px #fff inset;
}
@media screen and (min-width: 1025px) {
  .b22Input input:hover,
  .b22Textarea input:hover,
  .b22Select input:hover,
  .b22Select2 input:hover,
  .b22Input textarea:hover,
  .b22Textarea textarea:hover,
  .b22Select textarea:hover,
  .b22Select2 textarea:hover,
  .b22Input select:hover,
  .b22Textarea select:hover,
  .b22Select select:hover,
  .b22Select2 select:hover {
    border-color: #001b83;
  }
}
.b22Input input:focus,
.b22Textarea input:focus,
.b22Select input:focus,
.b22Select2 input:focus,
.b22Input textarea:focus,
.b22Textarea textarea:focus,
.b22Select textarea:focus,
.b22Select2 textarea:focus,
.b22Input select:focus,
.b22Textarea select:focus,
.b22Select select:focus,
.b22Select2 select:focus {
  border-color: #001b83;
}
.b22Input input.labelFill,
.b22Textarea input.labelFill,
.b22Select input.labelFill,
.b22Select2 input.labelFill,
.b22Input textarea.labelFill,
.b22Textarea textarea.labelFill,
.b22Select textarea.labelFill,
.b22Select2 textarea.labelFill,
.b22Input select.labelFill,
.b22Textarea select.labelFill,
.b22Select select.labelFill,
.b22Select2 select.labelFill {
  border-color: #001b83;
}
.b22Input label,
.b22Textarea label,
.b22Select label,
.b22Select2 label {
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: 'Inter-Bold', sans-serif;
  color: #001b83;
  font-size: 12px;
  pointer-events: none;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  -ms-transition: all 150ms;
  transition: all 150ms;
  display: block;
  width: 100%;
  padding-bottom: 6px;
  white-space: nowrap;
}
.formError {
  top: calc(100% + 2px) !important;
  left: 0 !important;
  z-index: 3;
}
.formError ~ input,
.formError textarea,
.formError select {
  border-color: #e83d4c;
}
.formError .formErrorArrowBottom {
  display: none;
}
.formError .formErrorContent {
  background: #fde7e7;
  border-radius: 50px;
  color: #e83d4c;
  font-size: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'Inter-Medium', sans-serif;
}
.formError .formErrorContent:before {
  content: "\e919";
  font-family: 'icomoon';
  font-size: 13px;
  color: #e83d4c;
  margin-right: 8px;
}
.formError .formErrorContent br {
  display: none;
}
.b22InputRadio {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 28px;
}
.b22InputRadio li {
  margin: 0;
  position: relative;
  margin-left: 28px;
}
.b22InputRadio li:first-child {
  margin-left: 0;
}
.b22InputRadio li input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
}
.b22InputRadio li input:checked ~ label:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b22InputRadio label {
  font-size: 16px;
  font-family: 'Inter-Medium', sans-serif;
  line-height: 1.3;
  position: relative;
  padding-left: 30px;
  display: block;
}
.b22InputRadio label:before,
.b22InputRadio label:after {
  content: "";
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}
.b22InputRadio label:before {
  border: 2px solid #00c4b8;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 0px;
}
.b22InputRadio label:after {
  width: 10px;
  height: 10px;
  background-color: #00c4b8;
  top: 7px;
  left: 5px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b22Select select,
.b22Select2 select {
  padding-top: 0px;
  font-family: 'Inter-Light', sans-serif;
  color: #001b83;
  padding-right: 45px;
  cursor: pointer;
}
.b22Select select.labelFill,
.b22Select2 select.labelFill {
  color: #333;
}
.b22Select i,
.b22Select2 i {
  position: absolute;
  right: 30px;
  bottom: 0;
  font-size: 14px;
  color: #001b83;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  pointer-events: none;
}
.b22WraperSelect2 {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b22WraperSelect2 .b22Input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  position: static;
}
.b22WraperSelect2 .b22Input input {
  border-radius: 0 45px 45px 0;
  border-left: 0;
}
.b22WraperSelect2 .b22Input input:-webkit-autofill,
.b22WraperSelect2 .b22Input input:-webkit-autofill:focus {
  border-left: 0;
}
@media screen and (min-width: 1025px) {
  .b22WraperSelect2:hover .b22Select2 input,
  .b22WraperSelect2:hover .b22Input input,
  .b22WraperSelect2:hover .b22Select2 select,
  .b22WraperSelect2:hover .b22Input select {
    border-color: #001b83;
  }
}
.b22WraperSelect2:focus .b22Select2 input,
.b22WraperSelect2:focus .b22Input input,
.b22WraperSelect2:focus .b22Select2 select,
.b22WraperSelect2:focus .b22Input select {
  border-color: #001b83;
}
.b22WraperSelect2 .b22Select2.labelFill input,
.b22WraperSelect2 .b22Input.labelFill input,
.b22WraperSelect2 .b22Select2.labelFill select,
.b22WraperSelect2 .b22Input.labelFill select {
  border-color: #001b83;
}
.b22Select2 {
  position: relative;
  width: 180px !important;
  margin-bottom: 0;
}
.b22Select2.labelFill select {
  border-color: #001b83;
}
.b22Select2:before {
  content: '';
  width: 1px;
  height: 16px;
  background-color: rgba(0,27,131,0.12);
  position: absolute;
  right: 0;
  bottom: 14px;
}
.b22Select2 select {
  border-radius: 45px 0 0 45px;
  border-right: 0;
}
.b22Select2 select:-webkit-autofill,
.b22Select2 select:-webkit-autofill:focus {
  border-right: 0;
}
.b22Textarea textarea {
  height: 110px;
  padding-top: 12px;
  border-radius: 20px;
}
.b22InputDocument {
  padding-bottom: 32px;
}
.b22File {
  max-width: 792px;
  width: 100%;
  height: 60px;
  background: #f7f8fb;
  border: 1px dashed #001b83;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.b22File.alert .clearFile,
.b22File.active .clearFile {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b22File .clearFile {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 23;
  display: block;
}
.b22File .clearFile:before {
  font-size: 15px;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b22File.active {
  background: rgba(97,207,45,0.15);
}
.b22File.active .clearFile:before {
  background: #61cf2d;
}
.b22File.active i:before {
  color: #61cf2d;
}
.b22File i {
  font-size: 25px;
  margin-right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 23px;
  color: #00c4b8;
}
.b22File.alert {
  background: rgba(255,69,90,0.15);
}
.b22File.alert .clearFile:before {
  background: #ff455a;
}
.b22File.alert label {
  color: #f00;
}
.b22File.alert label span {
  color: #f00;
}
.b22File.alert i:before {
  color: #f00;
}
.b22File input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.b22File label {
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 67px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding-right: 50px;
  width: 100%;
  position: relative;
  text-align: right;
}
.b22File label em {
  margin: 0;
  font-size: 14px;
  color: #001b83;
  letter-spacing: 0.005em;
  font-family: 'Inter-SemiBold', sans-serif;
  text-align: left;
}
.b22File label p {
  margin: 0;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  font-size: 14px;
}
.b22File label span {
  display: block;
  margin: 0;
  font-size: 8px;
  text-align: right;
}
.b22Required {
  color: #e83d4c;
  font-size: 11px;
  font-family: 'Inter-SemiBold', sans-serif;
  margin-bottom: 18px;
  display: block;
}
.b22Terminos {
  position: relative;
  margin-bottom: 18px;
}
.b22Terminos input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b22Terminos input:checked ~ label:before {
  font-size: 8px;
}
.b22Terminos label {
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  font-family: 'Inter-Light', sans-serif;
  line-height: 1.54;
  display: block;
}
.b22Terminos label a {
  font-family: 'Inter-SemiBold', sans-serif;
  text-decoration: underline;
  color: #001b83;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.b22Terminos label:before {
  content: '\e91a';
  font-family: 'icomoon';
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 2px solid #333;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0px;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
}
.b22ParagraphHelp {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b22ParagraphHelp i {
  color: #001b83;
  margin-right: 10px;
  font-size: 16px;
}
.b22ParagraphHelp p {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  color: #001b83;
  font-family: 'Inter-Light', sans-serif;
  font-size: 14px;
}
.b22ParagraphHelp p a {
  font-family: 'Inter-SemiBold', sans-serif;
}
.b22Button {
  padding-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b22Button .buttonStandard {
  min-width: 210px;
}
@media screen and (max-width: 1280px) {
  .b22Title {
    max-width: 100%;
  }
  .b22Dates {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .b22 {
    background: -webkit-linear-gradient(0deg, #001b83 50%, #f7f8fb 50%);
    background: -moz-linear-gradient(0deg, #001b83 50%, #f7f8fb 50%);
    background: -o-linear-gradient(0deg, #001b83 50%, #f7f8fb 50%);
    background: -ms-linear-gradient(0deg, #001b83 50%, #f7f8fb 50%);
    background: linear-gradient(90deg, #001b83 50%, #f7f8fb 50%);
  }
  .b22Title .titleStandar2 {
    width: 410px;
  }
}
@media screen and (max-width: 1023px) {
  .b22 {
    background: none;
  }
  .b22:before {
    display: none;
  }
  .b22Picture {
    display: none;
  }
  .b22Wrapper {
    width: 100%;
  }
  .b22Title {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    margin-bottom: 32px;
  }
  .b22Title .titleStandar2 {
    height: 142px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #001b83;
    width: 100%;
  }
  .b22Dates {
    width: 88%;
    max-width: 450px;
    margin-right: auto;
    padding-top: 16px;
  }
  .b22Form {
    padding: 32px 28px;
    width: 88%;
  }
  .b22Picture2 {
    display: none;
  }
  .b22WrapInput .b22Note:nth-child(2) {
    display: none;
  }
  .b22File label em {
    font-size: 12px;
  }
  .b22File label p {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .b22Select2 {
    width: 110px !important;
  }
}
@media screen and (max-width: 767px) {
  .b22Form {
    padding: 32px 16px;
  }
  .formError .formErrorContent {
    font-size: 10px;
  }
  .b22Dates {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .b22Dates li {
    width: 100%;
    padding-left: 0 !important;
  }
  .b22Dates li:before {
    display: none;
  }
  .b22Dates li:nth-child(1) {
    margin-bottom: 10px;
  }
  .b22File label p {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b23 {
  padding-top: 80px;
  padding-bottom: 70px;
}
.b23Wrapper {
  max-width: 792px;
}
.b23Wrapper .b15RightTableOne {
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 0;
}
.b23Wrapper .b15RightTableOne li {
  color: #001b83;
}
.b23Wrapper .b15RightTableOne li:nth-child(1) {
  font-family: 'Inter-Regular', sans-serif;
  padding-left: 58px;
}
.b23Wrapper .b15RightTableOne li:nth-child(1) strong {
  font-family: 'Inter-SemiBold', sans-serif;
  margin: 0;
  margin-right: 50px;
}
.b23Wrapper .b15RightTableOne li:nth-child(2) {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-family: 'Inter-Medium', sans-serif;
  padding-right: 58px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.b23Title {
  text-align: center;
  padding-bottom: 72px;
}
.b23Title .titleStandar2 {
  color: #001b83;
  margin-bottom: 20px;
  font-family: 'Inter-Bold', sans-serif;
}
.b23Title p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Inter-Light', sans-serif;
}
@media screen and (max-width: 767px) {
  .b23Wrapper .b15RightTableOne li {
    font-size: 10px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b23Wrapper .b15RightTableOne li:nth-child(1) {
    padding-left: 10px;
  }
  .b23Wrapper .b15RightTableOne li:nth-child(1) strong {
    margin-right: 10px;
    font-size: 10px;
  }
  .b23Wrapper .b15RightTableOne li:nth-child(2) {
    padding-right: 10px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b24Wrapper {
  min-height: 600px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b24Text {
  text-align: center;
  max-width: 590px;
}
.b24Text .titleStandar2 {
  color: #001b83;
  font-family: 'Inter-Bold', sans-serif;
  padding: 15px 0 10px 0;
  margin: 0;
}
.b24Text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.035em;
}
.b24Button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 30px;
}
.b24Button .buttonStandard {
  min-width: 210px;
}
@media screen and (max-width: 768px) {
  .b24Wrapper {
    min-height: 520px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b25 {
  padding-top: 80px;
  padding-bottom: 110px;
}
.b25Title {
  text-align: center;
  padding-bottom: 50px;
}
.b25Title .titleStandar2 {
  color: #001b83;
  font-family: 'Inter-Bold', sans-serif;
}
.b25Text {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.b25Text p {
  font-size: 16px;
  line-height: 1.5;
}
.b25Text strong {
  font-weight: normal;
  font-family: 'Inter-SemiBold', sans-serif;
}
.b25Text a {
  color: #0249ff;
  text-decoration: underline;
}
.b25Text ul,
.b25Text ol {
  padding-left: 25px;
}
.b25Text li {
  margin-bottom: 15px;
  list-style: initial;
}
.b25Text table {
  border: 1px solid #000;
}
.b25Text table tr th {
  text-align: left;
  height: 52px;
  border-bottom: 1px solid #000;
  padding: 0 20px;
}
.b25Text table tr td {
  height: 52px;
  padding: 8px 20px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  font-size: 16px;
}
.b25Text table tr td:nth-child(1) {
  border-left: 0;
}
.b25BoxTable {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .b25 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .b25Text p {
    font-size: 14px;
  }
  .b25Text table tr td,
  .b25Text table tr th {
    font-size: 13px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3 {
  padding: 0px 0 164px 0;
  position: relative;
}
.b3:before {
  content: "";
  width: 100%;
  height: 68%;
  background-color: #001b83;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.b3Title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.b3Title h2 {
  font-size: 130px;
  font-family: 'gilroy-bold', sans-serif;
  color: #fff;
  position: relative;
  margin: 0;
  line-height: 1.3;
}
@media screen and (max-width: 1599px) {
  .b3Title h2 {
    font-size: calc(45px + (130 - 45) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b3Title h2 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255,255,255,0.6);
}
.b3Title h2:before {
  content: "";
  width: 50vw;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  position: absolute;
  right: calc(100% + 55px);
  top: 0;
  bottom: 0;
  margin: auto;
}
.b3Wrapper {
  position: relative;
}
.b3Figure {
  position: absolute;
  right: 7%;
  bottom: -23%;
}
.b3BodyPicture {
  height: 530px;
}
.b3Picture {
  height: 100%;
  width: calc(50vw + 600px);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  z-index: 2;
  display: block;
}
.b3Picture:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  display: block;
  z-index: 2;
  height: 33%;
  background-image: -webkit-linear-gradient(90deg, #000 0%, rgba(0,0,0,0) 100%);
  background-image: -moz-linear-gradient(90deg, #000 0%, rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(90deg, #000 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient(90deg, #000 0%, rgba(0,0,0,0) 100%);
  background-image: linear-gradient(0deg, #000 0%, rgba(0,0,0,0) 100%);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  bottom: 0;
}
.b3Picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.b3PictureButton {
  position: absolute;
  right: 90px;
  bottom: 42px;
  z-index: 3;
}
.b3PictureButton .buttonStandard {
  padding: 0;
  min-width: initial;
}
.b3BodyTextAbsolute {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -94px;
  z-index: 2;
  visibility: hidden;
}
.b3BodyText {
  visibility: visible;
  max-width: 772px;
  width: 100%;
  background-color: #fff;
  filter: drop-shadow(0px 13px 28px rgba(3,0,57,0.04));
  border-radius: 15px;
  min-height: 250px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 162px 0 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.b3BodyText p {
  font-size: 25px;
  line-height: 1.5;
  font-family: 'Inter-Light', sans-serif;
}
@media screen and (max-width: 1599px) {
  .b3BodyText p {
    font-size: calc(16px + (25 - 16) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b3BodyParagraphVertical {
  width: 21px;
  height: 100%;
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  position: absolute;
  right: 54px;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b3Word {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Inter-Bold', sans-serif;
  letter-spacing: 0.17em;
}
.b3Word:before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #00c4b8;
  margin-right: 16px;
}
@media screen and (max-width: 1440px) {
  .b3BodyText {
    max-width: 700px;
  }
  .b3PictureButton {
    right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .b3Picture {
    width: calc(50vw + 470px);
  }
}
@media screen and (max-width: 1023px) {
  .b3Picture {
    width: 100%;
    border-radius: 0;
    position: static;
    height: 305px;
  }
  .b3Picture:after {
    display: none;
  }
  .b3 {
    padding-bottom: 0px;
  }
  .b3:before {
    height: 36%;
  }
  .b3Wrapper {
    padding-bottom: 80px;
  }
  .b3BodyPicture {
    height: auto;
    width: 100%;
  }
  .b3PictureButton {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    right: 0;
    width: 100%;
    bottom: 20px;
  }
  .b3PictureButton .buttonStandard {
    color: #001b83;
  }
  .b3PictureButton .buttonStandard i {
    border-color: rgba(0,27,131,0.3);
  }
  .b3BodyTextAbsolute {
    position: relative;
    bottom: initial;
    margin-top: -22px;
  }
  .b3BodyText {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    min-height: initial;
    padding: 26px 35px 32px 35px;
    filter: drop-shadow(0px 13px 28px rgba(3,0,57,0.04));
  }
  .b3BodyText p {
    font-size: 16px;
  }
  .b3Figure {
    display: none;
  }
  .b3BodyParagraphVertical {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    width: initial;
    right: 0;
    margin-bottom: 15px;
  }
  .b3Title {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b3Title h2:before {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b4 {
  overflow: hidden;
  padding-bottom: 76px;
}
.b4Title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b4Title .titleStandar2 {
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin-left: 50px;
}
.b4Title .titleStandar2:before {
  content: "";
  height: 100px;
  width: 100px;
  border-radius: 20px 5px 20px 5px;
  border: 1px solid #00c4b8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: -50px;
  top: 0;
  z-index: 0;
}
.b4Title .titleStandar2 span {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.b4Arrows .owl-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b4Arrows .owl-prev,
.b4Arrows .owl-next {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid rgba(0,27,131,0.5);
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0,27,131,0.5);
  cursor: pointer;
  font-size: 12px;
}
@media screen and (min-width: 1025px) {
  .b4Arrows .owl-prev,
  .b4Arrows .owl-next {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
  }
  .b4Arrows .owl-prev:hover,
  .b4Arrows .owl-next:hover {
    background-color: #00c4b8;
    color: #fff;
    border-color: #00c4b8;
  }
}
.b4Arrows .owl-prev {
  margin-right: 14px;
}
.b4Wrapper {
  position: relative;
  padding-top: 64px;
}
.b4Slider {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
}
.b4Slider.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}
.b4Slide {
  max-width: 415px;
  height: 327px;
  margin-left: 30px;
  border-radius: 15px;
  overflow: hidden;
  display: block;
}
.b4Slide:first-child {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .b4Slide:hover .b4SlideText {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.b4SlideBox {
  height: 100%;
  position: relative;
}
.b4SlidePicture {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.b4SlidePicture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.b4SlidePicture h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 37px 24px 37px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 2;
}
.b4SlidePicture span {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  font-family: 'Inter-Bold', sans-serif;
  margin: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 12px;
}
.b4SlidePicture i {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255,255,255,0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
}
.b4SlidePicture:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  display: block;
  z-index: 1;
  height: 133px;
  background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background-image: -o-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background-image: -ms-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  bottom: 0;
}
.b4SlideText {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #00c4b8;
  width: 100%;
  height: 100%;
  padding: 75px 40px 0 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -o-transition: 400ms all;
  -ms-transition: 400ms all;
  transition: 400ms all;
}
.b4SlideText h3 {
  font-size: 20px;
  color: #fff;
  font-family: 'Inter-Bold', sans-serif;
  margin: 0;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 26px;
}
.b4SlideText h3:before {
  content: '';
  width: 35px;
  height: 1.5px;
  background-color: #001b83;
  position: absolute;
  left: 0;
  top: 100%;
}
.b4SlideText p {
  font-size: 16px;
  color: #fff;
  font-family: 'Inter-Regular', sans-serif;
  line-height: 1.4;
  margin: 0;
}
.b4SlideButton {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-bottom: 28px;
}
.b4SlideButton .buttonStandard {
  padding: 0;
  font-size: 14px;
}
.b4SlideButton .buttonStandard.icon i {
  font-size: 11px;
}
@media screen and (max-width: 1023px) {
  .b4 {
    position: relative;
    padding-bottom: 105px;
  }
  .b4Arrows {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b4Title {
    padding-top: 35px;
    border-top: 1px solid #ececec;
  }
  .b4Title .titleStandar2 {
    margin-left: 0;
    height: auto;
    text-align: center;
  }
  .b4Title .titleStandar2:before {
    display: none;
  }
  .b4Wrapper {
    padding-top: 24px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b5 {
  overflow: hidden;
  background-color: #f7f8fb;
}
.b5Wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b5Wrapper:after {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  background-color: #001b83;
}
.b5Title {
  background-color: #001b83;
  margin-left: 230px;
  padding-left: 282px;
}
.b5TitleWrapper {
  height: 152px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.31);
  position: relative;
}
.b5TitleWrapper:after {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  border-bottom: 1px solid rgba(255,255,255,0.31);
  z-index: 2;
}
.b5TitleWrapper .titleStandar2 {
  color: #fff;
}
.b5Arrows .owl-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b5Arrows .owl-prev,
.b5Arrows .owl-next {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(255,255,255,0.5);
  cursor: pointer;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .b5Arrows .owl-prev,
  .b5Arrows .owl-next {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
  }
  .b5Arrows .owl-prev:hover,
  .b5Arrows .owl-next:hover {
    color: #fff;
    border-color: #fff;
  }
}
.b5Arrows .owl-prev {
  margin-right: 14px;
}
.b5Slider {
  background-color: #001b83;
  position: relative;
}
.b5Slider:before {
  content: "";
  width: 230px;
  height: 100%;
  background-color: #f7f8fb;
  position: absolute;
  left: 0;
  top: 0;
}
.b5Slide {
  min-height: 465px;
  position: relative;
  padding-left: 230px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b5SlidePicture {
  display: block;
  position: absolute;
  left: 84px;
  top: 40px;
}
.b5SlidePicture img {
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.b5SlidePicture:before,
.b5SlidePicture:after {
  content: "";
  width: 102px;
  height: 102px;
  position: absolute;
  border-radius: 20px 5px 20px 5px;
}
.b5SlidePicture:before {
  left: -42px;
  top: -40px;
  background-color: #001b83;
}
.b5SlidePicture:after {
  right: -42px;
  bottom: -40px;
  border: 1px solid #00c4b8;
}
.b5SlideText {
  padding-left: 282px;
  background-color: #001b83;
  height: auto;
  padding-top: 68px;
}
.b5SlideText i {
  color: #fff;
  font-size: 40px;
}
.b5Paragraph {
  margin-top: 10px;
  margin-bottom: 20px;
}
.b5Paragraph p {
  font-size: 30px;
  color: #fff;
  font-family: 'Inter-Light', sans-serif;
  margin: 0;
  line-height: 1.3;
}
@media screen and (max-width: 1599px) {
  .b5Paragraph p {
    font-size: calc(18px + (30 - 18) * ((100vw - 375px) / (1920 - 375)));
  }
}
.b5Author {
  font-size: 14px;
  color: #fff;
  font-family: 'Inter-Light', sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b5Author span {
  margin: 0;
}
.b5Author:after {
  content: "";
  width: 82px;
  height: 1px;
  background-color: #00c4b8;
  margin-left: 20px;
}
.b5SliderNumbers {
  position: absolute;
  right: 0;
  bottom: 48px;
  z-index: 2;
  width: 70px;
  height: 66px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -o-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.b5SliderNumbers:after {
  content: "";
  width: 1px;
  height: 55px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.b5SliderNumbers .number-1,
.b5SliderNumbers .number-2 {
  color: #fff;
  font-size: 23px;
  line-height: 1.2;
  font-family: 'Inter-SemiBold', sans-serif;
}
.b5SliderNumbers .number-1 {
  text-align: left;
  padding-left: 5px;
}
.b5SliderNumbers .number-2 {
  padding-right: 5px;
  text-align: right;
  font-size: 20px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
@media screen and (max-width: 1023px) {
  .b5 {
    background-color: #001b83;
  }
  .b5Wrapper {
    width: 100%;
    position: relative;
  }
  .b5Wrapper:after {
    background-color: #f7f8fb;
    left: 0;
    width: 100%;
    height: 215px;
  }
  .b5Arrows {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    width: 88%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100px;
    z-index: 2;
  }
  .b5Arrows .owl-nav {
    border-top: 1px solid rgba(255,255,255,0.31);
  }
  .b5TitleWrapper {
    position: static;
    padding: 0 6%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100px;
  }
  .b5TitleWrapper .titleStandar2 {
    color: #001b83;
    position: relative;
    z-index: 2;
  }
  .b5TitleWrapper:after {
    display: none;
  }
  .b5Slider {
    background-color: transparent;
  }
  .b5Slider.owl-carousel {
    margin-bottom: 100px;
  }
  .b5Slider:before {
    display: none;
  }
  .b5Title {
    margin-left: 0;
    padding-left: 0;
  }
  .b5SlidePicture {
    position: relative;
    left: 0;
    top: 0;
    width: 176px;
  }
  .b5SlidePicture:before,
  .b5SlidePicture:after {
    width: 60px;
    height: 60px;
  }
  .b5SlidePicture:before {
    left: -25px;
    top: -25px;
    z-index: 1;
  }
  .b5SlidePicture:after {
    right: -25px;
    bottom: -25px;
  }
  .b5SlidePicture img {
    max-width: 100%;
    height: auto;
  }
  .b5Slide {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 0;
    padding: 26px 6% 30px 6%;
    min-height: initial;
  }
  .b5SlideText i {
    display: none;
  }
  .b5Author {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .b5Author:after {
    width: 46px;
  }
  .b5Author span {
    margin-top: 16px;
  }
  .b5SlideText {
    padding-left: 0;
    padding-top: 44px;
  }
  .b5Paragraph {
    text-align: center;
  }
  .b5SliderNumbers {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b6 {
  padding-top: 82px;
  padding-bottom: 115px;
}
.b6Title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b6Title .titleStandar2 {
  font-family: 'Inter-Regular', sans-serif;
}
.b6Wrapper {
  padding-top: 76px;
}
.b6Slider {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b6Slide {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: relative;
  max-width: 380px;
  width: 100%;
  min-height: 440px;
  padding-top: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  margin-left: 50px;
}
.b6Slide:first-child {
  margin-left: 0px;
}
.b6Slide:before {
  content: "";
  width: 100%;
  height: calc(100% - 44px);
  border-radius: 50px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00c4b8;
}
@media screen and (min-width: 1025px) {
  .b6Slide:hover .b6SlideBox {
    -webkit-transform: translate3d(-22px, -22px, 0px);
    -moz-transform: translate3d(-22px, -22px, 0px);
    -o-transform: translate3d(-22px, -22px, 0px);
    -ms-transform: translate3d(-22px, -22px, 0px);
    transform: translate3d(-22px, -22px, 0px);
  }
}
.b6SlideBox {
  -webkit-box-shadow: 0px 4px 25px rgba(183,183,183,0.25);
  box-shadow: 0px 4px 25px rgba(183,183,183,0.25);
  background-color: #fff;
  border-radius: 50px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 26px 0 26px;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -o-transition: 300ms all;
  -ms-transition: 300ms all;
  transition: 300ms all;
  position: relative;
  z-index: 2;
}
.b6SlidePicture {
  display: block;
  position: relative;
  top: -44px;
  width: 100%;
  height: 202px;
}
.b6SlidePicture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 5px;
}
.b6SlideText {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 18px 0 18px;
  height: calc(100% - 202px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b6SlideParagraph h3 {
  font-size: 16px;
  color: #001b83;
  font-family: 'Inter-Bold', sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  min-height: 44px;
  margin-bottom: 20px;
}
.b6SlideParagraph p {
  margin-bottom: 0;
  font-size: 14px;
  font-family: 'Inter-Light', sans-serif;
  line-height: 1.2;
}
.b6SlideButton {
  margin-top: auto;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.b6SlideButton .buttonStandard {
  color: #333;
  padding: 0;
  height: auto;
  min-width: initial;
  color: #333;
}
.b6SlideButton .buttonStandard span {
  margin-right: 5px;
}
.b6SlideButton .buttonStandard i {
  width: auto;
  border: 0;
  font-size: 8px;
  color: #00c4b8;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .b6Slide {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .b6 {
    position: relative;
    padding-bottom: 115px;
    padding-top: 50px;
  }
  .b6Wrapper {
    padding-top: 35px;
  }
  .b6Title {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .b6Slide {
    margin-left: 0;
    margin-bottom: 32px;
    min-height: initial;
  }
  .b6Slide:last-child {
    margin-bottom: 0;
  }
  .b6TitleButton {
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .b6TitleButton .buttonStandard {
    height: 42px;
    font-size: 12px;
  }
  .b6SlideParagraph {
    padding-bottom: 30px;
  }
  .b6SlidePicture {
    height: 175px;
  }
  .b6SlideText {
    padding: 0px 12px 0 12px;
    height: initial;
  }
  .b6Slider {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .b6Slide {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .b6Slider {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .b6Slide {
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b7 {
  position: relative;
  overflow: hidden;
}
.b7:before {
  content: "";
  width: 50%;
  height: 600px;
  background-color: #001b83;
  position: absolute;
  right: 0;
  top: 0;
}
.b7Wrapper1 {
  position: relative;
  z-index: 2;
}
.b7TextTop {
  position: relative;
}
.b7Figure {
  position: absolute;
  right: -65px;
  top: 108px;
  z-index: 2;
}
.b7ArrowDown {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  border: 1px solid #00c4b8;
  position: absolute;
  left: calc(50% + 170px);
  top: 80px;
  border-radius: 100%;
}
.b7ArrowDown:before {
  -webkit-animation: AnimaArrow 1500ms linear infinite;
  -moz-animation: AnimaArrow 1500ms linear infinite;
  -o-animation: AnimaArrow 1500ms linear infinite;
  -ms-animation: AnimaArrow 1500ms linear infinite;
  animation: AnimaArrow 1500ms linear infinite;
}
.b7TextTopParagraph {
  width: 50%;
  padding-top: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 70px;
}
.b7TextTopParagraph .titleStandar2 {
  font-size: 25px;
  font-family: 'Inter-Medium', sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 1599px) {
  .b7TextTopParagraph .titleStandar2 {
    font-size: calc(20px + (25 - 20) * ((100vw - 375px) / (1920 - 375)));
  }
}
.ButtonMediaPlay {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.ButtonMediaPlay a {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ButtonMediaPlay a:before {
  content: "";
  width: 34px;
  height: 1px;
  background-color: #00c4b8;
  margin-right: 15px;
}
.ButtonMediaPlay span {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Inter-SemiBold', sans-serif;
  line-height: 1;
}
.ButtonMediaPlay i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 100%;
  border: 5px solid rgba(0,196,184,0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 10px;
  margin-left: 15px;
}
.ButtonMediaPlay i:before {
  background-color: #00c4b8;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 100%;
}
.b7Figures {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.b7Figures figure {
  margin: 0;
}
.b7Figures figure img {
  border-radius: 18px;
  display: block;
}
.b7Figures figure:nth-child(1) {
  position: absolute;
  left: 0;
  top: 54px;
}
.b7TextBottom {
  padding-top: 60px;
}
.b7BottomTitle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b7BottomTitle:after {
  content: "";
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #00c4b8;
  margin-left: 32px;
}
.b7BottomTitle h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Inter-SemiBold', sans-serif;
  margin: 0;
  line-height: 1.2;
  width: 300px;
  text-align: right;
  margin-left: 50%;
}
.b7BottomColumns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-top: 94px;
}
.b7BottomColumnsLeft {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.b7BottomColumnsLeft p {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Inter-Light', sans-serif;
  text-align: justify;
}
.b7BottomColumnsRight {
  width: 382px;
  margin-left: 86px;
}
.b7BottomColumnsRight p {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Inter-Light', sans-serif;
}
@media screen and (max-width: 1024px) {
  .b7Figures figure img {
    max-width: 100%;
    height: auto;
  }
  .b7Figures figure:nth-child(1) {
    width: 400px;
  }
  .b7Figures figure:nth-child(2) {
    width: 700px;
  }
}
@media screen and (max-width: 1023px) {
  .b7:before {
    display: none;
  }
  .b7Figure {
    display: none;
  }
  .b7Wrapper1 {
    width: 100%;
  }
  .b7TextTopParagraph {
    width: 88%;
    padding-right: 0;
    padding-top: 35px;
    margin: auto;
    padding-bottom: 22px;
  }
  .b7ArrowDown {
    display: none;
  }
  .b7Figures {
    padding-top: 40px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 6%;
    padding-right: 6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b7Figures:before {
    content: "";
    width: 100%;
    height: 50%;
    background-color: #001b83;
    position: absolute;
    right: 0;
    top: 0;
  }
  .b7Figures figure:nth-child(1) {
    top: 0;
    position: relative;
  }
  .b7Figures figure:nth-child(2) {
    display: none;
  }
  .b7BottomTitle {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #00c4b8;
  }
  .b7BottomTitle:after {
    display: none;
  }
  .b7BottomTitle h2 {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .b7TextBottom {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 40px;
  }
  .b7BottomColumns {
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b7BottomColumnsRight {
    margin-left: 0;
    width: 100%;
  }
}
@-moz-keyframes AnimaArrow {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes AnimaArrow {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-o-keyframes AnimaArrow {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes AnimaArrow {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b8 {
  padding-top: 95px;
  padding-bottom: 80px;
  overflow: hidden;
}
.b8Wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b8TitleSlider {
  width: 477px;
  height: 452px;
  background-color: #00c4b8;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -o-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  padding-left: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -80px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.b8SliderNumbers {
  position: relative;
  width: 70px;
  height: 66px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -o-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.b8SliderNumbers:after {
  content: "";
  width: 1px;
  height: 55px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.b8SliderNumbers .number-1,
.b8SliderNumbers .number-2 {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-family: 'Inter-SemiBold', sans-serif;
}
.b8SliderNumbers .number-1 {
  text-align: left;
  padding-left: 5px;
}
.b8SliderNumbers .number-2 {
  padding-right: 5px;
  text-align: right;
  font-size: 20px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.b8Arrow .owl-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.b8Arrow .owl-prev,
.b8Arrow .owl-next {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.3);
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .b8Arrow .owl-prev,
  .b8Arrow .owl-next {
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
    transition: 300ms all;
  }
  .b8Arrow .owl-prev:hover,
  .b8Arrow .owl-next:hover {
    color: #001b83;
    background-color: #fff;
  }
}
.b8Arrow .owl-prev {
  margin-right: 14px;
}
.b8Title {
  width: 247px;
}
.b8Title .titleStandar2 {
  color: #fff;
  font-family: 'Inter-Light', sans-serif;
}
.b8SliderBox {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  top: -30px;
  width: 100%;
  margin-left: -80px;
  max-width: 923px;
}
.b8SliderBox .b8Slide {
  margin-left: 22px;
}
.b8Figure {
  position: absolute;
  right: -56px;
  bottom: -65px;
}
.b8Slider {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b8Slide {
  margin-left: auto;
}
.b8Slide:first-child {
  margin-left: 0;
}
.b8SlideCenter {
  position: relative;
  max-width: 284px;
  width: 100%;
  height: 417px;
}
.b8SlidePicture {
  display: block;
  width: 284px;
  height: 416px;
}
.b8SlidePicture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.b8SlideAuthor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 222px;
  height: 73px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(247,248,251,0.9);
  padding: 20px 20px 15px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b8SlideAuthor h3 {
  font-size: 16px;
  color: #001b83;
  font-family: 'Inter-SemiBold', sans-serif;
  line-height: 1;
}
.b8SlideAuthor span {
  font-size: 10px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
  width: 100%;
  margin-top: 3px;
}
@media screen and (max-width: 1280px) {
  .b8Figure {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .b8SliderBox {
    max-width: 585px;
  }
}
@media screen and (max-width: 1023px) {
  .b8 {
    padding: 50px 0;
  }
  .b8Figure {
    display: none;
  }
  .b8Wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .b8Pager {
    display: none;
  }
  .b8TitleSlider {
    width: 100%;
    height: 396px;
    margin-left: 0;
    padding: 30px 20px 0 20px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .b8Arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 22px;
  }
  .b8Title {
    width: 100%;
    text-align: center;
  }
  .b8SliderBox {
    max-width: 100%;
    margin-left: 0;
    margin-top: -226px;
    top: 0;
  }
  .b8SlideCenter {
    margin: auto;
    max-width: 100%;
  }
  .b8SlidePicture {
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b9 {
  background-color: #001b83;
  padding: 70px 0 55px 0;
  position: relative;
  overflow: hidden;
}
.b9Wrapper {
  position: relative;
  z-index: 1;
}
.b9Figure1,
.b9Figure2 {
  position: absolute;
  top: 255px;
}
.b9Figure1 {
  left: 0;
}
.b9Figure2 {
  right: 0;
}
.b9Title {
  text-align: center;
  padding-bottom: 85px;
}
.b9Title .titleStandar2 {
  color: #fff;
}
.b9BoxItems {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.b9Item {
  display: block;
  margin: 0;
  margin-bottom: 70px;
}
@media screen and (min-width: 1025px) and (max-width: 3000px) {
  .b9Item {
    margin-left: 38px;
    width: calc(33.3333% - 25.333px);
  }
  .b9Item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .b9Item {
    margin-left: 38px;
    width: calc(50% - 19px);
  }
  .b9Item:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .b9Item .b9ItemBox {
    -webkit-transition: 350ms all;
    -moz-transition: 350ms all;
    -o-transition: 350ms all;
    -ms-transition: 350ms all;
    transition: 350ms all;
  }
  .b9Item:hover .b9ItemBox {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.b9ItemBox {
  border-radius: 20px;
  background-color: #001b83;
  -webkit-box-shadow: 0px 4px 30px rgba(0,17,84,0.5);
  box-shadow: 0px 4px 30px rgba(0,17,84,0.5);
  height: 146px;
  max-width: 395px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b9ItemTitle {
  width: 55%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 32px;
}
.b9ItemTitle >h3 {
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Inter-Bold', sans-serif;
  color: #fff;
  margin-bottom: 2px;
}
.b9ItemTitle >span {
  display: block;
  font-size: 14px;
  font-family: 'Inter-Light', sans-serif;
  color: #fff;
}
.b9ItemButton {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 16px;
}
.b9ItemButton .buttonStandard {
  padding: 0;
  min-width: initial;
  height: initial;
}
.b9ItemButton .buttonStandard span {
  font-size: 12px;
}
.b9ItemButton .buttonStandard i {
  width: 25px;
  height: 25px;
  font-size: 8px;
}
.b9ItemPicture {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b9ButtonLoad {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .b9ItemBox {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .b9Figure1,
  .b9Figure2 {
    display: none;
  }
  .b9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .b9Title {
    padding-bottom: 52px;
  }
  .b9Item {
    margin-bottom: 60px;
  }
  .b9ItemBox {
    min-height: 126px;
    height: auto;
  }
  .b9ItemPicture {
    width: 112px;
  }
  .b9ItemPicture img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .b9ItemButton .buttonStandard span {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b9Item {
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.footer {
  background-color: #2a3045;
}
.footerTop {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 40px 0 64px 0;
}
.footerLogo {
  width: 320px;
}
.footerLogo >a {
  display: block;
}
.footerButton {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 40px;
}
.footerButton .buttonStandard {
  min-width: 154px;
  height: 40px;
}
.footerButton .buttonStandard i {
  width: initial;
  border: 0;
  color: #00c4b8;
}
.footerLinksDates {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.footerDates {
  min-width: 310px;
}
.footerDatesItem {
  margin-bottom: 25px;
}
.footerDatesItem:last-child {
  margin-bottom: 0;
}
.footerDatesItem h3 {
  color: #e0e0e0;
  font-size: 12px;
  font-family: 'Inter-Regular', sans-serif;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.footerDatesItem p {
  margin: 0;
  font-size: 15px;
  font-family: 'Inter-SemiBold', sans-serif;
  color: #fff;
  line-height: 1.3;
}
@media screen and (min-width: 1025px) {
  .footerDatesItem a {
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -o-transition: 250ms all;
    -ms-transition: 250ms all;
    transition: 250ms all;
  }
  .footerDatesItem a:hover {
    color: #00c4b8;
  }
}
.footerLinks {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.footerLinks ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}
.footerLinks li {
  margin-bottom: 15px;
}
.footerLinks a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
@media screen and (min-width: 1025px) {
  .footerLinks a {
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -o-transition: 250ms all;
    -ms-transition: 250ms all;
    transition: 250ms all;
  }
  .footerLinks a:hover {
    color: #00c4b8;
  }
}
.footerLinks a.active {
  color: #00c4b8;
}
.footerMiddle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 36px;
}
.footerMiddleButton {
  width: 320px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.footerMiddleButton a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
.footerMiddleButton a span {
  text-decoration: underline;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .footerMiddleButton a {
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -o-transition: 250ms all;
    -ms-transition: 250ms all;
    transition: 250ms all;
  }
  .footerMiddleButton a:hover {
    color: #00c4b8;
  }
  .footerMiddleButton a:hover i {
    color: #00c4b8;
  }
}
.footerMiddleButton i {
  color: #fff;
  font-size: 20px;
  margin-right: 12px;
}
.footerLinksSecundary {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footerLinksSecundary li {
  margin: 0;
}
.footerLinksSecundary li:nth-child(1) {
  border-right: 1px solid rgba(255,255,255,0.2);
  padding-right: 18px;
}
.footerLinksSecundary li:nth-child(2) {
  display: none;
}
.footerLinksSecundary li:nth-child(3) {
  padding-left: 18px;
  padding-right: 18px;
  border-right: 1px solid rgba(255,255,255,0.2);
}
.footerLinksSecundary li:nth-child(4) {
  padding-left: 18px;
}
.footerLinksSecundary a {
  font-family: 'Inter-Medium', sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .footerLinksSecundary a {
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -o-transition: 250ms all;
    -ms-transition: 250ms all;
    transition: 250ms all;
  }
  .footerLinksSecundary a:hover {
    color: #00c4b8;
  }
}
.footerMiddleLogos {
  width: 320px;
}
.footerMiddleLogos span {
  font-size: 10px;
  font-family: 'Inter-SemiBold', sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}
.footerMiddleLogos ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.footerMiddleLogos li {
  margin: 0;
  margin-right: 8px;
  margin-bottom: 4px;
}
.footerMiddleLogos img {
  display: block;
}
.footerBottom {
  height: 80px;
  border-top: 1px solid rgba(255,255,255,0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 40px 0 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footerBottomSocial {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.footerBottomSocial li {
  margin: 0;
  margin-right: 18px;
}
.footerBottomSocial p {
  margin: 0;
}
.footerBottomSocial a {
  color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 30px;
}
.footerBottomSocial a.footerSocialLinkedin {
  width: auto;
}
.footerBottomSocial a.icon-footage-4 {
  background-color: #fff;
  font-size: 14px;
  color: #333;
  border-radius: 100%;
}
@media screen and (min-width: 1025px) {
  .footerBottomSocial a {
    -webkit-transition: 250ms all;
    -moz-transition: 250ms all;
    -o-transition: 250ms all;
    -ms-transition: 250ms all;
    transition: 250ms all;
  }
  .footerBottomSocial a:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
.footerBottomCopyRight p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-family: 'Inter-Light', sans-serif;
}
.footerBottomDigital {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.footerBottomDigital p {
  text-align: right;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  line-height: 1;
  font-size: 12px;
  font-family: 'Inter-Light', sans-serif;
}
.footerBottomDigital p a {
  margin: 0;
  margin-left: 6px;
}
@media screen and (max-width: 1024px) {
  .footerLogo {
    width: 280px;
  }
  .footerMiddleButton {
    width: 280px;
  }
  .footerMiddleLogos li:nth-child(4) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .footerLinks {
    display: none;
  }
  .footerDatesItem {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 8px;
    text-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footerDatesItem h3 {
    margin-bottom: 0;
    margin-right: 8px;
  }
  .footerDatesItem h3:after {
    content: ':';
  }
  .footerDatesItem p {
    line-height: 0.8;
  }
  .footerTop {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 36px 6% 28px 6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .footerWrapper {
    width: 100%;
  }
  .footerButton {
    display: none;
  }
  .footerDates {
    min-width: initial;
  }
  .footerLogo {
    width: 232px;
    margin-bottom: 26px;
  }
  .footerLogo img {
    width: 100%;
    height: auto;
    display: block;
  }
  .footerMiddleButton {
    display: none;
  }
  .footerMiddle,
  .footerLinksSecundary {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footerMiddle {
    padding: 0;
  }
  .footerLinksSecundary {
    text-align: center;
    width: 92%;
    margin: auto;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .footerLinksSecundary li {
    padding: 0;
  }
  .footerLinksSecundary li:nth-child(1) {
    border-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .footerLinksSecundary li:nth-child(2) {
    display: block;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .footerLinksSecundary li:nth-child(3) {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
    border-right: 0;
  }
  .footerLinksSecundary li:nth-child(4) {
    padding-left: 0;
  }
  .footerMiddleLogos {
    padding: 20px 8% 26px 8%;
    width: auto;
  }
  .footerBottom {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    padding: 26px 6%;
  }
  .footerBottomSocial {
    display: none;
  }
  .footerBottomCopyRight {
    margin-bottom: 20px;
    text-align: center;
  }
  .footerMiddleLogos li {
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 8px;
  }
  .footerMiddleLogos li:nth-child(4) {
    margin-left: initial;
  }
}
@media screen and (max-width: 620px) {
  .footer-copy {
    height: auto;
    text-align: center;
    font-size: 12px;
    margin: auto;
    padding: 8px 0 12px;
  }
  .footer-copy-left {
    float: none;
  }
  .footer-copy-right {
    float: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.home-css .cnt-wrapper {
  padding-top: 0 !important;
}
.home-css .header:not(.scrolling) {
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(270deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(270deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(270deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
}
.home-css .header:not(.scrolling) .menu-link {
  color: #fff;
}
.home-css .header:not(.scrolling) .headerButtons .buttonStandard:first-child {
  color: #fff;
  border-color: #fff;
}
@media screen and (min-width: 1025px) {
  .home-css .header:not(.scrolling) .headerButtons .buttonStandard:first-child:hover {
    border-color: #001b83;
  }
}
.home-css .header:not(.scrolling) .headerOpen .burger > div {
  background-color: #fff;
}
.home-css .header:not(.scrolling) .headerOpen .burger > div:before,
.home-css .header:not(.scrolling) .headerOpen .burger > div:after {
  background-color: #fff;
}
.home-css .header:not(.scrolling) .headerOpen .burger2.toggled > div {
  background-color: transparent;
}
.home-css .header:not(.scrolling) .headerLogo img:nth-child(1) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.home-css .header:not(.scrolling) .headerLogo img:nth-child(2) {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.fullScreenWrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background-color: rgba(35,41,61,0.8);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 500ms all;
  -moz-transition: 500ms all;
  -o-transition: 500ms all;
  -ms-transition: 500ms all;
  transition: 500ms all;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.fullScreenWrapper.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.fullScreenClose {
  width: 35px;
  height: 55px;
  border-radius: 100%;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 30px;
  position: absolute;
  right: 4%;
  top: 40px;
  z-index: 10;
  cursor: pointer;
}
.fullScreenContent {
  max-width: 995px;
  width: 92%;
  margin: auto;
  position: relative;
}
.fullScreenMp4 {
  padding-top: 56.25%;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-color: #000;
}
.fullScreenMp4 video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.fullScreenYoutube,
.fullScreenVimeo {
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background-color: #000;
}
.fullScreenYoutube iframe,
.fullScreenVimeo iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.header {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0px;
  left: 0px;
  z-index: 999;
  -webkit-box-shadow: 0px 4px 39px rgba(0,41,187,0.05);
  box-shadow: 0px 4px 39px rgba(0,41,187,0.05);
}
.header.scrolling .header-ctn {
  height: 80px;
}
.header.scrolling .headerLogo {
  width: 170px;
}
.header .header-ctn {
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .headerLogo {
  margin: 0;
  position: relative;
}
.header .headerLogo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.header .headerLogo img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.header .menu-item {
  position: relative;
  margin-left: 35px;
}
.header .menu-wrap {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .icon-search {
  font-size: 20px;
  color: #333;
  padding: 0 10px;
}
.header .menu-list {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .menu-link {
  color: #333;
  font-family: 'Inter-Medium', sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .header .menu-link {
    -webkit-transition: 200ms all;
    -moz-transition: 200ms all;
    -o-transition: 200ms all;
    -ms-transition: 200ms all;
    transition: 200ms all;
  }
  .header .menu-link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
}
.header .menu-link.active {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.header .menu {
  margin-left: auto;
  margin-right: 0;
}
.header .headerButtons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-left: 30px;
  margin-right: 0;
}
.header .headerButtons .buttonStandard {
  min-width: 128px;
}
.header .headerButtons .buttonStandard:first-child {
  margin-right: 22px;
}
.headerOpen {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 0;
  margin-right: -16px;
}
.headerOpen .burger {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  font-size: 1;
  cursor: pointer;
  width: 27px;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.headerOpen .burger > div {
  width: 100%;
  height: 2px;
  border-radius: 1em;
  background: #001b83;
  position: relative;
}
.headerOpen .burger > div::before,
.headerOpen .burger > div::after {
  -webkit-transition: font-size 0s;
  -moz-transition: font-size 0s;
  -o-transition: font-size 0s;
  -ms-transition: font-size 0s;
  transition: font-size 0s;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #001b83;
  border-radius: 1em;
}
.headerOpen .burger > div::before {
  margin-top: -4px;
}
.headerOpen .burger > div::after {
  margin-top: 4px;
}
.headerOpen .burger2 > div {
  -webkit-transition: background 0.4s, font-size 0s;
  -moz-transition: background 0.4s, font-size 0s;
  -o-transition: background 0.4s, font-size 0s;
  -ms-transition: background 0.4s, font-size 0s;
  transition: background 0.4s, font-size 0s;
}
.headerOpen .burger2 > div::before,
.headerOpen .burger2 > div::after {
  -webkit-transition: font-size 0s;
  -moz-transition: font-size 0s;
  -o-transition: font-size 0s;
  -ms-transition: font-size 0s;
  transition: font-size 0s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.headerOpen .burger2.toggled > div::before {
  -webkit-animation: burg2top 0.4s linear forwards;
  -moz-animation: burg2top 0.4s linear forwards;
  -o-animation: burg2top 0.4s linear forwards;
  -ms-animation: burg2top 0.4s linear forwards;
  animation: burg2top 0.4s linear forwards;
}
.headerOpen .burger2.toggled > div {
  background: transparent;
}
.headerOpen .burger2.toggled > div::after {
  -webkit-animation: burg2bottom 0.4s linear forwards;
  -moz-animation: burg2bottom 0.4s linear forwards;
  -o-animation: burg2bottom 0.4s linear forwards;
  -ms-animation: burg2bottom 0.4s linear forwards;
  animation: burg2bottom 0.4s linear forwards;
}
.headerOpen .burger2.unToggled > div::before {
  -webkit-animation: burg2topReset 0.4s linear forwards;
  -moz-animation: burg2topReset 0.4s linear forwards;
  -o-animation: burg2topReset 0.4s linear forwards;
  -ms-animation: burg2topReset 0.4s linear forwards;
  animation: burg2topReset 0.4s linear forwards;
}
.headerOpen .burger2.unToggled > div {
  background: #001b83;
}
.headerOpen .burger2.unToggled > div::after {
  -webkit-animation: burg2bottomReset 0.4s linear forwards;
  -moz-animation: burg2bottomReset 0.4s linear forwards;
  -o-animation: burg2bottomReset 0.4s linear forwards;
  -ms-animation: burg2bottomReset 0.4s linear forwards;
  animation: burg2bottomReset 0.4s linear forwards;
}
.headerMegaMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0,0,0,0.7);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition: 600ms all;
  -moz-transition: 600ms all;
  -o-transition: 600ms all;
  -ms-transition: 600ms all;
  transition: 600ms all;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.headerMegaMenu.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.headerMegaMenu.active .headerMegaMenuBox {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.headerMegaMenuWrapper {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.headerMegaMenuBox {
  position: relative;
  padding-top: 72px;
  max-width: 660px;
  background-color: #00c4b8;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -63px;
  overflow: hidden;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -o-transition: 400ms all;
  -ms-transition: 400ms all;
  transition: 400ms all;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -o-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.headerPatron {
  position: absolute;
  right: 0;
  bottom: 30%;
}
.headerCloseMenu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 47px;
}
.headerCloseMenu .headerOpen {
  background-color: #fff;
  border-radius: 100%;
  margin-right: 0;
}
.headerCloseMenu .headerOpen .burger > div:before,
.headerCloseMenu .headerOpen .burger > div:after {
  background-color: #00c4b8;
}
.headerMenuLinks {
  padding-bottom: 92px;
  padding-left: 80px;
}
.headerMenuLinks li {
  font-size: 0;
  margin-bottom: 24px;
  display: block;
}
.headerMenuLinks li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .headerMenuLinks li:last-child {
    display: none;
  }
}
.headerMenuLinks a {
  font-size: 28px;
  color: #fff;
  line-height: 1.65;
  font-family: 'Inter-Light', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .headerMenuLinks a {
    font-size: calc(18px + (28 - 18) * ((100vw - 375px) / (1920 - 375)));
  }
}
.headerMenuLinks a:before {
  content: "";
  width: 0px;
  height: 2px;
  background-color: #001b83;
  position: absolute;
  left: 0;
  top: 49%;
  -webkit-transition: width 600ms;
  -moz-transition: width 600ms;
  -o-transition: width 600ms;
  -ms-transition: width 600ms;
  transition: width 600ms;
}
.headerMenuLinks a span {
  margin: 0;
  display: inline-block;
  -webkit-transition: -webkit-transform 600ms;
  -moz-transition: -moz-transform 600ms;
  -o-transition: -o-transform 600ms;
  -ms-transition: -ms-transform 600ms;
  transition: transform 600ms;
}
@media screen and (min-width: 1025px) {
  .headerMenuLinks a:hover:before {
    width: 50px;
  }
  .headerMenuLinks a:hover span {
    -webkit-transform: translateX(65px);
    -moz-transform: translateX(65px);
    -o-transform: translateX(65px);
    -ms-transform: translateX(65px);
    transform: translateX(65px);
    font-family: 'Inter-Medium', sans-serif;
  }
  .headerMenuLinks a.active:before {
    width: 50px;
  }
  .headerMenuLinks a.active span {
    -webkit-transform: translateX(65px);
    -moz-transform: translateX(65px);
    -o-transform: translateX(65px);
    -ms-transform: translateX(65px);
    transform: translateX(65px);
  }
}
.headerMenuLinks a.active span {
  font-family: 'Inter-Medium', sans-serif;
}
.headerMenuBottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  height: 120px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.headerMenuBottomLeft,
.headerMenuBottomRight {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.headerMenuBottomLeft h3,
.headerMenuBottomRight h3 {
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-family: 'Inter-Regular', sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 3px;
}
.headerMenuBottomLeft p,
.headerMenuBottomRight p {
  font-size: 16px;
  margin: 0;
  font-family: 'Inter-Medium', sans-serif;
  color: #fff;
}
.headerMenuBottomLeft {
  padding-right: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.headerMenuBottomRight {
  padding-left: 58px;
}
.headerMenuBottomRight p {
  font-family: 'Inter-Bold', sans-serif;
}
.headerMenuButton {
  display: none;
}
body.left-in .menu-sidebar {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}
body.left-in .menu-sidebar.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
body.left-in .wrapper,
body.left-in .footer {
  left: 0px;
}
body.left-in .wrapper.active,
body.left-in .footer.active {
  left: 300px;
}
body.left-in .menu-mobile-close {
  color: #000;
}
body.left-in .menu-mobile-close.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
body.right-in .menu-sidebar {
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -o-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  right: 0px;
}
body.right-in .menu-sidebar.active {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
body.right-in .wrapper,
body.right-in .footer {
  left: 0px;
}
body.right-in .wrapper.active,
body.right-in .footer.active {
  left: -300px;
}
body.right-in .menu-mobile-close {
  color: #000;
}
body.top-in .menu-overlay {
  display: none;
}
body.top-in .menu-sidebar {
  width: 100%;
  -webkit-transform: translateY(-105%);
  -moz-transform: translateY(-105%);
  -o-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  transform: translateY(-105%);
}
body.top-in .menu-sidebar.active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
body.top-in .menu-responsive {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-height: 400px) {
  body.top-in .menu-responsive {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
body.top-in .menu-responsive .menu-link {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body.top-in .menu-mobile-close {
  color: #000;
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  visibility: hidden;
}
.menu-overlay.active {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  visibility: visible;
}
.menu-mobile-close,
.menu-mobile-open {
  border-radius: 7%;
  color: #000;
  cursor: pointer;
  font-size: 40px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 15px;
  text-align: center;
  top: 10px;
  width: 42px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-mobile-open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: hidden;
  z-index: 1011;
}
.menu-mobile-open.active {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.menu-mobile-close {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1000;
  color: #fff;
}
.menu-mobile-close.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 1012;
}
.menu-sidebar {
  width: 300px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 1000;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  visibility: hidden;
}
.menu-sidebar.active {
  visibility: visible;
}
.menu-sidebar.active .menu-link {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.menu-sidebar-cnt {
  height: 100%;
}
.menu-responsive {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-responsive .menu-item {
  font-size: 16px;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.menu-responsive .menu-link {
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  color: #989898;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 15px;
}
@media screen and (max-height: 400px) {
  .menu-responsive {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
.wrapper,
.footer {
  position: relative;
}
body.active {
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .headerMegaMenuBox {
    max-width: 600px;
  }
  .headerMenuLinks {
    padding-bottom: 40px;
  }
  .headerMenuLinks li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper,
  .footer {
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }
  .menu-mobile-open {
    visibility: visible;
  }
  .header .icon-search {
    margin-right: 50px;
  }
  .header .menu-list {
    display: none;
  }
  .header .header-logo {
    width: 130px;
  }
  .header.scrolling {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  }
  .header.scrolling .headerLogo {
    width: 112px;
  }
  .header.scrolling .header-ctn {
    height: 70px;
  }
  .header .header-ctn {
    height: 70px;
  }
  .header .headerLogo {
    width: 112px;
  }
  .header .headerButtons {
    margin-left: 0;
    margin-right: 3px;
  }
  .header .headerButtons .buttonStandard {
    min-width: 110px;
    height: 32px;
    font-size: 10px;
  }
  .header .headerButtons .buttonStandard:first-child {
    display: none;
  }
  .headerCloseMenu {
    padding-right: 6%;
    height: 70px;
  }
  .headerCloseMenu .headerOpen {
    width: 45px;
    height: 45px;
  }
  .headerMegaMenuWrapper {
    width: 100%;
    height: 100%;
  }
  .headerMegaMenuBox {
    overflow: auto;
    height: 100%;
    margin-right: 0;
  }
  .headerMenuBottom {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .headerPatron {
    display: none;
  }
  .headerMenuBottom {
    padding-top: 25px;
    height: initial;
    padding-bottom: 100px;
  }
  .headerMenuBottomLeft {
    padding-left: 60px;
    margin-bottom: 25px;
  }
  .headerMenuBottomRight {
    padding-left: 60px;
  }
  .headerMenuLinks {
    padding-left: 60px;
    padding-bottom: 25px;
  }
  .headerMenuButton {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 60px;
    padding-bottom: 32px;
  }
  .headerMenuButton .buttonStandard {
    height: 42px;
    border-color: rgba(255,255,255,0.6);
    color: #fff;
    background-color: rgba(255,255,255,0.15);
    font-size: 12px;
  }
}
@-moz-keyframes burg2top {
  0%, 20% {
    margin-top: 0em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    margin-top: 0em;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
  }
  100% {
    margin-top: 0em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes burg2top {
  0%, 20% {
    margin-top: 0em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    margin-top: 0em;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
  }
  100% {
    margin-top: 0em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-o-keyframes burg2top {
  0%, 20% {
    margin-top: 0em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    margin-top: 0em;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
  }
  100% {
    margin-top: 0em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes burg2top {
  0%, 20% {
    margin-top: 0em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    margin-top: 0em;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
  }
  100% {
    margin-top: 0em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-moz-keyframes burg2bottom {
  0%, 20% {
    margin-top: 0em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    margin-top: 0em;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
  }
  100% {
    margin-top: 0em;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes burg2bottom {
  0%, 20% {
    margin-top: 0em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    margin-top: 0em;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
  }
  100% {
    margin-top: 0em;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-o-keyframes burg2bottom {
  0%, 20% {
    margin-top: 0em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    margin-top: 0em;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
  }
  100% {
    margin-top: 0em;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes burg2bottom {
  0%, 20% {
    margin-top: 0em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    margin-top: 0em;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
  }
  100% {
    margin-top: 0em;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-moz-keyframes burg2topReset {
  0% {
    margin-top: 0em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    margin-top: 8px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: 7px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes burg2topReset {
  0% {
    margin-top: 0em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    margin-top: 8px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: 7px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes burg2topReset {
  0% {
    margin-top: 0em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    margin-top: 8px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: 7px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes burg2topReset {
  0% {
    margin-top: 0em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    margin-top: 8px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: 7px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes burg2bottomReset {
  0% {
    margin-top: 0em;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    margin-top: -8px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: -7px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes burg2bottomReset {
  0% {
    margin-top: 0em;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    margin-top: -8px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: -7px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes burg2bottomReset {
  0% {
    margin-top: 0em;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    margin-top: -8px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: -7px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes burg2bottomReset {
  0% {
    margin-top: 0em;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    margin-top: -8px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: -7px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
