@charset "UTF-8";
@font-face {
  font-family: "AmsiPro";
  src: url("fonts/AmsiPro-Light.woff2") format("woff2"), url("fonts/AmsiPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AmsiPro";
  src: url("fonts/AmsiPro-Black.woff2") format("woff2"), url("fonts/AmsiPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AmsiPro";
  src: url("fonts/AmsiPro-Regular.woff2") format("woff2"), url("fonts/AmsiPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AmsiPro";
  src: url("fonts/AmsiPro-Bold.woff2") format("woff2"), url("fonts/AmsiPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AmsiPro";
  src: url("fonts/AmsiPro-SemiBold.woff2") format("woff2"), url("fonts/AmsiPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  appearance: none;
  outline: none;
  padding: 0;
  outline: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

textarea,
input,
select,
button {
  border-radius: 0;
}

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

pre {
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  font-size: 10px;
  color: #666;
}

html,
body {
  scroll-behavior: smooth;
  font-family: "AmsiPro";
  font-size: 16px;
  height: auto;
  width: 100%;
}
html.no__scroll,
body.no__scroll {
  width: 100vw;
}
html.no__scroll body,
body.no__scroll body {
  width: 100vw;
}
html.no__scroll,
body.no__scroll {
  overflow: hidden;
}

section {
  width: 100%;
}
section img {
  width: 100%;
  display: block;
  height: auto;
}
section img.desktop {
  display: block;
}
section img.mobile {
  display: none !important;
}
section.section_components .wrapper__content .wrapper__center {
  flex-wrap: wrap;
  display: flex;
  gap: 20px;
}
section.section_components .wrapper__content .wrapper__center > div {
  width: calc(33.3333333333% - 14px);
  flex-direction: column;
  display: flex;
}

.wrapper__content {
  margin: 0 auto;
  width: 100%;
}
.wrapper__content .wrapper__center {
  max-width: 1460px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.wrapper__content .wrapper__center.noPadding {
  padding: 0 0;
}

.colluns {
  flex-wrap: wrap;
  display: flex;
  gap: 30px;
  flex: 1;
}
.colluns.colunm-two > div {
  width: calc(50% - 15px);
}
.colluns.colunm-three > div {
  width: calc(33.3333333333% - 20px);
}

.combo-box {
  position: relative;
}
.combo-box span {
  display: flex;
  height: 100%;
  width: 100%;
}
.combo-box select {
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 770px) {
  html,
  body {
    height: auto;
    width: 100%;
  }
  section.section {
    position: relative;
    height: auto;
    width: 100%;
  }
  section.section img {
    width: 100%;
    display: block;
  }
  section.section img.desktop {
    display: none !important;
  }
  section.section img.mobile {
    display: block !important;
  }
  section.section.section_components .wrapper__content .wrapper__center {
    flex-direction: column;
  }
  section.section.section_components .wrapper__content .wrapper__center > div {
    width: 100%;
  }
  .colluns {
    flex-direction: column;
  }
  .colluns.colunm-two > div, .colluns.colunm-three > div {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  body.scrolled header#header {
    transform: translateY(-34px);
  }
  body.scrolled header#header .wrapper__content .wrapper__nav:last-child {
    height: 60px;
  }
}
header#header {
  flex-direction: column;
  transition: all ease 0.2s;
  overflow: hidden;
  position: sticky;
  display: flex;
  z-index: 100;
  top: 0;
}
header#header #menu-top,
header#header #menu-main {
  gap: 50px;
}
header#header #menu-top li.menu-item::before,
header#header #menu-main li.menu-item::before {
  border-radius: 10px 10px 0 0;
  align-items: center;
  position: absolute;
  display: flex;
  content: "•";
  height: 100%;
  left: -27px;
  width: 3px;
  top: -2px;
}
header#header #menu-top li.menu-item:first-child::before,
header#header #menu-main li.menu-item:first-child::before {
  display: none !important;
}
@media only screen and (max-width: 1920px) {
  header#header #menu-top,
  header#header #menu-main {
    gap: 2.6041666667vw;
  }
  header#header #menu-top li.menu-item::before,
  header#header #menu-main li.menu-item::before {
    left: -1.40625vw;
  }
}
header#header .wrapper__content {
  background-color: rgba(255, 255, 255, 0.98);
  position: relative;
}
header#header .wrapper__content:after {
  background: #2CC7FF;
  position: absolute;
  height: 2px;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
}
header#header .wrapper__content::before {
  background: #2CC7FF;
  background: linear-gradient(90deg, #2CC7FF 0%, #5F2C82 100%);
  position: absolute;
  height: 34px;
  width: 100%;
  content: "";
  z-index: 5;
  left: 0;
  top: 0;
}
header#header .wrapper__content .wrapper__nav {
  position: relative;
  transition: all ease 0.2s;
  display: flex;
  height: 90px;
  z-index: 10;
}
header#header .wrapper__content .wrapper__nav:first-child {
  height: 34px;
}
header#header .wrapper__content .wrapper__nav:first-child nav {
  justify-content: flex-end;
  gap: inherit;
}
header#header .wrapper__content .wrapper__nav:first-child nav ul {
  justify-content: flex-end;
  padding-right: 30px;
  position: relative;
  display: flex;
}
header#header .wrapper__content .wrapper__nav:first-child nav ul li {
  z-index: 20;
}
header#header .wrapper__content .wrapper__nav:first-child nav ul li::before {
  color: #ffffff;
}
header#header .wrapper__content .wrapper__nav:first-child nav ul li a {
  color: #ffffff;
}
header#header .wrapper__content .wrapper__nav:first-child nav ul li.icon-search a {
  background-image: url(../img/icon-lupa.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  text-indent: -1000vw;
  height: auto;
  width: 20px;
}
header#header .wrapper__content .wrapper__nav:first-child nav ul#menu-social {
  padding: 0 0 0 30px;
  position: relative;
  gap: 30px;
}
header#header .wrapper__content .wrapper__nav:first-child nav ul#menu-social::before {
  background: #2CC7FF;
  background: linear-gradient(90deg, #2CC7FF 0%, #5F2C82 100%);
  position: absolute;
  height: 100%;
  width: 300%;
  content: "";
  z-index: 5;
  left: 0;
  top: 0;
}
header#header .wrapper__content .wrapper__nav:first-child nav ul#menu-social li {
  display: flex;
}
header#header .wrapper__content .wrapper__nav:first-child nav ul#menu-social li a {
  display: flex;
}
header#header .wrapper__content .wrapper__nav:first-child nav ul#menu-social li a img {
  max-width: 20px;
}
header#header .wrapper__content .wrapper__nav nav {
  justify-content: space-between;
  display: flex;
  gap: 20px;
  flex: 1;
}
header#header .wrapper__content .wrapper__nav nav .wrapper__logo {
  align-items: center;
  display: flex;
}
header#header .wrapper__content .wrapper__nav nav .wrapper__logo img {
  max-width: 215px;
}
header#header .wrapper__content .wrapper__nav nav label.icon,
header#header .wrapper__content .wrapper__nav nav input {
  display: none;
}
header#header .wrapper__content .wrapper__nav nav .linksNav {
  display: flex;
}
header#header .wrapper__content .wrapper__nav nav .linksNav .arrow {
  display: none;
}
header#header .wrapper__content .wrapper__nav nav .linksNav ul {
  display: none;
}
header#header .wrapper__content .wrapper__nav nav .linksNav ul:first-child {
  display: flex;
}
header#header .wrapper__content .wrapper__nav nav ul {
  text-transform: uppercase;
}
header#header .wrapper__content .wrapper__nav nav ul li {
  position: relative;
  display: flex;
}
header#header .wrapper__content .wrapper__nav nav ul li a {
  align-items: center;
  text-align: center;
  font-size: 15px;
  display: flex;
}
header#header .wrapper__content .wrapper__nav nav ul#menu-main li::before {
  color: #2CC7FF;
}
header#header .wrapper__content .wrapper__nav nav ul#menu-main li a {
  color: #5F2C82;
}
header#header .wrapper__content .wrapper__nav nav ul#menu-main li:hover::after, header#header .wrapper__content .wrapper__nav nav ul#menu-main li.current-menu-item::after {
  background-color: #2CC7FF;
  border-radius: 10px 10px 0 0;
  position: absolute;
  width: 100%;
  content: "";
  height: 5px;
  bottom: 0;
  left: 0;
}
header#header .wrapper__content .wrapper__nav nav ul#menu-main li.current-menu-item a {
  color: #2CC7FF;
  font-weight: bold;
}

@media only screen and (max-width: 1490px) and (min-width: 1024px) {
  body.scrolled header#header {
    transform: translateY(-2.2818791946vw);
  }
  body.scrolled header#header .wrapper__content .wrapper__nav:last-child {
    height: 4.0268456376vw;
  }
}
@media only screen and (max-width: 1490px) {
  header#header #menu-top,
  header#header #menu-main {
    gap: 3.355704698vw;
  }
  header#header #menu-top li.menu-item::before,
  header#header #menu-main li.menu-item::before {
    border-radius: 0.6711409396vw 0.6711409396vw 0 0;
    left: -1.8120805369vw;
    width: 0.2013422819vw;
    top: -0.1342281879vw;
  }
  header#header .wrapper__content:after {
    height: 0.1342281879vw;
  }
  header#header .wrapper__content::before {
    height: 2.2818791946vw;
  }
  header#header .wrapper__content .wrapper__nav {
    height: 6.0402684564vw;
  }
  header#header .wrapper__content .wrapper__nav:first-child {
    height: 2.2818791946vw;
  }
  header#header .wrapper__content .wrapper__nav:first-child nav ul {
    padding-right: 2.0134228188vw;
  }
  header#header .wrapper__content .wrapper__nav:first-child nav ul#menu-social {
    padding: 0 0 0 2.0134228188vw;
    gap: 2.0134228188vw;
  }
  header#header .wrapper__content .wrapper__nav:first-child nav ul#menu-social li a img {
    max-width: 1.3422818792vw;
  }
  header#header .wrapper__content .wrapper__nav nav {
    gap: 1.3422818792vw;
  }
  header#header .wrapper__content .wrapper__nav nav .wrapper__logo img {
    max-width: 14.4295302013vw;
  }
  header#header .wrapper__content .wrapper__nav nav ul li a {
    background-size: 1.3422818792vw !important;
    font-size: 1.0067114094vw;
  }
  header#header .wrapper__content .wrapper__nav nav ul#menu-main li:hover::after, header#header .wrapper__content .wrapper__nav nav ul#menu-main li.current-menu-item::after {
    border-radius: 0.6711409396vw 0.6711409396vw 0 0;
    height: 0.3355704698vw;
  }
}
@media only screen and (max-width: 1023px) {
  header#header {
    overflow: inherit;
  }
  header#header #menu-top,
  header#header #menu-main {
    gap: 0;
  }
  header#header #menu-top li.menu-item::before,
  header#header #menu-main li.menu-item::before {
    display: none;
  }
  header#header .wrapper__content:after, header#header .wrapper__content::before {
    display: none;
  }
  header#header .wrapper__content .wrapper__center {
    padding: 0;
  }
  header#header .wrapper__content .wrapper__nav {
    height: 60px;
  }
  header#header .wrapper__content .wrapper__nav:first-child {
    display: none;
  }
  header#header .wrapper__content .wrapper__nav nav {
    gap: 0;
  }
  header#header .wrapper__content .wrapper__nav nav .wrapper__logo {
    align-items: center;
    margin-left: 15px;
    display: flex;
  }
  header#header .wrapper__content .wrapper__nav nav .wrapper__logo img {
    max-width: 215px;
  }
  header#header .wrapper__content .wrapper__nav nav label.icon {
    position: absolute;
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    z-index: 200;
    right: 15px;
    top: 12px;
  }
  header#header .wrapper__content .wrapper__nav nav label.icon .menu,
  header#header .wrapper__content .wrapper__nav nav label.icon .menu::before,
  header#header .wrapper__content .wrapper__nav nav label.icon .menu::after {
    transition: background ease 0.1s, top ease 0.1s 0.1s, transform ease 0.1s;
    background: #2CC7FF;
    border-radius: 2px;
    position: absolute;
    display: block;
    height: 4px;
    width: 35px;
    content: "";
  }
  header#header .wrapper__content .wrapper__nav nav label.icon .menu {
    left: 0;
    top: 15px;
  }
  header#header .wrapper__content .wrapper__nav nav label.icon .menu::before {
    top: -10px;
  }
  header#header .wrapper__content .wrapper__nav nav label.icon .menu::after {
    top: 10px;
  }
  header#header .wrapper__content .wrapper__nav nav #menu:checked + .icon .menu {
    background: transparent !important;
  }
  header#header .wrapper__content .wrapper__nav nav #menu:checked + .icon .menu::before {
    transform: rotate(45deg);
  }
  header#header .wrapper__content .wrapper__nav nav #menu:checked + .icon .menu::after {
    transform: rotate(-45deg);
  }
  header#header .wrapper__content .wrapper__nav nav #menu:checked + .icon .menu::before, header#header .wrapper__content .wrapper__nav nav #menu:checked + .icon .menu::after {
    top: 0;
    transition: top ease 0.1s, transform ease 0.1s 0.1s;
  }
  header#header .wrapper__content .wrapper__nav nav #menu:checked ~ .linksNav {
    background: linear-gradient(0deg, #003380 0%, #5F2C82 100%);
    flex-direction: column;
    position: absolute;
    width: 100%;
    opacity: 1;
    top: 60px;
  }
  header#header .wrapper__content .wrapper__nav nav #menu:checked ~ .linksNav .arrow, header#header .wrapper__content .wrapper__nav nav #menu:checked ~ .linksNav ul {
    display: flex;
  }
  header#header .wrapper__content .wrapper__nav nav .linksNav {
    transition: all ease 0.2s;
    overflow: hidden;
    opacity: 0;
    width: 0;
  }
  header#header .wrapper__content .wrapper__nav nav .linksNav .arrow {
    background-color: #002A6A;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    display: none;
  }
  header#header .wrapper__content .wrapper__nav nav .linksNav .arrow > img {
    max-width: 40px;
  }
  header#header .wrapper__content .wrapper__nav nav .linksNav ul {
    display: none;
  }
  header#header .wrapper__content .wrapper__nav nav ul {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    z-index: 100;
    width: 100%;
  }
  header#header .wrapper__content .wrapper__nav nav ul li {
    position: relative;
    display: flex;
  }
  header#header .wrapper__content .wrapper__nav nav ul li:after {
    display: none;
  }
  header#header .wrapper__content .wrapper__nav nav ul li a {
    align-items: center;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    display: flex;
    color: #ffffff;
  }
  header#header .wrapper__content .wrapper__nav nav ul#menu-bottom {
    padding-top: 10px;
  }
  header#header .wrapper__content .wrapper__nav nav ul#menu-main {
    padding: 30px 0;
    display: none;
  }
  header#header .wrapper__content .wrapper__nav nav ul#menu-main li a {
    color: #ffffff;
  }
  header#header .wrapper__content .wrapper__nav nav ul#menu-social {
    justify-content: center;
    flex-direction: row;
    position: relative;
    gap: 30px;
  }
  header#header .wrapper__content .wrapper__nav nav ul#menu-social::before {
    background: #2CC7FF;
    background: linear-gradient(0deg, #2CC7FF 0%, #5F2C82 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 5;
    left: 0;
    top: 0;
  }
  header#header .wrapper__content .wrapper__nav nav ul#menu-social li {
    z-index: 10;
  }
  header#header .wrapper__content .wrapper__nav nav ul#menu-social li a img {
    width: 20px;
  }
}
footer#footer {
  background: linear-gradient(0deg, #003380 0%, #5F2C82 100%);
  flex-direction: column;
  overflow: hidden;
  display: flex;
}
footer#footer #menu-footer,
footer#footer #menu-bottom {
  gap: 50px;
}
footer#footer #menu-footer li.menu-item::before,
footer#footer #menu-bottom li.menu-item::before {
  border-radius: 10px 10px 0 0;
  align-items: center;
  position: absolute;
  display: flex;
  color: #ffffff;
  content: "•";
  height: 100%;
  left: -26px;
  width: 3px;
  top: -1px;
}
footer#footer #menu-footer li.menu-item:first-child::before,
footer#footer #menu-bottom li.menu-item:first-child::before {
  display: none !important;
}
footer#footer .wrapper__nav {
  justify-content: space-between;
  display: flex;
}
footer#footer .wrapper__nav:first-child {
  padding: 100px 0 60px 0;
  flex-direction: column;
}
footer#footer .wrapper__nav:first-child .wrapper__center {
  justify-content: center;
}
footer#footer .wrapper__nav:first-child .wrapper__center nav {
  gap: 60px;
}
footer#footer .wrapper__nav:last-child {
  background-color: #002A6A;
}
footer#footer .wrapper__nav .arrow {
  padding: 20px 0;
  display: flex;
}
footer#footer .wrapper__nav .arrow img {
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: 0% 0%;
  position: relative;
  max-width: 47px;
  top: 50%;
}
footer#footer .wrapper__nav .wrapper__center {
  justify-content: space-between;
  max-width: 1038px;
  display: flex;
}
footer#footer .wrapper__nav .wrapper__center nav {
  justify-content: flex-end;
  display: flex;
}
footer#footer .wrapper__nav .wrapper__center nav .wrapper__logo img {
  max-width: 333px;
}
footer#footer .wrapper__nav .wrapper__center nav:first-child {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
footer#footer .wrapper__nav .wrapper__center nav ul {
  text-transform: uppercase;
  align-items: center;
  display: flex;
  gap: 50px;
}
footer#footer .wrapper__nav .wrapper__center nav ul li {
  position: relative;
}
footer#footer .wrapper__nav .wrapper__center nav ul li.icon-search a {
  background-image: url(../img/icon-lupa.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -1000vw;
  height: auto;
  width: 20px;
}
footer#footer .wrapper__nav .wrapper__center nav ul li::before {
  color: #ffffff;
}
footer#footer .wrapper__nav .wrapper__center nav ul li a {
  padding: 10px 0;
  font-size: 15px;
  display: block;
  line-height: 1;
  color: #ffffff;
}
footer#footer .wrapper__nav .wrapper__center nav ul li a:hover {
  text-decoration: underline;
}
footer#footer .wrapper__nav .wrapper__center nav ul#menu-bottom {
  padding-right: 30px;
}
footer#footer .wrapper__nav .wrapper__center nav ul#menu-social {
  padding: 0 0 0 30px;
  position: relative;
  gap: 30px;
}
footer#footer .wrapper__nav .wrapper__center nav ul#menu-social::before {
  background: #2CC7FF;
  background: linear-gradient(0deg, #2CC7FF 0%, #5F2C82 100%);
  position: absolute;
  height: 150%;
  width: 100vh;
  content: "";
  z-index: 5;
  left: 0;
  top: 0;
}
footer#footer .wrapper__nav .wrapper__center nav ul#menu-social li {
  display: flex;
  z-index: 10;
}
footer#footer .wrapper__nav .wrapper__center nav ul#menu-social li a {
  display: flex;
}

