* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  outline: none;
  border: none;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 0;
}

.icon-french {
  background-image: url(../../img/icons.png);
  background-position: 0px 0px;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}

.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon-svg-arrow-right {
  font-size: 1.5rem;
  width: 1.0666666667em;
}

.icon-svg-chevron {
  font-size: 1.8rem;
  width: 1.0555555556em;
}

.icon-svg-difference1 {
  font-size: 6.4rem;
  width: 1em;
}

.icon-svg-difference2 {
  font-size: 6.4rem;
  width: 1em;
}

.icon-svg-difference3 {
  font-size: 6.4rem;
  width: 1em;
}

.icon-svg-facebook {
  font-size: 1.8rem;
  width: 0.6111111111em;
}

.icon-svg-goldstar {
  font-size: 55.5rem;
  width: 1.0414414414em;
}

.icon-svg-icon1 {
  font-size: 5rem;
  width: 1em;
}

.icon-svg-icon2 {
  font-size: 5rem;
  width: 1em;
}

.icon-svg-icon3 {
  font-size: 5rem;
  width: 1em;
}

.icon-svg-icon4 {
  font-size: 4.8rem;
  width: 1em;
}

.icon-svg-icon5 {
  font-size: 5rem;
  width: 1em;
}

.icon-svg-icon6 {
  font-size: 5rem;
  width: 1em;
}

.icon-svg-icon7 {
  font-size: 5rem;
  width: 1em;
}

.icon-svg-icon8 {
  font-size: 5rem;
  width: 1em;
}

.icon-svg-icon9 {
  font-size: 5rem;
  width: 1em;
}

.icon-svg-link {
  font-size: 2rem;
  width: 1em;
}

.icon-svg-linkedin {
  font-size: 1.5rem;
  width: 1.1333333333em;
}

.icon-svg-play {
  font-size: 2.2rem;
  width: 1em;
}

.icon-svg-quote {
  font-size: 4.6rem;
  width: 1.5217391304em;
}

.icon-svg-search {
  font-size: 3.8rem;
  width: 1em;
}

.icon-svg-twitter {
  font-size: 1.3rem;
  width: 1.3076923077em;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  background-color: #F5F2ED;
  color: #0D1726;
}

.no-scroll {
  overflow-y: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
}

main {
  flex-grow: 1;
}

.overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100vh;
  background: rgba(13, 23, 38, 0.1);
  cursor: pointer;
}

.container {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

section {
  margin-bottom: 200px;
}

h1 {
  font-size: 120px;
  line-height: 160px;
  font-weight: 500;
}

h2 {
  font-size: 80px;
  line-height: 100px;
  font-weight: 500;
}

h3 {
  font-size: 72px;
  line-height: 88px;
  font-weight: 500;
}

h4 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
}

h5 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 500;
}

h6 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.headline_dot {
  padding-right: 25px;
}
.headline_dot::after {
  content: "";
  display: inline-block;
  margin: 0 -25px 0 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D36135;
}

.body1 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.body2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.body3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.text_medium {
  font-weight: 500;
}
.text_semibold {
  font-weight: 600;
}
.text_bold {
  font-weight: 700;
}
.text a {
  color: #D36135;
}

.button {
  display: inline-block;
  padding: 16px 50px;
  border: none;
  border-radius: 100px;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  background-color: #D36135;
  transition: background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}
.button:hover {
  color: #fff;
  background-color: #E2693B;
}
.button:focus {
  color: #fff;
  background-color: #C5582E;
}
.button:disabled {
  color: #fff;
  background-color: #D361354D;
}
.button_dark {
  padding: 14px 32px;
  font-size: 18px;
  line-height: 28px;
  color: #F5F2ED;
  background-color: #0D1726;
}
.button_dark:hover {
  color: #F5F2ED;
  background-color: #152742;
}
.button_dark:focus, .button_dark:active {
  color: #F5F2ED;
  background-color: #070E18;
}
.button_dark:disabled {
  color: #F5F2ED;
  background-color: #0D17264D;
}
.button_white {
  color: #0D1726;
  background-color: #fff;
}
.button_white:hover, .button_white:focus, .button_white:active {
  color: #0D1726;
  background-color: #fff;
}

