@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  /* line-height:1.15; */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  width: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eba617;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-overflow-scrolling: touch;
}

html,
body {
  overflow-x: hidden;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html--modal-open,
html--navbar-collapse {
  overflow-y: hidden !important;
}

body {
  background-color: #f2f2f2;
  background-color: #F8F8FA;
  color: #01183c;
  text-align: left;
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.body--modal-open {
  overflow: hidden;
}

body.body--modal-open::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}
input,
select,
button,
textarea {
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
}

a {
  color: #007ddd;
  text-decoration: none;
}

a:hover {
  color: #007ddd;
  text-decoration: none;
}

a:focus,
a:active {
  color: #007ddd;
  text-decoration: underline;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #21242f;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #21242f;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #21242f;
}

input::placeholder,
textarea::placeholder {
  color: #21242f;
}

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

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

*,
*:before,
*:after {
  -webkit-appearance: initial;
     -moz-appearance: initial;
          appearance: initial;
  box-sizing: border-box;
}

.container {
  max-width: 1144px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

@media (max-width: 1200px) {
  .container {
    padding: 48px;
  }
}
@media (max-width: 991px) {
  .container {
    padding: 32px;
  }
}
.root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: filter 0.001s ease-in;
}

.d-flex {
  display: flex;
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

h1,
h2,
h3,
h4 {
  font-family: "Sentinel", "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lazyload {
    opacity: 1;
  }

  .reviews__xs-img {
    margin: 0 !important;
  }
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.rellax,
.rellax-horizontal {
  will-change: transform;
  transition: transform 0.5s ease !important;
}

.logo {
  display: inline-flex;
  text-decoration: none;
  transition: color 0.3s ease;
  color: #fff;
}

.logo__image {
  display: block;
  width: 177px;
  height: 31px;
  position: relative;
  top: -1px;
}

.logo:hover,
.logo:focus,
.logo:active {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.logo--dark {
  color: #01183c;
}

.logo--dark:hover,
.logo--dark:focus,
.logo--dark:active {
  color: rgba(1, 24, 60, 0.75);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .logo _::-webkit-full-page-media,
.logo _:future,
.logo :root,
.logo {
    position: relative;
    top: -2px;
  }
}
@media (max-width: 991px) {
  .logo__image {
    width: 147px;
    height: 27px;
  }
}
.title {
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #01183c;
  margin-top: 0;
  margin-bottom: 16px;
}

@media (max-width: 1200px) {
  .title {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 42px;
  }
}
.subtitle {
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #01183c;
  margin-top: 0;
  margin-bottom: 16px;
}

@media (max-width: 1300px) {
  .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 32px;
  }
}
.btn {
  text-align: center;
  outline: none;
  cursor: pointer;
  min-height: 64px;
  min-width: 255px;
  padding: 10px 19px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  background-color: #01317e;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

.btn__icon {
  width: 29px;
  height: 29px;
  margin-left: 8px;
  display: block;
  position: relative;
  left: 5px;
  will-change: transform;
  transition: transform 0.3s ease;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .btn__icon _::-webkit-full-page-media,
.btn__icon _:future,
.btn__icon :root,
.btn__icon {
    top: -1px;
  }
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
  background-color: #007ddd;
  text-decoration: none;
}

.btn:hover .btn__icon,
.btn:focus .btn__icon,
.btn:active .btn__icon {
  transform: translateX(5px);
}

.btn--md {
  font-size: 20px;
}

.btn--warning {
  background-color: #eba617;
}

.btn--warning:hover,
.btn--warning:focus,
.btn--warning:active {
  color: #fff;
  background-color: #eba617;
  text-decoration: none;
  opacity: 0.9;
}

.btn--info {
  background-color: #007ddd;
}

.btn--info:hover,
.btn--info:focus,
.btn--info:active {
  color: #fff;
  background-color: #007ddd;
  text-decoration: none;
  opacity: 0.9;
}

.btn--info-dark {
  background-color: #01317e;
}

.btn--info-dark:hover,
.btn--info-dark:focus,
.btn--info-dark:active {
  color: #fff;
  background-color: #01317e;
  text-decoration: none;
  opacity: 0.9;
}

.btn--info-dark-outline {
  border: 2px solid #01317e;
  color: #01317e;
  background-color: transparent;
}

.btn--success {
  background-color: #006645;
}

.btn--success:hover,
.btn--success:focus,
.btn--success:active {
  color: #fff;
  background-color: #006645;
  text-decoration: none;
  opacity: 0.9;
}

.btn--light {
  background-color: #fff;
  color: #022a6a;
}

.btn--light:hover,
.btn--light:focus,
.btn--light:active {
  background-color: #fff;
  color: #022a6a;
  text-decoration: none;
  opacity: 0.9;
}

.btn__circle {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .btn--md {
    font-size: 18px;
  }
}
.close {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  transition: opacity 0.3s ease;
  text-decoration: none;
  outline: none;
}

.close::before,
.close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 4px;
  background-color: #01183c;
  margin: -2px 0 0 -13px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.close::after {
  transform: rotate(-45deg);
}

.close:hover,
.close:focus {
  opacity: 0.8;
  text-decoration: none;
}

.hamburger {
  outline: none;
  width: 25px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  border: none;
  padding: 0;
  cursor: pointer;
  will-change: transform;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}

.hamburger__line {
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.hamburger__line:nth-child(1) {
  top: 0;
}

.hamburger__line:nth-child(2) {
  top: 9px;
  transition: opacity 0.25s ease-in-out, left 0.25s ease-in-out;
}

.hamburger__line:nth-child(3) {
  top: 18px;
}

.hamburger--open .hamburger__line {
  background-color: #01183c;
  height: 4px;
}

.hamburger--open .hamburger__line:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}

.hamburger--open .hamburger__line:nth-child(2) {
  opacity: 0;
  left: -25px;
}

.hamburger--open .hamburger__line:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #3d4551;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.44;
  display: block;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0px 4.88474px 8px rgba(1, 24, 60, 0.06);
  border-radius: 16px;
}

.card__pict {
  position: relative;
  padding-bottom: 49.4%;
  overflow: hidden;
  height: 0;
  border-radius: 16px 16px 0 0;
}

.card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  transition: transform 0.7s ease, opacity 0.3s ease;
}

.card__text {
  padding: 18px 14px;
}

.card:hover {
  color: #3d4551;
  text-decoration: none;
}

.card:hover .card__img {
  opacity: 0.9;
  transform: scale(1.2);
}

.social {
  display: flex;
  align-items: center;
}

.social__item {
  color: #3d4551;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.social__item,
.social__icon {
  width: 16px;
  height: 16px;
}

.social__item + .social__item {
  margin-left: 16px;
}

.social__item:hover,
.social__item:focus,
.social__item:active {
  color: #3d4551;
  text-decoration: none;
  opacity: 0.8;
}

.breadcrumb {
  background-color: transparent;
  position: relative;
  z-index: 2;
}

.breadcrumb__container {
  padding: 0 16px;
}

.breadcrumb__list {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin: 0 auto;
  list-style: none;
  max-width: 747px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.32;
  font-family: "Sentinel", "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(2, 32, 75, 0.05);
  border-radius: 306.6px;
}

.breadcrumb__item {
  position: relative;
  display: flex;
  align-items: center;
}

.breadcrumb__item + .breadcrumb__item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 16px;
  background: url(/img/marketing2020/arrow-right.svg) no-repeat 0 0;
  background-size: 41px 16px;
  margin-left: 27px;
  margin-right: 27px;
  position: relative;
  top: 2px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .breadcrumb _::-webkit-full-page-media,
.breadcrumb _:future,
.breadcrumb :root,
.breadcrumb__item + .breadcrumb__item::before {
    top: 1px;
  }
}
.breadcrumb__link {
  position: relative;
  color: #3d4551;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}

.breadcrumb__link:hover,
.breadcrumb__link:focus,
.breadcrumb__link:active {
  color: #3d4551;
  opacity: 0.8;
  text-decoration: none;
}

.breadcrumb__link--active .breadcrumb__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: -7px 0 0 -7px;
  background-color: #ffeed2;
  -webkit-animation: radarEffect1 3s ease-out infinite;
  animation: radarEffect1 3s ease-out infinite;
}

.breadcrumb__text {
  position: relative;
  z-index: 99;
  line-height: 1;
}

.breadcrumb__icon {
  display: block;
  margin-right: 11px;
  position: relative;
}

.breadcrumb__icon,
.breadcrumb__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.breadcrumb__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #eba617;
  margin: -7px 0 0 -7px;
  z-index: 2;
}

