.home__header {
  margin: 0 0 160px 0;
  overflow: hidden;
}

.principal a img {
    margin-left: -25px;
}

@media (max-width: 1180px) {
  .home__header {
    margin: 0 0 80px 0;
  }
}
.home__header__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .home__header__wrapper {
    flex-direction: column-reverse;
  }
  .home__process .header div:first-of-type {
      display: none;
  }
}
.home__header__wrapper .text {
  padding: 96px 0;
  max-width: 480px;
  width: 100%;
}
@media (max-width: 1180px) {
  .home__header__wrapper .text {
    margin: 0 auto;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 0 64px 0;
  }
}
@media (max-width: 1180px) {
  .home__header__wrapper .text h1 {
    text-align: center;
  }
}
.home__header__wrapper .text h1 img {
  transform: translateY(8px);
  display: inline;
}
@media (max-width: 480px) {
  .home__header__wrapper .text h1 img {
    width: 36px;
  }
}
.home__header__wrapper .text p {
  margin: 32px 0;
}
@media (max-width: 1180px) {
  .home__header__wrapper .text p {
    text-align: center;
    margin: 24px 0 32px 0;
  }
}
.home__header__wrapper .img {
  position: relative;
  width: 50%;
}
@media (max-width: 1180px) {
  .home__header__wrapper .img {
    width: calc(100% + 48px * 2);
    transform: translateX(-48px);
    height: 380px;
  }
}
@media (max-width: 480px) {
  .home__header__wrapper .img {
    height: 280px;
    width: calc(100% + 24px * 2);
    transform: translateX(-24px);
  }
}
.home__header__wrapper .img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-32px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.home__header__wrapper .img span {
  padding: 10px 16px;
  display: inline-block;
  background: #ede2d4;
  position: absolute;
  z-index: 5;
  box-shadow: 0px 10px 25px 0px rgba(6, 80, 143, 0.1);
}
@media (max-width: 1180px) {
  .home__header__wrapper .img span {
    display: none;
  }
}
.home__header__wrapper .img span:first-of-type {
  top: 96px;
  left: -32px;
  animation: 6s float ease-in-out infinite;
}
.home__header__wrapper .img span:last-of-type {
  bottom: 96px;
  right: -32px;
  animation: 5s float2 ease-in-out infinite;
}
.home__header__wrapper .img span strong {
  display: block;
  color: #ea5473;
}
.home__header__wrapper .img span, .home__header__wrapper .img span * {
  font: 500 16px/22px "Inter", sans-serif;
}
.home__header__wrapper .img span strong, .home__header__wrapper .img span * strong {
  font-weight: 600;
}
@media (max-width: 1180px) {
  .home__header__infos .swiper {
    overflow: initial;
  }
}
.home__header__infos .swiper-slide {
  position: relative;
  padding: 40px 24px 46px 40px;
  border-top: 1px solid rgb(188, 203, 214);
  border-bottom: 1px solid rgb(188, 203, 214);
  height: auto;
}
@media (max-width: 1180px) {
  .home__header__infos .swiper-slide {
    max-width: 280px;
    padding: 24px 16px 32px 24px;
  }
}
.home__header__infos .swiper-slide:not(:last-of-type) {
  border-right: 1px solid rgb(188, 203, 214);
}
.home__header__infos .swiper-slide h4 {
  font: 600 24px/32px "Montserrat", sans-serif;
  margin: 64px 0 16px 0;
}
@media (max-width: 480px) {
  .home__header__infos .swiper-slide h4 {
    font: 600 20px/28px "Montserrat", sans-serif;
  }
}
.home__header__infos .swiper-slide p {
  font: 500 16px/24px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .home__header__infos .swiper-slide p {
    font: 500 16px/24px "Inter", sans-serif;
  }
}
.home__header__infos .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ede2d4;
  transition: 0.3s;
  opacity: 0;
}
.home__header__infos .swiper-slide:hover::after {
  opacity: 1;
}
@media (min-width: 1180px) {
  .home__header__infos .controls {
    display: none;
  }
}
.home__header__infos .controls [data-prev],
.home__header__infos .controls [data-next] {
  width: 24px;
  height: 24px;
}
.home__header__infos .controls [data-prev] svg,
.home__header__infos .controls [data-next] svg {
  width: 100%;
  height: 100%;
}
.home__enterprises {
  padding: 0 0 160px 0;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .home__enterprises {
    padding: 0 0 80px 0;
  }
}
.home__enterprises .subtitle {
  margin: 0 0 50px 0;
}
@media (max-width: 480px) {
  .home__enterprises .subtitle {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 1180px) {
  .home__enterprises .swiper {
    width: calc(100% + 48px * 2);
    transform: translateX(-48px);
  }
}
@media (max-width: 480px) {
  .home__enterprises .swiper {
    width: calc(100% + 24px * 2);
    transform: translateX(-24px);
  }
}
.home__enterprises .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1180px) {
  .home__enterprises .swiper-slide {
    max-width: 140px;
    width: 100%;
  }
}
.home__process {
  background: #3d567b;
  padding: 160px 0 0 0;
}
@media (max-width: 1180px) {
  .home__process {
    padding-bottom: 160px;
  }
}
@media (max-width: 480px) {
  .home__process {
    padding: 80px 0;
  }
}
.home__process .header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 160px 0;
}
@media (max-width: 1180px) {
  .home__process .header {
    margin: 0 0 80px 0;
    flex-direction: column-reverse;
    gap: 72px;
  }
}
.home__process .header div:first-of-type {
  max-width: 640px;
  width: 100%;
}
.home__process .header div:last-of-type {
  padding: 8px 0 0 0;
}
@media (max-width: 1180px) {
  .home__process .header div:last-of-type {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.home__process .header div h2 {
  margin: 0 0 40px 0;
  color: #f2fcff;
}
.home__process .header div p {
  
  color: #f2fcff;
}

.home__process .subtitle span {
  
  color: #f2fcff;
}
@media (max-width: 1180px) {
  .home__process .header div h2 {
    margin: 0 0 24px 0;
  }
}
.home__process .header div .subtext {
  text-align: right;
  color: #f2fcff;
}
@media (max-width: 1180px) {
  .home__process .header div .subtext {
    text-align: left;
    color: #f2fcff;
  }
}
.home__process .header div img {
  margin: 0 0 48px auto;
  color: #f2fcff;
}
@media (max-width: 1180px) {
  .home__process .header div img {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .home__process .header div img {
    width: 48px;
    height: 48px;
  }
}
.home__process .subtitle {
  margin: 0 0 6px 0;
  color: #f2fcff;
}
@media (max-width: 1180px) {
  .home__process .subtitle {
    margin: 0 0 48px 0;
  }
}
.home__process .items {
  display: flex;
  justify-content: space-between;
  gap: 96px;
  padding: 0 0 200px 0;
}
@media (max-width: 1180px) {
  .home__process .items {
    display: none !important;
  }
}
.home__process .items ul {
  max-width: 530px;
  width: 100%;
}
.home__process .items ul li:first-of-type {
  padding-top: 120px;
}
.home__process .items ul li:not(:last-of-type) {
  padding-bottom: 160px;
}
.home__process .items ul li h4 {
  margin: 0 0 32px 0;
  color: #f2fcff;
}
.home__process .items ul li p {
  
  color: #f2fcff;
}
.home__process .items ul li p strong {
  
  color: #f2fcff;
}
.home__process .items figure {
  position: relative;
  max-width: 700px;
  width: 100%;
}
.home__process .items figure div {
  position: sticky;
  top: 144px;
}
.home__process .items figure div img {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s;
}
.home__process .items figure div img.active {
  opacity: 1;
}
.home_process h2 {
  color: #f2fcff;
}
.home_process h4 {
  color: #f2fcff;
}
@media (max-width: 1180px) {
  .home__process .swiper {
    margin: 64px 0 0 0;
    width: calc(100% + 48px * 2);
    transform: translateX(-48px);
  }
}
@media (max-width: 480px) {
  .home__process .swiper {
    width: calc(100% + 24px * 2);
    transform: translateX(-24px);
  }
}
@media (min-width: 1180px) {
  .home__process .swiper {
    display: none;
  }
}
@media (max-width: 1180px) {
  .home__process .swiper-slide {
    padding: 0 48px;
  }
}
@media (max-width: 480px) {
  .home__process .swiper-slide {
    padding: 0 24px;
  }
}
.home__process .swiper-slide h4 {
  margin: 32px 0 24px 0;
  color: #f2fcff;
}
.home__process .swiper-slide p {
  color: #f2fcff;
}
.home__process .swiper-slide p strong {
  color: #f2fcff;
}
@media (max-width: 480px) {
  .home__process .swiper-slide h4 {
    font: 600 24px/32px "Montserrat", sans-serif;
    color: #f2fcff;
  }
}
@media (min-width: 1180px) {
  .home__process .controls {
    display: none;
  }
}
.home__testimonials {
  padding: 160px 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .home__testimonials {
    padding: 80px 0;
  }
}
.home__testimonials .container > section {
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1180px) {
  .home__testimonials .container > section {
    display: block;
  }
}
.home__testimonials .swiper {
  max-width: 816px;
  width: 100%;
  margin-right: initial;
}
@media (max-width: 1180px) {
  .home__testimonials .swiper {
    margin: 64px 0 0 0;
    width: calc(100% + 48px * 2);
    transform: translateX(-48px);
  }
}
@media (max-width: 480px) {
  .home__testimonials .swiper {
    width: calc(100% + 24px * 2);
    transform: translateX(-24px);
  }
}
@media (max-width: 1180px) {
  .home__testimonials .swiper-slide {
    padding: 0 48px;
  }
}
@media (max-width: 480px) {
  .home__testimonials .swiper-slide {
    padding: 0 24px;
  }
}
@media (max-width: 480px) {
  .home__testimonials .swiper-slide > img {
    height: 30px;
  }
}
.home__testimonials .swiper-slide h3 {
  margin: 80px 0;
}
@media (max-width: 1180px) {
  .home__testimonials .swiper-slide h3 {
    margin: 40px 0 48px 0;
  }
}
.home__testimonials .swiper-slide footer {
  display: flex;
  align-items: center;
  gap: 24px;
}
.home__testimonials .swiper-slide footer img {
  width: 64px;
  height: 64px;
  border-radius: 1000px;
  object-fit: cover;
}
.home__testimonials .swiper-slide footer p {
  font: 500 16px/24px "Inter", sans-serif;
}
.home__testimonials .controls {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .home__testimonials .controls {
    position: relative;
  }
}
.home__numbers {
  background: #ede2d4;
  padding: 160px 0;
}
@media (max-width: 480px) {
  .home__numbers {
    padding: 80px 0;
  }
}
.home__numbers header {
  display: flex;
  gap: 32px;
  align-items: center;
  margin: 0 0 120px 0;
}
@media (max-width: 480px) {
  .home__numbers header {
    margin: 0 0 64px 0;
    gap: 24px;
  }
  .home__numbers header img {
    width: 48px;
    height: 48px;
  }
}
.home__numbers section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
}
@media (max-width: 1180px) {
  .home__numbers section div {
    width: 50%;
  }
}
.home__numbers section div h2 {
  margin: 0 0 20px 0;
}
@media (max-width: 480px) {
  .home__numbers section div h2 {
    margin: 0 0 6px 0;
  }
}
.home__numbers section div p {
  font: 500 20px/28px "Inter", sans-serif;
  max-width: 250px;
  width: 100%;
  padding: 0 0 0 42px;
}
@media (max-width: 480px) {
  .home__numbers section div p {
    padding: 0;
    font: 500 16px/24px "Inter", sans-serif;
  }
}

.about__header__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 96px 0 160px 0;
}
@media (max-width: 1180px) {
  .about__header__top {
    flex-direction: column;
    align-items: flex-end;
    gap: 80px;
  }
}
@media (max-width: 480px) {
  .about__header__top {
    padding: 48px 0 80px 0;
  }
}
.about__header__top::after {
  
  position: absolute;
  bottom: -4px;
  right: -72px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .about__header__top::after {
    display: none;
  }
}
.about__header__title {
  max-width: 670px;
  width: 100%;
}
.about__header__title p {
  margin: 32px 0;
  max-width: 590px;
  width: 100%;
}
@media (max-width: 1180px) {
  .about__header__title p {
    margin: 24px 0 32px 0;
  }
}
.about__header__logo {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1180px) {
  .about__header__logo {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
  }
  .about__header__logo img {
    width: px;
  }
}
.about__header__logo p {
  margin: 40px 0 0 0;
  color: rgb(0, 80, 181);
  text-align: right;
  max-width: 250px;
  width: 100%;
}
@media (max-width: 1180px) {
  .about__header__logo p {
    margin: 0;
  }
}
.about__header__image {
  position: relative;
  z-index: 5;
  height: 1010px;
  width: 100%;
  display: block;
}
@media (max-width: 1180px) {
  .about__header__image {
    background: unset !important;
    height: auto;
  }
}
.about__header__image img {
  width: 100%;
}
@media (min-width: 1180px) {
  .about__header__image img {
    display: none;
  }
}
.about__more {
  overflow: hidden;
  padding: 0 0 144px 0;
}
@media (max-width: 480px) {
  .about__more {
    padding: 0 0 80px 0;
  }
}
.about__more__content {
  padding: 160px 0;
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
@media (max-width: 1180px) {
  .about__more__content {
    flex-direction: column;
    padding: 80px 0;
  }
}
.about__more__content__text {
  max-width: 520px;
  width: 100%;
}
.about__more__content__text h2 {
  margin: 0 0 40px 0;
}
@media (max-width: 480px) {
  .about__more__content__text h2 {
    margin: 0 0 24px 0;
  }
}
.about__more__content__video {
  position: relative;
  max-width: 610px;
  width: 100%;
}
@media (min-width: 1180px) {
  .about__more__content__video {
    height: 340px !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1180px) {
  .about__more__content__video {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .about__more__content__video {
    min-height: initial;
    height: 192px;
  }
}
.about__more__content__video.open button {
  opacity: 0;
  visibility: hidden;
}
.about__more__content__video button {
  width: 100%;
  height: 100%;
  text-align: left;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media (max-width: 480px) {
  .about__more__content__video button {
    gap: 16px;
  }
}
.about__more__content__video button span {
  color: rgb(255, 255, 255);
  font: 500 24px/30px "Inter", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 24px;
  z-index: 9;
  max-width: 265px;
}
@media (max-width: 480px) {
  .about__more__content__video button span {
    font: 500 16px/24px "Inter", sans-serif;
    gap: 16px;
    max-width: 180px;
    width: 100%;
  }
}
.about__more__content__video button span::before {
  content: "";
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 1000px;
  background: url("../assets/svg/play.svg") center/cover no-repeat;
}
@media (max-width: 480px) {
  .about__more__content__video button span::before {
    min-width: 56px;
    max-width: 56px;
    height: 56px;
  }
}
.about__more__content__video button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  z-index: 5;
}
.about__more__content__video button img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__more__content__video iframe {
  z-index: 1;
}
.about__more .swiper {
  overflow: initial;
}
.about__more .swiper .swiper-slide {
  max-width: 405px;
  width: 100%;
  padding: 0 48px 56px 0;
  border-top: 1px solid rgb(188, 203, 214);
  border-bottom: 1px solid rgb(188, 203, 214);
  height: auto;
}
@media (max-width: 1180px) {
  .about__more .swiper .swiper-slide {
    max-width: 405px;
  }
}
@media (max-width: 480px) {
  .about__more .swiper .swiper-slide {
    max-width: 255px;
    padding: 0 32px 30px 0;
  }
  .about__more .swiper .swiper-slide:first-of-type div {
    padding-left: 16px;
  }
}
.about__more .swiper .swiper-slide:not(:last-of-type) {
  border-right: 1px solid rgb(188, 203, 214);
}
.about__more .swiper .swiper-slide img {
  width: 100%;
  height: 164px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .about__more .swiper .swiper-slide img {
    height: 132px;
  }
}
.about__more .swiper .swiper-slide small {
  color: rgb(188, 203, 214);
  font: 600 24px/1 "Montserrat", sans-serif;
  margin: 64px 0 24px 0;
}
@media (max-width: 480px) {
  .about__more .swiper .swiper-slide small {
    font: 600 16px/1 "Montserrat", sans-serif;
  }
}
.about__more .swiper .swiper-slide div {
  padding: 0 0 0 40px;
}
@media (max-width: 480px) {
  .about__more .swiper .swiper-slide div h3 {
    font: 600 30px/38px "Montserrat", sans-serif;
  }
}
.about__more .swiper .swiper-slide div p {
  font: 500 16px/24px "Inter", sans-serif;
  max-width: 290px;
  width: 100%;
  margin: 24px 0 0 0;
}
@media (max-width: 480px) {
  .about__more .swiper .swiper-slide div p {
    max-width: 100%;
    margin: 14px 0 0 0;
  }
}
.about__more .controls {
  margin: 64px 0 0 0;
}
@media (max-width: 480px) {
  .about__more .controls {
    display: none;
  }
}
.about__journey {
  padding: 160px 0 144px 0;
  background: #ede2d4;
  overflow: hidden;
}
@media (max-width: 480px) {
  .about__journey {
    padding: 80px 0;
  }
}
.about__journey h2 {
  max-width: 950px;
  width: 100%;
  margin: 0 0 120px 0;
}
@media (max-width: 480px) {
  .about__journey h2 {
    margin: 0 0 48px 0;
  }
}
.about__journey .swiper {
  overflow: initial;
}
.about__journey .swiper-slide {
  position: relative;
  height: auto;
  background: #ede2d4;
}
@media (min-width: 1180px) {
  .about__journey .swiper-slide {
    max-width: 415px;
    width: 100%;
  }
}
.about__journey .swiper-slide::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #ea5473;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.about__journey .swiper-slide.swiper-slide-active div h3 {
  color: #ea5473;
}
.about__journey .swiper-slide.swiper-slide-active::after {
  opacity: 1;
  visibility: visible;
}
.about__journey .swiper-slide img {
  width: 100%;
  height: 100%px;
  object-fit: cover;
}
.about__journey .swiper-slide div {
  padding: 40px 40px 48px 40px;
}
@media (max-width: 480px) {
  .about__journey .swiper-slide div {
    padding: 24px 24px 64px 24px;
  }
}
.about__journey .swiper-slide div h3 {
  transition: 0.3s;
  margin: 0 0 24px 0;
}
@media (max-width: 480px) {
  .about__journey .swiper-slide div h3 {
    font: 600 40px/48px "Montserrat", sans-serif;
  }
}
.about__certificates {
  padding: 160px 0;
}
@media (max-width: 480px) {
  .about__certificates {
    padding: 80px 0;
  }
}
.about__certificates .container {
  display: grid;
  align-items: center;
  grid-template-columns: 430px 1fr;
  gap: 24px;
}
@media (max-width: 1180px) {
  .about__certificates .container {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
.about__certificates__title h2 {
  margin: 40px 0 0 0;
}
@media (max-width: 480px) {
  .about__certificates__title h2 {
    margin: 16px 0 0 0;
  }
}
.about__certificates__selos {
  display: flex;
  border-top: 1px solid rgb(188, 203, 214);
  border-bottom: 1px solid rgb(188, 203, 214);
  height: 288px;
}
@media (max-width: 480px) {
  .about__certificates__selos {
    height: 192px;
  }
}
.about__certificates__selos figure {
  flex: 1;
  padding: 44px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .about__certificates__selos figure {
    padding: 32px 24px;
  }
  .about__certificates__selos figure:first-of-type {
    padding-left: 18px;
  }
  .about__certificates__selos figure:last-of-type {
    padding-right: 18px;
  }
}
.about__certificates__selos figure:not(:last-of-type) {
  border-right: 1px solid rgb(188, 203, 214);
}
.about__line {
  padding: 160px 0 0 0;
  display: flex;
  overflow: hidden;
}
@media (max-width: 480px) {
  .about__line {
    padding: 80px 0 0 0;
  }
}
.about__line ul {
  display: flex;
}
.about__line ul li {
  display: flex;
  background: #ea5473;
}
@media (max-width: 1180px) {
  .about__line ul li {
    min-width: 370px;
  }
}
.about__line ul li figure {
  min-width: 267px;
  max-width: 267px;
  min-height: 168px;
}
@media (max-width: 1180px) {
  .about__line ul li figure {
    min-width: 130px;
    max-width: 130px;
    min-height: 86px;
  }
}
.about__line ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__line ul li div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-width: 500px;
  padding: 24px 64px;
}
@media (max-width: 1180px) {
  .about__line ul li div {
    min-width: 240px;
    padding: 25px 0;
    gap: 16px;
  }
}
.about__line ul li div img {
  width: 62px;
}
@media (max-width: 1180px) {
  .about__line ul li div img {
    width: 30px;
  }
}
.about__line ul li div p {
  white-space: nowrap;
  color: rgb(255, 255, 255);
}
@media (max-width: 1180px) {
  .about__line ul li div p {
    font: 700 8px/12px "Montserrat", sans-serif;
  }
}
.about__cards {
  padding: 160px 0;
}
@media (max-width: 480px) {
  .about__cards {
    padding: 80px 0;
  }
}
.about__cards .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 72px 8px;
}
@media (max-width: 1180px) {
  .about__cards .container {
    grid-template-columns: 1fr;
  }
}
.about__cards .container div:nth-of-type(even) {
  padding: 120px 0 0 0;
}
@media (max-width: 1180px) {
  .about__cards .container div:nth-of-type(even) {
    padding: 0;
  }
}
.about__cards .container div img {
  width: 100%;
  height: 465px;
  margin: 0 0 64px 0;
  object-fit: cover;
}
@media (max-width: 480px) {
  .about__cards .container div img {
    margin: 0 0 48px 0;
    height: 242px;
  }
}
.about__cards .container div h2 {
  margin: 40px 0 24px 0;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 480px) {
  .about__cards .container div h2 {
    margin-top: 32px;
  }
}
.about__cards .container div p {
  max-width: 450px;
  width: 100%;
  margin: 0 0 36px 0;
}
@media (max-width: 480px) {
  .about__cards .container div p {
    margin: 0 0 32px 0;
  }
}

.platform__header {
  position: relative;
  padding: 192px 0 0 0;
  background: #ea5473;
}
@media (max-width: 480px) {
  .platform__header {
    padding: 105px 0 0 0;
  }
}
.platform__header .container {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.platform__header .container h1,
.platform__header .container p {
  color: rgb(255, 255, 255);
  text-align: center;
}
.platform__header .container h1 {
  max-width: 845px;
  width: 100%;
  margin: 0 auto;
}
.platform__header .container p {
  max-width: 680px;
  width: 100%;
  margin: 32px auto;
}
@media (max-width: 480px) {
  .platform__header .container p {
    margin-top: 24px;
  }
}
.platform__header .container .button {
  margin: 0 0 120px 0;
}
@media (max-width: 480px) {
  .platform__header .container .button {
    margin: 0 0 64px 0;
  }
}
.platform__header .container figure {
  position: relative;
}
@media (min-width: 1180px) {
  .platform__header .container figure::after {
    content: url("../assets/svg/big-icon-blue.svg");
    position: absolute;
    top: -152px;
    right: -96px;
    z-index: 1;
  }
}
.platform__header .container figure svg {
  height: auto;
  max-width: 100%;
  position: relative;
  z-index: 5;
  filter: drop-shadow(0px 37.0449371338px 74.0898742676px rgba(6, 80, 143, 0.08));
}
@keyframes lines-1 {
  0% {
    width: 0;
  }
  50% {
    width: 164px;
  }
  75% {
    width: 82px;
  }
  100% {
    width: 0;
  }
}
@media (min-width: 480px) {
  .platform__header .container figure svg #lines rect:nth-of-type(1) {
    animation: 6s ease-in-out infinite lines-1;
  }
}
@keyframes lines-2 {
  0% {
    width: 0;
  }
  50% {
    width: 164px;
  }
  75% {
    width: 82px;
  }
  100% {
    width: 0;
  }
}
@media (min-width: 480px) {
  .platform__header .container figure svg #lines rect:nth-of-type(2) {
    animation: 6s ease-in-out infinite lines-2;
  }
}
@keyframes lines-3 {
  0% {
    width: 0;
  }
  50% {
    width: 164px;
  }
  75% {
    width: 82px;
  }
  100% {
    width: 0;
  }
}
@media (min-width: 480px) {
  .platform__header .container figure svg #lines rect:nth-of-type(3) {
    animation: 6s ease-in-out infinite lines-3;
  }
}
@keyframes lines-4 {
  0% {
    width: 0;
  }
  50% {
    width: 164px;
  }
  75% {
    width: 82px;
  }
  100% {
    width: 0;
  }
}
@media (min-width: 480px) {
  .platform__header .container figure svg #lines rect:nth-of-type(4) {
    animation: 6s ease-in-out infinite lines-4;
  }
}
@keyframes lines-5 {
  0% {
    width: 0;
  }
  50% {
    width: 242px;
  }
  75% {
    width: 121px;
  }
  100% {
    width: 0;
  }
}
@media (min-width: 480px) {
  .platform__header .container figure svg #lines rect:nth-of-type(5) {
    animation: 6s ease-in-out infinite lines-5;
  }
}
@keyframes lines-6 {
  0% {
    width: 0;
  }
  50% {
    width: 242px;
  }
  75% {
    width: 121px;
  }
  100% {
    width: 0;
  }
}
@media (min-width: 480px) {
  .platform__header .container figure svg #lines rect:nth-of-type(6) {
    animation: 6s ease-in-out infinite lines-6;
  }
}
@keyframes lines-7 {
  0% {
    width: 0;
  }
  50% {
    width: 101px;
  }
  75% {
    width: 50.5px;
  }
  100% {
    width: 0;
  }
}
@media (min-width: 480px) {
  .platform__header .container figure svg #lines rect:nth-of-type(7) {
    animation: 6s ease-in-out infinite lines-7;
  }
}
@keyframes lines-8 {
  0% {
    width: 0;
  }
  50% {
    width: 216px;
  }
  75% {
    width: 108px;
  }
  100% {
    width: 0;
  }
}
@media (min-width: 480px) {
  .platform__header .container figure svg #lines rect:nth-of-type(8) {
    animation: 6s ease-in-out infinite lines-8;
  }
}
@keyframes lines-9 {
  0% {
    width: 0;
  }
  50% {
    width: 216px;
  }
  75% {
    width: 108px;
  }
  100% {
    width: 0;
  }
}
@media (min-width: 480px) {
  .platform__header .container figure svg #lines rect:nth-of-type(9) {
    animation: 6s ease-in-out infinite lines-9;
  }
}
@keyframes lines-10 {
  0% {
    width: 0;
  }
  50% {
    width: 146px;
  }
  75% {
    width: 73px;
  }
  100% {
    width: 0;
  }
}
@media (min-width: 480px) {
  .platform__header .container figure svg #lines rect:nth-of-type(10) {
    animation: 6s ease-in-out infinite lines-10;
  }
}
@keyframes lines-11 {
  0% {
    width: 0;
  }
  50% {
    width: 82px;
  }
  75% {
    width: 41px;
  }
  100% {
    width: 0;
  }
}
@media (min-width: 480px) {
  .platform__header .container figure svg #lines rect:nth-of-type(11) {
    animation: 6s ease-in-out infinite lines-11;
  }
}
@keyframes lines-12 {
  0% {
    width: 0;
  }
  50% {
    width: 238px;
  }
  75% {
    width: 119px;
  }
  100% {
    width: 0;
  }
}
@media (min-width: 480px) {
  .platform__header .container figure svg #lines rect:nth-of-type(12) {
    animation: 6s ease-in-out infinite lines-12;
  }
}
@keyframes lines-13 {
  0% {
    width: 0;
  }
  50% {
    width: 238px;
  }
  75% {
    width: 119px;
  }
  100% {
    width: 0;
  }
}
@media (min-width: 480px) {
  .platform__header .container figure svg #lines rect:nth-of-type(13) {
    animation: 6s ease-in-out infinite lines-13;
  }
}
@keyframes lines-14 {
  0% {
    width: 0;
  }
  50% {
    width: 238px;
  }
  75% {
    width: 119px;
  }
  100% {
    width: 0;
  }
}
@media (min-width: 480px) {
  .platform__header .container figure svg #lines rect:nth-of-type(14) {
    animation: 6s ease-in-out infinite lines-14;
  }
}
@keyframes lines-15 {
  0% {
    width: 0;
  }
  50% {
    width: 238px;
  }
  75% {
    width: 119px;
  }
  100% {
    width: 0;
  }
}
@media (min-width: 480px) {
  .platform__header .container figure svg #lines rect:nth-of-type(15) {
    animation: 6s ease-in-out infinite lines-15;
  }
}
@keyframes lines-16 {
  0% {
    width: 0;
  }
  50% {
    width: 164px;
  }
  75% {
    width: 82px;
  }
  100% {
    width: 0;
  }
}
@media (min-width: 480px) {
  .platform__header .container figure svg #lines rect:nth-of-type(16) {
    animation: 6s ease-in-out infinite lines-16;
  }
}
.platform__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #ede2d4;
  z-index: 1;
}
@media (max-width: 480px) {
  .platform__header::after {
    height: 50px;
  }
}
.platform__content {
  padding: 160px 0 120px 0;
}
@media (max-width: 480px) {
  .platform__content {
    padding: 80px 0;
  }
  .platform__content .container {
    padding: 0;
  }
}
.platform__content header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 64px 0;
}
@media (max-width: 480px) {
  .platform__content header {
    display: block;
    margin: 0 0 24px 0;
    padding: 0 0 0 24px;
    overflow-x: auto;
  }
  .platform__content header::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 480px) {
  .platform__content header nav {
    width: max-content;
    padding: 0 24px 0 0;
  }
}
.platform__content header nav div {
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid rgb(188, 203, 214);
  width: max-content;
}
.platform__content header nav button {
  position: relative;
  font: 500 18px/26px "Inter", sans-serif;
  padding: 0 0 24px 0;
  transition: 0.3s;
}
.platform__content header nav button:hover {
  color: #ea5473;
}
@media (max-width: 480px) {
  .platform__content header nav button {
    font: 500 16px/24px "Inter", sans-serif;
  }
}
.platform__content header nav button::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #ea5473;
  opacity: 0;
  transition: 0.3s;
}
.platform__content header nav button.active::before {
  opacity: 1;
}
.platform__content header article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1180px) {
  .platform__content header article {
    display: none;
  }
}
.platform__content header article p {
  text-align: right;
}
.platform__content section {
  display: none;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1180px) {
  .platform__content section {
    flex-direction: column-reverse;
  }
}
.platform__content section.active {
  display: flex;
}
.platform__content section div {
  max-width: 450px;
  width: 100%;
}
@media (max-width: 1180px) {
  .platform__content section div {
    max-width: 100%;
    margin: 40px 0 0 0;
  }
}
@media (max-width: 480px) {
  .platform__content section div {
    padding: 0 24px;
  }
}
@media (max-width: 480px) {
  .platform__content section div h3 {
    font: 600 26px/32px "Montserrat", sans-serif;
  }
}
.platform__content section div p {
  margin: 32px 0;
}
@media (max-width: 480px) {
  .platform__content section div p {
    margin: 24px 0 32px 0;
  }
}
.platform__content section figure {
  position: relative;
  max-width: 610px;
  width: 100%;
}
@media (min-width: 1180px) {
  .platform__content section figure {
    height: 345px !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1180px) {
  .platform__content section figure {
    max-width: 100%;
    width: calc(100% + 48px * 2);
  }
}
@media (max-width: 480px) {
  .platform__content section figure {
    min-height: initial;
    height: 192px;
    width: calc(100% + 24px * 2);
  }
}
.platform__content section figure.open button {
  opacity: 0;
  visibility: hidden;
}
.platform__content section figure button {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.platform__content section figure button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 1000px;
  z-index: 9;
  background: url("../assets/svg/play.svg") center/cover no-repeat;
}
@media (max-width: 480px) {
  .platform__content section figure button::before {
    min-width: 64px;
    max-width: 64px;
    height: 64px;
  }
}
.platform__content section figure button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  z-index: 5;
}
.platform__content section figure button img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.platform__content section figure iframe {
  z-index: 1;
}
.platform__steps {
  overflow: hidden;
  padding: 0 0 88px 0;
}
@media (max-width: 480px) {
  .platform__steps {
    padding: 0 0 80px 0;
  }
}
.platform__steps .swiper {
  overflow: initial;
}
.platform__steps .swiper .swiper-slide {
  padding: 0 48px 56px 0;
  border-top: 1px solid rgb(188, 203, 214);
  border-bottom: 1px solid rgb(188, 203, 214);
  height: auto;
}
@media (max-width: 1180px) {
  .platform__steps .swiper .swiper-slide {
    max-width: 405px;
  }
}
@media (max-width: 480px) {
  .platform__steps .swiper .swiper-slide {
    max-width: 255px;
    padding: 0 32px 24px 0;
  }
  .platform__steps .swiper .swiper-slide:first-of-type div {
    padding-left: 16px;
  }
}
.platform__steps .swiper .swiper-slide:not(:last-of-type) {
  border-right: 1px solid rgb(188, 203, 214);
}
.platform__steps .swiper .swiper-slide img {
  width: 100%;
  height: 164px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .platform__steps .swiper .swiper-slide img {
    height: 94px;
  }
}
.platform__steps .swiper .swiper-slide small {
  color: rgb(188, 203, 214);
  font: 600 24px/1 "Montserrat", sans-serif;
  margin: 64px 0 24px 0;
}
@media (max-width: 480px) {
  .platform__steps .swiper .swiper-slide small {
    font: 600 16px/1 "Montserrat", sans-serif;
    margin: 56px 0 32px 0;
  }
}
.platform__steps .swiper .swiper-slide div {
  padding: 0 0 0 40px;
}
@media (max-width: 480px) {
  .platform__steps .swiper .swiper-slide div h3 {
    font: 600 26px/32px "Montserrat", sans-serif;
  }
}
.platform__steps .swiper .swiper-slide div p {
  font: 500 16px/24px "Inter", sans-serif;
  max-width: 290px;
  width: 100%;
  margin: 24px 0 0 0;
}
@media (max-width: 480px) {
  .platform__steps .swiper .swiper-slide div p {
    max-width: 100%;
    margin: 14px 0 0 0;
  }
}
.platform__testimonials {
  background: #ea5473;
  padding: 160px 0 144px 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .platform__testimonials {
    padding: 80px 0;
  }
}
@media (min-width: 1180px) {
  .platform__testimonials .container--testimonials {
    max-width: 100%;
    padding: 0;
  }
}
.platform__testimonials header {
  margin: 0 0 120px 0;
}
@media (max-width: 480px) {
  .platform__testimonials header {
    margin: 0 0 56px 0;
  }
}
.platform__testimonials header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.platform__testimonials header h2 {
  max-width: 670px;
  width: 100%;
  color: rgb(255, 255, 255);
}
@media (max-width: 1180px) {
  .platform__testimonials header article {
    display: none;
  }
}
@media (max-width: 1180px) {
  .platform__testimonials .swiper {
    overflow: initial;
  }
}
.platform__testimonials .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 64px;
  background: rgba(0, 0, 0, 0.08);
}
@media (min-width: 1180px) {
  .platform__testimonials .swiper .swiper-slide {
    max-width: 640px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .platform__testimonials .swiper .swiper-slide {
    padding: 32px;
  }
  .platform__testimonials .swiper .swiper-slide > img {
    width: 33px;
  }
}
.platform__testimonials .swiper .swiper-slide p {
  flex: 2;
  font: 500 24px/32px "Inter", sans-serif;
  color: rgb(255, 255, 255);
  margin: 48px 0 96px 0;
}
@media (max-width: 480px) {
  .platform__testimonials .swiper .swiper-slide p {
    font: 500 16px/24px "Inter", sans-serif;
    margin: 32px 0 96px 0;
  }
}
.platform__testimonials .swiper .swiper-slide footer {
  display: flex;
  align-items: center;
  gap: 24px;
}
.platform__testimonials .swiper .swiper-slide footer img {
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  border-radius: 1000px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .platform__testimonials .swiper .swiper-slide footer img {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
  }
}
.platform__testimonials .swiper .swiper-slide footer span {
  font: 400 18px/26px "Inter", sans-serif;
  color: rgb(255, 255, 255);
}
@media (max-width: 480px) {
  .platform__testimonials .swiper .swiper-slide footer span {
    font: 400 16px/24px "Inter", sans-serif;
  }
}
.platform__testimonials .swiper .swiper-slide footer span strong {
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.platform__testimonials footer .controls div span {
  background: #004E9F;
}
.platform__testimonials footer .controls div span.swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
}
.platform__testimonials footer .controls path {
  fill: rgb(255, 255, 255);
}
.platform__testimonials footer .controls path[stroke="#008CFF"] {
  stroke: rgb(255, 255, 255);
}
.platform__testimonials footer article {
  display: none;
}
@media (max-width: 1180px) {
  .platform__testimonials footer article {
    display: flex;
  }
}
.platform__testimonials article {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 1180px) {
  .platform__testimonials article {
    flex-direction: row-reverse;
    align-items: center;
    margin: 80px 0 0 0;
  }
  .platform__testimonials article img {
    width: 54px;
  }
}
.platform__testimonials article p {
  max-width: 200px;
  width: 100%;
  color: rgb(255, 255, 255);
  margin: 40px 0 0 0;
  text-align: right;
}
@media (max-width: 1180px) {
  .platform__testimonials article p {
    margin: 0 32px 0 0;
  }
}
@media (max-width: 480px) {
  .platform__testimonials article p {
    max-width: 170px;
  }
}
.platform__clients {
  padding: 160px 0;
}
@media (max-width: 480px) {
  .platform__clients {
    padding: 80px 0;
  }
}
.platform__clients .container {
  position: relative;
}
.platform__clients .container h2 {
  margin: 0 0 40px 0;
}
@media (max-width: 480px) {
  .platform__clients .container h2 {
    margin: 0 0 24px 0;
  }
}
.platform__clients .container > p {
  margin: 0 0 84px 0;
  max-width: 605px;
  width: 100%;
}
@media (max-width: 480px) {
  .platform__clients .container > p {
    margin: 0 0 48px 0;
  }
}
.platform__clients .container section {
  border-top: 1px solid rgb(188, 203, 214);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
@media (max-width: 1180px) {
  .platform__clients .container section {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .platform__clients .container section {
    grid-template-columns: repeat(2, 1fr);
  }
}
.platform__clients .container section::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #ede2d4;
  position: absolute;
  top: 0;
  right: 0;
}
.platform__clients .container section figure {
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  border-bottom: 1px solid rgb(188, 203, 214);
  border-right: 1px solid rgb(188, 203, 214);
}
@media (max-width: 1180px) {
  .platform__clients .container section figure {
    padding: 24px 18px;
  }
}
@media (max-width: 480px) {
  .platform__clients .container section figure {
    height: 96px;
  }
}
.platform__clients .container article {
  position: absolute;
  top: 0;
  right: 48px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1180px) {
  .platform__clients .container article {
    position: relative;
    right: unset;
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin: 48px 0 0 0;
    gap: 24px;
  }
  .platform__clients .container article img {
    width: 54px;
  }
}
.platform__clients .container article p {
  max-width: 175px;
  width: 100%;
  text-align: right;
}
@media (max-width: 1180px) {
  .platform__clients .container article p {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .platform__clients .container article p {
    max-width: 155px;
  }
}

.plans__header {
  padding: 96px 0 80px 0;
}
@media (max-width: 480px) {
  .plans__header {
    padding: 48px 0;
  }
}
.plans__header .container h1 {
  text-align: center;
}
.plans__header .container p {
  text-align: center;
  max-width: 760px;
  width: 100%;
  margin: 32px auto 44px auto;
}
@media (max-width: 480px) {
  .plans__header .container p {
    margin: 24px auto 40px auto;
  }
  .plans__header .container p br {
    display: none;
  }
}
.plans__header .container div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 480px) {
  .plans__header .container div {
    flex-direction: column;
    gap: 16px;
  }
}
.plans__header .container div figure {
  display: flex;
}
.plans__header .container div figure img {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 1000px;
  object-fit: cover;
  margin: 0 -6px 0 0;
}
@media (max-width: 480px) {
  .plans__header .container div figure img {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    margin: 0 -11px 0 0;
  }
}
.plans__header .container div span {
  font: 500 16px/24px "Inter", sans-serif;
}
.plans__list {
  padding: 0 0 120px 0;
}
@media (max-width: 1180px) {
  .plans__list {
    padding: 0 0 80px 0;
  }
  .plans__list .container {
    padding: 0;
  }
}
.plans__list ul {
  display: flex;
}
@media (max-width: 1180px) {
  .plans__list ul {
    display: block;
  }
}
.plans__list ul li {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-bottom: 1px solid rgb(188, 203, 214);
}
@media (max-width: 1180px) {
  .plans__list ul li {
    border: unset;
  }
}
.plans__list ul li:not(:last-of-type) article {
  border-right: 1px solid rgb(188, 203, 214);
}
@media (max-width: 1180px) {
  .plans__list ul li:not(:last-of-type) article {
    border-right: unset;
  }
}
.plans__list ul li small,
.plans__list ul li header {
  height: 47px;
}
@media (max-width: 1180px) {
  .plans__list ul li header {
    display: none;
  }
}
.plans__list ul li small {
  font: 500 18px/26px "Inter", sans-serif;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A76400;
  background: #FDF2CD;
  position: relative;
  z-index: 5;
}
@media (max-width: 1180px) {
  .plans__list ul li small {
    display: none;
  }
}
.plans__list ul li article {
  flex: 2;
  position: relative;
  padding: 40px 24px 64px 24px;
}
@media (max-width: 1180px) {
  .plans__list ul li article {
    padding: 40px 48px 56px 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(188, 203, 214);
  }
}
@media (max-width: 480px) {
  .plans__list ul li article {
    padding: 40px 24px 56px 24px;
  }
}
.plans__list ul li article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 2px);
  height: 6px;
}
@media (max-width: 1180px) {
  .plans__list ul li article::before {
    height: 4px;
    width: calc(100% - 96px);
  }
}
@media (max-width: 480px) {
  .plans__list ul li article::before {
    width: calc(100% - 48px);
  }
}
.plans__list ul li article h4 {
  width: 100%;
  margin: 0 0 24px 0;
}
@media (max-width: 1180px) {
  .plans__list ul li article h4 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .plans__list ul li article h4 {
    font: 600 26px/32px "Montserrat", sans-serif;
    margin: 0 0 16px 0;
  }
}
.plans__list ul li article h4 small {
  font: 500 14px/24px "Inter", sans-serif;
  padding: 2px 12px 6px 12px;
  display: none;
  height: auto;
}
@media (max-width: 1180px) {
  .plans__list ul li article h4 small {
    display: block;
  }
}
.plans__list ul li article p {
  min-height: 120px;
  font: 500 16px/24px "Inter", sans-serif;
  width: 100%;
  margin: 0 0 48px 0;
}
@media (max-width: 1180px) {
  .plans__list ul li article p {
    min-height: initial;
  }
}
@media (max-width: 480px) {
  .plans__list ul li article p {
    margin: 0 0 24px 0;
  }
}
.plans__list ul li article a {
  width: 100%;
}
@media (max-width: 1180px) {
  .plans__list ul li article a {
    width: auto;
  }
}
.plans__list ul li article button {
  display: flex;
  align-items: center;
  gap: 10px;
  font: 500 16px/24px "Inter", sans-serif;
}
@media (min-width: 1180px) {
  .plans__list ul li article button {
    display: none;
  }
}
.plans__list ul li article button::after {
  content: url("../assets/svg/arrow-submenu.svg");
  width: 6px;
  height: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.plans__list ul li article button.open::after {
  transform: scaleY(-1);
}
.plans__list ul li article footer {
  width: 100%;
  padding: 48px 0 0 0;
}
@media (max-width: 1180px) {
  .plans__list ul li article footer {
    display: none;
    padding: 32px 0 0 0;
  }
}
.plans__list ul li article footer.open {
  display: block;
}
.plans__list ul li article footer span {
  font: 500 14px/22px "Inter", sans-serif;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.plans__list ul li article footer span:not(:last-of-type) {
  margin: 0 0 18px 0;
}
@media (max-width: 480px) {
  .plans__list ul li article footer span:not(:last-of-type) {
    margin: 0 0 15px 0;
  }
}
.plans__list ul li article footer span img {
  margin: 1px 0 0 0;
}
.plans__list ul li.Rosa article::before {
  background: #FFB1C2;
}
.plans__list ul li.Amarelo article::before {
  background: #FFE400;
}
.plans__list ul li.Azul article::before {
  background: #ea5473;
}
.plans__list ul li.Oceano article {
  background: rgba(0, 36, 82, 0.04);
  margin: 0 0 0 -1px;
}
.plans__list ul li.Oceano article::before {
  background: #4a4a4a;
}
.plans__list ul li.Oceano article .button {
  background: unset;
}
.plans__others {
  padding: 0 0 160px 0;
}
@media (max-width: 480px) {
  .plans__others {
    padding: 0 0 80px 0;
  }
}
.plans__others .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1180px) {
  .plans__others .container {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.plans__others__item {
  padding: 64px;
  display: flex;
  align-items: flex-start;
  gap: 48px;
  border-bottom: 1px solid rgb(188, 203, 214);
  position: relative;
}
@media (max-width: 1180px) {
  .plans__others__item {
    padding: 40px 48px 48px 48px;
    border-bottom: unset;
    border-top: 1px solid rgb(188, 203, 214);
    flex-direction: column;
    gap: 32px;
  }
  .plans__others__item:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .plans__others__item {
    padding: 32px 24px 48px 24px;
  }
}
.plans__others__item::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 8px;
  background: rgb(122, 133, 153);
}
@media (max-width: 1180px) {
  .plans__others__item::after {
    height: 4px;
    width: calc(100% - 96px);
  }
}
@media (max-width: 480px) {
  .plans__others__item::after {
    width: calc(100% - 48px);
  }
}
@media (min-width: 1180px) {
  .plans__others__item:not(:last-of-type) {
    border-right: 1px solid rgb(188, 203, 214);
  }
}
@media (max-width: 480px) {
  .plans__others__item h4 {
    font: 600 26px/32px "Montserrat", sans-serif;
  }
}
.plans__others__item p {
  font: 500 16px/24px "Inter", sans-serif;
  margin: 24px 0 32px 0;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 480px) {
  .plans__others__item p {
    margin: 16px 0 24px 0;
  }
}
@media (min-width: 1180px) {
  .plans__others__item:first-of-type {
    padding-left: 18px;
  }
}
.plans__others__item:last-of-type::after {
  background: rgb(188, 203, 214);
}
.plans__table {
  padding: 0 0 160px 0;
}
@media (max-width: 1180px) {
  .plans__table {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    clip: rect(0px, auto, auto, 0px);
  }
}
@media (max-width: 480px) {
  .plans__table {
    padding: 0 0 80px 0;
  }
}
.plans__table header {
  display: flex;
  align-items: flex-start;
  margin: 0 0 80px 0;
  justify-content: center;
}
@media (max-width: 1180px) {
  .plans__table header {
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .plans__table header {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 480px) {
  .plans__table header h2 {
    max-width: 180px;
  }
}
.plans__table header .controls {
  margin: 5px 0 0 0;
  gap: 8px;
}
@media (min-width: 1180px) {
  .plans__table header .controls {
    display: none;
  }
}
.plans__table header .controls div {
  display: none;
}
.plans__table header .controls path[fill="#008CFF"] {
  fill: #4a4a4a;
}
.plans__table header .controls path[stroke="#008CFF"] {
  stroke: #4a4a4a;
}
.plans__table .swiper {
  overflow: initial;
}
@media (min-width: 1180px) {
  .plans__table .swiper-slide {
    transform: unset !important;
  }
}
.plans__table .swiper-slide--labels {
  border-right: 1px solid rgb(188, 203, 214);
  width: 350px;
}
@media (max-width: 1180px) {
  .plans__table .swiper-slide--labels {
    width: 220px;
  }
}
.plans__table .swiper-slide--labels h6 {
  border: unset;
}
.plans__table .swiper-slide--plan {
  flex: 1;
  border-right: 1px solid rgb(188, 203, 214);
}
@media (max-width: 1180px) {
  .plans__table .swiper-slide--plan {
    flex: unset;
    min-width: 145px;
    max-width: 145px;
  }
}
.plans__table .swiper-slide--plan h6 {
  font: 600 24px/32px "Montserrat", sans-serif;
  position: sticky;
  background: rgb(255, 255, 255);
  top: 81px;
}
@media (max-width: 1180px) {
  .plans__table .swiper-slide--plan h6 {
    font: 600 16px/1 "Montserrat", sans-serif;
    top: 65px;
  }
}
@media (max-width: 480px) {
  .plans__table .swiper-slide--plan h6 {
    top: 57px;
  }
}
.plans__table .swiper-slide figure,
.plans__table .swiper-slide h6,
.plans__table .swiper-slide p {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(188, 203, 214);
}
@media (max-width: 1180px) {
  .plans__table .swiper-slide figure br,
  .plans__table .swiper-slide h6 br,
  .plans__table .swiper-slide p br {
    display: none;
  }
}
.plans__table .swiper-slide h6,
.plans__table .swiper-slide figure {
  justify-content: center;
}
.plans__table .swiper-slide figure,
.plans__table .swiper-slide p {
  padding: 6px 0;
  min-height: 80px;
}
@media (max-width: 1180px) {
  .plans__table .swiper-slide figure,
  .plans__table .swiper-slide p {
    min-height: 72px;
  }
}
.plans__table .swiper-slide p {
  font: 500 16px/24px "Inter", sans-serif;
}
@media (max-width: 1180px) {
  .plans__table .swiper-slide p {
    padding-right: 18px;
    font: 500 14px/22px "Inter", sans-serif;
  }
}
.plans__table .swiper-slide h6 {
  width: 100%;
  text-align: center;
  min-height: 88px;
}
.plans__table .swiper-slide h6.Rosa {
  border-top: 8px solid #FFB1C2;
}
.plans__table .swiper-slide h6.Amarelo {
  border-top: 8px solid #FFE400;
}
.plans__table .swiper-slide h6.Azul {
  border-top: 8px solid #ea5473;
}
.plans__table .swiper-slide h6.Oceano {
  border-top: 8px solid #4a4a4a;
}
@media (max-width: 1180px) {
  .plans__table .swiper-slide h6 {
    min-height: 58px;
    border-top-width: 3px !important;
  }
}

@media (max-width: 1180px) {
  .register {
    display: flex;
    flex-direction: column-reverse;
  }
}
.register__form {
  width: 50%;
}
@media (max-width: 1180px) {
  .register__form {
    width: 100%;
  }
}
.register__form__content {
  max-width: 516px;
  padding: 80px 48px 96px 48px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
@media (max-width: 1180px) {
  .register__form__content {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .register__form__content {
    padding: 64px 24px 48px 24px;
  }
}
.register__form__content__header {
  margin: 0 0 48px 0;
}
.register__form__content__header h1 {
  font: 600 32px/40px "Montserrat", sans-serif;
  margin: 0 0 24px 0;
}
@media (max-width: 480px) {
  .register__form__content__header h1 {
    margin: 0 0 16px 0;
    font: 600 24px/32px "Montserrat", sans-serif;
  }
}
.register__form__content__header p {
  font: 500 18px/26px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .register__form__content__header p {
    font: 500 16px/24px "Inter", sans-serif;
  }
}
.register__form__content__plan {
  margin: 0 0 48px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid rgb(188, 203, 214);
  border-left: 1px solid rgb(188, 203, 214);
  padding: 12px 24px;
}
@media (max-width: 480px) {
  .register__form__content__plan {
    padding: 12px 20px;
  }
}
.register__form__content__plan h6,
.register__form__content__plan strong {
  font: 500 18px/26px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .register__form__content__plan h6,
  .register__form__content__plan strong {
    font: 500 16px/24px "Inter", sans-serif;
  }
}
.register__form__content__plan.Rosa {
  border-top: 6px solid #FFB1C2;
}
.register__form__content__plan.Amarelo {
  border-top: 6px solid #FFE400;
}
.register__form__content__plan.Azul {
  border-top: 6px solid #ea5473;
}
.register__form__content__plan.Oceano {
  border-top: 6px solid #4a4a4a;
}
@media (max-width: 480px) {
  .register__form__content__plan {
    border-top-width: 3px !important;
  }
}
.register__image {
  background: #ea5473;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 50%;
  overflow: hidden;
  right: 0;
  height: 100%;
  padding-right: 80px;
}
@media (max-width: 1180px) {
  .register__image {
    width: 100%;
    position: relative;
    height: auto;
  }
}
@media (max-width: 480px) {
  .register__image {
    padding-right: 32px;
  }
}
.register__image div {
  padding: 80px 64px;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1180px) {
  .register__image div {
    padding: 34px 32px 28px 34px;
  }
}
@media (max-width: 480px) {
  .register__image div {
    gap: 16px;
  }
  .register__image div img {
    width: 40px;
  }
}
.register__image div h3 {
  max-width: 195px;
  width: 100%;
  text-transform: uppercase;
  font: 700 16px/24px "Montserrat", sans-serif;
  color: rgb(255, 255, 255);
}
@media (max-width: 480px) {
  .register__image div h3 {
    font: 700 11px/15px "Montserrat", sans-serif;
  }
}
@media (max-width: 1180px) {
  .register__image picture {
    max-height: 320px;
  }
}
@media (max-width: 480px) {
  .register__image picture {
    max-height: auto;
  }
}
.register .footer {
  display: none;
}

.contact .container {
  display: flex;
  justify-content: space-between;
  padding-top: 96px;
  padding-bottom: 160px;
}
@media (max-width: 1180px) {
  .contact .container {
    padding-top: 0;
    padding-bottom: 58px;
    display: block;
  }
}
.contact__infos {
  max-width: 525px;
  width: 100%;
}
@media (max-width: 1180px) {
  .contact__infos {
    padding: 0 0 52px 0;
    max-width: 100%;
  }
}
.contact__infos__card img {
  width: 100%;
  min-height: 310px;
  object-fit: cover;
}
@media (max-width: 1180px) {
  .contact__infos__card img {
    width: calc(100% + 48px * 2);
    transform: translateX(-48px);
    max-width: initial;
  }
}
@media (max-width: 480px) {
  .contact__infos__card img {
    width: calc(100% + 24px * 2);
    transform: translateX(-24px);
    min-height: 230px;
  }
}
@media (max-width: 1180px) {
  .contact__infos__card .contact__infos__blue {
    display: none;
  }
}
.contact__infos__blue {
  margin: 0 0 16px 0;
  padding: 32px 32px 38px 32px;
  background: rgb(0, 80, 181);
}
@media (max-width: 480px) {
  .contact__infos__blue {
    margin: 16px 0 0 0;
    padding: 28px 24px 35px 24px;
  }
}
.contact__infos__blue h6 {
  color: rgb(255, 255, 255);
  font: 600 24px/32px "Montserrat", sans-serif;
  margin: 0 0 16px 0;
}
@media (max-width: 480px) {
  .contact__infos__blue h6 {
    font: 600 16px/22px "Montserrat", sans-serif;
    margin: 0 0 8px 0;
  }
}
.contact__infos__blue p {
  max-width: 345px;
  width: 100%;
  font: 500 16px/24px "Inter", sans-serif;
  margin: 0 0 24px 0;
  color: rgb(255, 255, 255);
}
@media (max-width: 480px) {
  .contact__infos__blue p {
    margin: 0 0 18px 0;
    font: 500 14px/22px "Inter", sans-serif;
  }
}
.contact__infos__blue a {
  padding: 0 28px;
}
@media (max-width: 480px) {
  .contact__infos__blue a {
    font: 500 14px/20px "Inter", sans-serif;
    padding: 0 32px;
    height: 48px;
  }
}
.contact__infos__blue a:hover {
  background: #ea5473;
}
.contact__infos__message {
  background: #ede2d4;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 32px;
}
@media (max-width: 1180px) {
  .contact__infos__message {
    padding: 20px 24px;
  }
  .contact__infos__message img {
    width: 32px;
  }
}
.contact__infos__message p {
  max-width: 270px;
  width: 100%;
}
@media (max-width: 1180px) {
  .contact__infos__message p {
    max-width: 205px;
  }
}
.contact__infos__message p, .contact__infos__message p * {
  font: 500 16px/24px "Inter", sans-serif;
}
@media (max-width: 1180px) {
  .contact__infos__message p, .contact__infos__message p * {
    font: 500 14px/22px "Inter", sans-serif;
  }
}
.contact__infos__message p a {
  text-decoration: underline;
  color: #ea5473;
  transition: 0.3s;
}
.contact__infos__message p a:hover {
  color: rgb(0, 80, 181);
}
.contact__infos > .contact__infos__blue {
  display: none;
}
@media (max-width: 1180px) {
  .contact__infos > .contact__infos__blue {
    display: block;
  }
}
.contact__infos > .contact__form__header {
  display: none;
}
@media (max-width: 1180px) {
  .contact__infos > .contact__form__header {
    display: block;
  }
}
.contact__infos__local {
  margin: 96px 0 0 0;
}
@media (max-width: 1180px) {
  .contact__infos__local {
    margin: 32px 0 0 0;
  }
}
.contact__infos__local h6 {
  text-transform: uppercase;
  color: #002452;
  font: 700 14px/24px "Montserrat", sans-serif;
  margin: 0 0 16px 0;
}
.contact__infos__local p, .contact__infos__local p * {
  font: 400 16px/24px "Inter", sans-serif;
}
.contact__infos__local p strong, .contact__infos__local p * strong {
  opacity: 0.8;
  font-weight: 500;
  display: block;
  margin: 0 0 40px 0;
}
@media (max-width: 480px) {
  .contact__infos__local p strong, .contact__infos__local p * strong {
    margin: 0 0 20px 0;
  }
}
.contact__form {
  max-width: 525px;
  width: 100%;
}
@media (max-width: 1180px) {
  .contact__form {
    max-width: 100%;
  }
}
@media (max-width: 1180px) {
  .contact__form__header {
    display: none;
  }
}
.contact__form__header h1 {
  max-width: 450px;
  width: 100%;
}
@media (max-width: 1180px) {
  .contact__form__header h1 {
    margin: 48px 0 0 0;
  }
}
.contact__form__header p {
  margin: 32px 0 80px 0;
  max-width: 475px;
  width: 100%;
}
@media (max-width: 1180px) {
  .contact__form__header p {
    margin: 24px 0 32px 0;
  }
}
.contact__form form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contact__form form [type=submit] {
  margin: 40px 0 0 0;
}

.success .container {
  padding-top: 80px;
  padding-bottom: 160px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .success .container {
    flex-direction: column;
    gap: 64px;
    padding-top: 48px;
    padding-bottom: 80px;
  }
}
.success__title {
  max-width: 580px;
  width: 100%;
}
@media (max-width: 1180px) {
  .success__title {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1180px) {
  .success__title img {
    width: 80px;
  }
}
.success__title h1 {
  font: 600 48px/56px "Montserrat", sans-serif;
  margin: 32px 0 24px 0;
}
@media (max-width: 1180px) {
  .success__title h1 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .success__title h1 {
    font: 600 30px/38px "Montserrat", sans-serif;
  }
}
.success__title p {
  max-width: 490px;
  width: 100%;
  margin: 0 0 32px 0;
}
@media (max-width: 1180px) {
  .success__title p {
    margin: 0 0 24px 0;
    text-align: center;
  }
}
.success__bullets {
  max-width: 315px;
  width: 100%;
}
@media (max-width: 1180px) {
  .success__bullets {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .success__bullets {
    margin: 0;
    padding: 0 0 0 24px;
  }
}
.success__bullets li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 1180px) {
  .success__bullets li {
    gap: 24px;
  }
}
.success__bullets li.Checado::before {
  background: rgb(57, 199, 63);
}
.success__bullets li.Desabilitado p {
  color: rgb(122, 133, 153);
}
.success__bullets li:last-of-type::before {
  display: none;
}
.success__bullets li img {
  position: relative;
  z-index: 5;
}
.success__bullets li::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 11px;
  z-index: 1;
  background: rgb(188, 203, 214);
}
.success__bullets li:not(:last-of-type) {
  padding: 0 0 40px 0;
}
@media (max-width: 1180px) {
  .success__bullets li:not(:last-of-type) {
    padding: 0 0 32px 0;
  }
}
.success__bullets li p {
  padding: 1px 0 0 0;
  max-width: 255px;
  width: 100%;
}
@media (max-width: 1180px) {
  .success__bullets li p {
    max-width: 245px;
  }
}
.success__bullets li p, .success__bullets li p * {
  font: 500 14px/22px "Inter", sans-serif;
}
.success__bullets li p strong {
  display: block;
  color: #ea5473;
  margin: 0 0 8px 0;
}

.courses__header {
  padding: 120px 0 128px 0;
}
@media (max-width: 1180px) {
  .courses__header {
    padding: 48px 0 64px 0;
  }
}
.courses__header h1 {
  text-align: center;
  margin: 0 0 34px 0;
}
@media (max-width: 480px) {
  .courses__header h1 {
    margin: 0 0 16px 0;
    text-align: left;
  }
}
.courses__header p {
  font: 500 20px/28px "Inter", sans-serif;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 480px) {
  .courses__header p {
    font: 500 16px/24px "Inter", sans-serif;
    text-align: left;
  }
}
.courses__list {
  padding: 0 0 160px 0;
}
@media (max-width: 1180px) {
  .courses__list {
    padding: 0 0 40px 0;
  }
}
@media (min-width: 1180px) {
  .courses__list li {
    display: flex;
    border-top: 1px solid rgb(188, 203, 214);
  }
}
@media (max-width: 1180px) {
  .courses__list li {
    display: block;
  }
}
.courses__list li:nth-of-type(even) {
  border-top: unset;
}
@media (min-width: 1180px) {
  .courses__list li:nth-of-type(even) {
    border-bottom: 1px solid rgb(188, 203, 214);
    flex-direction: row-reverse;
  }
}
@media (min-width: 1180px) {
  .courses__list li:nth-of-type(even) div article {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.courses__list li div {
  width: 100%;
  padding: 120px 0;
}
@media (max-width: 1180px) {
  .courses__list li div {
    padding: 40px 0 80px 0;
  }
}
@media (max-width: 480px) {
  .courses__list li div {
    padding: 32px 0 64px 0;
  }
}
@media (min-width: 1180px) {
  .courses__list li div article {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 72px;
  }
}
.courses__list li div h6 {
  font: 500 16px/24px "Inter", sans-serif;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1180px) {
  .courses__list li div h6 {
    font: 500 14px/22px "Inter", sans-serif;
    gap: 24px;
  }
}
.courses__list li div h6::before {
  content: "";
  display: block;
  min-width: 40px;
  max-width: 40px;
  height: 1px;
  background: rgb(122, 133, 153);
}
.courses__list li div h3 {
  margin: 40px 0 24px 0;
}
@media (max-width: 1180px) {
  .courses__list li div h3 {
    margin: 24px 0 16px 0;
  }
}
@media (max-width: 480px) {
  .courses__list li div h3 {
    font: 600 26px/32px "Montserrat", sans-serif;
  }
}
.courses__list li div p {
  max-width: 460px;
  width: 100%;
  margin: 0 0 32px 0;
}
@media (max-width: 1180px) {
  .courses__list li div .button {
    height: 48px;
  }
}
.courses__list li img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1180px) {
  .courses__list li img {
    height: 460px;
  }
}
@media (max-width: 480px) {
  .courses__list li img {
    height: 300px;
  }
}
.courses__pq {
  padding: 0 0 160px 0;
}
@media (max-width: 1180px) {
  .courses__pq {
    padding: 0 0 120px 0;
  }
}
.courses__pq h2 {
  text-align: center;
  margin: 0 0 80px 0;
}
@media (max-width: 1180px) {
  .courses__pq h2 {
    margin: 0 0 40px 0;
    font: 600 30px/38px "Montserrat", sans-serif;
  }
}
.courses__pq ul {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.courses__pq ul::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(255, 255, 255);
}
.courses__pq ul li {
  padding: 48px;
  border-top: 1px solid rgb(188, 203, 214);
  border-bottom: 1px solid rgb(188, 203, 214);
  border-right: 1px solid rgb(188, 203, 214);
  margin: 0 0 -1px 0;
  flex: 1;
}
@media (max-width: 1180px) {
  .courses__pq ul li {
    padding: 24px 0;
    flex: unset;
    display: flex;
    width: 100%;
    gap: 24px;
    align-items: flex-start;
  }
  .courses__pq ul li img {
    width: 24px;
  }
}
.courses__pq ul li p {
  max-width: 290px;
  width: 100%;
  margin: 32px 0 0 0;
}
@media (max-width: 1180px) {
  .courses__pq ul li p {
    font: 500 16px/24px "Inter", sans-serif;
    max-width: 100%;
    margin: 2px 0 0 0;
  }
}
.courses .emphasis h2 {
  max-width: 450px;
}
.courses .emphasis p {
  max-width: 500px;
}
.course__container {
  padding: 80px 0 160px 0;
}
@media (max-width: 1180px) {
  .course__container {
    padding: 48px 0 0 0;
  }
}
.course__container .container {
  display: flex;
  gap: 48px;
}
@media (max-width: 1180px) {
  .course__container .container {
    display: block;
  }
}
.course__principal {
  max-width: 785px;
  width: 100%;
}
@media (max-width: 1180px) {
  .course__principal {
    max-width: 100%;
  }
}
.course__principal__header h6 {
  font: 500 16px/24px "Inter", sans-serif;
  color: rgb(122, 133, 153);
  margin: 0 0 24px 0;
}
@media (max-width: 1180px) {
  .course__principal__header h6 {
    margin: 0 0 16px 0;
    text-align: center;
    font: 500 14px/24px "Inter", sans-serif;
  }
}
@media (min-width: 480px) {
  .course__principal__header h1 {
    font: 600 48px/56px "Montserrat", sans-serif;
  }
}
@media (max-width: 1180px) {
  .course__principal__header h1 {
    text-align: center;
  }
}
.course__principal__header article {
  margin: 24px 0 0 0;
}
.course__principal__header article p {
  text-align: center;
  font: 500 16px/24px "Inter", sans-serif;
}
@media (min-width: 1180px) {
  .course__principal__header article {
    display: none;
  }
}
.course__principal__header div {
  margin: 32px 0 0 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1180px) {
  .course__principal__header div {
    justify-content: center;
  }
}
.course__principal__header div figure {
  display: flex;
}
.course__principal__header div figure img {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 1000px;
  object-fit: cover;
  margin: 0 -6px 0 0;
}
.course__principal__header div span {
  font: 500 16px/24px "Inter", sans-serif;
}
.course__section {
  border-top: 1px solid rgb(188, 203, 214);
  padding: 64px 0 0 0;
  margin: 64px 0 0 0;
}
@media (max-width: 480px) {
  .course__section {
    padding: 48px 0 0 0;
    margin: 48px 0 0 0;
  }
}
@media (max-width: 480px) {
  .course__section h4 {
    font: 600 24px/32px "Montserrat", sans-serif;
  }
}
.course__section__description h4 {
  margin: 0 0 24px 0;
}
.course__section__what h4 {
  margin: 0 0 48px 0;
}
.course__section__what ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 80px;
}
@media (max-width: 480px) {
  .course__section__what ul {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.course__section__what ul li {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.course__section__what ul li img {
  margin: 4px 0 0 0;
}
.course__section__what ul li p {
  font: 500 20px/28px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .course__section__what ul li p {
    font: 500 16px/24px "Inter", sans-serif;
  }
}
.course__section__schedule header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 48px 0;
}
@media (max-width: 480px) {
  .course__section__schedule header {
    display: block;
  }
}
.course__section__schedule header p {
  font: 500 16px/24px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .course__section__schedule header p {
    margin: 8px 0 0 0;
  }
}
.course__section__schedule dl {
  cursor: pointer;
}
@media (max-width: 480px) {
  .course__section__schedule dl {
    width: calc(100% + 24px * 2);
    margin: 0 0 0 -24px;
  }
}
.course__section__schedule dl.open dt::after {
  transform: translateY(-50%) scaleY(-1);
}
.course__section__schedule dl.open dd {
  display: block;
}
.course__section__schedule dl:nth-of-type(odd) {
  background: rgb(242, 246, 252);
}
.course__section__schedule dl dt {
  position: relative;
  padding: 32px 56px 32px 32px;
  gap: 64px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .course__section__schedule dl dt {
    padding: 24px 56px 24px 24px;
    gap: 32px;
  }
}
.course__section__schedule dl dt, .course__section__schedule dl dt * {
  font: 600 20px/28px "Montserrat", sans-serif;
}
@media (max-width: 480px) {
  .course__section__schedule dl dt, .course__section__schedule dl dt * {
    font: 600 18px/26px "Montserrat", sans-serif;
  }
}
.course__section__schedule dl dt span {
  min-width: 28px;
  max-width: 28px;
  color: rgb(188, 203, 214);
}
@media (max-width: 480px) {
  .course__section__schedule dl dt span {
    min-width: 25px;
    max-width: 25px;
  }
}
.course__section__schedule dl dt::after {
  content: url("../assets/svg/arrow-exp.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  transition: 0.3s;
}
.course__section__schedule dl dd {
  display: none;
  padding: 0 40px 40px 124px;
  margin: -8px 0 0 0;
}
@media (max-width: 480px) {
  .course__section__schedule dl dd {
    padding: 0 32px 24px 82px;
  }
}
.course__section__schedule dl dd p {
  display: flex;
  align-items: flex-start;
  gap: 19px;
}
.course__section__schedule dl dd p:not(:last-of-type) {
  margin: 0 0 8px 0;
  gap: 10px;
}
.course__section__schedule dl dd p, .course__section__schedule dl dd p * {
  font: 500 18px/30px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .course__section__schedule dl dd p, .course__section__schedule dl dd p * {
    font: 500 16px/24px "Inter", sans-serif;
  }
}
.course__section__schedule dl dd p small {
  min-width: 24px;
  color: #BCCBD6;
}
.course__section__schedule dl dd p span {
  color: rgb(122, 133, 153);
}
.course__section__schedule dl dd p span strong {
  font-weight: 500;
}
.course__card {
  max-width: 385px;
  width: 100%;
}
@media (max-width: 1180px) {
  .course__card {
    margin: 0 0 48px 0;
    max-width: 100%;
  }
}
@media (max-width: 1180px) {
  .course__card--desk {
    display: none;
  }
}
@media (min-width: 1180px) {
  .course__card--mob {
    display: none;
  }
}
.course__card__box {
  position: sticky;
  top: 120px;
}
.course__card__media img {
  height: 235px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1180px) {
  .course__card__media img {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .course__card__media img {
    height: 210px;
  }
}
.course__card__infos {
  padding: 32px;
  border-left: 1px solid rgb(188, 203, 214);
  border-right: 1px solid rgb(188, 203, 214);
  border-bottom: 1px solid rgb(188, 203, 214);
  margin: 0 0 16px 0;
}
@media (max-width: 480px) {
  .course__card__infos {
    padding: 24px;
  }
}
.course__card__infos p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course__card__infos p:not(:last-of-type) {
  margin: 0 0 20px 0;
}
.course__card__infos p, .course__card__infos p * {
  font: 500 16px/24px "Inter", sans-serif;
}
.course__card__infos p span {
  display: flex;
  align-items: center;
  gap: 16px;
}
.course__card__infos .button {
  width: 100%;
  margin: 32px 0 0 0;
}
.course__card__guarantee {
  padding: 30px 32px;
  background: rgb(0, 80, 181);
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 480px) {
  .course__card__guarantee {
    padding: 24px 32px;
    gap: 24px;
  }
}
.course__card__guarantee p {
  max-width: 400px;
  width: 100%;
  padding: 6px 0 0 0;
  font: 500 16px/24px "Inter", sans-serif;
  color: rgb(255, 255, 255);
}
@media (max-width: 480px) {
  .course__card__guarantee p {
    font: 500 14px/22px "Inter", sans-serif;
  }
}
.course__card__guarantee p strong {
  color: rgb(255, 255, 255);
  display: block;
  margin: 0 0 8px 0;
  font: 600 20px/28px "Montserrat", sans-serif;
}
@media (max-width: 480px) {
  .course__card__guarantee p strong {
    font: 600 18px/26px "Montserrat", sans-serif;
    margin: 0 0 16px 0;
  }
}
.course__relateds {
  padding: 160px 0;
  background: rgb(242, 246, 252);
}
@media (max-width: 1180px) {
  .course__relateds {
    padding: 80px 0;
    background: rgb(255, 255, 255);
  }
}
@media (max-width: 480px) {
  .course__relateds {
    padding-top: 48px;
  }
}
.course__relateds .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .course__relateds .container {
    display: block;
  }
}
.course__relateds h4 {
  max-width: 255px;
  width: 100%;
}
@media (max-width: 1180px) {
  .course__relateds h4 {
    border-top: 1px solid rgb(188, 203, 214);
    padding: 80px 0 48px 0;
    max-width: 100%;
  }
  .course__relateds h4 br {
    display: none;
  }
}
@media (max-width: 480px) {
  .course__relateds h4 {
    padding: 48px 0;
  }
}
@media (min-width: 1180px) {
  .course__relateds .swiper {
    max-width: 840px;
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1180px) {
  .course__relateds .swiper-slide {
    display: flex;
    align-items: center;
    gap: 64px;
  }
  .course__relateds .swiper-slide:not(:last-of-type) {
    margin: 0 0 16px 0;
  }
  .course__relateds .swiper-slide img {
    min-width: 305px;
    max-width: 305px;
    height: 192px;
  }
}
.course__relateds .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1180px) {
  .course__relateds .swiper-slide img {
    height: 360px;
    margin: 0 0 32px 0;
  }
}
@media (max-width: 480px) {
  .course__relateds .swiper-slide img {
    height: 215px;
  }
}
.course__relateds .swiper-slide h5 {
  font: 600 24px/32px "Montserrat", sans-serif;
}
@media (max-width: 480px) {
  .course__relateds .swiper-slide h5 {
    font: 600 20px/28px "Montserrat", sans-serif;
  }
}
.course__relateds .swiper-slide h5 span {
  color: rgb(66, 76, 97);
  font: 500 16px/22px "Inter", sans-serif;
  display: block;
  margin: 0 0 16px 0;
}
@media (min-width: 1180px) {
  .course__relateds .controls {
    display: none;
  }
}

.events__principal {
  padding: 96px 0 0 0;
}
@media (max-width: 1180px) {
  .events__principal {
    padding: 48px 0 0 0;
  }
}
.events__principal h1 {
  font: 600 48px/56px "Montserrat", sans-serif;
  margin: 0 0 64px 0;
}
@media (max-width: 1180px) {
  .events__principal h1 {
    font: 600 30px/38px "Montserrat", sans-serif;
    margin: 0 0 40px 0;
  }
}
.events__principal section {
  display: grid;
  grid-template-columns: 1fr 385px;
  background: #ea5473;
}
@media (max-width: 1180px) {
  .events__principal section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .events__principal section {
    display: block;
  }
}
.events__principal section * {
  color: rgb(255, 255, 255);
}
.events__principal section figure {
  position: relative;
  height: 520px;
}
@media (max-width: 480px) {
  .events__principal section figure {
    height: 315px;
  }
}
.events__principal section figure img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events__principal section div {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .events__principal section div {
    padding: 24px 24px 32px 24px;
  }
}
.events__principal section div h3 {
  margin: 0 0 24px 0;
}
.events__principal section div p {
  flex: 2;
}
@media (max-width: 480px) {
  .events__principal section div p {
    margin: 0 0 32px 0;
  }
}
.events__principal section div .button {
  padding: 0 32px 3px 32px;
}
.events__next {
  margin: 120px 0;
}
@media (max-width: 480px) {
  .events__next {
    margin: 80px 0;
  }
}
.events__next h2 {
  font: 600 40px/48px "Montserrat", sans-serif;
  margin: 0 0 48px 0;
}
@media (max-width: 480px) {
  .events__next h2 {
    font: 600 26px/32px "Montserrat", sans-serif;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1180px) {
  .events__next .swiper-wrapper {
    grid-template-columns: 2fr 1fr !important;
  }
}
.events .newsletter {
  margin: 96px 0 0 0;
}
@media (max-width: 480px) {
  .events .newsletter {
    margin: 80px 0 0 0;
  }
}
.events__section {
  margin: 120px 0 160px 0;
}
@media (max-width: 480px) {
  .events__section {
    margin: 80px 0;
  }
}
.events__section h2 {
  font: 600 40px/48px "Montserrat", sans-serif;
  margin: 0 0 56px 0;
}
@media (max-width: 480px) {
  .events__section h2 {
    font: 600 26px/32px "Montserrat", sans-serif;
    margin: 0 0 40px 0;
  }
}
.events__date {
  text-transform: uppercase;
  z-index: 9;
  padding: 10px 12px;
  position: absolute;
  top: 16px;
  left: 16px;
  background: #ea5473;
  text-align: center;
  color: rgb(255, 255, 255);
  font: 700 12px/17px "Montserrat", sans-serif;
}
.events__date strong {
  color: rgb(255, 255, 255);
  font: 600 20px/1 "Montserrat", sans-serif;
  display: block;
}
.events__date--white {
  background: rgb(255, 255, 255);
  color: #ea5473;
}
.events__date--white strong {
  color: #ea5473;
}
@media (min-width: 1180px) {
  .events .controls {
    display: none;
  }
}
@media (min-width: 1180px) {
  .events .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px 32px;
  }
}
.events .swiper-slide:hover figure div {
  opacity: 1;
  visibility: visible;
}
.events .swiper-slide figure {
  position: relative;
  height: 385px;
}
@media (max-width: 480px) {
  .events .swiper-slide figure {
    height: 315px;
  }
}
.events .swiper-slide figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.events .swiper-slide figure div {
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 32px;
  z-index: 5;
  flex-direction: column;
}
@media (max-width: 1180px) {
  .events .swiper-slide figure div {
    display: none;
  }
}
.events .swiper-slide figure div img {
  max-height: 32px;
}
.events .swiper-slide figure div p {
  max-width: 460px;
  width: 100%;
  color: rgb(255, 255, 255);
  font: 500 16px/24px "Inter", sans-serif;
  margin: 20px 0 0 0;
}
@media (max-width: 1180px) {
  .events .swiper-slide header {
    display: flex;
    flex-direction: column-reverse;
  }
}
.events .swiper-slide small {
  margin: 32px 0 8px 0;
  font: 600 16px/24px "Inter", sans-serif;
}
@media (max-width: 1180px) {
  .events .swiper-slide small {
    margin: 6px 0 32px 0;
  }
}
.events .swiper-slide h5 {
  font: 600 22px/32px "Montserrat", sans-serif;
  margin: 0 0 8px 0;
}
@media (max-width: 1180px) {
  .events .swiper-slide h5 {
    margin: 32px 0 0 0;
  }
}
.events .swiper-slide > p {
  font: 500 16px/24px "Inter", sans-serif;
  margin: 0 0 12px 0;
}
@media (min-width: 1180px) {
  .events .swiper-slide > p {
    display: none;
  }
}
.events .swiper-slide a {
  padding: 0 24px;
  margin: 20px 0 0 0;
  border-color: #4a4a4a;
  height: 40px;
}
@media (max-width: 480px) {
  .events .swiper-slide a {
    margin: 16px 0 0 0;
  }
}

.nav-blog {
  background: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 88px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E4EAF7;
}
@media (max-width: 1180px) {
  .nav-blog {
    height: 56px;
  }
}
.nav-blog.fixed {
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  height: 72px;
}
@media (max-width: 1180px) {
  .nav-blog.fixed {
    height: 56px;
  }
}
.nav-blog.search-open .nav-blog__search {
  opacity: 1;
  visibility: visible;
}
.nav-blog .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-blog__logo {
  display: block;
}
.nav-blog__logo img {
  max-height: 32px;
}
@media (max-width: 480px) {
  .nav-blog__logo img {
    max-height: 24px;
  }
}
.nav-blog__categories {
  margin: 0 130px 0 40px;
  display: inline-block;
  position: relative;
}
@media (max-width: 1180px) {
  .nav-blog__categories {
    display: none;
  }
}
.nav-blog__categories:hover h6 img {
  transform: scaleY(-1);
}
.nav-blog__categories:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 100%);
}
.nav-blog__categories h6 {
  display: flex;
  align-items: center;
  height: 48px;
  gap: 10px;
  font: 500 15px/20px "Inter", sans-serif;
  color: rgba(0, 36, 82, 0.7);
}
.nav-blog__categories h6 img {
  transition: 0.3s;
}
.nav-blog__categories ul {
  padding: 4px;
  min-width: 225px;
  position: absolute;
  left: -20px;
  bottom: 0;
  transform: translate(-2%, 100%);
  background: rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow: 0px 12px 20px 0px rgba(30, 31, 91, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.nav-blog__categories ul a {
  padding: 12px 16px;
  transition: 0.3s;
  border-radius: 4px;
  font: 500 16px/24px "Inter", sans-serif;
  white-space: nowrap;
  display: block;
}
.nav-blog__categories ul a:hover {
  color: #ea5473;
  background: #EDF2F9;
}
.nav-blog__categories ul a:not(:last-of-type) {
  margin: 0 0 4px 0;
}
.nav-blog__search {
  position: relative;
  max-width: 400px;
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 1180px) {
  .nav-blog__search {
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 48px;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 480px) {
  .nav-blog__search {
    padding: 0 24px;
  }
}
.nav-blog__search input {
  width: 100%;
  font: 500 15px/20px "Inter", sans-serif;
  display: block;
  height: 48px;
  padding: 0 48px 0 20px;
  background: rgb(242, 246, 252);
  transition: 0.3s;
}
@media (max-width: 1180px) {
  .nav-blog__search input {
    padding: 0;
    background: rgb(255, 255, 255);
  }
}
.nav-blog__search input::placeholder {
  opacity: 0.7;
  color: #4a4a4a;
}
.nav-blog__search button[type=submit] {
  min-width: 24px;
  max-width: 24px;
}
@media (min-width: 1180px) {
  .nav-blog__search button[type=submit] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }
}
.nav-blog__search button[type=button] {
  cursor: pointer;
  display: none;
  min-width: 17px;
  max-width: 17px;
}
@media (max-width: 1180px) {
  .nav-blog__search button[type=button] {
    display: block;
  }
}
.nav-blog__search-btn {
  display: none;
}
@media (max-width: 1180px) {
  .nav-blog__search-btn {
    display: block;
  }
}
.nav-blog__link {
  display: flex;
  justify-content: flex-end;
  flex: 2;
}
@media (max-width: 1180px) {
  .nav-blog__link {
    margin: 0 40px 0 0;
  }
}
@media (max-width: 480px) {
  .nav-blog__link {
    display: none;
  }
}
.nav-blog__link a {
  font: 500 15px/20px "Inter", sans-serif;
  color: rgba(0, 36, 82, 0.7);
  transition: 0.3s;
}
.nav-blog__link a:hover img {
  transform: translateX(2px);
}
.nav-blog__link a img {
  display: inline;
  transition: 0.3s;
}

.blog {
  padding: 88px 0 160px 0;
}
@media (max-width: 1180px) {
  .blog {
    padding: 56px 0 80px 0;
  }
}
.blog__title {
  margin: 0 0 48px 0;
}
@media (max-width: 480px) {
  .blog__title {
    font: 600 26px/32px "Montserrat", sans-serif;
  }
}
.blog__header {
  margin: 0 0 160px 0;
}
@media (max-width: 480px) {
  .blog__header {
    margin: 0 0 80px 0;
  }
}
.blog__header img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  margin: 0 0 48px 0;
}
@media (max-width: 480px) {
  .blog__header img {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 480px) {
  .blog__header img {
    height: 530px;
  }
}
.blog__header .container section {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  border-bottom: 1px solid rgb(188, 203, 214);
  padding: 0 0 48px 0;
}
@media (max-width: 480px) {
  .blog__header .container section {
    padding: 0 0 40px 0;
  }
}
.blog__header .container section a {
  flex: 1;
}
@media (max-width: 480px) {
  .blog__header .container section a {
    display: none;
  }
  .blog__header .container section a:first-of-type {
    display: block;
  }
}
.blog__header .container section a div span:first-of-type {
  color: rgb(122, 133, 153);
}
.blog__header .container section a h3 {
  color: rgb(122, 133, 153);
}
@media (max-width: 480px) {
  .blog__header .container section a h3 {
    color: #4a4a4a;
  }
}
.blog__header .container section a.current h3 {
  color: #4a4a4a;
}
.blog__header .container section a.current:hover h3 {
  color: #ea5473;
}
.blog__categories {
  padding: 160px 0 0 0;
}
@media (max-width: 480px) {
  .blog__categories {
    padding: 80px 0 0 0;
  }
}
.blog__categories .container ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid rgb(188, 203, 214);
}
.blog__categories .container ul::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(255, 255, 255);
}
.blog__categories .container ul li {
  width: 33.3%;
}
@media (max-width: 1180px) {
  .blog__categories .container ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .blog__categories .container ul li {
    width: 100%;
  }
}
.blog__categories .container ul li a {
  border-top: 1px solid rgb(188, 203, 214);
  border-right: 1px solid rgb(188, 203, 214);
  font: 600 20px/28px "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 44px 48px;
  transition: 0.3s;
}
@media (max-width: 1180px) {
  .blog__categories .container ul li a {
    padding: 32px 24px;
  }
}
@media (max-width: 480px) {
  .blog__categories .container ul li a {
    padding: 24px;
    line-height: 24px;
  }
}
.blog__categories .container ul li a:hover {
  color: #ea5473;
}
@media (max-width: 480px) {
  .blog__categories .container ul li a {
    font: 600 16px/1 "Montserrat", sans-serif;
  }
}
.blog__categories .container ul li a img {
  transition: 0.3s;
}
@media (max-width: 480px) {
  .blog__categories .container ul li a img {
    height: 8px;
  }
}
.blog__categories .container ul li a:hover img {
  transform: translateX(4px);
}
.blog__latest {
  padding: 160px 0 0 0;
}
@media (max-width: 480px) {
  .blog__latest {
    padding: 80px 0 0 0;
  }
}
@media (min-width: 1180px) {
  .blog__latest .swiper-wrapper {
    display: grid;
    grid-template-columns: 730px 1fr;
    grid-template-areas: "card1 card2" "card1 card3" "card1 card4" "card1 card5";
    gap: 32px 72px;
  }
}
@media (min-width: 1180px) {
  .blog__latest .swiper a img {
    display: none;
  }
  .blog__latest .swiper a:not(:first-of-type) {
    border-bottom: 1px solid rgb(228, 232, 240);
    padding: 0 0 32px 0;
  }
  .blog__latest .swiper a:first-of-type {
    display: flex;
    flex-direction: column;
    grid-area: card1;
  }
  .blog__latest .swiper a:first-of-type img {
    display: block;
    margin: 0 0 48px 0;
    flex: 2;
  }
}
@media (min-width: 1180px) and (max-width: 480px) {
  .blog__latest .swiper a:first-of-type img {
    margin: 0 0 32px 0;
  }
}
@media (min-width: 1180px) {
  .blog__latest .swiper a:first-of-type div {
    margin: 0 0 24px 0;
  }
}
@media (min-width: 1180px) and (max-width: 480px) {
  .blog__latest .swiper a:first-of-type div {
    margin: 0 0 16px 0;
  }
}
@media (min-width: 1180px) {
  .blog__latest .swiper a:first-of-type h3 {
    font: 600 40px/48px "Montserrat", sans-serif;
  }
}
@media (min-width: 1180px) and (max-width: 480px) {
  .blog__latest .swiper a:first-of-type h3 {
    font: 600 20px/28px "Montserrat", sans-serif;
  }
}
.blog__latest .swiper a:nth-of-type(2) {
  grid-area: card2;
}
.blog__latest .swiper a:nth-of-type(3) {
  grid-area: card3;
}
.blog__latest .swiper a:nth-of-type(4) {
  grid-area: card4;
}
.blog__latest .swiper a:nth-of-type(5) {
  grid-area: card5;
}
@media (min-width: 1180px) {
  .blog__latest .controls {
    display: none;
  }
}
.blog__list {
  padding: 160px 0 0 0;
}
@media (max-width: 480px) {
  .blog__list {
    padding: 80px 0 0 0;
  }
}
.blog__list .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog__list .container h3,
.blog__list .container .cards {
  width: 100%;
}
.blog__list .container .button {
  margin: 120px 0 0 0;
}
@media (max-width: 480px) {
  .blog__list .container .button {
    width: 100%;
    margin: 64px 0 0 0;
  }
}

.listing {
  padding-top: 88px;
  padding-bottom: 200px;
}
@media (max-width: 1180px) {
  .listing {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}
.listing__header {
  padding: 64px 0;
  background: rgb(242, 246, 252);
  margin: 0 0 96px 0;
}
@media (max-width: 480px) {
  .listing__header {
    padding: 48px 0;
    margin: 0 0 48px 0;
  }
}
.listing__header h1 {
  font: 600 40px/48px "Montserrat", sans-serif;
}
@media (max-width: 480px) {
  .listing__header h1 {
    font: 600 20px/28px "Montserrat", sans-serif;
  }
}
.listing__header p {
  font: 500 16px/22px "Inter", sans-serif;
  margin: 8px 0 0 0;
  color: rgb(122, 133, 153);
}
.listing__header--category {
  background: #ea5473;
  margin: 0 0 64px 0;
}
@media (max-width: 480px) {
  .listing__header--category {
    background: rgb(242, 246, 252);
    margin: 0 0 32px 0;
  }
}
.listing__header--category * {
  color: rgb(255, 255, 255);
}
@media (max-width: 480px) {
  .listing__header--category * {
    color: #4a4a4a;
  }
}
@media (max-width: 480px) {
  .listing__header--category h1 {
    text-align: center;
    font: 600 30px/38px "Montserrat", sans-serif;
  }
}

.article {
  padding-top: 88px;
  padding-bottom: 160px;
}
@media (max-width: 1180px) {
  .article {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}
.article__header {
  padding: 80px 0 0 0;
}
@media (max-width: 480px) {
  .article__header {
    padding: 48px 0 0 0;
  }
}
.article__header__head h1 {
  font: 600 44px/52px "Montserrat", sans-serif;
}
@media (max-width: 480px) {
  .article__header__head h1 {
    font: 600 26px/32px "Montserrat", sans-serif;
  }
}
.article__header__head div {
  margin: 32px 0 0 0;
}
.article__header__head div p {
  font: 400 22px/34px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .article__header__head div p {
    font: 400 18px/26px "Inter", sans-serif;
  }
}
.article__header__share {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 40px 0;
}
@media (max-width: 480px) {
  .article__header__share {
    gap: 26px;
    margin: 32px 0;
  }
}
.article__header__share a {
  display: block;
}
@media (max-width: 480px) {
  .article__header__share a img {
    max-height: 20px;
  }
}
.article__header__infos {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .article__header__infos {
    gap: 8px 24px;
  }
}
.article__header__infos p,
.article__header__infos a {
  font: 400 16px/22px "Inter", sans-serif;
}
.article__header__infos p {
  color: rgb(66, 76, 97);
}
@media (max-width: 480px) {
  .article__header__infos p:last-of-type {
    width: 100%;
  }
}
.article__header__infos a {
  font-weight: 500;
  color: #ea5473;
}
@media (min-width: 480px) {
  .article__header__infos a:first-of-type {
    display: none;
  }
}
@media (max-width: 480px) {
  .article__header__infos a:last-of-type {
    display: none;
  }
}
.article__header figure {
  max-width: 1088px;
  width: 100%;
  margin: 80px auto 0 auto;
  height: 600px;
}
@media (max-width: 480px) {
  .article__header figure {
    height: 215px;
    margin-top: 64px;
  }
}
.article__header figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article__content {
  padding: 80px 0 0 0;
}
.article__content p, .article__content p * {
  font: 400 20px/32px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .article__content p, .article__content p * {
    font: 400 18px/26px "Inter", sans-serif;
  }
}
.article__content p strong,
.article__content p b, .article__content p * strong,
.article__content p * b {
  font-weight: 700;
}
.article__content p mark, .article__content p * mark {
  color: rgb(0, 35, 82) !important;
}
.article__content p a, .article__content p a *, .article__content p * a, .article__content p * a * {
  color: rgb(0, 140, 255) !important;
  text-decoration: underline;
  transition: 0.3s;
}
.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  margin: 80px 0 48px 0;
}
@media (max-width: 480px) {
  .article__content h1,
  .article__content h2,
  .article__content h3,
  .article__content h4,
  .article__content h5,
  .article__content h6 {
    margin: 64px 0 32px 0;
  }
}
.article__content img {
  max-width: 100% !important;
  width: 100% !important;
  flex: unset !important;
}
@media (max-width: 480px) {
  .article__content img {
    width: calc(100% + 48px * 2) !important;
    transform: translateX(-48px) !important;
  }
}
.article__content .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.article__content .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article__content figure {
  display: block;
  margin: 80px 0 !important;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .article__content figure {
    border-radius: 0;
    margin: 64px 0 48px 0 !important;
    min-width: calc(100% + 24px * 2) !important;
    max-width: calc(100% + 24px * 2) !important;
    transform: translateX(-24px) !important;
  }
}
.article__content figure figure {
  margin: 0 !important;
}
.article__content figure * {
  transform: unset !important;
  width: 100% !important;
}
.article__content figure figcaption {
  font: 400 14px/140% "Inter", sans-serif;
  text-align: center;
  margin: 16px 0 0 0;
  color: rgb(122, 133, 153);
}
.article__content ol,
.article__content ul {
  margin: 40px 0;
}
@media (max-width: 480px) {
  .article__content ol,
  .article__content ul {
    margin: 32px 0;
  }
}
.article__content ol li, .article__content ol li *,
.article__content ul li,
.article__content ul li * {
  font: 400 20px/32px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .article__content ol li, .article__content ol li *,
  .article__content ul li,
  .article__content ul li * {
    font: 400 18px/26px "Inter", sans-serif;
  }
}
.article__content ol li strong,
.article__content ol li b, .article__content ol li * strong,
.article__content ol li * b,
.article__content ul li strong,
.article__content ul li b,
.article__content ul li * strong,
.article__content ul li * b {
  font-weight: 700;
}
.article__content ol li mark, .article__content ol li * mark,
.article__content ul li mark,
.article__content ul li * mark {
  color: rgb(0, 35, 82) !important;
}
.article__content ol li a, .article__content ol li a *, .article__content ol li * a, .article__content ol li * a *,
.article__content ul li a,
.article__content ul li a *,
.article__content ul li * a,
.article__content ul li * a * {
  color: rgb(0, 140, 255) !important;
  text-decoration: underline;
  transition: 0.3s;
}
.article__content ol li:not(:last-of-type),
.article__content ul li:not(:last-of-type) {
  margin: 0 0 32px 0;
}
@media (max-width: 480px) {
  .article__content ol li:not(:last-of-type),
  .article__content ul li:not(:last-of-type) {
    margin: 0 0 16px 0;
  }
}
.article__content ul li {
  position: relative;
  padding: 0 0 0 80px;
}
@media (max-width: 480px) {
  .article__content ul li {
    padding: 0 0 0 40px;
  }
}
.article__content ul li::before {
  content: "";
  height: 1px;
  background: #4a4a4a;
  min-width: 20px;
  max-width: 20px;
  top: 14px;
  left: 0;
  position: absolute;
}
@media (max-width: 480px) {
  .article__content ul li::before {
    min-width: 16px;
    max-width: 16px;
  }
}
.article__content ol li {
  list-style: decimal;
}
.article__content p {
  margin: 0 0 32px 0;
}
@media (max-width: 480px) {
  .article__content p {
    margin: 0 0 24px 0;
  }
}
.article__content blockquote {
  margin: 80px 0;
}
@media (max-width: 480px) {
  .article__content blockquote {
    margin: 64px 0;
  }
}
.article__content blockquote p {
  margin: 0;
}
.article__content blockquote, .article__content blockquote * {
  font: italic 500 32px/40px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .article__content blockquote, .article__content blockquote * {
    font: italic 500 24px/30px "Inter", sans-serif;
    letter-spacing: -0.48px;
  }
}
@media (max-width: 480px) {
  .article__content {
    padding: 48px 0 0 0;
  }
}
.article__share {
  margin: 80px 0 0 0;
}
@media (max-width: 480px) {
  .article__share {
    margin: 48px 0 0 0;
  }
}
.article__share section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 32px;
  background: rgb(242, 246, 252);
  border-radius: 4px;
}
@media (max-width: 480px) {
  .article__share section {
    padding: 22px 24px;
    border-radius: 8px;
  }
}
.article__share section h6 {
  color: #ea5473;
  font: 500 20px/22px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .article__share section h6 {
    font: 500 16px/24px "Inter", sans-serif;
  }
}
.article__share section div {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 480px) {
  .article__share section div {
    gap: 20px;
  }
}
.article__share section div a {
  display: block;
}
@media (max-width: 480px) {
  .article__share section div a img {
    max-height: 20px;
  }
}
.article__relateds {
  padding: 160px 0 0 0;
}
@media (max-width: 480px) {
  .article__relateds {
    padding: 80px 0 0 0;
  }
}
.article__relateds h2 {
  margin: 0 0 64px 0;
}
@media (max-width: 480px) {
  .article__relateds h2 {
    margin: 0 0 48px 0;
  }
}
@media (max-width: 1180px) {
  .article__relateds .cards {
    display: none;
  }
}
@media (min-width: 1180px) {
  .article__relateds .swiper,
  .article__relateds .controls {
    display: none;
  }
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 32px;
}
@media (max-width: 1180px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 32px;
  }
}
@media (max-width: 480px) {
  .cards {
    grid-template-columns: 1fr;
  }
}

.card {
  display: block;
}
.card img {
  width: 100%;
  height: 265px;
  object-fit: cover;
  margin: 0 0 40px 0;
}
@media (max-width: 480px) {
  .card img {
    height: 195px;
    margin: 0 0 32px 0;
  }
}
.card:hover .text-card h3 {
  color: #ea5473;
}

.text-card:hover h3 {
  color: #ea5473;
}
.text-card div {
  display: flex;
  gap: 20px;
  margin: 0 0 16px 0;
}
@media (max-width: 1180px) {
  .text-card div {
    gap: 24px;
  }
}
.text-card div span {
  font: 400 16px/22px "Inter", sans-serif;
  color: rgb(122, 133, 153);
}
.text-card div span:last-of-type {
  font-weight: 500;
  color: #ea5473;
}
.text-card h3 {
  transition: 0.3s;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin: 16px 0 0 0;
  font: 600 24px/32px "Montserrat", sans-serif;
}
@media (max-width: 1180px) {
  .text-card h3 {
    font: 600 20px/28px "Montserrat", sans-serif;
  }
}

.pagination {
  padding: 80px 0 0 0;
}
@media (max-width: 480px) {
  .pagination {
    padding: 64px 0 0 0;
  }
}
.pagination .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .pagination .container {
    flex-direction: column;
    gap: 24px;
  }
}
.pagination__results {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1180px) {
  .pagination__results span {
    display: none;
  }
}
@media (max-width: 1180px) {
  .pagination__results {
    justify-content: space-between;
    width: 100%;
  }
}
.pagination__results p {
  font: 500 16px/28px "Inter", sans-serif;
}
.pagination__results fieldset {
  position: relative;
}
.pagination__results fieldset::after {
  content: "";
  background: url("../assets/svg/arrow-select.svg") center/cover no-repeat;
  width: 16px;
  height: 16px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.pagination__results fieldset select {
  width: 100%;
  display: block;
  position: relative;
  z-index: 5;
  font: 500 16px/28px "Inter", sans-serif;
  appearance: unset;
  border: 1px solid rgb(188, 203, 214);
  padding: 6px 32px 6px 16px;
  border-radius: 1000px;
  transition: 0.3s;
}
.pagination__results fieldset select:hover, .pagination__results fieldset select:focus {
  border-color: rgb(188, 203, 214);
}
.pagination__results fieldset option {
  color: rgb(0, 80, 181);
}
.pagination__pagination {
  display: flex;
  align-items: center;
  gap: 2px;
}
@media (max-width: 1180px) {
  .pagination__pagination {
    width: 100%;
    justify-content: space-between;
  }
}
.pagination__pagination a:not(.prev):not(.next),
.pagination__pagination .prev div,
.pagination__pagination .next div,
.pagination__pagination span {
  font: 500 16px/1 "Inter", sans-serif;
}
.pagination__pagination a:not(.prev):not(.next),
.pagination__pagination .prev div,
.pagination__pagination .next div,
.pagination__pagination .current {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  width: 40px;
  height: 40px;
  border: 1px solid rgb(255, 255, 255);
  transition: 0.3s;
}
.pagination__pagination a:not(.prev):not(.next):hover,
.pagination__pagination .prev div:hover,
.pagination__pagination .next div:hover {
  color: rgb(255, 255, 255);
  background: #ea5473;
  border-color: #ea5473;
}
.pagination__pagination a:not(.prev):not(.next):hover img,
.pagination__pagination .prev div:hover img,
.pagination__pagination .next div:hover img {
  filter: brightness(0) invert(1);
}
.pagination__pagination .current {
  border-color: #4a4a4a;
}
.pagination__pagination .prev div,
.pagination__pagination .next div {
  border-color: rgba(0, 36, 82, 0.2);
}
@media (max-width: 1180px) {
  .pagination__pagination .prev,
  .pagination__pagination .next {
    flex: 2;
    display: flex;
  }
}
.pagination__pagination .prev {
  margin: 0 8px 0 0;
}
.pagination__pagination .next {
  justify-content: flex-end;
  margin: 0 0 0 8px;
}

.order {
  margin: 0 0 64px 0;
}
@media (max-width: 480px) {
  .order {
    margin: 0 0 32px 0;
  }
}
.order .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order .container p, .order .container p span {
  font: 500 16px/22px "Inter", sans-serif;
  color: rgb(122, 133, 153);
}
@media (max-width: 480px) {
  .order .container p span {
    display: none;
  }
}
.order .container fieldset {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 480px) {
  .order .container fieldset p {
    display: none;
  }
}
.order .container fieldset select,
.order .container fieldset option {
  position: relative;
  z-index: 5;
  font: 500 16px/22px "Inter", sans-serif;
  padding: 0 16px 0 0;
  appearance: unset;
}
.order .container fieldset::after {
  content: url("../assets/svg/arrow-dark.svg");
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}

.newsletter {
  margin: 160px 0 0 0;
}
@media (max-width: 1180px) {
  .newsletter {
    margin: 80px 0 0 0;
  }
}
@media (max-width: 480px) {
  .newsletter .container {
    padding: 0 16px;
  }
}
.newsletter__box {
  padding: 96px;
  background: #ea5473;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1180px) {
  .newsletter__box {
    display: block;
    padding: 48px 36px;
  }
}
.newsletter__box * {
  color: rgb(255, 255, 255);
}
.newsletter__box h2 {
  max-width: 365px;
  width: 100%;
}
@media (max-width: 1180px) {
  .newsletter__box h2 {
    margin: 0 0 32px 0;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .newsletter__box h2 {
    font: 600 24px/32px "Montserrat", sans-serif;
    max-width: 100%;
  }
}
.newsletter__box form {
  max-width: 540px;
  width: 100%;
}
.newsletter__box form input[type=email] {
  border-bottom: 1px solid rgb(228, 232, 240);
  display: block;
  width: 100%;
  padding: 0 0 20px 0;
  font: 500 20px/24px "Inter", sans-serif;
  margin: 0 0 24px 0;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .newsletter__box form input[type=email] {
    font: 500 16px/24px "Inter", sans-serif;
  }
}
.newsletter__box form input[type=email]:hover, .newsletter__box form input[type=email]:focus {
  border-color: rgb(255, 255, 255);
}
.newsletter__box form input[type=email]::placeholder {
  color: rgb(255, 255, 255);
  opacity: 0.8;
}
@media (max-width: 1180px) {
  .newsletter__box form input[type=email]::placeholder {
    opacity: 1;
    color: rgb(242, 246, 252);
  }
}
.newsletter__box form button {
  margin: 0 0 40px 0;
}
@media (max-width: 480px) {
  .newsletter__box form button {
    margin: 0 0 32px 0;
    padding: 0 40px;
  }
}
.newsletter__box form label {
  cursor: pointer;
}
.newsletter__box form label input {
  position: absolute;
  opacity: 0;
}
.newsletter__box form label input:checked ~ span::before {
  background: rgb(18, 18, 20);
  border-color: rgb(18, 18, 20);
}
.newsletter__box form label input:checked ~ span::after {
  opacity: 1;
}
.newsletter__box form label span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1180px) {
  .newsletter__box form label span {
    gap: 8px;
  }
}
.newsletter__box form label span::before {
  content: "";
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  border: 1px solid rgb(228, 232, 240);
  transition: 0.3s;
}
.newsletter__box form label span::after {
  content: "";
  width: 12px;
  height: 9px;
  background: url("../assets/svg/check-label.svg") center/cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  opacity: 0;
  transition: 0.3s;
}
.newsletter__box form label span p, .newsletter__box form label span p * {
  font: 500 16px/24px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .newsletter__box form label span p, .newsletter__box form label span p * {
    font: 500 13px/20px "Inter", sans-serif;
  }
}
.newsletter__box form label span p a, .newsletter__box form label span p * a {
  text-decoration: underline;
}

::selection {
  background: #ea5473;
  color: rgb(255, 255, 255);
}

* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: unset;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  color: #4a4a4a;
}

html {
  overflow-x: hidden;
  overflow-y: overlay;
}
html.o-hidden {
  overflow: hidden;
}

html,
body {
  scroll-behavior: smooth;
  background: #ede2d4;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 14px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.16);
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 1000px;
}
html figure,
body figure {
  margin: 0;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

small {
  display: block;
}

h1 {
  font: 600 56px/62px "Montserrat", sans-serif;
  letter-spacing: -0.96px;
}
@media (max-width: 480px) {
  h1 {
    font: 600 30px/38px "Montserrat", sans-serif;
  }
}

h2 {
  font: 600 48px/56px "Montserrat", sans-serif;
  letter-spacing: -0.96px;
}
@media (max-width: 480px) {
  h2 {
    font: 600 26px/32px "Montserrat", sans-serif;
  }
}

h3 {
  font: 600 40px/48px "Montserrat", sans-serif;
  letter-spacing: -0.96px;
}
@media (max-width: 480px) {
  h3 {
    font: 600 24px/32px "Montserrat", sans-serif;
  }
}

h4 {
  font: 600 32px/40px "Montserrat", sans-serif;
  letter-spacing: -0.96px;
}
@media (max-width: 480px) {
  h4 {
    font: 600 20px/28px "Montserrat", sans-serif;
  }
}

h5 {
  font: 500 24px/32px "Inter", sans-serif;
  font-weight: 600;
}

h6 {
  font: 500 20px/28px "Inter", sans-serif;
  font-weight: 600;
}

p, p * {
  font: 500 18px/26px "Inter", sans-serif;
}
@media (max-width: 480px) {
  p, p * {
    font: 500 16px/24px "Inter", sans-serif;
  }
}
p strong,
p b, p * strong,
p * b {
  font-weight: 600;
}
p a, p * a {
  color: #3133FF;
  text-decoration: underline;
}

form fieldset {
  width: 100%;
}
form fieldset:not(:last-of-type) {
  margin: 0 0 32px 0;
}
form fieldset > label {
  display: block;
  margin: 0 0 12px 0;
  font: 500 16px/24px "Inter", sans-serif;
}
form fieldset > input, form fieldset > textarea,
form fieldset select,
form fieldset option {
  font: 500 16px/24px "Inter", sans-serif;
  width: 100%;
  border: 1px solid rgb(188, 203, 214);
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  transition: 0.3s;
  appearance: unset;
}
@media (max-width: 480px) {
  form fieldset > input, form fieldset > textarea,
  form fieldset select,
  form fieldset option {
    height: 48px;
  }
}
form fieldset > input:hover, form fieldset > input:focus, form fieldset > textarea:hover, form fieldset > textarea:focus,
form fieldset select:hover,
form fieldset select:focus,
form fieldset option:hover,
form fieldset option:focus {
  border-color: rgb(122, 133, 153);
}
form fieldset > input::placeholder, form fieldset > textarea::placeholder,
form fieldset select::placeholder,
form fieldset option::placeholder {
  color: rgb(0, 35, 82);
  opacity: 0.5;
}
form fieldset > textarea {
  padding-top: 12px;
  height: 168px;
  resize: none;
}
@media (max-width: 480px) {
  form fieldset > textarea {
    height: 128px;
  }
}
form fieldset > p {
  max-width: 360px;
  width: 100%;
  font: 500 14px/22px "Inter", sans-serif;
  margin: 16px 0 0 0;
}
form fieldset > small {
  color: rgb(231, 51, 39);
  margin: 12px 0 0 0;
  display: none;
}
form fieldset > div {
  display: flex;
  gap: 8px;
  margin: 24px 0 0 0;
}
form fieldset > div label {
  flex: 1;
  cursor: pointer;
}
form fieldset > div label:hover span {
  border-color: rgb(18, 18, 20);
}
form fieldset > div label input {
  position: absolute;
  opacity: 0;
}
form fieldset > div label input:checked ~ span {
  background: rgb(18, 18, 20);
  color: rgb(255, 255, 255);
  border-color: rgb(18, 18, 20);
}
form fieldset > div label span {
  padding: 16px 0;
  font: 500 16px/24px "Inter", sans-serif;
  display: block;
  border: 1px solid rgb(188, 203, 214);
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 480px) {
  form fieldset > div label span {
    padding: 12px 0;
  }
}
form fieldset .select {
  position: relative;
}
form fieldset .select::after {
  content: url("../assets/svg/arrow-exp.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 4px;
}
form fieldset .select select {
  position: relative;
  z-index: 5;
  padding-right: 32px;
}
form footer {
  margin: 48px 0 0 0;
}
form footer [type=submit] {
  width: 100%;
  margin: 0 0 32px 0;
}
form footer p {
  text-align: center;
}
form footer p, form footer p * {
  color: rgb(66, 76, 97);
  font: 400 16px/22px "Inter", sans-serif;
}
@media (max-width: 480px) {
  form footer p, form footer p * {
    font: 400 14px/20px "Inter", sans-serif;
  }
}
form footer p a, form footer p * a {
  font-weight: 500;
  color: #ea5473;

  text-decoration: underline;
}

.container {
  max-width: calc(1215px + 48px * 2);
  width: 100%;
  padding: 0 48px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .container {
    padding: 0 24px;
  }
}
.container--article {
  max-width: calc(865px + 48px * 2);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 1180px) {
  .nav {
    transform: unset !important;
    opacity: 1 !important;
  }
}
.nav.fixed .bar {
  padding: 16px 0;
}
.nav.fixed .buttons .btn:last-of-type a {
  background: #ea5473;
  border-color: #ea5473;
  color: rgb(255, 255, 255);
}
.nav.fixed .buttons .btn:last-of-type a:hover {
  border-color: rgb(0, 80, 181);
  background: rgb(0, 80, 181);
}
.nav.open .menu-mobile {
  transform: translateX(0);
}
.nav.open .hamb span {
  background: rgb(255, 255, 255);
  transform: rotate(180deg);
}
.nav.open .hamb span::before {
  transform: translateY(5px) rotate(-45deg);
}
.nav.open .hamb span::after {
  transform: translateY(-5px) rotate(45deg);
}
.nav .bar {
  transition: 0.3s;
  border-bottom: 1px solid #4a4a4a;
  padding: 24px 0;
  background: #ede2d4;
}
@media (max-width: 480px) {
  .nav .bar {
    padding: 16px 0;
  }
}
.nav .bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
.nav .logo img {
  max-height: 50px;
}
@media (max-width: 480px) {
  .nav .logo img {
    max-height: 24px;
  }
}
.nav .menu-desktop {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .nav .menu-desktop {
    display: none;
  }
}
.nav .menu-desktop #menu-navegacao {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav .menu-desktop #menu-navegacao a {
  font: 500 16px/24px "Inter", sans-serif;
}
.nav .menu-desktop #menu-navegacao .menu-item-has-children {
  position: relative;
}
.nav .menu-desktop #menu-navegacao .menu-item-has-children > a {
  pointer-events: none;
}
.nav .menu-desktop #menu-navegacao .menu-item-has-children > a:hover {
  color: rgb(0, 35, 82);
}
.nav .menu-desktop #menu-navegacao .menu-item-has-children > a::after {
  content: url("../assets/svg/arrow-submenu.svg");
  width: 6px;
  height: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.nav .menu-desktop #menu-navegacao > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 100%);
}
.nav .menu-desktop #menu-navegacao > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 38px;
  transition: 0.3s;
}
.nav .menu-desktop #menu-navegacao > li > a:hover {
  color: #ea5473;
}
.nav .menu-desktop #menu-navegacao > li > ul {
  padding: 4px;
  min-width: 225px;
  position: absolute;
  left: -20px;
  bottom: 0;
  transform: translate(-2%, 100%);
  background: rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow: 0px 12px 20px 0px rgba(30, 31, 91, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.nav .menu-desktop #menu-navegacao > li > ul a {
  padding: 12px 16px;
  transition: 0.3s;
  border-radius: 4px;
  white-space: nowrap;
  display: block;
}
.nav .menu-desktop #menu-navegacao > li > ul a:hover {
  color: #ea5473;
  background: #EDF2F9;
}
.nav .menu-desktop #menu-navegacao > li > ul a:not(:last-of-type) {
  margin: 0 0 4px 0;
}
.nav .menu-mobile {
  padding: 46px 0 40px 0;
  display: none;
  position: fixed;
  overflow-y: auto;
  bottom: 0;
  width: 100%;
  left: 0;
  transform: translateX(-100%);
  background: rgb(255, 255, 255);
  height: calc(100% - 56px);
  transition: 0.3s;
}
@media (max-width: 1180px) {
  .nav .menu-mobile {
    display: block;
  }
}
.nav .menu-mobile .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  min-height: 100%;
}
.nav .menu-mobile #menu-mobile {
  border-left: 1px solid rgb(228, 232, 240);
}
.nav .menu-mobile #menu-mobile li:not(:last-of-type) {
  margin: 0 0 24px 0;
}
.nav .menu-mobile #menu-mobile li a {
  padding: 0 0 0 32px;
  font: 500 24px/32px "Inter", sans-serif;
  position: relative;
}
.nav .menu-mobile #menu-mobile li.current-menu-item a::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  background: #ea5473;
}
.nav .menu-mobile #menu-botoes-1 {
  display: flex;
  flex-direction: column-reverse;
}
.nav .menu-mobile #menu-botoes-1 .link {
  display: none;
}
.nav .menu-mobile #menu-botoes-1 li a {
  background: #ea5473;
  color: rgb(255, 255, 255);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  height: 64px;
  transition: 0.3s;
  font: 500 18px/26px "Inter", sans-serif;
  height: 48px;
  font: 500 16px/24px "Inter", sans-serif;
  padding: 0 24px;
  width: 100%;
}
@media (max-width: 480px) {
  .nav .menu-mobile #menu-botoes-1 li a {
    height: 56px;
    font: 500 16px/24px "Inter", sans-serif;
  }
}
.nav .menu-mobile #menu-botoes-1 li a:hover {
  background: rgb(0, 80, 181);
}
.nav .menu-mobile #menu-botoes-1 li a--medium {
  height: 56px;
  font: 500 16px/24px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .nav .menu-mobile #menu-botoes-1 li a--medium {
    padding: 0 40px;
  }
}
.nav .menu-mobile #menu-botoes-1 li a--small {
  height: 48px;
  font: 500 16px/24px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .nav .menu-mobile #menu-botoes-1 li a--small {
    padding: 0 32px;
  }
}
.nav .menu-mobile #menu-botoes-1 li a--outline {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(188, 203, 214);
  color: rgb(0, 35, 82);
}
.nav .menu-mobile #menu-botoes-1 li a--outline:hover {
  border-color: rgb(0, 35, 82);
  background: rgb(255, 255, 255);
  color: rgb(0, 35, 82);
}
.nav .menu-mobile #menu-botoes-1 li a--black {
  background: rgb(18, 18, 20);
}
.nav .menu-mobile #menu-botoes-1 li a--black:hover {
  background: rgb(0, 80, 181);
}
.nav .menu-mobile #menu-botoes-1 li:nth-of-type(2) a {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(188, 203, 214);
  color: rgb(0, 35, 82);
}
.nav .menu-mobile #menu-botoes-1 li:nth-of-type(2) a:hover {
  border-color: rgb(0, 35, 82);
  background: rgb(255, 255, 255);
  color: rgb(0, 35, 82);
}
.nav .menu-mobile #menu-botoes-1 li:not(:last-of-type) {
  margin: 16px 0 0 0;
}
.nav .buttons ul {
  display: flex;
  align-items: center;
}
.nav .buttons .link {
  margin: 0 48px 0 0;
}
.nav .buttons .link a {
  font: 500 16px/24px "Inter", sans-serif;
  display: inline-block;
  transition: 0.3s;
}
.nav .buttons .link a:hover {
  color: #ea5473;
}
.nav .buttons .btn:not(:last-of-type) {
  margin: 0 9px 0 0;
}
.nav .buttons .btn a {
  
  color: black;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  height: 64px;
  transition: 0.3s;
  font: 500 18px/26px "Inter", sans-serif;
  font: 500 16px/24px "Inter", sans-serif;
  padding: 0 24px;
  background: transparent;
  border: 1px solid black
}
@media (max-width: 480px) {
  .nav .buttons .btn a {
    height: 56px;
    font: 500 16px/24px "Inter", sans-serif;
  }
}
.nav .buttons .btn a:hover {
  background: rgb(0, 80, 181);
}
.nav .buttons .btn a--medium {
  height: 56px;
  font: 500 16px/24px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .nav .buttons .btn a--medium {
    padding: 0 40px;
  }
}
.nav .buttons .btn a--small {
  height: 48px;
  font: 500 16px/24px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .nav .buttons .btn a--small {
    padding: 0 32px;
  }
}
.nav .buttons .btn a--outline {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(188, 203, 214);
  color: rgb(0, 35, 82);
}
.nav .buttons .btn a--outline:hover {
  border-color: rgb(0, 35, 82);
  background: rgb(255, 255, 255);
  color: rgb(0, 35, 82);
}
.nav .buttons .btn a--black {
  background: rgb(18, 18, 20);
}
.nav .buttons .btn a--black:hover {
  background: rgb(0, 80, 181);
}
.nav .buttons .btn a:hover {
  border-color: rgb(0, 35, 82);
  background: rgb(255, 255, 255);
  color: rgb(0, 35, 82);
}
.nav .hamb {
  display: none;
  width: 32px;
  height: 24px;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1180px) {
  .nav .hamb {
    display: flex;
  }
}
.nav .hamb span {
  position: relative;
  width: 19px;
  height: 2px;
  display: block;
  background: rgb(18, 18, 20);
  transition: 0.3s;
}
.nav .hamb span::before, .nav .hamb span::after {
  content: "";
  width: 27px;
  height: 2px;
  background: rgb(18, 18, 20);
  position: absolute;
  right: 0;
  transition: 0.3s;
}
.nav .hamb span::before {
  top: -5px;
  transform: translateY(-100%);
}
.nav .hamb span::after {
  bottom: -5px;
  transform: translateY(100%);
}
.nav--white:not(.fixed):not(.open) .logo img {
  filter: brightness(0) invert(1);
}
.nav--white:not(.fixed):not(.open) .bar {
  background: transparent;
  border-color: rgba(228, 234, 247, 0.2);
}
.nav--white:not(.fixed):not(.open) .menu-desktop #menu-navegacao > li > a {
  color: rgb(255, 255, 255);
}
.nav--white:not(.fixed):not(.open) .menu-desktop #menu-navegacao > li > a:hover {
  color: rgb(255, 255, 255);
  opacity: 0.8;
}
.nav--white:not(.fixed):not(.open) .menu-desktop #menu-navegacao .menu-item-has-children > a::after {
  filter: brightness(0) invert(1);
}
.nav--white:not(.fixed):not(.open) .buttons .link a {
  color: rgb(255, 255, 255);
}
.nav--white:not(.fixed):not(.open) .buttons .link a:hover {
  color: rgb(255, 255, 255);
  opacity: 0.8;
}
.nav--white:not(.fixed):not(.open) .buttons .btn a {
  color: rgb(255, 255, 255);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.nav--white:not(.fixed):not(.open) .buttons .btn a:hover {
  border-color: rgb(255, 255, 255);
}
.nav--white:not(.fixed):not(.open) .hamb span, .nav--white:not(.fixed):not(.open) .hamb span::before, .nav--white:not(.fixed):not(.open) .hamb span::after {
  background: rgb(255, 255, 255);
}

.cookies {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.cookies.visible {
  opacity: 1;
  visibility: visible;
}
.cookies * {
  color: rgb(255, 255, 255);
}
.cookies .container {
  position: relative;
}
@media (max-width: 1180px) {
  .cookies .container {
    padding: 0;
  }
}
.cookies .container div {
  position: absolute;
  bottom: 0;
  left: 48px;
  z-index: 99;
  background: #4a4a4a;
  padding: 24px 40px 24px 24px;
  gap: 24px;
  display: flex;
  align-items: center;
  width: calc(50% - 40px - 8px);
}
@media (max-width: 1180px) {
  .cookies .container div {
    padding: 20px 48px 34px 48px;
    position: relative;
    width: 100%;
    left: 0;
    gap: 18px;
  }
}
@media (max-width: 480px) {
  .cookies .container div {
    padding: 22px 24px;
  }
}
.cookies .container div h6 {
  flex: 2;
  font: 600 20px/24px "Montserrat", sans-serif;
}
@media (max-width: 1180px) {
  .cookies .container div h6 {
    font: 600 16px/1 "Montserrat", sans-serif;
  }
}
.cookies .container div a {
  opacity: 0.6;
  transition: 0.3s;
}
.cookies .container div a:hover {
  opacity: 1;
}
.cookies .container div a,
.cookies .container div button {
  font: 500 16px/22px "Inter", sans-serif;
  text-decoration: underline;
  letter-spacing: -0.02em;
}
@media (max-width: 1180px) {
  .cookies .container div a,
  .cookies .container div button {
    font: 500 14px/20px "Inter", sans-serif;
  }
}

.button {
  background: #ea5473;
  color: rgb(255, 255, 255);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  height: 64px;
  transition: 0.3s;
  font: 500 18px/26px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .button {
    height: 56px;
    font: 500 16px/24px "Inter", sans-serif;
  }
}
.button:hover {
  background: rgb(0, 80, 181);
}
.button--medium {
  height: 56px;
  font: 500 16px/24px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .button--medium {
    padding: 0 40px;
  }
}
.button--small {
  height: 48px;
  font: 500 16px/24px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .button--small {
    padding: 0 32px;
  }
}
.button--outline {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(188, 203, 214);
  color: rgb(0, 35, 82);
}
.button--outline:hover {
  border-color: rgb(0, 35, 82);
  background: rgb(255, 255, 255);
  color: rgb(0, 35, 82);
}
.button--black {
  background: rgb(18, 18, 20);
}
.button--black:hover {
  background: rgb(0, 80, 181);
}

.footer {
  background: #4a4a4a
}
.footer * {
  color: rgb(255, 255, 255);
}
.footer h6 {
  font: 700 14px/24px "Montserrat", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .footer h6 {
    font: 700 12px/20px "Montserrat", sans-serif;
  }
}
.footer .head {
  padding: 160px 0 120px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .footer .head {
    flex-direction: column;
    padding: 120px 0 64px 0;
    gap: 64px;
  }
}
.footer .head .principal {
  display: flex;
  flex-direction: column;
  margin-top: -50px;
}
@media (max-width: 1180px) {
  .footer .head .principal div {
    margin: 64px 0 0 0;
  }
}
.footer .head .principal div h6 {
  margin: 0 0 24px 0;
}
@media (max-width: 480px) {
  .footer .head .principal div h6 {
    margin: 0 0 14px 0;
  }
}
.footer .head .principal div p {
  font: 500 16px/24px "Inter", sans-serif;
  opacity: 0.8;
}
.footer .head .links {
  display: flex;
  gap: 120px;
}
@media (max-width: 480px) {
  .footer .head .links {
    flex-direction: column;
    gap: 48px;
  }
}
@media (max-width: 480px) {
  .footer .head .links div {
    display: flex;
    justify-content: space-between;
  }
}
.footer .head .links div h6 {
  margin: 0 0 56px 0;
}
@media (max-width: 1180px) {
  .footer .head .links div h6 {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 480px) {
  .footer .head .links div ul {
    max-width: 175px;
    width: 100%;
  }
}
.footer .head .links div ul li:not(:last-of-type) {
  margin: 0 0 16px 0;
}
@media (max-width: 480px) {
  .footer .head .links div ul li:not(:last-of-type) {
    margin: 0 0 12px 0;
  }
}
.footer .head .links div ul li a {
  position: relative;
  font: 500 16px/24px "Inter", sans-serif;
}
.footer .head .links div ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: translateY(100%);
  background: rgb(255, 255, 255);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.footer .head .links div ul li a:hover::after {
  opacity: 1;
  visibility: visible;
}
.footer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1180px) {
  .footer .bottom {
    padding: 40px 0 56px 0;
    gap: 32px;
    flex-direction: column-reverse;
  }
}
.footer .bottom .copyright * {
  font: 500 16px/24px "Inter", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1180px) {
  .footer .bottom .copyright * {
    text-align: center;
    font: 500 12px/22px "Inter", sans-serif;
  }
}
.footer .bottom .copyright a {
  transition: 0.3s;
}
.footer .bottom .copyright a:hover {
  color: rgb(255, 255, 255);
}
.footer .bottom .selo {
  display: flex;
  align-items: center;
}
@media (min-width: 1180px) {
  .footer .bottom .selo {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 144px;
    padding: 48px 0 48px 48px;
    margin: 0 0 0 48px;
  }
}
.footer .bottom .selo img {
  height: 42px;
}
@media (min-width: 1180px) {
  .footer .bottom .selo.mob {
    display: none;
  }
}
@media (max-width: 1180px) {
  .footer .bottom .selo.desk {
    display: none;
  }
}
.footer .bottom .social {
  flex: 2;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
@media (max-width: 1180px) {
  .footer .bottom .social {
    justify-content: center;
  }
}
.footer .bottom .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 1000px;
  transition: 0.3s;
}
.footer .bottom .social a:hover {
  background: #ea5473;
}

.pdd-tp {
  padding: 97px 0 0 0;
}
@media (max-width: 1180px) {
  .pdd-tp {
    padding: 81px 0 0 0;
  }
}
@media (max-width: 480px) {
  .pdd-tp {
    padding: 57px 0 0 0;
  }
}

.controls {
  margin: 64px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 480px) {
  .controls {
    margin: 40px 0 0 0;
  }
}
.controls button {
  transition: 0.3s;
  height: 32px;
  width: 32px;
}
@media (max-width: 480px) {
  .controls button {
    width: 24px;
    height: 24px;
  }
}
.controls button svg {
  width: 100%;
  height: 100%;
}
.controls button svg path {
  transition: 0.3s;
}
.controls button.swiper-button-disabled path[fill="#008CFF"] {
  fill: rgb(188, 203, 214);
}
.controls button.swiper-button-disabled path[stroke="#008CFF"] {
  stroke: rgb(188, 203, 214);
}
.controls div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 2;
}
.controls div span {
  margin: 0 !important;
  width: 6px;
  height: 6px;
  border-radius: 1000px;
  background: rgb(188, 203, 214);
  transition: 0.3s;
  opacity: 1;
}
.controls div span.swiper-pagination-bullet-active {
  background: #ea5473;
}

.subtitle {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .subtitle {
    gap: 24px;
  }
}
.subtitle::before {
  content: "";
  min-width: 40px;
  max-width: 40px;
  height: 1px;
  background: rgb(122, 133, 153);
  margin: 12px 0 0 0;
}
.subtitle span {
  display: inline-block;
  max-width: 300px;
  width: 100%;
}
.subtitle, .subtitle * {
  font: 500 16px/24px "Inter", sans-serif;
}
@media (max-width: 480px) {
  .subtitle, .subtitle * {
    font: 500 14px/22px "Inter", sans-serif;
  }
}

.subtext {
  display: block;
  font: 700 16px/24px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: rgb(0, 80, 181);
}
@media (max-width: 480px) {
  .subtext {
    font: 700 14px/20px "Montserrat", sans-serif;
  }
}
.subtext--white {
  color: rgb(255, 255, 255);
}

.emphasis {
  position: relative;
  background: #ede2d4;
}
.emphasis--white {
  background: rgb(255, 255, 255);
}
.emphasis::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #4a4a4a;
  z-index: 1;
  height: 96px;
}
@media (max-width: 480px) {
  .emphasis::after {
    height: 64px;
  }
}
.emphasis .container {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 480px;
}
@media (max-width: 1180px) {
  .emphasis .container {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .emphasis .container {
    padding: 0 16px;
  }
}
.emphasis article {
  padding: 96px;
  background: #3d567b;
}
@media (max-width: 1180px) {
  .emphasis article {
    padding: 48px 24px 64px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.emphasis article * {
  color: rgb(255, 255, 255);
}
.emphasis article h2 {
  max-width: 480px;
  width: 100%;
  font: 600 56px/62px "Montserrat", sans-serif;
  letter-spacing: -0.96px;
}
@media (max-width: 480px) {
  .emphasis article h2 {
    font: 600 30px/38px "Montserrat", sans-serif;
  }
}
@media (max-width: 1180px) {
  .emphasis article h2 {
    text-align: center;
  }
}
.emphasis article h2 img {
  transform: translateY(8px);
  display: inline;
}
@media (max-width: 480px) {
  .emphasis article h2 img {
    width: 36px;
  }
}
.emphasis article p {
  max-width: 470px;
  width: 100%;
  margin: 32px 0;
}
@media (max-width: 1180px) {
  .emphasis article p {
    margin: 24px 0 32px 0;
    text-align: center;
  }
}
.emphasis figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 1180px) {
  .emphasis figure img {
    height: 360px;
  }
}
@media (max-width: 480px) {
  .emphasis figure img {
    height: 260px;
  }
}

.video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-section] {
  transform: translateY(40px);
  opacity: 0;
  transition: 0.8s ease;
}
[data-section].active {
  transform: translateY(0);
  opacity: 1;
}

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