.form-group {
  position: relative;
}
.form-group label {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  width: calc(100% - 64px);
  font-size: 18px;
  font-weight: 400;
  color: #73706D;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: text;
  transition: top, 0.2s ease, font-size 0.2s ease, transform 0.2s ease;
}
.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
  font-size: 0;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  font-size: 0;
}
.form-group:has(input:-moz-placeholder-shown) label {
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
.form-group:has(input:placeholder-shown) label {
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
.form-group:has(textarea:-moz-placeholder-shown) label {
  top: 24px;
  transform: translateY(0);
  font-size: 18px;
}
.form-group:has(textarea) label, .form-group:has(textarea:placeholder-shown) label {
  top: 24px;
  transform: translateY(0);
  font-size: 18px;
}
.form-group:has(input:focus) label, .form-group:has(textarea:focus) label, .form-group:has(input:not(placeholder-shown)) label, .form-group:has(textarea:not(placeholder-shown)) label, .form-group:has(select) label {
  top: 4px;
  font-size: 12px;
  transform: translateY(0);
}
.form-group:has(select)::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 32px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../../img/chevron.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.form-group.error input {
  border-color: #D36135;
  padding-right: 50px;
}
.form-group.error ~ .form-message {
  color: #D36135;
}
.form-group.error::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url("../../img/cross.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

input, textarea, select {
  position: relative;
  padding: 23px 32px;
  border: solid 1px transparent;
  border-radius: 100px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #0D1726;
  background-color: #fff;
  transition: border-color 0.1s ease;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #73706D;
}
input::placeholder, textarea::placeholder, select::placeholder {
  color: #73706D;
}
input:hover, textarea:hover, select:hover {
  border-color: #DED6CC;
}
input:focus, textarea:focus, select:focus {
  border-color: #DED6CC;
}
input:disabled, textarea:disabled, select:disabled {
  background-color: #ECE7E0;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  height: 160px;
  border-radius: 20px;
}

img {
  width: 100%;
  height: auto;
}

.curly-img {
  border-radius: 72px 5px;
}

.curly-card {
  border-radius: 10px 10px 120px 10px;
}

.list__item {
  position: relative;
  padding-left: 28px;
}
.list__item:not(:last-of-type) {
  margin-bottom: 16px;
}
.list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  transform: rotate(45deg);
  background-color: #D36135;
}
.list_arrow .list__item {
  padding-left: 48px;
}
.list_arrow .list__item:not(:last-child) {
  margin-bottom: 24px;
}
.list_arrow .list__item::before {
  left: 6px;
  width: 22px;
  height: 22px;
  background-color: transparent;
  background-image: url("../../img/arrow-right.svg");
  transform: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

a {
  transition: color 0.2s ease;
  text-decoration: none;
}
a:hover, a:focus {
  color: #D36135;
}

.spoiler__trigger {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
}
.spoiler__target {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease-out;
}
.spoiler__icon {
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
  transition: transform 0.1s ease-out;
}
.spoiler.active .spoiler__icon {
  transform: rotate(0deg);
}
.spoiler_mobile .spoiler__trigger {
  cursor: initial;
}
.spoiler_mobile .spoiler__icon {
  display: none;
}
.spoiler_mobile .spoiler__target {
  max-height: initial;
}

.swiper-container {
  position: relative;
  padding-bottom: 127px;
}
.swiper-container .swiper-pagination {
  bottom: 26px;
  transform: translateY(50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 19px;
  text-align: left;
}
.swiper-container .swiper-pagination-bullet {
  margin: 0 !important;
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #0D1726;
}
.swiper-container .swiper-pagination-bullet-active {
  transform: scale(1.6);
  background-color: #D36135;
}
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 54px;
  height: 54px;
  border: 1px solid #0D1726;
  border-radius: 50%;
  text-rendering: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper-container .swiper-button-prev::after, .swiper-container .swiper-button-next::after {
  display: none;
}
.swiper-container .swiper-button-prev .icon-svg, .swiper-container .swiper-button-next .icon-svg {
  width: 18px;
  fill: #0D1726;
}
.swiper-container .swiper-button-prev {
  left: auto;
  right: 70px;
}
.swiper-container .swiper-button-prev .icon-svg {
  transform: rotate(180deg);
}
.swiper-container .swiper-button-next {
  right: 0;
}
.swiper-container .swiper-slide {
  height: auto;
}
.swiper-container .swiper-wrapper {
  align-items: stretch;
}

.tags {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}
.tags__item {
  padding: 5px 27px;
  border: 1px solid #DED6CC;
  border-radius: 500px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  background-color: #ECE7E0;
}
.tags__item.active {
  background-color: #DED6CC;
}

.read-more {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #0D1726;
  text-decoration: none;
  transition: color 0.2s ease;
}
.read-more::after {
  content: "";
  display: block;
  flex: 0 0 43px;
  height: 37px;
  background-image: url("../../img/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.2s ease;
}
.read-more.active {
  color: #D36135;
}
.read-more.active::after {
  transform: rotate(-45deg);
}
.read-more_link {
  justify-content: flex-start;
  gap: 14px;
  font-size: 20px;
  line-height: 44px;
  color: #D36135;
  transition: color 0s;
}
.read-more_link::after {
  width: 17px;
  height: 17px;
  transform: rotate(-45deg);
}
.read-more_link:hover, .read-more_link:focus {
  color: #DDAD72;
}
.read-more_link:hover::after, .read-more_link:focus::after {
  filter: brightness(0) saturate(100%) invert(71%) sepia(71%) saturate(277%) hue-rotate(345deg) brightness(90%) contrast(92%);
}

.pagination {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}
.pagination__item {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid transparent;
}
.pagination__item {
  cursor: pointer;
}
.pagination__item:not(:last-of-type) {
  margin-right: 6px;
}
.pagination__item.active {
  border-color: #DED6CC;
  background-color: #EAE1D6;
}

.socials {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}
.socials__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #D36135;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.socials__link:hover, .socials__link:focus {
  background-color: #D36135;
}
.socials__link:hover .socials__icon, .socials__link:focus .socials__icon {
  fill: #F5F2ED;
}
.socials__icon {
  fill: #D36135;
  transition: fill 0.2s ease;
}

.hidden-text__text {
  display: inline;
}
.hidden-text__btn {
  display: inline;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #D36135;
}

.hidden-lines__text {
  display: inline;
}
.hidden-lines__btn {
  display: inline;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #D36135;
}

.header {
  position: relative;
  z-index: 5;
  width: 100%;
}
.header.header_home .button {
 background: #0D1726;
 color: #FFF;
}
.header.header_home .button:hover {
 color: #E2693B;
}
.header::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0D1726;
}
.header__top {
  position: relative;
  z-index: 11;
  padding: 16px;
  text-align: center;
  background-color: #0D1726;
}
.header__top .text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
}
.header__main {
  padding: 16px 0;
}
.header__main .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.header__nav {
  overflow-x: hidden;
}

.menu-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  transition: right 0.2s ease;
}

.main-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.main-menu__link {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #0D1726;
  text-decoration: none;
  transition: color 0.2s ease;
}
.main-menu__link:hover {
  color: #D36135;
}
.main-menu__link.active {
  color: #D36135;
}
.main-menu__button {
  padding: 10px 32px;
  font-size: 18px;
}

.menu-button {
  position: relative;
  display: none;
  width: 32px;
  height: 32px;
  padding: 4px 2px;
  background-color: transparent;
  cursor: pointer;
}
.menu-button::before, .menu-button::after, .menu-button__item {
  position: absolute;
  left: 2px;
  content: "";
  display: inline-block;
  width: 28px;
  height: 4px;
  border-radius: 5px;
  background-color: #0D1726;
  transition: 0.3s ease;
}
.menu-button::before {
  top: 4px;
}
.menu-button::after {
  bottom: 4px;
}
.menu-button__item {
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.footer {
  position: relative;
  padding: 73px 0 24px;
  background-color: #DED6CC;
}
.footer::before {
  content: "";
  position: absolute;
  bottom: 72px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(13, 23, 38, 0.1);
}
.footer__main {
  margin-bottom: 99px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer__main .wrapper {
  position: relative;
}
.footer__main .wrapper:not(:last-of-type)::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: rgba(13, 23, 38, 0.1);
}
.footer__main .wrapper:last-of-type .links-title {
  margin-bottom: 29px;
}
.footer__main .wrapper.spoiler.active::after {
  bottom: -18px;
}
.footer .text {
  font-size: 14px;
  line-height: 22px;
}
.footer .logo-wrapper {
  max-width: 316px;
}
.footer__logo {
  width: 98px;
  margin-bottom: 34px;
}
.footer .links-wrapper {
  display: flex;
  flex-direction: row;
  gap: 122px;
}
.footer .links-title {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.footer__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer__bottom .text {
  line-height: 20px;
}
.footer__bottom .links {
  display: flex;
  flex-direction: row;
  gap: 32px;
  flex-wrap: wrap;
}
.footer__bottom .links__link {
  font-size: 14px;
  line-height: 20px;
  color: #0D1726;
  text-decoration: none;
}
.footer__bottom .links__link:hover, .footer__bottom .links__link:focus {
  color: #D36135;
}
.footer .socials__link {
  background-color: #ECE7E0;
  border-color: transparent;
}
.footer .socials__link:hover, .footer .socials__link:focus {
  border-color: #D36135;
  background-color: #D36135;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-links__link {
  font-size: 16px;
  line-height: 24px;
  color: #0D1726;
  text-decoration: none;
}
.footer-links__link:hover, .footer-links__link:focus {
  color: #D36135;
}

.breadcrumbs-section {
  padding-top: 40px;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  gap: 21px;
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item:not(:last-of-type)::after {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
}
.breadcrumbs__item:last-of-type {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumbs__link {
  color: #0D1726;
  text-decoration: none;
}
.breadcrumbs__link_inactive:hover, .breadcrumbs__link_inactive:focus {
  color: #0D1726;
}

.hero-section {
  position: relative;
  overflow: hidden;
  top: -136px;
  padding-top: 52px;
  margin-bottom: -52px;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 60px;
  padding: 111px 0 61px;
}
.hero::before, .hero::after {
  position: absolute;
  z-index: -1;
  transform: translateX(100%);
  content: "";
  display: block;
  width: 100vw;
}
.hero::before {
  top: 0;
  right: 645px;
  height: 220px;
  border-radius: 0 0 0 50px;
  background-color: #209D50;
}
.hero::after {
  top: 193px;
  right: 503px;
  height: 595px;
  border-radius: 70px 0 0 70px;
  background-color: #DDAD72;
}
.hero__text-wrapper {
  position: relative;
  top: 55px;
  flex: 1 0 597px;
}
.hero__text-wrapper .text {
  margin-bottom: 72px;
}
.hero .headline {
  margin-bottom: 16px;
}
.hero__img {
  max-width: 439px;
  margin-bottom: 20px;
}

.hero-form {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 3px;
  max-width: 570px;
  width: 100%;
  border: 1px solid #EAE1D6;
  border-radius: 100px;
  background-color: #fff;
}
.hero-form input {
  max-width: 356px;
  width: 100%;
  padding: 15px 28px;
  font-size: 20px;
  line-height: 32px;
}
.hero-form input:hover, .hero-form input:focus {
  border-color: transparent;
}
.hero-form__button {
  flex: 0 0 206px;
}
.hero-form .form-group:has(input:-moz-placeholder-shown) label {
  left: 28px;
  font-size: 20px;
}
.hero-form .form-group:has(input:placeholder-shown) label {
  left: 28px;
  font-size: 20px;
}
.hero-form .form-group:has(input:focus) label, .hero-form .form-group:has(textarea:focus) label, .hero-form .form-group:has(input:not(placeholder-shown)) label, .hero-form .form-group:has(textarea:not(placeholder-shown)) label, .hero-form .form-group:has(select) label {
  font-size: 12px;
  left: 28px;
}

.hero-features {
  position: relative;
  left: 117px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.hero-features__item {
  font-family: "Space Mono", monospace;
}

.brands-section {
  margin-bottom: 85px;
}
.brands-section .container {
  padding: 0;
  margin: 0;
  max-width: none;
}

.brands {
  display: flex;
  flex-direction: row;
  gap: 68px;
  justify-content: center;
  align-items: center;
  margin-right: 68px;
}
.brands__item {
  display: flex;
}
.brands__img {
  max-width: none;
  width: auto;
  height: 35px;
}
.brands:first-of-type {
  position: relative;
  left: 0%;
  animation: swap 45s linear infinite;
}

.running-line {
  position: absolute;
  display: flex;
  flex-direction: row;
  animation: marquee 45s linear infinite;
}
.running-line-wrapper {
  position: relative;
  overflow: hidden;
  height: 35px;
}

/* Transition */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%, 100% {
    left: 100%;
  }
}
.mottos-section {
  margin-bottom: 172px;
}

.mottos {
  display: inline-flex;
  flex-direction: row;
  gap: 60px;
  padding: 70px;
  border: 1px solid #DED6CC;
  border-radius: 10px 10px 200px;
  background-color: #DED6CC66;
}
.mottos__item {
  display: flex;
  flex-direction: column;
  width: 313px;
}
.mottos__item:last-child {
  width: 355px;
}
.mottos__item *:last-child {
  margin-top: auto;
}
.mottos__title {
  margin-bottom: 12px;
}
.mottos__icon {
  margin-bottom: 32px;
  width: 50px;
  height: 50px;
  fill: #D36135;
}

.img-text-section {
  margin-bottom: 202px;
}
.img-text-section_logoed {
  overflow: hidden;
  position: relative;
}
.img-text-section_logoed::before {
  content: url(../../img/background-logo.svg);
  position: absolute;
  z-index: -1;
  top: 48px;
  left: 50%;
  transform: translateX(234%);
  display: block;
  width: 237px;
  height: auto;
  height: auto;
}
.img-text-section_logoed .text:last-of-type:not(:last-child) {
  margin-bottom: 63px;
}
.img-text-section_advantages {
  margin-bottom: 230px;
}
.img-text-section_advantages .img-text__img-wrapper {
  max-width: none;
  flex: 1 0 48.7%;
}
.img-text-section_advantages .headline {
 font-size: 56px;
 line-height: 120%;
 margin-bottom: 32px!important;
}
.img-text-section_advantages .img-text__text-wrapper .text:last-of-type {
  margin-bottom: 32px;
}
.img-text-section_advantages .headline_dot::after {
  display: none;
}
.img-text-section_advantages .list {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) { 
 .img-text-section_advantages .headline {
  font-size: 44px;
  line-height: 56px;
 }
}
.img-text {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 56px;
}
.img-text_reverse {
  flex-direction: row-reverse;
}
.img-text__img-wrapper {
  flex: 1 0 46%;
  max-width: 562px;
}
.img-text .curly-img {
  border-radius: 118px 5px;
}
.img-text__text-wrapper > *:last-child {
  margin-bottom: 0;
}
.img-text .headline {
  margin-bottom: 48px;
}
.img-text .text:not(:last-of-type) {
  margin-bottom: 26px;
}

.card-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-bottom: 200px;
}
.card-links__item {
  width: 100%;
  max-width: 392px;
}
.card-links__item:nth-child(3n+1) .curly-card {
  background-color: #D36135;
}
.card-links__item:nth-child(3n+1) .curly-card__button {
  color: #D36135;
}
.card-links__item:nth-child(3n+1) .curly-card__button .icon-svg {
  fill: #D36135;
}
.card-links__item:nth-child(3n+2) .curly-card {
  background-color: #209D50;
}
.card-links__item:nth-child(3n+2) .curly-card__button {
  color: #209D50;
}
.card-links__item:nth-child(3n+2) .curly-card__button .icon-svg {
  fill: #209D50;
}
.card-links__item:nth-child(3n+3) .curly-card {
  background-color: #0D1726;
}
.card-links__item:nth-child(3n+3) .curly-card__button {
  color: #0D1726;
}
.card-links__item:nth-child(3n+3) .curly-card__button .icon-svg {
  fill: #0D1726;
}
.card-links .curly-card {
  height: 100%;
  padding: 24px 24px 40px 32px;
}
.card-links .curly-card__tag {
  display: inline-block;
  padding: 6px 15px;
  margin-bottom: 66px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.15);
  font-family: "Space Mono", monospace;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  color: #fff;
}
.card-links .curly-card__title {
  margin-bottom: 46px;
  color: #fff;
}
.card-links .curly-card__button {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 10px 32px;
  font-size: 18px;
  line-height: 28px;
}
.card-links .curly-card__button .icon-svg {
  margin-left: 12px;
  width: 16px;
}

.pillars-section {
  margin-bottom: 200px;
  overflow: hidden;
}
.pillars-section .text-wrapper {
  margin-bottom: 66px;
}
.pillars-section .headline, .pillars-section .text {
  text-align: center;
  margin: 0 auto;
}
.pillars-section .headline {
  margin-bottom: 32px;
  max-width: 924px;
}
.pillars-section .headline br {
  display: none;
}
.pillars-section .text {
  max-width: 1086px;
}
.pillars-section .button {
  display: block;
  margin: 0 auto;
  position: relative;
  left: 25px;
}

.pillars {
  position: relative;
  margin: 0 auto 79px auto;
  left: 25px;
}
.pillars__img {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 794px;
}
.pillars__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 32px 25px;
  flex-wrap: wrap;
  width: 100%;
}
.pillars__list__item {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.pillars__list__item:nth-of-type(1) .pillars__name {
  transform: translate(72px, -329px);
  color: #D36135;
}
.pillars__list__item:nth-of-type(1) .pillars__icon-wrapper {
  background-color: #D36135;
}
.pillars__list__item:nth-of-type(2) .pillars__name {
  transform: translate(312px, 2px);
  color: #DDAD72;
}
.pillars__list__item:nth-of-type(2) .pillars__icon-wrapper {
  background-color: #DDAD72;
}
.pillars__list__item:nth-of-type(3) .pillars__name {
  transform: translate(277px, 321px);
  color: #209D50;
}
.pillars__list__item:nth-of-type(3) .pillars__icon-wrapper {
  background-color: #209D50;
}
.pillars__list__item:nth-of-type(4) .pillars__name {
  transform: translate(-530px, 321px);
  color: #9CCFD9;
}
.pillars__list__item:nth-of-type(4) .pillars__icon-wrapper {
  background-color: #9CCFD9;
}
.pillars__list__item:nth-of-type(5) .pillars__name {
  transform: translate(-583px, 7px);
  color: #0D1726;
}
.pillars__list__item:nth-of-type(5) .pillars__icon-wrapper {
  background-color: #0D1726;
}
.pillars__icon-wrapper {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.pillars__icon {
  width: 22px;
  height: 22px;
  fill: #F5F2ED;
}
.pillars__name {
  position: absolute;
  width: 270px;
  font-family: "Space Mono", monospace;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
}

.testimonials-section {
  overflow: hidden;
}
.testimonials-section.two .headline br { 
 display: block!important;
}
.testimonials-section .two-col-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 93px;
  margin-bottom: 79px;
}
.testimonials-section .two-col-wrapper .wrapper:first-child {
  flex: 1 0 53%;
}
.testimonials-section .two-col-wrapper .headline {
  margin: 0;
}
.testimonials-section .two-col-wrapper .headline br {
  display: none;
}
.testimonials-section .two-col-wrapper .text {
  margin-bottom: 36px;
}

.testimonials {
  display: flex;
  gap: 32px;
}
.testimonials__item {
  display: flex;
  flex-direction: column;
  padding: 32px 34px 32px 40px;
  flex: 1 0 526px;
  height: 100%;
  border-radius: 10px 10px 140px 10px;
  background-color: #EAE1D6;
}
.testimonials__item:nth-child(3n+1) .testimonials__icon {
  fill: #209D50;
}
.testimonials__item:nth-child(3n+1) .testimonials__person__occupation {
  color: #209D50;
}
.testimonials__item:nth-child(3n+2) .testimonials__icon {
  fill: #DDAD72;
}
.testimonials__item:nth-child(3n+2) .testimonials__person__occupation {
  color: #DDAD72;
}
.testimonials__item:nth-child(3n+3) .testimonials__icon {
  fill: #D36135;
}
.testimonials__item:nth-child(3n+3) .testimonials__person__occupation {
  color: #D36135;
}
.testimonials__icon {
  margin-bottom: 40px;
  width: 75px;
  height: 46px;
}
.testimonials .text {
  margin-bottom: 72px;
  font-weight: 600;
}
.testimonials__person {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: auto;
}
.testimonials__person__img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.testimonials__person__text-wrapper * {
  display: block;
}
.testimonials__person__name {
  font-family: "Space Mono", monospace;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.testimonials__person__occupation {
  font-family: "Space Mono", monospace;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}
.testimonials.swiper {
  overflow: visible;
}

.banner-section {
  margin-bottom: 200px;
}

.banner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  border-radius: 40px;
  background-color: #209D50;
}
.banner__icon {
  position: absolute;
  fill: #DDAD72;
  width: 578px;
  height: 555px;
  top: -145px;
  right: -145px;
}
.banner__text-wrapper {
  z-index: 3;
  padding: 66px 0 48px 64px;
  max-width: 601px;
}
.banner .headline {
  margin-bottom: 32px;
  color: #ECE4B7;
}
.banner .headline_dot::after {
  display: none;
}
.banner .text {
  color: #F5F2ED;
}
.banner .text:last-of-type {
  margin-bottom: 62px;
}
.banner .button {
  color: #209D50;
}
.banner__img {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 786px;
}

.video-section {
  padding-top: 100px;
  background-color: #EAE1D6;
}
.video-section .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1152px;
  margin: 0 auto 78px auto;
}
.video-section .headline {
  margin-bottom: 49px;
  text-align: center;
}
.video-section .text {
  max-width: 933px;
  text-align: center;
}

.video {
  display: flex;
  flex-direction: column;
  max-width: 1026px;
  padding: 31px 24px 0 24px;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #EAE1D6;
  border-radius: 28px 28px 0 0;
  background-color: #fff;
}
.video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 724/407;
}
.video-wrapper {
  margin: 0 auto;
  padding: 4px 4px 0;
  max-width: 1034px;
  border-radius: 35px 35px 0 0;
  background-color: #fff;
}

.video-list-section {
  padding: 100px 0;
  background-color: #EAE1D6;
}
.video-list-section .headline {
  max-width: 840px;
  margin: 0 auto 68px;
  text-align: center;
}

.main-video {
  margin: 0 auto 100px auto;
  max-width: 1038px;
}
.main-video.active .main-video__preview {
  display: none;
}
.main-video.active .main-video__video {
  display: block;
}
.main-video__wrapper {
  margin-bottom: 32px;
  padding: 39px 32px;
  border: 3px solid #DED6CC;
  border-radius: 35px;
  background-color: #F5F2ED;
  aspect-ratio: 519/314;
}
.main-video__preview {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.main-video__preview::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 24px;
  right: 24px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
}
.main-video__preview::after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 59px;
  right: 59px;
  width: 40px;
  height: 40px;
  background-image: url("../../img/play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.main-video__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-video__video {
  display: none;
  width: 100%;
  height: 100%;
}
.main-video__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.video-list {
  display: flex;
  flex-direction: row;
  gap: 40px;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
.video-list__item {
  flex: 0 0 280px;
}
.video-list__item.active .video-list__link {
  color: #D36135;
}
.video-list__item.active .img-wrapper {
  background-color: #D36135;
}
.video-list__item.active .img-wrapper::before, .video-list__item.active .img-wrapper::after {
  display: none;
}
.video-list__item.active .video-list__img {
  opacity: 0.7;
}
.video-list__link {
  color: #0D1726;
  text-decoration: none;
}
.video-list .img-wrapper {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
  height: 170px;
  border-radius: 12px;
  background-color: #988F84;
  overflow: hidden;
}
.video-list .img-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}
.video-list .img-wrapper::after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 21px;
  right: 21px;
  width: 16px;
  height: 16px;
  background-image: url("../../img/play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.video-list__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-list__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.projects-section .text-wrapper {
  margin-bottom: 80px;
  max-width: 785px;
}
.projects-section .text-wrapper .headline {
  margin-bottom: 48px;
}
.projects-section .text-wrapper .text {
  max-width: 740px;
}

.projects {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.projects__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 42px 20px;
  padding: 48px 32px;
  border-radius: 10px 10px 100px 10px;
  color: #fff;
  overflow: hidden;
}
.projects__item:nth-of-type(3n+1) {
  background-color: #209D50;
}
.projects__item:nth-of-type(3n+2) {
  background-color: #D36135;
}
.projects__item:nth-of-type(3n+3) {
  background-color: #DDAD72;
}
.projects__item .headline {
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  line-height: 56px;
}
.projects__item .text:not(:last-of-type) {
  margin-bottom: 24px;
}
.projects .wrapper:first-of-type {
  flex: 0 1 361px;
}
.projects .wrapper:last-of-type {
  flex: 0 1 704px;
}
.projects a {
  color: #fff;
}
.projects__icon {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-22%, 51%);
  width: 304px;
  height: 302px;
  fill: rgba(255, 255, 255, 0.1);
}

.pale-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 29px 32px;
}
.pale-cards_multicolored li:nth-of-type(3n+2) .pale-cards__icon {
  fill: #209D50;
}
.pale-cards_multicolored li:nth-of-type(3n+3) .pale-cards__icon {
  fill: #DDAD72;
}
.pale-cards__item {
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
  border: 2px solid #DED6CC;
  border-radius: 10px 10px 80px 10px;
  background-color: #ECE7E0;
}
.pale-cards__icon {
  margin-bottom: 48px;
  width: 80px;
  height: 80px;
  fill: #D36135;
}
.pale-cards .headline {
  display: block;
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
}
.pale-cards .text {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.pale-cards .button {
  margin-top: auto;
  padding: 16px 32px;
}

.organizations-section .headline {
  margin-bottom: 64px;
}
.organizations-section .headline_dot::after {
  display: none;
}

.organizations {
  display: flex;
  flex-direction: row;
  gap: 32px;
  flex-wrap: wrap;
}
.organizations__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 286px;
  height: 153px;
  padding: 20px;
  border: 1px solid #DED6CC;
  border-radius: 16px;
  background-color: #ECE7E0;
}
.organizations__img {
  width: initial;
  height: initial;
  max-width: 246px;
  max-height: 123px;
}

.home-page .testimonials-section {
  margin-bottom: 200px;
}

