@charset "UTF-8";
/* roboto-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto/roboto-v30-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto/roboto-v30-latin_latin-ext-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto/roboto-v30-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto/roboto-v30-latin_latin-ext-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto/roboto-v30-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/roboto/roboto-v30-latin_latin-ext-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto/roboto-v30-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/roboto/roboto-v30-latin_latin-ext-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --transition-base: all .3s linear 0s;
  --svg-logo-white: #ffffff;
  --svg-logo-black: #000;
}

a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

html {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.scroll-disabled {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
span,
p {
  cursor: default;
}

*::-webkit-scrollbar {
  width: 4px;
  height: 2px;
  border-radius: 2px;
}

*::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #fff;
}

*::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #000;
}

.container {
  width: 1560px;
  max-width: 100%;
  padding-inline: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-md {
  width: 1300px;
  max-width: 100%;
  padding-inline: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-sm {
  width: 1040px;
  max-width: 100%;
  padding-inline: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-full {
  width: 100%;
  padding-inline: 15px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 48px;
  background-color: transparent;
  border: none;
}
.btn.w-260 {
  width: 260px;
  max-width: 100%;
}
.btn.w-280 {
  width: 280px;
  max-width: 100%;
}
.btn.w-300 {
  width: 300px;
  max-width: 100%;
}
.btn.btn-border-black {
  border-radius: 40px;
  border: 1px solid #1d1c1c;
  color: #1d1c1c;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  transition: var(--transition-base);
}
.btn.btn-border-black:hover {
  color: #fff;
  border-color: #5C5F67;
  background-color: #5C5F67;
  transition: var(--transition-base);
}
.btn.btn-return {
  margin: 0 auto;
}
.btn.btn-blog {
  border-radius: 40px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  transition: var(--transition-base);
}
.btn.btn-blog:hover {
  color: #fff;
  background-color: #5c5f67;
  border-color: #5c5f67;
  transition: var(--transition-base);
}
.btn.btn-border-white {
  border-radius: 40px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  transition: var(--transition-base);
}
.btn.btn-border-white:hover {
  color: #1d1c1c;
  background-color: #fff;
  transition: var(--transition-base);
}
.btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.uptitle-section {
  color: #1D1C1C;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: 890px;
  max-width: 100%;
  margin: 0 auto 88px;
  position: relative;
  z-index: 3;
}

.title-page {
  color: #1D1C1C;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.title-section {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin: 0;
}
.title-section-white {
  color: #ffffff;
}

.subtitle-section {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}

.section-sticky {
  position: relative;
  top: 0;
  left: 0;
}

@media only screen and (min-height: 800px) and (min-width: 1200px) {
  .section-sticky {
    position: sticky;
    top: 90px;
    left: 0;
  }
}
@media only screen and (max-width: 1560px) {
  .container {
    width: 1400px;
  }
}
@media only screen and (max-width: 1440px) {
  .container {
    width: 1300px;
  }
  .container-md {
    width: 1130px;
  }
  .uptitle-section {
    font-size: 36px;
    line-height: 50px;
  }
  .title-section {
    font-size: 28px;
    line-height: 36px;
  }
  .subtitle-section {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1370px) {
  .container {
    width: 1200px;
  }
  .container-md {
    width: 1030px;
  }
}
@media only screen and (max-width: 1200px) {
  .container-md,
  .container-sm,
  .container-full,
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .title-page {
    font-size: 30px;
  }
  .uptitle-section {
    line-height: 40px;
    font-size: 30px;
  }
  .title-section {
    font-size: 26px;
    line-height: 34px;
  }
  .subtitle-section {
    font-size: 20px;
    line-height: 24px;
  }
  .container-md,
  .container-sm,
  .container-full,
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 9;
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 99;
  transition: var(--transition-base);
}
.header .container {
  height: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #FFF;
  position: relative;
  z-index: 4;
}
.header .burger {
  display: none;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border: none;
  background-color: transparent;
}
.header .burger svg {
  width: 34px;
  height: 34px;
}
.header .burger .line {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header .burger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.header .burger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.header .burger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.header .burger.active .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.header .burger.active .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.header .burger.active .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.header .logo {
  display: flex;
  height: 100%;
}
.header .logo svg {
  height: 100%;
  width: auto;
}
.header .logo svg path {
  transition: var(--transition-base);
}
.header nav .menu-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 56px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
.header nav .menu-items > li {
  position: relative;
}
.header nav .menu-items > li:hover > a {
  font-weight: 500;
  transition: var(--transition-base);
}
.header nav .menu-items > li:hover > a > svg {
  transform: rotate(-180deg);
  transition: var(--transition-base);
}
.header nav .menu-items > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: var(--transition-base);
}
.header nav .menu-items > li > a {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header nav .menu-items > li a {
  font-weight: 400;
  transition: var(--transition-base);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.header nav .menu-items > li a > svg {
  transition: var(--transition-base);
}
.header nav .menu-items > li a > svg path {
  stroke: var(--svg-logo-white);
  transition: var(--transition-base);
}
.header nav .menu-items > li .sub-menu {
  position: absolute;
  background: radial-gradient(308.56% 35.39% at 100% 100%, rgba(129, 145, 177, 0.27) 0%, rgba(244, 245, 249, 0) 100%), #F3F4F8;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: -60px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 225px;
  list-style: none;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: var(--transition-base);
  z-index: 2;
}
.header nav .menu-items > li .sub-menu li a:hover {
  color: #1d1c1c;
  transition: var(--transition-base);
}
.header nav .menu-items > li .sub-menu li a {
  color: #5C5F67;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  text-transform: uppercase;
}
.header .btn-header {
  width: 260px;
  border-radius: 40px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  transition: var(--transition-base);
}
.header .btn-header:hover {
  color: #1d1c1c;
  background-color: #fff;
  transition: var(--transition-base);
}
.header.active {
  background-color: #fff;
  transition: var(--transition-base);
}
.header.active .logo svg path {
  fill: var(--svg-logo-black);
  transition: var(--transition-base);
}
.header.active .burger .line {
  stroke: var(--svg-logo-black);
}
.header.active nav .menu-items {
  color: #000;
}
.header.active nav .menu-items li a > svg path {
  stroke: var(--svg-logo-black);
  transition: var(--transition-base);
}
.header.active .btn-header {
  border-radius: 40px;
  border: 1px solid #1d1c1c;
  color: #1d1c1c;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  transition: var(--transition-base);
}
.header.active .btn-header:hover {
  color: #fff;
  border-color: #5C5F67;
  background-color: #5C5F67;
  transition: var(--transition-base);
}
@media only screen and (max-width: 1440px) {
  .header nav .menu-items {
    gap: 30px;
  }
  .header .btn-header {
    width: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .burger {
    display: flex;
  }
  .header nav {
    display: none;
  }
  .header .btn-header {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 70px;
  }
  .header .container {
    height: 70px;
    padding-right: 5px;
  }
}

.adaptive-menu {
  position: fixed;
  top: 90px;
  z-index: 90;
  background: radial-gradient(308.56% 35.39% at 100% 100%, rgba(129, 145, 177, 0.27) 0%, rgba(244, 245, 249, 0) 100%), #F3F4F8;
  width: 100vw;
  padding: 40px 20px;
  display: none;
  flex-direction: column;
  align-items: center;
  transform: translateY(-100%);
  opacity: 0;
  transition: var(--transition-base);
}
.adaptive-menu.active {
  transform: translateY(0);
  opacity: 1;
  transition: var(--transition-base);
}
.adaptive-menu .menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
  flex-direction: column;
  color: #5C5F67;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
  text-align: center;
}
.adaptive-menu .menu-items li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.adaptive-menu .menu-items li a > svg {
  margin-left: 10px;
  margin-top: -2px;
}
.adaptive-menu .menu-items li a > svg path {
  stroke: var(--svg-logo-black);
  transition: var(--transition-base);
}
.adaptive-menu .menu-items li .sub-menu {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
  display: none;
}
.adaptive-menu .menu-items li .sub-menu li {
  margin: 10px 0;
}
.adaptive-menu .btn-header {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  border-radius: 40px;
  border: 1px solid #1d1c1c;
  color: #1d1c1c;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  transition: var(--transition-base);
}
@media only screen and (max-width: 1024px) {
  .adaptive-menu {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .adaptive-menu {
    top: 70px;
    height: calc(100vh - 70px);
    justify-content: space-between;
  }
}

.footer {
  color: #ffffff;
  background: #5C5F67;
  padding: 80px 0 56px;
  position: relative;
  overflow: hidden;
  z-index: 12;
}
.footer .logo-after {
  position: absolute;
  right: -33px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.3;
  z-index: 1;
}
.footer .container {
  position: relative;
  z-index: 2;
}
.footer .row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .row:first-child {
  margin-bottom: 60px;
}
.footer .row p {
  margin: 0;
}
.footer .logo {
  max-width: 35%;
}
.footer .logo svg {
  max-width: 100%;
  height: auto;
}
.footer .menu-items {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  gap: 24px;
}
.footer .menu-items li a {
  text-transform: uppercase;
}
.footer .contact-list {
  margin-top: -2px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.footer .contact-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.footer .contact-list-item svg {
  margin-top: 7px;
}
.footer .contact-list-item p {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
  margin: 0;
}
@media only screen and (max-width: 1560px) {
  .footer {
    padding: 60px 0 36px;
  }
}
@media only screen and (max-width: 1440px) {
  .footer .logo {
    width: 30%;
  }
}
@media only screen and (max-width: 992px) {
  .footer .row {
    flex-direction: column;
    align-items: center;
  }
  .footer .logo {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .footer .menu-items {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .row p {
    text-align: center;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
span,
p {
  cursor: default;
}

a,
a span {
  cursor: pointer;
}

.wp-text .wp-block-separator {
  border-top: 1px solid #5C5F67;
  margin: 24px 0;
}
.wp-text h1 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 131.25%; /* 42px */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin: 25px 0;
}
.wp-text h1:first-child {
  margin-top: 0;
}
.wp-text h1:last-child {
  margin-bottom: 0;
}
.wp-text h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 131.25%; /* 42px */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin: 24px 0;
}
.wp-text h2:first-child {
  margin-top: 0;
}
.wp-text h2:last-child {
  margin-bottom: 0;
}
.wp-text h3 {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 116.667%; /* 28px */
  margin: 24px 0;
}
.wp-text h3:first-child {
  margin-top: 0;
}
.wp-text h3:last-child {
  margin-bottom: 0;
}
.wp-text h4 {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  margin: 24px 0;
}
.wp-text h4:first-child {
  margin-top: 0;
}
.wp-text h4:last-child {
  margin-bottom: 0;
}
.wp-text h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.078px;
  margin: 24px 0;
}
.wp-text h5:first-child {
  margin-top: 0;
}
.wp-text h5:last-child {
  margin-bottom: 0;
}
.wp-text h6 {
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0.36px;
  margin: 16px 0;
}
.wp-text h6:first-child {
  margin-top: 0;
}
.wp-text h6:last-child {
  margin-bottom: 0;
}
.wp-text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.32px;
  margin: 16px 0;
}
.wp-text p:first-child {
  margin-top: 0;
}
.wp-text p:last-child {
  margin-bottom: 0;
}
.wp-text ul {
  list-style: none;
  margin: 40px 0;
  padding: 0;
}
.wp-text ul:first-child {
  margin-top: 0;
}
.wp-text ul:last-child {
  margin-bottom: 0;
}
.wp-text ul li {
  position: relative;
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
  padding-left: 32px;
}
.wp-text ul li:before {
  content: "•";
  position: absolute;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.45px;
  color: #000;
  top: 1px;
  left: 0;
}
.wp-text ol {
  margin: 40px 0;
  padding: 0 0 0 18px;
}
.wp-text ol:first-child {
  margin-top: 0;
}
.wp-text ol:last-child {
  margin-bottom: 0;
}
.wp-text ol li {
  position: relative;
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
  padding-left: 14px;
}
.wp-text ol li::marker {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
}
.wp-text .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  width: 100%;
}
.wp-text .wp-block-image:first-child {
  margin-top: 0;
}
.wp-text .wp-block-image:last-child {
  margin-bottom: 0;
}
.wp-text .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 40px;
}
.wp-text .wp-block-columns {
  margin: 40px 0;
  gap: 30px;
}
.wp-text .wp-block-columns .wp-block-image {
  margin: 0;
}