@media only screen and (max-width: 1490px) {
  footer#footer #menu-footer,
  footer#footer #menu-bottom {
    gap: 3.355704698vw;
  }
  footer#footer #menu-footer li.menu-item::before,
  footer#footer #menu-bottom li.menu-item::before {
    border-radius: 0.6711409396vw 0.6711409396vw 0 0;
    left: -1.744966443vw;
    width: 0.2013422819vw;
    top: -0.067114094vw;
  }
  footer#footer .wrapper__nav:first-child {
    padding: 6.711409396vw 0 4.0268456376vw 0;
  }
  footer#footer .wrapper__nav:first-child .wrapper__center nav {
    gap: 4.0268456376vw;
  }
  footer#footer .wrapper__nav .arrow {
    padding: 1.3422818792vw 0;
  }
  footer#footer .wrapper__nav .arrow img {
    max-width: 3.1543624161vw;
  }
  footer#footer .wrapper__nav .wrapper__center {
    max-width: 69.6644295302vw;
  }
  footer#footer .wrapper__nav .wrapper__center nav .wrapper__logo img {
    max-width: 22.3489932886vw;
  }
  footer#footer .wrapper__nav .wrapper__center nav ul {
    gap: 3.355704698vw;
  }
  footer#footer .wrapper__nav .wrapper__center nav ul li a {
    background-size: 1.3422818792vw !important;
    font-size: 1.0067114094vw;
  }
  footer#footer .wrapper__nav .wrapper__center nav ul#menu-bottom {
    padding-right: 2.0134228188vw;
  }
  footer#footer .wrapper__nav .wrapper__center nav ul#menu-social {
    padding: 0 0 0 2.0134228188vw;
    gap: 2.0134228188vw;
  }
}
@media only screen and (max-width: 1023px) {
  footer#footer #menu-footer,
  footer#footer #menu-bottom {
    gap: 0;
  }
  footer#footer #menu-footer li.menu-item::before,
  footer#footer #menu-bottom li.menu-item::before {
    display: none;
  }
  footer#footer .wrapper__nav:first-child {
    padding: 50px 0 30px 0;
  }
  footer#footer .wrapper__nav:first-child .wrapper__center nav {
    gap: 30px;
  }
  footer#footer .wrapper__nav .arrow {
    justify-content: center;
    padding: 20px 0 10px 0;
  }
  footer#footer .wrapper__nav .arrow img {
    transform: none;
    max-width: 40px;
    top: 0;
  }
  footer#footer .wrapper__nav .wrapper__center {
    flex-direction: column;
    max-width: 100%;
    padding: 0;
  }
  footer#footer .wrapper__nav .wrapper__center nav {
    justify-content: center;
    flex-direction: column;
  }
  footer#footer .wrapper__nav .wrapper__center nav .wrapper__logo img {
    max-width: 200px;
  }
  footer#footer .wrapper__nav .wrapper__center nav ul {
    flex-direction: column;
  }
  footer#footer .wrapper__nav .wrapper__center nav ul li a {
    font-size: 15px;
  }
  footer#footer .wrapper__nav .wrapper__center nav ul#menu-bottom {
    padding: 0 0 20px 0;
  }
  footer#footer .wrapper__nav .wrapper__center nav ul#menu-social {
    justify-content: center;
    flex-direction: row;
    padding: 0;
    gap: 30px;
  }
  footer#footer .wrapper__nav .wrapper__center nav ul#menu-social li {
    padding: 10px 0 20px 0;
  }
  footer#footer .wrapper__nav .wrapper__center nav ul#menu-social li a img {
    width: 20px;
  }
}
section.section__home .wrapper__content {
  padding-bottom: 100px;
  max-width: 1920px;
}
section.section__home .wrapper__content .wrapper__center {
  flex-direction: column;
  gap: 100px 30px;
  display: flex;
}
section.section__home .wrapper__content .wrapper__center .wrapper-colluns {
  flex-direction: column;
  display: flex;
  gap: 30px;
}
section.section__home .wrapper__content .wrapper__center .wrapper-colluns h3 {
  letter-spacing: -0.46px;
  color: #002A6A;
  font-weight: 300;
  font-size: 46px;
  line-height: 1;
}
section.section__home .wrapper__content .wrapper__center .wrapper-colluns h3 strong {
  font-weight: 700;
}

@media only screen and (max-width: 1490px) {
  section.section__home .wrapper__content {
    padding-bottom: 6.711409396vw;
  }
  section.section__home .wrapper__content .wrapper__center {
    gap: 6.711409396vw 2.0134228188vw;
  }
  section.section__home .wrapper__content .wrapper__center .wrapper-colluns {
    gap: 2.0134228188vw;
  }
  section.section__home .wrapper__content .wrapper__center .wrapper-colluns h3 {
    letter-spacing: -0.0308724832vw;
    font-size: 3.0872483221vw;
  }
}
@media only screen and (max-width: 1023px) {
  section.section__home .wrapper__content {
    padding-bottom: 9.7751710655vw;
  }
  section.section__home .wrapper__content .wrapper__center {
    gap: 9.7751710655vw 2.9325513196vw;
  }
  section.section__home .wrapper__content .wrapper__center .wrapper-colluns {
    gap: 2.9325513196vw;
  }
  section.section__home .wrapper__content .wrapper__center .wrapper-colluns h3 {
    letter-spacing: -0.0449657869vw;
    font-size: 4.4965786901vw;
  }
}
@media only screen and (max-width: 770px) {
  section.section__home .wrapper__content {
    padding-bottom: 50px;
  }
  section.section__home .wrapper__content .wrapper__center {
    gap: 60px 0 0 0;
  }
  section.section__home .wrapper__content .wrapper__center .wrapper-colluns {
    gap: 20px;
  }
  section.section__home .wrapper__content .wrapper__center .wrapper-colluns h3 {
    letter-spacing: -0.3px;
    text-align: center;
    font-size: 30px;
  }
}
section.section__workwithus .wrapper__content {
  padding-bottom: min(6.711409396vw, 100px);
  flex-direction: column;
  gap: min(6.0402684564vw, 90px);
  max-width: 1920px;
  display: flex;
}
section.section__workwithus .wrapper__content .wrapper__center {
  flex-direction: column;
  align-items: center;
  gap: min(6.0402684564vw, 90px);
  display: flex;
}
section.section__workwithus .wrapper__content .wrapper__center h3 {
  padding: min(0.5369127517vw, 8px) min(4.4295302013vw, 66px);
  border-radius: min(3.0872483221vw, 46px);
  font-size: min(3.0872483221vw, 46px);
  background: #002A6A;
  font-weight: 700;
  display: table;
  color: #ffffff;
}
section.section__workwithus .wrapper__content .figure__cloud__words {
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
}
section.section__workwithus .wrapper__content .figure__cloud__words .icon {
  width: min(13.1543624161vw, 196px);
}
section.section__workwithus .wrapper__content .figure__cloud__words .icon.right {
  transform: scaleX(-1);
}
section.section__workwithus .wrapper__content .figure__cloud__words .figure {
  max-width: min(63.6241610738vw, 948px);
}
section.section__workwithus .wrapper__content .wrapper__text {
  flex-direction: column;
  gap: min(3.355704698vw, 50px);
  align-items: center;
  padding: 0 15px;
  display: flex;
}
section.section__workwithus .wrapper__content .wrapper__text p {
  font-size: min(3.0872483221vw, 46px);
  color: #002A6A;
  text-align: center;
  line-height: 1.2;
  font-weight: 300;
}
section.section__workwithus .wrapper__content .wrapper__text p strong {
  font-weight: 700;
}
section.section__workwithus .wrapper__content .wrapper__text p span {
  color: #2CC7FF;
}
section.section__workwithus .wrapper__content .wrapper__text .icon {
  display: none;
}

@media only screen and (max-width: 770px) {
  section.section__workwithus .wrapper__content {
    padding-bottom: 50px;
    gap: 30px;
  }
  section.section__workwithus .wrapper__content .wrapper__center {
    gap: 50px;
  }
  section.section__workwithus .wrapper__content .wrapper__center h3 {
    border-radius: 100px;
    padding: 8px 46px;
    font-size: 24px;
  }
  section.section__workwithus .wrapper__content .figure__cloud__words {
    flex-direction: column;
    gap: 30px;
  }
  section.section__workwithus .wrapper__content .figure__cloud__words .icon {
    transform: rotate(90deg);
    width: 70px;
  }
  section.section__workwithus .wrapper__content .figure__cloud__words .icon.right {
    display: none;
  }
  section.section__workwithus .wrapper__content .figure__cloud__words .figure {
    max-width: 100%;
  }
  section.section__workwithus .wrapper__content .wrapper__text {
    gap: 30px;
  }
  section.section__workwithus .wrapper__content .wrapper__text p {
    font-size: 20px;
  }
  section.section__workwithus .wrapper__content .wrapper__text .icon {
    display: block;
    width: 70px;
  }
  section.section__workwithus .wrapper__content .wrapper__text .icon.mobile {
    transform: scaleX(-1) rotate(-90deg);
  }
}
section.section__transparency .wrapper__content {
  padding-bottom: 100px;
  max-width: 1920px;
}
section.section__transparency .wrapper__content .wrapper__center {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  gap: 40px 30px;
}
section.section__transparency .wrapper__content .wrapper__center .card {
  width: calc(50% - 15px);
  flex-direction: column;
  display: flex;
}