.about-page .breadcrumbs-section {
  margin-bottom: 100px;
}
.about-page .img-text-section_first {
  margin-bottom: 100px;
}
.about-page .img-text-section_first .headline {
  margin-bottom: 100px;
}
.about-page .img-text-section_first .img-text__img-wrapper {
  flex: 1 0 44.3%;
}
.about-page .img-text-section_first .img-text__img {
  max-width: 542px;
  max-height: 736px;
  border-radius: 10px 10px 220px 10px;
}
.about-page .img-text-section_first .img-text .text:not(:last-child) {
  margin-bottom: 32px;
}
.about-page .img-text-section_first .img-text .text:last-child {
  margin-bottom: 0;
}
.about-page .img-text-section_second {
  margin-bottom: 214px;
}
.about-page .img-text-section_second .img-text {
  align-items: center;
  gap: 42px 56px;
}
.about-page .img-text-section_second .img-text .text:first-of-type {
  max-width: 560px;
}
.about-page .img-text-section_second .img-text .text:last-of-type {
  margin-bottom: 80px;
}
.about-page .img-text-section_second .img-text__img {
  min-height: 450px;
}
.about-page .video-section {
  margin-bottom: 199px;
}
.about-page .projects-section {
  margin-bottom: 191px;
}

.blog-page .breadcrumbs-section {
  margin-bottom: 0;
  background-color: #EAE1D6;
}
.blog-page .read-more_link {
  display: inline-flex;
  white-space: nowrap;
  gap: 0;
}

body:has(.blog-page) .header {
  background-color: #EAE1D6;
}

.blog-hero {
  position: relative;
  margin-bottom: 100px;
  padding: 100px 0 120px;
  background-color: #EAE1D6;
  overflow: hidden;
}
.blog-hero .text-wrapper {
  position: relative;
  z-index: 1;
  max-width: 570px;
}
.blog-hero .headline {
  margin-bottom: 56px;
}
.blog-hero .text {
  margin-bottom: 32px;
  max-width: 560px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.blog-hero .hero-form .form-group {
  flex-grow: 1;
}
.blog-hero .hero-form input {
  max-width: none;
}
.blog-hero .hero-form__button {
  padding: 13px 32px 13px 33px;
  flex: 0;
}
.blog-hero .hero-form__icon {
  width: 38px;
  height: 38px;
}
.blog-hero__icon {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  transform: translate(34%, 28.5%);
  height: 736px;
  fill: #F5F2ED;
}

.featured-section {
  margin-bottom: 141px;
}
.featured-section .headline {
  margin-bottom: 64px;
}
.featured-section .headline_dot::after {
  display: none;
}
.featured-section .headline br {
  display: none;
}
.featured-section .swiper-container {
  padding-bottom: 110px;
}
.featured__item {
  display: flex;
  flex-direction: row;
  gap: 32px 48px;
}
.featured__item > * {
  flex: 1 1 calc(50% - 24px);
}
.featured .img-wrapper {
  max-width: 592px;
}
.featured__img {
  border-radius: 6px 6px 120px 6px;
}
.featured .tags {
  margin-bottom: 64px;
}
.featured .headline {
  margin-bottom: 24px;
}
.featured .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.featured .text:last-of-type {
  margin-bottom: 60px;
}

.posts {
  display: flex;
  flex-direction: row;
  gap: 80px 56px;
  flex-wrap: wrap;
  margin-bottom: 101px;
}
.posts-section .container > .tags {
  gap: 16px;
  margin-bottom: 64px;
}
.posts-section .container > .tags .tags__item {
  padding: 9px 31px;
  font-size: 18px;
}
.posts__item {
  width: calc(50% - 28px);
}
.posts__img {
  margin-bottom: 40px;
  border-radius: 6px 6px 120px 6px;
}
.posts .tags {
  margin-bottom: 24px;
}
.posts .headline {
  margin-bottom: 16px;
}
.posts .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.posts .text:last-of-type {
  margin-bottom: 32px;
}

.blogpost-page .breadcrumbs-section {
  margin-bottom: 40px;
}

.blogpost-hero-section {
  margin-bottom: 100px;
}

.blogpost-hero {
  padding: 40px 178px;
  border-radius: 40px;
  background-color: #EAE1D6;
}
.blogpost-hero .tags {
  margin-bottom: 80px;
  justify-content: center;
}
.blogpost-hero .tags__item {
  border-color: #0D1726;
  background-color: transparent;
}
.blogpost-hero .headline {
  text-align: center;
  font-size: 56px;
  line-height: 72px;
  margin-bottom: 80px;
}
.blogpost-hero .headline br {
  display: none;
}
.blogpost-hero .date {
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.blogpost-hero .date::before {
  content: "Published ";
}

.blogpost-section {
  margin-bottom: 200px;
}
.blogpost-section .container {
  display: flex;
  flex-direction: row;
  gap: 100px 64px;
}
.blogpost-section .aside {
  flex: 0 0 340px;
  max-width: 340px;
  margin: 0 auto;
}
.blogpost-section .aside .card-links {
  margin-bottom: 100px;
}
.blogpost-section .aside .card-links__item:nth-child(3n+1) .curly-card {
  background-color: #DED6CC;
}
.blogpost-section .aside .card-links__item:nth-child(3n+2) .curly-card {
  background-color: #D36135;
}
.blogpost-section .aside .card-links__item:nth-child(3n+2) .curly-card__button {
  color: #D36135;
}
.blogpost-section .aside .card-links__item:nth-child(3n+2) .curly-card__button .icon-svg {
  fill: #D36135;
}
.blogpost-section .aside .card-links__item:nth-child(3n+3) .curly-card {
  background-color: #209D50;
}
.blogpost-section .aside .card-links__item:nth-child(3n+3) .curly-card__button {
  color: #209D50;
}
.blogpost-section .aside .card-links__item:nth-child(3n+3) .curly-card__button .icon-svg {
  fill: #209D50;
}
.blogpost-section .aside .curly-card {
  padding: 32px 32px 40px;
  border-radius: 5px 5px 80px;
}
.blogpost-section .aside .curly-card_newsletter {
  padding-top: 40px;
}
.blogpost-section .aside .curly-card_newsletter .curly-card__title {
  margin-bottom: 16px;
  color: #0D1726;
}
.blogpost-section .aside .curly-card_newsletter .icon-svg {
  margin-bottom: 32px;
  width: 68px;
  height: 68px;
  fill: #209D50;
}
.blogpost-section .aside .curly-card__tag {
  margin-bottom: 56px;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: initial;
}
.blogpost-section .aside .curly-card__title {
  display: block;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}
.blogpost-section .aside .curly-card .text {
  margin-bottom: 32px;
}
.blogpost-section .aside .curly-card__form input {
  padding: 11px 24px 11px;
  font-size: 16px;
  border-color: #fff;
}
.blogpost-section .aside .curly-card__form .button {
  width: 100%;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 24px;
}
.blogpost-section .aside .curly-card .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.blogpost-section .aside .curly-card .form-group label {
  left: 24px;
}
.blogpost-section .aside .curly-card .form-group:has(input:-moz-placeholder-shown) input {
  padding: 11px 24px 11px;
}
.blogpost-section .aside .curly-card .form-group:has(input:placeholder-shown) input {
  padding: 11px 24px 11px;
}
.blogpost-section .aside .curly-card .form-group:has(input:-moz-placeholder-shown) label {
  font-size: 16px;
}
.blogpost-section .aside .curly-card .form-group:has(input:placeholder-shown) label {
  font-size: 16px;
}
.blogpost-section .aside .curly-card .form-group:has(input:focus) input, .blogpost-section .aside .curly-card .form-group:has(textarea:focus) input, .blogpost-section .aside .curly-card .form-group:has(input:not(placeholder-shown)) input, .blogpost-section .aside .curly-card .form-group:has(textarea:not(placeholder-shown)) input, .blogpost-section .aside .curly-card .form-group:has(select) input {
  padding-top: 16px;
  padding-bottom: 6px;
}
.blogpost-section .aside .curly-card .form-group:has(input:focus) label, .blogpost-section .aside .curly-card .form-group:has(textarea:focus) label, .blogpost-section .aside .curly-card .form-group:has(input:not(placeholder-shown)) label, .blogpost-section .aside .curly-card .form-group:has(textarea:not(placeholder-shown)) label, .blogpost-section .aside .curly-card .form-group:has(select) label {
  font-size: 10px;
}
.blogpost-section .aside .curly-card_img {
  margin-bottom: 32px;
  padding: 0;
}
.blogpost-section .aside .curly-card__img {
  border-radius: 5px 5px 80px 5px;
}
.blogpost-section .aside__img-wrapper .button {
  width: 100%;
  padding: 16px 50px;
  font-size: 20px;
  line-height: 32px;
}

.blogpost .text-wrapper {
  margin-bottom: 72px;
}
.blogpost .img-wrapper {
  margin-bottom: 48px;
}
.blogpost__content {
  margin-bottom: 80px;
}
.blogpost__content > *:first-child {
  margin-top: 0;
}
.blogpost__content > *:last-child {
  margin-bottom: 0;
}
.blogpost__content li {
  position: relative;
  padding-left: 48px;
}
.blogpost__content li:not(last-of-type) {
  margin-bottom: 16px;
}
.blogpost__content li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 22px;
  height: 22px;
  background-image: url("../../img/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.blogpost h1, .blogpost h2, .blogpost h3, .blogpost h4, .blogpost h5, .blogpost h6 {
  margin-bottom: 32px;
}
.blogpost h1 + img, .blogpost h2 + img, .blogpost h3 + img, .blogpost h4 + img, .blogpost h5 + img, .blogpost h6 + img {
  margin-top: 40px;
}
.blogpost p, .blogpost ul {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 24px;
}
.blogpost p:last-child, .blogpost ul:last-child {
  margin-bottom: 0;
}
.blogpost p + img, .blogpost ul + img {
  margin-top: 48px;
}
.blogpost strong, .blogpost b {
  font-weight: 600;
}
.blogpost img {
  margin: 72px 0 48px;
  border-radius: 24px;
}
.blogpost__author {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 99px;
  padding-top: 24px;
  border-top: 1px solid #DED6CC;
}
.blogpost__author__person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.blogpost__author img {
  margin: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.blogpost__author .text-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.blogpost__author__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.blogpost__button {
  padding: 13px 32px;
  border: 1px solid #0D1726;
  background-color: transparent;
  color: #0D1726;
}
.blogpost .socials__link {
  border-color: #DED6CC;
}

body:has(.podcast-page) .header {
  background-color: #EAE1D6;
}

.podcast-page .breadcrumbs-section {
  margin-bottom: 0;
  background-color: #EAE1D6;
}

.podcast-hero-section {
  margin-bottom: 100px;
  padding: 64px 0;
  background-color: #EAE1D6;
}

.podcast-hero {
  display: grid;
  grid-template-columns: 334px auto;
  align-items: end;
  gap: 47px 111px;
  padding-left: 60px;
}
.podcast-hero .img-wrapper {
  position: relative;
  padding-top: 60px;
  margin: 0 auto;
}
.podcast-hero .img-wrapper::before, .podcast-hero .img-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 8.161px 32.642px 0px rgba(6, 0, 71, 0.2);
}
.podcast-hero .img-wrapper::before {
  top: 0;
  width: 211px;
  background-color: #D36135;
}
.podcast-hero .img-wrapper::after {
  top: 30px;
  width: 285px;
  background-color: #DDAD72;
}
.podcast-hero .img-wrapper .icon-svg {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  transform: translate(-32px, 28px);
  width: 80px;
  height: 80px;
  fill: #DDAD72;
}
.podcast-hero__img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0px 8.161px 32.642px 0px rgba(6, 0, 71, 0.2);
}
.podcast-hero .text-wrapper {
  padding-bottom: 1px;
}
.podcast-hero .text {
  margin-bottom: 73px;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}
.podcast-hero .blogpost__author {
  align-items: center;
  gap: 24px 15px;
  margin: 0;
  padding: 0;
  border: none;
}
.podcast-hero .blogpost__author__photo {
  width: 52px;
  height: 52px;
}

.podcast-links {
  display: flex;
  flex-direction: row;
  gap: 15px;
  height: 47px;
}

.podcast-card__img {
  margin-bottom: 24px;
  border-radius: 16px;
}
.podcast-card__title {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.listen-now {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #D36135;
  text-decoration: none;
  transition: color 0.2s ease;
}
.listen-now__icon {
  width: 22px;
  height: 22px;
}
.listen-now:hover {
  color: #0D1726;
}

.podcasts-section .headline {
  margin-bottom: 62px;
}
.podcasts-section .headline_dot::after {
  display: none;
}
.podcasts-section .pagination {
  margin-top: 82px;
}
.podcasts-section_featured .podcasts {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

.podcasts {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 64px 42px;
  flex-wrap: wrap;
}
.podcasts__item {
  flex: 0 0 278px;
}
.podcasts__button {
  padding: 13px 31px;
  border: 1px solid #0D1726;
  background-color: #F5F2ED;
  color: #0D1726;
}

.newsletter {
  position: relative;
  padding: 56px;
  border-radius: 40px;
  background-color: #D36135;
  overflow: hidden;
}
.newsletter .wrapper {
  position: relative;
  z-index: 2;
  max-width: 897px;
  margin: 0 auto;
  text-align: center;
}
.newsletter .headline {
  margin-bottom: 43px;
  font-size: 64px;
  line-height: 72px;
  color: #ECE4B7;
}
.newsletter .text {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 32px;
  color: #F5F2ED;
}
.newsletter .button {
  font-size: 20px;
}
.newsletter__icon {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-118px, 135px);
  width: 392px;
  height: 400px;
  fill: #ECE4B7;
}
.newsletter .form-group {
  text-align: left;
}

body:has(.podcastpage-page) .header {
  background-color: #EAE1D6;
}

.podcastpage-page .breadcrumbs-section {
  margin-bottom: 0;
  background-color: #EAE1D6;
}
.podcastpage-page .podcast-hero {
  align-items: start;
}
.podcastpage-page .podcast-hero .text-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  padding: 43px 0 0;
}
.podcastpage-page .podcast-hero .extra-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px 40px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.podcastpage-page .podcast-hero .text {
  margin-bottom: 48px;
}
.podcastpage-page .podcast-hero .socials-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.podcastpage-page .podcast-hero .socials {
  gap: 10px;
}
.podcastpage-page .podcast-hero .socials__link {
  width: 32px;
  height: 32px;
}
.podcastpage-page .podcast-hero audio {
  position: relative;
  width: 100%;
}
.podcastpage-page .podcast-about-section {
  margin-bottom: 140px;
}
.podcastpage-page .next-episode-section {
  margin-bottom: 141px;
}
.podcastpage-page .podcasts {
  margin-bottom: 64px;
}
.podcastpage-page .img-text-section {
  margin-bottom: 180px;
}
.podcastpage-page .img-text-section .text:not(:last-child) {
  margin-bottom: 16px;
}

.tabs {
  position: relative;
  max-width: 865px;
  margin: 0 auto;
}
.tabs::after {
  position: absolute;
  top: 49px;
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 50px;
  background-color: #ECE7E0;
}
.tabs__triggers-list {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 72px;
  margin-bottom: 56px;
}
.tabs__trigger {
  position: relative;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.tabs__trigger::after {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 50px;
  background-color: transparent;
  transition: background-color 0.2s ease;
}
.tabs__trigger.active {
  color: #D36135;
  border-color: #D36135;
  cursor: initial;
}
.tabs__trigger.active::after {
  background-color: #D36135;
}
.tabs__description {
  display: none;
  margin: 0;
}
.tabs__description.active {
  display: block;
}

.next-episode {
  position: relative;
  padding: 40px 40px 49px;
  border-radius: 24px;
  background-color: #EAE1D6;
  overflow: hidden;
}
.next-episode .wrapper {
  margin: 0 auto;
  max-width: 646px;
  text-align: center;
}
.next-episode .tags__item {
  display: inline-block;
  margin-bottom: 48px;
  border: 1px solid #D36135;
  background: rgba(211, 97, 53, 0.1);
  font-weight: 500;
  text-transform: uppercase;
  color: #D36135;
}
.next-episode .headline {
  margin-bottom: 40px;
  font-size: 44px;
  font-weight: 500;
  line-height: 60px;
}
.next-episode .listen-now {
  font-size: 20px;
}
.next-episode .listen-now__icon {
  width: 26px;
  height: 26px;
}
.next-episode__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(37px, 119px);
  width: 328px;
  height: 326px;
  fill: #F5F2ED;
}

.advising-page .breadcrumbs-section {
  margin-bottom: 100px;
}

.advising-hero .text-wrapper {
  margin-bottom: 98px;
}
.advising-hero .text-wrapper .headline {
  margin-bottom: 40px;
}
.advising-hero .text-wrapper .text {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

.partner-page .breadcrumbs-section {
  margin-bottom: 100px;
}

.contact-section .headline {
  margin-bottom: 100px;
}
.contact-section .headline_dot::after {
  margin-left: 7px;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  gap: 32px 40px;
}
.contact-wrapper .banner-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 70px;
  width: 100%;
  flex: 1 1 640px;
  padding: 56px 44px;
  border-radius: 32px;
  background-color: #D36135;
  overflow: hidden;
}
.contact-wrapper .banner-wrapper .text {
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
  color: #F5F2ED;
}
.contact-wrapper .banner-wrapper .tags {
  flex-direction: column;
  gap: 16px;
}
.contact-wrapper .banner-wrapper .tags__item {
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 35px;
  font-size: 20px;
  line-height: 44px;
  color: #F5F2ED;
  background: rgba(234, 225, 214, 0.15);
}
.contact-wrapper .banner-wrapper .icon-svg {
  position: absolute;
  top: -157px;
  right: -94px;
  width: 490px;
  height: 490px;
  fill: #F5F2ED;
}
.contact-wrapper .form-wrapper {
  display: flex;
  flex-direction: column;
  flex: 0 0 560px;
  padding: 70px 50px 56px;
  border-radius: 32px;
  background-color: #EAE1D6;
}
.contact-wrapper .form-wrapper .headline {
  margin-bottom: 46px;
  padding-left: 12px;
  font-size: 44px;
  font-weight: 500;
  line-height: 60px;
}
.contact-wrapper .form-wrapper .headline_dot::after {
  width: 12px;
  height: 12px;
  margin-left: 3px;
}
.contact-wrapper .form-wrapper .contact-form {
  margin-bottom: 12px;
}
.contact-wrapper .form-wrapper .form-message {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 24px;
}
.contact-wrapper .form-wrapper .button {
  padding: 22px 31px;
  font-size: 20px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
}
.contact-form textarea {
  resize: none;
}

.speaker-page .breadcrumbs-section {
  margin-bottom: 100px;
}
.speaker-page .organizations-section {
  margin-bottom: 100px;
  overflow: hidden;
}
.speaker-page .organizations-section .headline {
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
}
.speaker-page .organizations-wrapper {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  overflow-x: scroll;
}
.speaker-page .organizations {
  gap: 20px;
  flex-wrap: nowrap;
}
.speaker-page .organizations:not(:last-of-type) {
  margin-bottom: 24px;
}
.speaker-page .organizations__item {
  flex: 0 0 190px;
  height: 100px;
  border-radius: 10px;
}
.speaker-page .organizations__img {
  max-width: 148px;
  max-height: 58px;
}
.speaker-page .video-list-section {
  margin-bottom: 102px;
}

.speaker-section {
  margin-bottom: 100px;
}
.speaker-section .headline {
  margin-bottom: 112px;
}
.speaker-section .headline_dot::after {
  margin-left: 7px;
  width: 16px;
  height: 16px;
}

.speaker {
  display: flex;
  flex-direction: row;
  gap: 40px 60px;
}
.speaker__img-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 600px auto;
  gap: 55px 24px;
  flex: 1 0 44.2%;
}
.speaker .wrapper:nth-child(even) {
  align-self: end;
}
.speaker__img {
  border-radius: 24px;
}
.speaker .curly-img {
  border-radius: 24px 24px 120px 24px;
}
.speaker .headline {
  margin-bottom: 20px;
}
.speaker .list {
  margin-bottom: 32px;
}
.speaker .list__item {
  padding-left: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
.speaker .list__item:not(:last-child) {
  margin-bottom: 12px;
}
.speaker .list__item::before {
  top: 5px;
  width: 24px;
  height: 24px;
  background-image: url("../../img/goldstar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  transform: rotate(0);
  filter: brightness(0) saturate(100%) invert(73%) sepia(53%) saturate(6733%) hue-rotate(339deg) brightness(87%) contrast(88%);
}
.speaker .list:nth-of-type(2) {
  margin-bottom: 64px;
}
.speaker .list:nth-of-type(2) .list__item::before {
  filter: brightness(0) saturate(100%) invert(40%) sepia(19%) saturate(7445%) hue-rotate(124deg) brightness(96%) contrast(75%);
}
.speaker .text {
  margin-bottom: 32px;
}
.speaker__text-wrapper > *:last-child {
  margin-bottom: 0;
}

.spoiler-list__item:last-child .spoiler__target .wrapper {
  padding-bottom: 0;
}
.spoiler-list .spoiler {
  margin-bottom: 41px;
}
.spoiler-list .spoiler__trigger {
  position: relative;
  margin-bottom: 40px;
}
.spoiler-list .spoiler__trigger::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #EAE1D6;
  transition: bottom 0.1s ease;
}
.spoiler-list .spoiler__target .wrapper {
  padding: 56px 0 16px;
}
.spoiler-list .hidden-text-wrapper {
  margin-bottom: 40px;
  max-width: 948px;
}
.spoiler-list h5 {
  margin-bottom: 32px;
  line-height: 40px;
}
.spoiler-list h6 {
  margin-bottom: 16px;
}
.spoiler-list .text {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.spoiler-list a {
  font-weight: 500;
}
.spoiler-list *:last-child {
  margin-bottom: 0;
}
.spoiler-list .img-text {
  margin-bottom: 100px;
}
.spoiler-list .img-text:last-child {
  margin-bottom: 0;
}
.spoiler-list .img-text .body1:not(:last-child) {
  margin-bottom: 32px;
}
.spoiler-list .img-text .body1 a {
  color: #D36135;
}
.spoiler-list .img-text_spoiler {
  gap: 31px 48px;
}
.spoiler-list .img-text_spoiler .img-text__img-wrapper {
  flex: 1 0 40.6%;
}
.spoiler-list .img-text_spoiler .img-text__img {
  border-radius: 16px;
}
.spoiler-list .img-text_spoiler .headline {
  margin-bottom: 32px;
}
.spoiler-list .img-text_spoiler .text:not(:last-child) {
  margin-bottom: 24px;
}
.spoiler-list .img-text_bio {
  gap: 40px 64px;
}
.spoiler-list .img-text_bio .img-text__img-wrapper {
  flex: 1 0 43.7%;
}
.spoiler-list .img-text_bio .curly-img {
  border-radius: 10px 10px 220px 10px;
}

.link-list__item {
  position: relative;
  padding-left: 30px;
}
.link-list__item:not(:last-child) {
  margin-bottom: 24px;
}
.link-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0D1726;
}
.link-list__link {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #D36135;
  text-decoration: none;
}

body:has(.sales-page) .header__nav {
  display: none;
}

.sales-page .img-text-section {
  margin-bottom: 100px;
}
.sales-page .img-text-section .img-text:not(:last-child) {
  margin-bottom: 100px;
}
.sales-page .img-text-section .img-text .text:not(:last-child) {
  margin-bottom: 16px;
}
.sales-page .img-text-section .img-text .list__item {
  font-size: 20px;
  line-height: 32px;
}
.sales-page .img-text-section .img-text .list__item:not(:last-child) {
  margin-bottom: 16px;
}
.sales-page .img-text-section .img-text .wrapper {
  margin-bottom: 64px;
}
.sales-page .img-text-section .img-text .wrapper > *:not(:last-child) {
  margin-bottom: 32px;
}
.sales-page .img-text-section .img-text .headline {
  margin-bottom: 64px;
}
.sales-page .img-text-section .img-text .button {
  padding: 16px 44px;
}

.sales-hero-section {
  position: relative;
  top: -58px;
  margin-bottom: 42px;
  padding: 87px 0 75px;
  background-color: #EAE1D6;
  overflow: hidden;
}
.sales-hero-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: calc(50% - 50px);
  height: 100%;
  border-radius: 0px 0px 0px 160px;
  background-color: #209D50;
}
.sales-hero-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 188px;
  left: 50%;
  transform: translateX(575px);
  display: block;
  width: 196px;
  height: 196px;
  background-image: url(../../img/background-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  filter: brightness(0) saturate(100%) invert(96%) sepia(36%) saturate(5645%) hue-rotate(298deg) brightness(134%) contrast(85%);
}