.wp-small-block > h2 {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > h3 {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > h4 {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > h5 {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > p {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > ol {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-small-block > ul {
  width: 816px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .wp-small-block > h2, .wp-small-block > h3, .wp-small-block > h4, .wp-small-block > h5, .wp-small-block > p, .wp-small-block > ol, .wp-small-block > ul {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wp-text ul li {
    padding-left: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-text h1 {
    font-size: 31px;
  }
  .wp-text h2 {
    font-size: 28px;
  }
  .wp-text h3 {
    font-size: 22px;
  }
  .wp-text h4 {
    font-size: 20px;
  }
  .wp-text h5 {
    font-size: 18px;
  }
  .wp-text p {
    font-size: 16px;
  }
  .wp-text ul li {
    font-size: 16px;
  }
  .wp-text ol li {
    font-size: 16px;
  }
  .wp-text .wp-block-image {
    margin: 20px 0;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
}
.breadcrumbs li {
  color: #1D1C1C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.32px;
  transition: var(--transition-base);
}
.breadcrumbs li:hover {
  color: #5C5F67;
  transition: var(--transition-base);
}
.breadcrumbs li:after {
  content: "/";
  color: #1D1C1C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.32px;
  margin: 0 16px 0 13px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li a {
  white-space: nowrap;
}
.breadcrumbs li a span {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs li {
    font-size: 14px;
  }
}

.hero {
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: -85px;
}
.hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #F3F4F8;
}
.hero img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .hero img {
    height: 300px;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.formateurs-about {
  padding-top: 56px;
  border-radius: 80px 80px 0 0;
  background: radial-gradient(308.56% 35.39% at 100% 100%, rgba(129, 145, 177, 0.27) 0%, rgba(244, 245, 249, 0) 100%), #F3F4F8;
  position: relative;
  margin-bottom: -80px;
}
.formateurs-about .row {
  display: flex;
  margin-left: calc((100% - 1560px) / 2);
}
.formateurs-about .col-desc {
  width: calc(100% - 945px);
  padding-right: 160px;
}
.formateurs-about .col-desc .desc-text {
  margin-top: 52px;
}
.formateurs-about .col-desc .desc-text p {
  color: #1D1C1C;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 28px */
  letter-spacing: 0.32px;
  margin: 24px 0;
}
.formateurs-about .col-desc .desc-text p:first-child {
  margin-top: 0;
}
.formateurs-about .col-desc .desc-text p:last-child {
  margin-bottom: 0;
}
.formateurs-about .col-desc .desc-text h2 {
  color: #1D1C1C;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.28px;
  margin: 24px 0;
}
.formateurs-about .col-desc .desc-text h2:first-child {
  margin-top: 0;
}
.formateurs-about .col-desc .desc-text h2:last-child {
  margin-bottom: 0;
}
.formateurs-about .col-img {
  width: 945px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.formateurs-about .col-img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1560px) {
  .formateurs-about {
    margin-bottom: -60px;
  }
  .formateurs-about .row {
    margin-left: calc((100% - 1400px) / 2);
  }
  .formateurs-about .col-desc {
    padding-right: 60px;
    padding-bottom: 90px;
    width: calc(100% - 745px);
  }
  .formateurs-about .col-img {
    width: 745px;
  }
}
@media only screen and (max-width: 1440px) {
  .formateurs-about .row {
    margin-left: calc((100% - 1300px) / 2);
  }
}
@media only screen and (max-width: 1370px) {
  .formateurs-about .row {
    margin-left: calc((100% - 1200px) / 2);
  }
}
@media only screen and (max-width: 1200px) {
  .formateurs-about .row {
    margin-left: 0;
    flex-direction: column;
  }
  .formateurs-about .col-desc {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
  }
  .formateurs-about .col-img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .formateurs-about {
    padding-top: 40px;
    margin-bottom: -40px;
  }
  .formateurs-about .col-desc .desc-text {
    margin-top: 20px;
  }
}

.formateurs-wrapper-items {
  border-radius: 80px 80px 0 0;
  background: #fff;
  position: relative;
  margin-bottom: 80px;
  padding-top: 80px;
}
.formateurs-wrapper-items .formateurs-items {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 80px;
}
.formateurs-wrapper-items .formateurs-items .formateurs-item {
  border-radius: 80px;
  background-color: #F3F4F8;
  display: flex;
}
.formateurs-wrapper-items .formateurs-items .formateurs-item:nth-child(odd) {
  flex-direction: row;
}
.formateurs-wrapper-items .formateurs-items .formateurs-item:nth-child(odd) .desc {
  padding-left: 10.58%;
}
.formateurs-wrapper-items .formateurs-items .formateurs-item:nth-child(even) {
  flex-direction: row-reverse;
}
.formateurs-wrapper-items .formateurs-items .formateurs-item:nth-child(even) .desc {
  padding-right: 10.58%;
  padding-left: 24.5%;
}
.formateurs-wrapper-items .formateurs-items .formateurs-item .img {
  width: 40.52%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formateurs-wrapper-items .formateurs-items .formateurs-item .img img {
  width: 100%;
  height: auto;
}
.formateurs-wrapper-items .formateurs-items .formateurs-item .desc {
  width: 59.48%;
  padding-top: 80px;
}
.formateurs-wrapper-items .formateurs-items .formateurs-item .desc .title-section {
  margin-bottom: 24px;
}
.formateurs-wrapper-items .formateurs-items .formateurs-item .desc .info {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1560px) {
  .formateurs-wrapper-items .formateurs-items .formateurs-item .wp-text ul li {
    text-align: left;
  }
  .formateurs-wrapper-items .formateurs-items .formateurs-item .desc {
    width: 60%;
  }
  .formateurs-wrapper-items .formateurs-items .formateurs-item .img {
    width: 40%;
  }
  .formateurs-wrapper-items .formateurs-items .formateurs-item:nth-child(even) .desc {
    padding-right: 10%;
    padding-left: 18%;
  }
  .formateurs-wrapper-items .formateurs-items .formateurs-item:nth-child(odd) .desc {
    padding-left: 10%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 1024px) {
  .formateurs-wrapper-items .formateurs-items .formateurs-item {
    align-items: center;
  }
  .formateurs-wrapper-items .formateurs-items .formateurs-item .desc {
    padding-top: 0;
  }
  .formateurs-wrapper-items .formateurs-items .formateurs-item:nth-child(even) .desc {
    padding-right: 6%;
    padding-left: 10%;
  }
}
@media only screen and (max-width: 992px) {
  .formateurs-wrapper-items {
    margin-bottom: 40px;
  }
  .formateurs-wrapper-items .formateurs-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
  .formateurs-wrapper-items .formateurs-items .formateurs-item {
    width: 100%;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .formateurs-wrapper-items .formateurs-items .formateurs-item .img {
    width: 100%;
    margin-bottom: 30px;
  }
  .formateurs-wrapper-items .formateurs-items .formateurs-item .desc {
    width: 100%;
  }
  .formateurs-wrapper-items .formateurs-items .formateurs-item:nth-child(even) {
    flex-direction: column;
  }
  .formateurs-wrapper-items .formateurs-items .formateurs-item:nth-child(even) .desc {
    padding-left: 30px;
    padding-right: 30px;
  }
  .formateurs-wrapper-items .formateurs-items .formateurs-item:nth-child(odd) {
    flex-direction: column;
  }
  .formateurs-wrapper-items .formateurs-items .formateurs-item:nth-child(odd) .desc {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .formateurs-wrapper-items {
    padding-top: 40px;
  }
  .formateurs-wrapper-items .formateurs-items {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .formateurs-wrapper-items .formateurs-items .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