.breadcrumb__item--learn .breadcrumb__link--active .breadcrumb__icon::before {
  background-color: #edf7ff;
}

.breadcrumb__item--learn .breadcrumb__dot {
  background-color: #007ddd;
}

.breadcrumb__item--promote .breadcrumb__link--active .breadcrumb__icon::before {
  background-color: #dce5ec;
}

.breadcrumb__item--promote .breadcrumb__dot {
  background-color: #01317e;
}

.breadcrumb__item--grow .breadcrumb__link--active .breadcrumb__icon::before {
  background-color: #e2f1ec;
}

.breadcrumb__item--grow .breadcrumb__dot {
  background-color: #006645;
}

@-webkit-keyframes radarEffect1 {
  0% {
    transform: scale(1);
  }
  90%, 100% {
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes radarEffect1 {
  0% {
    transform: scale(1);
  }
  90%, 100% {
    transform: scale(3);
    opacity: 0;
  }
}
.blockquote {
  margin: 0;
  font-family: "Sentinel", "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.4;
  padding: 40px;
  background: linear-gradient(129.08deg, #fbf4ea 11%, rgba(254, 251, 246, 0) 79.99%);
  border-radius: 16px;
}

.blockquote__text {
  margin-bottom: 27px;
}

.blockquote__logo {
  mix-blend-mode: multiply;
  max-height: 48px;
}

@media (max-width: 1300px) {
  .blockquote {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .blockquote {
    padding: 36px 32px;
  }
}
.header {
  min-height: 1029px;
  /* color:#fff; */
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(/img/marketing2020/header/header-bg.png);
  margin-bottom: 56px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header {
    background-image: url(/img/marketing2020/header/header-bg@2x.png);
    background-size: cover;
  }
}
.header__blue-bar {
  width: 50%;
  height: 218px;
  position: absolute;
  bottom: 28px;
  right: -50px;
  background: linear-gradient(to right, rgba(0, 125, 221, 0) 0%, rgba(0, 125, 221, 0.5) 100%);
  opacity: 0.22;
  transform: rotate(-11deg);
  z-index: 1;
}

.header__bottom-decor {
  position: absolute;
  top: -30%;
  left: 0;
  height: 2000px;
  width: 2000px;
  z-index: 1;
}

.header__container {
  padding-top: 132px;
  padding-bottom: 24px;
  position: relative;
}

.header__content {
  max-width: 565px;
  width: 100%;
  padding-left: 8px;
  position: relative;
  z-index: 99;
}

.header__title {
  color: #fff;
  margin-bottom: 35px;
  font-weight: 600;
}

.header__text {
  font-size: 24px;
  line-height: 1.334;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.741565);
  margin-bottom: 50px;
}

.header__devices {
  position: absolute;
  top: 16.9%;
  right: -100px;
  max-width: 50%;
  z-index: 2;
  pointer-events: none;
}

.header__device-gradient {
  position: absolute;
  top: -205px;
  left: -657px;
  width: 1585px;
  height: 670px;
  min-width: 1585px;
}

.header__device-profile {
  min-width: 750px;
  min-height: 400px;
  position: absolute;
  top: -90px;
  right: -160px;
}

.header__device-mobile {
  position: absolute;
  top: -84px;
  right: 50px;
  z-index: 1;
  min-width: 426px;
}

.header__tag {
  font-weight: 700;
  text-transform: uppercase;
  color: #eba617;
  margin-bottom: 20px;
}

@media (min-width: 1553px) {
  .header {
    /*min-height: 1270px;*/
    margin-bottom: 27px;
    background-size: cover;
  }

  .header__blue-bar {
    bottom: 78px;
  }
}
@media (max-width: 1440px) {
  .header__container {
    padding-top: 75px;
  }
}
@media (max-width: 1300px) {
  .header {
    margin-bottom: 0;
  }

  .header__blue-bar {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header__content {
    max-width: 450px;
  }

  .header__title {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .header {
    min-height: 1000px;
    background-size: cover;
  }
}
@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (min-resolution: 192dpi), only screen and (max-width: 991px) and (min-resolution: 2dppx) {
  .header {
    background-image: url(/img/marketing2020/header/header-bg-mobile@2x.png);
  }
}
@media (max-width: 1200px) {
  .header__device-mobile {
    right: 75px;
  }
}
@media (max-width: 991px) {
  .header__container {
    padding-top: 36px;
    padding-bottom: 340px;
  }

  .header__content {
    max-width: 100%;
  }

  .header__title {
    font-size: 45px;
  }

  .header__device-gradient {
    display: none;
  }

  .header__devices {
    position: relative;
    top: 0;
    right: 0;
    max-width: 100%;
  }

  .header__device-profile {
    min-height: 1px;
    width: 650px;
    min-width: 650px;
    display: block;
    margin: 0;
    position: relative;
    top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .header__device-mobile {
    position: absolute;
    top: 56%;
    right: auto;
    left: 51%;
    min-width: 350px;
    width: 350px;
    transform: translate(-50%, -50%) !important;
  }
}
@media (max-width: 1300px) {
  .header__text {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .header__container {
    padding-bottom: 240px;
  }

  .header__content {
    margin: 0 0 50px;
    max-width: 100%;
  }

  .header__title {
    font-size: 42px;
    line-height: 0.98;
    margin-bottom: 22px;
  }

  .header__text {
    font-size: 20px;
    line-height: 1.33;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .header {
    min-height: 850px;
  }

  .header__container {
    padding-bottom: 240px;
  }

  .header__content {
    padding-left: 2px;
  }

  .header__btn {
    min-height: 42px;
    font-size: 18px;
    padding: 7px 20px 5px;
    min-width: 170px;
  }

  .header__btn .btn__icon {
    height: 16px;
    margin-left: 2px;
  }
}
@media (max-width: 375px) {
  .header__content {
    max-width: 280px;
  }
}
.benefits {
  position: relative;
  overflow-x: hidden;
}

.benefits__container {
  padding-top: 32px;
  padding-bottom: 104px;
}

.benefits__columns {
  display: flex;
  align-items: center;
  margin: 0 -18px;
}

.benefits__column {
  padding-left: 18px;
  padding-right: 18px;
}

.benefits__column:nth-of-type(1) {
  width: calc(100% - 461px);
}

.benefits__column:nth-of-type(2) {
  width: 461px;
}

.benefits__content {
  margin-top: 40px;
}

.benefits__subtitle {
  margin-bottom: 20px;
}

.benefits__line {
  max-width: 432px;
  height: 2px;
  background-color: #007ddd;
  margin-bottom: 34px;
}

.benefits__text {
  max-width: 550px;
}

.benefits__text p + p {
  margin-top: 30px;
}

.benefits__pict {
  margin-right: -60px;
  margin-top: -15px;
}

.benefits__img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .benefits__pict {
    margin-right: -30px;
  }
}
@media (max-width: 991px) {
  .benefits__container {
    padding-bottom: 20px;
  }

  .benefits__column:nth-of-type(1) {
    width: calc(100% - 351px);
  }

  .benefits__column:nth-of-type(2) {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .benefits__container {
    padding-top: 90px;
  }

  .benefits__columns {
    display: block;
    margin: 0 auto;
    max-width: 550px;
  }

  .benefits__column {
    padding-left: 0;
    padding-right: 0;
  }

  .benefits__column:nth-of-type(1),
.benefits__column:nth-of-type(2) {
    width: 100%;
  }

  .benefits__subtitle {
    max-width: 600px;
  }

  .benefits .benefits__pict {
    margin-right: auto;
    margin-left: auto;
    margin-top: 45px;
    width: 80%;
  }
}
@media (max-width: 576px) {
  .benefits__container {
    padding-bottom: 10px;
    padding-top: 26px;
  }

  .benefits__subtitle {
    margin-bottom: 14px;
  }

  .benefits__line {
    max-width: 100%;
    width: 78%;
    margin-bottom: 36px;
  }

  .benefits__text p + p {
    margin-top: 28px;
  }
}
.services {
  /*overflow-x: hidden;*/
}

.services__container {
  padding: 0 0 40px;
  position: relative;
}

.services__lines {
  position: absolute;
  top: 8%;
  left: 1%;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 1300px) {
  .services__lines {
    opacity: 0;
  }
}
.service__container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 112px;
}

.service__box {
  max-width: 510px;
}

.service__head {
  padding-top: 35px;
  padding-bottom: 53px;
}

.service__head:hover .service__circle::before {
  transform: scale(1.1);
}

.service__content {
  padding-left: 90px;
}

.service__title {
  font-weight: 600;
  position: relative;
  margin-bottom: 12px;
}

.service__title-link {
  display: block;
  color: #01183c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service__title-link:hover,
.service__title-link:focus,
.service__title-link:active {
  color: rgba(1, 24, 60, 0.8);
  text-decoration: none;
}

.service__title-text {
  position: relative;
  z-index: 1;
}

.service__text {
  max-width: 345px;
}

@media (max-width: 767px) {
  .service__text {
    max-width: 100%;
  }
}
.service__circle {
  position: absolute;
  top: -47px;
  left: -188px;
  width: 158px;
  height: 158px;
  color: #eba617;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service__circle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px dotted #eba617;
  will-change: transform;
  transition: transform 0.3s ease;
}

.service__circle-icon {
  height: 100px;
  width: 100px;
}

.service__pict {
  position: absolute;
  top: 21%;
  right: -7px;
}

@media (max-width: 1200px) {
  .service__pict {
    width: 55%;
    right: 30px;
  }
}
.service__body {
  margin-left: -37px;
}

.service__list {
  color: #01183c;
  font-family: "Sentinel", "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  padding-left: 0;
  margin: 0 0 67px 0;
  list-style: none;
  position: relative;
  z-index: 1;
}

@media (max-width: 1300px) {
  .service__list {
    font-size: 20px;
  }
}
.service__list-item {
  padding-left: 48px;
  position: relative;
  margin-bottom: 24px;
}

.service__list-pict {
  position: absolute;
  background: #F8F8FA;
  top: -5px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eba617;
}

@media (max-width: 800px) {
  .service__list-pict {
    background: none;
  }
}
.service__list-icon {
  width: 24px;
  height: 24px;
}

.service__btn {
  font-weight: 500;
  margin-left: -13px;
  max-width: 424px;
  width: 100%;
  padding: 10px 24px;
  letter-spacing: 0.5px;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .service__btn {
    margin-left: 7px;
  }
}
.service--ask .service__circle-icon {
  width: 84px;
  height: 84px;
}

.service--learn .service__container {
  padding-bottom: 190px;
}

.service--learn .service__circle:before {
  border-color: #007ddd;
}

.service--learn .service__circle,
.service--learn .service__list-pict {
  color: #007ddd;
}

.service--learn .service__text {
  max-width: 295px;
}

.service--learn .service__title {
  margin-bottom: 16px;
}

.service--learn .service__head {
  padding-bottom: 47px;
}

.service--learn .service__btn {
  margin-left: -37px;
  max-width: 380px;
}

@media (max-width: 1200px) {
  .service--learn .service__btn {
    margin-left: -15px;
  }
}
.service--promote .service__circle:before {
  border-color: #01317e;
}

.service--promote .service__circle,
.service--promote .service__list-pict {
  color: #01317e;
}

.service--promote .service__btn {
  max-width: 450px;
}

.service--promote .service__pict {
  top: 22.5%;
  right: -55px;
}

.service--grow .service__circle:before {
  border-color: #006645;
}

.service--grow .service__circle,
.service--grow .service__list-pict {
  color: #006645;
}

.service--grow .service__head {
  padding-bottom: 77px;
}

.service--grow .service__btn {
  margin-left: -37px;
  max-width: 406px;
}

@media (max-width: 1200px) {
  .service--grow .service__btn {
    margin-left: -15px;
  }
}
.service--grow .service__list {
  margin-bottom: 68px;
}

.service--grow .service__pict {
  top: 14%;
}

@media (min-width: 768px) {
  .service--reverse .service__container {
    display: flex;
    justify-content: flex-end;
  }

  .service--reverse .service__pict {
    top: 24.6%;
    right: auto;
    left: -88px;
  }

  .service--reverse .service__content {
    padding-left: 67px;
  }

  .service--reverse .service__list {
    position: relative;
    left: -22px;
    margin-bottom: 58px;
  }

  .service--grow .service__pict {
    top: 14%;
  }

  .service--grow .service__list {
    left: -24px;
    margin-bottom: 65px;
  }
}
@media (max-width: 1300px) {
  .service__circle {
    top: -47px;
    left: -138px;
    width: 158px;
    height: 158px;
  }

  .service__body {
    margin-left: 0;
  }

  .service--reverse .service__pict {
    left: -16px;
  }

  .service--promote .service__pict {
    right: 50px;
    width: 45%;
  }

  .service--learn .service__pict {
    width: 45%;
    left: 20px;
  }

  .service--grow .service__pict {
    width: 45%;
    left: 5px;
  }
}
@media (max-width: 1100px) {
  .service__container {
    padding-bottom: 50px;
  }

  .service--learn .service__container {
    padding-bottom: 10px;
  }

  .service--learn .service__pict,
.service--promote .service__pict {
    max-width: 50%;
  }

  .service--grow .service__pict {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .service__pict {
    top: 50%;
    max-width: 50%;
    transform: translateY(-50%);
  }

  .service--learn .service__pict,
.service--promote .service__pict,
.service--grow .service__pict {
    top: 50%;
    max-width: 40%;
  }

  .service--grow .service__pict {
    max-width: 42%;
  }
}
@media (max-width: 767px) {
  .service__container {
    padding-bottom: 10px;
  }

  .service__box {
    margin: 0 auto;
    max-width: 550px;
  }

  .service__content {
    padding-left: 0;
  }

  .service__title {
    padding-left: 120px;
    margin-bottom: 47px;
  }

  .service__circle {
    top: -47px;
    left: -2px;
    width: 137px;
    height: 137px;
    border-width: 1.68098px;
  }

  .service__circle-icon {
    height: 72px;
    width: 72px;
  }

  .service--ask .service__pict,
.service--learn .service__pict,
.service--promote .service__pict,
.service--grow .service__pict {
    position: relative;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
    transform: translateY(0%);
  }

  .service--ask .service__btn,
.service--learn .service__btn,
.service--promote .service__btn,
.service--grow .service__btn {
    margin-left: 0;
    max-width: 430px;
  }

  .service--ask .service__pict {
    min-width: 90%;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10% 0 0;
  }

  .service--learn .service__container {
    padding-bottom: 10px;
  }

  .service--learn .service__head {
    padding-bottom: 37px;
  }

  .service--learn .service__pict {
    min-width: 80%;
    width: 80%;
    margin-left: auto;
    margin-top: 70px;
    margin-right: auto;
    left: 0;
    margin-bottom: 28px;
  }

  .service--learn .service__text {
    max-width: 100%;
  }

  .service--promote .service__pict {
    min-width: 80%;
    width: 80%;
    margin-top: 73px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .service--grow .service__container {
    padding-bottom: 45px;
  }

  .service--grow .service__head {
    padding-bottom: 29px;
  }

  .service--grow .service__pict {
    min-width: 80%;
    width: 80%;
    margin-top: 53px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .service--grow .service__list {
    margin-bottom: 55px;
  }

  .service__btn {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .service__head {
    padding-bottom: 39px;
  }

  .service__list {
    font-size: 20px;
    line-height: 1.333;
    margin: 0 0 49px -6px;
    letter-spacing: 0.4px;
  }

  .service__list-item {
    margin-bottom: 34px;
  }

  .service__btn {
    padding: 15px 24px;
  }

  .service__btn .btn__circle {
    display: none;
  }

  .service__btn .btn__text {
    text-align: left;
    max-width: 210px;
  }

  .service--grow .btn__text {
    max-width: 180px;
  }
}
.reviews {
  position: relative;
  min-height: 1107px;
  background: url(/img/marketing2020/reviews/bg.svg) no-repeat center top;
  background-size: cover;
}

.reviews__container {
  padding-top: 239px;
  padding-bottom: 194px;
  position: relative;
  z-index: 99;
}

.reviews__head {
  text-align: center;
  margin-bottom: 50px;
}

.reviews__subtitle {
  margin-bottom: 17px;
}

.reviews__line {
  max-width: 354px;
  height: 2px;
  width: 100%;
  background-color: #007ddd;
  margin: 0 auto;
}

.reviews__grid {
  display: flex;
  margin: 0 -13px;
}

.reviews__column {
  display: flex;
  flex-direction: column;
  max-width: 33.333%;
  width: 33.333%;
  padding-left: 13px;
  padding-right: 13px;
}

.reviews__box {
  font-family: "Sentinel", "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
  font-weight: normal;
  font-style: italic;
  padding: 28px 30px 26px;
  background-color: #fff;
  box-shadow: 0px 4.88474px 8px rgba(1, 24, 60, 0.06);
  border-radius: 16px;
  margin-bottom: 19px;
}

.reviews__box-head {
  text-align: center;
}

.reviews__box-body p {
  margin-bottom: 0;
  white-space: normal;
}

.reviews__xs-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}

.reviews__xs-column {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  width: 50%;
  padding-left: 13px;
  padding-right: 13px;
}

.reviews__xs-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 124px;
  background-color: #fff;
  box-shadow: 0px 4.88474px 8px rgba(1, 24, 60, 0.06);
  border-radius: 16px;
  margin-bottom: 19px;
}

.reviews__xs-img {
  display: block;
  max-width: 110px;
  max-height: 63px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .reviews__box {
    font-size: 16px;
    padding: 20px 22px;
    box-shadow: 0px 3.59646px 5.89011px rgba(1, 24, 60, 0.06);
    border-radius: 11.7802px;
    margin-bottom: 12px;
  }

  .reviews__xs-box {
    box-shadow: 0px 3.59646px 5.89011px rgba(1, 24, 60, 0.06);
    border-radius: 11.7802px;
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .reviews__box {
    font-size: 14px;
  }

  .reviews__xs-box {
    min-height: 92px;
  }

  .reviews__xs-img {
    max-width: 88px;
    max-height: 44px;
  }
}
@media (max-width: 767px) {
  .reviews {
    min-height: 200px;
    background-size: 100%;
  }

  .reviews__container {
    padding-top: 79px;
    padding-bottom: 110px;
  }

  .reviews__subtitle {
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13px;
  }

  .reviews__line {
    max-width: 132px;
  }

  .reviews__inner {
    width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
  }

  .reviews__grid {
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    width: calc(100% + 64px);
    margin-left: -32px;
  }

  .reviews__box,
.reviews__xs {
    min-width: 251px;
  }

  .reviews__column {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 270px;
  }

  .reviews__xs-grid {
    margin: 0 -10px;
  }

  .reviews__xs-column {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 700px) {
  .reviews__inner {
    width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
  }
}
@media (max-width: 640px) {
  .reviews__inner {
    width: calc(100% + 300px);
    margin-left: -150px;
    margin-right: -150px;
  }
}
@media (max-width: 576px) {
  .reviews__inner {
    width: calc(100% + 400px);
    margin-left: -200px;
    margin-right: -200px;
  }
}
@media (max-width: 450px) {
  .reviews__inner {
    width: calc(100% + 500px);
    margin-left: -250px;
    margin-right: -250px;
  }
}
.trust {
  padding-left: 16px;
  padding-right: 16px;
}

.trust__container {
  max-width: 1342px;
  min-height: 500px;
  background-color: #dfecf7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.trust__box {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.trust__box-circles,
.trust__box-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.trust__box-circle {
  border: 1.63498px dashed #007ddd;
  border-radius: 50%;
  opacity: 0.4;
}

.trust__box-circle--1 {
  width: 664.67px;
  height: 664.67px;
  min-width: 664.67px;
  min-height: 664.67px;
}

.trust__box-circle--2 {
  width: 866.36px;
  height: 866.36px;
  min-width: 866.36px;
  min-height: 866.36px;
}

.trust__box-circle--3 {
  width: 1068.05px;
  height: 1068.05px;
  min-width: 1068.05px;
  min-height: 1068.05px;
}

.trust__subtitle,
.trust__btn,
.trust_caption {
  position: relative;
  z-index: 1;
}

.trust__btn {
  max-width: 280px;
  width: 100%;
  margin: 13px auto;
}

.trust__caption {
  font-size: 24px;
  font-weight: 500;
}

.trust__circle {
  position: absolute;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  pointer-events: none;
  -webkit-animation: animFly 25s linear infinite;
  animation: animFly 25s linear infinite;
}

.trust__circle--1 {
  top: -52px;
  left: 8.7%;
  width: 105px;
  height: 105px;
  border-color: #eba617;
}

.trust__circle--2 {
  bottom: -86px;
  left: -3.5%;
  width: 167px;
  height: 167px;
  border-color: #01317e;
  -webkit-animation-duration: 27s;
  animation-duration: 27s;
}

.trust__circle--3 {
  bottom: -130px;
  right: -265px;
  width: 423px;
  height: 423px;
  border-color: #006645;
  -webkit-animation-duration: 29s;
  animation-duration: 29s;
}

@media (max-width: 1200px) {
  .trust__circle {
    border-width: 1.1749px;
  }

  .trust__circle--1 {
    top: -31px;
    left: -2%;
    width: 61.68px;
    height: 61.68px;
  }

  .trust__circle--2 {
    bottom: -50px;
    left: -4.5%;
    width: 98.1px;
    height: 98.1px;
  }

  .trust__circle--3 {
    bottom: -90px;
    right: -185px;
    width: 248.49px;
    height: 248.49px;
  }
}
@media (max-width: 767px) {
  .trust {
    background: linear-gradient(to bottom, #f2f2f2 0%, #fff 100%);
  }

  .trust__container {
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 55px;
  }

  .trust__subtitle {
    margin-top: 17px;
  }

  .trust__btn {
    font-size: 18px;
    font-weight: 500;
    max-width: 180px;
    min-width: 180px;
    white-space: nowrap;
    width: auto;
    padding: 7px 18px;
    min-height: 42px;
    margin: 7px auto 45px auto;
  }

  .trust__caption {
    font-size: 20px;
    line-height: 1.333;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .trust__box-circle--1 {
    width: 540.5px;
    height: 540.5px;
    min-width: 540.5px;
    min-height: 540.5px;
  }

  .trust__box-circle--2 {
    width: 704.51px;
    height: 704.51px;
    min-width: 704.51px;
    min-height: 704.51px;
  }

  .trust__box-circle--3 {
    width: 868.52px;
    height: 868.52px;
    min-width: 868.52px;
    min-height: 868.52px;
  }

  .trust__circle--2 {
    bottom: -57px;
    left: -9.3%;
  }

  .trust__circle--3 {
    bottom: 33px;
    right: -220px;
  }
}
@-webkit-keyframes animFly {
  0% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(15px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(-15px);
  }
}
@keyframes animFly {
  0% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(15px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(-15px);
  }
}
.desc {
  background: linear-gradient(to bottom, #fff 0%, #f8f8fa 22%, #f8f8fa 100%);
}

.desc__container {
  padding-top: 134px;
  padding-bottom: 28px;
}

.desc__block {
  margin-bottom: 74px;
}

.desc__block:last-of-type {
  margin-bottom: 25px;
}

.desc__head {
  text-align: center;
}

.desc__icon,
.desc__icon-svg {
  width: 64px;
  height: 64px;
}

.desc__icon {
  margin: 0 auto 13px auto;
  color: #eba617;
}

.desc__title {
  font-weight: 600;
  margin-bottom: 38px;
}

.desc__body {
  margin-bottom: 47px;
}

.desc__img {
  display: block;
  max-width: 70%;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .desc__img {
    max-width: 100%;
  }
}
.desc__foot {
  margin: 0 auto;
}

.desc__columns {
  display: flex;
  margin: 0 -10px;
}

.desc__column {
  max-width: 50%;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.desc__column--1 {
  max-width: 51%;
  width: 51%;
}

.desc__column--2 {
  max-width: 49%;
  width: 49%;
}

.desc__text {
  padding: 23px 0 47px;
  max-width: 408px;
  width: 100%;
  margin: 0 auto;
}

.desc__text p {
  margin-bottom: 30px;
}

.desc__integrators {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 67px 0 40px;
}

.desc__integrators-column {
  max-width: 33.333%;
  width: 33.333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 15px;
}

.desc__integrators-img {
  max-width: 100%;
}

.desc__link {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #01183c;
  font-weight: 600;
  margin-top: 59px;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.desc__link:hover,
.desc__link:focus,
.desc__link:active {
  color: #01183c;
  text-decoration: none;
  opacity: 0.8;
}

.desc__link:hover .desc__link-icon,
.desc__link:focus .desc__link-icon,
.desc__link:active .desc__link-icon {
  transform: translateX(5px);
}

.desc__link-icon {
  height: 16px;
  width: 16px;
  margin-left: 10px;
  will-change: transform;
  transition: transform 0.3s ease;
}

.desc__badge {
  text-align: center;
  font-size: 20px;
  color: #3d4551;
  font-weight: 500;
  max-width: 205px;
  padding: 9px 20px;
  margin: -8px auto 40px auto;
  background-color: #fff5e3;
  border-radius: 45px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .desc__text {
    max-width: 270px;
  }
}
@media (min-width: 768px) {
  .desc__columns--reverse {
    flex-direction: row-reverse;
  }

  .desc__blockquote {
    padding: 32px;
    margin: 0 0 0 16px;
  }

  .desc__columns--reverse .desc__blockquote {
    padding: 32px;
    margin: 0 16px 0 0;
    background: linear-gradient(224.76deg, #fbf4ea 13.14%, rgba(254, 251, 246, 0) 80.07%);
  }

  .desc__columns--reverse .desc__column--1,
.desc__columns--reverse .desc__column--2 {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .desc__container {
    padding: 55px 26px 27px;
  }

  .desc__block {
    margin-bottom: 60px;
  }

  .desc__title {
    letter-spacing: -0.2px;
    margin-bottom: 40px;
  }

  .desc__title--customer-data-integrations {
    margin-bottom: 37px;
  }

  .desc__body {
    margin-bottom: 17px;
  }

  .desc__columns {
    flex-wrap: wrap;
    margin: 0;
  }

  .desc__column {
    width: 100%;
    max-width: 100%;
  }

  .desc__column--1 {
    order: 1;
  }

  .desc__column--2 {
    order: 2;
  }

  .desc__text {
    max-width: 633px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 25px;
  }

  .desc__text p:last-of-type {
    margin-bottom: 10px;
  }

  .desc__link {
    margin-top: 25px;
  }

  .desc__integrators {
    margin-top: 22px;
    margin-bottom: -10px;
    padding: 0 14px;
  }

  .desc__integrators-column {
    margin-top: 5px;
  }
}
@media (max-width: 576px) {
  .desc__pict,
.desc__blockquote {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .desc__text {
    padding-left: 8px;
    padding-right: 8px;
  }

  .desc__link {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .desc__integrators-img {
    max-height: 54px;
  }

  .desc__badge {
    font-size: 16px;
  }
}
.continue-product {
  background-color: #f8f8fa;
}

.continue-product__container {
  padding-bottom: 95px;
}

.continue-product__head {
  text-align: center;
}

.continue-product__line {
  height: 2px;
  max-width: 354px;
  background-color: #007ddd;
  margin: 0 auto;
}

.continue-product__body {
  max-width: 500px;
  margin: 0 auto;
}

.continue-product .service__box::before,
.continue-product .service__box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 30px);
  width: 100vw;
  height: 2px;
  border-top: 2px dotted #007ddd;
  margin-top: -24px;
  z-index: 2;
  pointer-events: none;
}

.continue-product .service__box::after {
  right: auto;
  left: 100%;
}

.continue-product .service__content {
  padding-left: 192px;
  padding-top: 65px;
  background-color: #f8f8fa;
  box-shadow: -50px 0 #f8f8fa, 50px 0 #f8f8fa;
}

.continue-product .service__box,
.continue-product .service__content {
  position: relative;
  z-index: 1;
}

.continue-product .service__title-text {
  display: flex;
  align-items: center;
}

.continue-product .service__title-icon {
  width: 70px;
  height: 56px;
  color: #007ddd;
  position: relative;
  top: 3px;
  margin-left: 8px;
  will-change: transform;
  transition: transform 0.3s ease;
}

.continue-product .service__head:hover .service__title-icon,
.continue-product .service__head:focus .service__title-icon,
.continue-product .service__head:active .service__title-icon {
  transform: translateX(5px);
}

.continue-product--promote .service__box::before,
.continue-product--promote .service__box::after {
  border-top-color: #01317e;
}

.continue-product--promote .service__box::after {
  left: calc(100% + 30px);
}

.continue-product--promote .service__title-icon {
  color: #01317e;
}

.continue-product--grow .service__box::before,
.continue-product--grow .service__box::after {
  border-top-color: #006645;
}

.continue-product--grow .service__title-icon {
  color: #006645;
}

.continue-product--ask .service__box::before,
.continue-product--ask .service__box::after {
  margin-top: -36px;
  border-top-color: #eba617;
}

.continue-product--ask .service__title-icon {
  color: #eba617;
}

@media (max-width: 767px) {
  .continue-product .service__box::before,
.continue-product .service__box::after {
    display: none;
  }

  .continue-product .service__content {
    padding-left: 0;
    padding-top: 47px;
    box-shadow: none;
  }

  .continue-product .service__title-icon {
    width: 32px;
    height: 32px;
  }

  .continue-product .service__text {
    max-width: 285px;
    margin-left: 120px;
  }
}
@media (max-width: 576px) {
  .continue-product__container {
    padding-bottom: 78px;
  }

  .continue-product__head {
    text-align: left;
  }

  .continue-product__subtitle {
    max-width: 310px;
    margin-bottom: 10px;
  }

  .continue-product__line {
    max-width: 160px;
    margin: 0;
  }

  .continue-product .service__text {
    max-width: 310px;
    margin-left: 0;
    margin-top: 68px;
  }

  .continue-product .service__circle {
    top: -45px;
  }
}
@media (max-width: 767px) {
  .page-main,
.page-main .trust {
    background: #fff;
  }
}
.page-inner {
  background-color: #f8f8fa;
}

.page-inner .header {
  background: #fefbf6;
  min-height: 879px;
  margin-bottom: 0;
}

.page-inner .header::after {
  display: none;
}

.page-inner .header__container {
  padding-top: 85px;
}

.page-inner .header__content {
  max-width: 555px;
  padding-left: 8px;
}

.page-inner .header__title {
  color: #01183c;
}

.page-inner .header__text {
  color: rgba(1, 24, 60, 0.8);
}

.page-inner .breadcrumb {
  margin-top: -32px;
  margin-bottom: -32px;
}

@media (min-width: 1300px) {
  .page-inner--ask .header__devices {
    top: 19.4%;
    right: -340px;
    max-width: 70%;
  }

  .page-inner--ask .header__device-profile {
    min-width: 1065px;
    min-height: 621px;
  }
}
@media (max-width: 1299px) and (min-width: 992px) {
  .page-inner--ask .header__devices {
    top: 40%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1100px) and (min-width: 992px) {
  .page-inner--ask .header__devices {
    margin-right: -150px;
  }
}
@media (min-width: 768px) {
  .page-inner--ask .desc__block--1 .desc__head {
    margin-bottom: 80px;
  }

  .page-inner--ask .desc__block--1 .desc__body {
    margin-bottom: 93px;
  }

  .page-inner--ask .desc__block--2 .desc__integrators {
    margin-bottom: 60px;
  }
}
.page-inner--learn .header {
  background-color: #edf7ff;
}

.page-inner--learn .header__tag,
.page-inner--learn .desc__icon {
  color: #007ddd;
}

.page-inner--learn .desc__blockquote {
  background: linear-gradient(129.08deg, #edf7ff 11%, rgba(237, 247, 255, 0) 79.99%);
}

@media (max-width: 1100px) and (min-width: 992px) {
  .page-inner--learn .header__devices {
    margin-right: -110px;
  }
}
@media (min-width: 768px) {
  .page-inner--learn .desc__columns--reverse .desc__blockquote {
    background: linear-gradient(224.76deg, #edf7ff 13.14%, rgba(237, 247, 255, 0) 80.07%);
  }
}
.page-inner--promote .header {
  background-color: #e4eaf2;
}

.page-inner--promote .header__tag,
.page-inner--promote .desc__icon {
  color: #01317e;
}

.page-inner--promote .desc__blockquote {
  background: linear-gradient(129.08deg, rgba(228, 233, 242, 0.6) 11%, rgba(228, 233, 242, 0) 79.99%);
}

@media (min-width: 768px) {
  .page-inner--promote .desc__columns--reverse .desc__blockquote {
    background: linear-gradient(224.76deg, rgba(228, 233, 242, 0.6) 13.14%, rgba(228, 233, 242, 0) 80.07%);
  }
}
.page-inner--grow .header {
  background-color: #e2f1ec;
}

.page-inner--grow .header__tag {
  color: #006645;
}

.page-inner--grow .desc__icon {
  color: #006645;
}

.page-inner--grow .desc__blockquote {
  background: linear-gradient(129.08deg, rgba(225, 241, 236, 0.6) 11%, rgba(225, 241, 236, 0) 79.99%);
}

@media (min-width: 1300px) {
  .page-inner--grow .header__container {
    padding-top: 115px;
  }

  .page-inner--grow .header__devices {
    top: 21.4%;
    right: -114px;
  }

  .page-inner--grow .header__device-profile {
    min-width: 781px;
    min-height: 622px;
  }
}
@media (max-width: 1299px) and (min-width: 992px) {
  .page-inner--grow .header__devices {
    top: 40%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1100px) and (min-width: 992px) {
  .page-inner--grow .header__devices {
    margin-right: -110px;
  }
}
@media (min-width: 768px) {
  .page-inner--grow .desc__columns--reverse .desc__blockquote {
    background: linear-gradient(224.76deg, rgba(225, 241, 236, 0.6) 13.14%, rgba(225, 241, 236, 0) 80.07%);
  }

  .page-inner--grow .desc__block--4 .desc__head {
    margin-bottom: 66px;
  }

  .page-inner--grow .desc__block--4 .desc__body {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .page-inner .header {
    min-height: 800px;
  }

  .page-inner .header__title br {
    display: none;
  }

  .page-inner .header__container {
    padding-top: 43px;
    padding-bottom: 45px;
  }

  .page-inner .header__content {
    max-width: 100%;
  }

  .page-inner .header__devices {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .page-inner .header__content {
    margin-bottom: 30px;
  }

  .page-inner .header__tag {
    margin-bottom: 15px;
  }

  .page-inner .header__text {
    color: #01183c;
    line-height: 1.334;
  }

  .page-inner .header__devices {
    margin-top: 40px;
  }

  .page-inner .header__device-profile {
    width: 70%;
    min-width: 70%;
  }

  .page-inner .breadcrumb {
    display: none;
  }
}
@media (max-width: 600px) {
  .page-inner .header__device-profile {
    width: 100%;
    min-width: 100%;
  }
}
/* ABOUT STUFF */
.grid-dates {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  color: #67748a;
  position: relative;
  padding-left: 50px;
  padding-right: 44px;
}

.grid-dates::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccd1d8;
  margin-top: -1px;
}

.grid-dates__item:last-child .grid-dates__year::after {
  opacity: 0;
}

.grid-dates__item:last-child .grid-dates__year::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  width: 16px;
  height: 16px;
  background-color: #c4c4c4;
  border-radius: 50%;
  transform: translateX(-50%);
}

.grid-dates__year {
  position: relative;
  top: -11px;
}

.grid-dates__year::after {
  content: "";
  display: block;
  height: 40px;
  width: 2px;
  background-color: #ccd1d8;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .grid-dates {
    font-size: 12px;
    padding-left: 2%;
    padding-right: 1%;
  }

  .grid-dates__year {
    top: -9px;
  }

  .grid-dates__year::after {
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .grid-dates__year {
    top: -8px;
  }

  .grid-dates__year::after {
    height: 30px;
  }

  .grid-dates .grid-dates__item:last-child .grid-dates__year::before {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .grid-dates {
    font-size: 10px;
    padding-left: 3%;
  }

  .grid-dates__year {
    top: -7px;
  }

  .grid-dates__year::after {
    height: 20px;
  }

  .grid-dates .grid-dates__item:last-child .grid-dates__year::before {
    top: 48%;
  }
}
.our-values {
  background: linear-gradient(to bottom, #f4faff, #fff);
  position: relative;
  -webkit-clip-path: polygon(0 445px, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 445px, 100% 0, 100% 100%, 0% 100%);
  margin-top: -270px;
}

.our-values__container {
  padding-top: 90px;
  padding-bottom: 120px;
  max-width: 1274px;
  position: relative;
}

.our-values__subtitle {
  text-align: center;
}

.our-values__core {
  margin: 4em auto 0 auto;
  width: 264px;
  height: 264px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #eba617;
  transform: rotate(-15deg);
}

.our-values__core,
.our-values__core::before,
.our-values__core::after {
  border-radius: 50%;
}

.our-values__core::before,
.our-values__core::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 596px;
  height: 596px;
  background: radial-gradient(132.55% 132.55% at 50% 95.3%, #fff 0%, rgba(255, 255, 255, 0) 100%), #eba617;
  opacity: 0.5;
  transform: translate(-50%, -50%) rotate(-15deg);
}

.our-values__core::after {
  width: 832px;
  height: 832px;
  background: radial-gradient(132.55% 132.55% at 50% 95.3%, #fff 0%, rgba(255, 255, 255, 0) 100%), #eba617;
  opacity: 0.2;
}

.our-values__subtitle,
.our-values__columns {
  position: relative;
  z-index: 9;
}

.our-values__columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.our-values__column {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 33.333%;
  width: 33.333%;
}

.our-values__column--7 .our-values__item,
.our-values__column--8 .our-values__item {
  margin-top: 85px;
}

.our-values__item {
  text-align: center;
}

.our-values__num,
.our-values__caption {
  font-family: "Sentinel", "Besley", serif;
}

.our-values__num {
  margin: 0.87em auto 18px auto;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #01183c;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  border: 2px dashed #eba617;
  position: relative;
}

.our-values__num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  border: 2px dashed #344663;
  transform: translate(-50%, -50%);
}

.our-values__num span {
  position: relative;
  top: -2px;
}

.our-values__caption {
  margin: 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  color: #344663;
}

.our-values__line {
  max-width: 1200px;
  width: 100%;
  height: 2px;
  background-color: #ccd1d8;
  margin: 3.3em auto 0.4em auto;
}

.our-values__circles {
  margin: 1.8em auto 0 auto;
  width: 264px;
  height: 264px;
  border-radius: 50%;
  border: 2px dashed #006645;
  position: relative;
}

.our-values__circles::before,
.our-values__circles:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  border: 2px dashed #007ddd;
  transform: translate(-50%, -50%);
}

.our-values__circles:after {
  width: 104px;
  height: 104px;
  border-color: #eba617;
}

.our-values__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background-color: #007ddd;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.our-values__lines {
  display: block;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .our-values__subtitle {
    font-size: 40px;
  }
}
@media (max-width: 1440px) {
  .our-values__core {
    margin: 6em auto 0 auto;
    width: 185px;
    height: 185px;
  }

  .our-values__core::before,
.our-values__core::after {
    width: 420px;
    height: 420px;
  }

  .our-values__core::after {
    width: 650px;
    height: 650px;
  }
}
@media (max-width: 1200px) {
  .our-values {
    margin-top: -500px;
  }

  .our-values__core {
    margin: 6em auto 0 auto;
    width: 185px;
    height: 185px;
  }

  .our-values__core::before,
.our-values__core::after {
    width: 420px;
    height: 420px;
  }

  .our-values__core::after {
    width: 650px;
    height: 650px;
  }
}
@media (max-width: 1024px) {
  .our-values__container {
    padding-bottom: 50px;
  }

  .our-values__num {
    margin: 0.87em auto 18px auto;
    font-size: 40px;
    width: 150px;
    height: 150px;
  }

  .our-values__num::before {
    width: 85px;
    height: 85px;
  }

  .our-values__caption {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .our-values__columns {
    justify-content: center;
  }

  .our-values__column--7 .our-values__item,
.our-values__column--8 .our-values__item {
    margin-top: 0;
  }

  .our-values__column:last-child {
    max-width: 100%;
    width: 100%;
  }

  .our-values__line {
    display: none;
  }

  .our-values__item {
    margin-bottom: 1em;
  }

  .our-values__caption {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .our-values {
    -webkit-clip-path: polygon(0 250px, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 250px, 100% 0, 100% 100%, 0% 100%);
    margin-top: -400px;
  }

  .our-values__container {
    padding-top: 360px;
  }

  .our-values__core,
.our-values__column:last-child {
    display: none;
  }

  .our-values__columns {
    margin-left: -16px;
    margin-right: -16px;
  }

  .our-values__column {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 576px) {
  .our-values {
    margin-top: -320px;
  }

  .our-values__container {
    padding-top: 320px;
    padding-bottom: 1px;
  }

  .our-values__num {
    margin: 0.87em auto 18px auto;
    font-size: 30px;
    width: 125px;
    height: 125px;
  }

  .our-values__num::before {
    width: 75px;
    height: 75px;
  }

  .our-values__caption {
    font-size: 18px;
  }

  .our-values__caption br {
    display: none;
  }
}
.our-story {
  background: linear-gradient(to bottom, #fff, #fbfbfc);
}

.our-story__container {
  max-width: 1274px;
  padding-top: 182px;
  padding-bottom: 220px;
  position: relative;
}

.our-story__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.our-story__pict {
  min-width: 348px;
  position: relative;
  top: -5px;
}

.our-story__pict::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 2px dashed #eba617;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.our-story__img {
  width: 364px;
  height: 364px;
  border: 8px solid #007ddd;
  border-radius: 50%;
  display: block;
  box-shadow: 0 0 0 18px rgba(0, 125, 221, 0.24);
}

.our-story__content {
  width: 53.5%;
}

.our-story__subtitle {
  margin-bottom: 26px;
}

.our-story__text {
  font-size: 24px;
  line-height: 1.29;
}

.our-story__text p + p {
  margin-top: 1.4em;
}

.our-story__lines {
  position: absolute;
  top: -120px;
  left: 39%;
  transform: translateX(-50%);
}

@media (min-width: 1200px) {
  .our-story__subtitle {
    font-size: 40px;
  }
}
@media (max-width: 1440px) {
  .our-story__content {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .our-story__container {
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .our-story__lines {
    display: none;
  }

  .our-story__pict {
    min-width: 300px;
    top: 0;
  }

  .our-story__pict::before {
    display: none;
  }

  .our-story__img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1024px) {
  .our-story__container {
    padding-bottom: 150px;
  }

  .our-story__inner {
    align-items: flex-start;
  }

  .our-story__pict {
    min-width: 30%;
    width: 30%;
  }

  .our-story__img {
    min-width: 200px;
    max-width: 200px;
    height: 200px;
  }

  .our-story__content {
    width: 70%;
    padding-left: 50px;
  }

  .our-story__text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .our-story__pict {
    min-width: 30%;
    width: 30%;
  }

  .our-story__content {
    width: 70%;
    padding-left: 50px;
  }

  .our-story__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .our-story__inner {
    display: block;
  }

  .our-story__pict {
    min-width: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 3em;
  }

  .our-story__img {
    min-width: 250px;
    max-width: 250px;
    height: 250px;
  }

  .our-story__content {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .our-story__container {
    padding-bottom: 120px;
  }

  .our-story__img {
    min-width: 200px;
    max-width: 200px;
    height: 200px;
  }
}
.three-brands {
  background: linear-gradient(to bottom, #f5fafe 0%, #e1f0fb);
  position: relative;
  border-bottom: 2px dashed #007ddd;
}

.three-brands__grid-dates {
  margin-top: -30px;
}

.three-brands__shapes {
  display: block;
  margin: -166px auto 0 auto;
  position: relative;
  z-index: 1;
}

.three-brands__container {
  max-width: 1502px;
  padding-top: 0;
  margin-top: -112px;
  padding-bottom: 328px;
}

.three-brands__box {
  background-color: #fff;
  padding: 96px 119px 60px;
  border-radius: 32px;
  position: relative;
  z-index: 2;
}

.three-brands__head {
  text-align: center;
}

.three-brands__subtitle {
  margin-bottom: 30px;
}

.three-brands__lead {
  font-size: 24px;
  line-height: 1.29;
}

.three-brands__body {
  display: flex;
  flex-wrap: wrap;
  margin-left: -32px;
  margin-right: -32px;
  display: none;
}

.three-brands__column {
  padding-left: 32px;
  padding-right: 32px;
  max-width: 33.3333%;
  width: 33.3333%;
}

.three-brands__item {
  margin-top: 50px;
}

.three-brands__item-subtitle {
  color: #006645;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.three-brands__text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.three-brands__text p {
  margin-top: 0;
  margin-bottom: 0;
}

.three-brands__text p + p {
  margin-top: 15px;
}

.three-brands__btn {
  font-size: 20px;
  min-height: 56px;
  min-width: 210px;
  padding: 10px 15px;
}

@media (min-width: 1200px) {
  .three-brands__subtitle {
    font-size: 40px;
  }
}
@media (max-width: 1440px) {
  .three-brands {
    border-bottom-width: 1px;
  }

  .three-brands__shapes {
    margin-top: -135px;
    max-width: 70%;
  }

  .three-brands__grid-dates {
    margin-top: -25px;
  }

  .three-brands__container {
    margin-top: -70px;
    padding-bottom: 228px;
  }

  .three-brands__box {
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .three-brands__body {
    margin-left: -16px;
    margin-right: -16px;
  }

  .three-brands__column {
    padding-left: 16px;
    padding-right: 16px;
  }

  .three-brands__item {
    margin-top: 30px;
  }

  .three-brands__lead {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .three-brands__container {
    margin-top: -20px;
    padding-bottom: 150px;
  }

  .three-brands__shapes {
    margin-top: -90px;
  }

  .three-brands__lead {
    font-size: 18px;
  }

  .three-brands__column {
    max-width: 100%;
    width: 100%;
  }

  .three-brands__column + .three-brands__column {
    margin-top: 2.5em;
  }

  .three-brands__item-subtitle {
    font-size: 20px;
  }

  .three-brands__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .three-brands__container {
    padding-bottom: 120px;
  }

  .three-brands__grid-dates {
    margin-top: -15px;
  }

  .three-brands__shapes {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .three-brands__box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .three-brands__shapes {
    max-width: 90%;
  }
}
.careers {
  background-color: #f8f8fa;
  position: relative;
}

.careers__icon {
  display: block;
  margin: -130px auto 97px auto;
  position: relative;
  z-index: 1;
}

.careers__container {
  max-width: 1290px;
  position: relative;
  z-index: 1;
}

.careers__head {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.careers__subtitle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 22px;
}

.careers__lead {
  font-size: 24px;
  line-height: 1.29;
  margin-top: 0;
}

.careers__body {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px 104px;
  border-radius: 32px;
  position: relative;
  z-index: 1;
}

.careers__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.2;
  padding-top: 24px;
  padding-bottom: 24px;
  margin: 0 -10px;
  display: none;
}

.careers__item + .careers__item {
  border-top: 2px solid #ccd1d8;
}

.careers__column {
  flex-grow: 1;
  flex-basis: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.careers__column:nth-child(2) {
  text-align: center;
}

.careers__column:nth-child(3) {
  text-align: right;
}

.careers__apply {
  display: inline-flex;
  align-items: center;
}

.careers__apply-icon {
  width: 20px;
  height: 1px;
  background-color: #007ddd;
  position: relative;
  margin-left: 10px;
  position: relative;
  top: 1px;
}

.careers__apply-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  border: 1px solid #007ddd;
  border-bottom: none;
  border-left: none;
  margin-top: -2.5px;
  transform: rotate(45deg);
}

.careers__foot {
  text-align: center;
}

.careers__btn {
  font-size: 20px;
}

.careers__pict-1,
.careers__pict-2,
.careers__pict-1-blur,
.careers__pict-2-blur {
  position: absolute;
  pointer-events: none;
}

.careers__pict-1-blur {
  bottom: 2%;
  max-height: 220px;
  right: 100%;
}

.careers__pict-1 {
  top: 154px;
  left: -102px;
}

.careers__pict-2-blur {
  bottom: 8%;
  left: 100%;
  max-height: 220px;
}

.careers__pict-2 {
  bottom: 200px;
  right: -70px;
}

@media (max-width: 1440px) {
  .careers__icon {
    margin-top: -100px;
    max-height: 200px;
  }
}
@media (max-width: 1200px) {
  .careers__icon {
    margin-bottom: 50px;
  }

  .careers__body {
    padding: 80px;
  }

  .careers__subtitle {
    font-size: 54px;
  }
}
@media (max-width: 1024px) {
  .careers__body {
    padding: 50px;
  }

  .careers__subtitle {
    font-size: 44px;
  }

  .careers__lead {
    font-size: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .careers__pict-1,
.careers__pict-2 {
    max-height: 100px;
  }

  .careers__pict-1 {
    top: -50px;
    left: -50px;
  }

  .careers__pict-2 {
    bottom: -50px;
    right: -50px;
  }
}
@media (max-width: 991px) {
  .careers__icon {
    margin-top: -65px;
    max-height: 130px;
    margin-bottom: 30px;
  }

  .careers__lead {
    font-size: 18px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .careers__container {
    padding-left: 0;
    padding-right: 0;
  }

  .careers__icon {
    margin-top: -50px;
    max-height: 100px;
  }

  .careers__lead {
    padding-left: 30px;
    padding-right: 30px;
  }

  .careers__body {
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 0;
  }

  .careers__item {
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .careers__column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .careers__item + .careers__item {
    border-top-width: 1px;
  }

  .careers__pict-1,
.careers__pict-2 {
    max-height: 70px;
  }

  .careers__pict-1 {
    top: -25px;
    left: -25px;
  }

  .careers__pict-2 {
    bottom: -25px;
    right: -25px;
  }
}
.our-culture {
  background-color: #f8f8fa;
  position: relative;
}

.our-culture__container {
  max-width: 1290px;
  position: relative;
  z-index: 1;
}

.our-culture__inner {
  display: flex;
  margin-top: 40px;
  margin-bottom: 63px;
}

.our-culture__main-pict {
  position: relative;
  left: -105px;
  margin-right: 47px;
}

.our-culture__main-img {
  min-width: 337px;
}

.our-culture__content {
  padding-top: 120px;
  max-width: 572px;
}

.our-culture__subtitle {
  margin-bottom: 46px;
}

.our-culture__text {
  font-size: 24px;
  line-height: 1.3;
}

.our-culture__text p + p {
  margin-top: 30px;
}

.our-culture__img-1,
.our-culture__img-2,
.our-culture__img-3 {
  position: absolute;
  pointer-events: none;
}

.our-culture__img-2,
.our-culture__img-3 {
  right: 0;
}

.our-culture__img-1 {
  top: -30px;
  left: 0;
}

.our-culture__img-2 {
  bottom: 0px;
}

.our-culture__img-3 {
  bottom: 15%;
}

@media (min-width: 1200px) {
  .our-culture__subtitle {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .our-culture__main-pict {
    left: 0;
    margin-right: 47px;
  }

  .our-culture__main-img {
    min-width: 330px;
  }

  .our-culture__content {
    padding-top: 0;
    max-width: 570px;
  }

  .our-culture__img-1,
.our-culture__img-2 {
    display: none;
  }

  .our-culture__img-3 {
    max-height: 250px;
  }
}
@media (max-width: 1024px) {
  .our-culture__container {
    padding-bottom: 60px;
  }

  .our-culture__img-3 {
    display: none;
  }

  .our-culture__text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .our-culture__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .our-culture__inner {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }

  .our-culture__main-pict {
    text-align: center;
    margin-right: 0;
    margin-bottom: 2em;
  }

  .our-culture__main-img {
    min-width: 250px;
    max-width: 250px;
  }

  .our-culture__content {
    max-width: 100%;
  }

  .our-culture__subtitle {
    margin-bottom: 30px;
  }
}
.perks {
  background-color: #f8f8fa;
  position: relative;
}

.perks__container {
  max-width: 1328px;
  width: 100%;
  padding-bottom: 75px;
}

.perks__box {
  padding: 104px 104px 120px;
  background: #ebf6ff;
  border-radius: 24px;
}

.perks__head {
  text-align: center;
}

.perks__subtitle {
  margin-bottom: 5px;
}

.perks__body {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.perks__column {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 25%;
  width: 25%;
}

.perks__pict {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  height: 164px;
  background-color: #fff;
  border-radius: 50%;
  margin: 65px auto 17px auto;
}

.perks__caption {
  text-align: center;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.2;
  font-family: "Sentinel", "Besley", serif;
  color: #344663;
}

@media (min-width: 1200px) {
  .perks__subtitle {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .perks__box {
    padding: 80px 50px;
  }

  .perks__body {
    margin-left: -16px;
    margin-right: -16px;
    justify-content: center;
  }

  .perks__column {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 33.3333%;
    width: 33.3333%;
  }

  .perks__caption {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .perks__pict {
    width: 144px;
    height: 144px;
  }

  .perks__icon {
    max-height: 70px;
  }

  .perks__caption {
    font-size: 20px;
  }

  .perks__caption br {
    display: none;
  }
}
@media (max-width: 767px) {
  .perks__container {
    padding: 0;
  }

  .perks__box {
    padding: 50px 30px 30px;
    border-radius: 0;
  }

  .perks__head {
    margin-top: 10px;
  }

  .perks__subtitle {
    margin-bottom: 30px;
  }

  .perks__column {
    max-width: 50%;
    width: 50%;
    margin-bottom: 40px;
  }

  .perks__pict {
    width: 125px;
    height: 125px;
    margin-top: 0;
  }

  .perks__icon {
    max-height: 55px;
  }

  .perks__caption {
    font-size: 18px;
  }
}
.neighborhood {
  background-color: #f8f8fa;
  position: relative;
}

.neighborhood__container {
  max-width: 1340px;
  padding-bottom: 103px;
}

.neighborhood__box {
  display: block;
  margin: 0 auto;
  width: 1232px;
  height: 1232px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.neighborhood__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.neighborhood__content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 598px;
  height: 598px;
  padding: 1em;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translate(-50%, -50%);
}

.neighborhood__subtitle {
  margin-bottom: 30px;
}

.neighborhood__lead {
  font-size: 18px;
  line-height: 1.5;
  max-width: 510px;
  margin: 0;
}

@media (min-width: 1200px) {
  .neighborhood__subtitle {
    font-size: 36px;
  }
}
@media (max-width: 1300px) {
  .neighborhood__box {
    width: 1000px;
    height: 1000px;
  }
}
@media (max-width: 1200px) {
  .neighborhood__box {
    width: 900px;
    height: 900px;
  }
}
@media (max-width: 1024px) {
  .neighborhood__box {
    width: 100%;
    height: auto;
    border-radius: 0;
    overflow: visible;
    border-radius: 32px;
  }

  .neighborhood__img {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 32px 32px 0 0;
  }

  .neighborhood__content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: translate(0, 0);
    border-radius: 0;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (max-width: 767px) {
  .neighborhood__container {
    padding: 0;
  }

  .neighborhood__box,
.neighborhood__img {
    border-radius: 0;
  }
}
.page-inner--about {
  background-color: #fff;
}

.page-inner--about .navbar__container {
  max-width: 1274px;
}

.page-inner--about .header {
  background: linear-gradient(to bottom, #f1f8fd 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  z-index: 2;
}

.page-inner--about .header__inner {
  display: flex;
  justify-content: space-between;
}

.page-inner--about .header__container {
  max-width: 1280px;
  padding-top: 200px;
  padding-bottom: 200px;
  z-index: 2;
}

.page-inner--about .header__content,
.page-inner--about .header__title,
.page-inner--about .header__text {
  color: #01317e;
}

.page-inner--about .header__title {
  position: relative;
  margin-bottom: 33px;
  margin-top: 20px;
}

.page-inner--about .header__title::after {
  content: "";
  display: block;
  width: 104px;
  height: 4px;
  background-color: #01317e;
  margin-bottom: 28px;
  margin-top: 34px;
}

.page-inner--about .header__text {
  font-weight: normal;
}

.page-inner--about .header__content,
.page-inner--about .header__text {
  max-width: 510px;
}

.page-inner--about .header__about-pict {
  max-width: 577px;
}

.page-inner--about .header__about-img {
  width: 577px;
  min-width: 577px;
  height: 577px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 80px rgba(0, 125, 221, 0.04), 0px 0px 0px 40px rgba(0, 125, 221, 0.08);
}

@media (min-width: 1600px) {
  .page-inner--about .header__about-pict {
    position: relative;
    right: -104px;
  }
}
@media (max-width: 1440px) {
  .page-inner--about .header__container {
    padding-top: 100px;
  }

  .page-inner--about .header__content,
.page-inner--about .header__text {
    max-width: 600px;
  }

  .page-inner--about .header__about-pict {
    max-width: 477px;
  }

  .page-inner--about .header__about-img {
    width: 477px;
    min-width: 477px;
    height: 477px;
    box-shadow: 0px 0px 0px 60px rgba(0, 125, 221, 0.04), 0px 0px 0px 30px rgba(0, 125, 221, 0.08);
  }
}
@media (max-width: 1220px) {
  .page-inner--about .header__content,
.page-inner--about .header__text {
    max-width: 510px;
  }
}
@media (max-width: 1200px) {
  .page-inner--about .header__content {
    padding-right: 2em;
  }
}
@media (max-width: 1070px) {
  .page-inner--about .header__content,
.page-inner--about .header__text {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .page-inner--about .header__container {
    padding-top: 100px;
  }

  .page-inner--about .header__content,
.page-inner--about .header__text {
    max-width: 510px;
  }

  .page-inner--about .header__about-pict {
    max-width: 350px;
  }

  .page-inner--about .header__about-img {
    width: 320px;
    min-width: 320px;
    height: 320px;
  }
}
@media (max-width: 900px) {
  .page-inner--about .header__content,
.page-inner--about .header__text {
    max-width: 400px;
  }
}
@media (max-width: 810px) {
  .page-inner--about .header__content,
.page-inner--about .header__text {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .page-inner--about .header__container {
    padding-top: 50px;
  }

  .page-inner--about .header__content,
.page-inner--about .header__text {
    max-width: none;
  }

  .page-inner--about .header__inner {
    flex-direction: column;
  }

  .page-inner--about .header__about-pict {
    margin: 1em auto;
    max-width: 250px;
  }

  .page-inner--about .header__about-img {
    width: 250px;
    min-width: 250px;
    height: 250px;
  }
}
@media (max-width: 576px) {
  .page-inner--about .header__title {
    margin-top: 0;
  }

  .page-inner--about .header__about-img {
    width: 200px;
    min-width: 200px;
    height: 200px;
    box-shadow: 0px 0px 0px 40px rgba(0, 125, 221, 0.04), 0px 0px 0px 20px rgba(0, 125, 221, 0.08);
  }
}