.sales-hero {
  display: flex;
  flex-direction: row;
  gap: 80px 50px;
  justify-content: center;
  align-items: flex-end;
}
.sales-hero .main-wrapper {
  flex: 0 1 640px;
  padding: 0 0 54px 20px;
}
.sales-hero .main-wrapper .headline {
  margin-bottom: 24px;
  font-size: 100px;
  line-height: 140px;
}
.sales-hero .main-wrapper .text {
  margin-bottom: 111px;
  max-width: 500px;
  font-size: 24px;
  line-height: 40px;
}
.sales-hero .main-wrapper .button {
  padding: 16px 44px;
}
.sales-hero .secondary-wrapper {
  position: relative;
  z-index: 2;
  flex: 0 1 590px;
  padding: 0 19px 0 56px;
  font-size: 18px;
  color: #fff;
}
.sales-hero .secondary-wrapper::before {
  display: none;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px 100px 0px 0px;
  background-color: #209D50;
}
.sales-hero .secondary-wrapper .text-wrapper:not(:last-child) {
  margin-bottom: 40px;
}
.sales-hero .secondary-wrapper .headline {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.sales-hero .secondary-wrapper .text {
  line-height: 32px;
}
.sales-hero .secondary-wrapper .text:not(:last-child) {
  margin-bottom: 12px;
}
.sales-hero .secondary-wrapper .list {
  max-width: 407px;
  line-height: 28px;
}
.sales-hero .secondary-wrapper .list__item {
  margin-bottom: 14px;
  padding-left: 48px;
}
.sales-hero .secondary-wrapper .list__item:last-child {
  margin-bottom: 0;
}
.sales-hero .secondary-wrapper .list__item::before {
  left: 4px;
  top: 5px;
  width: 22px;
  height: 22px;
  background-image: url("../../img/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  transform: none;
  filter: brightness(0) saturate(100%) invert(96%) sepia(36%) saturate(5645%) hue-rotate(298deg) brightness(134%) contrast(85%);
}

.circles-section {
  margin-bottom: 102px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.circles-section .headline {
  margin: 0 auto;
  max-width: 1040px;
  text-align: center;
}

.circles {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 44px;
  max-width: 1440px;
  margin: 0 auto;
}
.circles:nth-of-type(2n+2) .text-wrapper {
  flex: 0 1 628px;
  padding-left: 20px;
}
.circles:nth-of-type(2n+2) .img-wrapper {
  flex: 0 1 688px;
  border-radius: 10px 0px 0px 120px;
}
.circles:nth-of-type(2n+1) {
  flex-direction: row-reverse;
}
.circles:nth-of-type(2n+1) .text-wrapper {
  flex: 0 1 608px;
  padding-right: 20px;
}
.circles:nth-of-type(2n+1) .img-wrapper {
  flex: 0 1 708px;
  border-radius: 0px 120px 10px 0px;
}
.circles .img-wrapper {
  display: flex;
  flex-direction: row;
  border: 3px solid #DED6CC;
  background-color: #ECE7E0;
}
.circles__img {
  align-self: flex-end;
}
.circles__img_mobile {
  display: none;
}
.circles .text-wrapper .wrapper:not(:last-child) {
  margin-bottom: 32px;
}
.circles .text:not(:last-child) {
  margin-bottom: 24px;
}

.arrow-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  max-width: 891px;
  margin: 0 auto;
  text-align: center;
}
.arrow-text .text {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}
.arrow-text .arrow-button .icon-svg {
  width: 32px;
  height: 28px;
  transform: rotate(90deg);
  fill: #D36135;
}

.sales-intro {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #EAE1D6;
  overflow: hidden;
}
.sales-intro .container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.sales-intro .container > .text-wrapper {
  margin: 0 auto;
  max-width: 966px;
}
.sales-intro .container > .text-wrapper .text {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}
.sales-intro .container > .text-wrapper .text:not(:last-of-type) {
  margin-bottom: 32px;
}
.sales-intro .img-text {
  position: relative;
  z-index: 1;
}
.sales-intro .img-text__img-wrapper {
  position: relative;
  padding: 4px;
  height: -moz-fit-content;
  height: fit-content;
}
.sales-intro .img-text__img-wrapper::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 120px 10px;
  background-color: #F5F2ED;
}
.sales-intro .img-text .curly-img {
  max-height: 632px;
  border-radius: 114px 7px;
  overflow: hidden;
}
.sales-intro .img-text__img {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sales-intro .img-text .headline {
  margin-bottom: 24px;
}
.sales-intro .img-text .subtitle {
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}
.sales-intro .img-text .text:not(:last-of-type) {
  margin-bottom: 16px;
}
.sales-intro .cta-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}
.sales-intro .cta-wrapper .text {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.sales-intro .cta-wrapper .button {
  padding: 16px 44px;
}
.sales-intro__icon {
  position: absolute;
  z-index: 0;
  bottom: -318px;
  left: 50%;
  transform: translateX(216px) rotate(-4.606deg);
  width: 524px;
  height: 524px;
  fill: #F5F2ED;
}

.methods-section {
  margin-bottom: 100px;
}
.methods-section .container > .text-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
.methods-section .headline {
  margin-bottom: 24px;
}
.methods-section .button {
  display: block;
  margin: 0 auto;
  padding: 16px 44px;
}

.methods {
  margin-bottom: 192px;
}
.methods__item {
  position: relative;
  padding-left: 176px;
  margin-bottom: 128px;
}
.methods__item:has(.active) {
  margin-bottom: 64px;
}
.methods__item:last-child {
  margin-bottom: 0;
}
.methods__item:last-child::before {
  display: none;
}
.methods__item:nth-child(1) .methods__milestone {
  color: #DDAD72;
}
.methods__item:nth-child(1) .methods__icon {
  fill: #DDAD72;
}
.methods__item:nth-child(2) .methods__milestone {
  color: #209D50;
}
.methods__item:nth-child(2) .methods__icon {
  fill: #209D50;
}
.methods__item:nth-child(3) .methods__milestone {
  color: #9CCFD9;
}
.methods__item:nth-child(3) .methods__icon {
  fill: #9CCFD9;
}
.methods__item:nth-child(5) .methods__milestone {
  color: #0D1726;
}
.methods__item:nth-child(5) .methods__icon {
  fill: #0D1726;
}
.methods__item::before, .methods__item::after {
  content: "";
  position: absolute;
}
.methods__item::before {
  top: 0;
  left: 49px;
  width: 24px;
  height: calc(100% + 128px);
  border: solid #ECE7E0;
  border-width: 0 11px;
  background-color: #DED6CC;
}
.methods__item::after {
  top: -16px;
  left: 0;
  width: 120px;
  height: 120px;
  border: 2px solid #DED6CC;
  border-radius: 50%;
  background-color: #ECE7E0;
}
.methods__icon {
  position: absolute;
  z-index: 1;
  top: 19px;
  left: 35px;
  width: 50px;
  height: 50px;
  fill: #D36135;
}
.methods__milestone {
  display: block;
  margin-bottom: 12px;
  font-family: "Space Mono", monospace;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: #D36135;
}
.methods__title {
  display: block;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.methods .text {
  font-size: 18px;
  line-height: 32px;
}

.pricing-section {
  padding: 100px 0;
  margin-bottom: 100px;
  background-color: #EAE1D6;
}
.pricing-section .container > .text-wrapper {
  margin-bottom: 64px;
  text-align: center;
}
.pricing-section .container > .text-wrapper .headline {
  margin-bottom: 24px;
}
.pricing-section .cta-wrapper {
  margin: 0 auto;
  max-width: 904px;
  text-align: center;
}
.pricing-section .cta-wrapper .text-wrapper {
  margin-bottom: 48px;
}
.pricing-section .cta-wrapper .text {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}
.pricing-section .cta-wrapper .text:not(:last-child) {
  margin-bottom: 32px;
}
.pricing-section .cta-wrapper .price-wrapper {
  padding: 30px;
  margin: 0 auto 32px;
  max-width: 357px;
  border: 2px solid #F5F2ED;
  border-radius: 12px;
  text-align: center;
  background-color: #ECE7E0;
}
.pricing-section .cta-wrapper .price {
  display: block;
  margin-bottom: 12px;
  font-size: 44px;
  font-weight: 600;
  line-height: 40px;
  color: #209D50;
}
.pricing-section .cta-wrapper .description {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.pricing-section .cta-wrapper .button {
  padding: 16px 44px;
}

.pricing {
  display: grid;
  gap: 56px 32px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  margin-bottom: 64px;
}
.pricing__item {
  padding: 30px 32px;
  border-radius: 10px 10px 120px 10px;
  border: 2px solid #F5F2ED;
  background: rgba(245, 242, 237, 0.4);
}
.pricing__item:nth-child(6n+2) .pricing__price, .pricing__item:nth-child(6n+4) .pricing__price {
  background-color: #209D50;
}
.pricing__item:nth-child(6n+3) .pricing__price, .pricing__item:nth-child(6n+5) .pricing__price {
  background-color: #DDAD72;
}
.pricing__price {
  display: block;
  margin-bottom: 49px;
  padding: 10px 24px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  background-color: #D36135;
}
.pricing__title {
  display: block;
  margin-bottom: 19px;
  min-height: 96px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.pricing__desc {
  font-size: 14px;
  line-height: 24px;
}

.difference-section {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #EAE1D6;
}
.difference-section .text-wrapper {
  margin-bottom: 64px;
  max-width: 1087px;
}
.difference-section .headline {
  margin-bottom: 24px;
}

.differences {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.differences__item {
  flex: 1 0 0;
  padding: 31px 23px;
  border: 1px solid #D36135;
  border-radius: 10px 10px 120px 10px;
}
.differences__item:nth-child(3n+1) {
  border-color: #DDAD72;
}
.differences__item:nth-child(3n+1) .differences__icon {
  fill: #DDAD72;
}
.differences__item:nth-child(3n+2) {
  border-color: #209D50;
}
.differences__item:nth-child(3n+2) .differences__icon {
  fill: #209D50;
}
.differences__icon {
  margin-bottom: 40px;
  width: 64px;
  height: 64px;
  fill: #D36135;
}
.differences .headline {
  margin-bottom: 19px;
}

.how-this-works {
  display: flex;
  flex-direction: row;
  gap: 40px 80px;
}
.how-this-works .text-wrapper {
  flex: 1 1 563px;
}
.how-this-works .list-wrapper {
  flex: 1 1 597px;
  padding: 48px;
  border-radius: 10px 10px 140px 10px;
  background: rgba(234, 225, 214, 0.2);
}
.how-this-works .list-wrapper .text:not(:last-child) {
  margin-bottom: 40px;
}
.how-this-works .headline {
  margin-bottom: 64px;
}
.how-this-works .text:not(:last-child) {
  margin-bottom: 24px;
}
.how-this-works .list__item {
  padding-left: 84px;
  font-size: 20px;
  line-height: 32px;
}
.how-this-works .list__item:not(:last-child) {
  margin-bottom: 40px;
}
.how-this-works .list__item:nth-child(3n+2)::before {
  background-color: #209D50;
}
.how-this-works .list__item:nth-child(3n+3)::before {
  background-color: #DDAD72;
}
.how-this-works .list__item::before {
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.how-this-works .list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url("../../img/icon9.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(20%) hue-rotate(192deg) brightness(105%) contrast(100%);
}

.program {
  position: relative;
  flex: 0 0 50%;
  padding: 64px 0;
  color: #fff;
}
.program:first-child {
  padding-right: 56px;
}
.program:last-child {
  padding-left: 56px;
}
.program:last-child::before {
  border-radius: 0 64px 0 0;
  background-color: #0D1726;
}
.program::before {
  display: none;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 100%;
  border-radius: 0 0 64px 0;
  background-color: #209D50;
}
.program-section .text-wrapper {
  margin: 0 auto 64px auto;
  max-width: 1082px;
  text-align: center;
}
.program-section .text-wrapper .headline {
  margin-bottom: 24px;
}
.program-section .cta-wrapper {
  margin: 0 auto;
  max-width: 441px;
  text-align: center;
}
.program-section .cta-wrapper .text {
  margin-bottom: 32px;
}
.program-section .cta-wrapper .button {
  padding: 16px 46px;
}
.program-wrapper {
  position: relative;
  margin-bottom: 64px;
}
.program-wrapper::before, .program-wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 50%;
  height: 100%;
}
.program-wrapper::before {
  left: 0;
  border-radius: 0px 0px 200px 0px;
  background-color: #209D50;
}
.program-wrapper::after {
  right: 0;
  border-radius: 0px 0px 0px 200px;
  background-color: #0D1726;
}
.program-wrapper .container {
  display: flex;
  flex-direction: row;
}
.program .headline {
  margin-bottom: 40px;
  font-weight: 600;
}
.program .list__item {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
.program .list__item::before {
  filter: brightness(0) saturate(100%) invert(89%) sepia(29%) saturate(337%) hue-rotate(349deg) brightness(105%) contrast(85%);
}

.refund {
  display: flex;
  flex-direction: row;
  gap: 48px 64px;
}
.refund .img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 46px;
  flex: 0 1 559px;
  padding: 40px 48px 24px 40px;
  border-radius: 10px 10px 120px 10px;
  background-color: #DDAD72;
}
.refund__img {
  max-width: 234px;
}
.refund .slogan {
  margin-top: auto;
  max-width: 300px;
  align-self: flex-end;
  font-family: "Space Mono", monospace;
  font-size: 40px;
  line-height: 48px;
}
.refund .text-wrapper {
  flex: 0 1 616px;
}
.refund .headline {
  margin-bottom: 64px;
}
.refund .text {
  font-size: 20px;
  line-height: 32px;
}
.refund .text:not(:last-child) {
  margin-bottom: 32px;
}
.refund .text_semibold {
  font-size: 24px;
  line-height: 40px;
}
.refund .text a {
  font-weight: 600;
  text-decoration: none;
}

.choice-section .container > .text-wrapper {
  margin-bottom: 64px;
  text-align: center;
}
.choice-section .headline {
  margin-bottom: 24px;
}

.choice {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.choice .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 100px 40px;
  flex: 0 1 660px;
  border-radius: 32px;
  background-color: #EAE1D6;
}
.choice .cta-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  flex: 0 1 540px;
  padding: 350px 26px 68px;
  border-radius: 32px 32px 200px 32px;
  background-color: #D36135;
  overflow: hidden;
}
.choice .cta-wrapper .icon-svg {
  position: absolute;
  z-index: 0;
  top: -105px;
  right: -102px;
  width: 430px;
  height: 430px;
  fill: #ECE4B7;
}
.choice .cta-wrapper .wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
  max-width: 480px;
  text-align: center;
}
.choice .cta-wrapper .text {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  color: #fff;
}
.choice .cta-wrapper .text:not(:last-child) {
  margin-bottom: 24px;
}
.choice .cta-wrapper .button {
  position: relative;
  z-index: 1;
  padding: 16px 46px;
  color: #D36135;
}

body:has(.resources-page) .header {
  background-color: #EAE1D6;
}

.resources-page .breadcrumbs-section {
  margin-bottom: 0;
  background-color: #EAE1D6;
}

.resources-hero-section {
  margin-bottom: 0;
  padding: 31px 0 56px;
  background-color: #EAE1D6;
}

.resources-hero {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.resources-hero .headline {
  top: 68px;
}
.resources-hero .headline_dot {
  position: relative;
}
.resources-hero .headline_dot::after {
  position: absolute;
  bottom: 38px;
}
.resources-hero .img-wrapper {
  max-width: 598px;
}

.resources-section {
  position: relative;
  margin-bottom: 0;
  padding: 100px 0;
}
.resources-section:last-child {
  margin-bottom: 125px;
}
.resources-section .container > .headline {
  margin-bottom: 62px;
}
.resources-section .overlay {
  height: 100%;
  position: absolute;
  background-color: rgba(234, 225, 214, 0.6);
}
.resources-section .pale-cards {
  gap: 60px 32px;
}
.resources-section .pale-cards li {
  position: relative;
}
.resources-section .pale-cards__item {
  width: 100%;
  height: 100%;
}
.resources-section .pale-cards__item:has(.hidden-lines__wrapper.active) {
  position: absolute;
  z-index: 10;
  height: auto;
}
.resources-section .pale-cards__item .headline {
  font-size: 32px;
  line-height: 44px;
}
.resources-section .pale-cards .hidden-lines__wrapper {
  margin-bottom: 40px;
  min-height: 96px;
}

.hire-section {
  padding-top: 44px;
  margin-bottom: 46px;
}
.hire-section .pale-cards__item {
  position: relative;
  padding: 74px 0 72px;
  align-items: center;
  border-radius: 10px 10px 200px 10px;
}
.hire-section .pale-cards__item::before, .hire-section .pale-cards__item::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.hire-section .pale-cards__item::before {
  bottom: 51px;
  left: 72px;
  width: 203px;
  height: 143px;
  background-image: url("../../img/text-bubble1.png");
}
.hire-section .pale-cards__item::after {
  top: 46px;
  right: 58px;
  width: 102px;
  height: 126px;
  background-image: url("../../img/text-bubble2.svg");
}
.hire-section .pale-cards__item .headline {
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}
.hire-section .pale-cards__item .text {
  margin-bottom: 54px;
  font-size: 18px;
  line-height: 32px;
}
.hire-section .pale-cards__item .button {
  min-width: 328px;
  padding: 16px 50px;
}

.quiz-page .breadcrumbs-section {
  margin-bottom: 54px;
}

.quiz-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 48px;
  padding: 72px 99px;
  border: 2px solid #DED6CC;
  border-radius: 10px 10px 200px 10px;
  background-color: #ECE7E0;
}
.quiz-hero .headline {
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 600;
}
.quiz-hero .text {
  font-size: 18px;
  line-height: 32px;
}
.quiz-hero__img {
  max-width: 542px;
}
.quiz-hero .button {
  min-width: 328px;
  padding: 16px 50px;
}

@media only screen and (max-width: 991px) {
  .spoiler_mobile .spoiler__trigger {
    cursor: pointer;
  }
  .spoiler_mobile .spoiler__icon {
    display: initial;
  }
  .spoiler_mobile .spoiler__target {
    max-height: 0;
  }

  .hidden-lines__btn {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 56px;
    line-height: 72px;
  }

  h2 {
    font-size: 48px;
    line-height: 56px;
  }

  h3 {
    font-size: 44px;
    line-height: 52px;
  }

  h4, h5, h6 {
    font-size: 24px;
    line-height: 32px;
  }

  .headline_dot {
    padding-right: 17px;
  }
  .headline_dot::after {
    margin: 0 -17px 0 5px;
    width: 12px;
    height: 12px;
  }

  .body1 {
    font-size: 18px;
    line-height: 32px;
  }

  .body2 {
    font-size: 16px;
    line-height: 24px;
  }

  .button {
    width: 100%;
  }

  .list__item:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .tags__item {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 20px;
  }

  .read-more {
    align-items: flex-start;
    font-size: 32px;
    line-height: 40px;
  }
  .read-more::after {
    flex: 0 0 36px;
    height: 32px;
  }
  .read-more_link {
    font-size: 16px;
  }
  .read-more_link::after {
    width: 16px;
    height: 16px;
  }
}
@supports (-webkit-touch-callout: none) {
  .form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
    font-size: initial;
  }
  .form-group input::placeholder,
.form-group textarea::placeholder {
    font-size: initial;
  }
  .form-group:has(input:-moz-placeholder-shown) label, .form-group:has(textarea:-moz-placeholder-shown) label {
    display: none;
  }
  .form-group:has(input:placeholder-shown) label, .form-group:has(textarea:placeholder-shown) label, .form-group:has(input:not(placeholder-shown)) label, .form-group:has(textarea:not(placeholder-shown)) label {
    display: none;
  }
  .form-group:has(input:focus) label, .form-group:has(textarea:focus) label {
    display: initial;
  }
  .form-group:has(input:focus) *::-moz-placeholder, .form-group:has(textarea:focus) *::-moz-placeholder {
    font-size: 0;
  }
  .form-group:has(input:focus) *::placeholder, .form-group:has(textarea:focus) *::placeholder {
    font-size: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header::after {
    display: block;
  }
  .header__top .text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .header .main-menu__link:hover, .header .main-menu__link:focus {
    color: #D36135;
  }
  .header .main-menu__button {
    background-color: #fff;
    color: #D36135;
  }
  .header__nav.active .menu-wrapper {
    right: -1px;
  }
  .header__nav.active .menu-button::before, .header__nav.active .menu-button::after, .header__nav.active .menu-button__item {
    top: 50%;
    background-color: #fff;
  }
  .header__nav.active .menu-button::before {
    transform: translateY(-50%) rotate(-45deg);
  }
  .header__nav.active .menu-button::after {
    transform: translateY(-50%) rotate(45deg);
  }
  .header__nav.active .menu-button__item {
    display: none;
  }


  .menu-button {
    display: inline-block;
    z-index: 11;
  }

  .menu-wrapper {
    position: fixed;
    z-index: 10;
    top: 0;
    right: -100%;
    flex-direction: column;
    gap: 39px;
    padding: 110px 74px;
    border-right: 20px solid #0D1726;
    border-radius: 0px 0px 0px 64px;
    background-color: #0D1726;
  }

  .main-menu {
    flex-direction: column;
  }
  .main-menu__link {
    font-size: 20px;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .header__top {
    padding: 10px;
  }
  .header__top .text {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-height: 559px) {
  .menu-wrapper {
    height: 100vh;
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 991px) {
  .footer {
    padding: 55px 0 24px;
  }
  .footer__main {
    margin-bottom: 54px;
    gap: 40px;
  }
  .footer__main .text {
    font-size: 16px;
    line-height: 24px;
  }
  .footer__main .wrapper:not(:last-of-type)::after {
    display: block;
  }
  .footer__main .wrapper:last-of-type .links-title {
    margin-bottom: 20px;
  }
  .footer::before {
    bottom: 61px;
  }
  .footer__bottom {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .footer__bottom .links {
    gap: 17px;
  }
  .footer__bottom .links__link {
    font-size: 12px;
  }
  .footer__bottom .text {
    font-size: 12px;
  }
  .footer__logo {
    width: 82px;
    margin-bottom: 25px;
  }
  .footer .logo-wrapper {
    max-width: none;
  }
  .footer .links-wrapper {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }
  .footer .links-title {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumbs-section {
    padding-top: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section {
    overflow: initial;
    position: static;
    padding-top: 0;
    margin-bottom: 70px;
  }

  .hero {
    padding: 55px 0 0 0;
  }
  .hero::before, .hero::after {
    display: none;
  }
  .hero__img-wrapper {
    display: none;
  }
  .hero__text-wrapper {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .hero__text-wrapper {
    flex: auto;
  }
  .hero__text-wrapper .text {
    margin-bottom: 56px;
  }
  .hero .headline {
    margin-bottom: 36px;
    font-size: 48px;
    line-height: 54px;
  }

  .hero-form {
    flex-direction: column;
    padding: 0;
    max-width: none;
    border: none;
    border-radius: 0;
    background-color: transparent;
  }
  .hero-form input {
    max-width: none;
    border-color: #EAE1D6;
  }
  .hero-form__button {
    flex: 1;
  }
  .hero-form .form-group {
    margin-bottom: 12px;
  }
  .hero-form .form-group:has(input:-moz-placeholder-shown) label {
    font-size: 18px;
    left: 32px;
  }
  .hero-form .form-group:has(input:placeholder-shown) label {
    font-size: 18px;
    left: 32px;
  }
  .hero-form .form-group:has(input:focus) label, .hero-form .form-group:has(textarea:focus) label, .hero-form .form-group:has(input:not(placeholder-shown)) label, .hero-form .form-group:has(textarea:not(placeholder-shown)) label, .hero-form .form-group:has(select) label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .brands-section {
    margin-bottom: 82px;
  }

  .brands {
    gap: 40px;
  }
  .brands__img {
    height: 20px;
  }

  .running-line-wrapper {
    height: 20px;
  }
}
@media only screen and (max-width: 1279px) {
  .mottos__item {
    width: initial;
  }
  .mottos__item:last-child {
    width: initial;
  }
}
@media only screen and (max-width: 991px) {
  .mottos {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .mottos-section {
    margin-bottom: 125px;
  }

  .mottos {
    gap: 44px;
    padding: 40px 23px;
    border-radius: 10px 10px 64px 10px;
  }
  .mottos__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 24px;
  }
  .mottos__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .img-text-section {
    margin-bottom: 145px;
  }
  .img-text-section_logoed .button {
    width: auto;
  }
  .img-text-section_advantages {
    margin-bottom: 130px;
  }
  .img-text-section_advantages .img-text__img {
    transform: scale(1.12);
    left: -12px;
    top: 6px;
  }
  .img-text-section_advantages .list {
    margin-bottom: 63px;
  }
  .img-text-section_advantages .list__item .body2 {
    font-size: 18px;
    line-height: 28px;
  }

  .img-text {
    flex-direction: column;
    align-items: center;
    gap: 65px;
  }
  .img-text__img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .img-text-section_logoed .img-text .headline {
    line-height: 56px;
    margin-bottom: 32px;
  }

  .img-text .headline {
    line-height: 54px;
    margin-bottom: 46px;
  }
  .img-text .headline_dot::after {
    display: inline-block;
  }
  .img-text .text:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .img-text__img {
    max-height: 450px;
  }
  .img-text .curly-img {
    border-radius: 65px 5px;
  }
}
@media only screen and (max-width: 991px) {
  .card-links-section {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  .pillars-section .button {
    position: static;
  }

  .pillars {
    position: static;
  }
  .pillars__list {
    position: static;
    transform: translate(0, 0);
    justify-content: center;
    max-width: 635px;
    margin: 0 auto;
  }
  .pillars__list__item {
    position: static;
  }
  .pillars__list__item .pillars__name:last-of-type {
    transform: translate(0, 0);
  }
  .pillars__icon-wrapper {
    display: flex;
  }
  .pillars__name {
    position: static;
    width: inherit;
    font-size: 16px;
    line-height: 24px;
  }
  .pillars__img {
    margin-bottom: 57px;
  }
}
@media only screen and (max-width: 991px) {
  .pillars-section {
    margin-bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .pillars-section .headline, .pillars-section .text {
    text-align: start;
  }
  .pillars-section .headline {
    margin-bottom: 47px;
  }
  .pillars-section .headline br {
    display: initial;
  }
  .pillars-section .text-wrapper {
    margin-bottom: 32px;
  }
  .pillars-section .button {
    width: 100%;
  }

  .pillars {
    margin-bottom: 63px;
  }
}
@media only screen and (max-width: 518px) {
  .pillars__list {
    justify-content: space-between;
  }
  .pillars__list__item:last-child:nth-child(odd) {
    justify-content: center;
    flex: 1 0 100%;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials-section .two-col-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 41px;
  }
  .testimonials-section .swiper-container {
    padding-bottom: 89px;
  }
  .testimonials-section .swiper-container .swiper-button-prev, .testimonials-section .swiper-container .swiper-button-next {
    display: none;
  }
  .testimonials-section .swiper-container .swiper-pagination {
    justify-content: center;
    gap: 17px;
  }
  .testimonials-section .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .testimonials-section .swiper-container .swiper-pagination-bullet-active {
    transform: scale(1.75);
  }

  .testimonials__item {
    padding: 42px 24px 22px;
    flex: 1 0 304px;
    border-radius: 10px 10px 100px 10px;
  }
  .testimonials__icon {
    margin-bottom: 52px;
    width: 64px;
    height: 42px;
  }
  .testimonials .text {
    margin-bottom: 31px;
    font-size: 18px;
    max-height: 224px;
    overflow-y: scroll;
  }
  .testimonials__person__name {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonials__person__occupation {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-section {
    margin-bottom: 97px;
  }
  .testimonials-section .two-col-wrapper {
    margin-bottom: 73px;
  }
  .testimonials-section .two-col-wrapper .headline br {
    display: initial;
  }
  .testimonials-section .two-col-wrapper .text {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .banner__img {
    width: 700px;
    right: -75px;
  }
}
@media only screen and (max-width: 1036px) {
  .banner__icon {
    height: 465px;
    top: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    flex-direction: column;
    border-radius: 24px;
  }
  .banner__icon {
    left: 60%;
    transform: translateX(-50%);
    top: auto;
    bottom: 10%;
  }
  .banner__text-wrapper {
    max-width: none;
    padding: 32px;
  }
  .banner .headline {
    margin-bottom: 20px;
  }
  .banner .headline br {
    display: none;
  }
  .banner .text {
    font-size: 16px;
    line-height: 24px;
  }
  .banner .text:last-of-type {
    margin-bottom: 38px;
  }
  .banner .button {
    padding: 13px 50px;
    font-size: 18px;
  }
  .banner__img-wrapper {
    padding-bottom: 500px;
  }
  .banner__img {
    left: 50%;
    bottom: 6px;
    transform: translateX(-60%) scale(1.1);
  }
}
@media only screen and (max-width: 767px) {
  .banner .headline_dot::after {
    display: inline-block;
  }
  .banner__img-wrapper {
    padding-bottom: 222px;
  }
  .banner__img {
    width: 50%;
  }
  .banner__icon {
    transform: rotate(103deg);
    left: auto;
    bottom: -86px;
    right: -192px;
    height: 333px;
  }
}
@media only screen and (max-width: 575px) {
  .banner__img {
    width: 70%;
  }
}
@media only screen and (max-width: 470px) {
  .banner__img {
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .video-list {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 767px) {
  .video-section {
    padding-top: 64px;
  }
  .video-section .text-wrapper {
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .video-section .headline {
    margin-bottom: 40px;
    text-align: left;
  }
  .video-section .text {
    text-align: left;
  }

  .video {
    padding: 10px 8px 0 8px;
    border-width: 2px 2px 0 2px;
    border-radius: 9px 9px 0 0;
  }
  .video-wrapper {
    padding: 1px 1px 0;
    border-radius: 11px 11px 0 0;
  }

  .video-list-section {
    padding: 64px 0;
  }
  .video-list-section .headline {
    text-align: left;
    margin-bottom: 40px;
  }

  .main-video {
    margin-bottom: 64px;
  }
  .main-video__wrapper {
    margin-bottom: 24px;
    border-width: 1px;
    padding: 11px;
    border-radius: 8px;
    aspect-ratio: 169/101;
  }
  .main-video__preview::before {
    bottom: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
  }
  .main-video__preview::after {
    bottom: 18px;
    right: 20px;
    width: 18px;
    height: 18px;
  }
  .main-video__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .video-list__item {
    flex: 0 0 245px;
  }
  .video-list .img-wrapper {
    height: 130px;
  }
  .video-list__title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .projects-section .text-wrapper {
    margin-bottom: 68px;
  }
  .projects-section .text-wrapper .headline {
    margin-bottom: 40px;
  }
  .projects-section .text-wrapper .text > br {
    display: none;
  }

  .projects {
    gap: 32px;
  }
  .projects__item {
    flex-direction: column;
    padding: 47px 24px;
    border-radius: 10px 10px 64px 10px;
  }
  .projects .wrapper:first-of-type, .projects .wrapper:last-of-type {
    flex: 0;
  }
  .projects__icon {
    top: 0;
    transform: translate(-31%, -16%);
  }
}
@media only screen and (max-width: 991px) {
  .pale-cards {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .pale-cards__item {
    padding-bottom: 48px;
  }
  .pale-cards__icon {
    margin-bottom: 40px;
  }
  .pale-cards .text {
    margin-bottom: 47px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .organizations-section .headline {
    margin-bottom: 48px;
  }
  .organizations-section .headline_dot::after {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 3px;
  }

  .organizations {
    gap: 16px 15px;
  }
  .organizations__item {
    flex: 0 0 160px;
    padding: 15px;
    height: 85px;
    border-radius: 8px;
  }
  .organizations__img {
    max-width: 128px;
    max-height: 53px;
  }
}
@media only screen and (max-width: 767px) {
  .home-page .testimonials-section {
    margin-bottom: 97px;
  }
}
@media only screen and (max-width: 991px) {
  .about-page .projects-section {
    margin-bottom: 129px;
  }
  .about-page .projects__item:nth-of-type(even), .about-page .projects__item:nth-of-type(odd) {
    padding-bottom: 47px;
  }
  .about-page .projects__item:nth-of-type(even) .projects__icon, .about-page .projects__item:nth-of-type(odd) .projects__icon {
    transform: translate(-31%, -16%);
  }
}
@media only screen and (max-width: 767px) {
  .about-page .breadcrumbs-section {
    margin-bottom: 65px;
  }
  .about-page .img-text-section_first {
    margin-bottom: 64px;
  }
  .about-page .img-text-section_first .headline {
    margin-bottom: 65px;
  }
  .about-page .img-text-section_first .img-text {
    gap: 38px;
  }
  .about-page .img-text-section_first .img-text__img {
    max-height: 450px;
    border-radius: 6px 6px 55px 6px;
  }
  .about-page .img-text-section_first .img-text .text:not(:last-child) {
    margin-bottom: 24px;
  }
  .about-page .img-text-section_first .img-text .text br {
    display: none;
  }
  .about-page .img-text-section_second {
    margin-bottom: 201px;
  }
  .about-page .img-text-section_second .img-text .headline {
    margin-bottom: 32px;
  }
  .about-page .img-text-section_second .img-text .text:last-of-type {
    margin-bottom: 48px;
  }
  .about-page .video-section {
    margin-bottom: 62px;
  }
}
@media only screen and (max-width: 991px) {
  .featured-section {
    margin-bottom: 128px;
  }
  .featured-section .headline {
    margin-bottom: 48px;
  }
  .featured-section .headline_dot::after {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 3px;
  }
  .featured-section .headline br {
    display: initial;
  }
  .featured-section .swiper-container {
    padding-bottom: 75px;
  }
  .featured-section .swiper-pagination {
    bottom: 20px;
  }
  .featured-section .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .featured-section .swiper-pagination-bullet-active {
    transform: scale(1.75);
  }
  .featured-section .swiper-button-prev, .featured-section .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .featured-section .swiper-button-prev .icon-svg, .featured-section .swiper-button-next .icon-svg {
    width: 14px;
    height: 14px;
  }
  .featured-section .swiper-button-prev {
    right: 54px;
  }
  .featured__item {
    flex-direction: column;
  }
  .featured .img-wrapper {
    max-width: none;
  }
  .featured__img {
    border-radius: 6px 6px 70px 6px;
  }
  .featured .tags {
    margin-bottom: 20px;
  }
  .featured .headline {
    margin-bottom: 12px;
  }
  .featured .text {
    font-size: 16px;
    line-height: 24px;
  }
  .featured .text:last-of-type {
    margin-bottom: 21px;
  }

  .posts {
    flex-direction: column;
    gap: 51px;
    margin-bottom: 52px;
  }
  .posts-section {
    margin-bottom: 200px;
  }
  .posts-section .container > .tags {
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 12px;
    margin-bottom: 56px;
  }
  .posts-section .container > .tags .tags__item {
    flex-shrink: 0;
    padding: 7px 17px;
    font-size: 16px;
    line-height: 24px;
  }
  .posts__item {
    width: 100%;
  }
  .posts__img {
    margin-bottom: 33px;
    border-radius: 6px 6px 70px 6px;
  }
  .posts .tags {
    margin-bottom: 21px;
  }
  .posts .headline {
    margin-bottom: 12px;
  }
  .posts .text {
    font-size: 16px;
    line-height: 24px;
  }
  .posts .text:last-of-type {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page .read-more_link {
    gap: 5px;
  }
  .blog-page .read-more_link::after {
    position: relative;
    bottom: -13px;
  }

  .blog-hero {
    margin-bottom: 64px;
    padding: 65px 0 117px;
  }
  .blog-hero .headline {
    margin-bottom: 47px;
  }
  .blog-hero .text {
    line-height: 28px;
  }
  .blog-hero__icon {
    height: 510px;
    top: 50%;
    transform: translate(44.6%, -43%);
    fill: #ECE7E0;
  }
  .blog-hero .hero-form {
    flex-direction: row;
    padding: 3px;
    border: 1px solid #EAE1D6;
    border-radius: 100px;
    background-color: #fff;
  }
  .blog-hero .hero-form .form-group {
    margin: 0;
  }
  .blog-hero .hero-form input {
    font-size: 18px;
    line-height: 24px;
    border-color: transparent;
  }
  .blog-hero .hero-form__button {
    display: flex;
    flex-direction: column;
    padding: 12px 27px;
  }
  .blog-hero .hero-form__icon {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .blogpost-page .breadcrumbs-section {
    margin-bottom: 33px;
  }

  .blogpost-hero-section {
    margin-bottom: 71px;
  }

  .blogpost-hero {
    padding: 32px 16px;
    border-radius: 24px;
  }
  .blogpost-hero .tags {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .blogpost-hero .tags__item {
    padding: 7px 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .blogpost-hero .headline {
    font-size: 32px;
    line-height: 44px;
  }
  .blogpost-hero .headline br {
    display: inline;
  }
  .blogpost-hero .date {
    font-size: 14px;
    line-height: 20px;
  }

  .blogpost-section .container {
    flex-direction: column;
  }
  .blogpost-section .aside {
    max-width: 335px;
  }
  .blogpost-section .aside .curly-card__button {
    width: auto;
  }

  .blogpost__content {
    margin-bottom: 64px;
  }
  .blogpost li:not(:last-child) {
    margin-bottom: 16px;
  }
  .blogpost li::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .blogpost img {
    margin: 64px 0;
    border-radius: 12px;
  }
  .blogpost p + img, .blogpost ul + img {
    margin-top: 40px;
  }
  .blogpost__author {
    flex-direction: column;
    margin-bottom: 56px;
  }
  .blogpost__author .text-wrapper {
    margin: 0;
  }
  .blogpost__author .socials {
    padding-left: 72px;
  }
  .blogpost__author img {
    margin: 0;
    border-radius: 50%;
  }
  .blogpost__button {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1279px) {
  .podcast-hero .text {
    font-size: 28px;
    line-height: 40px;
  }

  .podcasts-section_featured .podcasts {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .newsletter__icon {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .podcast-hero-section {
    padding: 61px 0 74px;
  }

  .podcast-hero {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }
  .podcast-hero .img-wrapper {
    margin-bottom: 59px;
    padding: 50px 24px 0;
  }
  .podcast-hero .img-wrapper::before {
    width: calc((100% - 48px) * 0.63);
  }
  .podcast-hero .img-wrapper::after {
    top: 26px;
    width: calc((100% - 48px) * 0.85);
  }
  .podcast-hero .img-wrapper .icon-svg {
    transform: translate(-4px, 31px);
  }
  .podcast-hero .text {
    margin-bottom: 56px;
  }
  .podcast-hero .blogpost__author {
    align-items: flex-start;
  }
  .podcast-hero .blogpost__author .socials {
    padding-left: 68px;
  }

  .podcast-links {
    grid-row: 2;
    margin: 0 auto 65px;
  }

  .podcasts {
    gap: 57px 42px;
  }
  .podcasts__item {
    flex: 0 0 335px;
  }
}
@media only screen and (max-width: 767px) {
  .podcast-hero-section {
    margin-bottom: 54px;
  }

  .podcasts-section_latest {
    margin-bottom: 127px;
  }
  .podcasts-section .headline {
    margin-bottom: 48px;
    padding-right: 12px;
  }
  .podcasts-section .headline_dot::after {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 -12px 0 3px;
  }
  .podcasts-section .pagination {
    margin-top: 58px;
  }
  .podcasts-section_featured {
    margin-bottom: 130px;
  }
  .podcasts-section_featured .podcasts {
    gap: 12px;
  }
  .podcasts-section_featured .podcasts__item {
    flex-grow: 1;
  }

  .podcasts__button {
    display: block;
    margin: 0 auto;
    width: auto;
  }

  .newsletter {
    padding: 56px 24px;
    border-radius: 24px;
  }
  .newsletter .wrapper {
    text-align: left;
  }
  .newsletter .headline {
    margin-bottom: 53px;
    font-size: 44px;
    line-height: 52px;
  }
  .newsletter .text {
    line-height: 28px;
  }
  .newsletter .button {
    line-height: 36px;
  }
}
@media only screen and (max-width: 1279px) {
  .next-episode__icon {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .tabs__triggers-list {
    margin-bottom: 39px;
    gap: 32px;
    overflow-x: scroll;
  }
  .tabs__trigger {
    font-size: 18px;
    flex-shrink: 0;
  }

  .podcastpage-page .podcast-hero-section {
    margin-bottom: 65px;
    padding-bottom: 64px;
  }
  .podcastpage-page .podcast-hero .text-wrapper {
    padding: 0;
  }
  .podcastpage-page .podcast-hero .text {
    margin-bottom: 56px;
  }
  .podcastpage-page .podcast-hero audio {
    margin-bottom: 70px;
  }
  .podcastpage-page .podcast-hero .extra-info {
    grid-row: 3;
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .podcastpage-page .podcast-about-section {
    margin-bottom: 128px;
  }
}
@media only screen and (max-width: 767px) {
  .podcastpage-page .podcast-hero .extra-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .podcastpage-page .next-episode-section {
    margin-bottom: 128px;
  }
  .podcastpage-page .img-text-section {
    margin-bottom: 128px;
  }
  .podcastpage-page .img-text-section .img-text .text {
    font-size: 20px;
  }
  .podcastpage-page .img-text-section .img-text .text:not(:last-child) {
    margin-bottom: 24px;
  }

  .next-episode {
    padding: 32px 16px;
  }
  .next-episode .tags__item {
    margin-bottom: 80px;
    padding: 5px 27px;
    font-size: 16px;
    line-height: 32px;
  }
  .next-episode .headline {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .advising-page .testimonials__button {
    display: none;
  }
  .advising-page .testimonials-section .swiper-container {
    padding-bottom: 75px;
  }
  .advising-page .testimonials-section .swiper-pagination {
    bottom: 12px;
    justify-content: center;
  }
  .advising-page .testimonials-section .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .advising-page .testimonials-section .swiper-pagination-bullet-active {
    transform: scale(1.75);
  }
}
@media only screen and (max-width: 767px) {
  .advising-page .breadcrumbs-section {
    margin-bottom: 66px;
  }
  .advising-page .testimonials-section {
    margin-bottom: 124px;
  }
  .advising-page .organizations-section {
    margin-bottom: 128px;
  }
  .advising-page .organizations-section:last-of-type {
    margin-bottom: 264px;
  }

  .advising-hero {
    margin-bottom: 163px;
  }
  .advising-hero .text-wrapper .text {
    font-size: 22px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1279px) {
  .contact-wrapper {
    flex-direction: column;
  }
  .contact-wrapper .banner-wrapper {
    padding-top: 224px;
    flex: auto;
  }
  .contact-wrapper .banner-wrapper .text br {
    display: none;
  }
  .contact-wrapper .banner-wrapper .icon-svg {
    width: 270px;
    height: 270px;
    top: -78px;
    right: -81px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-wrapper .banner-wrapper {
    padding: 224px 31px 40px;
    border-radius: 24px;
  }
  .contact-wrapper .form-wrapper {
    padding: 53px 24px 48px;
    border-radius: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .partner-page .breadcrumbs-section {
    margin-bottom: 66px;
  }

  .contact-section .headline {
    margin-bottom: 63px;
  }

  .contact-wrapper .banner-wrapper {
    gap: 42px;
  }
  .contact-wrapper .banner-wrapper .text {
    font-size: 28px;
    line-height: 40px;
  }
  .contact-wrapper .banner-wrapper .tags {
    gap: 20px;
  }
  .contact-wrapper .banner-wrapper .tags__item {
    padding: 7px 23px;
    font-size: 18px;
    line-height: 32px;
  }
  .contact-wrapper .form-wrapper .headline {
    margin-bottom: 28px;
    padding-left: 8px;
    font-size: 28px;
    line-height: 40px;
  }
  .contact-wrapper .form-wrapper .headline_dot::after {
    margin-left: 4px;
    width: 6px;
    height: 6px;
  }
  .contact-wrapper .form-wrapper .contact-form {
    margin-bottom: 11px;
  }
  .contact-wrapper .form-wrapper .contact-form .form-group textarea {
    padding: 25px 23px;
  }
  .contact-wrapper .form-wrapper .contact-form .form-group label, .contact-wrapper .form-wrapper .contact-form .form-group input, .contact-wrapper .form-wrapper .contact-form .form-group textarea, .contact-wrapper .form-wrapper .contact-form .form-group select {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-wrapper .form-wrapper .contact-form .form-group:has(input:-moz-placeholder-shown) label, .contact-wrapper .form-wrapper .contact-form .form-group:has(textarea:-moz-placeholder-shown) label {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-wrapper .form-wrapper .contact-form .form-group:has(input:placeholder-shown) label, .contact-wrapper .form-wrapper .contact-form .form-group:has(textarea) label, .contact-wrapper .form-wrapper .contact-form .form-group:has(textarea:placeholder-shown) label {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-wrapper .form-wrapper .contact-form .form-group:has(input:focus) label, .contact-wrapper .form-wrapper .contact-form .form-group:has(textarea:focus) label, .contact-wrapper .form-wrapper .contact-form .form-group:has(input:not(placeholder-shown)) label, .contact-wrapper .form-wrapper .contact-form .form-group:has(textarea:not(placeholder-shown)) label, .contact-wrapper .form-wrapper .contact-form .form-group:has(select) label {
    font-size: 12px;
  }
  .contact-wrapper .form-wrapper .contact-form .form-group:has(textarea:-moz-placeholder-shown) label {
    width: calc(100% - 48px);
    left: 24px;
    top: 26px;
  }
  .contact-wrapper .form-wrapper .contact-form .form-group:has(textarea) label, .contact-wrapper .form-wrapper .contact-form .form-group:has(textarea:placeholder-shown) label {
    width: calc(100% - 48px);
    left: 24px;
    top: 26px;
  }
  .contact-wrapper .form-wrapper .contact-form .form-group:has(textarea:focus) label, .contact-wrapper .form-wrapper .contact-form .form-group:has(textarea:not(placeholder-shown)) label {
    top: 4px;
  }
  .contact-wrapper .form-wrapper .form-message {
    line-height: 20px;
  }
  .contact-wrapper .form-wrapper .button {
    padding: 18px 32px;
  }
}
@media only screen and (max-width: 991px) {
  .speaker {
    flex-direction: column;
  }
  .speaker__img-wrapper {
    grid-template-rows: auto;
    gap: 15px;
  }
  .speaker .wrapper:nth-child(even) {
    padding-top: 94px;
  }
  .speaker .wrapper:nth-child(n+3) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .speaker-page .breadcrumbs-section {
    margin-bottom: 65px;
  }
  .speaker-page .organizations {
    gap: 16px;
  }
  .speaker-page .organizations:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .speaker-page .organizations__item {
    flex: 0 0 152px;
    height: 80px;
  }
  .speaker-page .organizations__img {
    max-width: 120px;
    max-height: 48px;
  }
  .speaker-page .organizations-section {
    margin-bottom: 64px;
  }
  .speaker-page .organizations-section .headline {
    text-align: left;
    font-size: 24px;
    line-height: 40px;
  }
  .speaker-page .video-list-section {
    margin-bottom: 64px;
  }

  .speaker-section {
    margin-bottom: 63px;
  }
  .speaker-section .headline_dot {
    margin-bottom: 55px;
    font-size: 56px;
    line-height: 72px;
  }
  .speaker-section .headline_dot::after {
    margin: 0 -19px 0 7px;
    width: 12px;
    height: 12px;
  }

  .speaker__img {
    border-radius: 12px;
  }
  .speaker .curly-img {
    border-radius: 12px 12px 64px 12px;
  }
  .speaker .list {
    margin-bottom: 40px;
  }
  .speaker .list:nth-of-type(2) {
    margin-bottom: 41px;
  }

  .spoiler-list .spoiler {
    margin-bottom: 32px;
  }
  .spoiler-list .spoiler__trigger {
    margin-bottom: 32px;
    min-height: 57px;
    padding-bottom: 8px;
  }
  .spoiler-list .spoiler__trigger::before {
    bottom: -23px;
  }
  .spoiler-list .spoiler__target .wrapper {
    padding: 24px 0 8px;
  }
  .spoiler-list .spoiler h5 {
    font-size: 22px;
    line-height: 32px;
  }
  .spoiler-list .spoiler h6 {
    font-size: 22px;
    line-height: 32px;
  }
  .spoiler-list .img-text {
    margin-bottom: 65px;
  }
  .spoiler-list .img-text_spoiler .img-text__img-wrapper {
    border-radius: 16px;
    max-height: 188px;
    overflow: hidden;
  }
  .spoiler-list .img-text_bio .body1:not(:last-child) {
    margin-bottom: 24px;
  }

  .link-list__item::before {
    top: 11px;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1279px) {
  .sales-hero .main-wrapper .headline {
    font-size: 72px;
  }
  .sales-hero .main-wrapper .headline_dot::after {
    margin: 0 -17px 0 5px;
    width: 12px;
    height: 12px;
  }

  .circles-section .circles {
    flex-direction: column;
  }
  .circles-section .circles .img-wrapper {
    align-self: flex-end;
    flex: auto;
    max-width: calc(100% - 20px);
    border-radius: 6px 0px 0px 64px;
  }
  .circles-section .circles__img_desktop {
    display: none;
  }
  .circles-section .circles__img_mobile {
    display: inherit;
  }
  .circles-section .circles .text-wrapper {
    flex: auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  body:has(.sales-page) .header__nav {
    display: block;
  }

  .sales-page .img-text.floating-headline {
    position: relative;
    padding-top: 96px;
  }
  .sales-page .img-text.floating-headline .headline {
    position: absolute;
    top: 0;
    margin: 0;
    line-height: 56px;
  }

  .sales-hero-section {
    margin-bottom: 18px;
    top: -65px;
    padding: 120px 0 0;
  }
  .sales-hero-section::before, .sales-hero-section::after {
    display: none;
  }

  .sales-hero {
    flex-direction: column;
    align-items: stretch;
  }
  .sales-hero .main-wrapper {
    flex: 0;
    padding: 0 20px;
  }
  .sales-hero .main-wrapper .headline {
    margin-bottom: 16px;
    font-size: 56px;
    line-height: 64px;
  }
  .sales-hero .main-wrapper .text {
    margin-bottom: 56px;
    font-size: 18px;
    line-height: 28px;
  }
  .sales-hero .main-wrapper .button {
    padding: 10px 50px;
  }
  .sales-hero .secondary-wrapper {
    flex: 0;
    padding: 48px 20px;
  }
  .sales-hero .secondary-wrapper::before {
    display: block;
  }
  .sales-hero .secondary-wrapper .headline {
    font-size: 32px;
    line-height: 40px;
  }
  .sales-hero .secondary-wrapper .text {
    line-height: 28px;
  }
  .sales-hero .secondary-wrapper .list__item {
    margin-bottom: 16px;
  }

  .circles-section {
    margin-bottom: 127px;
    gap: 40px;
  }
  .circles-section .headline {
    text-align: left;
  }
  .circles-section .headline br {
    display: none;
  }

  .circles {
    gap: 40px;
  }
  .circles .text-wrapper .wrapper:not(:last-child) {
    margin-bottom: 24px;
  }

  .arrow-text {
    gap: 24px;
  }
  .arrow-text .text {
    font-size: 24px;
    line-height: 36px;
  }
  .arrow-text .text_big {
    font-size: 32px;
    line-height: 48px;
  }

  .pricing {
    grid-template-columns: 1fr 1fr;
  }

  .differences {
    flex-direction: column;
  }

  .how-this-works {
    flex-direction: column;
  }
  .how-this-works .text-wrapper {
    flex: none;
  }
  .how-this-works .list-wrapper {
    flex: none;
    padding: 21px;
    border: 3px solid #EAE1D6;
    border-radius: 10px 10px 64px 10px;
  }

  .program {
    padding: 40px 0;
  }
  .program:first-child {
    padding-right: 0;
  }
  .program:last-child {
    padding-left: 0;
  }
  .program::before {
    display: initial;
  }
  .program-section {
    margin-bottom: 128px;
  }
  .program-section .container {
    flex-direction: column;
  }
  .program-section .text-wrapper {
    margin-bottom: 52px;
    text-align: left;
  }
  .program-section .text-wrapper .headline {
    margin-bottom: 40px;
  }
  .program-section .cta-wrapper .text {
    margin: 0 auto 40px;
    max-width: 247px;
    font-size: 20px;
  }
  .program-wrapper {
    margin-bottom: 40px;
  }
  .program-wrapper::before, .program-wrapper::after {
    display: none;
  }
  .program .headline {
    line-height: 36px;
  }
  .program .headline br {
    display: none;
  }
  .program .list__item {
    font-size: 16px;
    line-height: 24px;
  }

  .refund {
    flex-direction: column-reverse;
  }
  .refund .text-wrapper {
    flex: none;
  }
  .refund .img-wrapper {
    flex: none;
  }

  .choice {
    flex-direction: column;
  }
  .choice .text-wrapper {
    flex: none;
  }
  .choice .cta-wrapper {
    flex: none;
  }
}
@media only screen and (max-width: 767px) {
  .sales-page .img-text-section {
    margin-bottom: 64px;
  }
  .sales-page .img-text-section .img-text {
    gap: 40px;
  }
  .sales-page .img-text-section .img-text:not(:last-child) {
    margin-bottom: 40px;
  }
  .sales-page .img-text-section .img-text__img-wrapper {
    flex: 0 0 450px;
  }
  .sales-page .img-text-section .img-text__img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sales-page .img-text-section .img-text .text:not(:last-child) {
    margin-bottom: 24px;
  }
  .sales-page .img-text-section .img-text .list__item {
    font-size: 18px;
  }
  .sales-page .img-text-section .img-text .list__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .sales-page .img-text-section .img-text .wrapper {
    margin-bottom: 40px;
  }
  .sales-page .img-text-section .img-text .wrapper > *:not(:last-child) {
    margin-bottom: 24px;
  }

  .sales-intro {
    margin-bottom: 63px;
    padding: 64px 0;
  }
  .sales-intro .container {
    gap: 40px;
  }
  .sales-intro .container > .text-wrapper .text {
    font-size: 18px;
    line-height: 32px;
  }
  .sales-intro .container > .text-wrapper .text:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .sales-intro .img-text {
    gap: 40px;
  }
  .sales-intro .img-text__img-wrapper {
    width: 100%;
  }
  .sales-intro .img-text__img-wrapper::before {
    border-radius: 64px 10px;
  }
  .sales-intro .img-text .curly-img {
    border-radius: 60px 4px;
    height: 442px;
  }
  .sales-intro .img-text__text-wrapper > *:last-child {
    margin-bottom: 17px;
  }
  .sales-intro .img-text .headline {
    margin-bottom: 32px;
    line-height: 52px;
  }
  .sales-intro .img-text .subtitle {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 32px;
  }
  .sales-intro .img-text .text:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .sales-intro .cta-wrapper .text {
    margin-bottom: 40px;
  }

  .methods-section {
    margin-bottom: 64px;
  }
  .methods-section .container > .text-wrapper {
    margin-bottom: 52px;
    text-align: left;
  }
  .methods-section .headline {
    margin-bottom: 40px;
  }

  .methods {
    margin-bottom: 64px;
  }
  .methods__item {
    padding-left: 96px;
    margin-bottom: 64px;
  }
  .methods__item::before {
    left: 34px;
    width: 13px;
    border-width: 0 6px;
  }
  .methods__item::after {
    top: 0;
    width: 80px;
    height: 80px;
    border-width: 1px;
  }
  .methods__icon {
    top: 22px;
    left: 22px;
    width: 36px;
    height: 36px;
  }
  .methods__milestone {
    font-size: 16px;
    line-height: 24px;
  }
  .methods__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }
  .methods .text {
    font-size: 16px;
    line-height: 24px;
  }
  .methods .hidden-text__btn {
    font-size: 16px;
    line-height: 24px;
  }

  .pricing-section {
    margin-bottom: 64px;
    padding: 64px 0;
  }
  .pricing-section .container > .text-wrapper {
    margin-bottom: 56px;
    text-align: left;
  }
  .pricing-section .container > .text-wrapper .headline {
    margin-bottom: 40px;
  }
  .pricing-section .cta-wrapper br {
    display: none;
  }
  .pricing-section .cta-wrapper .text-wrapper {
    margin-bottom: 32px;
  }
  .pricing-section .cta-wrapper .text {
    font-size: 24px;
    line-height: 36px;
  }
  .pricing-section .cta-wrapper .price-wrapper {
    margin-bottom: 40px;
    padding: 30px 20px;
  }

  .pricing {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 32px;
    margin-bottom: 64px;
  }
  .pricing__item {
    padding: 30px 18px;
    border-radius: 10px 10px 64px 10px;
  }
  .pricing__price {
    margin-bottom: 48px;
    font-size: 16px;
  }
  .pricing__title {
    margin-bottom: 24px;
    min-height: auto;
    line-height: 36px;
  }
  .pricing__title br {
    display: none;
  }
  .pricing__desc {
    font-size: 16px;
  }

  .difference-section {
    margin-bottom: 64px;
    padding: 64px 0 76px;
  }
  .difference-section .text-wrapper {
    margin-bottom: 40px;
  }
  .difference-section .headline {
    margin-bottom: 40px;
  }

  .differences__item {
    border-radius: 10px 10px 64px 10px;
  }
  .differences .headline {
    margin-bottom: 19px;
  }

  .how-this-works-section {
    margin-bottom: 135px;
  }
  .how-this-works-section .headline {
    margin-bottom: 40px;
  }

  .how-this-works .list-wrapper .text:not(:last-child) {
    margin-bottom: 24px;
  }
  .how-this-works .list__item {
    padding-left: 68px;
    font-size: 16px;
    line-height: 24px;
  }
  .how-this-works .list__item:not(:last-child) {
    margin-bottom: 24px;
  }
  .how-this-works .list__item:last-child {
    margin-bottom: 0;
  }
  .how-this-works .list__item::before {
    width: 48px;
    height: 48px;
  }
  .how-this-works .list__item::after {
    left: 12px;
    width: 24px;
    height: 24px;
  }

  .refund-section {
    margin-bottom: 128px;
  }

  .refund .headline {
    margin-bottom: 40px;
  }
  .refund .text {
    font-size: 18px;
    line-height: 32px;
  }
  .refund .text:not(:last-child) {
    margin-bottom: 24px;
  }
  .refund .text_semibold {
    font-weight: 700;
  }
  .refund .img-wrapper {
    padding: 40px 16px 40px 40px;
    gap: 40px;
    border-radius: 10px 10px 64px 10px;
  }
  .refund__img {
    max-width: 140px;
  }
  .refund .slogan {
    max-width: 236px;
    font-size: 32px;
  }

  .choice-section .container > .text-wrapper {
    margin-bottom: 48px;
    text-align: left;
  }
  .choice-section .headline {
    margin-bottom: 40px;
  }

  .choice .text-wrapper {
    padding: 24px;
    border-radius: 12px;
  }
  .choice .text-wrapper .text {
    font-size: 16px;
    line-height: 24px;
  }
  .choice .cta-wrapper {
    padding: 286px 18px 56px;
    border-radius: 10px 10px 64px 10px;
  }
  .choice .cta-wrapper .icon-svg {
    top: -98px;
    right: -127px;
    width: 340px;
    height: 340px;
  }
  .choice .cta-wrapper .wrapper {
    margin-bottom: 38px;
  }
  .choice .cta-wrapper .text {
    font-size: 22px;
    line-height: 32px;
  }
  .choice .cta-wrapper .button {
    max-width: 288px;
    padding: 16px 31px;
  }
}
@media only screen and (max-width: 1279px) {
  .resources-hero-section {
    padding: 66px 0 63px;
  }

  .resources-hero {
    flex-direction: column;
  }
  .resources-hero .headline {
    top: 0;
    margin-bottom: 40px;
  }
  .resources-hero .headline::after {
    margin-left: 7px;
  }
}
@media only screen and (max-width: 991px) {
  .resources-hero-section {
    margin-bottom: 4px;
  }

  .resources-section {
    padding: 60px 0;
  }
  .resources-section:last-child {
    margin-bottom: 140px;
  }
  .resources-section .container > .headline {
    margin-bottom: 40px;
    line-height: 56px;
  }
  .resources-section .overlay {
    display: none;
  }
  .resources-section .pale-cards {
    gap: 24px;
  }
  .resources-section .pale-cards__item {
    padding: 30px 18px;
    border-radius: 10px 10px 60px 10px;
  }
  .resources-section .pale-cards__item:has(.hidden-lines__wrapper.active) {
    position: static;
  }
  .resources-section .pale-cards__icon {
    width: 64px;
    height: 64px;
  }
  .resources-section .pale-cards .headline {
    font-size: 24px;
    line-height: 36px;
  }
  .resources-section .pale-cards .headline br {
    display: none;
  }
  .resources-section .pale-cards .button {
    padding: 14px 32px;
  }
  .resources-section .pale-cards .hidden-lines__wrapper {
    margin-bottom: 40px;
    min-height: auto;
  }

  .hire-section {
    padding: 0;
    margin: 0;
  }
  .hire-section .pale-cards__item {
    align-items: center;
    text-align: center;
    padding: 20px 18px 56px;
    border-radius: 10px 10px 64px 10px;
  }
  .hire-section .pale-cards__item::before {
    margin-bottom: 20px;
    position: static;
    align-self: flex-start;
    width: 111px;
    height: 76px;
  }
  .hire-section .pale-cards__item::after {
    display: none;
  }
  .hire-section .pale-cards__item .headline {
    font-size: 32px;
    line-height: 48px;
  }
  .hire-section .pale-cards__item .text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }
  .hire-section .pale-cards__item .button {
    min-width: auto;
    padding: 14px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .resources-hero .headline::after {
    bottom: 17px;
  }
  .resources-hero .img-wrapper {
    margin: 0 auto;
  }
}
@media only screen and (max-height: 768px) {
  .resources-hero .img-wrapper {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .quiz-page .breadcrumbs-section {
    margin-bottom: 64px;
  }

  .quiz-hero {
    gap: 56px;
    padding: 44px 18px;
    border-radius: 10px 10px 64px 10px;
  }
  .quiz-hero .headline {
    font-size: 32px;
    line-height: 44px;
  }
  .quiz-hero__img {
    width: 75%;
  }
  .quiz-hero .button {
    padding: 14px 32px;
    min-width: auto;
  }
}

#blog {
	margin-top: -50px;
    padding-top: 50px;
}

/*start*/
.start {
 position: relative;
 height: calc(100vh - 116px);
 margin-bottom: 80px;
}
.start .container {
 display: flex;
 align-items: center;
 height: 100%;
}

.start-text {
 color: #FFF;
}
.start-text .text {
 max-width: 640px;
 margin-bottom: 48px;
}
.start-text .text strong {
 display: block;
 padding-top: 16px;
}
.start-text .headline {
 font-weight: 700;
 max-width: 620px;
 margin-bottom: 32px;
}
.start-img{
 position: absolute;
 z-index: -1;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 display: flex; 
 justify-content: center;
 align-items: center;
}

.start-img img { 
 width: 100%;
 height: 100%;
 object-fit: cover;
}
@media (max-width: 991px) {
 .start {
  height: 100%;
 }
 .start .container {
  display: block;
 }
 .start-img {
  position: relative;
  top: auto;
  left: -20px;
  width: calc(100% + 40px);
  margin-bottom: 24px;
 }
 .start-text .headline {
  margin-bottom: 24px;
 }
 .start-text .text {
  margin-bottom: 24px;
 }
 .start-text { 
  color: #0D1726;
 }
}
/*-start*/
/*advan*/
.advan-wrap {
 position: relative;
}
.advan-img {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 50%;
}
.advan-wrap .container {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 display: flex;
 align-items: center; 
 justify-content: flex-end;
}
.advan-text {
 width: calc(50% - 32px);
}
.advan-h {
 text-align: center;
 margin-bottom: 64px;
}
.advan-p {
 margin-bottom: 32px;
}
.advan-buttons {
 display: flex;
 align-items: center; 
 justify-content: center;
 gap: 28px;
 margin-top: 64px;
}
.advan-a {
 padding: 16px 50px;
 font-size: 20px;
 line-height: 32px;
}
@media (max-width: 1200px) {
 .advan-wrap .container {
  position: static;
  transform: translate(0);
 }
 .advan-text {
  width: 100%;
  margin-top: 32px;
 }
 .advan-img {
  width: 100%;
 }
}
@media (max-width: 1200px) {
 .advan {
  margin-bottom: 80px;
 }
 .advan-buttons {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
 }
 .advan-a {
  width: 100%;
  padding: 16px 0px;
 }
 .advan-h {
  margin-bottom: 48px;
 }
}
/*-advan*/
/*succ*/
.succ-top {
 display: flex;
 flex-direction: column;
 align-items: center; 
 justify-content: center;
 text-align: center;
 grid-area: 32px;
 margin-bottom: 80px;
}
.succ-boxs {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 32px;
}
.succ-box {
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 padding: 40px 32px;
 border-radius: 10px 10px 120px 10px;
}
.succ-box_h {
 color: #FFF;
 font-size: 36px;
 font-weight: 600;
 line-height: 48px; 
}
.succ-box_p {
 color: #FFF;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
 line-height: 24px;
}
.succ-box_a {
 display: flex;
 align-items: center;
 gap: 6px;
 width: fit-content;
 height: 48px;
 font-size: 18px;
 font-style: normal;
 font-weight: 600;
 line-height: 28px;
 padding: 0px 18px;
 border-radius: 100px;
 background: #FFF;
 margin-top: 72px;
}
.succ-box:nth-child(1) {
 background: #D36135;
}
.succ-box:nth-child(1) .succ-box_a {
 color: #D36135;
}
.succ-box:nth-child(1) .succ-box_a svg {
 fill: #D36135;
}
.succ-box:nth-child(2) {
 background: #209D50;
}
.succ-box:nth-child(2) .succ-box_a {
 color: #209D50;
}
.succ-box:nth-child(2) .succ-box_a svg {
 fill: #209D50;
}
.succ-box:nth-child(3) {
 background: #0D1726;
}
.succ-box:nth-child(3) .succ-box_a {
 color: #0D1726;
}
.succ-box:nth-child(3) .succ-box_a svg {
 fill: #0D1726;
}
@media (max-width: 1200px) {
 .succ-boxs {
  grid-template-columns: repeat(1, 1fr);
 }
}
@media (max-width: 800px) {
 .succ {
  margin-bottom: 80px;
 }
 .succ-top {
  margin-bottom: 48px;
 }
 .succ-box {
  padding: 24px;
  border-radius: 10px 10px 50px 10px;
 }
 .succ-box_a {
  font-size: 16px;
  margin-top: 48px;
 }
}
/*-succ*/
/*action*/
.action-wrap {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 text-align: center;
 color: #FFF;
 padding: 64px 120px;
 border-radius: 40px;
 background: #209D50;
}
.action-h {
 color: #ECE4B7;
 font-size: 64px;
 font-weight: 500;
 line-height: 72px;
}
.action-p {
 max-width: 870px;
 margin-top: 24px;
}
.action-buttons {
 display: flex;
 align-items: center;
 gap: 24px;
 margin-top: 72px;
}
.action-a {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 244px;
 height: 64px;
 color: #209D50;
 font-size: 20px;
 font-weight: 600;
 line-height: 32px;
 border-radius: 100px;
 background: #FFF;
}
.action-label {
 text-align: center;
 font-weight: 500;
 margin-top: 24px;
}
@media (max-width: 1200px) { 
 .action-wrap {
  padding: 56px;
 }
 .action-buttons { 
  width: 100%;
 }
 .action-a {
  width: 100%;
 }
}
@media (max-width: 1200px) { 
 .action-wrap {
  padding: 24px;
  border-radius: 24px;

 }
 .action-h {
  font-size: 44px;
  line-height: 52px;
 }
 .action-buttons {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
 }
}
/*-action*/