@media only screen and (max-width: 1490px) {
  section.section__transparency .wrapper__content {
    padding-bottom: 6.711409396vw;
  }
  section.section__transparency .wrapper__content .wrapper__center {
    gap: 2.6845637584vw 2.0134228188vw;
  }
  section.section__transparency .wrapper__content .wrapper__center .card {
    width: calc(50% - 1.0067114094vw);
  }
}
@media only screen and (max-width: 1023px) {
  section.section__transparency .wrapper__content {
    padding-bottom: 9.7751710655vw;
  }
  section.section__transparency .wrapper__content .wrapper__center {
    gap: 3.9100684262vw 2.9325513196vw;
  }
  section.section__transparency .wrapper__content .wrapper__center .card {
    width: calc(50% - 1.4662756598vw);
  }
}
@media only screen and (max-width: 770px) {
  section.section__transparency .wrapper__content {
    padding-bottom: 50px;
  }
  section.section__transparency .wrapper__content .wrapper__center {
    gap: 60px 0;
  }
  section.section__transparency .wrapper__content .wrapper__center .card {
    width: 100%;
  }
}
section.section__privacy .wrapper__content {
  padding-bottom: 100px;
  max-width: 1920px;
}
@media only screen and (max-width: 770px) {
  section.section__privacy .wrapper__content {
    padding-bottom: 50px;
    max-width: 1920px;
  }
}
section.section__search .wrapper__content {
  padding-bottom: min(6.711409396vw, 100px);
  max-width: 1920px;
}
section.section__search .wrapper__content.padding__top {
  padding-top: min(5.3691275168vw, 80px);
}
section.section__search .wrapper__content .wrapper__blue__box {
  border-radius: min(1.610738255vw, 24px) min(4.0268456376vw, 60px) min(1.610738255vw, 24px) min(4.0268456376vw, 60px);
  width: calc(100% - 30px);
  background: #002A6A;
  max-width: 1722px;
  margin: 0 auto;
}
section.section__search .wrapper__content .wrapper__blue__box .wrapper__center {
  padding: min(3.355704698vw, 50px) min(6.711409396vw, 100px);
  align-items: center;
  display: flex;
  gap: min(2.3489932886vw, 35px);
}
section.section__search .wrapper__content .wrapper__blue__box .wrapper__center .icon img {
  max-width: min(24.4295302013vw, 364px);
}
section.section__search .wrapper__content .wrapper__blue__box .wrapper__center .description {
  flex-direction: column;
  max-width: min(55.033557047vw, 820px);
  display: flex;
  gap: min(1.677852349vw, 25px);
}
section.section__search .wrapper__content .wrapper__blue__box .wrapper__center .description h3 {
  color: #2CC7FF;
  line-height: 1.2;
  font-size: min(3.0872483221vw, 46px);
}
section.section__search .wrapper__content .wrapper__blue__box .wrapper__center .description p {
  line-height: 1.6;
  font-size: min(1.2080536913vw, 18px);
  color: #ffffff;
}
section.section__search .wrapper__content .wrapper__center {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  section.section__search .wrapper__content {
    padding-bottom: min(9.7751710655vw, 100px);
  }
  section.section__search .wrapper__content.padding__top {
    padding-top: min(7.8201368524vw, 80px);
  }
  section.section__search .wrapper__content .wrapper__blue__box {
    border-radius: min(2.3460410557vw, 24px) min(5.8651026393vw, 60px) min(2.3460410557vw, 24px) min(5.8651026393vw, 60px);
    margin: min(2.9325513196vw, 30px) auto 0 auto;
  }
  section.section__search .wrapper__content .wrapper__blue__box .wrapper__center {
    padding: 0 min(9.7751710655vw, 100px) min(7.3313782991vw, 75px) min(9.7751710655vw, 100px);
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
  }
  section.section__search .wrapper__content .wrapper__blue__box .wrapper__center .icon {
    transform: translateY(min(-2.9325513196vw, -30px));
  }
  section.section__search .wrapper__content .wrapper__blue__box .wrapper__center .icon img {
    max-width: min(35.5816226784vw, 364px);
  }
  section.section__search .wrapper__content .wrapper__blue__box .wrapper__center .description {
    max-width: min(80.156402737vw, 820px);
    gap: min(2.4437927664vw, 25px);
  }
  section.section__search .wrapper__content .wrapper__blue__box .wrapper__center .description h3 {
    font-size: min(4.4965786901vw, 46px);
  }
  section.section__search .wrapper__content .wrapper__blue__box .wrapper__center .description p {
    font-size: min(1.7595307918vw, 18px);
  }
}
@media only screen and (max-width: 770px) {
  section.section__search .wrapper__content {
    padding-bottom: 50px;
  }
  section.section__search .wrapper__content.padding__top {
    padding-top: 50px;
  }
  section.section__search .wrapper__content .wrapper__blue__box {
    border-radius: 24px 60px 24px 60px;
    margin: 30px auto 0 auto;
  }
  section.section__search .wrapper__content .wrapper__blue__box .wrapper__center {
    padding: 0 20px 50px 20px;
  }
  section.section__search .wrapper__content .wrapper__blue__box .wrapper__center .icon {
    transform: translateY(-30px);
  }
  section.section__search .wrapper__content .wrapper__blue__box .wrapper__center .icon img {
    max-width: 280px;
  }
  section.section__search .wrapper__content .wrapper__blue__box .wrapper__center .description {
    gap: 25px;
  }
  section.section__search .wrapper__content .wrapper__blue__box .wrapper__center .description h3 {
    font-size: 30px;
  }
  section.section__search .wrapper__content .wrapper__blue__box .wrapper__center .description p {
    font-size: 18px;
  }
}
section.section__lippe.gray {
  background: rgba(221, 221, 221, 0.1);
}
section.section__lippe .wrapper__content {
  padding-bottom: min(6.711409396vw, 100px);
  max-width: 1920px;
}
section.section__lippe .wrapper__content.margin-bottom {
  margin-bottom: min(6.711409396vw, 100px);
}
section.section__lippe .wrapper__content .wrapper__center {
  flex-direction: column;
  display: flex;
  gap: min(6.711409396vw, 100px);
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart {
  padding: min(3.355704698vw, 50px) 0;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__flowchart {
  position: relative;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__flowchart .title {
  width: min(30.2013422819vw, 450px);
  transform: translate(60%, -150%);
  position: absolute;
  left: 50%;
  top: 50%;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__flowchart .title h3 {
  margin-bottom: min(1.3422818792vw, 20px);
  font-size: min(3.0872483221vw, 46px);
  color: #002A6A;
  font-weight: 300;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__flowchart .title h3 strong {
  color: #2CC7FF;
  font-weight: 700;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__flowchart .flowchart {
  width: 100%;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes {
  padding-top: min(1.3422818792vw, 20px);
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes h3 {
  color: #002A6A;
  font-size: min(3.0872483221vw, 46px);
  margin-bottom: min(1.3422818792vw, 20px);
  text-align: center;
  font-weight: 300;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes h3 strong {
  color: #2CC7FF;
  font-weight: 700;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes {
  padding-top: min(1.3422818792vw, 20px);
  display: flex;
  gap: min(2.0134228188vw, 30px);
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes .card {
  border-radius: min(2.6845637584vw, 40px) min(0.8053691275vw, 12px) min(2.6845637584vw, 40px) min(0.8053691275vw, 12px);
  padding: min(2.6845637584vw, 40px);
  flex-direction: column;
  gap: min(1.3422818792vw, 20px);
  display: flex;
  flex: 1;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes .card:nth-child(1) {
  background: #1E4487;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes .card:nth-child(2) {
  background: #3E5D99;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes .card:nth-child(3) {
  background: #06596B;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes .card:nth-child(4) {
  background: #3F851B;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes .card ul {
  justify-content: flex-start;
  min-height: min(5.3691275168vw, 80px);
  align-items: center;
  display: flex;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes .card ul li {
  text-transform: uppercase;
  font-size: min(1.4765100671vw, 22px);
  position: relative;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes .card ul li:first-child {
  font-size: min(2.8187919463vw, 42px);
  padding-right: min(1.3422818792vw, 20px);
  margin-right: min(1.0067114094vw, 15px);
  font-weight: 700;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes .card ul li:first-child::after {
  border-radius: min(0.6711409396vw, 10px);
  transform: translateY(-50%);
  mix-blend-mode: overlay;
  width: min(0.4026845638vw, 6px);
  background: #ffffff;
  position: absolute;
  height: 1.5vw;
  opacity: 0.7;
  content: "";
  right: 0;
  top: 50%;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes .card p {
  font-size: min(1.2080536913vw, 18px);
  position: relative;
  padding-left: 40px;
  text-wrap: pretty;
  line-height: 1.4;
  color: white;
  z-index: 5;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes .card p::before {
  background: linear-gradient(90deg, #B8E3E8 0%, rgba(184, 227, 232, 0) 100%);
  border-radius: min(1.3422818792vw, 20px);
  width: min(10.8724832215vw, 162px);
  height: min(1.744966443vw, 26px);
  left: min(1.744966443vw, 26px);
  position: absolute;
  opacity: 0.5;
  content: "";
  z-index: 0;
  top: 0;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .title {
  margin-bottom: min(2.6845637584vw, 40px);
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .title h3 {
  color: #002A6A;
  font-size: min(3.0872483221vw, 46px);
  margin-bottom: min(1.3422818792vw, 20px);
  font-weight: 300;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .title h3 strong {
  color: #2CC7FF;
  font-weight: 700;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .title p {
  font-size: min(1.2080536913vw, 18px);
  color: #002A6A;
  font-weight: 300;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .title p strong {
  font-weight: 700;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe {
  justify-content: space-between;
  display: flex;
  gap: min(2.0134228188vw, 30px);
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs {
  flex-direction: column;
  position: relative;
  gap: min(2.0134228188vw, 30px) min(3.355704698vw, 50px);
  width: 33.33%;
  display: flex;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs:nth-child(2) {
  padding-left: 5.7%;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .item {
  align-items: center;
  color: #002A6A;
  display: flex;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .item .icon {
  border-radius: 50%;
  max-width: min(8.5906040268vw, 128px);
  width: 30%;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .item p {
  font-size: min(1.2080536913vw, 18px);
  text-wrap: pretty;
  line-height: 1.4;
  padding: 0 min(2.1476510067vw, 32px);
  width: 100%;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .item p strong {
  font-weight: 700;
  display: block;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .info__grafic {
  transform: translate(0, -70%);
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: absolute;
  display: flex;
  width: 100%;
  gap: min(0.3355704698vw, 5px);
  top: 50%;
  left: 0%;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .info__grafic p {
  font-size: min(1.2080536913vw, 18px);
  color: #002A6A;
  font-weight: 700;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .info__grafic span {
  font-size: min(4.0268456376vw, 60px);
  font-weight: 700;
  color: #B31E83;
  display: block;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .numbers {
  padding-bottom: min(1.3422818792vw, 20px);
  flex-direction: column;
  gap: min(1.3422818792vw, 20px);
  position: relative;
  display: flex;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .numbers p {
  font-size: min(1.610738255vw, 24px);
  font-weight: 700;
  color: #B31E83;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .numbers ul {
  justify-content: space-between;
  flex-direction: column;
  gap: min(1.0067114094vw, 15px);
  display: flex;
  height: 100%;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .numbers ul li {
  position: relative;
  color: #002A6A;
  font-size: min(1.610738255vw, 24px);
  padding: 0 0 0 min(1.0738255034vw, 16px);
  line-height: 1.4;
  font-weight: 300;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .numbers ul li:before {
  font-size: min(1.610738255vw, 24px);
  position: absolute;
  color: #5F2C82;
  content: "•";
  left: 0;
  top: 0;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .numbers ul li strong,
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .numbers ul li b {
  font-weight: 700;
  color: #5F2C82;
}
section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .note {
  color: #002A6A;
}
section.section__lippe .wrapper__content .wrapper__blue__box {
  border-radius: min(1.610738255vw, 24px) min(4.0268456376vw, 60px) min(1.610738255vw, 24px) min(4.0268456376vw, 60px);
  background: #002A6A;
  width: calc(100% - min(2.0134228188vw, 30px));
  max-width: 1722px;
  margin: 0 auto;
}
section.section__lippe .wrapper__content .wrapper__blue__box .content__box {
  justify-content: space-between;
  align-items: center;
  padding: min(6.0402684564vw, 90px) 0;
  display: flex;
  height: 100%;
  gap: min(3.355704698vw, 50px);
}
section.section__lippe .wrapper__content .wrapper__blue__box .content__box .description {
  height: -webkit-fill-available;
  display: flex;
  width: 50%;
}
section.section__lippe .wrapper__content .wrapper__blue__box .content__box .description p {
  font-size: min(1.610738255vw, 24px);
  color: #ffffff;
}
section.section__lippe .wrapper__content .wrapper__blue__box .content__box .description ul {
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  height: 100%;
  gap: min(1.610738255vw, 24px);
}
section.section__lippe .wrapper__content .wrapper__blue__box .content__box .description ul li {
  font-size: min(1.610738255vw, 24px);
  padding: 0 0 0 min(1.0738255034vw, 16px);
  position: relative;
  color: #2CC7FF;
  font-weight: 600;
}
section.section__lippe .wrapper__content .wrapper__blue__box .content__box .description ul li:before {
  font-size: min(2.0134228188vw, 30px);
  transform: translateY(-58%);
  color: #2CC7FF;
  position: absolute;
  content: "•";
  top: 50%;
  left: 0;
}
section.section__lippe .wrapper__content .wrapper__blue__box .content__box .description ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 770px) {
  section.section__lippe .wrapper__content {
    padding-bottom: 50px;
  }
  section.section__lippe .wrapper__content.no-padding {
    padding-bottom: 0;
  }
  section.section__lippe .wrapper__content.margin-bottom {
    margin-bottom: 50px;
  }
  section.section__lippe .wrapper__content .wrapper__center {
    gap: 50px;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart {
    padding: 50px 0;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__flowchart {
    position: relative;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__flowchart .title {
    transform: translate(0);
    padding-bottom: 20px;
    position: relative;
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    top: 0;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__flowchart .title h3 {
    text-align: center;
    font-size: 30px;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__flowchart .title h3 br {
    display: none;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes {
    padding-top: 20px;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes h3 {
    margin: 0 auto 20px auto;
    color: #002A6A;
    text-align: center;
    font-weight: 300;
    max-width: 400px;
    font-size: 30px;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes h3 strong {
    color: #2CC7FF;
    font-weight: 700;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes {
    flex-direction: column;
    align-items: center;
    display: flex;
    gap: 20px;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes .card {
    border-radius: 40px 12px 40px 12px;
    padding: 30px 30px;
    width: 100%;
    gap: 20px;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes .card ul {
    width: 100%;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes .card ul li {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes .card ul li:first-child {
    padding-right: 20px;
    margin-right: 15px;
    font-size: 47px;
    line-height: 1;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes .card ul li:first-child::after {
    transform: translateY(-50%);
    mix-blend-mode: overlay;
    border-radius: 10px;
    position: absolute;
    background: #ffffff;
    content: "";
    height: 40px;
    opacity: 0.7;
    right: 0px;
    width: 6px;
    top: 50%;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes .card p {
    position: relative;
    text-wrap: pretty;
    line-height: 1.1;
    font-size: 22px;
    color: white;
    z-index: 5;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__flowchart .content__cards__axes .cards__axes .card p::before {
    border-radius: 20px;
    height: 26px;
    width: 50%;
    left: 30px;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .title {
    margin-bottom: 40px;
    text-align: center;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .title h3 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .title p {
    font-size: 18px;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe {
    flex-direction: column;
    gap: 30px;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs {
    gap: 30px 50px;
    width: 100%;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs:nth-child(2) {
    padding-left: 18%;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .item {
    flex-direction: column;
    gap: 20px;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .item .icon {
    max-width: 128px;
    width: 30%;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .item p {
    text-align: center;
    font-size: 18px;
    padding: 0 0;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .info__grafic {
    transform: translate(0, -65%);
    gap: 5px;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .info__grafic p {
    font-size: 16px;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .info__grafic span {
    font-size: 40px;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .numbers {
    padding-bottom: 20px;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .numbers p {
    font-size: 24px;
    font-weight: 700;
    color: #B31E83;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .numbers ul {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    height: 100%;
    gap: 10px;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .numbers ul li {
    position: relative;
    color: #002A6A;
    font-size: 22px;
    padding: 0 0 0 16px;
    line-height: 1.4;
    font-weight: 300;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .numbers ul li:before {
    display: none;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .numbers ul li strong,
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .numbers ul li b {
    font-weight: 700;
    color: #5F2C82;
  }
  section.section__lippe .wrapper__content .wrapper__center .wrapper__inputs__lippe .col__inputs__lippe .col__inputs .note {
    transform: translate(-50%, -400%);
    position: absolute;
    left: 50%;
    top: 0;
  }
  section.section__lippe .wrapper__content .wrapper__blue__box {
    border-radius: 40px 12px 40px 12px;
    width: calc(100% - 30px);
  }
  section.section__lippe .wrapper__content .wrapper__blue__box .content__box {
    flex-direction: column;
    padding: 50px 20px;
    gap: 30px;
  }
  section.section__lippe .wrapper__content .wrapper__blue__box .content__box .description {
    width: 100%;
  }
  section.section__lippe .wrapper__content .wrapper__blue__box .content__box .description p {
    font-size: 20px;
  }
  section.section__lippe .wrapper__content .wrapper__blue__box .content__box .description ul {
    gap: 15px;
  }
  section.section__lippe .wrapper__content .wrapper__blue__box .content__box .description ul li {
    padding: 0 0 0 20px;
    font-size: 20px;
  }
  section.section__lippe .wrapper__content .wrapper__blue__box .content__box .description ul li:before {
    transform: translateY(0);
    font-size: 30px;
    content: "•";
    top: -10px;
  }
}
section.section__about .wrapper__content {
  padding-bottom: 100px;
  max-width: 1920px;
}
section.section__about .wrapper__content .wrapper__center {
  flex-direction: column;
  display: flex;
  gap: 100px;
}

@media only screen and (max-width: 1490px) {
  section.section__about .wrapper__content {
    padding-bottom: 6.711409396vw;
  }
  section.section__about .wrapper__content .wrapper__center {
    gap: 6.711409396vw;
  }
}
@media only screen and (max-width: 1023px) {
  section.section__about .wrapper__content {
    padding-bottom: 9.7751710655vw;
  }
  section.section__about .wrapper__content .wrapper__center {
    gap: 9.7751710655vw;
  }
}
@media only screen and (max-width: 770px) {
  section.section__about .wrapper__content {
    padding-bottom: 50px;
  }
  section.section__about .wrapper__content .wrapper__center {
    gap: 50px;
  }
}
section.section.section__slider__timeline .wrapper__content {
  padding-bottom: min(6.711409396vw, 100px);
  max-width: 1920px;
}
section.section.section__slider__timeline .wrapper__content .wrapper__center {
  flex-direction: column;
  gap: min(2.0134228188vw, 30px);
  display: flex;
}
section.section.section__slider__timeline .wrapper__content .wrapper__center h3 {
  font-size: min(3.6241610738vw, 54px);
  text-align: center;
  color: #2CC7FF;
}

@media only screen and (max-width: 1490px) {
  section.section.section__slider__timeline .wrapper__content {
    padding-bottom: min(6.711409396vw, 100px);
  }
  section.section.section__slider__timeline .wrapper__content .wrapper__center {
    gap: min(2.0134228188vw, 30px);
  }
  section.section.section__slider__timeline .wrapper__content .wrapper__center h3 {
    font-size: min(3.6241610738vw, 54px);
  }
}
@media only screen and (max-width: 1023px) {
  section.section.section__slider__timeline .wrapper__content {
    padding-bottom: min(9.7751710655vw, 100px);
  }
  section.section.section__slider__timeline .wrapper__content .wrapper__center {
    gap: min(2.9325513196vw, 30px);
  }
  section.section.section__slider__timeline .wrapper__content .wrapper__center h3 {
    font-size: min(5.2785923754vw, 54px);
  }
}
@media only screen and (max-width: 770px) {
  section.section.section__slider__timeline .wrapper__content {
    padding-bottom: 50px;
  }
  section.section.section__slider__timeline .wrapper__content .wrapper__center {
    gap: 20px;
  }
  section.section.section__slider__timeline .wrapper__content .wrapper__center h3 {
    font-size: 30px;
  }
}
section.section__notice .wrapper__content {
  max-width: 1920px;
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter {
  justify-content: space-between;
  padding-top: min(6.711409396vw, 100px);
  gap: min(2.3489932886vw, 35px);
  display: flex;
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form {
  flex-direction: column;
  display: flex;
  flex: 1;
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form:first-child {
  flex: unset;
  width: 41%;
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form p {
  margin-bottom: min(1.3422818792vw, 20px);
  font-size: min(1.2080536913vw, 18px);
  color: #002A6A;
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form {
  width: 100%;
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul {
  display: flex;
  width: 100%;
  gap: min(0.6711409396vw, 10px);
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li {
  flex: 1;
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li:last-child {
  width: min-content;
  flex: unset;
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li label span {
  position: relative;
  display: block;
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li label span.combobox::before, section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li label span.combobox::after {
  pointer-events: none;
  position: absolute;
  cursor: pointer;
  content: "";
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li label span.combobox::before {
  transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: min(0.1342281879vw, 2px) solid #002A6A;
  border-right: min(0.1342281879vw, 2px) solid #002A6A;
  height: min(0.8053691275vw, 12px);
  width: min(0.8053691275vw, 12px);
  z-index: 20;
  right: min(1.2080536913vw, 18px);
  top: min(1.744966443vw, 26px);
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li label span.combobox::after {
  background-color: #2CC7FF;
  height: calc(100% - min(0.5369127517vw, 8px));
  border-radius: min(0.2013422819vw, 3px);
  z-index: 10;
  width: min(4.0268456376vw, 60px);
  right: min(0.2684563758vw, 4px);
  top: min(0.2684563758vw, 4px);
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li label span input,
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li label span select {
  box-shadow: inset 0 0 0 min(0.1342281879vw, 2px) #2CC7FF;
  background-color: transparent;
  letter-spacing: min(-0.0120805369vw, -0.18px);
  font-family: "AmsiPro";
  color: #002A6A;
  border-radius: min(0.3355704698vw, 5px);
  font-weight: 100;
  min-height: min(4.0268456376vw, 60px);
  font-weight: 400;
  font-size: min(1.2080536913vw, 18px);
  padding: 0 min(1.3422818792vw, 20px);
  width: 100%;
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li .component_link_button button {
  height: min(4.0268456376vw, 60px);
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais h3 {
  font-size: min(3.0872483221vw, 46px);
  margin: min(4.0268456376vw, 60px) 0;
  color: #002A6A;
  font-weight: 300;
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais h3 strong {
  font-weight: 700;
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__list__editais {
  gap: min(1.677852349vw, 25px);
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__list__editais .edital {
  border-radius: min(2.6845637584vw, 40px) min(0.8053691275vw, 12px) min(2.6845637584vw, 40px) min(0.8053691275vw, 12px);
  width: calc(33.3333333333% - min(1.1185682327vw, 16.6666666667px));
  border: 1px solid #ddd;
  padding: min(2.6845637584vw, 40px);
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__list__editais .edital.edital-null {
  background-color: #ddd;
  text-align: center;
  width: 100%;
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__list__editais .edital.edital-null p {
  margin-bottom: 0;
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__list__editais .edital p {
  margin-bottom: min(1.3422818792vw, 20px);
  font-size: min(1.2080536913vw, 18px);
  color: #002A6A;
  font-weight: 300;
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__list__editais .edital p:first-child {
  font-size: min(1.610738255vw, 24px);
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__list__editais .edital p strong {
  font-weight: 700;
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__list__editais .edital h4 {
  margin-bottom: min(1.3422818792vw, 20px);
  font-size: min(2.1476510067vw, 32px);
  color: #2CC7FF;
  font-weight: 700;
  line-height: 1;
}
section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .load__more {
  margin: min(6.711409396vw, 100px) auto 0 auto;
  justify-content: center;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter {
    padding-top: min(9.7751710655vw, 100px);
    flex-direction: column;
    gap: min(3.4213098729vw, 35px);
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form:first-child {
    width: 100%;
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form p {
    margin-bottom: min(1.9550342131vw, 20px);
    font-size: min(1.7595307918vw, 18px);
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul {
    flex-direction: column;
    gap: min(0.9775171065vw, 10px);
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li label span.combobox::before {
    border-bottom: min(0.1955034213vw, 2px) solid #002A6A;
    border-right: min(0.1955034213vw, 2px) solid #002A6A;
    height: min(1.1730205279vw, 12px);
    width: min(1.1730205279vw, 12px);
    right: min(1.7595307918vw, 18px);
    top: min(2.541544477vw, 26px);
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li label span.combobox::after {
    height: calc(100% - min(0.7820136852vw, 8px));
    border-radius: min(0.293255132vw, 3px);
    width: min(5.8651026393vw, 60px);
    right: min(0.3910068426vw, 4px);
    top: min(0.3910068426vw, 4px);
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li label span input,
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li label span select {
    box-shadow: inset 0 0 0 min(0.1955034213vw, 2px) #2CC7FF;
    letter-spacing: min(-0.0175953079vw, -0.18px);
    border-radius: min(0.4887585533vw, 5px);
    min-height: min(5.8651026393vw, 60px);
    font-size: min(1.7595307918vw, 18px);
    padding: 0 min(1.9550342131vw, 20px);
    width: 100%;
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li .component_link_button button {
    height: min(5.8651026393vw, 60px);
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais h3 {
    font-size: min(4.4965786901vw, 46px);
    margin: min(5.8651026393vw, 60px) 0;
    text-align: center;
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__list__editais {
    gap: min(2.4437927664vw, 25px);
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__list__editais .edital {
    border-radius: min(3.9100684262vw, 40px) min(1.1730205279vw, 12px) min(3.9100684262vw, 40px) min(1.1730205279vw, 12px);
    width: calc(50% - min(1.2218963832vw, 12.5px));
    padding: min(3.9100684262vw, 40px);
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__list__editais .edital p {
    margin-bottom: min(1.9550342131vw, 20px);
    font-size: min(1.7595307918vw, 18px);
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__list__editais .edital p:first-child {
    font-size: min(2.3460410557vw, 24px);
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__list__editais .edital h4 {
    margin-bottom: min(1.9550342131vw, 20px);
    font-size: min(3.128054741vw, 32px);
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .load__more {
    margin: min(9.7751710655vw, 100px) auto 0 auto;
  }
}
@media only screen and (max-width: 770px) {
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter {
    flex-direction: column;
    display: flex;
    gap: 30px;
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form {
    width: 100%;
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form:nth-child(1) {
    margin-right: 0;
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul {
    gap: 20px;
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li:last-child {
    width: 100%;
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li label span.combobox::before {
    border-bottom: 2px solid #002A6A;
    border-right: 2px solid #002A6A;
    height: 12px;
    width: 12px;
    right: 13px;
    top: 21px;
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li label span.combobox::after {
    height: calc(100% - 8px);
    border-radius: 3px;
    width: 50px;
    right: 4px;
    top: 4px;
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li label span input,
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__filter .content__form form ul li label span select {
    box-shadow: inset 0 0 0 2px #2CC7FF;
    letter-spacing: -0.18px;
    border-radius: 5px;
    min-height: 57px;
    font-size: 18px;
    padding: 10px;
    width: 100%;
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais h3 {
    font-size: 30px;
    margin: 30px 0;
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__list__editais {
    gap: 25px;
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__list__editais .edital {
    border-radius: 40px 12px 40px 12px;
    padding: 40px;
    width: 100%;
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__list__editais .edital p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__list__editais .edital p:first-child {
    font-size: 18px;
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .wrapper__list__editais .edital h4 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  section.section__notice .wrapper__content .wrapper__center .wrapper__content__editais .load__more {
    margin: 30px auto;
  }
}
section.section_area_maps {
  background-color: #002A6A;
  position: relative;
}
section.section_area_maps .wrapper__content {
  max-width: 1920px;
}
section.section_area_maps .wrapper__content .wrapper__center {
  gap: min(2.0134228188vw, 30px);
  display: flex;
}
section.section_area_maps .wrapper__content .wrapper__center .half {
  padding: min(6.711409396vw, 100px) 0;
  justify-content: center;
  flex-direction: column;
  gap: min(1.3422818792vw, 20px) 0;
  align-items: center;
  display: flex;
  flex: 0.5;
}
section.section_area_maps .wrapper__content .wrapper__center .half .box-area {
  flex-direction: column;
  display: flex;
  color: #ffffff;
}
section.section_area_maps .wrapper__content .wrapper__center .half .box-area:last-child .box-title {
  background-color: #2CC7FF;
}
section.section_area_maps .wrapper__content .wrapper__center .half .box-area:last-child ol {
  color: #2CC7FF;
}
section.section_area_maps .wrapper__content .wrapper__center .half .box-area .box-title {
  box-shadow: inset 0 0 0 min(0.1342281879vw, 2px) white;
  border-radius: min(2.6845637584vw, 40px) min(0.4026845638vw, 6px) min(2.6845637584vw, 40px) min(0.4026845638vw, 6px);
  justify-content: space-between;
  padding: 0 min(6.3758389262vw, 95px) 0 min(3.0201342282vw, 45px);
  align-items: center;
  min-height: min(5.3691275168vw, 80px);
  display: flex;
}
section.section_area_maps .wrapper__content .wrapper__center .half .box-area .box-title .box-data {
  flex-direction: column;
  display: flex;
}
section.section_area_maps .wrapper__content .wrapper__center .half .box-area .box-title .box-data h2 {
  letter-spacing: min(-0.0187919463vw, -0.28px);
  font-weight: 600;
  font-size: min(1.8791946309vw, 28px);
  line-height: 1;
}
section.section_area_maps .wrapper__content .wrapper__center .half .box-area .box-title .box-data p {
  letter-spacing: min(-0.0120805369vw, -0.18px);
  font-weight: 400;
  font-size: min(1.2080536913vw, 18px);
  line-height: 1;
}
section.section_area_maps .wrapper__content .wrapper__center .half .box-area .box-title i {
  box-shadow: inset 0 0 0 min(0.1342281879vw, 2px) white;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  font-style: normal;
  font-weight: 900;
  font-size: min(2.2818791946vw, 34px);
  line-height: 1;
  flex-shrink: 0;
  display: flex;
  height: min(3.0201342282vw, 45px);
  width: min(3.0201342282vw, 45px);
}
section.section_area_maps .wrapper__content .wrapper__center .half .box-area ol {
  padding: min(1.3422818792vw, 20px) 0 min(1.3422818792vw, 20px) min(2.8187919463vw, 42px);
  align-items: flex-start;
  flex-wrap: wrap;
  gap: min(1.0067114094vw, 15px) min(2.0134228188vw, 30px);
  display: flex;
}
section.section_area_maps .wrapper__content .wrapper__center .half .box-area ol li {
  letter-spacing: min(-0.0120805369vw, -0.18px);
  width: calc(50% - min(2.0134228188vw, 30px));
  align-items: flex-start;
  flex-direction: column;
  font-weight: 400;
  font-size: min(1.2080536913vw, 18px);
  line-height: 1;
  display: flex;
  gap: min(0.3355704698vw, 5px);
}
section.section_area_maps .wrapper__content .wrapper__center .half .box-area ol li strong {
  letter-spacing: min(-0.0234899329vw, -0.35px);
  font-weight: 700;
  font-size: min(2.3489932886vw, 35px);
  line-height: 1;
}
section.section_area_maps .wrapper__content .wrapper__center .half .box-area ol li span {
  line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
  section.section_area_maps .wrapper__content .wrapper__center {
    padding-bottom: min(7.8201368524vw, 80px);
    padding-top: min(9.7751710655vw, 100px);
    gap: min(2.9325513196vw, 30px);
    flex-direction: column;
  }
  section.section_area_maps .wrapper__content .wrapper__center .half {
    gap: min(1.9550342131vw, 20px) 0;
    padding: 0;
  }
  section.section_area_maps .wrapper__content .wrapper__center .half .box-area .box-title {
    box-shadow: inset 0 0 0 min(0.1955034213vw, 2px) white;
    border-radius: min(3.9100684262vw, 40px) min(0.5865102639vw, 6px) min(3.9100684262vw, 40px) min(0.5865102639vw, 6px);
    padding: 0 min(9.2864125122vw, 95px) 0 min(4.3988269795vw, 45px);
    min-height: min(9.7751710655vw, 100px);
  }
  section.section_area_maps .wrapper__content .wrapper__center .half .box-area .box-title .box-data h2 {
    letter-spacing: min(-0.0312805474vw, -0.32px);
    font-size: min(3.128054741vw, 32px);
  }
  section.section_area_maps .wrapper__content .wrapper__center .half .box-area .box-title .box-data p {
    letter-spacing: min(-0.0175953079vw, -0.18px);
    font-size: min(1.7595307918vw, 18px);
  }
  section.section_area_maps .wrapper__content .wrapper__center .half .box-area .box-title i {
    box-shadow: inset 0 0 0 min(0.1955034213vw, 2px) white;
    font-size: min(4.1055718475vw, 42px);
    height: min(5.1808406647vw, 53px);
    width: min(5.1808406647vw, 53px);
  }
  section.section_area_maps .wrapper__content .wrapper__center .half .box-area ol {
    padding: min(2.9325513196vw, 30px) 0 min(2.9325513196vw, 30px) min(4.1055718475vw, 42px);
    gap: min(2.9325513196vw, 30px) min(2.9325513196vw, 30px);
  }
  section.section_area_maps .wrapper__content .wrapper__center .half .box-area ol li {
    letter-spacing: min(-0.0215053763vw, -0.22px);
    width: calc(50% - min(2.9325513196vw, 30px));
    font-size: min(2.1505376344vw, 22px);
    gap: min(0.4887585533vw, 5px);
  }
  section.section_area_maps .wrapper__content .wrapper__center .half .box-area ol li strong {
    letter-spacing: min(-0.0586510264vw, -0.6px);
    font-size: min(5.8651026393vw, 60px);
  }
  section.section_area_maps .wrapper__content .wrapper__center .half .box-area ol li span {
    padding-top: min(2.834799609vw, 29px);
  }
}
@media only screen and (max-width: 770px) {
  section.section_area_maps .wrapper__content .wrapper__center {
    flex-direction: column;
    padding-bottom: 20px;
    padding-top: 50px;
    gap: 20px;
  }
  section.section_area_maps .wrapper__content .wrapper__center .half {
    gap: 0;
  }
  section.section_area_maps .wrapper__content .wrapper__center .half .box-area .box-title {
    box-shadow: inset 0 0 0 2px white;
    border-radius: 40px 6px 40px 6px;
    min-height: 75px;
    padding: 0 35px;
    gap: 10px;
  }
  section.section_area_maps .wrapper__content .wrapper__center .half .box-area .box-title .box-data h2 {
    letter-spacing: -0.22px;
    font-size: 22px;
  }
  section.section_area_maps .wrapper__content .wrapper__center .half .box-area .box-title .box-data p {
    letter-spacing: -0.16px;
    font-size: 16px;
  }
  section.section_area_maps .wrapper__content .wrapper__center .half .box-area .box-title i {
    box-shadow: inset 0 0 0 2px white;
    font-size: 30px;
    height: 40px;
    width: 40px;
  }
  section.section_area_maps .wrapper__content .wrapper__center .half .box-area ol {
    padding: 20px 0 30px 0;
    gap: 10px 30px;
  }
  section.section_area_maps .wrapper__content .wrapper__center .half .box-area ol li {
    letter-spacing: -0.16px;
    width: calc(50% - 15px);
    font-size: 16px;
    gap: 5px;
  }
  section.section_area_maps .wrapper__content .wrapper__center .half .box-area ol li strong {
    letter-spacing: -0.3px;
    font-size: 30px;
  }
  section.section_area_maps .wrapper__content .wrapper__center .half .box-area ol li span {
    padding-top: 0;
  }
}
section.section_courses_maps {
  background-color: #002A6A;
  position: relative;
}
section.section_courses_maps .wrapper__content {
  max-width: 1920px;
}
section.section_courses_maps .wrapper__content .wrapper__center {
  justify-content: space-between;
  display: flex;
  gap: 100px;
}
section.section_courses_maps .wrapper__content .wrapper__center .half {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  display: flex;
  flex: 1;
}
section.section_courses_maps .wrapper__content .wrapper__center .half:first-child {
  max-width: 600px;
}
section.section_courses_maps .wrapper__content .wrapper__center .half .box-area {
  justify-content: space-around;
  flex-direction: column;
  display: flex;
  color: #ffffff;
  height: 100%;
  width: 100%;
}
section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data {
  flex-direction: column;
  display: flex;
  width: 100%;
  gap: 30px;
}
section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data h2 {
  letter-spacing: -0.54px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 54px;
}
section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data h2 strong {
  color: #2CC7FF;
  font-weight: 700;
}
section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data p {
  letter-spacing: -0.22px;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.4;
}
section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data h5 {
  letter-spacing: -0.28px;
  color: #2CC7FF;
  font-weight: 400;
  line-height: 1.3;
  font-size: 28px;
}
section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data h5 strong {
  font-weight: 400;
  color: #ffffff;
}
section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data .combo-box {
  width: 458px;
  height: 60px;
}
section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data .combo-box::before, section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data .combo-box::after {
  pointer-events: none;
  position: absolute;
  cursor: pointer;
  content: "";
}
section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data .combo-box::before {
  transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: 2px solid #002A6A;
  border-right: 2px solid #002A6A;
  height: 12px;
  width: 12px;
  z-index: 20;
  right: 18px;
  top: 26px;
}
section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data .combo-box::after {
  background-color: #2CC7FF;
  height: calc(100% - 8px);
  border-radius: 3px;
  z-index: 10;
  width: 60px;
  right: 4px;
  top: 4px;
}
section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data .combo-box span {
  box-shadow: inset 0 0 0 2px #2CC7FF;
  letter-spacing: -0.18px;
  align-items: center;
  border-radius: 5px;
  padding-left: 20px;
  font-weight: 300;
  font-size: 18px;
}
section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .arrow {
  display: flex;
  height: 80px;
  width: 106px;
}

@media only screen and (max-width: 1490px) {
  section.section_courses_maps .wrapper__content .wrapper__center {
    gap: 6.711409396vw;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half {
    padding: 6.711409396vw 0;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half:first-child {
    max-width: 40.2684563758vw;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data {
    gap: 2.0134228188vw;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data h2 {
    letter-spacing: -0.0362416107vw;
    font-size: 3.6241610738vw;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data p {
    letter-spacing: -0.0147651007vw;
    font-size: 1.4765100671vw;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data h5 {
    letter-spacing: -0.0187919463vw;
    font-size: 1.8791946309vw;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data .combo-box {
    width: 30.7382550336vw;
    height: 4.0268456376vw;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data .combo-box::before {
    border-bottom: 0.1342281879vw solid #002A6A;
    border-right: 0.1342281879vw solid #002A6A;
    height: 0.8053691275vw;
    width: 0.8053691275vw;
    right: 1.2080536913vw;
    top: 1.744966443vw;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data .combo-box::after {
    height: calc(100% - 0.5369127517vw);
    border-radius: 0.2013422819vw;
    width: 4.0268456376vw;
    right: 0.2684563758vw;
    top: 0.2684563758vw;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data .combo-box span {
    box-shadow: inset 0 0 0 0.1342281879vw #2CC7FF;
    letter-spacing: -0.0147651007vw;
    border-radius: 0.3355704698vw;
    padding-left: 1.3422818792vw;
    font-size: 1.4765100671vw;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .arrow {
    height: 5.3691275168vw;
    width: 7.1140939597vw;
  }
}
@media only screen and (max-width: 1023px) {
  section.section_courses_maps .wrapper__content .wrapper__center {
    padding-bottom: 9.7751710655vw;
    padding-top: 9.7751710655vw;
    gap: 4.8875855327vw;
    flex-direction: column;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half {
    padding: 0;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half:first-child {
    max-width: 100%;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area {
    gap: 4.8875855327vw;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data {
    gap: 2.9325513196vw;
    align-items: center;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data h2 {
    letter-spacing: -0.0527859238vw;
    font-size: 5.2785923754vw;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data p {
    letter-spacing: -0.0215053763vw;
    font-size: 2.1505376344vw;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data h5 {
    letter-spacing: -0.027370479vw;
    font-size: 2.7370478983vw;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data .combo-box {
    height: 5.8651026393vw;
    width: 100%;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data .combo-box::before {
    border-bottom: 0.1955034213vw solid #002A6A;
    border-right: 0.1955034213vw solid #002A6A;
    height: 1.1730205279vw;
    width: 1.1730205279vw;
    right: 1.7595307918vw;
    top: 2.541544477vw;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data .combo-box::after {
    height: calc(100% - 0.7820136852vw);
    border-radius: 0.293255132vw;
    width: 5.8651026393vw;
    right: 0.3910068426vw;
    top: 0.3910068426vw;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data .combo-box span {
    box-shadow: inset 0 0 0 0.1955034213vw #2CC7FF;
    letter-spacing: -0.0215053763vw;
    border-radius: 0.4887585533vw;
    padding-left: 1.9550342131vw;
    font-size: 2.1505376344vw;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .arrow {
    transform-origin: center center;
    height: 7.8201368524vw;
    width: 10.3616813294vw;
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 770px) {
  section.section_courses_maps .wrapper__content .wrapper__center {
    flex-direction: column;
    padding-bottom: 50px;
    padding-top: 50px;
    gap: 30px;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data {
    flex-direction: column;
    display: flex;
    width: 100%;
    gap: 20px;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data h2 {
    letter-spacing: -0.3;
    font-size: 30;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data h2 br {
    display: none;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data p {
    letter-spacing: -0.18px;
    font-size: 18px;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data h5 {
    letter-spacing: -0.2px;
    font-size: 20px;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data .combo-box {
    height: 60px;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data .combo-box::before {
    border-bottom: 2px solid #002A6A;
    border-right: 2px solid #002A6A;
    height: 12px;
    width: 12px;
    right: 18px;
    top: 26px;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data .combo-box::after {
    height: calc(100% - 8px);
    border-radius: 3px;
    width: 60px;
    right: 4px;
    top: 4px;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .box-data .combo-box span {
    box-shadow: inset 0 0 0 2px #2CC7FF;
    letter-spacing: -0.18px;
    align-items: center;
    border-radius: 5px;
    padding-left: 20px;
    font-weight: 300;
    font-size: 18px;
  }
  section.section_courses_maps .wrapper__content .wrapper__center .half .box-area .arrow {
    width: 66px;
    height: 87px;
  }
}
section.section_courses_list .wrapper__content {
  padding-bottom: 100px;
  max-width: 1920px;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list {
  flex-direction: column;
  padding-top: 90px;
  display: flex;
  width: 100%;
  gap: 30px;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-title {
  flex-direction: column;
  display: flex;
  width: 100%;
  gap: 20px;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-title h2 {
  color: #002A6A;
  font-weight: 300;
  line-height: 1.2;
  font-size: 46px;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-title h2 strong {
  color: #2CC7FF;
  font-weight: 600;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-title p {
  color: #002A6A;
  font-weight: 300;
  line-height: 1.2;
  font-size: 24px;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-title p strong {
  font-weight: 600;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data {
  display: flex;
  width: 100%;
  gap: 30px;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half {
  flex-direction: column;
  display: flex;
  width: 50%;
  gap: 16px;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight {
  position: relative;
  display: flex;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .icon {
  border-radius: 70px 15px 70px 15px;
  background-color: #002A6A;
  justify-content: center;
  align-items: center;
  height: 267px;
  display: flex;
  width: 460px;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .icon img {
  max-width: 137px;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .data {
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  display: flex;
  height: 100%;
  right: 0;
  top: 0;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .data p {
  letter-spacing: -0.22px;
  color: #002A6A;
  align-items: center;
  padding-left: 90px;
  line-height: 1.2;
  font-weight: 400;
  font-size: 22px;
  display: flex;
  flex: 1;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .data .hours {
  box-shadow: inset 0 0 0 2px #2CC7FF;
  border-radius: 70px 15px 70px 15px;
  letter-spacing: -0.22px;
  justify-content: center;
  align-items: center;
  min-height: 125px;
  line-height: 1.2;
  font-weight: 400;
  color: #B31E83;
  font-size: 22px;
  display: flex;
  width: 290px;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .data .hours span {
  align-items: flex-end;
  display: flex;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .data .hours span strong {
  letter-spacing: -0.8px;
  line-height: 0.83;
  font-weight: 700;
  font-size: 80px;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-box {
  box-shadow: inset 0 0 0 1px #2CC7FF;
  border-radius: 70px 15px 70px 15px;
  justify-content: space-between;
  align-items: center;
  min-height: 125px;
  padding: 0 60px;
  display: flex;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-box h4 {
  color: #002A6A;
  line-height: 1.2;
  font-weight: 400;
  font-size: 30px;
}
section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-box h4 strong {
  color: #2CC7FF;
  font-weight: 600;
}

@media only screen and (max-width: 1490px) {
  section.section_courses_list .wrapper__content {
    padding-bottom: 6.711409396vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list {
    padding-top: 6.0402684564vw;
    gap: 2.0134228188vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-title {
    gap: 1.3422818792vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-title h2 {
    font-size: 3.0872483221vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-title p {
    font-size: 1.610738255vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data {
    gap: 2.0134228188vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half {
    gap: 1.0738255034vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .icon {
    border-radius: 4.6979865772vw 1.0067114094vw 4.6979865772vw 1.0067114094vw;
    height: 17.9194630872vw;
    width: 30.8724832215vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .icon img {
    max-width: 9.1946308725vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .data p {
    letter-spacing: -0.0147651007vw;
    padding-left: 6.0402684564vw;
    font-size: 1.4765100671vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .data .hours {
    box-shadow: inset 0 0 0 0.1342281879vw #2CC7FF;
    border-radius: 4.6979865772vw 1.0067114094vw 4.6979865772vw 1.0067114094vw;
    letter-spacing: -0.0147651007vw;
    min-height: 8.389261745vw;
    font-size: 1.4765100671vw;
    width: 19.4630872483vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .data .hours span strong {
    letter-spacing: -0.0536912752vw;
    font-size: 5.3691275168vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-box {
    border-radius: 4.6979865772vw 1.0067114094vw 4.6979865772vw 1.0067114094vw;
    min-height: 8.389261745vw;
    padding: 0 4.0268456376vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-box h4 {
    font-size: 2.0134228188vw;
  }
}
@media only screen and (max-width: 1023px) {
  section.section_courses_list .wrapper__content {
    padding-bottom: 9.7751710655vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list {
    padding-top: 8.7976539589vw;
    gap: 2.9325513196vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-title {
    gap: 1.9550342131vw;
    align-items: center;
    text-align: center;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-title h2 {
    font-size: 4.4965786901vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-title p {
    font-size: 2.3460410557vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data {
    gap: 2.9325513196vw;
    flex-direction: column;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half {
    gap: 1.5640273705vw;
    align-items: center;
    width: 100%;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight {
    gap: 1.9550342131vw;
    flex-direction: column;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .icon {
    border-radius: 6.8426197458vw 1.4662756598vw 6.8426197458vw 1.4662756598vw;
    height: 26.0997067449vw;
    width: 44.9657869013vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .icon img {
    max-width: 13.3919843597vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .data {
    gap: 1.9550342131vw;
    align-items: center;
    position: relative;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .data p {
    letter-spacing: -0.0215053763vw;
    font-size: 2.1505376344vw;
    padding-left: 0;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .data p br {
    display: none;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .data .hours {
    box-shadow: inset 0 0 0 0.1955034213vw #2CC7FF;
    border-radius: 6.8426197458vw 1.4662756598vw 6.8426197458vw 1.4662756598vw;
    letter-spacing: -0.0215053763vw;
    min-height: 12.2189638319vw;
    font-size: 2.1505376344vw;
    width: 28.3479960899vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .data .hours span strong {
    letter-spacing: -0.0782013685vw;
    font-size: 7.8201368524vw;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-box {
    border-radius: 6.8426197458vw 1.4662756598vw 6.8426197458vw 1.4662756598vw;
    min-height: 12.2189638319vw;
    padding: 0 5.8651026393vw;
    width: 100%;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-box h4 {
    font-size: 2.9325513196vw;
  }
}
@media only screen and (max-width: 770px) {
  section.section_courses_list .wrapper__content {
    padding-bottom: 50px;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list {
    padding-top: 50px;
    gap: 30px;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-title {
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-title h2 {
    font-size: 30px;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-title p {
    font-size: 18px;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data {
    gap: 30px;
    flex-direction: column;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half {
    gap: 16px;
    align-items: center;
    width: 100%;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .icon {
    border-radius: 70px 15px 70px 15px;
    height: 220px;
    width: 100%;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .icon img {
    max-width: 112px;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .data {
    gap: 20px;
    align-items: center;
    position: relative;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .data p {
    letter-spacing: -0.18px;
    font-size: 18px;
    padding-left: 0;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .data p br {
    display: none;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .data .hours {
    box-shadow: inset 0 0 0 2px #2CC7FF;
    border-radius: 70px 15px 70px 15px;
    letter-spacing: -0.22px;
    min-height: 105px;
    font-size: 22px;
    width: 290px;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-highlight .data .hours span strong {
    letter-spacing: -0.6px;
    font-size: 60px;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-box {
    border-radius: 70px 15px 70px 15px;
    padding: 15px 10px 20px 10px;
    min-height: 125px;
    width: 100%;
    gap: 15px;
    flex-direction: column;
  }
  section.section_courses_list .wrapper__content .wrapper__center .courses-list .courses-list-data .courses-list-data-half .courses-list-box h4 {
    text-align: center;
    font-size: 26px;
  }
}
section.section_courses_videos .wrapper__content {
  background-color: #f9f9f9;
  padding-bottom: 100px;
  max-width: 1920px;
}
section.section_courses_videos .wrapper__content .wrapper__center .courses-videos {
  flex-direction: column;
  padding-top: 90px;
  display: flex;
  width: 100%;
  gap: 90px;
}
section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-title {
  flex-direction: column;
  display: flex;
  width: 100%;
  gap: 20px;
}
section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-title h2 {
  letter-spacing: -0.54px;
  color: #002A6A;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  font-size: 54px;
}
section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-title h2 strong {
  color: #2CC7FF;
  font-weight: 700;
}
section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  gap: 30px;
}
section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half {
  flex-direction: column;
  display: flex;
  width: calc(50% - 15px);
  gap: 30px;
}
section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half .wrapper-video {
  position: relative;
}
section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half .wrapper-video .wrapper-video-thumb {
  border-radius: 70px 15px 70px 15px;
  position: relative;
  overflow: hidden;
}
section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half .wrapper-video .wrapper-video-thumb a {
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
}
section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half .wrapper-video .wrapper-video-thumb a img {
  max-width: 124px;
}
section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half .wrapper-video .wrapper-video-thumb iframe {
  background-color: aqua;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}
section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half h5 {
  color: #002A6A;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  font-size: 30px;
}
section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half h5 strong {
  color: #2CC7FF;
  font-weight: 700;
}

@media only screen and (max-width: 1490px) {
  section.section_courses_videos .wrapper__content {
    padding-bottom: 6.711409396vw;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos {
    padding-top: 6.0402684564vw;
    gap: 6.0402684564vw;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-title {
    gap: 1.3422818792vw;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-title h2 {
    letter-spacing: -0.0362416107vw;
    font-size: 3.6241610738vw;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data {
    gap: 2.0134228188vw;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half {
    gap: 2.0134228188vw;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half .wrapper-video .wrapper-video-thumb {
    border-radius: 4.6979865772vw 1.0067114094vw 4.6979865772vw 1.0067114094vw;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half .wrapper-video .wrapper-video-thumb a img {
    max-width: 8.322147651vw;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half h5 {
    font-size: 2.0134228188vw;
  }
}
@media only screen and (max-width: 1023px) {
  section.section_courses_videos .wrapper__content {
    padding-bottom: 9.7751710655vw;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos {
    padding-top: 8.7976539589vw;
    gap: 2.9325513196vw;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-title {
    gap: 1.9550342131vw;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-title h2 {
    letter-spacing: -0.0527859238vw;
    font-size: 5.2785923754vw;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-title h2 br {
    display: none;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data {
    gap: 2.9325513196vw;
    flex-direction: column;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half {
    gap: 2.9325513196vw;
    align-items: center;
    width: 100%;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half .wrapper-video .wrapper-video-thumb {
    border-radius: 6.8426197458vw 1.4662756598vw 6.8426197458vw 1.4662756598vw;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half .wrapper-video .wrapper-video-thumb a img {
    max-width: 12.1212121212vw;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half h5 {
    font-size: 2.9325513196vw;
  }
}
@media only screen and (max-width: 770px) {
  section.section_courses_videos .wrapper__content {
    padding-bottom: 50px;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos {
    padding-top: 50px;
    gap: 20px;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-title {
    gap: 20px;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-title h2 {
    letter-spacing: -0.3px;
    font-size: 30px;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data {
    gap: 30px;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half {
    gap: 20px;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half .wrapper-video .wrapper-video-thumb {
    border-radius: 40px 10px 40px 10px;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half .wrapper-video .wrapper-video-thumb a img {
    max-width: 70px;
  }
  section.section_courses_videos .wrapper__content .wrapper__center .courses-videos .courses-videos-data .courses-videos-data-half h5 {
    font-size: 26px;
  }
}
section.section__numbers {
  background-color: #f9f9f9;
}
section.section__numbers .wrapper__content {
  padding-bottom: 90px;
  padding-top: 90px;
  max-width: 1920px;
}
section.section__numbers .wrapper__content .wrapper__center {
  flex-direction: column;
  display: flex;
  gap: 30px;
}
section.section__numbers .wrapper__content .wrapper__center .title {
  flex-direction: column;
  text-align: center;
  display: flex;
  gap: 20px;
}
section.section__numbers .wrapper__content .wrapper__center .title h2 {
  letter-spacing: -0.54px;
  color: #2CC7FF;
  font-weight: 400;
  font-size: 54px;
  line-height: 1;
}
section.section__numbers .wrapper__content .wrapper__center .title p {
  letter-spacing: -0.22px;
  color: #002A6A;
  font-weight: 300;
  line-height: 1.3;
  font-size: 22px;
}
section.section__numbers .wrapper__content .wrapper__center .title p strong {
  font-weight: 600;
}
section.section__numbers .wrapper__content .wrapper__center .title sub {
  letter-spacing: -0.28px;
  color: #2CC7FF;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
}

@media only screen and (max-width: 1490px) {
  section.section__numbers .wrapper__content {
    padding-bottom: 6.0402684564vw;
    padding-top: 6.0402684564vw;
  }
  section.section__numbers .wrapper__content .wrapper__center {
    gap: 2.0134228188vw;
  }
  section.section__numbers .wrapper__content .wrapper__center .title {
    gap: 1.3422818792vw;
  }
  section.section__numbers .wrapper__content .wrapper__center .title h2 {
    letter-spacing: -0.0362416107vw;
    font-size: 3.6241610738vw;
  }
  section.section__numbers .wrapper__content .wrapper__center .title p {
    letter-spacing: -0.0147651007vw;
    font-size: 1.4765100671vw;
  }
  section.section__numbers .wrapper__content .wrapper__center .title sub {
    letter-spacing: -0.0187919463vw;
    font-size: 1.8791946309vw;
  }
}
@media only screen and (max-width: 1023px) {
  section.section__numbers .wrapper__content {
    padding-bottom: 8.7976539589vw;
    padding-top: 8.7976539589vw;
  }
  section.section__numbers .wrapper__content .wrapper__center {
    gap: 2.9325513196vw;
  }
  section.section__numbers .wrapper__content .wrapper__center .title {
    gap: 1.9550342131vw;
  }
  section.section__numbers .wrapper__content .wrapper__center .title h2 {
    letter-spacing: -0.0527859238vw;
    font-size: 5.2785923754vw;
  }
  section.section__numbers .wrapper__content .wrapper__center .title p {
    letter-spacing: -0.0215053763vw;
    font-size: 2.1505376344vw;
  }
  section.section__numbers .wrapper__content .wrapper__center .title sub {
    letter-spacing: -0.027370479vw;
    font-size: 2.7370478983vw;
  }
}
@media only screen and (max-width: 770px) {
  section.section__numbers .wrapper__content {
    padding-bottom: 60px;
    padding-top: 50px;
  }
  section.section__numbers .wrapper__content .wrapper__center {
    gap: 30px;
  }
  section.section__numbers .wrapper__content .wrapper__center .title {
    gap: 20px;
  }
  section.section__numbers .wrapper__content .wrapper__center .title h2 {
    letter-spacing: -0.3px;
    font-size: 30px;
  }
  section.section__numbers .wrapper__content .wrapper__center .title p {
    letter-spacing: -0.18px;
    font-size: 18px;
  }
  section.section__numbers .wrapper__content .wrapper__center .title p br {
    display: none;
  }
  section.section__numbers .wrapper__content .wrapper__center .title sub {
    letter-spacing: -0.2px;
    font-size: 20px;
  }
}
section.section__contact .wrapper__content {
  padding-bottom: 100px;
  max-width: 1920px;
}
section.section__contact .wrapper__content .wrapper__center .figure_form {
  align-items: start;
  display: flex;
  gap: 60px;
}
section.section__contact .wrapper__content .wrapper__center .figure_form > .figure {
  height: -webkit-fill-available;
  flex: 1;
}
section.section__contact .wrapper__content .wrapper__center .figure_form .form {
  flex-direction: column;
  max-width: 685px;
  display: flex;
  width: 100%;
  gap: 20px;
}
section.section__contact .wrapper__content .wrapper__center .figure_form .form .title {
  flex-direction: column;
  display: flex;
  gap: 20px;
}
section.section__contact .wrapper__content .wrapper__center .figure_form .form .title h2 {
  color: #002A6A;
  font-weight: 300;
  line-height: 1.15;
  font-size: 46px;
}
section.section__contact .wrapper__content .wrapper__center .figure_form .form .title h2 strong {
  color: #2CC7FF;
  font-weight: 700;
}
section.section__contact .wrapper__content .wrapper__center .figure_form .form .title h2 b {
  font-weight: 700;
}
section.section__contact .wrapper__content .wrapper__center .figure_form .form .title p {
  color: #002A6A;
  font-weight: 300;
  line-height: 1.5;
  font-size: 18px;
}
section.section__contact .wrapper__content .wrapper__center .figure_form .form .title p strong {
  font-weight: 700;
}
section.section__contact .wrapper__content .wrapper__center .figure_form .form > .figure {
  display: none;
}

@media only screen and (max-width: 1490px) {
  section.section__contact .wrapper__content {
    padding-bottom: 6.711409396vw;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form {
    gap: 4.0268456376vw;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form .form {
    max-width: 45.9731543624vw;
    gap: 1.3422818792vw;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form .form .title {
    gap: 1.3422818792vw;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form .form .title h2 {
    font-size: 3.0872483221vw;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form .form .title p {
    font-size: 1.2080536913vw;
  }
}
@media only screen and (max-width: 1023px) {
  section.section__contact .wrapper__content {
    padding-bottom: 9.7751710655vw;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form {
    gap: 5.8651026393vw;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form > .figure {
    display: none;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form .form {
    gap: 1.9550342131vw;
    text-align: center;
    max-width: 100%;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form .form .title {
    gap: 1.9550342131vw;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form .form .title h2 {
    font-size: 4.4965786901vw;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form .form .title p {
    font-size: 1.7595307918vw;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form .form > .figure {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  section.section__contact .wrapper__content {
    padding-bottom: 50px;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form {
    gap: 30px;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form > .figure {
    display: none;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form .form {
    max-width: 100%;
    gap: 20px;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form .form .title {
    gap: 20px;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form .form .title h2 {
    font-size: 30px;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form .form .title h2 br {
    display: none;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form .form .title p {
    font-size: 18px;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form .form .title p br {
    display: none;
  }
  section.section__contact .wrapper__content .wrapper__center .figure_form .form > .figure {
    display: block;
  }
}
section.section_default_faq {
  position: relative;
  z-index: 10;
}
section.section_default_faq .wrapper__content {
  background-color: var(--bg-color);
  padding-bottom: 100px;
  max-width: 1920px;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq {
  flex-direction: column;
  padding-top: 90px;
  display: flex;
  width: 100%;
  gap: 35px;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-title {
  flex-direction: column;
  display: flex;
  width: 100%;
  gap: 20px;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-title h2 {
  letter-spacing: -0.54px;
  color: #002A6A;
  font-weight: 400;
  line-height: 1.2;
  font-size: 54px;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-title h2 strong {
  color: #2CC7FF;
  font-weight: 700;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-title p {
  color: #002A6A;
  font-weight: 300;
  line-height: 1.2;
  font-size: 18px;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list {
  flex-direction: column;
  position: relative;
  display: flex;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list::before, section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list::after {
  background-color: #2CC7FF;
  border-radius: 10px;
  position: absolute;
  z-index: 20;
  height: 9px;
  width: 9px;
  content: "";
  bottom: -3px;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list::before {
  left: 0;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list::after {
  right: 0;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item {
  border-top: 2px solid #2CC7FF;
  flex-direction: column;
  position: relative;
  display: flex;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item::before, section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item::after {
  background-color: #2CC7FF;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
  height: 9px;
  width: 9px;
  content: "";
  top: -6px;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item::before {
  left: 0;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item::after {
  right: 0;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item:last-child {
  border-bottom: 2px solid #2CC7FF;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item input[type=checkbox] {
  background-color: var(--bg-color);
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item input[type=checkbox]:hover {
  background-color: rgba(44, 199, 255, 0.1);
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item input[type=checkbox]:hover ~ .question {
  padding: 35px 0 35px 20px;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item input[type=checkbox]:checked {
  background-color: rgba(44, 199, 255, 0.1);
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item input[type=checkbox]:checked ~ .question {
  padding: 35px 0 35px 20px;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item input[type=checkbox]:checked ~ .question i::after {
  transform: rotate(90deg);
  top: 0;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item input[type=checkbox]:checked ~ .answer {
  padding: 20px 0 35px 0;
  max-height: 500px;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question {
  pointer-events: none;
  color: #002A6A;
  position: relative;
  transition: all ease 0.2s;
  cursor: pointer;
  padding: 35px 0;
  z-index: 20;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question span {
  font-weight: 400;
  line-height: 1.2;
  font-size: 30px;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question span strong {
  color: #2CC7FF;
  font-weight: 700;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question i {
  transform: translateY(-50%);
  position: absolute;
  height: 20px;
  width: 20px;
  right: 17px;
  top: 50%;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question i::before, section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question i::after {
  background-color: #2CC7FF;
  transform: translateY(-50%);
  position: absolute;
  transition: all ease 0.2s;
  content: "";
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question i::before {
  width: 20px;
  height: 3px;
  top: 50%;
  left: 0;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question i::after {
  height: 20px;
  width: 3px;
  left: 46%;
  top: 50%;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .answer {
  background-color: var(--bg-color);
  position: relative;
  color: #002A6A;
  transition: all ease 0.2s;
  line-height: 1.5;
  font-weight: 300;
  overflow: hidden;
  font-size: 18px;
  max-height: 0;
  z-index: 30;
}
section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .answer a {
  text-decoration: underline;
  color: #002A6A;
}

@media only screen and (max-width: 1490px) {
  section.section_default_faq .wrapper__content {
    padding-bottom: 6.711409396vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq {
    padding-top: 6.0402684564vw;
    gap: 2.3489932886vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-title {
    gap: 1.3422818792vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-title h2 {
    letter-spacing: -0.0362416107vw;
    font-size: 3.6241610738vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-title p {
    font-size: 1.2080536913vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list::before, section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list::after {
    border-radius: 0.6711409396vw;
    bottom: -0.2013422819vw;
    height: 0.6040268456vw;
    width: 0.6040268456vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item {
    border-top: 0.1342281879vw solid #2CC7FF;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item::before, section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item::after {
    border-radius: 0.6711409396vw;
    height: 0.6040268456vw;
    width: 0.6040268456vw;
    top: -0.4026845638vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item:last-child {
    border-bottom: 0.1342281879vw solid #2CC7FF;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item input[type=checkbox]:hover ~ .question {
    padding: 2.3489932886vw 0 2.3489932886vw 1.3422818792vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item input[type=checkbox]:checked ~ .question {
    padding: 2.3489932886vw 0 2.3489932886vw 1.3422818792vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item input[type=checkbox]:checked ~ .answer {
    padding: 1.3422818792vw 0 2.3489932886vw 0;
    max-height: 33.5570469799vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question {
    padding: 2.3489932886vw 0;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question span {
    font-size: 2.0134228188vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question i {
    height: 1.3422818792vw;
    width: 1.3422818792vw;
    right: 1.1409395973vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question i::before {
    width: 1.3422818792vw;
    height: 0.2013422819vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question i::after {
    height: 1.3422818792vw;
    width: 0.2013422819vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .answer {
    font-size: 1.2080536913vw;
  }
}
@media only screen and (max-width: 1023px) {
  section.section_default_faq .wrapper__content {
    padding-bottom: 9.7751710655vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq {
    padding-top: 8.7976539589vw;
    gap: 3.4213098729vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-title {
    gap: 1.9550342131vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-title h2 {
    letter-spacing: -0.0527859238vw;
    font-size: 5.2785923754vw;
    text-align: center;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-title p {
    font-size: 1.7595307918vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list::before, section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list::after {
    border-radius: 0.9775171065vw;
    bottom: -0.293255132vw;
    height: 0.8797653959vw;
    width: 0.8797653959vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item {
    border-top: 0.1955034213vw solid #2CC7FF;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item::before, section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item::after {
    border-radius: 0.9775171065vw;
    height: 0.8797653959vw;
    width: 0.8797653959vw;
    top: -0.5865102639vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item:last-child {
    border-bottom: 0.1955034213vw solid #2CC7FF;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item input[type=checkbox]:hover ~ .question {
    padding: 3.4213098729vw 0 3.4213098729vw 1.9550342131vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item input[type=checkbox]:checked ~ .question {
    padding: 3.4213098729vw 0 3.4213098729vw 1.9550342131vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item input[type=checkbox]:checked ~ .answer {
    padding: 1.9550342131vw 0 3.4213098729vw 0;
    max-height: 48.8758553275vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question {
    padding: 3.4213098729vw 0;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question span {
    font-size: 2.9325513196vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question i {
    height: 1.9550342131vw;
    width: 1.9550342131vw;
    right: 1.6617790811vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question i::before {
    width: 1.9550342131vw;
    height: 0.293255132vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question i::after {
    height: 1.9550342131vw;
    width: 0.293255132vw;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .answer {
    font-size: 1.7595307918vw;
  }
}
@media only screen and (max-width: 770px) {
  section.section_default_faq .wrapper__content {
    padding-bottom: 50px;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq {
    padding-top: 40px;
    gap: 35px;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-title {
    gap: 20px;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-title h2 {
    letter-spacing: -0.3px;
    font-size: 30px;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-title p {
    font-size: 18px;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list::before, section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list::after {
    border-radius: 10px;
    bottom: -3px;
    height: 9px;
    width: 9px;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item {
    border-top: 2px solid #2CC7FF;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item::before, section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item::after {
    border-radius: 10px;
    height: 9px;
    width: 9px;
    top: -6px;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item:last-child {
    border-bottom: 2px solid #2CC7FF;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item input[type=checkbox]:hover ~ .question {
    padding: 15px 10px 20px 10px;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item input[type=checkbox]:checked ~ .question {
    padding: 15px 10px 20px 10px;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item input[type=checkbox]:checked ~ .answer {
    padding: 20px 0 35px 0;
    max-height: 500px;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question {
    flex-direction: column-reverse;
    padding: 15px 10px 20px 10px;
    align-items: center;
    text-align: center;
    display: flex;
    gap: 20px;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question span {
    font-size: 24px;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question i {
    transform: translateY(0);
    position: relative;
    height: 20px;
    width: 20px;
    right: 0;
    top: 0;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question i::before {
    width: 20px;
    height: 3px;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .question i::after {
    height: 20px;
    width: 3px;
  }
  section.section_default_faq .wrapper__content .wrapper__center .default-faq .default-faq-list .default-faq-list-item .answer {
    font-size: 18px;
  }
}
.component_billboard {
  justify-content: center;
  margin-bottom: 120px;
  position: relative;
  display: flex;
}
.component_billboard.billboard__home .wrapper__background {
  padding: 104px 0;
}
@media only screen and (max-width: 1920px) {
  .component_billboard.billboard__home .wrapper__background {
    padding: 5.4166666667vw 0;
  }
}
.component_billboard.billboard__home .wrapper__background::after {
  background-image: url("../img/illustration-billboard-home.png");
}
.component_billboard.billboard__home .wrapper__background::before {
  height: 110%;
}
.component_billboard.billboard__home .wrapper__center .wrapper__data {
  margin-top: 180px;
}
@media only screen and (max-width: 1490px) {
  .component_billboard.billboard__home .wrapper__center .wrapper__data {
    margin-top: 12.0805369128vw;
  }
}
.component_billboard.billboard__internal .wrapper__background::after {
  background-image: url("../img/illustration-billboard-internal.png");
}
.component_billboard.billboard__internal .wrapper__background::before {
  height: 113%;
}
.component_billboard.billboard__internal .wrapper__center .wrapper__data {
  margin-top: 180px;
}
@media only screen and (max-width: 1490px) {
  .component_billboard.billboard__internal .wrapper__center .wrapper__data {
    margin-top: 12.0805369128vw;
  }
}
.component_billboard .wrapper__background {
  background-image: var(--bg-desktop);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
}
.component_billboard .wrapper__background img {
  max-width: 1920px;
  display: none;
}
.component_billboard .wrapper__background img:first-child {
  display: block;
}
.component_billboard .wrapper__background::after {
  background-position: center -124px;
  background-repeat: no-repeat;
  background-size: 3840px;
  pointer-events: none;
  position: absolute;
  height: 150%;
  width: 100%;
  content: "";
  z-index: 10;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1920px) {
  .component_billboard .wrapper__background::after {
    background-size: 200vw;
  }
}
.component_billboard .wrapper__background::before {
  background-image: url(../img/icon-arrow-purple.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 50px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  content: "";
  z-index: 40;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1920px) {
  .component_billboard .wrapper__background::before {
    background-size: 2.6041666667vw;
  }
}
.component_billboard .wrapper__center {
  position: absolute;
  display: flex;
  color: #ffffff;
  height: 100%;
  z-index: 20;
  top: 0;
}
.component_billboard .wrapper__center .wrapper__data {
  flex-direction: column;
  display: flex;
  gap: 30px;
}
.component_billboard .wrapper__center .wrapper__data sup {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.component_billboard .wrapper__center .wrapper__data h1 {
  font-weight: 300;
  line-height: 0.9;
  font-size: 70px;
}
@media only screen and (max-width: 1920px) {
  .component_billboard .wrapper__center .wrapper__data h1 {
    font-size: 3.6458333333vw;
  }
}
.component_billboard .wrapper__center .wrapper__data h1 strong {
  color: #2CC7FF;
  font-weight: bold;
}
.component_billboard .wrapper__center .wrapper__data p {
  font-weight: 300;
  line-height: 1.4;
  font-size: 20px;
}
.component_billboard .wrapper__center .wrapper__data p strong {
  font-weight: bold;
}
@media only screen and (max-width: 1920px) {
  .component_billboard .wrapper__center .wrapper__data {
    gap: 1.5625vw;
  }
  .component_billboard .wrapper__center .wrapper__data sup {
    font-size: 1.0416666667vw;
  }
  .component_billboard .wrapper__center .wrapper__data h1 {
    font-size: 3.6458333333vw;
  }
  .component_billboard .wrapper__center .wrapper__data p {
    font-size: 1.0416666667vw;
  }
}

@media only screen and (max-width: 1023px) {
  .component_billboard {
    margin-bottom: 11.7302052786vw;
    justify-content: center;
    position: relative;
    display: flex;
  }
  .component_billboard.billboard__home .wrapper__center .wrapper__data {
    margin-top: 7.3313782991vw;
  }
  .component_billboard.billboard__home .wrapper__background::before {
    height: 120%;
  }
  .component_billboard.billboard__internal .wrapper__center .wrapper__data {
    margin-top: 7.3313782991vw;
  }
  .component_billboard.billboard__internal .wrapper__background::before {
    height: 125%;
  }
  .component_billboard .wrapper__background::before {
    background-size: 4.8875855327vw;
  }
}
@media only screen and (max-width: 770px) {
  .component_billboard {
    margin-bottom: 25vw;
  }
  .component_billboard.billboard__home .wrapper__background {
    padding: 0;
  }
  .component_billboard.billboard__home .wrapper__background::after {
    background-image: url("../img/illustration-billboard-home-mobile.png");
    background-position: 45% 100%;
    background-size: 170vw;
  }
  .component_billboard.billboard__home .wrapper__background::before {
    height: 110%;
  }
  .component_billboard.billboard__home .wrapper__center .wrapper__data {
    margin-top: 77.9220779221vw;
  }
  .component_billboard.billboard__internal .wrapper__background::after {
    background-image: url("../img/illustration-billboard-internal-mobile.png");
  }
  .component_billboard.billboard__internal .wrapper__background::before {
    height: 110%;
  }
  .component_billboard.billboard__internal .wrapper__center .wrapper__data {
    margin-top: 112.987012987vw;
  }
  .component_billboard .wrapper__background {
    background-image: var(--bg-mobile);
    background-position: center;
    height: 160vw;
  }
  .component_billboard .wrapper__background img {
    max-width: 770px;
    display: block;
    height: 100%;
  }
  .component_billboard .wrapper__background img:first-child {
    display: none !important;
  }
  .component_billboard .wrapper__background::after {
    background-position: 35% 250%;
    background-size: 150vw;
    height: 200vw;
    width: 100%;
  }
  .component_billboard .wrapper__background::before {
    background-size: 8.5714285714vw;
    height: 110%;
  }
  .component_billboard .wrapper__center .wrapper__data {
    gap: 2.5974025974vw;
  }
  .component_billboard .wrapper__center .wrapper__data sup {
    font-size: 2.8571428571vw;
  }
  .component_billboard .wrapper__center .wrapper__data h1 {
    font-size: 6.4935064935vw;
    line-height: 1.05;
  }
  .component_billboard .wrapper__center .wrapper__data p {
    font-size: 3.5064935065vw;
  }
}
.component_brazil_maps {
  display: flex;
}
.component_brazil_maps svg {
  max-width: 680px;
  width: 100%;
}
.component_brazil_maps svg path {
  transition: 0.2s;
}
.component_brazil_maps svg g[mask] path,
.component_brazil_maps svg .noEvents {
  pointer-events: none;
}
.component_brazil_maps #tooltip {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  padding: 0.2rem 1rem 0.2rem 0.2rem;
  background-color: #002A6A;
  transition: opacity 0.3s ease;
  border: 0.1rem solid #ffffff;
  pointer-events: none;
  border-radius: 10rem;
  white-space: nowrap;
  position: absolute;
  z-index: 9999;
  gap: 0.3rem;
  opacity: 0;
  left: 0;
  top: 0;
}
.component_brazil_maps #tooltip img {
  width: 1.5rem;
}
.component_brazil_maps #tooltip .data {
  flex-direction: column;
  display: flex;
  color: #ffffff;
}
.component_brazil_maps #tooltip .data h3 {
  font-size: 0.9rem;
  line-height: 1;
}
.component_brazil_maps #tooltip .data p {
  font-size: 0.8rem;
  line-height: 1;
}

@media only screen and (max-width: 770px) {
  .component_brazil_maps svg {
    height: 100vw;
  }
}
.component_courses_maps {
  display: flex;
  width: 100%;
}
.component_courses_maps svg {
  width: 100%;
}
.component_courses_maps svg g path.bullet {
  display: none;
}
.component_courses_maps svg g path.state {
  transition: all ease 0.2s;
}
.component_courses_maps svg g.has-courses path.bullet {
  display: block;
}
.component_courses_maps svg g.has-courses:hover {
  cursor: pointer;
}
.component_courses_maps svg g.has-courses:hover path.state {
  fill: #002A6A;
}
.component_courses_maps svg g.has-courses.active path.state {
  fill: #B31E83;
}
.component_courses_maps svg g.has-courses.active path.bullet {
  display: block;
  transform-origin: center center;
  transform-box: fill-box;
  transform: scale(1.3);
}
.component_courses_maps svg g.group-tooltip {
  display: none;
}
.component_courses_maps svg g.group-tooltip.active {
  display: block;
}

.component_link_button {
  display: flex;
}
.component_link_button.small a, .component_link_button.small button {
  border-radius: 20px 4px 20px 4px;
  padding: 0 20px;
  height: 30.5px;
}
.component_link_button.small a img.more, .component_link_button.small button img.more {
  width: 13px;
}
.component_link_button a, .component_link_button button {
  box-shadow: inset 0 0 0 50px #b31e83;
  border-radius: 30px 6px 30px 6px;
  text-transform: uppercase;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  transition: all ease 0.2s;
  padding: 0 25px;
  cursor: pointer;
  display: flex;
  color: #ffffff;
  height: 46px;
  gap: 8px;
}
.component_link_button a svg, .component_link_button button svg {
  transition: all ease 0.2s;
  fill: #ffffff;
}
.component_link_button a:hover, .component_link_button button:hover {
  box-shadow: inset 0px 0px 0px 2px #b31e83;
  background-color: #ffffff;
}
.component_link_button a:hover span, .component_link_button button:hover span {
  color: #B31E83;
}
.component_link_button a:hover svg, .component_link_button button:hover svg {
  fill: #B31E83;
}
.component_link_button a span, .component_link_button button span {
  letter-spacing: 2%;
  transition: all ease 0.2s;
  font-size: 14px;
  line-height: 1;
}
.component_link_button a svg.arrow, .component_link_button button svg.arrow {
  margin-left: 4px;
  width: 10px;
}
.component_link_button a svg.download, .component_link_button a svg.more, .component_link_button button svg.download, .component_link_button button svg.more {
  width: 16px;
}
.component_link_button a svg.search, .component_link_button button svg.search {
  width: 18px;
}

@media only screen and (max-width: 1490px) {
  .component_link_button.small a, .component_link_button.small button {
    border-radius: 1.3422818792vw 0.2684563758vw 1.3422818792vw 0.2684563758vw;
    padding: 0 1.3422818792vw;
    height: 2.0469798658vw;
  }
  .component_link_button.small a img.more, .component_link_button.small button img.more {
    width: 0.8724832215vw;
  }
  .component_link_button a, .component_link_button button {
    box-shadow: inset 0 0 0 3.355704698vw #b31e83;
    border-radius: 2.0134228188vw 0.4026845638vw 2.0134228188vw 0.4026845638vw;
    padding: 0 1.677852349vw;
    height: 3.0872483221vw;
    gap: 0.5369127517vw;
  }
  .component_link_button a:hover, .component_link_button button:hover {
    box-shadow: inset 0 0 0 0.1342281879vw #b31e83;
  }
  .component_link_button a span, .component_link_button button span {
    font-size: 0.9395973154vw;
  }
  .component_link_button a svg.arrow, .component_link_button button svg.arrow {
    margin-left: 0.2684563758vw;
    width: 0.6711409396vw;
  }
  .component_link_button a svg.download, .component_link_button a svg.more, .component_link_button button svg.download, .component_link_button button svg.more {
    width: 1.0738255034vw;
  }
  .component_link_button a svg.search, .component_link_button button svg.search {
    width: 1.2080536913vw;
  }
}
@media only screen and (max-width: 1023px) {
  .component_link_button.small a, .component_link_button.small button {
    border-radius: 1.9550342131vw 0.3910068426vw 1.9550342131vw 0.3910068426vw;
    padding: 0 1.9550342131vw;
    height: 2.981427175vw;
  }
  .component_link_button.small a img.more, .component_link_button.small button img.more {
    width: 1.2707722385vw;
  }
  .component_link_button a, .component_link_button button {
    box-shadow: inset 0 0 0 4.8875855327vw #b31e83;
    border-radius: 2.9325513196vw 0.5865102639vw 2.9325513196vw 0.5865102639vw;
    padding: 0 2.4437927664vw;
    height: 4.4965786901vw;
    gap: 0.7820136852vw;
  }
  .component_link_button a:hover, .component_link_button button:hover {
    box-shadow: inset 0 0 0 0.1955034213vw #b31e83;
  }
  .component_link_button a span, .component_link_button button span {
    font-size: 1.3685239492vw;
  }
  .component_link_button a svg.arrow, .component_link_button button svg.arrow {
    margin-left: 0.3910068426vw;
    width: 0.9775171065vw;
  }
  .component_link_button a svg.download, .component_link_button a svg.more, .component_link_button button svg.download, .component_link_button button svg.more {
    width: 1.5640273705vw;
  }
  .component_link_button a svg.search, .component_link_button button svg.search {
    width: 1.7595307918vw;
  }
}
@media only screen and (max-width: 770px) {
  .component_link_button.only_icon a, .component_link_button.only_icon button, .component_link_button.small a, .component_link_button.small button {
    border-radius: 30px 6px 30px 6px;
    max-width: 116px;
    padding: 0 25px;
  }
  .component_link_button.only_icon a svg.more, .component_link_button.only_icon button svg.more, .component_link_button.small a svg.more, .component_link_button.small button svg.more {
    width: 16px;
  }
  .component_link_button a, .component_link_button button {
    box-shadow: inset 0 0 0 50px #b31e83;
    border-radius: 30px 6px 30px 6px;
    height: 57px !important;
    padding: 0 25px;
    width: 100%;
    gap: 8px;
  }
  .component_link_button a span, .component_link_button button span {
    font-size: 14px;
  }
  .component_link_button a svg.arrow, .component_link_button button svg.arrow {
    margin-left: 4px;
    width: 10px;
  }
  .component_link_button a svg.download, .component_link_button a svg.more, .component_link_button button svg.download, .component_link_button button svg.more {
    width: 16px;
  }
  .component_link_button a svg.search, .component_link_button button svg.search {
    width: 18px;
  }
}
.component_box_icon {
  padding-top: 58px;
  display: flex;
}
.component_box_icon.small .border {
  padding: 45px 50px 35px 50px;
}
.component_box_icon.small .border .icon {
  background-color: #f9f9f9;
}
.component_box_icon.small .border .content h1 strong {
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
}
.component_box_icon.small .border .content p {
  font-weight: 300;
  line-height: 1.2;
  font-size: 18px;
}
.component_box_icon.small .border .content p strong {
  font-weight: 600;
}
.component_box_icon .border {
  box-shadow: inset 0 0 0 3px #2cc7ff;
  border-radius: 60px 12px 60px 12px;
  padding: 35px 50px 45px 50px;
  align-items: center;
  position: relative;
  display: flex;
  width: 100%;
}
.component_box_icon .border .icon {
  transform: translate(-50%, -65%);
  background-color: #ffffff;
  position: absolute;
  height: 90px;
  width: 300px;
  left: 50%;
  top: 0;
}
.component_box_icon .border .icon::before, .component_box_icon .border .icon::after {
  background-color: #2CC7FF;
  border-radius: 10px;
  position: absolute;
  height: 10px;
  width: 10px;
  content: "";
  top: 67%;
}
.component_box_icon .border .icon::before {
  transform: translate(-50%, -50%);
  left: 0;
}
.component_box_icon .border .icon::after {
  transform: translate(50%, -50%);
  right: 0;
}
.component_box_icon .border .icon img {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: max-content;
  display: flex;
  width: 100%;
}
.component_box_icon .border .content {
  flex-direction: column;
  align-items: center;
  text-align: center;
  display: flex;
  flex: 1;
}
.component_box_icon .border .content h1 {
  font-weight: 600;
  color: #B31E83;
  font-size: 60px;
  line-height: 1;
}
.component_box_icon .border .content h1 strong {
  font-weight: 800;
  font-size: 120px;
  line-height: 1;
}
.component_box_icon .border .content p {
  color: #002A6A;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
}
.component_box_icon .border .content p strong {
  font-weight: 700;
}

@media only screen and (max-width: 1490px) {
  .component_box_icon {
    padding-top: 3.8926174497vw;
  }
  .component_box_icon.small .border {
    padding: 3.0201342282vw 3.355704698vw 2.3489932886vw 3.355704698vw;
  }
  .component_box_icon.small .border .content h1 strong {
    font-size: 6.0402684564vw;
  }
  .component_box_icon.small .border .content p {
    font-size: 1.2080536913vw;
  }
  .component_box_icon .border {
    box-shadow: inset 0 0 0 0.2013422819vw #2cc7ff;
    border-radius: 4.0268456376vw 0.8053691275vw 4.0268456376vw 0.8053691275vw;
    padding: 2.3489932886vw 3.355704698vw 3.0201342282vw 3.355704698vw;
  }
  .component_box_icon .border .icon {
    height: 6.0402684564vw;
    width: 20.1342281879vw;
  }
  .component_box_icon .border .icon::before, .component_box_icon .border .icon::after {
    border-radius: 0.6711409396vw;
    height: 0.6711409396vw;
    width: 0.6711409396vw;
  }
  .component_box_icon .border .content h1 {
    font-size: 4.0268456376vw;
  }
  .component_box_icon .border .content h1 strong {
    font-size: 8.0536912752vw;
  }
  .component_box_icon .border .content p {
    font-size: 1.8791946309vw;
  }
}
@media only screen and (max-width: 770px) {
  .component_box_icon {
    padding-top: 58px;
  }
  .component_box_icon.small .border {
    padding: 45px 20px;
  }
  .component_box_icon.small .border .content h1 strong {
    font-size: 70px;
  }
  .component_box_icon.small .border .content p {
    font-size: 18px;
  }
  .component_box_icon .border {
    box-shadow: inset 0 0 0 3px #2cc7ff;
    border-radius: 60px 12px 60px 12px;
    padding: 45px 20px 55px 20px;
  }
  .component_box_icon .border .icon {
    height: 80px;
    width: 180px;
  }
  .component_box_icon .border .icon img {
    height: 100%;
  }
  .component_box_icon .border .icon::before, .component_box_icon .border .icon::after {
    border-radius: 10px;
    height: 10px;
    width: 10px;
  }
  .component_box_icon .border .content {
    gap: 10px;
  }
  .component_box_icon .border .content h1 {
    font-size: 30px;
  }
  .component_box_icon .border .content h1 strong {
    font-size: 90px;
  }
  .component_box_icon .border .content p {
    font-size: 20px;
  }
}
.component_box_default {
  display: flex;
}
.component_box_default.theme-one .wrapper-box .thumbnail {
  background-size: contain;
  aspect-ratio: 1/1.02;
  border-radius: 0;
}
.component_box_default.theme-one .wrapper-box .content h1 {
  color: #002A6A;
}
.component_box_default.theme-two .wrapper-box .content h1 {
  font-weight: 700;
  color: #B31E83;
}
.component_box_default.theme-three .wrapper-box .content h1 {
  color: #002A6A;
  font-weight: 500;
}
.component_box_default .wrapper-box {
  flex-direction: column;
  display: flex;
  width: 100%;
  gap: 40px;
}
.component_box_default .wrapper-box .thumbnail {
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 60px 10px;
  background-size: cover;
  aspect-ratio: 1/0.61;
  overflow: hidden;
  width: 100%;
}
.component_box_default .wrapper-box .content {
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  display: flex;
  gap: 20px;
  flex: 1;
}
.component_box_default .wrapper-box .content .wrapper-top {
  flex-direction: column;
  align-items: center;
  text-align: center;
  display: flex;
  gap: 20px;
}
.component_box_default .wrapper-box .content .wrapper-top h1 {
  text-align: center;
  font-size: 32px;
  line-height: 1;
}
.component_box_default .wrapper-box .content .wrapper-top h1 strong {
  color: #2CC7FF;
  font-weight: 700;
}
.component_box_default .wrapper-box .content .wrapper-top p {
  padding-bottom: 10px;
  color: #002A6A;
  line-height: 1.4;
  font-weight: 300;
  font-size: 18px;
}
.component_box_default .wrapper-box .content .component_link_button {
  justify-content: center;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 1490px) {
  .component_box_default .wrapper-box {
    gap: 2.6845637584vw;
  }
  .component_box_default .wrapper-box .thumbnail {
    border-radius: 4.0268456376vw 0.6711409396vw;
  }
  .component_box_default .wrapper-box .content {
    padding: 0 1.3422818792vw;
    gap: 1.3422818792vw;
  }
  .component_box_default .wrapper-box .content h1 {
    font-size: 2.1476510067vw;
  }
  .component_box_default .wrapper-box .content p {
    padding-bottom: 0.6711409396vw;
    font-size: 1.2080536913vw;
  }
}
@media only screen and (max-width: 1023px) {
  .component_box_default.theme-three .wrapper-box .thumbnail {
    aspect-ratio: 1/1;
  }
  .component_box_default .wrapper-box {
    gap: 3.9100684262vw;
  }
  .component_box_default .wrapper-box .thumbnail {
    border-radius: 5.8651026393vw 0.9775171065vw;
  }
  .component_box_default .wrapper-box .content {
    padding: 0 1.9550342131vw;
    gap: 1.9550342131vw;
  }
  .component_box_default .wrapper-box .content h1 {
    font-size: 3.128054741vw;
  }
  .component_box_default .wrapper-box .content p {
    padding-bottom: 0.9775171065vw;
    font-size: 1.7595307918vw;
  }
}
@media only screen and (max-width: 770px) {
  .component_box_default .wrapper-box {
    gap: 40px;
  }
  .component_box_default .wrapper-box .thumbnail {
    border-radius: 60px 10px;
  }
  .component_box_default .wrapper-box .content {
    padding: 0;
    gap: 20px;
  }
  .component_box_default .wrapper-box .content h1 {
    font-size: 32px;
  }
  .component_box_default .wrapper-box .content p {
    padding-bottom: 10px;
    font-size: 18px;
  }
}
.component_figure_description {
  align-items: center;
  display: flex;
  gap: min(4.0268456376vw, 60px);
}
.component_figure_description.align-start {
  align-items: flex-start;
}
.component_figure_description.align-end {
  align-items: flex-end;
}
.component_figure_description.inverted {
  flex-direction: row-reverse;
}
.component_figure_description .figure {
  height: -webkit-fill-available;
  margin: 0 auto;
  flex: 1;
}
.component_figure_description .description {
  padding-top: min(1.3422818792vw, 20px);
  flex-direction: column;
  max-width: min(45.9731543624vw, 685px);
  display: flex;
  width: 100%;
  gap: min(1.3422818792vw, 20px);
}
.component_figure_description .description h2 {
  color: #002A6A;
  font-weight: 300;
  line-height: 1.15;
  font-size: min(3.0872483221vw, 46px);
}
.component_figure_description .description h2 strong {
  color: #2CC7FF;
  font-weight: 700;
}
.component_figure_description .description h2 b {
  font-weight: 700;
}
.component_figure_description .description p {
  color: #002A6A;
  font-weight: 300;
  line-height: 1.5;
  font-size: min(1.2080536913vw, 18px);
}
.component_figure_description .description p strong {
  font-weight: 700;
}
.component_figure_description .description > a {
  text-decoration: underline;
  color: #002A6A;
  transition: all ease 0.2s;
  font-weight: 700;
}
.component_figure_description .description > a:hover {
  color: #2CC7FF;
}
.component_figure_description .description .component_link_button {
  margin-bottom: min(1.3422818792vw, 20px);
}
.component_figure_description .description .group {
  flex-direction: column;
  gap: min(0.6711409396vw, 10px);
  position: relative;
  display: flex;
}
.component_figure_description .description .group input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.component_figure_description .description .group input[type=checkbox]:checked ~ h5::before {
  border-right: none;
  border-bottom: min(0.1342281879vw, 2px) solid #002A6A;
  border-left: min(0.1342281879vw, 2px) solid #002A6A;
  transform: rotate(-45deg) translate(25%, -25%);
  top: 30%;
}
.component_figure_description .description .group input[type=checkbox]:checked ~ ol {
  padding-bottom: min(0.6711409396vw, 10px);
  gap: min(1.3422818792vw, 20px);
  max-height: 1000vw;
}
.component_figure_description .description .group h5 {
  padding-left: min(1.3422818792vw, 20px);
  font-size: min(1.3422818792vw, 20px);
  pointer-events: none;
  color: #002A6A;
  position: relative;
  font-weight: 700;
  cursor: pointer;
}
.component_figure_description .description .group h5::before {
  transform: rotate(-45deg) translateY(-50%);
  border-bottom: min(0.1342281879vw, 2px) solid #002A6A;
  border-right: min(0.1342281879vw, 2px) solid #002A6A;
  transform-origin: center;
  height: min(0.6711409396vw, 10px);
  position: absolute;
  content: "";
  width: min(0.6711409396vw, 10px);
  top: 40%;
  left: 0;
}
.component_figure_description .description .group ol {
  flex-direction: column;
  padding-bottom: 0;
  transition: all ease 0.05s;
  overflow: hidden;
  display: flex;
  max-height: 0;
  gap: 0;
}
.component_figure_description .description .group ol li {
  position: relative;
}
.component_figure_description .description .group ol li a {
  text-decoration: none;
  color: #2CC7FF;
  font-weight: 600;
  font-size: min(1.2080536913vw, 18px);
}
.component_figure_description .description .group ol li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1490px) {
  .component_figure_description {
    gap: min(4.0268456376vw, 60px);
  }
  .component_figure_description .description {
    padding-top: min(1.3422818792vw, 20px);
    max-width: min(45.9731543624vw, 685px);
    gap: min(1.3422818792vw, 20px);
  }
  .component_figure_description .description h2 {
    font-size: min(3.0872483221vw, 46px);
  }
  .component_figure_description .description p {
    font-size: min(1.2080536913vw, 18px);
  }
  .component_figure_description .description .component_link_button {
    margin-bottom: min(1.3422818792vw, 20px);
  }
  .component_figure_description .description .group {
    gap: min(0.6711409396vw, 10px);
  }
  .component_figure_description .description .group input[type=checkbox]:checked ~ h5::before {
    border-bottom: min(0.1342281879vw, 2px) solid #002A6A;
    border-left: min(0.1342281879vw, 2px) solid #002A6A;
  }
  .component_figure_description .description .group input[type=checkbox]:checked ~ ol {
    padding-bottom: min(0.6711409396vw, 10px);
    gap: min(1.3422818792vw, 20px);
  }
  .component_figure_description .description .group h5 {
    padding-left: min(1.3422818792vw, 20px);
    font-size: min(1.3422818792vw, 20px);
  }
  .component_figure_description .description .group h5::before {
    border-bottom: min(0.1342281879vw, 2px) solid #002A6A;
    border-right: min(0.1342281879vw, 2px) solid #002A6A;
    height: min(0.6711409396vw, 10px);
    width: min(0.6711409396vw, 10px);
  }
  .component_figure_description .description .group ol li a {
    font-size: min(1.2080536913vw, 18px);
  }
}
@media only screen and (max-width: 1023px) {
  .component_figure_description {
    flex-direction: column-reverse;
    gap: min(4.8875855327vw, 50px);
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .component_figure_description.align-end {
    align-items: center;
  }
  .component_figure_description.inverted {
    flex-direction: column;
  }
  .component_figure_description.inverted-mobile {
    flex-direction: column;
  }
  .component_figure_description .description {
    gap: min(1.9550342131vw, 20px);
    max-width: 100%;
    padding-top: 0;
  }
  .component_figure_description .description h2 {
    padding-top: 0;
    font-size: min(4.4965786901vw, 46px);
  }
  .component_figure_description .description h2 br {
    display: none;
  }
  .component_figure_description .description p {
    font-size: min(1.7595307918vw, 18px);
  }
  .component_figure_description .description .component_link_button {
    margin: 0 auto min(1.9550342131vw, 20px) auto;
  }
  .component_figure_description .description .group {
    gap: min(0.9775171065vw, 10px);
    align-items: center;
  }
  .component_figure_description .description .group input[type=checkbox]:checked ~ h5::before {
    border-bottom: min(0.1955034213vw, 2px) solid #002A6A;
    border-left: min(0.1955034213vw, 2px) solid #002A6A;
  }
  .component_figure_description .description .group input[type=checkbox]:checked ~ ol {
    padding-bottom: min(0.9775171065vw, 10px);
    gap: min(1.9550342131vw, 20px);
  }
  .component_figure_description .description .group h5 {
    padding-left: min(1.9550342131vw, 20px);
    margin-left: min(-1.9550342131vw, -20px);
    font-size: min(1.9550342131vw, 20px);
    width: fit-content;
  }
  .component_figure_description .description .group h5::before {
    border-bottom: min(0.1955034213vw, 2px) solid #002A6A;
    border-right: min(0.1955034213vw, 2px) solid #002A6A;
    height: min(0.9775171065vw, 10px);
    width: min(0.9775171065vw, 10px);
  }
  .component_figure_description .description .group ol li a {
    font-size: min(1.7595307918vw, 18px);
  }
}
@media only screen and (max-width: 770px) {
  .component_figure_description {
    gap: 30px;
  }
  .component_figure_description .description {
    max-width: 100%;
    gap: 20px;
  }
  .component_figure_description .description h2 {
    font-size: 30px;
  }
  .component_figure_description .description p {
    font-size: 18px;
  }
  .component_figure_description .description > a {
    text-decoration: underline;
    color: #002A6A;
    transition: all ease 0.2s;
    font-weight: 700;
  }
  .component_figure_description .description > a:hover {
    color: #2CC7FF;
  }
  .component_figure_description .description .component_link_button {
    margin: 0 0 20px 0;
  }
  .component_figure_description .description .group {
    gap: 10px;
  }
  .component_figure_description .description .group input[type=checkbox]:checked ~ h5::before {
    border-bottom: 2px solid #002A6A;
    border-left: 2px solid #002A6A;
  }
  .component_figure_description .description .group input[type=checkbox]:checked ~ ol {
    padding-bottom: 10px;
    gap: 20px;
  }
  .component_figure_description .description .group h5 {
    padding: 0 0 0 20px;
    font-size: 20px;
  }
  .component_figure_description .description .group h5::before {
    border-bottom: 2px solid #002A6A;
    border-right: 2px solid #002A6A;
    height: 10px;
    width: 10px;
  }
  .component_figure_description .description .group ol {
    gap: 20px;
  }
  .component_figure_description .description .group ol li {
    padding-left: 0;
  }
  .component_figure_description .description .group ol li a {
    font-size: 16px;
  }
}
.component_figure_slider {
  align-items: center;
  display: flex;
  gap: min(4.0268456376vw, 60px);
}
.component_figure_slider.align-start {
  align-items: flex-start;
}
.component_figure_slider.align-end {
  align-items: flex-end;
}
.component_figure_slider.inverted {
  flex-direction: row-reverse;
}
.component_figure_slider > .figure {
  height: -webkit-fill-available;
  flex: 1;
}
.component_figure_slider .description {
  flex-direction: column;
  max-width: min(46.644295302vw, 695px);
  display: flex;
  width: 100%;
  gap: min(1.3422818792vw, 20px);
}
.component_figure_slider .description h2 {
  color: #002A6A;
  font-weight: 600;
  line-height: 1.15;
  font-size: min(3.0872483221vw, 46px);
}
.component_figure_slider .description h2 strong {
  color: #2CC7FF;
  font-weight: 700;
}
.component_figure_slider .description h2 b {
  font-weight: 700;
}
.component_figure_slider .description p {
  font-size: min(1.2080536913vw, 18px);
  color: #002A6A;
  line-height: 1.2;
  font-weight: 300;
}
.component_figure_slider .description p strong {
  font-weight: 700;
}
.component_figure_slider .description a {
  text-decoration: underline;
  color: #002A6A;
  transition: all ease 0.2s;
  font-weight: 700;
}
.component_figure_slider .description a:hover {
  color: #2CC7FF;
}
.component_figure_slider .description > .figure {
  display: none;
}
.component_figure_slider .description h4 {
  letter-spacing: min(-0.0214765101vw, -0.32px);
  color: #002A6A;
  font-weight: 600;
  font-size: min(2.1476510067vw, 32px);
  line-height: 1;
}

@media only screen and (max-width: 1490px) {
  .component_figure_slider .description .wrapper__swiper .swiper-button-prev,
  .component_figure_slider .description .wrapper__swiper .swiper-button-next {
    top: min(8.7919463087vw, 131px);
  }
}
@media only screen and (max-width: 1023px) {
  .component_figure_slider {
    flex-direction: column-reverse;
    gap: min(4.8875855327vw, 50px);
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .component_figure_slider > .figure {
    display: none;
  }
  .component_figure_slider.align-end {
    align-items: center;
  }
  .component_figure_slider.inverted {
    flex-direction: column;
  }
  .component_figure_slider .description {
    gap: min(1.9550342131vw, 20px);
    max-width: 100%;
  }
  .component_figure_slider .description h2 {
    font-size: min(4.4965786901vw, 46px);
  }
  .component_figure_slider .description h2 br {
    display: none;
  }
  .component_figure_slider .description p {
    font-size: min(1.7595307918vw, 18px);
  }
  .component_figure_slider .description > .figure {
    height: -webkit-fill-available;
    display: flex;
    flex: 1;
  }
  .component_figure_slider .description h4 {
    letter-spacing: min(-0.0312805474vw, -0.32px);
    font-size: min(3.128054741vw, 32px);
  }
  .component_figure_slider .description .wrapper__swiper .swiper-button-prev,
  .component_figure_slider .description .wrapper__swiper .swiper-button-next {
    top: min(13.3919843597vw, 137px);
  }
}
@media only screen and (max-width: 770px) {
  .component_figure_slider {
    gap: 30px;
  }
  .component_figure_slider .description {
    max-width: 100%;
    gap: 20px;
  }
  .component_figure_slider .description h2 {
    font-size: 30px;
  }
  .component_figure_slider .description p {
    font-size: 18px;
  }
  .component_figure_slider .description a {
    text-decoration: underline;
    color: #002A6A;
    transition: all ease 0.2s;
    font-weight: 700;
  }
  .component_figure_slider .description a:hover {
    color: #2CC7FF;
  }
  .component_figure_slider .description h4 {
    letter-spacing: min(-0.0415584416vw, -0.32px);
    font-size: min(4.1558441558vw, 32px);
  }
  .component_figure_slider .description .wrapper__swiper .swiper-button-prev,
  .component_figure_slider .description .wrapper__swiper .swiper-button-next {
    top: 60px;
  }
}
.component_figure_form {
  align-items: flex-start;
  gap: min(4.0268456376vw, 60px);
  display: flex;
}
.component_figure_form > .figure {
  height: -webkit-fill-available;
  flex: 1;
}
.component_figure_form .description {
  max-width: min(46.644295302vw, 695px);
  flex-direction: column;
  display: flex;
  width: 100%;
  gap: min(1.3422818792vw, 20px);
}
.component_figure_form .description h2 {
  color: #002A6A;
  font-weight: 600;
  line-height: 1.15;
  font-size: min(3.0872483221vw, 46px);
}
.component_figure_form .description h2 strong {
  color: #2CC7FF;
  font-weight: 700;
}
.component_figure_form .description h2 b {
  font-weight: 700;
}
.component_figure_form .description p {
  font-size: min(1.2080536913vw, 18px);
  color: #002A6A;
  line-height: 1.2;
  font-weight: 300;
}
.component_figure_form .description p strong {
  font-weight: 700;
}
.component_figure_form .description > .figure {
  display: none;
}
.component_figure_form .description .box-form {
  flex-direction: column;
  display: flex;
  gap: min(2.0134228188vw, 30px);
}
.component_figure_form .description .box-form .wpcf7 .wpcf7-form ul {
  flex-direction: column;
  display: flex;
  gap: min(0.6711409396vw, 10px);
}
.component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li.combobox {
  position: relative;
}
.component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li.combobox::before, .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li.combobox::after {
  pointer-events: none;
  position: absolute;
  cursor: pointer;
  content: "";
}
.component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li.combobox::before {
  transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: min(0.1342281879vw, 2px) solid #002A6A;
  border-right: min(0.1342281879vw, 2px) solid #002A6A;
  height: min(0.8053691275vw, 12px);
  width: min(0.8053691275vw, 12px);
  z-index: 20;
  right: min(1.2080536913vw, 18px);
  top: min(1.744966443vw, 26px);
}
.component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li.combobox::after {
  background-color: #2CC7FF;
  height: calc(100% - min(0.5369127517vw, 8px));
  border-radius: min(0.2013422819vw, 3px);
  z-index: 10;
  width: min(4.0268456376vw, 60px);
  right: min(0.2684563758vw, 4px);
  top: min(0.2684563758vw, 4px);
}
.component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li label span {
  display: block;
}
.component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li label span input, .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li label span select, .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li label span textarea {
  box-shadow: inset 0 0 0 min(0.1342281879vw, 2px) #2CC7FF;
  background-color: transparent;
  letter-spacing: min(-0.0120805369vw, -0.18px);
  font-family: "AmsiPro";
  color: #002A6A;
  border-radius: min(0.3355704698vw, 5px);
  font-weight: 100;
  min-height: min(4.0268456376vw, 60px);
  font-weight: 400;
  font-size: min(1.2080536913vw, 18px);
  padding: min(1.3422818792vw, 20px);
  width: 100%;
}
.component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li input[type=submit] {
  box-shadow: inset 0 0 0 min(3.355704698vw, 50px) #b31e83;
  border-radius: min(2.0134228188vw, 30px) min(0.4026845638vw, 6px) min(2.0134228188vw, 30px) min(0.4026845638vw, 6px);
  text-transform: uppercase;
  justify-content: center;
  text-decoration: none;
  margin: min(2.6845637584vw, 40px) 0 min(1.3422818792vw, 20px) 0;
  align-items: center;
  transition: all ease 0.2s;
  padding: 0 min(1.677852349vw, 25px);
  cursor: pointer;
  display: flex;
  color: #ffffff;
  height: min(3.0872483221vw, 46px);
  gap: min(0.5369127517vw, 8px);
  letter-spacing: 2%;
  transition: all ease 0.2s;
  font-size: min(0.9395973154vw, 14px);
  line-height: 1;
}
.component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li input[type=submit]:hover {
  box-shadow: inset 0 0 0 min(0.1342281879vw, 2px) #b31e83;
  background-color: #ffffff;
  color: #B31E83;
}
.component_figure_form .description .box-form p {
  color: #002A6A;
  font-weight: 300;
  line-height: 1.5;
  font-size: min(1.2080536913vw, 18px);
}
.component_figure_form .description .box-form p a {
  text-decoration: underline;
  color: #002A6A;
  font-weight: 700;
}

@media only screen and (max-width: 1490px) {
  .component_figure_form {
    gap: min(3.355704698vw, 50px);
  }
  .component_figure_form .description {
    gap: min(1.3422818792vw, 20px);
  }
  .component_figure_form .description h2 {
    font-size: min(3.0872483221vw, 46px);
  }
  .component_figure_form .description h2 br {
    display: none;
  }
  .component_figure_form .description p {
    font-size: min(1.2080536913vw, 18px);
  }
  .component_figure_form .description .box-form {
    gap: min(2.0134228188vw, 30px);
  }
  .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul {
    gap: min(0.6711409396vw, 10px);
  }
  .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li.combobox::before {
    border-bottom: min(0.1342281879vw, 2px) solid #002A6A;
    border-right: min(0.1342281879vw, 2px) solid #002A6A;
    height: min(0.8053691275vw, 12px);
    width: min(0.8053691275vw, 12px);
    right: min(1.2080536913vw, 18px);
    top: min(1.744966443vw, 26px);
  }
  .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li.combobox::after {
    height: calc(100% - min(0.5369127517vw, 8px));
    border-radius: min(0.2013422819vw, 3px);
    width: min(4.0268456376vw, 60px);
    right: min(0.2684563758vw, 4px);
    top: min(0.2684563758vw, 4px);
  }
  .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li label span input, .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li label span select, .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li label span textarea {
    box-shadow: inset 0 0 0 min(0.1342281879vw, 2px) #2CC7FF;
    letter-spacing: min(-0.0120805369vw, -0.18px);
    border-radius: min(0.3355704698vw, 5px);
    min-height: min(4.0268456376vw, 60px);
    font-size: min(1.2080536913vw, 18px);
    padding: min(1.3422818792vw, 20px);
  }
  .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li input[type=submit] {
    box-shadow: inset 0 0 0 min(3.355704698vw, 50px) #b31e83;
    border-radius: min(2.0134228188vw, 30px) min(0.4026845638vw, 6px) min(2.0134228188vw, 30px) min(0.4026845638vw, 6px);
    margin: min(2.6845637584vw, 40px) 0 min(1.3422818792vw, 20px) 0;
    padding: 0 min(1.677852349vw, 25px);
    font-size: min(0.9395973154vw, 14px);
    height: min(3.0872483221vw, 46px);
    gap: min(0.5369127517vw, 8px);
  }
  .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li input[type=submit]:hover {
    box-shadow: inset 0 0 0 min(0.1342281879vw, 2px) #b31e83;
  }
  .component_figure_form .description .box-form p {
    font-size: min(1.2080536913vw, 18px);
  }
}
@media only screen and (max-width: 1023px) {
  .component_figure_form {
    justify-content: center;
    flex-direction: column;
    gap: min(4.8875855327vw, 50px);
    align-items: center;
    text-align: center;
  }
  .component_figure_form > .figure {
    display: none;
  }
  .component_figure_form .description {
    gap: min(2.9325513196vw, 30px);
    max-width: 100%;
  }
  .component_figure_form .description h2 {
    font-size: min(4.4965786901vw, 46px);
  }
  .component_figure_form .description h2 br {
    display: none;
  }
  .component_figure_form .description p {
    font-size: min(1.7595307918vw, 18px);
  }
  .component_figure_form .description > .figure {
    height: -webkit-fill-available;
    padding: min(1.9550342131vw, 20px) 0;
    justify-content: center;
    display: flex;
    flex: 1;
  }
  .component_figure_form .description > .figure img {
    max-width: 700px;
  }
  .component_figure_form .description .box-form {
    gap: min(2.9325513196vw, 30px);
  }
  .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul {
    gap: min(0.9775171065vw, 10px);
  }
  .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li.combobox::before {
    border-bottom: min(0.1955034213vw, 2px) solid #002A6A;
    border-right: min(0.1955034213vw, 2px) solid #002A6A;
    height: min(1.1730205279vw, 12px);
    width: min(1.1730205279vw, 12px);
    right: min(1.7595307918vw, 18px);
    top: min(2.541544477vw, 26px);
  }
  .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li.combobox::after {
    height: calc(100% - min(0.7820136852vw, 8px));
    border-radius: min(0.293255132vw, 3px);
    width: min(5.8651026393vw, 60px);
    right: min(0.3910068426vw, 4px);
    top: min(0.3910068426vw, 4px);
  }
  .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li label span input, .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li label span select, .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li label span textarea {
    box-shadow: inset 0 0 0 min(0.1955034213vw, 2px) #2CC7FF;
    letter-spacing: min(-0.0175953079vw, -0.18px);
    border-radius: min(0.4887585533vw, 5px);
    min-height: min(5.8651026393vw, 60px);
    font-size: min(1.7595307918vw, 18px);
    padding: min(1.9550342131vw, 20px);
  }
  .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li input[type=submit] {
    box-shadow: inset 0 0 0 min(4.8875855327vw, 50px) #b31e83;
    border-radius: min(2.9325513196vw, 30px) min(0.5865102639vw, 6px) min(2.9325513196vw, 30px) min(0.5865102639vw, 6px);
    margin: min(3.9100684262vw, 40px) auto min(1.9550342131vw, 20px) auto;
    padding: 0 min(2.4437927664vw, 25px);
    font-size: min(1.3685239492vw, 14px);
    height: min(4.4965786901vw, 46px);
    gap: min(0.7820136852vw, 8px);
  }
  .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li input[type=submit]:hover {
    box-shadow: inset 0 0 0 min(0.1955034213vw, 2px) #b31e83;
  }
  .component_figure_form .description .box-form p {
    font-size: min(1.7595307918vw, 18px);
  }
}
@media only screen and (max-width: 770px) {
  .component_figure_form {
    gap: 30px;
  }
  .component_figure_form .description {
    max-width: 100%;
    gap: 20px;
  }
  .component_figure_form .description h2 {
    font-size: 30px;
  }
  .component_figure_form .description p {
    font-size: 18px;
  }
  .component_figure_form .description .box-form {
    gap: 30px;
  }
  .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul {
    gap: 15px;
  }
  .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li.combobox::before {
    border-bottom: 2px solid #002A6A;
    border-right: 2px solid #002A6A;
    height: 12px;
    width: 12px;
    right: 13px;
    top: 21px;
  }
  .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li.combobox::after {
    height: calc(100% - 8px);
    border-radius: 3px;
    width: 50px;
    right: 4px;
    top: 4px;
  }
  .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li label span input, .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li label span select, .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li label span textarea {
    box-shadow: inset 0 0 0 2px #2CC7FF;
    letter-spacing: -0.18px;
    border-radius: 5px;
    min-height: 50px;
    font-size: 18px;
    padding: 10px;
  }
  .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li input[type=submit] {
    box-shadow: inset 0 0 0 50px #b31e83;
    border-radius: 30px 6px 30px 6px;
    height: 57px !important;
    margin: 10px 0 10px 0;
    padding: 0 25px;
    font-size: 14px;
    width: 100%;
    gap: 8px;
  }
  .component_figure_form .description .box-form .wpcf7 .wpcf7-form ul li input[type=submit]:hover {
    box-shadow: inset 0 0 0 2px #b31e83;
  }
  .component_figure_form .description .box-form p {
    font-size: 18px;
  }
  .component_figure_form .description .box-form p br {
    display: none;
  }
}
#modal_courses {
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  position: fixed;
  padding: 0 15px;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 20;
  left: 0;
  top: 0;
}
#modal_courses.active {
  display: flex;
}
#modal_courses.video .modal-content {
  padding: 40px 30px 30px 30px;
}
#modal_courses.video .modal-content .modal-close {
  right: 30px;
  top: 12px;
}
#modal_courses.video .modal-content .modal-list {
  border-radius: 30px 10px 30px 10px;
}
#modal_courses.video .modal-content .modal-list iframe {
  aspect-ratio: 16/9;
}
#modal_courses .modal-content {
  border-radius: 50px 10px 50px 10px;
  padding: 30px 13px 30px 30px;
  background-color: #ffffff;
  position: relative;
  max-width: 1010px;
  max-height: 590px;
  display: flex;
  width: 100%;
}
#modal_courses .modal-content .modal-close {
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 10px;
}
#modal_courses .modal-content .modal-list {
  border-radius: 30px 0 0 10px;
  flex-direction: column;
  overflow-y: auto;
  display: flex;
  width: 100%;
  gap: 50px;
}
#modal_courses .modal-content .modal-list .modal-item {
  display: flex;
  width: 100%;
  gap: 30px;
}
#modal_courses .modal-content .modal-list .modal-item .modal-item-thumb {
  border-radius: 30px 10px 30px 10px;
  height: fit-content;
  max-width: 460px;
  overflow: hidden;
  display: flex;
}
#modal_courses .modal-content .modal-list .modal-item .modal-item-thumb img {
  width: 100%;
}
#modal_courses .modal-content .modal-list .modal-item .modal-item-data {
  flex-direction: column;
  padding-right: 10px;
  color: #002A6A;
  display: flex;
  width: 100%;
  gap: 30px;
  flex: 1;
}
#modal_courses .modal-content .modal-list .modal-item .modal-item-data .modal-item-data-title h3 {
  font-weight: 400;
  line-height: 1.2;
  font-size: 36px;
}
#modal_courses .modal-content .modal-list .modal-item .modal-item-data .modal-item-data-title h3 strong {
  color: #2CC7FF;
  font-weight: 700;
}
#modal_courses .modal-content .modal-list .modal-item .modal-item-data .modal-item-data-title h4 {
  font-weight: 400;
  line-height: 1.2;
  font-size: 24px;
}
#modal_courses .modal-content .modal-list .modal-item .modal-item-data .modal-item-data-description {
  flex-direction: column;
  display: flex;
  gap: 20px;
}
#modal_courses .modal-content .modal-list .modal-item .modal-item-data .modal-item-data-description p {
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
}
#modal_courses .modal-content .modal-list .modal-item .modal-item-data .modal-item-data-description p strong {
  font-weight: 700;
}

@media only screen and (max-width: 1490px) {
  #modal_courses.video .modal-content {
    padding: 2.6845637584vw 2.0134228188vw 2.0134228188vw 2.0134228188vw;
  }
  #modal_courses.video .modal-content .modal-close {
    right: 2.0134228188vw;
  }
  #modal_courses.video .modal-content .modal-list {
    border-radius: 2.0134228188vw 0.6711409396vw 2.0134228188vw 0.6711409396vw;
  }
  #modal_courses .modal-content {
    border-radius: 3.355704698vw 0.6711409396vw 3.355704698vw 0.6711409396vw;
    padding: 2.0134228188vw 0.8724832215vw 2.0134228188vw 2.0134228188vw;
    max-width: 67.7852348993vw;
    max-height: 39.5973154362vw;
  }
  #modal_courses .modal-content .modal-close {
    right: 1.0067114094vw;
    top: 0.6711409396vw;
  }
  #modal_courses .modal-content .modal-list {
    border-radius: 2.0134228188vw 0 0 0.6711409396vw;
    gap: 3.355704698vw;
  }
  #modal_courses .modal-content .modal-list .modal-item {
    gap: 2.0134228188vw;
  }
  #modal_courses .modal-content .modal-list .modal-item .modal-item-thumb {
    border-radius: 2.0134228188vw 0.6711409396vw 2.0134228188vw 0.6711409396vw;
    max-width: 30.8724832215vw;
  }
  #modal_courses .modal-content .modal-list .modal-item .modal-item-data {
    padding-right: 0.6711409396vw;
    gap: 2.0134228188vw;
  }
  #modal_courses .modal-content .modal-list .modal-item .modal-item-data .modal-item-data-title h3 {
    font-size: 2.4161073826vw;
  }
  #modal_courses .modal-content .modal-list .modal-item .modal-item-data .modal-item-data-title h4 {
    font-size: 1.610738255vw;
  }
  #modal_courses .modal-content .modal-list .modal-item .modal-item-data .modal-item-data-description {
    gap: 1.3422818792vw;
  }
  #modal_courses .modal-content .modal-list .modal-item .modal-item-data .modal-item-data-description p {
    font-size: 1.0738255034vw;
  }
}
@media only screen and (max-width: 1023px) {
  #modal_courses.video .modal-content {
    padding: 3.9100684262vw 2.9325513196vw 2.9325513196vw 2.9325513196vw;
  }
  #modal_courses.video .modal-content .modal-close {
    right: 3.0303030303vw;
    top: 1.1730205279vw;
  }
  #modal_courses.video .modal-content .modal-list {
    border-radius: 0.9775171065vw;
  }
  #modal_courses .modal-content {
    border-radius: 1.9550342131vw;
    padding: 5.8651026393vw 1.2707722385vw 2.9325513196vw 2.9325513196vw;
    max-width: 98.7292277615vw;
    max-height: 80vh;
  }
  #modal_courses .modal-content .modal-close {
    right: 1.9550342131vw;
    top: 1.9550342131vw;
  }
  #modal_courses .modal-content .modal-list {
    border-radius: 4.8875855327vw 0 0 1.4662756598vw;
    gap: 4.8875855327vw;
  }
  #modal_courses .modal-content .modal-list .modal-item {
    gap: 2.9325513196vw;
    flex-direction: column;
  }
  #modal_courses .modal-content .modal-list .modal-item .modal-item-thumb {
    border-radius: 4.8875855327vw 1.4662756598vw 4.8875855327vw 1.4662756598vw;
    max-width: 100%;
  }
  #modal_courses .modal-content .modal-list .modal-item .modal-item-data {
    padding-right: 0.9775171065vw;
    gap: 2.9325513196vw;
    align-items: center;
    text-align: center;
  }
  #modal_courses .modal-content .modal-list .modal-item .modal-item-data .modal-item-data-title h3 {
    font-size: 3.5190615836vw;
  }
  #modal_courses .modal-content .modal-list .modal-item .modal-item-data .modal-item-data-title h4 {
    font-size: 2.3460410557vw;
  }
  #modal_courses .modal-content .modal-list .modal-item .modal-item-data .modal-item-data-description {
    gap: 1.9550342131vw;
  }
  #modal_courses .modal-content .modal-list .modal-item .modal-item-data .modal-item-data-description p {
    font-size: 1.9550342131vw;
  }
}
@media only screen and (max-width: 770px) {
  #modal_courses.video .modal-content {
    padding: 50px 10px 15px 10px;
  }
  #modal_courses.video .modal-content .modal-close {
    right: 12px;
    top: 15px;
  }
  #modal_courses.video .modal-content .modal-list {
    border-radius: 5px;
  }
  #modal_courses .modal-content {
    padding: 50px 15px 30px 15px;
    border-radius: 10px;
    max-width: 1010px;
    max-height: 70vh;
  }
  #modal_courses .modal-content .modal-close {
    right: 20px;
    top: 20px;
  }
  #modal_courses .modal-content .modal-close svg {
    transform: scale(1.3);
  }
  #modal_courses .modal-content .modal-list {
    border-radius: 30px 0 0 10px;
    gap: 50px;
  }
  #modal_courses .modal-content .modal-list .modal-item {
    gap: 30px;
    flex-direction: column;
  }
  #modal_courses .modal-content .modal-list .modal-item .modal-item-thumb {
    border-radius: 30px 10px 30px 10px;
    max-width: 100%;
  }
  #modal_courses .modal-content .modal-list .modal-item .modal-item-data {
    align-items: center;
    text-align: center;
    padding-right: 0;
    gap: 30px;
  }
  #modal_courses .modal-content .modal-list .modal-item .modal-item-data .modal-item-data-title h3 {
    font-size: 30px;
  }
  #modal_courses .modal-content .modal-list .modal-item .modal-item-data .modal-item-data-title h4 {
    font-size: 20px;
  }
  #modal_courses .modal-content .modal-list .modal-item .modal-item-data .modal-item-data-description {
    gap: 20px;
  }
  #modal_courses .modal-content .modal-list .modal-item .modal-item-data .modal-item-data-description p {
    font-size: 18px;
  }
}
.wrapper__swiper {
  padding: 0 min(1.0067114094vw, 15px);
  position: relative;
}
.wrapper__swiper #sliderTimeline {
  width: 100%;
}
.wrapper__swiper #sliderTimeline .line {
  border-image: linear-gradient(to right, rgba(255, 255, 255, 0), #2CC7FF 20%, #2CC7FF 80%, rgba(255, 255, 255, 0)) 1 0;
  border-bottom: 1px solid #2CC7FF;
  transform: translateY(min(8.1208053691vw, 121px));
  font-weight: 300;
  width: 100%;
  height: 1px;
  display: none;
}
.wrapper__swiper #sliderTimeline .swiper-wrapper {
  display: flex;
}
.wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide {
  width: 14.28%;
}
.wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide.extremes-start .content__slide ul li h4 span {
  border-image: linear-gradient(to right, rgba(255, 255, 255, 0), #2CC7FF 100%, #2CC7FF 100%, rgba(255, 255, 255, 0)) 1 0;
}
.wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide.extremes-end .content__slide ul li h4 span {
  border-image: linear-gradient(to right, rgba(255, 255, 255, 0), #2CC7FF 0%, #2CC7FF 0%, rgba(255, 255, 255, 0)) 1 0;
}
.wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide {
  display: flex;
}
.wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li {
  text-align: center;
}
.wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li .ico {
  margin-bottom: min(1.2080536913vw, 18px);
  width: 100%;
}
.wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li h4 {
  font-size: min(1.0738255034vw, 16px);
  color: #002A6A;
}
.wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li h4 span {
  border-bottom: 1px solid #2CC7FF;
  margin: min(1.0067114094vw, 15px) auto;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 1px;
}
.wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li h4 span i {
  background: #2CC7FF;
  height: min(0.8053691275vw, 12px);
  width: min(0.8053691275vw, 12px);
  border-radius: 50%;
  display: block;
}
.wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li p {
  padding: 0 min(1.0067114094vw, 15px);
  font-size: min(0.8724832215vw, 13px);
  color: #002A6A;
  text-align: center;
  line-height: 140%;
}
.wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li .btn {
  margin: min(1.3422818792vw, 20px) auto 0 auto;
  display: table;
}
.wrapper__swiper .swiper-button-prev,
.wrapper__swiper .swiper-button-next {
  top: min(8.7248322148vw, 130px);
  color: #B31E83;
}
.wrapper__swiper .swiper-button-prev svg,
.wrapper__swiper .swiper-button-next svg {
  display: none;
}
.wrapper__swiper .swiper-button-prev {
  left: min(-0.7382550336vw, -11px);
}
.wrapper__swiper .swiper-button-next {
  right: min(-1.0067114094vw, -15px);
}

@media only screen and (max-width: 1490px) {
  .wrapper__swiper {
    padding: 0 min(1.0067114094vw, 15px);
  }
  .wrapper__swiper #sliderTimeline .line {
    transform: translateY(min(8.9932885906vw, 134px));
  }
  .wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li .ico {
    margin-bottom: min(1.2080536913vw, 18px);
  }
  .wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li h4 {
    font-size: min(1.0738255034vw, 16px);
  }
  .wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li h4 span {
    margin: min(1.0067114094vw, 15px) auto;
  }
  .wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li h4 span i {
    height: min(0.8053691275vw, 12px);
    width: min(0.8053691275vw, 12px);
  }
  .wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li p {
    padding: 0 min(1.0067114094vw, 15px);
    font-size: min(0.8724832215vw, 13px);
  }
  .wrapper__swiper .swiper-button-prev,
  .wrapper__swiper .swiper-button-next {
    top: min(9.5302013423vw, 142px);
  }
}
@media only screen and (max-width: 1023px) {
  .wrapper__swiper {
    padding: 0 min(1.4662756598vw, 15px);
  }
  .wrapper__swiper #sliderTimeline .line {
    transform: translateY(min(13.0987292278vw, 134px));
  }
  .wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li .ico {
    margin-bottom: min(1.7595307918vw, 18px);
  }
  .wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li h4 {
    font-size: min(1.5640273705vw, 16px);
  }
  .wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li h4 span {
    margin: min(1.4662756598vw, 15px) auto;
  }
  .wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li h4 span i {
    height: min(1.1730205279vw, 12px);
    width: min(1.1730205279vw, 12px);
  }
  .wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li p {
    padding: 0 min(1.4662756598vw, 15px);
    font-size: min(1.2707722385vw, 13px);
  }
  .wrapper__swiper .swiper-button-prev,
  .wrapper__swiper .swiper-button-next {
    top: min(13.880742913vw, 142px);
  }
}
@media only screen and (max-width: 770px) {
  .wrapper__swiper {
    padding: 0;
  }
  .wrapper__swiper #sliderTimeline .line {
    transform: translateY(150px);
  }
  .wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide {
    padding: 0 15px;
  }
  .wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li .ico {
    margin: 0 auto 18px auto;
    max-width: 250px;
  }
  .wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li h4 {
    font-size: 16px;
  }
  .wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li h4 span {
    margin: 15px auto;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0), #2CC7FF 20%, #2CC7FF 80%, rgba(255, 255, 255, 0)) 1 0 !important;
  }
  .wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li h4 span i {
    height: 12px;
    width: 12px;
  }
  .wrapper__swiper #sliderTimeline .swiper-wrapper .swiper-slide .content__slide ul li p {
    margin-bottom: 30px;
    font-size: 15px;
  }
  .wrapper__swiper .swiper-button-prev,
  .wrapper__swiper .swiper-button-next {
    top: 60px;
  }
  .wrapper__swiper .swiper-button-prev {
    left: 0;
  }
  .wrapper__swiper .swiper-button-next {
    right: 0;
  }
}
/*# sourceMappingURL=style.min.css.map */
