/*
Theme Name: xAmplify
Theme URI: https://charger.agency
Author: Charger Agency
Description: custom theme for xAmplify
Version: 1.0 
Text Domain: xa
*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500..700&family=Roboto+Mono:wght@100..700&family=Spectral:ital,wght@0,200;0,300;0,400;0,600;1,200;1,300;1,400;1,600&display=swap");
@import url("https://use.typekit.net/kdr3fgo.css");
.pointer {
  cursor: pointer;
}

.fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.space-20 {
  width: auto;
  height: 20px;
}

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

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body.fixed {
  overflow: hidden;
}

.wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

figure {
  margin: 0;
  padding: 0;
  border: none;
}

:focus, :active {
  outline: 0;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000072;
  transition: all 0.3s;
}

ol li,
ul li,
p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}

p {
  margin: 0 0 30px;
}
p:last-of-type {
  margin: 0;
}
@media (max-width: 1023px) {
  p {
    margin-bottom: 28px;
  }
}

div {
  box-sizing: border-box;
}

b, strong {
  font-weight: 700;
}

clearfix:after {
  content: "";
  clear: right;
  display: table;
}

h1, h2, h3 {
  font-family: "Spectral", serif;
}

.btn, .button {
  width: auto;
  height: auto;
  padding: 3px 18px;
  border-radius: 44px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  display: block;
  font-family: "acumin-pro", sans-serif;
  background: #000072;
  color: #fff;
  transition: all 400ms ease-in-out;
  -webkit-appearance: none;
}
.btn.btn-blue, .button.btn-blue {
  background-color: #000072;
}
.btn.btn-blue:hover, .btn.btn-blue:active, .button.btn-blue:hover, .button.btn-blue:active {
  background-color: #4e7bff;
}
.btn.btn-secondary, .button.btn-secondary {
  background-color: #F04E58;
  color: #F4F1DE;
}
.btn.btn-secondary:hover, .button.btn-secondary:hover {
  background-color: #000072;
}
.btn:hover, .btn:active, .button:hover, .button:active {
  background-color: #F04E58;
}

.gform_validation_errors {
  display: none !important;
}

form .gform-body {
  width: 100%;
}
form .gfield {
  width: 100%;
  grid-column: 1/-1;
  position: relative;
}
form .gfield.gfield_error input:not([type=submit]), form .gfield.gfield_error select {
  border-color: red;
}
form input {
  font-size: 13px;
  line-height: 17px;
}
form .gfield_validation_message {
  background: transparent !important;
  border: 0 !important;
  color: red !important;
  font-size: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  bottom: -22px;
  left: 0;
  text-align: center;
}

input,
select,
textarea {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

::-moz-placeholder {
  color: rgb(0, 0, 0);
}

::placeholder {
  color: rgb(0, 0, 0);
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

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

body {
  min-width: 320px;
  background: #F4F1DE;
  color: #000072;
  -webkit-text-size-adjust: 100%;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
}
body .wrap {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  max-width: 1400px;
}
@media (max-width: 479px) {
  body .wrap {
    padding: 0 15px;
  }
}
body main,
body section.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: auto;
  width: 100%;
  padding-top: 62px;
  overflow: hidden;
}
body .row {
  display: flex;
}
body header {
  width: 100%;
  padding: 13px 0 8px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: #F4F1DE;
  border-bottom: 1px solid #000072;
}
body header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  transition: all 0.2s ease-in-out;
}
body header.fixed:before {
  top: 0;
  transition: all 0.3s ease-in-out;
}
body header .wrap {
  position: relative;
  z-index: 10;
}
body header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body header .row {
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body header .logo {
  display: flex;
  flex-shrink: 0;
  position: relative;
  z-index: 15;
}
body header .logo img {
  height: 40px;
  width: auto;
}
body header #nav {
  display: flex;
  flex: auto;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  body header #nav {
    position: fixed;
    left: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    background: #F4F1DE;
    transition: all 400ms ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body header #nav.show {
    left: 0;
  }
}
body header #menu-toggle {
  display: none;
  position: relative;
  z-index: 1000;
  width: 20px;
  height: 11px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 6px;
}
@media (max-width: 1023px) {
  body header #menu-toggle {
    display: block;
  }
}
body header #menu-toggle.active span {
  width: 0;
}
body header #menu-toggle.active span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body header #menu-toggle.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
body header #menu-toggle.active span::before, body header #menu-toggle.active span::after {
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
}
body header #menu-toggle span {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #F04E58;
  transition: all 300ms ease;
}
body header #menu-toggle span:before {
  top: -5px;
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
}
body header #menu-toggle span:after {
  bottom: -5px;
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
}
body header #menu-toggle span:before, body header #menu-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  left: 0;
  background-color: #F04E58;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
}
body header ul.menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
body header ul.menu li.menu-item {
  margin-left: 53px;
  line-height: 14px;
  position: relative;
}
@media (max-width: 1169px) and (min-width: 1024px) {
  body header ul.menu li.menu-item {
    margin-left: 38px;
  }
}
body header ul.menu li.menu-item:first-of-type {
  margin-left: 0;
}
body header ul.menu li.menu-item a {
  color: #000072;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  transition: all 0.3s;
}
body header ul.menu li.menu-item a:after {
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -9px;
  width: 19px;
  height: 19px;
  background: url("images/arrow-btn.svg") no-repeat center;
  background-size: contain;
  transition: all 0.3s;
  opacity: 0;
}
body header ul.menu li.menu-item a:hover {
  color: #F04E58;
}
body header ul.menu li.menu-item a:hover:after {
  opacity: 1;
}
body header ul.menu li.menu-item.btn {
  margin-left: 58px;
  line-height: 24px;
}
body header ul.menu li.menu-item.btn a {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
}
body header ul.menu li.menu-item.btn a:after {
  display: none;
}
@media (min-width: 1024px) {
  body header ul.menu li.menu-item:not(.btn) {
    height: 62px;
    margin-top: -24px;
    margin-bottom: -20px;
    display: flex;
  }
  body header ul.menu li.menu-item:not(.btn) a {
    padding: 23px 0 20px;
  }
}
body header ul.menu li.menu-item .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  display: none;
  background: #F4F1DE;
  width: auto;
  min-width: 530px;
  box-shadow: 2px 5px 12px rgba(0, 0, 114, 0.43);
  padding: 6px 13px;
  left: 0;
  border: 1px solid #000072;
  border-top: none;
  top: 100%;
  white-space: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  body header ul.menu li.menu-item .sub-menu {
    display: none !important;
  }
}
body header ul.menu li.menu-item .sub-menu li {
  padding: 0;
  margin: 4px 0;
  width: 50%;
  height: auto;
}
body header ul.menu li.menu-item .sub-menu li a {
  font-size: 12px;
  font-weight: 500;
  line-height: 9px;
  padding: 7px 10px 7px 32px;
  padding: 7px 10px 7px 10px;
  text-transform: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  white-space: normal;
}
body header ul.menu li.menu-item .sub-menu li a .menu-icon {
  position: absolute;
  left: 0;
  top: 7px;
  width: 17px;
  height: auto;
}
body header ul.menu li.menu-item .sub-menu li a .menu-description {
  display: block;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  margin: 5px 0 0;
  color: #000072;
}
body header ul.menu li.menu-item .sub-menu li a:after {
  display: none;
}
body header ul.menu li.menu-item .sub-menu li.current-menu-item a,
body header ul.menu li.menu-item .sub-menu li a:hover {
  color: #F04E58;
}
body header ul.menu li.menu-item:hover .sub-menu {
  display: flex;
}
@media (max-width: 1023px) {
  body header ul.menu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body header ul.menu li.menu-item {
    margin-left: 0;
    margin-bottom: 25px;
  }
  body header ul.menu li.menu-item.btn {
    margin-left: 0;
  }
  body header ul.menu a {
    font-size: 20px;
  }
  body header ul.menu a:last-child {
    margin-bottom: 0;
  }
}
body #footer {
  background-color: #F4F1DE;
  color: #000072;
  padding: 56px 0 0;
  border-top: 1px solid #000072;
}
@media (max-width: 767px) {
  body #footer {
    padding: 40px 0 0;
  }
}
body #footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body #footer .row {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
body #footer .column-logo {
  width: 33.33%;
}
@media (min-width: 631px) {
  body #footer .column-logo .logo img {
    height: 40px;
    width: auto;
  }
}
@media (max-width: 1023px) {
  body #footer .column-logo {
    width: 25%;
  }
}
@media (max-width: 767px) {
  body #footer .column-logo {
    width: 126px;
  }
}
@media (max-width: 630px) {
  body #footer .column-logo {
    width: 100%;
  }
  body #footer .column-logo .logo {
    width: 140px;
    display: block;
    margin: 0 auto 20px;
  }
}
body #footer .column-main {
  width: 66.66%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 8px;
  padding-top: 12px;
}
@media (max-width: 1023px) {
  body #footer .column-main {
    width: 60%;
  }
}
@media (max-width: 767px) {
  body #footer .column-main {
    width: calc(100% - 126px);
    padding-left: 10%;
    padding-top: 0;
  }
}
@media (max-width: 630px) {
  body #footer .column-main {
    padding-left: 0;
    width: 100%;
  }
}
body #footer .column-main .part-left {
  width: 52%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  body #footer .column-main .part-left {
    width: 60%;
  }
}
@media (max-width: 1023px) {
  body #footer .column-main .part-left {
    width: 66%;
  }
}
@media (max-width: 479px) {
  body #footer .column-main .part-left {
    width: 100%;
    justify-content: center;
  }
}
body #footer .column-main .part-left .menu-column {
  width: 50%;
}
body #footer .column-main .part-right {
  width: 48%;
  padding-left: 43px;
}
@media (max-width: 1279px) {
  body #footer .column-main .part-right {
    width: 40%;
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {
  body #footer .column-main .part-right {
    width: 34%;
  }
}
@media (max-width: 479px) {
  body #footer .column-main .part-right {
    width: 100%;
    padding: 30px 0 0;
    text-align: center;
  }
}
body #footer .column-main .btn {
  margin: 18px 0 18px;
}
@media (max-width: 479px) {
  body #footer .column-main .btn {
    margin-bottom: 30px;
  }
}
body #footer .column-main h5 {
  margin: 0 0 7px;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}
body #footer .column-main p {
  font-size: 10px;
  line-height: 12px;
  font-family: "Roboto Mono", monospace;
  width: 50%;
  margin: 0;
}
body #footer .column-main .info-hold {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 479px) {
  body #footer .column-main .info-hold {
    text-align: center;
    align-items: center;
  }
}
body #footer .column-main .info-hold h5 {
  margin: 0 0 15px;
}
body #footer .column-main .menu li a {
  color: #000072;
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
}
body #footer .column-main .menu li a:hover, body #footer .column-main .menu li a:active {
  color: #F04E58;
}
body #footer .footer-bottom {
  border-top: 1px solid #000072;
  margin: 40px 0 0;
  padding: 20px 0;
}
body #footer .footer-bottom p {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: -0.44px;
  margin: 0;
}
@media (max-width: 767px) {
  body #footer .footer-bottom .row > p {
    width: 100%;
    text-align: center;
  }
}
body #footer .footer-bottom .column-copyright {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  body #footer .footer-bottom .column-copyright {
    width: 100%;
    justify-content: center;
    margin: 30px 0 0;
  }
}
body #footer .footer-bottom .column-copyright .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
body #footer .footer-bottom .column-copyright .menu li {
  line-height: 14px;
  position: relative;
  padding-left: 20px;
  color: #000072;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  line-height: 14px;
}
body #footer .footer-bottom .column-copyright .menu li:before {
  content: "|";
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
}
body #footer .footer-bottom .column-copyright .menu li a {
  color: #000072;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: -0.44px;
  text-decoration: underline;
}
body #footer .footer-bottom .column-copyright .menu li a:hover, body #footer .footer-bottom .column-copyright .menu li a:active {
  color: #F04E58;
}
body .section-block .num {
  font-size: 12px;
  line-height: 17px;
  color: #F04E58;
  font-family: "Roboto Mono", monospace;
}
body .section-block h1 {
  font-weight: 200;
  font-family: "Spectral", serif;
  font-size: 80px;
  line-height: 0.95;
  letter-spacing: -2px;
  margin: 0 0 35px;
}
body .section-block h1 em {
  color: #F04E58;
}
@media (max-width: 1279px) {
  body .section-block h1 {
    font-size: 55px;
  }
}
@media (max-width: 1023px) {
  body .section-block h1 {
    font-size: 46px;
    letter-spacing: -1px;
  }
}
body .section-block h2 {
  color: #000072;
  font-weight: 200;
  font-family: "Spectral", serif;
  font-size: 60px;
  line-height: 1.1;
}
@media (max-width: 1279px) {
  body .section-block h2 {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  body .section-block h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  body .section-block h2 {
    font-size: 32px;
  }
}
body .section-block h2 em {
  color: #F04E58;
}
body .section-block h3 {
  color: #000072;
  font-weight: 200;
  font-family: "Spectral", serif;
  font-size: 40px;
  line-height: 1.15;
}
@media (max-width: 1279px) {
  body .section-block h3 {
    font-size: 34px;
  }
}
@media (max-width: 1023px) {
  body .section-block h3 {
    font-size: 25px;
  }
}
body .section-block h3 em {
  color: #F04E58;
}
body .section-block .decor,
body .section-block .decor-custom {
  width: 100%;
  height: 24px;
  position: relative;
  margin: 0 0 94px;
}
@media (max-width: 1023px) {
  body .section-block .decor,
  body .section-block .decor-custom {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  body .section-block .decor,
  body .section-block .decor-custom {
    margin-bottom: 40px;
  }
}
body .section-block .decor {
  background: url("images/decor-center-red.svg") center no-repeat;
  background-size: 25px;
}
body .section-block .decor:before, body .section-block .decor:after {
  content: "";
  display: block;
  width: 12px;
  height: 24px;
  position: absolute;
  top: 0;
}
body .section-block .decor:before {
  background: url("images/decor-left-red.svg") center no-repeat;
  background-size: 100%;
  left: 0;
}
body .section-block .decor:after {
  background: url("images/decor-right-red.svg") center no-repeat;
  background-size: 100%;
  right: 0;
}
body .section-block .decor-custom {
  display: flex;
  justify-content: center;
}
body .section-block .decor-custom svg {
  padding: 0;
}
body .section-block .decor-custom svg:first-child, body .section-block .decor-custom svg:last-child {
  position: absolute;
  top: 0;
}
body .section-block .decor-custom svg:first-child {
  left: 0;
}
body .section-block .decor-custom svg:last-child {
  right: 0;
}
body .section-block.line-top {
  border-top: 1px solid #F04E58;
}
body .section-block.border-bottom .row {
  border-bottom: 1px solid #F04E58;
}
body .section-block.no-border .row {
  border-bottom: none;
}
body .section-block.no-border.tiles-block.bg-blue .tiles:after {
  display: block;
  background-color: #000072;
}
body .section-block.with-borders {
  border-top: 1px solid #F04E58;
  border-bottom: 1px solid #F04E58;
}
body .section-block.no-lines.text-image-block .row .column-image figure:before {
  display: none;
}
body .section-block.no-paddings {
  padding: 0;
}
body .section-block.no-paddings .row {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  body .section-block.no-paddings {
    padding: 20px 0 0;
  }
  body .section-block.no-paddings .row {
    padding-bottom: 20px;
  }
}
body .section-block.no-bottom-padding {
  padding-bottom: 0;
}
body .section-block.no-margins {
  margin: 0;
}
body .section-block.no-margins .decor, body .section-block.no-margins .decor-custom {
  margin-bottom: 0;
}
body .section-block.hide {
  display: none;
}
body .section-block.paint-btn-blue .btn {
  background-color: #000072;
  color: #fff;
}
body .section-block.paint-btn-blue .btn:hover, body .section-block.paint-btn-blue .btn:active {
  background-color: #4e7bff;
}
body .section-block.paint-btn-black .btn {
  background-color: #131628;
  color: #fff;
}
body .section-block.paint-btn-black .btn:hover, body .section-block.paint-btn-black .btn:active {
  background-color: #2454E0;
}
body .decor-line-block {
  padding: 48px 0 0;
}
body .decor-line-block .row {
  width: 100%;
}
body .decor-line-block .decor {
  margin-bottom: 0;
}
body .decor-line-block + .cta-block .row {
  padding-top: 10px;
}
body .main-banner-block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  height: calc(100vh - 62px);
  height: calc(var(--vh, 1vh) * 100 - 62px);
  min-height: 860px;
  justify-content: center;
  position: relative;
}
@media (max-width: 1919px) {
  body .main-banner-block {
    min-height: 800px;
  }
}
@media (max-width: 1279px) {
  body .main-banner-block {
    min-height: 768px;
  }
}
@media (max-width: 767px) {
  body .main-banner-block {
    min-height: 0;
  }
}
body .main-banner-block .hold {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .main-banner-block .hold:before, body .main-banner-block .hold:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
}
body .main-banner-block .hold:before {
  left: 50%;
}
@media (max-width: 767px) {
  body .main-banner-block .hold:before {
    display: none;
  }
}
body .main-banner-block .hold:after {
  background: #000072;
  opacity: 0.3;
}
@media (max-width: 767px) {
  body .main-banner-block .hold:after {
    width: 100%;
  }
}
body .main-banner-block .hold .wrap {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  height: 100%;
}
body .main-banner-block .hold .data {
  width: 50%;
  padding-right: 76px;
}
@media (max-width: 767px) {
  body .main-banner-block .hold .data {
    width: 100%;
    max-width: 600px;
  }
}
body .main-banner-block .hold .data .decor {
  margin: 0 0 30px;
  background-size: 18px;
  height: 18px;
}
body .main-banner-block .hold .data .decor:before, body .main-banner-block .hold .data .decor:after {
  width: 9px;
  height: 18px;
}
body .main-banner-block .hold .data .text-hold {
  max-width: 310px;
  width: 100%;
}
body .main-banner-block .hold .data .text-hold p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  body .main-banner-block .hold .data .text-hold p {
    font-size: 16px;
  }
}
body .main-banner-block .hold .data .next-section {
  width: 100%;
  max-width: 522px;
  height: 18px;
  position: relative;
  margin: 56px 0 0;
}
body .main-banner-block .hold .data .next-section a {
  margin: 0 auto;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 18px;
  height: 18px;
  display: block;
  background: url("images/arrow-btn.svg") no-repeat center;
  background-size: contain;
}
body .main-banner-block .hold .data .next-section:before, body .main-banner-block .hold .data .next-section:after {
  content: "";
  display: block;
  width: 9px;
  height: 18px;
  position: absolute;
  top: 0;
}
body .main-banner-block .hold .data .next-section:before {
  background: url("images/decor-left-red.svg") center no-repeat;
  background-size: 100%;
  left: 0;
}
body .main-banner-block .hold .data .next-section:after {
  background: url("images/decor-right-red.svg") center no-repeat;
  background-size: 100%;
  right: 0;
}
body .main-banner-block .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .main-banner-block .bg img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .main-banner-block .hero-video-block {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .main-banner-block .hero-video-block video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .main-banner-block h1 small {
  font-size: 45px;
}
body .main-banner-block .contact-form-banner {
  padding-top: 40px;
}
body .main-banner-block .contact-form-banner h2 {
  font-size: 25px;
}
body .main-banner-form-block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  height: calc(100vh - 62px);
  height: calc(var(--vh, 1vh) * 100 - 62px);
  min-height: 860px;
  justify-content: center;
  position: relative;
}
@media (max-width: 1919px) {
  body .main-banner-form-block {
    min-height: 800px;
  }
}
@media (max-width: 1279px) {
  body .main-banner-form-block {
    min-height: 768px;
  }
}
@media (max-width: 767px) {
  body .main-banner-form-block {
    min-height: 0;
  }
}
body .main-banner-form-block .hold {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .main-banner-form-block .hold:before, body .main-banner-form-block .hold:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
}
body .main-banner-form-block .hold:before {
  left: 50%;
}
@media (max-width: 767px) {
  body .main-banner-form-block .hold:before {
    display: none;
  }
}
body .main-banner-form-block .hold:after {
  background: #000072;
  opacity: 0.3;
}
@media (max-width: 767px) {
  body .main-banner-form-block .hold:after {
    width: 100%;
  }
}
body .main-banner-form-block .hold .wrap {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  height: 100%;
}
body .main-banner-form-block .hold .data {
  width: 50%;
  padding-right: 76px;
}
@media (max-width: 767px) {
  body .main-banner-form-block .hold .data {
    width: 100%;
    max-width: 600px;
  }
}
body .main-banner-form-block .hold .data .decor {
  margin: 0 0 30px;
  background-size: 18px;
  height: 18px;
}
body .main-banner-form-block .hold .data .decor:before, body .main-banner-form-block .hold .data .decor:after {
  width: 9px;
  height: 18px;
}
body .main-banner-form-block .hold .data .text-hold {
  max-width: 310px;
  width: 100%;
}
body .main-banner-form-block .hold .data .text-hold p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  body .main-banner-form-block .hold .data .text-hold p {
    font-size: 16px;
  }
}
body .main-banner-form-block .hold .data .next-section {
  width: 100%;
  max-width: 522px;
  height: 18px;
  position: relative;
  margin: 56px 0 0;
}
body .main-banner-form-block .hold .data .next-section a {
  margin: 0 auto;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 18px;
  height: 18px;
  display: block;
  background: url("images/arrow-btn.svg") no-repeat center;
  background-size: contain;
}
body .main-banner-form-block .hold .data .next-section:before, body .main-banner-form-block .hold .data .next-section:after {
  content: "";
  display: block;
  width: 9px;
  height: 18px;
  position: absolute;
  top: 0;
}
body .main-banner-form-block .hold .data .next-section:before {
  background: url("images/decor-left-red.svg") center no-repeat;
  background-size: 100%;
  left: 0;
}
body .main-banner-form-block .hold .data .next-section:after {
  background: url("images/decor-right-red.svg") center no-repeat;
  background-size: 100%;
  right: 0;
}
body .main-banner-form-block .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .main-banner-form-block .bg img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .main-banner-form-block .hero-video-block {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .main-banner-form-block .hero-video-block video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .main-banner-form-block .contact-form h3 {
  color: #fff;
}
body .main-text-block {
  padding: 48px 0 0;
}
body .main-text-block.text-center .row {
  align-items: center;
}
body .main-text-block .row {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 39px;
  border-bottom: 1px solid #F04E58;
  width: 100%;
}
body .main-text-block .row .subtitle {
  font-family: "Spectral", serif;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 30px;
  letter-spacing: -0.88px;
}
body .main-text-block .row h1, body .main-text-block .row h2, body .main-text-block .row .text-hold {
  max-width: 66.66%;
}
@media (max-width: 767px) {
  body .main-text-block .row h1, body .main-text-block .row h2, body .main-text-block .row .text-hold {
    max-width: none;
  }
}
body .main-text-block .row h1, body .main-text-block .row h2 {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -2.4px;
}
@media (max-width: 1279px) {
  body .main-text-block .row h1, body .main-text-block .row h2 {
    font-size: 50px;
    letter-spacing: -1.8px;
  }
}
@media (max-width: 1023px) {
  body .main-text-block .row h1, body .main-text-block .row h2 {
    font-size: 38px;
    letter-spacing: -1.4px;
  }
}
@media (max-width: 767px) {
  body .main-text-block .row h1, body .main-text-block .row h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }
}
body .main-text-block .row .btn {
  margin: 40px 0 0;
}
body .main-text-block.bg-blue .row .btn {
  color: #fff;
  background-color: #E07A5F;
}
body .main-text-block.bg-blue .row .btn:hover, body .main-text-block.bg-blue .row .btn:active {
  background-color: #4e7bff;
}
body .text-image-block {
  padding: 39px 0 0;
}
body .text-image-block.full-width .wrap {
  max-width: 100%;
  padding: 0;
}
body .text-image-block.full-width.image-right .row .column-image {
  padding-left: 0;
  padding-right: calc((100% - 1920px) / 2);
}
@media (max-width: 1919px) {
  body .text-image-block.full-width.image-right .row .column-image {
    padding-right: 0;
  }
}
body .text-image-block.full-width.image-right .row .column-data {
  padding-left: calc((100% - 1380px) / 2);
}
@media (max-width: 1379px) {
  body .text-image-block.full-width.image-right .row .column-data {
    padding-left: 20px;
  }
}
@media (max-width: 800px) {
  body .text-image-block.full-width.image-right .row .column-data {
    padding-right: 20px;
  }
}
body .text-image-block.full-width.image-left .row .column-image {
  padding-left: calc((100% - 1920px) / 2);
  padding-right: 0;
}
@media (max-width: 1919px) {
  body .text-image-block.full-width.image-left .row .column-image {
    padding-left: 0;
  }
}
body .text-image-block.full-width.image-left .row .column-data {
  padding-right: calc((100% - 1380px) / 2);
}
@media (max-width: 1379px) {
  body .text-image-block.full-width.image-left .row .column-data {
    padding-right: 20px;
  }
}
@media (max-width: 800px) {
  body .text-image-block.full-width.image-left .row .column-data {
    padding-left: 20px;
  }
}
body .text-image-block.white-bg {
  background-color: #fff;
}
body .text-image-block.dark-bg {
  background-color: #131628;
}
body .text-image-block.dark-bg h3 em {
  color: #fff;
}
body .text-image-block.top-plus .row .column-data .decor-top-plus {
  display: block;
}
body .text-image-block.bottom-plus-arrow .row .column-data .decor-bottom-arrow-plus {
  display: block;
}
body .text-image-block.bottom-plus-arrow .row .column-data .btn {
  float: none;
  width: -moz-max-content;
  width: max-content;
}
body .text-image-block.top-bottom-plus .row .column-data .decor-top-plus,
body .text-image-block.top-bottom-plus .row .column-data .decor-bottom-plus {
  display: block;
}
body .text-image-block.top-bottom-plus .row .column-data .btn {
  float: none;
  width: -moz-max-content;
  width: max-content;
}
body .text-image-block.top-bottom-plus-arrow .row .column-data .decor-top-plus,
body .text-image-block.top-bottom-plus-arrow .row .column-data .decor-bottom-arrow-plus {
  display: block;
}
body .text-image-block.top-bottom-plus-arrow .row .column-data .btn {
  float: none;
  width: -moz-max-content;
  width: max-content;
}
body .text-image-block .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 0 0 39px;
  border-bottom: 1px solid #F04E58;
}
@media (max-width: 800px) {
  body .text-image-block .row {
    flex-direction: column;
  }
}
body .text-image-block .row .column-image {
  width: 66.66%;
  padding-right: 14px;
  box-sizing: border-box;
}
body .text-image-block .row .column-image figure {
  position: relative;
  overflow: hidden;
  /*&:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('images/lines-3.svg') no-repeat center top;
      background-size: cover;
      z-index: 1;
  }*/
}
body .text-image-block .row .column-image figure img {
  width: 100%;
  max-width: none;
  height: auto;
}
body .text-image-block .row .column-image figure svg {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  body .text-image-block .row .column-image {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0;
  }
}
body .text-image-block .row .column-data {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 0 0 36px;
}
@media (max-width: 800px) {
  body .text-image-block .row .column-data {
    width: 100%;
    padding: 0;
  }
}
body .text-image-block .row .column-data.text-color-white {
  color: #fff;
}
body .text-image-block .row .column-data.text-color-white h3 {
  color: #fff;
}
body .text-image-block .row .column-data.text-color-white .btn {
  background-color: #E07A5F;
}
body .text-image-block .row .column-data.text-color-white .btn:hover, body .text-image-block .row .column-data.text-color-white .btn:active {
  background-color: #4e7bff;
}
body .text-image-block .row .column-data .decor {
  display: none;
  height: 24px;
  background-size: 24px;
  background: url("images/decor-center-red.svg") center no-repeat;
}
body .text-image-block .row .column-data .decor:before, body .text-image-block .row .column-data .decor:after {
  content: "";
  display: block;
  width: 12px;
  height: 24px;
  position: absolute;
  top: 0;
}
body .text-image-block .row .column-data .decor:before {
  background: url("images/decor-left-red.svg") center no-repeat;
  background-size: 100%;
  left: 0;
}
body .text-image-block .row .column-data .decor:after {
  background: url("images/decor-right-red.svg") center no-repeat;
  background-size: 100%;
  right: 0;
}
body .text-image-block .row .column-data .decor.decor-top-plus {
  margin: 0 0 40px;
}
body .text-image-block .row .column-data .decor.decor-bottom-plus {
  margin: 40px 0 0;
}
body .text-image-block .row .column-data .decor.decor-bottom-arrow-plus {
  background: url("images/arrow-btn.svg") center no-repeat;
  background-size: 24px;
  margin: 40px 0 0;
}
body .text-image-block .row .column-data .subtitle {
  color: #F04E58;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 25px;
  margin: 0 0 33px;
}
body .text-image-block .row .column-data .text-intro {
  width: 100%;
  margin: 0 auto;
}
body .text-image-block .row .column-data .text-intro h3 {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  body .text-image-block .row .column-data .text-intro h3 {
    margin: 0 0 16px;
  }
}
body .text-image-block .row .column-data .text-intro h1 {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -2.4px;
  font-weight: 200;
}
@media (max-width: 1279px) {
  body .text-image-block .row .column-data .text-intro h1 {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  body .text-image-block .row .column-data .text-intro h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  body .text-image-block .row .column-data .text-intro h1 {
    font-size: 32px;
  }
}
body .text-image-block .row .column-data .text-hold {
  margin: 0 0 28px;
}
body .text-image-block .row .column-data .btn {
  max-width: none;
  float: left;
  width: auto;
}
body .text-image-block.image-right .row {
  flex-direction: row-reverse;
}
@media (max-width: 800px) {
  body .text-image-block.image-right .row {
    flex-direction: column;
  }
}
body .text-image-block.image-right .row .column-image {
  padding-right: 0;
  padding-left: 14px;
}
@media (max-width: 800px) {
  body .text-image-block.image-right .row .column-image {
    margin-bottom: 35px;
    padding-left: 0;
  }
}
body .text-image-block.image-right .row .column-data {
  padding: 0 36px 0 0;
}
@media (max-width: 800px) {
  body .text-image-block.image-right .row .column-data {
    padding: 0;
  }
}
@media (min-width: 801px) {
  body .text-image-block.proportions-equal .row .column-image, body .text-image-block.proportions-equal .row .column-data {
    width: 50%;
  }
}
body .text-image-block.proportions-equal .row .column-data {
  justify-content: center;
}
@media (min-width: 801px) {
  body .text-image-block.proportions-equal.line-between .column-image {
    padding-right: 84px;
    position: relative;
  }
  body .text-image-block.proportions-equal.line-between .column-image:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #F04E58;
  }
  body .text-image-block.proportions-equal.line-between .column-data {
    padding-left: 84px;
  }
  body .text-image-block.proportions-equal.line-between.image-right .column-image {
    padding-right: 0;
    padding-left: 84px;
  }
  body .text-image-block.proportions-equal.line-between.image-right .column-image:after {
    left: 0;
  }
  body .text-image-block.proportions-equal.line-between.image-right .column-data {
    padding-left: 0;
    padding-right: 84px;
  }
}
body .tabs-image-block .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media (max-width: 800px) {
  body .tabs-image-block .row {
    flex-direction: column;
  }
}
body .tabs-image-block .row .column-image {
  width: 50%;
  box-sizing: border-box;
}
body .tabs-image-block .row .column-image figure {
  position: relative;
  height: 100%;
  width: 100%;
}
body .tabs-image-block .row .column-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .tabs-image-block .row .column-image .tabs-images img {
  opacity: 0;
  transition: opacity 300ms;
}
body .tabs-image-block .row .column-image .tabs-images img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .tabs-image-block .row .column-image .tabs-images img.active {
  opacity: 1;
}
@media (max-width: 800px) {
  body .tabs-image-block .row .column-image {
    width: 100%;
    margin-bottom: 35px;
  }
}
body .tabs-image-block .row .column-data {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-content: center;
  padding: 30px 36px 30px 36px;
}
@media (max-width: 800px) {
  body .tabs-image-block .row .column-data {
    width: 100%;
    padding: 0;
  }
}
body .tabs-image-block .row .column-data p + .accordion {
  margin-top: 40px;
}
body .tabs-image-block .row .column-data .accordion {
  text-align: left;
  margin: 0 0 30px 0;
  position: relative;
}
body .tabs-image-block .row .column-data .accordion:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -36px;
  width: 3px;
  height: 100%;
  background: #F04E58;
  opacity: 0.29;
}
body .tabs-image-block .row .column-data .accordion:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F04E58;
  opacity: 0.48;
}
body .tabs-image-block .row .column-data .accordion .ui-state-default,
body .tabs-image-block .row .column-data .accordion .ui-widget-content .ui-state-default,
body .tabs-image-block .row .column-data .accordion .ui-widget-header .ui-state-default {
  position: relative;
  padding: 16px 50px 16px 0;
  cursor: pointer;
}
body .tabs-image-block .row .column-data .accordion .accordion-title {
  position: relative;
  font-family: "Roboto Mono", monospace;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.8px;
  color: #E5FF8C;
  cursor: pointer;
  padding: 30px 56px 28px 0px;
  box-sizing: border-box;
  margin: 0;
}
body .tabs-image-block .row .column-data .accordion .accordion-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5FF8C;
  opacity: 0.48;
}
body .tabs-image-block .row .column-data .accordion .accordion-title:first-child {
  padding-top: 10px;
}
body .tabs-image-block .row .column-data .accordion .accordion-title:first-child:before {
  display: none;
}
body .tabs-image-block .row .column-data .accordion .accordion-title:first-child svg {
  margin-top: -20px;
}
body .tabs-image-block .row .column-data .accordion .accordion-title:after {
  content: "";
  display: block;
  position: absolute;
  left: -36px;
  top: 0;
  height: 0;
  width: 3px;
  background: #F04E58;
  z-index: 1;
  transition: 400ms height;
}
@media (max-width: 1023px) {
  body .tabs-image-block .row .column-data .accordion .accordion-title {
    font-size: 18px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media (max-width: 479px) {
  body .tabs-image-block .row .column-data .accordion .accordion-title {
    font-size: 16px;
    line-height: 23px;
  }
}
body .tabs-image-block .row .column-data .accordion .accordion-title svg {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: rotate(-90deg);
}
body .tabs-image-block .row .column-data .accordion .accordion-title .ui-accordion-header-icon {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -16px;
}
body .tabs-image-block .row .column-data .accordion .accordion-title .ui-accordion-header-icon:before {
  content: "";
  width: 32px;
  height: 32px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  background: none;
  background-size: 23px;
  transform: rotate(-90deg);
}
body .tabs-image-block .row .column-data .accordion .accordion-title.ui-state-active:after {
  height: 100%;
}
body .tabs-image-block .row .column-data .accordion .accordion-title.ui-state-active svg {
  transform: rotate(0deg);
}
body .tabs-image-block .row .column-data .accordion .accordion-title.ui-state-active .ui-accordion-header-icon:before {
  transform: rotate(-180deg);
}
body .tabs-image-block .row .column-data .accordion .accordion-title.ui-state-active + .accordion-content:before {
  height: 100%;
}
body .tabs-image-block .row .column-data .accordion .accordion-content {
  position: relative;
}
body .tabs-image-block .row .column-data .accordion .accordion-content:before {
  content: "";
  display: block;
  position: absolute;
  left: -36px;
  top: 0;
  height: 0;
  width: 3px;
  background: #F04E58;
  z-index: 1;
  transition: 400ms height;
}
body .tabs-image-block .row .column-data .accordion .accordion-content.ui-widget-content {
  box-sizing: border-box;
  padding: 0 0 23px;
}
body .tabs-image-block .row .column-data .accordion .accordion-content p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  margin: 0 0 22px;
}
body .tabs-image-block .row .column-data .accordion .accordion-content p:last-child {
  margin-bottom: 0;
}
body .tabs-image-block .row .column-data .accordion .accordion-content ul {
  padding: 0 0 0 20px;
}
body .tabs-image-block .row .column-data .accordion .accordion-content ul li {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
body .tabs-image-block .row .column-data .accordion .accordion-content a {
  color: #F04E58;
  text-decoration: underline;
}
body .tabs-image-block.head-font-serif .row .column-data .accordion .accordion-title {
  font-size: 40px;
  font-family: "Spectral", serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -1.6px;
  color: #000 !important;
  padding: 11px 56px 11px 0px;
}
body .tabs-image-block.head-font-serif .row .column-data .accordion .accordion-title.ui-state-active {
  color: #F04E58 !important;
  font-style: italic;
}
body .tabs-image-block.image-right .row {
  flex-direction: row-reverse;
}
@media (max-width: 800px) {
  body .tabs-image-block.image-right .row {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  body .tabs-image-block.image-right .row .column-image {
    margin-bottom: 35px;
  }
}
body .tabs-image-block.image-right .row .column-data {
  padding: 30px 36px 30px 36px;
}
@media (max-width: 800px) {
  body .tabs-image-block.image-right .row .column-data {
    padding: 0;
  }
}
body .tabs-image-block + .testimonial-block.section-block {
  margin-top: 65px;
}
body .text-block {
  padding: 52px 0;
}
@media (max-width: 1023px) {
  body .text-block {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  body .text-block {
    padding: 30px 0;
  }
}
body .text-block .text-hold {
  width: 100%;
}
body .text-block .logo {
  width: 220px;
  height: 100px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  body .text-block .logo {
    width: 160px;
    height: 80px;
    margin-bottom: 20px;
  }
}
body .text-block .logo img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body .text-block h1,
body .text-block h2 {
  text-align: center;
}
body .text-block.layout-narrow .wrap {
  max-width: 920px;
}
body .text-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 0 40px;
}
body .text-block ul li {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.32px;
  line-height: 24px;
  position: relative;
  padding: 0 0 0 28px;
  margin: 0 0 20px;
}
@media (max-width: 479px) {
  body .text-block ul li {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 21px;
    margin: 0 0 15px;
  }
}
body .text-block ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 13px;
  background: url("images/icon-checkmark.svg") no-repeat;
  background-size: contain;
}
body .text-block blockquote {
  color: #6d6e70;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.32px;
  line-height: 27px;
  position: relative;
  padding: 0 45px;
  margin: 30px 0 30px 0;
}
@media (max-width: 479px) {
  body .text-block blockquote {
    padding-right: 0;
  }
}
body .text-block blockquote:after {
  content: "";
  display: block;
  position: absolute;
  left: 28px;
  top: 6px;
  height: calc(100% - 12px);
  width: 1px;
}
body .text-with-toc-block {
  padding: 48px 0 0;
}
body .text-with-toc-block .row {
  border-bottom: 1px solid #F04E58;
  padding-bottom: 48px;
  flex-wrap: wrap;
}
body .text-with-toc-block .toc {
  width: 33.33%;
  padding-right: 36px;
}
@media (max-width: 767px) {
  body .text-with-toc-block .toc {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
body .text-with-toc-block .toc .decor {
  height: 12px;
  margin: 0 0 20px;
  background-size: 12px;
}
body .text-with-toc-block .toc .decor:before, body .text-with-toc-block .toc .decor:after {
  width: 6px;
  height: 12px;
}
body .text-with-toc-block .toc .toc-title {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  margin: 0 0 15px;
  color: #F04E58;
}
body .text-with-toc-block .toc ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #F04E58;
}
body .text-with-toc-block .toc ul li {
  margin: 0 0 12px;
}
body .text-with-toc-block .toc ul li a {
  letter-spacing: 0px;
  color: #141628;
}
body .text-with-toc-block .text-hold {
  width: 66.67%;
  padding-left: 36px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body .text-with-toc-block .text-hold {
    width: 100%;
    padding-left: 0;
  }
}
body .text-with-toc-block .text-hold h2, body .text-with-toc-block .text-hold h3, body .text-with-toc-block .text-hold h4 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #F04E58;
}
body .text-with-toc-block .text-hold h2 {
  font-size: 26px;
}
body .text-with-toc-block .text-hold h3 {
  font-size: 22px;
}
body .text-with-toc-block .text-hold h4 {
  font-size: 18px;
}
body .text-with-toc-block .text-hold ul li {
  margin-bottom: 15px;
}
body .text-with-toc-block .text-hold a {
  color: #F04E58;
  text-decoration: underline;
}
body .text-with-steps-block {
  border-bottom: 1px solid #F04E58;
  padding-top: 54px;
}
@media (max-width: 1023px) {
  body .text-with-steps-block {
    padding-top: 34px;
  }
}
@media (max-width: 767px) {
  body .text-with-steps-block {
    padding-top: 15px;
  }
}
body .text-with-steps-block:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000072;
  opacity: 0.6;
}
body .text-with-steps-block .wrap {
  position: relative;
  z-index: 1;
}
body .text-with-steps-block .col-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  justify-content: flex-start;
  color: #fff;
}
@media (max-width: 1279px) {
  body .text-with-steps-block .col-wrap {
    width: 60%;
  }
}
@media (max-width: 1023px) {
  body .text-with-steps-block .col-wrap {
    width: 70%;
  }
}
@media (max-width: 767px) {
  body .text-with-steps-block .col-wrap {
    width: 100%;
  }
}
body .text-with-steps-block h3 {
  color: #fff;
  text-align: center;
}
body .text-with-steps-block .text-hold, body .text-with-steps-block .text-hold p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  body .text-with-steps-block .text-hold, body .text-with-steps-block .text-hold p {
    font-size: 16px;
    line-height: 24px;
  }
}
body .text-with-steps-block .text-hold {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  body .text-with-steps-block .text-hold {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  body .text-with-steps-block .text-hold {
    margin-bottom: 55px;
  }
}
body .text-with-steps-block .list-points {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
body .text-with-steps-block .list-points .list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 50px;
  margin-bottom: 30px;
  position: relative;
}
body .text-with-steps-block .list-points .list-item:before, body .text-with-steps-block .list-points .list-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 39%;
  height: 1px;
  background-color: #F04E58;
  bottom: 0;
}
body .text-with-steps-block .list-points .list-item:before {
  left: 0;
}
body .text-with-steps-block .list-points .list-item:after {
  right: 0;
}
body .text-with-steps-block .list-points .list-item:last-child {
  margin-bottom: 0;
}
body .text-with-steps-block .list-points .list-item .title-item {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body .text-with-steps-block .list-points .list-item .text-item p {
    font-size: 14px;
  }
}
body .text-with-steps-block .list-points .list-item .arrow-btn {
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}
body .text-with-steps-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body .text-with-steps-block .bg img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 767px) {
  body .text-with-steps-block .bg img {
    /*width: 220%;
    max-width: none;
    margin-left: -60%;*/
  }
}
@media (min-width: 2000px) {
  body .text-with-steps-block .bg img {
    width: 100vw;
  }
}
body .two-columns-text {
  padding: 94px 0;
}
@media (max-width: 1023px) {
  body .two-columns-text {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  body .two-columns-text {
    padding: 35px 0;
  }
}
body .two-columns-text.dark-bg {
  background-color: #131628;
  color: #fff;
}
body .two-columns-text.dark-bg h3 {
  color: #fff;
}
body .two-columns-text.dark-bg h3 em {
  color: #fff;
}
body .two-columns-text.dark-bg .btn {
  background-color: #E07A5F;
}
body .two-columns-text.dark-bg .btn:hover, body .two-columns-text.dark-bg .btn:active {
  background-color: #4e7bff;
}
@media (max-width: 800px) {
  body .two-columns-text .row {
    flex-direction: column;
  }
}
body .two-columns-text .column-content {
  width: 50%;
}
@media (max-width: 800px) {
  body .two-columns-text .column-content {
    width: 100%;
  }
}
body .two-columns-text .column-content.column-left {
  padding: 0 36px 0 0;
}
@media (max-width: 800px) {
  body .two-columns-text .column-content.column-left {
    padding: 0;
    margin-bottom: 45px;
  }
}
body .two-columns-text .column-content.column-right {
  padding: 0 0 0 36px;
}
@media (max-width: 800px) {
  body .two-columns-text .column-content.column-right {
    padding: 0;
  }
}
body .two-columns-text .column-content.top-plus .decor-top-plus {
  display: block;
}
body .two-columns-text .column-content.bottom-plus .decor-bottom-plus {
  display: block;
}
body .two-columns-text .column-content.bottom-plus-arrow .decor-bottom-arrow-plus {
  display: block;
}
body .two-columns-text .column-content.bottom-plus-arrow .btn {
  float: none;
  width: -moz-max-content;
  width: max-content;
}
body .two-columns-text .column-content.top-bottom-plus .decor-top-plus,
body .two-columns-text .column-content.top-bottom-plus .decor-bottom-plus {
  display: block;
}
body .two-columns-text .column-content.top-bottom-plus .btn {
  float: none;
  width: -moz-max-content;
  width: max-content;
}
body .two-columns-text .column-content .subtitle {
  width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
}
body .two-columns-text .column-content h3 {
  margin: 0 0 30px;
}
body .two-columns-text .column-content .btn {
  max-width: none;
  float: left;
  width: auto;
  margin-top: 28px;
}
body .two-columns-text .column-content .decor {
  display: none;
  height: 24px;
  background-size: 24px;
  background: url("images/decor-center-red.svg") center no-repeat;
}
body .two-columns-text .column-content .decor:before, body .two-columns-text .column-content .decor:after {
  content: "";
  display: block;
  width: 12px;
  height: 24px;
  position: absolute;
  top: 0;
}
body .two-columns-text .column-content .decor:before {
  background: url("images/decor-left-red.svg") center no-repeat;
  background-size: 100%;
  left: 0;
}
body .two-columns-text .column-content .decor:after {
  background: url("images/decor-right-red.svg") center no-repeat;
  background-size: 100%;
  right: 0;
}
body .two-columns-text .column-content .decor.decor-top-plus {
  margin: 0 0 40px;
}
body .two-columns-text .column-content .decor.decor-bottom-plus {
  margin: 40px 0 0;
}
body .two-columns-text .column-content .decor.decor-bottom-arrow-plus {
  background: url("images/arrow-btn.svg") center no-repeat;
  background-size: 24px;
  margin: 40px 0 0;
}
body .two-columns-with-points {
  padding: 94px 0;
}
@media (max-width: 1023px) {
  body .two-columns-with-points {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  body .two-columns-with-points {
    padding: 35px 0;
  }
}
@media (max-width: 800px) {
  body .two-columns-with-points .row {
    flex-direction: column;
  }
}
body .two-columns-with-points .column-content {
  width: 50%;
}
@media (max-width: 800px) {
  body .two-columns-with-points .column-content {
    width: 100%;
  }
}
body .two-columns-with-points .column-content.column-left {
  padding: 0 36px 0 0;
}
@media (max-width: 800px) {
  body .two-columns-with-points .column-content.column-left {
    padding: 0;
    margin-bottom: 45px;
  }
}
body .two-columns-with-points .column-content.column-right {
  padding: 0 0 0 36px;
}
@media (max-width: 800px) {
  body .two-columns-with-points .column-content.column-right {
    padding: 0;
  }
}
body .two-columns-with-points .column-content .column-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 45px;
}
body .two-columns-with-points .column-content .column-data.text-color-white {
  color: #fff;
}
body .two-columns-with-points .column-content .column-data.text-color-white h3 {
  color: #fff;
}
body .two-columns-with-points .column-content .column-data.text-color-white .btn {
  background-color: #2454E0;
}
body .two-columns-with-points .column-content .column-data.text-color-white .btn:hover, body .two-columns-with-points .column-content .column-data.text-color-white .btn:active {
  background-color: #4e7bff;
}
body .two-columns-with-points .column-content .column-data .decor {
  height: 24px;
  background-size: 24px;
  background: url("images/decor-center-red.svg") center no-repeat;
}
body .two-columns-with-points .column-content .column-data .decor:before, body .two-columns-with-points .column-content .column-data .decor:after {
  content: "";
  display: block;
  width: 12px;
  height: 24px;
  position: absolute;
  top: 0;
}
body .two-columns-with-points .column-content .column-data .decor:before {
  background: url("images/decor-left-red.svg") center no-repeat;
  background-size: 100%;
  left: 0;
}
body .two-columns-with-points .column-content .column-data .decor:after {
  background: url("images/decor-right-red.svg") center no-repeat;
  background-size: 100%;
  right: 0;
}
body .two-columns-with-points .column-content .column-data .decor.decor-top-plus {
  margin: 0 0 40px;
}
body .two-columns-with-points .column-content .column-data .decor.decor-bottom-plus {
  margin: 40px 0 0;
}
body .two-columns-with-points .column-content .column-data .decor.decor-bottom-arrow-plus {
  background: url("images/arrow-btn.svg") center no-repeat;
  background-size: 24px;
  margin: 40px 0 0;
}
body .two-columns-with-points .column-content .column-data .subtitle {
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 25px;
  margin: 0 0 33px;
}
body .two-columns-with-points .column-content .column-data .text-intro {
  width: 100%;
  margin: 0 auto;
}
body .two-columns-with-points .column-content .column-data .text-intro h3 {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  body .two-columns-with-points .column-content .column-data .text-intro h3 {
    margin: 0 0 16px;
  }
}
body .two-columns-with-points .column-content .column-data .text-intro h1 {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -2.4px;
  font-weight: 200;
}
@media (max-width: 1279px) {
  body .two-columns-with-points .column-content .column-data .text-intro h1 {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  body .two-columns-with-points .column-content .column-data .text-intro h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  body .two-columns-with-points .column-content .column-data .text-intro h1 {
    font-size: 32px;
  }
}
body .two-columns-with-points .column-content .column-data .text-hold {
  margin: 0 0 28px;
}
body .two-columns-with-points .column-content .column-data .btn {
  max-width: none;
  float: left;
  width: auto;
}
body .two-columns-with-points .column-content .testimonial {
  background-color: #131628;
  padding: 40px 25px 40px 0;
  position: relative;
}
body .two-columns-with-points .column-content .testimonial:before {
  content: "";
  display: block;
  width: 1000%;
  height: 100%;
  background-color: #131628;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 800px) {
  body .two-columns-with-points .column-content .testimonial {
    padding: 40px 0;
  }
  body .two-columns-with-points .column-content .testimonial:before {
    right: 50%;
    transform: translateX(50%);
  }
}
body .two-columns-with-points .column-content .testimonial blockquote {
  margin: 0 0 18px;
  padding: 0;
  font-weight: 200;
  font-family: "Spectral", serif;
  font-size: 35px;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #fff;
  position: relative;
  z-index: 3;
}
@media (max-width: 1279px) {
  body .two-columns-with-points .column-content .testimonial blockquote {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  body .two-columns-with-points .column-content .testimonial blockquote {
    font-size: 20px;
  }
}
body .two-columns-with-points .column-content .testimonial .author {
  font-weight: 400;
  font-size: 15px;
  color: #F04E58;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
body .two-columns-with-points .column-content .testimonial .author .photo {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #F04E58;
  width: 68px;
  height: 68px;
  margin-right: 24px;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  body .two-columns-with-points .column-content .testimonial .author .photo {
    width: 50px;
    height: 50px;
    margin-right: 14px;
  }
}
@media (max-width: 1023px) {
  body .two-columns-with-points .column-content .testimonial .author {
    font-size: 12px;
  }
}
body .two-columns-with-points .column-content .list-points {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
body .two-columns-with-points .column-content .list-points .list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 50px;
  margin-bottom: 30px;
  position: relative;
}
body .two-columns-with-points .column-content .list-points .list-item:before, body .two-columns-with-points .column-content .list-points .list-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 39%;
  height: 1px;
  background-color: #F04E58;
  bottom: 0;
}
body .two-columns-with-points .column-content .list-points .list-item:before {
  left: 0;
}
body .two-columns-with-points .column-content .list-points .list-item:after {
  right: 0;
}
body .two-columns-with-points .column-content .list-points .list-item:last-child {
  margin-bottom: 0;
}
body .two-columns-with-points .column-content .list-points .list-item:last-child:before, body .two-columns-with-points .column-content .list-points .list-item:last-child:after {
  display: none;
}
body .two-columns-with-points .column-content .list-points .list-item:last-child .arrow-btn {
  display: none;
}
body .two-columns-with-points .column-content .list-points .list-item .title-item {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body .two-columns-with-points .column-content .list-points .list-item .text-item p {
    font-size: 14px;
  }
}
body .two-columns-with-points .column-content .list-points .list-item .arrow-btn {
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}
body .contact-block {
  padding-top: 80px;
}
@media (max-width: 1023px) {
  body .contact-block {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  body .contact-block {
    padding-top: 40px;
  }
}
body .contact-block .row {
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
body .contact-block .form-hold {
  max-width: 850px;
  width: 100%;
}
body .contact-block .form-hold .subtitle {
  font-family: "Spectral", serif;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 30px;
  letter-spacing: -0.88px;
  text-align: center;
}
body .contact-block .form-hold h1, body .contact-block .form-hold h2 {
  text-align: center;
  letter-spacing: -2.4px;
  margin: 0 0 40px;
}
body .contact-block .form-hold .text-hold {
  text-align: center;
  margin: 0 auto 30px;
}
body .contact-block .form-hold .gform_wrapper.gravity-theme {
  margin: 0 auto;
  max-width: 680px;
}
body .contact-block .form-hold .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}
body .contact-block .form-hold form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
body .contact-block .form-hold form .gfield {
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 767px) {
  body .contact-block .form-hold form .gfield {
    margin-bottom: 15px;
  }
}
body .contact-block .form-hold form .gfield.gfield_error input:not([type=submit]), body .contact-block .form-hold form .gfield.gfield_error select {
  border: 0;
  border-bottom: 1px solid red;
}
body .contact-block .form-hold form input:not([type=submit]), body .contact-block .form-hold form select, body .contact-block .form-hold form textarea {
  background: #fff;
  border: none;
  border-radius: 8px;
  color: #000072;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px !important;
  padding: 5px 10px !important;
}
body .contact-block .form-hold form select {
  background: #fff;
}
body .contact-block .form-hold form .gfield_required {
  display: none;
}
body .contact-block .form-hold form #field_2_10 {
  margin-top: 9px;
}
body .contact-block .form-hold form .gfield_label {
  color: #F04E58;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 9px;
  text-transform: uppercase;
}
body .contact-block .form-hold form .ginput_container_select {
  position: relative;
}
body .contact-block .form-hold form .ginput_container_select:before {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.59375 0.5L5.59375 5.5L10.9062 0.5' stroke='black' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 15px;
  right: 8px;
  z-index: -1;
}
body .contact-block .form-hold form textarea {
  height: 128px !important;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
}
body .contact-block .form-hold form select option.gf_placeholder {
  color: rgba(0, 0, 0, 0.5);
}
body .contact-block .form-hold form .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
}
body .contact-block .form-hold form .gfield_checkbox .gchoice {
  width: 30%;
  margin: 0 58px 10px 0;
  position: relative;
}
body .contact-block .form-hold form .gfield_checkbox .gchoice input {
  display: block;
  position: absolute !important;
  left: -9999em !important;
}
body .contact-block .form-hold form .gfield_checkbox .gchoice label {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16px;
  letter-spacing: -0.48px;
  position: relative;
  padding-right: 21px;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  width: 100%;
  max-width: none;
}
body .contact-block .form-hold form .gfield_checkbox .gchoice label:before, body .contact-block .form-hold form .gfield_checkbox .gchoice label:after {
  content: "";
  display: block;
  position: absolute;
}
body .contact-block .form-hold form .gfield_checkbox .gchoice label:before {
  width: 12px;
  height: 12px;
  border: 1px solid #000072;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 4px;
  background: #fff;
}
body .contact-block .form-hold form .gfield_checkbox .gchoice label:after {
  width: 0;
  height: 0;
  border-bottom: 0px solid #2454E0;
  border-right: 0px solid #2454E0;
  position: absolute;
  right: 2px;
  top: 4px;
  transition: 200ms all ease-in-out;
  opacity: 0;
}
body .contact-block .form-hold form .gfield_checkbox .gchoice input:checked + label:after {
  width: 2px;
  height: 9px;
  right: 4px;
  top: 5px;
  opacity: 1;
  border-bottom-width: 2px;
  border-right-width: 2px;
  transform: rotate(45deg);
  border-color: #000072;
}
body .contact-block .form-hold form .gform_footer {
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: center;
}
body .contact-block .form-hold form [type=submit] {
  width: -moz-max-content;
  width: max-content;
  background: #000072;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-top: 25px;
  position: relative;
  transition: all 0.3s;
  border-radius: 20px;
  min-width: 125px;
  padding: 5px 18px;
}
body .contact-block .form-hold form [type=submit]:hover {
  background-color: #F04E58;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  body .contact-block .form-hold form [type=submit] {
    margin-top: 10px;
  }
}
body .cta-block .row {
  padding: 74px 0 88px;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
@media (max-width: 767px) {
  body .cta-block .row {
    padding: 60px 0;
  }
}
@media (max-width: 479px) {
  body .cta-block .row {
    padding: 50px 0;
  }
}
body .cta-block h3 {
  margin: 0 0 20px;
}
body .cta-block.bg-blue .btn {
  color: #fff;
  background-color: #E07A5F;
}
body .cta-block.bg-blue .btn:hover, body .cta-block.bg-blue .btn:active {
  background-color: #4e7bff;
}
body .cta-block + .case-studie-featured-block:before {
  content: "";
  display: block;
  max-width: 1360px;
  margin: -48px auto 48px;
  width: 100%;
  height: 1px;
  background: #F04E58;
}
body .features-block:last-child {
  margin-bottom: -1px;
}
body .features-block .features {
  display: flex;
  flex-wrap: wrap;
}
body .features-block .features .item {
  width: 50%;
  border-bottom: 1px solid #E5FF8C;
  padding: 45px 0;
}
@media (max-width: 767px) {
  body .features-block .features .item {
    width: 100%;
  }
}
@media (max-width: 479px) {
  body .features-block .features .item {
    padding: 30px 0;
  }
}
body .features-block .features .item .hold {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 15px 30px;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  body .features-block .features .item .hold {
    padding: 12px 24px;
  }
}
@media (max-width: 479px) {
  body .features-block .features .item .hold {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  body .features-block .features .item .hold {
    padding: 0;
  }
}
body .features-block .features .item:nth-child(2n+1) .hold {
  border-right: 1px solid #E5FF8C;
}
@media (max-width: 767px) {
  body .features-block .features .item:nth-child(2n+1) .hold {
    border-right: none;
  }
}
body .features-block .features .item:nth-child(2n+1) .hold {
  padding-left: 0;
}
body .features-block .features .item:nth-child(2n) .hold {
  padding-right: 0;
}
body .features-block .features .item .icon {
  width: 150px;
  width: 75px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  body .features-block .features .item .icon {
    width: 134px;
    width: 67px;
  }
}
body .features-block .features .item .data {
  width: calc(100% - 150px);
  width: calc(100% - 75px);
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  body .features-block .features .item .data {
    padding-right: 25px;
    width: calc(100% - 134px);
    width: calc(100% - 67px);
  }
}
body .features-block .features .item .data .subtitle {
  font-size: 17px;
  line-height: 24px;
  font-family: "Roboto Mono", monospace;
  color: #F04E58;
  text-transform: uppercase;
  margin: 0 0 12px;
}
body .features-block .features .item .data h4 {
  margin: 0;
}
body .features-block .features .item .data .btn {
  min-width: 142px;
  margin-top: 10px;
}
body .intro-text-block {
  padding: 80px 0 0;
}
@media (max-width: 1023px) {
  body .intro-text-block {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  body .intro-text-block {
    padding-top: 40px;
  }
}
body .intro-text-block .row {
  flex-wrap: wrap;
  border-bottom: 1px solid #F04E58;
  padding-bottom: 80px;
  width: 100%;
}
@media (max-width: 1023px) {
  body .intro-text-block .row {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  body .intro-text-block .row {
    padding-bottom: 40px;
  }
}
body .intro-text-block .column-sub {
  width: 33.33%;
}
body .intro-text-block .column-sub .subtitle {
  font-size: 22px;
  font-family: "Spectral", serif;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 1279px) {
  body .intro-text-block .column-sub .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  body .intro-text-block .column-sub .subtitle {
    font-size: 18px;
  }
}
body .intro-text-block .column-main {
  width: 66.66%;
  padding-left: 18px;
}
body .intro-text-block .column-main h2 {
  margin: 0;
}
body .intro-text-block.bg-blue .btn {
  color: #fff;
  background-color: #E07A5F;
}
body .intro-text-block.bg-blue .btn:hover, body .intro-text-block.bg-blue .btn:active {
  background-color: #4e7bff;
}
body .intro-text-block.smaller h2 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 767px) {
  body .intro-text-block.smaller h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  body .intro-text-block.smaller h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
body .logo-slider-block {
  padding: 110px 0;
}
@media (max-width: 1279px) {
  body .logo-slider-block {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  body .logo-slider-block {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  body .logo-slider-block {
    padding: 40px 0;
  }
}
body .logo-slider-block .logo-slider {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  body .logo-slider-block .logo-slider {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
body .logo-slider-block .logo-slider .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 479px) {
  body .logo-slider-block .logo-slider .slide {
    padding: 15px;
  }
}
@media (max-width: 1400px) {
  body .logo-slider-block .logo-slider .slide img {
    height: 40px;
    width: auto;
  }
}
@media (max-width: 479px) {
  body .logo-slider-block .logo-slider .slide img {
    height: 26px;
  }
}
body .subscription-form-block {
  background: #F4F1DE;
  color: #000072;
  padding: 54px 0;
}
body .subscription-form-block .row {
  flex-wrap: wrap;
}
body .subscription-form-block .decor {
  margin-bottom: 75px;
}
body .subscription-form-block .column-sub {
  width: 33.33%;
}
body .subscription-form-block .column-sub .subtitle {
  font-size: 22px;
  font-family: "Spectral", serif;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 1279px) {
  body .subscription-form-block .column-sub .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  body .subscription-form-block .column-sub .subtitle {
    font-size: 18px;
  }
}
body .subscription-form-block .column-main {
  width: 50%;
  padding-left: 8px;
}
@media (max-width: 767px) {
  body .subscription-form-block .column-main {
    width: 66.66%;
  }
}
body .subscription-form-block.section-block .column-main h3 {
  margin: 10px 0 30px;
}
body .subscription-form-block .column-socials {
  width: 16.66%;
  padding-top: 24px;
}
@media (max-width: 767px) {
  body .subscription-form-block .column-socials {
    padding-top: 0;
    width: 100%;
  }
}
body .subscription-form-block .column-socials .socials {
  display: flex;
  justify-content: flex-end;
}
body .subscription-form-block .column-socials .socials a {
  display: block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 26px;
}
body .subscription-form-block .column-socials .socials a.linkedin {
  width: 25px;
  height: 24px;
  background: url("images/icon-linkedin.svg") no-repeat;
  background-size: contain;
}
body .subscription-form-block .column-socials .socials a.email {
  width: 28px;
  height: 24px;
  background: url("images/icon-email.svg") no-repeat;
  background-size: contain;
}
body .subscription-form-block .form-newsletter {
  width: 100%;
  margin-bottom: 35px;
  max-width: 394px;
}
@media (max-width: 1023px) {
  body .subscription-form-block .form-newsletter {
    margin-bottom: 0;
  }
}
body .subscription-form-block .form-newsletter form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
body .subscription-form-block .form-newsletter .gfield {
  grid-column: 1/-1 !important;
}
body .subscription-form-block .form-newsletter input:not(.gform_button):not(.gform-button) {
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000072;
  line-height: 24px;
  font-size: 13px;
  font-family: "acumin-pro", sans-serif;
  padding: 12px 15px;
  border-radius: 60px;
}
body .subscription-form-block .form-newsletter input::-moz-placeholder {
  color: #BBBBBB;
}
body .subscription-form-block .form-newsletter input::placeholder {
  color: #BBBBBB;
}
body .subscription-form-block .form-newsletter .gform_footer {
  padding: 11px 0;
}
body .subscription-form-block .form-newsletter .gform_button.button,
body .subscription-form-block .form-newsletter .gform-button.button {
  max-width: 97px;
  width: 100%;
  height: 30px;
  background-color: #F04E58;
  border: none;
  color: #F4F1DE;
  line-height: 14px;
  transition: all 0.3s;
  font-size: 13px;
  font-weight: 600;
  font-family: "acumin-pro", sans-serif;
  padding: 2px 16px;
}
body .subscription-form-block .form-newsletter .gform_button.button:hover,
body .subscription-form-block .form-newsletter .gform-button.button:hover {
  background-color: #fff;
  transition: all 0.3s;
}
body .testimonial-block {
  position: relative;
}
body .testimonial-block .hold {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .testimonial-block .hold:before, body .testimonial-block .hold:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
}
@media (max-width: 767px) {
  body .testimonial-block .hold:before {
    display: none;
  }
}
body .testimonial-block .hold:after {
  left: 50%;
  background: #000072;
  opacity: 0.3;
}
@media (max-width: 767px) {
  body .testimonial-block .hold:after {
    left: 0;
    width: 100%;
  }
}
body .testimonial-block .hold .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 2;
  height: 100%;
}
body .testimonial-block .hold .data {
  width: 50%;
  padding: 90px 66px 90px 90px;
}
@media (max-width: 1279px) {
  body .testimonial-block .hold .data {
    padding: 40px 40px 40px 60px;
  }
}
@media (max-width: 767px) {
  body .testimonial-block .hold .data {
    padding: 40px 30px;
    width: 100%;
  }
}
body .testimonial-block .hold .data .decor-custom,
body .testimonial-block .hold .data .decor {
  margin: 30px 0;
  height: 18px;
}
@media (max-width: 1023px) {
  body .testimonial-block .hold .data .decor-custom,
  body .testimonial-block .hold .data .decor {
    margin: 22px 0;
  }
}
body .testimonial-block .hold .data .decor {
  background-size: 18px;
}
body .testimonial-block .hold .data .decor:before, body .testimonial-block .hold .data .decor:after {
  width: 9px;
  height: 18px;
}
body .testimonial-block .hold .data .decor-custom svg {
  height: 18px;
  width: auto;
}
body .testimonial-block .hold .data blockquote {
  margin: 0 0 18px;
  padding: 0;
  font-weight: 200;
  font-family: "Spectral", serif;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #fff;
}
@media (max-width: 1279px) {
  body .testimonial-block .hold .data blockquote {
    font-size: 34px;
  }
}
@media (max-width: 1023px) {
  body .testimonial-block .hold .data blockquote {
    font-size: 26px;
  }
}
body .testimonial-block .hold .data .author {
  font-weight: 400;
  font-size: 15px;
  color: #F04E58;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
body .testimonial-block .hold .data .author .photo {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #F04E58;
  width: 68px;
  height: 68px;
  margin-right: 24px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  body .testimonial-block .hold .data .author .photo {
    width: 50px;
    height: 50px;
    margin-right: 14px;
  }
}
@media (max-width: 1023px) {
  body .testimonial-block .hold .data .author {
    font-size: 12px;
  }
}
body .testimonial-block .bg {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  body .testimonial-block .bg img {
    width: 220%;
    max-width: none;
    margin-left: -60%;
  }
}
@media (min-width: 2000px) {
  body .testimonial-block .bg img {
    width: 100vw;
  }
}
body .testimonial-block .darkbg {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  left: 50%;
  background: #131628;
  opacity: 0;
  transform: translateX(100vw);
  transition-timing-function: ease-out;
}
@media (max-width: 767px) {
  body .testimonial-block .darkbg {
    left: 0;
    width: 100%;
  }
}
body .testimonial-block .darkbg.aos-animate {
  transform: translateX(0);
  opacity: 0.3;
}
body .testimonial-block.text-left .wrap {
  align-items: flex-start;
}
body .testimonial-block.text-left .darkbg {
  left: 0;
  transform: translateX(-100vw);
}
body .testimonial-block.text-left .darkbg.aos-animate {
  transform: translateX(0);
}
body .testimonial-block.text-left .hold:after {
  left: 0;
}
body .testimonial-block.text-left .lines-general-custom {
  left: 50%;
}
body .testimonial-block + .intro-text-block {
  padding-top: 178px;
}
@media (max-width: 1279px) {
  body .testimonial-block + .intro-text-block {
    padding-top: 100px;
  }
}
body .tiles-block .wrap {
  overflow: hidden;
}
body .tiles-block.bg-blue .tiles:after {
  display: none;
}
body .tiles-block:last-child.bg-blue .tiles:after {
  display: block;
  background-color: #000072;
}
body .tiles-block .tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -28px;
  position: relative;
  width: calc(100% + 56px);
}
body .tiles-block .tiles:after {
  content: "";
  display: block;
  position: absolute;
  background: #F4F1DE;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  z-index: 1;
}
body .tiles-block .tiles.only-two .item {
  width: 50%;
}
@media (max-width: 539px) {
  body .tiles-block .tiles.only-two .item {
    width: 100%;
  }
}
body .tiles-block .tiles.only-two .item:last-child .hold:after {
  display: none;
}
body .tiles-block .tiles .item {
  width: 33.33%;
  padding: 32px 28px 0;
}
@media (max-width: 767px) {
  body .tiles-block .tiles .item {
    width: 50%;
  }
}
@media (max-width: 540px) {
  body .tiles-block .tiles .item {
    width: 100%;
  }
}
body .tiles-block .tiles .item .hold {
  border-bottom: 1px solid #E5FF8C;
  padding: 0 0 30px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .tiles-block .tiles .item .hold:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -28px;
  height: calc(100% - 30px);
  width: 1px;
  background: #E5FF8C;
}
body .tiles-block .tiles .item:nth-child(3n) .hold:after {
  display: none;
}
body .tiles-block .tiles .item figure {
  margin: 0 0 24px;
}
body .tiles-block .tiles .item .data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 540px) {
  body .tiles-block .tiles .item .data {
    min-height: 0;
  }
}
body .tiles-block .tiles .item .data .subtitle {
  color: #F04E58;
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace;
  margin: 0 0 16px;
}
body .tiles-block .tiles .item .data h4 {
  font-weight: 200;
  font-size: 24px;
  line-height: 26px;
  font-family: "Spectral", serif;
  margin: 10px 0 10px;
  letter-spacing: -0.35px;
}
body .tiles-block .tiles .item .data p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  flex: 1;
  margin: 0 0 20px;
}
body .tiles-block .tiles .item .data .btn {
  margin: 14px 0 0;
}
body .tiles-block + .testimonial-block {
  border-top: 1px solid #E5FF8C;
  border-bottom: 1px solid #E5FF8C;
  margin-top: -1px;
  z-index: 1;
}
body .stats-block {
  text-align: center;
  padding: 20px 0 96px;
  /*+ .tabs-image-block {
      margin-top: 20px; 
     .wrap .row {
          padding-top: 65px;
          border-top: 1px solid $accent_color;
      }
  }*/
}
body .stats-block .wrap {
  align-items: center;
}
body .stats-block .text-hold {
  max-width: 800px;
  margin: 0 auto 40px;
}
body .stats-block .stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}
body .stats-block .stats .item {
  width: 33.33%;
}
@media (max-width: 700px) {
  body .stats-block .stats .item {
    width: 100%;
  }
}
body .stats-block .stats .item:not(:last-child) {
  border-right: 1px solid #F04E58;
}
@media (max-width: 700px) {
  body .stats-block .stats .item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #F04E58;
  }
}
body .stats-block .stats .item .hold {
  padding: 0 40px;
}
@media (max-width: 700px) {
  body .stats-block .stats .item .hold {
    padding: 30px 0;
  }
}
body .stats-block .stats .item .number-value {
  color: #F04E58;
  font-family: "Spectral", serif;
  font-style: italic;
  font-size: 60px;
  line-height: 1;
  margin: 0 0 10px;
}
body .stats-block .stats .item .number-value .value {
  letter-spacing: -2.4px;
}
body .stats-block .stats .item .number-value .sign {
  font-size: 40%;
}
body .stats-block .stats .item .icon {
  min-height: 60px;
  width: 100%;
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
}
body .stats-block .stats .item .icon img {
  width: auto;
  height: 60px;
}
body .stats-block .stats .item h4 {
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.68px;
  margin: 0;
}
body .stats-block .btn {
  min-width: 160px;
  margin-top: 80px;
}
body .title-with-bg-block {
  text-align: center;
}
body .title-with-bg-block.text-color-white h2 {
  color: #fff;
}
body .title-with-bg-block .wrap {
  justify-content: center;
  align-items: center;
  height: 605px;
}
body .title-with-bg-block figure {
  position: absolute;
  top: 80px;
  height: calc(100% - 160px);
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .title-with-bg-block figure img {
  height: 100%;
  width: auto;
}
body .title-with-bg-block h2 {
  position: relative;
  z-index: 1;
}
body .post-item {
  margin-bottom: 52px;
}
body .post-item:last-child {
  margin-bottom: 0;
}
body .post-item:last-child .hold {
  padding-bottom: 0;
}
body .post-item:last-child .hold:after {
  display: none;
}
body .post-item .category {
  color: #688cf4;
  font-family: "Roboto Mono", monospace;
  letter-spacing: -0.56px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 7px;
}
body .post-item .title {
  font-family: "Spectral", serif;
  font-size: 30px;
  line-height: 1.17;
  letter-spacing: -1.2px;
  font-weight: 600;
  color: #000072;
  display: block;
  margin: 0 0 2px;
}
body .post-item .meta {
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  color: #000072;
  margin: 0 0 16px;
}
body .post-item .excerpt p {
  font-size: 14px;
  line-height: 1.43;
}
body .post-item figure {
  width: 305px;
}
@media (max-width: 1023px) {
  body .post-item figure {
    width: 190px;
  }
}
@media (max-width: 579px) {
  body .post-item figure {
    width: 100%;
  }
}
body .post-item .hold {
  display: flex;
  position: relative;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
body .post-item .hold:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  opacity: 0.5;
  background-color: #2554e0;
  position: absolute;
  bottom: 0;
  left: 0;
}
body .post-item .data {
  padding-left: 34px;
  width: calc(100% - 305px);
  padding-top: 14px;
}
@media (max-width: 1023px) {
  body .post-item .data {
    padding-left: 25px;
    width: calc(100% - 190px);
  }
}
@media (max-width: 579px) {
  body .post-item .data {
    padding-left: 0;
    width: 100%;
  }
}
body .post-item.item-small {
  margin-bottom: 17px;
}
body .post-item.item-small .category {
  margin-bottom: 10px;
}
body .post-item.item-small figure {
  width: 112px;
}
@media (max-width: 1023px) {
  body .post-item.item-small figure {
    width: 100px;
  }
}
body .post-item.item-small .title {
  font-size: 19px;
  line-height: 1;
  letter-spacing: -0.76px;
  margin: 0 0 10px;
}
body .post-item.item-small .meta {
  margin-bottom: 0;
}
body .post-item.item-small .data {
  padding-left: 26px;
  width: calc(100% - 112px);
}
@media (max-width: 1023px) {
  body .post-item.item-small .data {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}
body .post-item.item-small .hold {
  padding-bottom: 18px;
}
body .post-item.item-small:last-child {
  margin-bottom: 0;
}
body .post-item.item-small:last-child .hold {
  padding-bottom: 0;
}
body .posts-featured-block {
  margin: 48px 0 32px;
}
body .posts-featured-block .row {
  padding-bottom: 22px;
  border-bottom: 1px solid #F04E58;
}
body .posts-featured-block .posts-featured {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
body .posts-featured-block .posts-featured .column {
  padding: 0 10px;
}
body .posts-featured-block .posts-featured .column:first-child {
  width: 68%;
}
@media (max-width: 1023px) {
  body .posts-featured-block .posts-featured .column:first-child {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body .posts-featured-block .posts-featured .column:first-child .post-item .hold .data {
    padding: 28px 28px;
  }
  body .posts-featured-block .posts-featured .column:first-child .post-item .hold .data .title {
    max-width: 350px;
    letter-spacing: -1.2px;
    font-size: 30px;
    line-height: 35px;
  }
  body .posts-featured-block .posts-featured .column:first-child .post-item .hold .data .meta {
    margin: 0;
  }
}
body .posts-featured-block .posts-featured .column:last-child {
  width: 32%;
}
@media (max-width: 1023px) {
  body .posts-featured-block .posts-featured .column:last-child {
    width: calc(100% + 24px);
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
  }
  body .posts-featured-block .posts-featured .column:last-child .post-item {
    width: 50%;
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  body .posts-featured-block .posts-featured .column:last-child .post-item {
    width: 100%;
  }
}
body .posts-featured-block .posts-featured .post-item {
  margin: 0 0 20px;
}
body .posts-featured-block .posts-featured .post-item .hold {
  position: relative;
  padding: 0;
}
body .posts-featured-block .posts-featured .post-item .hold:after {
  display: none;
}
body .posts-featured-block .posts-featured .post-item .hold figure {
  width: 100%;
}
body .posts-featured-block .posts-featured .post-item .hold .data {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(20, 22, 40, 0), rgba(20, 22, 40, 0.58) 51%, #141628);
  color: #fff;
  padding: 22px 14px;
}
body .posts-featured-block .posts-featured .post-item .hold .data .category {
  margin: 0 0 5px;
}
body .posts-featured-block .posts-featured .post-item .hold .data .title {
  color: #fff;
  font-size: 25px;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 600;
  font-family: "Spectral", serif;
  margin: 0 0 3px;
  display: block;
}
body .posts-featured-block .posts-featured .post-item .hold .data .meta {
  color: #fff;
}
body .posts-2-columns-block {
  margin: 0 0 34px;
}
body .posts-2-columns-block h3 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -1.2px;
  color: #fff;
  background: #000072;
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  box-sizing: border-box;
  font-weight: 600;
}
body .posts-2-columns-block .posts-grid {
  padding: 26px;
}
body .posts-2-columns-block .row {
  margin: 0 -10px;
  flex-wrap: wrap;
}
body .posts-2-columns-block .column-left {
  width: 68%;
  padding: 0 10px;
}
@media (max-width: 1023px) {
  body .posts-2-columns-block .column-left {
    width: 60%;
  }
}
@media (max-width: 767px) {
  body .posts-2-columns-block .column-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
body .posts-2-columns-block .column-left .hold {
  background: #fff;
  height: 100%;
}
body .posts-2-columns-block .column-right {
  width: 32%;
  padding: 0 10px;
}
@media (max-width: 1023px) {
  body .posts-2-columns-block .column-right {
    width: 40%;
  }
}
@media (max-width: 767px) {
  body .posts-2-columns-block .column-right {
    width: 100%;
  }
}
body .posts-2-columns-block .column-right .hold {
  background: #fff;
  height: 100%;
}
body .posts-2-columns-block .column-right .posts-grid {
  padding-left: 14px;
  padding-right: 14px;
}
body .posts-2-columns-block.no-side .column-left {
  width: 100%;
}
body .posts-with-subscribe-block {
  margin: 0 0 32px;
}
body .posts-with-subscribe-block .row {
  margin: 0 -10px;
  flex-wrap: wrap;
}
body .posts-with-subscribe-block .column-subscribe {
  width: 32%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  body .posts-with-subscribe-block .column-subscribe {
    width: 100%;
  }
}
body .posts-with-subscribe-block .column-posts {
  width: 68%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  body .posts-with-subscribe-block .column-posts {
    width: 100%;
  }
}
body .posts-with-subscribe-block .column-posts .posts-grid {
  background: #fff;
  padding: 29px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  body .posts-with-subscribe-block .column-posts .posts-grid {
    padding: 24px;
  }
}
body .posts-with-subscribe-block .column-posts .posts-grid .post-item.item-small {
  margin-bottom: 32px;
}
@media (min-width: 640px) {
  body .posts-with-subscribe-block .column-posts .posts-grid .post-item.item-small {
    width: 48%;
    margin-right: 2%;
  }
  body .posts-with-subscribe-block .column-posts .posts-grid .post-item.item-small:nth-child(2n) {
    margin-left: 2%;
    margin-right: 0;
  }
  body .posts-with-subscribe-block .column-posts .posts-grid .post-item.item-small:last-child .hold {
    padding-bottom: 22px;
  }
  body .posts-with-subscribe-block .column-posts .posts-grid .post-item.item-small:last-child .hold:after {
    display: block;
  }
}
@media (max-width: 639px) {
  body .posts-with-subscribe-block .column-posts .posts-grid .post-item.item-small {
    width: 100%;
  }
}
body .posts-with-subscribe-block .column-posts .posts-grid .post-item.item-small .hold {
  padding-bottom: 22px;
}
body .full-subscription-hold {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  body .full-subscription-hold {
    padding: 28px;
  }
}
body .full-subscription-hold:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  background: #000072;
}
body .full-subscription-hold .bg {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-size: cover;
  opacity: 0.83;
}
body .full-subscription-hold:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 320px;
  z-index: -1;
  background: transparent linear-gradient(0deg, rgba(20, 22, 40, 0) 0%, rgba(20, 22, 40, 0.5843137255) 51%, #141628 100%) 0% 0% no-repeat padding-box;
}
body .full-subscription-hold .subtitle {
  text-align: center;
  letter-spacing: -0.56px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #F04E58;
  font-family: "Roboto Mono", monospace;
  margin: 0 0 24px;
}
body .full-subscription-hold h3 {
  letter-spacing: -1.36px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 66px;
}
body .full-subscription-hold .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 10px;
}
body .full-subscription-hold .gform_wrapper.gravity-theme input:not([type=submit]), body .full-subscription-hold .gform_wrapper.gravity-theme select, body .full-subscription-hold .gform_wrapper.gravity-theme textarea {
  background: #fff;
  border: none;
  border-radius: 9px;
  color: #688CF4;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 14px;
  line-height: 143% !important;
  letter-spacing: -0.56px;
  padding: 5px 11px !important;
}
body .full-subscription-hold .gform_wrapper.gravity-theme .gform_footer {
  margin: 15px 0 0;
  justify-content: center;
}
body .full-subscription-hold .gform_wrapper.gravity-theme .gform_footer .button {
  min-width: 182px;
  background-color: #2454E0;
  font-size: 14px;
}
body .full-subscription-hold .gform_wrapper.gravity-theme .gform_footer .button:hover, body .full-subscription-hold .gform_wrapper.gravity-theme .gform_footer .button:active {
  background-color: #4e7bff;
}
body .case-studie-featured-block {
  padding: 39px 0 0;
}
body .case-studie-featured-block .wrap {
  overflow: hidden;
}
body .case-studie-featured-block .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 0 0 39px;
  margin: 0 -28px;
}
@media (max-width: 800px) {
  body .case-studie-featured-block .row {
    margin: 0;
  }
}
body .case-studie-featured-block .row:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 28px;
  height: 1px;
  width: calc(100% - 56px);
  background: #F04E58;
}
@media (max-width: 800px) {
  body .case-studie-featured-block .row:after {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 800px) {
  body .case-studie-featured-block .row {
    flex-direction: column;
  }
}
body .case-studie-featured-block .row .column-image {
  width: 66.66%;
  padding: 0 28px;
  box-sizing: border-box;
}
body .case-studie-featured-block .row .column-image figure {
  position: relative;
}
@media (max-width: 800px) {
  body .case-studie-featured-block .row .column-image {
    width: 100%;
    margin-bottom: 35px;
    padding: 0;
  }
}
body .case-studie-featured-block .row .column-data {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 28px;
}
@media (max-width: 800px) {
  body .case-studie-featured-block .row .column-data {
    width: 100%;
    padding: 0;
  }
}
body .case-studie-featured-block .row .column-data .data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body .case-studie-featured-block .row .column-data .meta-hold {
  margin: 0 0 15px;
  display: flex;
  justify-content: flex-start;
}
body .case-studie-featured-block .row .column-data .meta-hold .subtitle {
  color: #F04E58;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 25px;
  margin: 0 36px 5px 0;
  font-weight: 400;
}
body .case-studie-featured-block .row .column-data .meta-hold .sectors {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
}
body .case-studie-featured-block .row .column-data .meta-hold .sectors li {
  border-width: 1px;
  border-style: solid;
  color: #fff;
  border-radius: 10px;
  font-size: 10px;
  line-height: 12px;
  padding: 4px 8px;
  margin: 0 5px 5px 0;
  white-space: nowrap;
}
body .case-studie-featured-block .row .column-data h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: -1.2px;
  margin: 0 0 20px;
}
body .case-studie-featured-block .row .column-data .text-hold {
  margin: 0 0 25px;
}
body .case-studie-featured-block .row .column-data .text-hold p {
  font-size: 14px;
  line-height: 20px;
}
body .case-studie-featured-block .row .column-data .btn {
  min-width: 160px;
}
@media (min-width: 801px) {
  body .case-studie-featured-block.image-right .row {
    flex-direction: row-reverse;
  }
}
body .case-studies-tiles-block .wrap {
  overflow: hidden;
}
body .case-studies-tiles-block .tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -28px;
  position: relative;
  width: calc(100% + 56px);
}
body .case-studies-tiles-block .tiles:after {
  content: "";
  display: block;
  position: absolute;
  background: #F4F1DE;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  z-index: 1;
}
body .case-studies-tiles-block .tiles .item {
  width: 33.33%;
  padding: 32px 28px 0;
}
@media (max-width: 767px) {
  body .case-studies-tiles-block .tiles .item {
    width: 50%;
  }
}
@media (max-width: 540px) {
  body .case-studies-tiles-block .tiles .item {
    width: 100%;
  }
}
body .case-studies-tiles-block .tiles .item .hold {
  border-bottom: 1px solid #F04E58;
  padding: 0 0 30px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .case-studies-tiles-block .tiles .item .hold:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -28px;
  height: calc(100% - 30px);
  width: 1px;
  background: #F04E58;
}
body .case-studies-tiles-block .tiles .item:nth-child(3n) .hold:after {
  display: none;
}
body .case-studies-tiles-block .tiles .item figure {
  margin: 0 0 12px;
}
body .case-studies-tiles-block .tiles .item .data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
body .case-studies-tiles-block .tiles .item .data .meta {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0 0 6px;
}
body .case-studies-tiles-block .tiles .item .data .meta .date {
  letter-spacing: 0px;
  color: #1E1E1E;
  font-size: 10px;
  line-height: 22px;
}
body .case-studies-tiles-block .tiles .item .data .meta .sectors {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
body .case-studies-tiles-block .tiles .item .data .meta .sectors li {
  border-width: 1px;
  border-style: solid;
  color: #fff;
  border-radius: 10px;
  font-size: 10px;
  line-height: 12px;
  padding: 4px 8px;
  margin: 0 0 5px 5px;
}
body .case-studies-tiles-block .tiles .item .data .subtitle {
  color: #F04E58;
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace;
  margin: 0 0 7px;
  font-weight: 400;
}
body .case-studies-tiles-block .tiles .item .data h4 {
  font-weight: 200;
  font-size: 24px;
  line-height: 26px;
  font-family: "Spectral", serif;
  margin: 10px 0 10px;
  letter-spacing: -0.35px;
}
body .case-studies-tiles-block .tiles .item .data p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  flex: 1;
  margin: 0 0 20px;
}
body .case-studies-tiles-block .tiles .item .data .btn {
  margin: 0;
  min-width: 160px;
}
body .single-post .article-body .section-grid {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 20px;
}
body .single-post .article-body .section-grid .index .index-menu {
  position: sticky;
  top: 80px;
}
body .single-post {
  padding: 44px 0 50px;
}
body .single-post .page-hold {
  background: #fff;
  padding: 30px 40px;
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  body .single-post .page-hold {
    padding: 20px 30px;
  }
}
body .single-post .page-hold .article-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body .single-post .page-hold .article-heading {
    margin: -20px -30px 30px;
  }
}
body .single-post .page-hold .article-heading:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #BECDF8;
  bottom: -20px;
  left: 0;
  position: absolute;
}
@media (max-width: 767px) {
  body .single-post .page-hold .article-heading:before {
    display: none;
  }
}
body .single-post .page-hold .article-heading .data-hold {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
body .single-post .page-hold .article-heading .data-hold h1 {
  color: #fff;
}
body .single-post .page-hold .article-heading:after {
  content: "";
  display: block;
  position: absolute;
  background: transparent linear-gradient(180deg, rgba(20, 22, 40, 0) 0%, rgba(20, 22, 40, 0.5843137255) 51%, #141628 100%) 0% 0% no-repeat padding-box;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 66%;
  z-index: 1;
}
body .single-post .page-hold .article-heading figure img {
  max-width: none;
  width: 100%;
  height: auto;
}
body .single-post .page-hold .article-heading figure .mobile {
  display: none;
}
@media (max-width: 639px) {
  body .single-post .page-hold .article-heading figure .desktop {
    display: none;
  }
  body .single-post .page-hold .article-heading figure .mobile {
    display: block;
  }
}
body .single-post .page-hold .article-body .row {
  padding-bottom: 48px;
  flex-wrap: wrap;
}
body .single-post .page-hold .article-body .toc {
  width: 33.33%;
  padding-right: 36px;
}
@media (max-width: 767px) {
  body .single-post .page-hold .article-body .toc {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
body .single-post .page-hold .article-body .toc .decor {
  height: 12px;
  margin: 0 0 20px;
  background-size: 12px;
}
body .single-post .page-hold .article-body .toc .decor:before, body .single-post .page-hold .article-body .toc .decor:after {
  width: 6px;
  height: 12px;
}
body .single-post .page-hold .article-body .toc .toc-title {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  margin: 0 0 15px;
  color: #2554e0;
}
body .single-post .page-hold .article-body .toc ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #BECDF8;
}
body .single-post .page-hold .article-body .toc ul li {
  margin: 0 0 12px;
}
body .single-post .page-hold .article-body .toc ul li a {
  letter-spacing: 0px;
  color: #141628;
}
body .single-post .page-hold .article-body .toc ul li a:hover {
  color: #2554e0;
}
body .single-post .page-hold .article-body .toc + .content {
  width: 66.67%;
  padding-left: 36px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body .single-post .page-hold .article-body .toc + .content {
    width: 100%;
    padding-left: 0;
  }
}
body .single-post .page-hold .article-body h1 {
  font-size: 48px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  body .single-post .page-hold .article-body h1 {
    font-size: 24px;
  }
}
body .single-post .page-hold .article-body .content h2, body .single-post .page-hold .article-body .content h3, body .single-post .page-hold .article-body .content h4 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
body .single-post .page-hold .article-body .content h2 {
  font-size: 20px;
}
body .single-post .page-hold .article-body .content h3 {
  font-size: 18px;
}
body .single-post .page-hold .article-body .content h4 {
  font-size: 16px;
}
body .single-post .related-posts {
  background: #fff;
  padding: 0 20px 20px;
  box-sizing: border-box;
}
body .single-post .related-posts > h3 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -1.2px;
  color: #fff;
  background: #000072;
  width: calc(100% + 40px);
  margin: 0 -20px 20px;
  padding: 6px 14px;
  box-sizing: border-box;
}
body .single-post .related-posts .row {
  margin: 0 -10px;
  flex-wrap: wrap;
}
body .single-post .related-posts .column-subscribe {
  width: 32%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  body .single-post .related-posts .column-subscribe {
    width: 100%;
  }
}
body .single-post .related-posts .column-posts {
  width: 68%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  body .single-post .related-posts .column-posts {
    width: 100%;
  }
}
body .single-post .related-posts .column-posts .posts-grid {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  body .single-post .related-posts .column-posts .posts-grid {
    padding: 20px 0 0;
  }
}
body .single-post .related-posts .column-posts .posts-grid .post-item.item-small {
  margin-bottom: 32px;
}
@media (min-width: 640px) {
  body .single-post .related-posts .column-posts .posts-grid .post-item.item-small {
    width: 48%;
    margin-right: 2%;
  }
  body .single-post .related-posts .column-posts .posts-grid .post-item.item-small:nth-child(2n) {
    margin-left: 2%;
    margin-right: 0;
  }
  body .single-post .related-posts .column-posts .posts-grid .post-item.item-small:last-child .hold {
    padding-bottom: 22px;
  }
  body .single-post .related-posts .column-posts .posts-grid .post-item.item-small:last-child .hold:after {
    display: block;
  }
}
@media (max-width: 639px) {
  body .single-post .related-posts .column-posts .posts-grid .post-item.item-small {
    width: 100%;
  }
}
body .single-post .related-posts .column-posts .posts-grid .post-item.item-small .hold {
  padding-bottom: 22px;
}
body .main-banner-block .hold:before, body .main-banner-block .hold:after {
  display: none;
}
body .main-banner-block .hold .data .decor,
body .main-banner-block .hold .next-section,
body .main-banner-block .hold .lines-general {
  display: none;
}
body .intro-text-block:not(.bg-blue) .decor-custom {
  display: none;
}
body .intro-text-block:not(.bg-blue) .row {
  border-bottom: none;
}
body .intro-text-block.bg-blue .decor-custom {
  opacity: 0;
}
body .text-image-block .row {
  border-bottom: none;
}
body .text-image-block .row .column-image figure svg {
  display: none;
}
body .features-block .features .item {
  border: none;
}
body .features-block .features .item:nth-child(2n+1) .hold {
  border: none;
}
body .tiles-block .tiles .item .hold {
  border-bottom-color: #F4F1DE;
}
body .tiles-block .tiles .item .hold:after {
  background-color: #F4F1DE;
}
body .tiles-block .tiles .item .data .tiles-footer .icon-logo {
  display: none !important;
}
body .testimonial-block .decor-custom {
  display: none;
}
body .testimonial-block .lines-general-custom {
  display: none;
}

body .main-banner-block .hold:after {
  opacity: 0.6;
}
body .bg-blue {
  background-color: #3D405B;
  color: #F4F1DE;
}
body .bg-blue h2, body .bg-blue h3 {
  color: #F4F1DE;
}
body .bg-blue .btn {
  background-color: #E07A5F;
  color: #F4F1DE;
}
body .bg-blue .btn:hover {
  background-color: #2454E0;
  color: #fff;
}
body .bg-blue .tiles-footer .icon-logo {
  display: block !important;
}
body .bg-blue svg {
  padding: 25px 0 0;
}
body .bg-blue.intro-text-block .row {
  border-bottom-color: #F4F1DE;
}
body .tiles-block .tiles .item:hover {
  transition: box-shadow 0.3s ease;
}
body .tiles-block .tiles .item:hover img {
  box-shadow: 0px 10px 20px rgba(224, 122, 95, 0.5);
}
body .tiles-block .tiles .item .data .tiles-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .tiles-block .tiles .item .data .tiles-footer .icon-logo {
  display: none;
}
body .tiles-block.bg-blue .tiles .item .data .subtitle {
  color: #E07A5F;
}
body .video-block {
  background-color: #000072;
}
body .video-block .video-hold {
  position: relative;
  width: 100vw;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
body .video-block .video-hold iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body .bg img {
  width: 100vw;
  height: auto;
}

/* lines animation */
.lines-general,
.lines-general-custom {
  position: absolute;
  visibility: hidden;
  top: 0;
  width: 50%;
  height: 100%;
}

.lines-general-custom svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lines-general-custom.lines-right {
  -webkit-clip-path: circle(0% at 0 0);
          clip-path: circle(0% at 0 0);
  transform-origin: 0 0;
  transition: visibility 2s ease-out, -webkit-clip-path 2s ease-out;
  transition: clip-path 2s ease-out, visibility 2s ease-out;
  transition: clip-path 2s ease-out, visibility 2s ease-out, -webkit-clip-path 2s ease-out;
}
.lines-general-custom.lines-right.aos-animate, .lines-general-custom.lines-right.animate-circle {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
  visibility: visible;
}
.lines-general-custom.lines-left {
  -webkit-clip-path: circle(0% at 100% 0);
          clip-path: circle(0% at 100% 0);
  transform-origin: 100% 0;
  transition: visibility 2s ease-out, -webkit-clip-path 2s ease-out;
  transition: clip-path 2s ease-out, visibility 2s ease-out;
  transition: clip-path 2s ease-out, visibility 2s ease-out, -webkit-clip-path 2s ease-out;
}
.lines-general-custom.lines-left.aos-animate, .lines-general-custom.lines-left.animate-circle {
  -webkit-clip-path: circle(150% at 100% 0);
          clip-path: circle(150% at 100% 0);
  visibility: visible;
}
.lines-general-custom.lines-both-sides {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  transform-origin: 100% 0;
  transition: visibility 2s ease-out, -webkit-clip-path 2s ease-out;
  transition: clip-path 2s ease-out, visibility 2s ease-out;
  transition: clip-path 2s ease-out, visibility 2s ease-out, -webkit-clip-path 2s ease-out;
}
.lines-general-custom.lines-both-sides.aos-animate, .lines-general-custom.lines-both-sides.animate-circle {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
  visibility: visible;
}

.lines-general.lines-right {
  left: 50%;
  background: url("images/lines-1.svg") no-repeat right top;
  background-size: cover;
  -webkit-clip-path: circle(0% at 0 0);
          clip-path: circle(0% at 0 0);
  transform-origin: 0 0;
  transition: visibility 2s ease-out, -webkit-clip-path 2s ease-out;
  transition: clip-path 2s ease-out, visibility 2s ease-out;
  transition: clip-path 2s ease-out, visibility 2s ease-out, -webkit-clip-path 2s ease-out;
}
.lines-general.lines-right.animate-circle-right {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
  visibility: visible;
}
.lines-general.lines-left {
  left: 0;
  background: url("images/lines-2.svg") no-repeat right top;
  background-size: cover;
  -webkit-clip-path: circle(0% at 100% 0);
          clip-path: circle(0% at 100% 0);
  transform-origin: 100% 0;
  transition: visibility 2s ease-out, -webkit-clip-path 2s ease-out;
  transition: clip-path 2s ease-out, visibility 2s ease-out;
  transition: clip-path 2s ease-out, visibility 2s ease-out, -webkit-clip-path 2s ease-out;
}
.lines-general.lines-left.animate-circle-left {
  -webkit-clip-path: circle(150% at 100% 0);
          clip-path: circle(150% at 100% 0);
  visibility: visible;
}

@media (max-width: 767px) {
  .lines-right {
    display: none;
  }
  .lines-left {
    display: none;
  }
}
/* text animation */
.typing-effect {
  opacity: 0;
}
.typing-effect em {
  font-style: italic;
}

/* logos */
:root {
  --logos-width: 100vw;
  --logos-height: 20vh;
  --logos-elements-displayed: 5;
  --logos-element-width: calc(var(--logos-width) / var(--logos-elements-displayed));
  --logos-animation-duration: calc(var(--logos-elements) * 3s);
}

body .logo-slider-block {
  padding: 50px 0;
}

.logos-container {
  width: var(--logos-width);
  height: var(--logos-height);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.logos-container:after, .logos-container:before {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}
.logos-container:before {
  left: 0;
  background: linear-gradient(to right, #c6b492 0%, transparent 100%);
}
.logos-container:after {
  right: 0;
  background: linear-gradient(to left, #c6b492 0%, transparent 100%);
}

.bg-blue .logos-container:before {
  background: linear-gradient(to right, #3D405B 0%, transparent 100%);
}
.bg-blue .logos-container:after {
  background: linear-gradient(to left, #3D405B 0%, transparent 100%);
}

.logos-slider {
  text-align: center;
  transition-timing-function: linear;
}
.logos-slider li {
  height: 70px;
}
@media (max-width: 768px) {
  .logos-slider li {
    height: 50px;
  }
}
.logos-slider li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 600px) {
  html {
    font-size: 12px;
  }
  :root {
    --logos-width: 100vw;
    --logos-height: 16vh;
    --logos-elements-displayed: 3;
  }
  .logos-container:before, .logos-container:after {
    width: 5rem;
  }
}
/* logos */