/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./wp-content/themes/oriole/assets/scss/styles.scss ***!
  \*******************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --icon__dropdown: url("data:image/svg+xml,%3Csvg width=%278%27 height=%2714%27 viewBox=%270 0 8 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.25 1.5L6.75 7L1.25 12.5%27 stroke=%27%230E0E0E%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  --icon__right: "→";
  --icon__top: "↑";
  --arrow__orange: url("data:image/svg+xml;utf8,<svg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M6.754 1.184v10.492M12 7.18l-5.246 5.246L1.508 7.18%27 stroke=%27%23FF622F%27 stroke-width=%272%27 stroke-linecap=%27square%27 stroke-linejoin=%27round%27/></svg>");
}

*,
:before,
:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  min-width: 320px;
}

body, button, ul, ol, h1, h2, h3, h4, h5, h6, p, fieldset, dl, dd, blockquote, input, figure {
  margin: 0;
}

ul, ol, fieldset, button, th, td {
  padding: 0;
}

li {
  list-style: none;
}

abbr, ins {
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

button {
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

input,
select,
textarea,
button {
  font: inherit;
}

button, fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
}

table, td, th {
  border: none;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

address, i, cite {
  font-style: inherit;
}

img, svg {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: top;
  user-select: none;
}

svg {
  display: block;
}

[tabindex]:focus,
button:focus {
  outline: none;
}

mark {
  background-color: transparent;
}

::-moz-focus-inner {
  border: 0;
}

@font-face {
  font-family: "FunnelSans";
  src: url(6cacd2b9cb194f59b392.woff2) format("woff2"), url(4d41bee3abc1ce4f42fa.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FunnelSans";
  src: url(eea20f87de64e6a4c4c6.woff2) format("woff2"), url(fa3e13b057c513df51cd.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FunnelSans";
  src: url(588639efc9ee9f410b7a.woff2) format("woff2"), url(8a2aef1a5b1e7eaa8da2.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeistMono";
  src: url(7c999d3c31b494ebded5.woff2) format("woff2"), url(a1cff9267ffbb63e3bb1.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --default-border-radius: 10px;
  --cms-max-width: 815px;
}
@media screen and (min-width: 768px) {
  :root {
    --default-border-radius: 20px;
  }
}

html, body {
  min-height: calc(var(--app-height, 1vh) * 100);
  margin: 0 !important;
}

body {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  font: 400 18px/1.222 "FunnelSans", Arial, Helvetica, sans-serif;
  letter-spacing: -0.01em;
  color: #000000;
  background-color: #F2F2E9;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 20px;
    line-height: 1.3;
  }
}
body.disable-scroll {
  overflow-y: scroll !important;
}
@-moz-document url-prefix() {
  body.disable-scroll {
    overflow-y: hidden !important;
  }
}

#wpadminbar {
  display: none;
}

.wp-site-blocks {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: inherit;
}
.disable-scroll .wp-site-blocks {
  position: fixed;
  left: 0;
  width: 100%;
}
@-moz-document url-prefix() {
  .disable-scroll .wp-site-blocks {
    position: static;
  }
}
.safari-scroll .wp-site-blocks {
  position: static;
}

@media (hover: hover) {
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
h1, .h1 {
  font: 600 clamp(54px, 46.4928px + 1.9102vw, 74px)/1 "FunnelSans", Arial, Helvetica, sans-serif;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h1, .h1 {
    line-height: 1.12;
  }
}
@media screen and (min-width: 1024px) {
  h1, .h1 {
    letter-spacing: -0.01em;
  }
}

h2, .h2 {
  font: 600 clamp(36px, 26.9914px + 2.2923vw, 60px)/1.027 "FunnelSans", Arial, Helvetica, sans-serif;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h2, .h2 {
    line-height: 1;
  }
}

h3, .h3 {
  font: 500 clamp(32px, 30.4986px + 0.382vw, 36px)/1.12 "FunnelSans", Arial, Helvetica, sans-serif;
}

h4, .h4, .wpcf7-form.sent > *.wpcf7-response-output {
  font: 500 clamp(28px, 26.4986px + 0.382vw, 32px)/clamp(28px, 24.9971px + 0.7641vw, 36px) "FunnelSans", Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 1024px) {
  h4, .h4, .wpcf7-form.sent > *.wpcf7-response-output {
    letter-spacing: -0.01em;
  }
}

h5, .h5 {
  font: 500 26px/1.15 "FunnelSans", Arial, Helvetica, sans-serif;
  letter-spacing: -0.02em;
}

h6, .h6 {
  font: 500 clamp(22px, 21.6246px + 0.0955vw, 23px)/30px "FunnelSans", Arial, Helvetica, sans-serif;
  letter-spacing: -0.02em;
}

.p2 {
  font-size: clamp(18px, 17.2493px + 0.191vw, 20px);
  line-height: 1.22;
}
@media screen and (min-width: 768px) {
  .p2 {
    line-height: 1.3;
  }
}

.p3, .pure-section .pure-items ul li, .header-inner {
  font-size: 18px;
  line-height: 1.22;
}

.small-1, form label, .wpcf7-form .wpcf7-form-control input[type=checkbox] + span {
  font: 400 16px/1.125 "GeistMono", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.small-3, .our-solution-section .description-elements li li, .sub-title, .std blockquote + blockquote {
  font: 400 12px/1.5 "GeistMono", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

main p:empty:after {
  content: "&nbsp;";
  opacity: 0;
  visibility: hidden;
}
main p a {
  cursor: pointer;
  background: linear-gradient(currentColor 0 0) 0 100%/var(--d, 0) 1px no-repeat;
  transition: background 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  main p a:hover {
    --d: 100%;
  }
}

a.link-with-arrow > span:not([class]) {
  background: linear-gradient(currentColor 0 0) 0 100%/var(--d, 0) 1px no-repeat;
  transition: background 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  a.link-with-arrow:hover {
    --d: 100%;
  }
}

picture {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 100%;
}
picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  transition: transform 0.5s;
}
picture img.lazyloaded, picture img.no-lazy {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  a:not(.swiper-slide):hover picture img, a:not(.swiper-slide):hover video {
    transform: scale3d(1.2, 1.2, 1.2);
  }
}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .tablet-ml-only {
    display: none !important;
  }
}

.tablet-l-only {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .tablet-l-only {
    display: block !important;
  }
}

.desktop-xxl-only {
  display: none !important;
}
@media screen and (min-width: 1680px) {
  .desktop-xxl-only {
    display: block !important;
  }
}

.last-el-zero-margin > *:last-child {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.white-color {
  color: #fff;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.container {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

.default-section {
  padding: 40px 20px;
  margin-bottom: clamp(100px, 11.8055vw, 170px);
}
@media screen and (min-width: 768px) {
  .default-section {
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .default-section.mobile-small-side-d {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.default-section._disable_p_top {
  padding-top: 0 !important;
}
.default-section._disable_p_bottom {
  padding-bottom: 0 !important;
}
.default-section._disable_m_top {
  margin-top: 0 !important;
}
.default-section._disable_m_bottom {
  margin-bottom: 0 !important;
}
.default-section .sub-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .default-section .sub-title {
    margin-bottom: 60px;
  }
}

.description._large {
  font: 700 clamp(25px, 16.3668px + 2.1968vw, 48px)/1.04 "GeistMono", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 1024px) {
  .description._large {
    letter-spacing: -0.054rem;
    line-height: 1;
  }
}

.default-section-indent {
  margin-bottom: clamp(100px, 11.8055vw, 170px);
}

section.full-screen {
  width: 100vw;
  height: 100svh;
  overflow: hidden;
  position: relative;
}
section.full-screen.with-desktop-indent {
  width: 100vw;
  height: 100svh;
}
@media screen and (min-width: 768px) {
  section.full-screen.with-desktop-indent {
    width: calc(100vw - 20px);
    height: calc(100svh - 20px);
  }
}
@media screen and (min-width: 768px) {
  section.with-desktop-indent {
    margin-right: 10px;
    margin-left: 10px;
  }
}
section._min-height-100 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100svh;
}
section._min-height-100 > * {
  width: 100%;
}

@media screen and (max-width: 767px) {
  ._mobile-space:after {
    content: " ";
  }
}

.std {
  max-width: var(--cms-max-width);
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.222;
  letter-spacing: -0.01em;
}
.blog-post .std {
  font-size: clamp(18px, 17.2493px + 0.191vw, 20px);
  line-height: clamp(22px, 20.4986px + 0.382vw, 26px);
  letter-spacing: -0.01em;
}
.std h1, .std h2, .std h3, .std h4 {
  margin-bottom: clamp(30px, 23.2436px + 1.7192vw, 48px);
}
@media screen and (min-width: 768px) {
  .std h1 + ul, .std h2 + ul, .std h3 + ul, .std h4 + ul {
    margin-top: calc(-1 * clamp(5px, -0.6304px + 1.4327vw, 20px));
  }
}
.std h5 {
  margin-bottom: 18px;
}
.std h6 {
  font: 400 20px/1.3 "FunnelSans", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  .std h6 {
    padding-right: 6%;
  }
}
.std .h3-d {
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .std .h3-d {
    font: 500 clamp(32px, 30.4986px + 0.382vw, 36px)/1.12 "FunnelSans", Arial, Helvetica, sans-serif;
    letter-spacing: -0.02em;
  }
}
.std p, .std h6 {
  margin-bottom: 40px;
}
.std p + ul,
.std p + ol, .std h6 + ul,
.std h6 + ol {
  margin-top: -17px;
}
.blog-post .std p, .blog-post .std h6 {
  margin-bottom: 52px;
}
.std ul {
  margin-bottom: 38px;
  padding-left: 28px;
}
.blog-post .std ul {
  padding: 0;
  margin-bottom: 46px;
  font: 400 20px/1.3 "FunnelSans", Arial, Helvetica, sans-serif;
  letter-spacing: -0.01em;
}
.blog-post .std ul + h5 {
  margin-top: clamp(46px, 37.7421px + 2.1012vw, 68px);
}
@media screen and (min-width: 1024px) {
  .blog-post .std ul {
    margin-right: -24px;
  }
}
.std ul + p {
  margin-top: -16px;
}
.std ul li {
  list-style: disc;
}
.blog-post .std ul li {
  padding-left: clamp(20px, 18.4986px + 0.382vw, 24px);
  list-style: none;
}
.blog-post .std ul li:before {
  content: "";
  display: inline-flex;
  margin: 0 clamp(10px, 8.1232px + 0.4776vw, 15px) 0 calc(-1 * clamp(20px, 18.4986px + 0.382vw, 24px));
  width: 9px;
  height: 9px;
  background-color: #FF622F;
  border-radius: 50%;
  transform: translateY(-3px);
}
.std ol {
  margin-bottom: 38px;
  padding-left: 26px;
}
.std ol li {
  list-style: auto;
}
.std blockquote {
  margin: clamp(52px, 46.745px + 1.3372vw, 66px) 0 clamp(48px, 39.7421px + 2.1012vw, 70px);
  font: 500 clamp(32px, 30.4986px + 0.382vw, 36px)/clamp(32px, 28.9971px + 0.7641vw, 40px) "FunnelSans", Arial, Helvetica, sans-serif;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  .std blockquote {
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 1024px) {
  .std blockquote {
    margin-left: calc(-1 * clamp(10px, -186.9231px + 19.2308vw, 90px));
    margin-right: calc(-1 * clamp(10px, -186.9231px + 19.2308vw, 90px));
  }
}
.std blockquote + blockquote {
  margin-top: calc(-1 * clamp(7px, -10.6418px + 4.489vw, 54px));
}
@media screen and (min-width: 1024px) {
  .std blockquote + blockquote {
    padding-left: 3px;
  }
}
.std iframe,
.std img {
  max-width: 100%;
}
.std a {
  background: linear-gradient(currentColor 0 0) 0 100%/var(--d, 100%) 1px no-repeat;
  transition: background 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .std a:hover {
    --d: 0%;
  }
}
.blog-post .std a:not(.action) {
  color: #FF622F;
}
.std .custom-table {
  max-width: 100%;
  overflow: auto;
  margin-bottom: clamp(24px, 52.8825px + -2.0057vw, 45px);
}
.std .custom-table table {
  font: 400 16px/18px "FunnelSans", Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) {
  .std .custom-table table {
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .std .custom-table thead {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .std .custom-table thead tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .std .custom-table tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .std .custom-table tr {
    display: block;
    border-top: 1px solid;
  }
}
@media screen and (min-width: 768px) {
  .std .custom-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.std .custom-table td,
.std .custom-table th {
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .std .custom-table td,
  .std .custom-table th {
    padding: 15px 10px;
  }
  .std .custom-table td:not(:last-child),
  .std .custom-table th:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.std .custom-table th {
  font: 500 18px/1.222 "FunnelSans", Arial, Helvetica, sans-serif;
  text-align: left;
  letter-spacing: -0.02em;
}
.std .custom-table td {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .std .custom-table td {
    display: flex;
    gap: 15px;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .std .custom-table td::before {
    content: attr(data-th);
    flex-shrink: 0;
    display: inline-block;
    width: 152px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
  }
}
.std hr {
  margin: -8px 0 clamp(22px, 26.1261px + -0.2865vw, 25px);
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .std hr {
    margin-top: clamp(0px, -52.5714px + 6.8452vw, 46px);
  }
}

.swiper {
  position: relative;
  overflow: hidden;
}
.swiper._swiper-visible {
  overflow: visible;
}
.swiper .swiper-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: auto;
  padding: 0;
  list-style: none;
}
.swiper .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper .swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
}
.swiper .swiper-container-android .swiper-slide,
.swiper .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper .swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper .swiper-container-free-mode > .swiper-wrapper {
  margin: auto;
  transition-timing-function: ease-out;
}
.swiper .swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: all;
}
.swiper .swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper .swiper-container-autoheight,
.swiper .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper .swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper .swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper .swiper-fade.swiper-free-mode .swiper-slide .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper .swiper-pagination {
  position: absolute;
  z-index: 3;
  transform: translate3d(0, 0, 0);
  font-size: 0;
  text-align: center;
  min-height: 1px;
  transition: 0.3s opacity;
}
.swiper .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container:not(.swiper-container-initialized) .swiper .swiper-pagination {
  opacity: 0;
  visibility: hidden;
}
.swiper .swiper-pagination > *:only-child {
  display: none;
}
.swiper .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper .swiper-pagination-bullets {
  position: relative;
  transform: none;
  display: flex;
  margin-top: 32px;
  font: 500 17px/1 "GeistMono", Arial, Helvetica, sans-serif;
  counter-reset: slide-counter;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-pagination-bullets {
    display: none;
  }
}
.swiper .swiper-pagination-bullet {
  flex-basis: 100%;
  padding: 0;
  transition: border-color 0.3s;
  counter-increment: slide-counter;
  pointer-events: auto;
  padding-bottom: 25px;
  border-top: 1px solid #D1D6D9;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .swiper .swiper-pagination-bullet:hover {
    border-color: #000000;
  }
}
.swiper .swiper-pagination-bullet:nth-child(n+9):before, .swiper .swiper-pagination-bullet:nth-child(n+9):after {
  content: counter(slide-counter);
}
.swiper .swiper-pagination-bullet:not(:last-child):after {
  display: none;
}
.swiper .swiper-pagination-bullet:before, .swiper .swiper-pagination-bullet:after {
  content: "0" counter(slide-counter);
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
.swiper .swiper-pagination-bullet:before {
  display: none;
  left: 0;
  text-align: left;
}
.swiper .swiper-pagination-bullet:after {
  display: block;
  right: 0;
  text-align: right;
}
.swiper .swiper-pagination-bullet-active {
  border-color: #000000 !important;
}
.swiper .swiper-pagination-bullet-active:before {
  display: block;
}
.swiper .swiper-button-disabled {
  display: none;
}
.swiper img.swiper-lazy-loaded {
  opacity: 1;
}

form input,
form select,
form textarea {
  width: 100%;
  font: inherit;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  letter-spacing: -0.02rem;
}
form input:-webkit-autofill,
form select:-webkit-autofill,
form textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
form input,
form select,
form textarea {
  padding: clamp(11px, 10.2493px + 0.191vw, 13px) 0;
  font: 400 20px/1.3 "FunnelSans", Arial, Helvetica, sans-serif;
  letter-spacing: -0.01em;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
form input:-webkit-autofill::first-line {
  font: inherit;
}
form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
form :-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}
form ::-webkit-inner-spin-button,
form ::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
form ::-webkit-clear-button {
  display: none;
}
form input::-ms-clear {
  display: none;
}
form input:disabled {
  color: #000000;
  -webkit-text-fill-color: #000000;
  opacity: 1;
}
form input[type=number] {
  padding: 0 !important;
  text-align: center;
  -moz-appearance: textfield;
}
form input[type=number]::-webkit-inner-spin-button, form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
form select {
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff url("data:image/svg+xml,%3Csvg width=%2715%27 height=%279%27 viewBox=%270 0 19 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M17.28 0L9.43 7.848 1.576 0 0 1.576 9.429 11l9.428-9.424L17.281 0z%27 fill=%27%23141414%27%3E%3C/path%3E%3C/svg%3E") 95% 50% no-repeat;
  font-size: 14px;
  height: 40px;
  padding: 0 40px 0 18px;
  border-radius: 20px;
  text-transform: uppercase;
  color: inherit;
  border: 1px solid #000000;
}
form select[multiple] {
  padding: 10px 15px;
  background-image: none;
}
form select[multiple] option {
  margin: 0 12px 4px;
  padding: 4px 10px 6px;
  white-space: initial;
  color: #000000 !important;
  background: #fff !important;
  border: 1px solid;
  border-radius: 20px;
  transition: color 0.15s, background-color 0.15s;
}
@media screen and (min-width: 768px) {
  form select[multiple] option {
    margin: 0 0 4px;
  }
}
form select[multiple] option:hover, form select[multiple] option:checked {
  background: #000000 !important;
  color: #fff !important;
  border-color: #000000 !important;
}
form select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #000;
}
form select::-ms-expand {
  display: none;
}
form select:disabled {
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  cursor: no-drop;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  form select {
    cursor: pointer !important;
  }
}
form textarea {
  resize: none;
  overflow: auto;
  min-height: clamp(157px, 174.8797px + -1.2416vw, 170px);
}
form .fieldset {
  display: flex;
  flex-direction: column;
  gap: clamp(35px, 37.7507px + -0.191vw, 37px);
}
form .field + .field._checkbox {
  margin-top: calc(-1 * clamp(20px, 17.3725px + 0.6686vw, 27px));
}
form .field br {
  display: none;
}
form label {
  display: block;
  margin-bottom: clamp(1px, -2.0029px + 0.7641vw, 9px);
  font-family: "FunnelSans", Arial, Helvetica, sans-serif;
}

.wpcf7-form.sent > * .field._checkbox, .wpcf7-form.sent > *.actions {
  display: none;
}
.wpcf7-form.sent > *.wpcf7-response-output {
  border: none;
  padding: 0 !important;
  margin: clamp(40px, 27.6132px + 3.1519vw, 73px) calc(-1 * clamp(0px, -51.4286px + 6.6964vw, 45px)) 0 0 !important;
  color: inherit;
}
.wpcf7-form[data-status=submitting] .action {
  pointer-events: none;
  opacity: 0.6;
}
.wpcf7-form.invalid .wpcf7-response-output {
  border-color: #dc3232 !important;
}
.wpcf7-form input[type=checkbox] {
  appearance: auto;
}
.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid {
  border-color: #dc3232;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #dc3232;
  font-size: 0.75em;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form .wpcf7-form-control {
  position: relative;
}
.wpcf7-form .wpcf7-form-control input[type=checkbox] {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.wpcf7-form .wpcf7-form-control input[type=checkbox] + span {
  position: relative;
  padding: 3px 0 0 35px;
  font-family: "FunnelSans", Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.wpcf7-form .wpcf7-form-control input[type=checkbox] + span.disabled {
  pointer-events: none;
}
.wpcf7-form .wpcf7-form-control input[type=checkbox] + span:after, .wpcf7-form .wpcf7-form-control input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  border-radius: 5px;
}
.wpcf7-form .wpcf7-form-control input[type=checkbox] + span:before {
  border: 1px solid;
  transition: border-color 0.15s;
}
.wpcf7-form .wpcf7-form-control input[type=checkbox] + span:after {
  background: #000000 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMzAzMjIgNy45MDU4NUw0LjkzIDExLjExMDRMMTMuMzg5OCAxLjUxNTI2IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K) center no-repeat;
  opacity: 0;
  transition: opacity 0.15s;
}
@media (hover: hover) and (pointer: fine) {
  .wpcf7-form .wpcf7-form-control input[type=checkbox] + span:hover:before {
    border-color: #000000;
  }
}
.wpcf7-form .wpcf7-form-control input[type=checkbox]:checked + span:before {
  border-color: transparent;
}
.wpcf7-form .wpcf7-form-control input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.wpcf7-form .wpcf7-list-item {
  display: flex;
  margin: 0;
}
.wpcf7-form .wpcf7-list-item input {
  width: 23px;
  height: 23px;
  border-radius: 5px;
}
.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label {
  width: 100%;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form .actions {
  margin-top: clamp(32px, 28.2464px + 0.9551vw, 42px);
}
.wpcf7-form .action {
  padding: 0;
  background: none;
  font-weight: 500;
  font-size: clamp(28px, 26.4986px + 0.382vw, 32px);
  color: #000000;
  transition: opacity 0.3s;
}
.wpcf7-form .action:after {
  background: #FF622F no-repeat center url("data:image/svg+xml;utf8,<svg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M6.754 1.184v10.492M12 7.18l-5.246 5.246L1.508 7.18%27 stroke=%27%23fff%27 stroke-width=%272%27 stroke-linecap=%27square%27 stroke-linejoin=%27round%27/></svg>") !important;
  transform: rotate(-90deg);
}
@media (hover: hover) and (pointer: fine) {
  .wpcf7-form .action:hover {
    opacity: 0.7;
  }
}
.wpcf7-form .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 5px 15px 8px !important;
  color: #dc3232;
}

.title-block._with-indent {
  margin-bottom: clamp(36px, 29.2436px + 1.7192vw, 54px);
}
.title-block.t-center > * {
  margin-left: auto;
  margin-right: auto;
}
.title-block__sub-title {
  margin-bottom: clamp(30px, 23.9943px + 1.5282vw, 46px) !important;
}
.title-block__title {
  margin-bottom: clamp(28px, 23.4957px + 1.1461vw, 40px);
}
.title-block__descr._small {
  font: 400 18px/1.222 "FunnelSans", Arial, Helvetica, sans-serif;
  letter-spacing: -0.01em;
}
.block-right-content .title-block__descr {
  font-size: 18px;
  line-height: 1.222;
  letter-spacing: -0.01em;
}

.sub-title {
  position: relative;
  display: block;
}
.sub-title:not(.t-left) {
  text-align: center;
}
.title-block:not(.t-center) .sub-title:not(.t-left) {
  text-align: left;
}
.sub-title:before {
  content: "";
  display: inline-flex;
  width: 10px;
  height: 10px;
  background-color: #FF622F;
  border-radius: 50px;
  margin: 3px 8px 3px 0;
}

.circle-with-arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  color: #fff;
  background-color: #FF622F;
  vertical-align: middle;
  text-align: center;
  position: relative;
  margin-right: 4px;
}
.circle-with-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle-with-arrow + span {
  vertical-align: middle;
}

.post-card__items {
  display: grid;
  grid-gap: clamp(20px, 33.7536px + -0.9551vw, 30px) 20px;
}
@media screen and (min-width: 768px) {
  .post-card__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.post-card__elem {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
}
@media screen and (min-width: 1280px) {
  .post-card__elem {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .post-card__pic {
    padding-bottom: 94.795%;
  }
}
@media screen and (min-width: 1280px) {
  .post-card__pic--wrap {
    flex: 0 0 47%;
    border-radius: 10px;
    overflow: hidden;
  }
}
.post-card__content {
  padding: clamp(17px, 30.7536px + -0.9551vw, 27px) 20px clamp(17px, 30.7536px + -0.9551vw, 27px) clamp(20px, 17.3725px + 0.6686vw, 27px);
  height: 100%;
}
.post-card__name {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .post-card__name {
    font: 500 clamp(28px, 26.4986px + 0.382vw, 32px)/clamp(28px, 24.9971px + 0.7641vw, 36px) "FunnelSans", Arial, Helvetica, sans-serif;
    letter-spacing: -0.01em;
  }
}
.post-card__date {
  margin-bottom: clamp(20px, 1.2321px + 4.7755vw, 70px) !important;
}

.header-inner {
  color: #fff;
  padding: 30px 14px 0;
  display: flex;
  justify-content: space-between;
  position: absolute;
  align-items: flex-start;
  top: 0;
  left: 0;
  right: 0;
  z-index: 25;
}
._black .header-inner {
  color: #000000;
}
.post-template-default .header-inner {
  color: #000000;
}
@media screen and (min-width: 768px) {
  .header-inner {
    padding: 40px 54px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .header-inner .logo {
    width: 125px;
  }
}
.header-inner > p {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
  max-width: 38%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header-inner > p {
    top: 59px;
  }
}

nav {
  margin-top: 13px;
}
nav ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  nav ul {
    gap: 30px;
  }
}
body:not(.home) nav li:not(:last-child) {
  display: none;
}
nav a:not(.link-with-arrow) {
  background: linear-gradient(currentColor 0 0) 0 100%/var(--d, 0) 1px no-repeat;
  transition: background 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  nav a:not(.link-with-arrow):hover {
    --d: 100%;
  }
}

.footer {
  display: flex;
  margin-bottom: 0;
  padding: 34px clamp(12px, 1.49px + 2.6743vw, 40px) clamp(34px, 27.9943px + 1.5282vw, 50px);
  background-color: #FF622F;
  color: #fff;
  font: 400 18px/1.222 "FunnelSans", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  .footer {
    min-height: calc(82svh - 70px);
  }
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .footer {
    border-radius: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    margin: 30px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .container {
    display: flex;
    flex-direction: column;
  }
}
.footer__top-block {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px 34px;
  margin-bottom: clamp(204px, 184.8567px + 4.8711vw, 255px);
}
@media screen and (max-width: 767px) {
  .footer__top-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer__top-block--right {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  gap: clamp(10px, -3.1375px + 3.3429vw, 45px) 28px;
}
@media screen and (max-width: 767px) {
  .footer__top-block--right {
    flex-wrap: wrap;
  }
  .footer__top-block--right > * {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .footer__top-block--right {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .footer__top-block--right > div {
    display: flex;
    gap: 18px;
  }
}
.footer__top-block--icon {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .footer__top-block--icon {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer__top-block--icon svg {
  width: clamp(50px, 43.9943px + 1.5282vw, 66px);
  height: auto;
}
.footer__top-block--social {
  display: flex !important;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.footer__top-block--social svg {
  display: inline;
  vertical-align: text-top;
  flex-shrink: 0;
}
.footer__top-block--links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px clamp(13px, 33.6304px + -1.4327vw, 28px);
}
@media screen and (min-width: 768px) {
  .footer__address {
    order: -1;
    max-width: 23ch;
  }
}
@media screen and (min-width: 1024px) {
  .footer__address {
    max-width: 36ch;
  }
  .footer__address br {
    display: none;
  }
}
.footer__address--links {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .footer__address--links {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.footer__logo {
  margin-top: auto;
}
.footer__logo svg {
  width: 100%;
}
.footer__bottom {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(18px, 17.2493px + 0.191vw, 20px) clamp(28px, 17.49px + 2.6743vw, 56px) clamp(20px, 28.2521px + -0.5731vw, 26px) clamp(26px, 14.7393px + 2.8653vw, 56px);
  font: 500 14px/1.6 "GeistMono", Arial, Helvetica, sans-serif;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.footer__bottom small {
  font: inherit;
}
.footer__left {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
}
.footer__back-top {
  flex-shrink: 0;
  gap: 11px !important;
}
.footer__back-top:after {
  width: 26px !important;
  height: 26px !important;
  background-image: var(--arrow__orange) !important;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .footer__made-by {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.footer .mobile-careers {
  float: right;
}

.action {
  cursor: pointer;
  width: max-content;
  background-image: none;
}
.action.primary, .action.secondary, .action.minor {
  transform: translateZ(0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  min-height: 50px;
  border-radius: 28px;
  padding: 10px 16px;
  transition: background 0.3s cubic-bezier(0.545, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.545, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.545, 0.045, 0.355, 1);
  text-align: center;
  font: 400 18px/1.222 "FunnelSans", Arial, Helvetica, sans-serif;
  letter-spacing: -0.01em;
  background-image: none;
}
.action.primary {
  background-color: #FF622F;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .action.primary:hover {
    background: #00BBD0;
    border-color: #00BBD0;
  }
}
.action.secondary {
  background: #fff;
  color: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .action.secondary:hover {
    background: #00FFDD;
    border-color: #00FFDD;
    color: #000000;
  }
}
.action.minor {
  background: #00FFDD;
  color: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .action.minor:hover {
    background: #fff;
    border-color: #fff;
    color: #000000;
  }
}
.action.with-arrow {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-start;
  margin-right: -6px;
  text-align: left;
  padding-right: 6px;
}
.action.with-arrow:after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff no-repeat center/14px 14px url("data:image/svg+xml;utf8,<svg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M6.754 1.184v10.492M12 7.18l-5.246 5.246L1.508 7.18%27 stroke=%27%23000%27 stroke-width=%272%27 stroke-linecap=%27square%27 stroke-linejoin=%27round%27/></svg>");
}
.action.with-border {
  border: 1px solid currentColor;
}

.link {
  cursor: pointer;
}
.link.line-show {
  display: inline;
  background: linear-gradient(to bottom, currentColor, currentColor) 0% 96%/0% 0.05em no-repeat;
  transition: background-size 0.15s;
}
@media (hover: hover) and (pointer: fine) {
  .link.line-show:hover {
    background-size: 100% 0.05em;
  }
}
.link.line-hide {
  display: inline;
  background: linear-gradient(to bottom, currentColor, currentColor) 0% 96%/100% 0.05em no-repeat;
  transition: background-size 0.15s;
}
@media (hover: hover) and (pointer: fine) {
  .link.line-hide:hover {
    background-size: 0% 0.05em;
  }
}
.link.opacity {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .link.opacity:hover {
    opacity: 0.6;
  }
}

.blog-post {
  max-width: 1174px;
  padding: clamp(155px, 161.8768px + -0.4776vw, 160px) 14px clamp(50px, 42.4928px + 1.9102vw, 70px);
  margin: 0 auto !important;
}
.blog-post__wrap {
  margin: 0 auto clamp(100px, 73.7249px + 6.6858vw, 170px) !important;
  padding: 0;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .blog-post__wrap {
    border-radius: 0;
  }
}
@media screen and (min-width: 1024px) {
  .blog-post__wrap {
    margin: 10px 10px clamp(100px, 73.7249px + 6.6858vw, 170px) !important;
  }
}
.blog-post__top-block {
  margin-bottom: clamp(36px, 29.2436px + 1.7192vw, 54px);
  text-align: center;
}
.blog-post__sub-title {
  margin-bottom: 82px;
}
.blog-post__date {
  margin-bottom: clamp(30px, 23.9943px + 1.5282vw, 46px);
}
.blog-post__title {
  margin-bottom: clamp(42px, 38.9971px + 0.7641vw, 50px);
}
@media screen and (max-width: 767px) {
  .blog-post__title {
    padding: 0 4%;
  }
}
.blog-post__pic {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .blog-post__pic {
    padding-bottom: 66.699%;
  }
}
.blog-post__pic--wrap {
  max-width: 1060px;
  margin: 0 auto;
}

.main-banner {
  width: 100vw;
  height: 100svh;
  overflow: hidden;
  position: relative;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main-banner {
    width: calc(100vw - 20px);
    height: calc(100svh - 20px);
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
  }
}
.main-banner picture {
  position: relative;
  height: 100%;
  padding-bottom: 216.7938%;
}
@media screen and (min-width: 768px) {
  .main-banner picture {
    padding-bottom: 67.5%;
  }
}
.main-banner picture:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.3;
}
.main-banner .container {
  position: absolute;
  bottom: 113px;
  left: 0;
  right: 0;
  padding: 0 13px;
}
@media screen and (min-width: 768px) {
  .main-banner .container {
    bottom: 16.5svh;
  }
}
.main-banner h1 {
  max-width: 450px;
  margin: 0 auto 24px;
}
@media screen and (min-width: 768px) {
  .main-banner h1 {
    max-width: 80%;
    margin-bottom: 38px;
  }
}
.main-banner p {
  max-width: 330px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .main-banner p {
    text-align: left;
    max-width: 540px;
    margin-left: 49%;
  }
}
.main-banner .circle-down {
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .main-banner .circle-down {
    bottom: 22px;
  }
}
.main-banner .circle-down .circle-with-arrow {
  margin: 0;
}

.text-section {
  text-align: center;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .text-section {
    padding-top: 34px;
  }
}
.text-section .container {
  max-width: 1070px;
}
.text-section .sub-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .text-section .sub-title {
    margin-bottom: 47px;
  }
}
.text-section .section-title {
  margin: 0 5px 29px;
}
@media screen and (min-width: 768px) {
  .text-section .section-title {
    margin-bottom: 44px;
  }
}
.text-section p {
  padding: 0 16px;
  max-width: 776px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .text-section p {
    padding: 0 24px;
  }
}

.pure-section {
  background-color: #fff;
  padding-top: 49px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .pure-section {
    border-radius: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .pure-section {
    padding: 26px 57px 70px;
  }
}
.pure-section .section-title {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .pure-section .section-title {
    margin-bottom: 60px;
  }
}
.pure-section .sub-title {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .pure-section .sub-title {
    margin-bottom: 45px;
  }
}
.pure-section .pure-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .pure-section .pure-items {
    flex-direction: row;
    gap: 20px;
  }
}
.pure-section .pure-items > li {
  padding: 29px 19px 24px;
  border-radius: 20px;
  background-color: #F2F2E9;
}
@media screen and (min-width: 768px) {
  .pure-section .pure-items > li {
    width: calc(33.333% - 13.3333px);
    padding: 30px 22px 34px;
  }
}
@media screen and (min-width: 1024px) {
  .pure-section .pure-items ul {
    max-width: 90%;
  }
}
.pure-section .pure-items ul li {
  text-align: left;
  position: relative;
  padding-left: 28px;
}
.pure-section .pure-items ul li:not(:last-child) {
  margin-bottom: 22px;
}
.pure-section .pure-items ul li:after {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FF622F;
  border-radius: 20px;
}
.pure-section picture {
  padding-bottom: 74.92%;
  margin-bottom: 26px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .pure-section picture {
    padding-bottom: 75%;
    margin-bottom: 28px;
  }
}
.pure-section h5 {
  margin-bottom: 23px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .pure-section h5 {
    padding-right: 10%;
  }
}

.latest-posts {
  padding: 0 clamp(14px, -7.3954px + 5.4441vw, 71px);
}
.latest-posts .title-block {
  margin-bottom: clamp(36px, 26.9914px + 2.2923vw, 60px);
}

.block-right-content {
  padding: 0;
  background-color: var(--bg-color);
  overflow: hidden;
}
.block-right-content[style*="--bg-color"] {
  padding-top: 40px;
  padding-bottom: clamp(40px, 33.9943px + 1.5282vw, 56px);
}
@media screen and (min-width: 768px) {
  .block-right-content {
    padding-left: clamp(14px, -3.2665px + 4.3935vw, 60px);
    padding-right: clamp(14px, -3.2665px + 4.3935vw, 60px);
  }
}
@media screen and (max-width: 1023px) {
  .block-right-content {
    border-radius: 0;
  }
}
@media screen and (min-width: 1024px) {
  .block-right-content {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.block-right-content .title-block__title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block-right-content .title-block__title {
    max-width: var(--title-width);
  }
}
@media screen and (min-width: 768px) {
  .block-right-content__row {
    display: flex;
    justify-content: space-between;
    gap: clamp(14px, -3.2665px + 4.3935vw, 60px);
  }
}
@media screen and (min-width: 768px) {
  .block-right-content__content {
    margin: clamp(55px, 47px + 1.0417vw, 62px) clamp(0px, -137.1429px + 17.8571vw, 120px) 0 0;
    width: clamp(400px, 377.4785px + 5.7307vw, 460px);
  }
  .block-right-content__content._large-width {
    margin: 96px -28px 0 0;
    width: 820px;
  }
}
@media screen and (max-width: 767px) {
  .block-right-content__content > .std:first-child {
    margin-top: -9px;
  }
}

.find-out-more {
  background-color: #000000;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .find-out-more {
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .find-out-more {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .find-out-more .sub-title {
    margin-bottom: 47px;
  }
}
.find-out-more .section-title {
  margin-bottom: 248px;
}
@media screen and (min-width: 768px) {
  .find-out-more .section-title {
    margin-bottom: 138px;
  }
}
.find-out-more .action {
  margin-bottom: 37px;
}
.find-out-more .content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .find-out-more .content {
    max-width: 910px;
  }
}
@media screen and (min-width: 768px) {
  .find-out-more p {
    max-width: 54%;
  }
}
.find-out-more picture {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 71%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .find-out-more picture {
    left: auto;
    height: 100%;
    width: 32.4%;
  }
}

@media screen and (min-width: 768px) {
  .tile-list-section .sub-title {
    margin-bottom: 45px;
  }
}
.tile-list-section .section-title {
  margin-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .tile-list-section .section-title {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
  }
}
.tile-list-section .tile-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  counter-reset: custom-counter;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .tile-list-section .tile-list {
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: normal;
    margin-top: 70px;
  }
}
.tile-list-section .tile-item {
  padding: 86px 16px 29px 20px;
  border-radius: 20px;
  position: relative;
  counter-increment: custom-counter;
  background-color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .tile-list-section .tile-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .tile-list-section .tile-item {
    padding: 104px 20px 20px 16px;
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1024px) {
  .tile-list-section .tile-item {
    width: calc(33.3333% - 13.3333px);
  }
}
.tile-list-section .tile-item p {
  max-width: var(--text-width-m, 48ch);
}
@media screen and (min-width: 768px) {
  .tile-list-section .tile-item p {
    max-width: var(--text-width-d, 48ch);
  }
}
.tile-list-section .tile-item::before {
  content: counter(custom-counter);
  position: absolute;
  top: 31px;
  left: 18px;
  font-size: clamp(17px, 1.04vw, 20px);
  width: 30px;
  height: 30px;
  background-color: #FF622F;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .tile-list-section .tile-item::before {
    top: 20px;
    left: 18px;
  }
}
.tile-list-section .tile-item-title {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .tile-list-section .tile-item-title {
    margin-bottom: 27px;
  }
}

.comment-section {
  background-color: #000000;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .comment-section {
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .comment-section {
    padding-bottom: 38px;
    padding-top: 43px;
  }
}
@media screen and (min-width: 768px) {
  .comment-section .sub-title {
    margin-bottom: 47px;
  }
}
.comment-section .section-title {
  margin-bottom: 198px;
}
@media screen and (max-width: 767px) {
  .comment-section .section-title {
    font-size: 54px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .comment-section .section-title {
    margin-bottom: 118px;
  }
}
.comment-section .content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .comment-section .content {
    max-width: 700px;
    margin-left: auto;
  }
}
.comment-section picture {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  height: 100%;
  width: 32.4%;
}
.comment-section .quote {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .comment-section .quote {
    font-size: 32px;
    width: 90%;
    line-height: 1;
  }
}
.comment-section .name span {
  display: block;
  color: #FF622F;
}
.comment-section .year {
  margin-block-end: 17px;
}

.our-solution-section {
  background-color: #fff;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .our-solution-section {
    padding-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .our-solution-section .sub-title {
    margin-bottom: 47px;
  }
}
.our-solution-section h2 {
  padding: 0 10px;
  margin: 0 auto 28px;
  width: 100%;
  max-width: 700px;
}
@media screen and (min-width: 768px) {
  .our-solution-section h2 {
    margin-bottom: 37px;
  }
}
.our-solution-section .section-description {
  margin: 0 auto 53px;
  width: 100%;
  max-width: 1122px;
}
@media screen and (min-width: 768px) {
  .our-solution-section .section-description {
    margin-bottom: 83px;
  }
}
.our-solution-section .solution-wrapper {
  background-color: #ededef;
  border-radius: 20px;
  padding: 42px 19px 37px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .our-solution-section .solution-wrapper {
    margin-left: -52px;
    margin-right: -52px;
    border-radius: 10px;
    padding-bottom: 45px;
    margin-bottom: 145px;
  }
}
@media screen and (min-width: 1024px) {
  .our-solution-section .solution-wrapper {
    margin-left: 0;
    margin-right: 0;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .our-solution-section .solution-wrapper h3,
  .our-solution-section .solution-wrapper .p3 {
    text-align: left;
  }
}
.our-solution-section .solution-wrapper h3 {
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .our-solution-section .solution-wrapper h3 {
    font-size: 26px;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .our-solution-section .solution-wrapper h3 {
    margin-bottom: 22px;
  }
}
.our-solution-section .solution-wrapper .p3 {
  max-width: 775px;
  margin: 0 auto;
}
.our-solution-section .description-elements {
  padding: 0;
  margin: 0 0 42px;
  list-style: none;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .our-solution-section .description-elements > li {
    border-top: 1px solid #bebebe;
    padding-top: 13px;
  }
  .our-solution-section .description-elements > li + li {
    margin-top: 15px;
  }
}
.our-solution-section .description-elements p {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .our-solution-section .description-elements p {
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 768px) {
  .our-solution-section .description-elements ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.our-solution-section .description-elements li li {
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .our-solution-section .description-elements li li {
    padding: 5px 10px 5px 30px;
    background-color: #fff;
    border-radius: 50px;
  }
}
.our-solution-section .description-elements li li:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FF622F;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .our-solution-section .description-elements li li:after {
    left: 9px;
  }
}
.our-solution-section .description-elements li li + li {
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .our-solution-section .description-elements li li + li {
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .our-solution-section .description-elements .active {
    color: #FF622F;
  }
}
@media screen and (min-width: 768px) {
  .our-solution-section .description-elements .active {
    background-color: #FF622F;
    color: #fff;
  }
  .our-solution-section .description-elements .active:after {
    background-color: #fff;
  }
}
.our-solution-section .solution-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .our-solution-section .solution-list {
    flex-direction: row;
    gap: 20px;
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .our-solution-section .solution-list {
    margin: 0;
  }
}
.our-solution-section .solution-list li {
  border-radius: 20px;
  background-color: #ededef;
  padding: 30px 19px 25px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .our-solution-section .solution-list li:first-child .description {
    max-width: 37ch;
  }
}
@media screen and (min-width: 768px) {
  .our-solution-section .solution-list li:nth-child(3) picture img {
    width: 78%;
  }
}
.our-solution-section .solution-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: -51px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ededef no-repeat center/14px 14px url("data:image/svg+xml;utf8,<svg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M6.754 1.184v10.492M12 7.18l-5.246 5.246L1.508 7.18%27 stroke=%27%23000%27 stroke-width=%272%27 stroke-linecap=%27square%27 stroke-linejoin=%27round%27/></svg>");
}
@media screen and (min-width: 768px) {
  .our-solution-section .solution-list li:before {
    top: -70px;
  }
}
@media screen and (max-width: 767px) {
  .our-solution-section .solution-list li:not(:first-child):before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .our-solution-section .solution-list li {
    flex: none;
    width: calc(33.333% - 13.333px);
    padding-bottom: 20px;
  }
}
.our-solution-section .solution-list .h5 {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .our-solution-section .solution-list .h5 {
    min-height: 60px;
  }
}
.our-solution-section .solution-list .small-3, .our-solution-section .solution-list .description-elements li li, .our-solution-section .description-elements li .solution-list li {
  margin-bottom: 15px;
  color: #a3a3a3;
}
@media screen and (min-width: 768px) {
  .our-solution-section .solution-list .small-3, .our-solution-section .solution-list .description-elements li li, .our-solution-section .description-elements li .solution-list li {
    margin-bottom: 25px;
  }
}
.our-solution-section .solution-list picture {
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 94.8%;
}
@media screen and (min-width: 768px) {
  .our-solution-section .solution-list picture {
    margin-bottom: 21px;
  }
}
.our-solution-section .solution-list picture img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
}
.our-solution-section .solution-list .description {
  font-size: 18px;
  line-height: 1.2222;
}
@media screen and (min-width: 1024px) {
  .our-solution-section .solution-list .description {
    padding-right: 14px;
  }
}

.solution-image-wrapper .image-wrapper {
  width: 100%;
  max-width: 316px;
  margin: -70px auto -37px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .solution-image-wrapper .image-wrapper {
    max-width: 318px;
    margin: -79px auto -96px;
  }
}
@media screen and (min-width: 1024px) {
  .solution-image-wrapper .image-wrapper {
    max-width: 560px;
    margin-top: -105px;
    margin-bottom: -165px;
  }
}
.solution-image-wrapper picture {
  padding-bottom: 171.071%;
}
.solution-image-wrapper .description-elements {
  margin: 0;
  padding: 0;
  counter-reset: custom-counter;
}
.solution-image-wrapper .s-step {
  position: absolute;
  counter-increment: custom-counter;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .solution-image-wrapper .s-step {
    transform: scale(0.7);
  }
}
@media screen and (min-width: 1024px) {
  .solution-image-wrapper .s-step {
    transform: none;
  }
}
.solution-image-wrapper .s-step:after {
  content: counter(custom-counter);
  width: 30px;
  height: 30px;
  display: block;
  background-color: #FF622F;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 33px;
}
@media screen and (min-width: 768px) {
  .solution-image-wrapper .s-step:after {
    display: none;
  }
}
.solution-image-wrapper .s-step:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%27125%27 height=%273%27 viewBox=%270 0 125 3%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cline opacity=%270.3%27 x1=%271.5%27 y1=%271.5%27 x2=%27123.5%27 y2=%271.50001%27 stroke=%27%23474D57%27 stroke-width=%273%27 stroke-linecap=%27round%27 stroke-dasharray=%271 8%27/%3E%3C/svg%3E");
  display: block;
  width: 22px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .solution-image-wrapper .s-step:before {
    top: 52px;
    left: -120px;
    width: 115px;
  }
}
@media screen and (min-width: 1024px) {
  .solution-image-wrapper .s-step:before {
    width: clamp(32px, -204.3077px + 23.0769vw, 128px);
    left: calc(-1 * clamp(42px, -191.8462px + 22.8365vw, 137px));
  }
}
@media screen and (max-width: 767px) {
  .solution-image-wrapper .s-step > * {
    display: none !important;
  }
}
.solution-image-wrapper .s-step-1 {
  top: 12.5%;
  right: -2%;
}
@media screen and (min-width: 768px) {
  .solution-image-wrapper .s-step-1 {
    top: 4.5%;
    right: -215px;
  }
}
@media screen and (min-width: 1024px) {
  .solution-image-wrapper .s-step-1 {
    top: 10.5%;
    right: calc(-1 * clamp(152px, -104px + 25vw, 256px));
  }
}
.solution-image-wrapper .s-step-2 {
  top: 29%;
  left: -2%;
}
@media screen and (min-width: 768px) {
  .solution-image-wrapper .s-step-2 {
    top: 23.7%;
    left: -120px;
  }
}
@media screen and (min-width: 1024px) {
  .solution-image-wrapper .s-step-2 {
    top: 25.7%;
    left: calc(-1 * clamp(37px, -219px + 25vw, 141px));
  }
}
.solution-image-wrapper .s-step-3 {
  top: 43%;
  right: -1%;
}
@media screen and (min-width: 768px) {
  .solution-image-wrapper .s-step-3 {
    top: 37%;
    right: -178px;
  }
}
@media screen and (min-width: 1024px) {
  .solution-image-wrapper .s-step-3 {
    top: 40%;
    right: calc(-1 * clamp(106px, -150px + 25vw, 210px));
  }
}
.solution-image-wrapper .s-step-4 {
  bottom: 39.5%;
  left: -1%;
}
@media screen and (min-width: 768px) {
  .solution-image-wrapper .s-step-4 {
    bottom: 38%;
    left: -138px;
  }
}
@media screen and (min-width: 1024px) {
  .solution-image-wrapper .s-step-4 {
    bottom: 41%;
    left: calc(-1 * clamp(59px, -197px + 25vw, 163px));
  }
}
.solution-image-wrapper .s-step-5 {
  right: -1%;
  bottom: 28.4%;
}
@media screen and (min-width: 768px) {
  .solution-image-wrapper .s-step-5 {
    right: -54.5%;
    bottom: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .solution-image-wrapper .s-step-5 {
    right: calc(-1 * clamp(100px, -156px + 25vw, 204px));
    bottom: 253px;
  }
}
@media screen and (min-width: 768px) {
  .solution-image-wrapper .s-step-5:before {
    top: 88px;
  }
}
.solution-image-wrapper .s-step-2:before,
.solution-image-wrapper .s-step-4:before {
  left: auto;
  right: -35px;
}
@media screen and (min-width: 768px) {
  .solution-image-wrapper .s-step-2:before,
  .solution-image-wrapper .s-step-4:before {
    right: -124px;
    left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .solution-image-wrapper .s-step-2:before,
  .solution-image-wrapper .s-step-4:before {
    width: clamp(31px, -207.7692px + 23.3173vw, 128px);
    right: calc(-1 * clamp(43px, -188.3846px + 22.5962vw, 137px));
  }
}
@media screen and (min-width: 768px) {
  .solution-image-wrapper .s-step-2 ul,
  .solution-image-wrapper .s-step-4 ul {
    text-align: right;
    align-items: flex-end;
  }
}

.about-us {
  background-color: #293734;
  color: #fff;
  padding-bottom: 53px;
}
@media screen and (min-width: 768px) {
  .about-us {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 95px;
  }
}
.about-us .section-title {
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .about-us .section-title {
    margin-bottom: 46px;
  }
}
.about-us picture {
  border-radius: 10px;
  padding-bottom: 66.896%;
}
@media screen and (max-width: 767px) {
  .about-us .image-wrapper {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 768px) {
  .about-us .image-wrapper {
    flex: none;
    width: clamp(300px, 40.277vw, 580px);
    margin-top: 8px;
    padding-bottom: 40px;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .about-us .image-wrapper .action {
    position: absolute;
    left: 0;
    bottom: -17px;
  }
}
.about-us h5, .about-us h5 {
  margin-bottom: 29px;
}
@media screen and (min-width: 768px) {
  .about-us h5, .about-us h5 {
    margin-bottom: 60px;
  }
}
.about-us p:not(:last-child) {
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .about-us p {
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .about-us .content {
    display: flex;
    gap: clamp(20px, 5.9vw, 85px);
  }
}
@media screen and (min-width: 1024px) {
  .about-us .content {
    padding-left: clamp(20px, 5.20833vw, 75px);
  }
}
@media screen and (min-width: 768px) {
  .about-us .sub-title {
    margin-bottom: 40px;
  }
}

.cms-page {
  margin-bottom: 0;
  padding-top: clamp(157px, 133.3524px + 6.0172vw, 220px);
  padding-bottom: clamp(65px, 52.9885px + 3.0564vw, 97px);
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .cms-page {
    border-radius: 0;
  }
}
@media screen and (min-width: 1024px) {
  .cms-page {
    margin: 10px 10px 0 10px;
  }
}
.cms-page__title {
  margin-bottom: clamp(30px, 18.7393px + 2.8653vw, 60px);
}
.cms-page__update {
  max-width: var(--cms-max-width);
  margin: 0 auto;
}
.cms-page__update._first {
  margin-bottom: clamp(30px, 23.2436px + 1.7192vw, 48px);
}
.cms-page__update._last {
  margin-top: 23px;
}

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