
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/* @import url("https://fonts.googleapis.com/css2?family=Gilroy:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
  }

  .container{
    max-width: 1260px !important;
  }
  
  body {
    margin: 0
  }
  
  article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
  }
  
  audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
  }
  
  audio:not([controls]) {
    display: none;
    height: 0
  }
  
  [hidden], template {
    display: none
  }
  
  a {
    background-color: transparent
  }
  
  a:active, a:hover {
    outline: 0
  }
  
  abbr[title] {
    border-bottom: 1px dotted
  }
  
  b, strong {
    font-weight: bold
  }
  
  dfn {
    font-style: italic
  }
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0
  }
  
  mark {
    background: #ff0;
    color: #000
  }
  
  small {
    font-size: 80%
  }
  
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
  }
  
  sup {
    top: -0.5em
  }
  
  sub {
    bottom: -0.25em
  }
  
  img {
    border: 0
  }
  
  svg:not(:root) {
    overflow: hidden
  }
  
  figure {
    margin: 1em 40px
  }
  
  hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
  }
  
  pre {
    overflow: auto
  }
  
  code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
  }
  
  button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
  }
  
  button {
    overflow: visible
  }
  
  button, select {
    text-transform: none
  }
  
  button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
  }
  
  button[disabled], html input[disabled] {
    cursor: default
  }
  
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
  }
  
  input {
    line-height: normal
  }
  
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
  }
  
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
  }
  
  input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
  }
  
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
  }
  
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
  }
  
  legend {
    border: 0;
    padding: 0
  }
  
  textarea {
    overflow: auto
  }
  
  optgroup {
    font-weight: bold
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0
  }
  
  td, th {
    padding: 0
  }
  
  .is-visible {
    display: block !important
  }
  
  .is-hidden {
    display: none !important
  }
  
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 71.25rem;
    margin: 0 auto
  }
  
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 100%;
    margin: 0 auto
  }
  
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto
  }
  
  .grid-x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
  
  .cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%
  }
  
  .cell.auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
  }
  
  .cell.shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  
  .grid-x>.auto {
    width: auto
  }
  
  .grid-x>.shrink {
    width: auto
  }
  
  .grid-x>.small-shrink, .grid-x>.small-full, .grid-x>.small-1, .grid-x>.small-2, .grid-x>.small-3, .grid-x>.small-4, .grid-x>.small-5, .grid-x>.small-6, .grid-x>.small-7, .grid-x>.small-8, .grid-x>.small-9, .grid-x>.small-10, .grid-x>.small-11, .grid-x>.small-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  
  @media print, screen and (min-width: 40em) {
    .grid-x>.medium-shrink, .grid-x>.medium-full, .grid-x>.medium-1, .grid-x>.medium-2, .grid-x>.medium-3, .grid-x>.medium-4, .grid-x>.medium-5, .grid-x>.medium-6, .grid-x>.medium-7, .grid-x>.medium-8, .grid-x>.medium-9, .grid-x>.medium-10, .grid-x>.medium-11, .grid-x>.medium-12 {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .grid-x>.large-shrink, .grid-x>.large-full, .grid-x>.large-1, .grid-x>.large-2, .grid-x>.large-3, .grid-x>.large-4, .grid-x>.large-5, .grid-x>.large-6, .grid-x>.large-7, .grid-x>.large-8, .grid-x>.large-9, .grid-x>.large-10, .grid-x>.large-11, .grid-x>.large-12 {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto
    }
  }
  
  .grid-x>.small-1, .grid-x>.small-2, .grid-x>.small-3, .grid-x>.small-4, .grid-x>.small-5, .grid-x>.small-6, .grid-x>.small-7, .grid-x>.small-8, .grid-x>.small-9, .grid-x>.small-10, .grid-x>.small-11, .grid-x>.small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  
  .grid-x>.small-1 {
    width: 8.33333%
  }
  
  .grid-x>.small-2 {
    width: 16.66667%
  }
  
  .grid-x>.small-3 {
    width: 25%
  }
  
  .grid-x>.small-4 {
    width: 33.33333%
  }
  
  .grid-x>.small-5 {
    width: 41.66667%
  }
  
  .grid-x>.small-6 {
    width: 50%
  }
  
  .grid-x>.small-7 {
    width: 58.33333%
  }
  
  .grid-x>.small-8 {
    width: 66.66667%
  }
  
  .grid-x>.small-9 {
    width: 75%
  }
  
  .grid-x>.small-10 {
    width: 83.33333%
  }
  
  .grid-x>.small-11 {
    width: 91.66667%
  }
  
  .grid-x>.small-12 {
    width: 100%
  }
  
  @media print, screen and (min-width: 40em) {
    .grid-x>.medium-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      width: auto
    }
  
    .grid-x>.medium-shrink, .grid-x>.medium-1, .grid-x>.medium-2, .grid-x>.medium-3, .grid-x>.medium-4, .grid-x>.medium-5, .grid-x>.medium-6, .grid-x>.medium-7, .grid-x>.medium-8, .grid-x>.medium-9, .grid-x>.medium-10, .grid-x>.medium-11, .grid-x>.medium-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto
    }
  
    .grid-x>.medium-shrink {
      width: auto
    }
  
    .grid-x>.medium-1 {
      width: 8.33333%
    }
  
    .grid-x>.medium-2 {
      width: 16.66667%
    }
  
    .grid-x>.medium-3 {
      width: 25%
    }
  
    .grid-x>.medium-4 {
      width: 33.33333%
    }
  
    .grid-x>.medium-5 {
      width: 41.66667%
    }
  
    .grid-x>.medium-6 {
      width: 50%
    }
  
    .grid-x>.medium-7 {
      width: 58.33333%
    }
  
    .grid-x>.medium-8 {
      width: 66.66667%
    }
  
    .grid-x>.medium-9 {
      width: 75%
    }
  
    .grid-x>.medium-10 {
      width: 83.33333%
    }
  
    .grid-x>.medium-11 {
      width: 91.66667%
    }
  
    .grid-x>.medium-12 {
      width: 100%
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .grid-x>.large-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      width: auto
    }
  
    .grid-x>.large-shrink, .grid-x>.large-1, .grid-x>.large-2, .grid-x>.large-3, .grid-x>.large-4, .grid-x>.large-5, .grid-x>.large-6, .grid-x>.large-7, .grid-x>.large-8, .grid-x>.large-9, .grid-x>.large-10, .grid-x>.large-11, .grid-x>.large-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto
    }
  
    .grid-x>.large-shrink {
      width: auto
    }
  
    .grid-x>.large-1 {
      width: 8.33333%
    }
  
    .grid-x>.large-2 {
      width: 16.66667%
    }
  
    .grid-x>.large-3 {
      width: 25%
    }
  
    .grid-x>.large-4 {
      width: 33.33333%
    }
  
    .grid-x>.large-5 {
      width: 41.66667%
    }
  
    .grid-x>.large-6 {
      width: 50%
    }
  
    .grid-x>.large-7 {
      width: 58.33333%
    }
  
    .grid-x>.large-8 {
      width: 66.66667%
    }
  
    .grid-x>.large-9 {
      width: 75%
    }
  
    .grid-x>.large-10 {
      width: 83.33333%
    }
  
    .grid-x>.large-11 {
      width: 91.66667%
    }
  
    .grid-x>.large-12 {
      width: 100%
    }
  }
  
  .grid-margin-x:not(.grid-x)>.cell {
    width: auto
  }
  
  .grid-margin-y:not(.grid-y)>.cell {
    height: auto
  }
  
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem
  }
  
  .grid-margin-x>.cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem
  }
  
  .grid-margin-x>.auto {
    width: auto
  }
  
  .grid-margin-x>.shrink {
    width: auto
  }
  
  .grid-margin-x>.small-1 {
    width: calc(8.33333% - 1.875rem)
  }
  
  .grid-margin-x>.small-2 {
    width: calc(16.66667% - 1.875rem)
  }
  
  .grid-margin-x>.small-3 {
    width: calc(25% - 1.875rem)
  }
  
  .grid-margin-x>.small-4 {
    width: calc(33.33333% - 1.875rem)
  }
  
  .grid-margin-x>.small-5 {
    width: calc(41.66667% - 1.875rem)
  }
  
  .grid-margin-x>.small-6 {
    width: calc(50% - 1.875rem)
  }
  
  .grid-margin-x>.small-7 {
    width: calc(58.33333% - 1.875rem)
  }
  
  .grid-margin-x>.small-8 {
    width: calc(66.66667% - 1.875rem)
  }
  
  .grid-margin-x>.small-9 {
    width: calc(75% - 1.875rem)
  }
  
  .grid-margin-x>.small-10 {
    width: calc(83.33333% - 1.875rem)
  }
  
  .grid-margin-x>.small-11 {
    width: calc(91.66667% - 1.875rem)
  }
  
  .grid-margin-x>.small-12 {
    width: calc(100% - 1.875rem)
  }
  
  @media print, screen and (min-width: 40em) {
    .grid-margin-x>.medium-auto {
      width: auto
    }
  
    .grid-margin-x>.medium-shrink {
      width: auto
    }
  
    .grid-margin-x>.medium-1 {
      width: calc(8.33333% - 1.875rem)
    }
  
    .grid-margin-x>.medium-2 {
      width: calc(16.66667% - 1.875rem)
    }
  
    .grid-margin-x>.medium-3 {
      width: calc(25% - 1.875rem)
    }
  
    .grid-margin-x>.medium-4 {
      width: calc(33.33333% - 1.875rem)
    }
  
    .grid-margin-x>.medium-5 {
      width: calc(41.66667% - 1.875rem)
    }
  
    .grid-margin-x>.medium-6 {
      width: calc(50% - 1.875rem)
    }
  
    .grid-margin-x>.medium-7 {
      width: calc(58.33333% - 1.875rem)
    }
  
    .grid-margin-x>.medium-8 {
      width: calc(66.66667% - 1.875rem)
    }
  
    .grid-margin-x>.medium-9 {
      width: calc(75% - 1.875rem)
    }
  
    .grid-margin-x>.medium-10 {
      width: calc(83.33333% - 1.875rem)
    }
  
    .grid-margin-x>.medium-11 {
      width: calc(91.66667% - 1.875rem)
    }
  
    .grid-margin-x>.medium-12 {
      width: calc(100% - 1.875rem)
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .grid-margin-x>.large-auto {
      width: auto
    }
  
    .grid-margin-x>.large-shrink {
      width: auto
    }
  
    .grid-margin-x>.large-1 {
      width: calc(8.33333% - 1.875rem)
    }
  
    .grid-margin-x>.large-2 {
      width: calc(16.66667% - 1.875rem)
    }
  
    .grid-margin-x>.large-3 {
      width: calc(25% - 1.875rem)
    }
  
    .grid-margin-x>.large-4 {
      width: calc(33.33333% - 1.875rem)
    }
  
    .grid-margin-x>.large-5 {
      width: calc(41.66667% - 1.875rem)
    }
  
    .grid-margin-x>.large-6 {
      width: calc(50% - 1.875rem)
    }
  
    .grid-margin-x>.large-7 {
      width: calc(58.33333% - 1.875rem)
    }
  
    .grid-margin-x>.large-8 {
      width: calc(66.66667% - 1.875rem)
    }
  
    .grid-margin-x>.large-9 {
      width: calc(75% - 1.875rem)
    }
  
    .grid-margin-x>.large-10 {
      width: calc(83.33333% - 1.875rem)
    }
  
    .grid-margin-x>.large-11 {
      width: calc(91.66667% - 1.875rem)
    }
  
    .grid-margin-x>.large-12 {
      width: calc(100% - 1.875rem)
    }
  }
  
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem
  }
  
  .grid-container:not(.full)>.grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem
  }
  
  .grid-padding-x>.cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem
  }
  
  .small-up-1>.cell {
    width: 100%
  }
  
  .small-up-2>.cell {
    width: 50%
  }
  
  .small-up-3>.cell {
    width: 33.33333%
  }
  
  .small-up-4>.cell {
    width: 25%
  }
  
  .small-up-5>.cell {
    width: 20%
  }
  
  .small-up-6>.cell {
    width: 16.66667%
  }
  
  .small-up-7>.cell {
    width: 14.28571%
  }
  
  .small-up-8>.cell {
    width: 12.5%
  }
  
  @media print, screen and (min-width: 40em) {
    .medium-up-1>.cell {
      width: 100%
    }
  
    .medium-up-2>.cell {
      width: 50%
    }
  
    .medium-up-3>.cell {
      width: 33.33333%
    }
  
    .medium-up-4>.cell {
      width: 25%
    }
  
    .medium-up-5>.cell {
      width: 20%
    }
  
    .medium-up-6>.cell {
      width: 16.66667%
    }
  
    .medium-up-7>.cell {
      width: 14.28571%
    }
  
    .medium-up-8>.cell {
      width: 12.5%
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .large-up-1>.cell {
      width: 100%
    }
  
    .large-up-2>.cell {
      width: 50%
    }
  
    .large-up-3>.cell {
      width: 33.33333%
    }
  
    .large-up-4>.cell {
      width: 25%
    }
  
    .large-up-5>.cell {
      width: 20%
    }
  
    .large-up-6>.cell {
      width: 16.66667%
    }
  
    .large-up-7>.cell {
      width: 14.28571%
    }
  
    .large-up-8>.cell {
      width: 12.5%
    }
  }
  
  .grid-margin-x.small-up-1>.cell {
    width: calc(100% - 1.875rem)
  }
  
  .grid-margin-x.small-up-2>.cell {
    width: calc(50% - 1.875rem)
  }
  
  .grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 1.875rem)
  }
  
  .grid-margin-x.small-up-4>.cell {
    width: calc(25% - 1.875rem)
  }
  
  .grid-margin-x.small-up-5>.cell {
    width: calc(20% - 1.875rem)
  }
  
  .grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - 1.875rem)
  }
  
  .grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 1.875rem)
  }
  
  .grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 1.875rem)
  }
  
  @media print, screen and (min-width: 40em) {
    .grid-margin-x.medium-up-1>.cell {
      width: calc(100% - 1.875rem)
    }
  
    .grid-margin-x.medium-up-2>.cell {
      width: calc(50% - 1.875rem)
    }
  
    .grid-margin-x.medium-up-3>.cell {
      width: calc(33.33333% - 1.875rem)
    }
  
    .grid-margin-x.medium-up-4>.cell {
      width: calc(25% - 1.875rem)
    }
  
    .grid-margin-x.medium-up-5>.cell {
      width: calc(20% - 1.875rem)
    }
  
    .grid-margin-x.medium-up-6>.cell {
      width: calc(16.66667% - 1.875rem)
    }
  
    .grid-margin-x.medium-up-7>.cell {
      width: calc(14.28571% - 1.875rem)
    }
  
    .grid-margin-x.medium-up-8>.cell {
      width: calc(12.5% - 1.875rem)
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .grid-margin-x.large-up-1>.cell {
      width: calc(100% - 1.875rem)
    }
  
    .grid-margin-x.large-up-2>.cell {
      width: calc(50% - 1.875rem)
    }
  
    .grid-margin-x.large-up-3>.cell {
      width: calc(33.33333% - 1.875rem)
    }
  
    .grid-margin-x.large-up-4>.cell {
      width: calc(25% - 1.875rem)
    }
  
    .grid-margin-x.large-up-5>.cell {
      width: calc(20% - 1.875rem)
    }
  
    .grid-margin-x.large-up-6>.cell {
      width: calc(16.66667% - 1.875rem)
    }
  
    .grid-margin-x.large-up-7>.cell {
      width: calc(14.28571% - 1.875rem)
    }
  
    .grid-margin-x.large-up-8>.cell {
      width: calc(12.5% - 1.875rem)
    }
  }
  
  .small-margin-collapse {
    margin-right: 0;
    margin-left: 0
  }
  
  .small-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
  }
  
  .small-margin-collapse>.small-1 {
    width: 8.33333%
  }
  
  .small-margin-collapse>.small-2 {
    width: 16.66667%
  }
  
  .small-margin-collapse>.small-3 {
    width: 25%
  }
  
  .small-margin-collapse>.small-4 {
    width: 33.33333%
  }
  
  .small-margin-collapse>.small-5 {
    width: 41.66667%
  }
  
  .small-margin-collapse>.small-6 {
    width: 50%
  }
  
  .small-margin-collapse>.small-7 {
    width: 58.33333%
  }
  
  .small-margin-collapse>.small-8 {
    width: 66.66667%
  }
  
  .small-margin-collapse>.small-9 {
    width: 75%
  }
  
  .small-margin-collapse>.small-10 {
    width: 83.33333%
  }
  
  .small-margin-collapse>.small-11 {
    width: 91.66667%
  }
  
  .small-margin-collapse>.small-12 {
    width: 100%
  }
  
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse>.medium-1 {
      width: 8.33333%
    }
  
    .small-margin-collapse>.medium-2 {
      width: 16.66667%
    }
  
    .small-margin-collapse>.medium-3 {
      width: 25%
    }
  
    .small-margin-collapse>.medium-4 {
      width: 33.33333%
    }
  
    .small-margin-collapse>.medium-5 {
      width: 41.66667%
    }
  
    .small-margin-collapse>.medium-6 {
      width: 50%
    }
  
    .small-margin-collapse>.medium-7 {
      width: 58.33333%
    }
  
    .small-margin-collapse>.medium-8 {
      width: 66.66667%
    }
  
    .small-margin-collapse>.medium-9 {
      width: 75%
    }
  
    .small-margin-collapse>.medium-10 {
      width: 83.33333%
    }
  
    .small-margin-collapse>.medium-11 {
      width: 91.66667%
    }
  
    .small-margin-collapse>.medium-12 {
      width: 100%
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse>.large-1 {
      width: 8.33333%
    }
  
    .small-margin-collapse>.large-2 {
      width: 16.66667%
    }
  
    .small-margin-collapse>.large-3 {
      width: 25%
    }
  
    .small-margin-collapse>.large-4 {
      width: 33.33333%
    }
  
    .small-margin-collapse>.large-5 {
      width: 41.66667%
    }
  
    .small-margin-collapse>.large-6 {
      width: 50%
    }
  
    .small-margin-collapse>.large-7 {
      width: 58.33333%
    }
  
    .small-margin-collapse>.large-8 {
      width: 66.66667%
    }
  
    .small-margin-collapse>.large-9 {
      width: 75%
    }
  
    .small-margin-collapse>.large-10 {
      width: 83.33333%
    }
  
    .small-margin-collapse>.large-11 {
      width: 91.66667%
    }
  
    .small-margin-collapse>.large-12 {
      width: 100%
    }
  }
  
  .small-padding-collapse {
    margin-right: 0;
    margin-left: 0
  }
  
  .small-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
  }
  
  @media print, screen and (min-width: 40em) {
    .medium-margin-collapse {
      margin-right: 0;
      margin-left: 0
    }
  
    .medium-margin-collapse>.cell {
      margin-right: 0;
      margin-left: 0
    }
  }
  
  @media print, screen and (min-width: 40em) {
    .medium-margin-collapse>.small-1 {
      width: 8.33333%
    }
  
    .medium-margin-collapse>.small-2 {
      width: 16.66667%
    }
  
    .medium-margin-collapse>.small-3 {
      width: 25%
    }
  
    .medium-margin-collapse>.small-4 {
      width: 33.33333%
    }
  
    .medium-margin-collapse>.small-5 {
      width: 41.66667%
    }
  
    .medium-margin-collapse>.small-6 {
      width: 50%
    }
  
    .medium-margin-collapse>.small-7 {
      width: 58.33333%
    }
  
    .medium-margin-collapse>.small-8 {
      width: 66.66667%
    }
  
    .medium-margin-collapse>.small-9 {
      width: 75%
    }
  
    .medium-margin-collapse>.small-10 {
      width: 83.33333%
    }
  
    .medium-margin-collapse>.small-11 {
      width: 91.66667%
    }
  
    .medium-margin-collapse>.small-12 {
      width: 100%
    }
  }
  
  @media print, screen and (min-width: 40em) {
    .medium-margin-collapse>.medium-1 {
      width: 8.33333%
    }
  
    .medium-margin-collapse>.medium-2 {
      width: 16.66667%
    }
  
    .medium-margin-collapse>.medium-3 {
      width: 25%
    }
  
    .medium-margin-collapse>.medium-4 {
      width: 33.33333%
    }
  
    .medium-margin-collapse>.medium-5 {
      width: 41.66667%
    }
  
    .medium-margin-collapse>.medium-6 {
      width: 50%
    }
  
    .medium-margin-collapse>.medium-7 {
      width: 58.33333%
    }
  
    .medium-margin-collapse>.medium-8 {
      width: 66.66667%
    }
  
    .medium-margin-collapse>.medium-9 {
      width: 75%
    }
  
    .medium-margin-collapse>.medium-10 {
      width: 83.33333%
    }
  
    .medium-margin-collapse>.medium-11 {
      width: 91.66667%
    }
  
    .medium-margin-collapse>.medium-12 {
      width: 100%
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .medium-margin-collapse>.large-1 {
      width: 8.33333%
    }
  
    .medium-margin-collapse>.large-2 {
      width: 16.66667%
    }
  
    .medium-margin-collapse>.large-3 {
      width: 25%
    }
  
    .medium-margin-collapse>.large-4 {
      width: 33.33333%
    }
  
    .medium-margin-collapse>.large-5 {
      width: 41.66667%
    }
  
    .medium-margin-collapse>.large-6 {
      width: 50%
    }
  
    .medium-margin-collapse>.large-7 {
      width: 58.33333%
    }
  
    .medium-margin-collapse>.large-8 {
      width: 66.66667%
    }
  
    .medium-margin-collapse>.large-9 {
      width: 75%
    }
  
    .medium-margin-collapse>.large-10 {
      width: 83.33333%
    }
  
    .medium-margin-collapse>.large-11 {
      width: 91.66667%
    }
  
    .medium-margin-collapse>.large-12 {
      width: 100%
    }
  }
  
  @media print, screen and (min-width: 40em) {
    .medium-padding-collapse {
      margin-right: 0;
      margin-left: 0
    }
  
    .medium-padding-collapse>.cell {
      padding-right: 0;
      padding-left: 0
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .large-margin-collapse {
      margin-right: 0;
      margin-left: 0
    }
  
    .large-margin-collapse>.cell {
      margin-right: 0;
      margin-left: 0
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .large-margin-collapse>.small-1 {
      width: 8.33333%
    }
  
    .large-margin-collapse>.small-2 {
      width: 16.66667%
    }
  
    .large-margin-collapse>.small-3 {
      width: 25%
    }
  
    .large-margin-collapse>.small-4 {
      width: 33.33333%
    }
  
    .large-margin-collapse>.small-5 {
      width: 41.66667%
    }
  
    .large-margin-collapse>.small-6 {
      width: 50%
    }
  
    .large-margin-collapse>.small-7 {
      width: 58.33333%
    }
  
    .large-margin-collapse>.small-8 {
      width: 66.66667%
    }
  
    .large-margin-collapse>.small-9 {
      width: 75%
    }
  
    .large-margin-collapse>.small-10 {
      width: 83.33333%
    }
  
    .large-margin-collapse>.small-11 {
      width: 91.66667%
    }
  
    .large-margin-collapse>.small-12 {
      width: 100%
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .large-margin-collapse>.medium-1 {
      width: 8.33333%
    }
  
    .large-margin-collapse>.medium-2 {
      width: 16.66667%
    }
  
    .large-margin-collapse>.medium-3 {
      width: 25%
    }
  
    .large-margin-collapse>.medium-4 {
      width: 33.33333%
    }
  
    .large-margin-collapse>.medium-5 {
      width: 41.66667%
    }
  
    .large-margin-collapse>.medium-6 {
      width: 50%
    }
  
    .large-margin-collapse>.medium-7 {
      width: 58.33333%
    }
  
    .large-margin-collapse>.medium-8 {
      width: 66.66667%
    }
  
    .large-margin-collapse>.medium-9 {
      width: 75%
    }
  
    .large-margin-collapse>.medium-10 {
      width: 83.33333%
    }
  
    .large-margin-collapse>.medium-11 {
      width: 91.66667%
    }
  
    .large-margin-collapse>.medium-12 {
      width: 100%
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .large-margin-collapse>.large-1 {
      width: 8.33333%
    }
  
    .large-margin-collapse>.large-2 {
      width: 16.66667%
    }
  
    .large-margin-collapse>.large-3 {
      width: 25%
    }
  
    .large-margin-collapse>.large-4 {
      width: 33.33333%
    }
  
    .large-margin-collapse>.large-5 {
      width: 41.66667%
    }
  
    .large-margin-collapse>.large-6 {
      width: 50%
    }
  
    .large-margin-collapse>.large-7 {
      width: 58.33333%
    }
  
    .large-margin-collapse>.large-8 {
      width: 66.66667%
    }
  
    .large-margin-collapse>.large-9 {
      width: 75%
    }
  
    .large-margin-collapse>.large-10 {
      width: 83.33333%
    }
  
    .large-margin-collapse>.large-11 {
      width: 91.66667%
    }
  
    .large-margin-collapse>.large-12 {
      width: 100%
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .large-padding-collapse {
      margin-right: 0;
      margin-left: 0
    }
  
    .large-padding-collapse>.cell {
      padding-right: 0;
      padding-left: 0
    }
  }
  
  .small-offset-0 {
    margin-left: 0%
  }
  
  .grid-margin-x>.small-offset-0 {
    margin-left: calc(0% + 0.9375rem)
  }
  
  .small-offset-1 {
    margin-left: 8.33333%
  }
  
  .grid-margin-x>.small-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem)
  }
  
  .small-offset-2 {
    margin-left: 16.66667%
  }
  
  .grid-margin-x>.small-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem)
  }
  
  .small-offset-3 {
    margin-left: 25%
  }
  
  .grid-margin-x>.small-offset-3 {
    margin-left: calc(25% + 0.9375rem)
  }
  
  .small-offset-4 {
    margin-left: 33.33333%
  }
  
  .grid-margin-x>.small-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem)
  }
  
  .small-offset-5 {
    margin-left: 41.66667%
  }
  
  .grid-margin-x>.small-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem)
  }
  
  .small-offset-6 {
    margin-left: 50%
  }
  
  .grid-margin-x>.small-offset-6 {
    margin-left: calc(50% + 0.9375rem)
  }
  
  .small-offset-7 {
    margin-left: 58.33333%
  }
  
  .grid-margin-x>.small-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem)
  }
  
  .small-offset-8 {
    margin-left: 66.66667%
  }
  
  .grid-margin-x>.small-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem)
  }
  
  .small-offset-9 {
    margin-left: 75%
  }
  
  .grid-margin-x>.small-offset-9 {
    margin-left: calc(75% + 0.9375rem)
  }
  
  .small-offset-10 {
    margin-left: 83.33333%
  }
  
  .grid-margin-x>.small-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem)
  }
  
  .small-offset-11 {
    margin-left: 91.66667%
  }
  
  .grid-margin-x>.small-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem)
  }
  
  @media print, screen and (min-width: 40em) {
    .medium-offset-0 {
      margin-left: 0%
    }
  
    .grid-margin-x>.medium-offset-0 {
      margin-left: calc(0% + 0.9375rem)
    }
  
    .medium-offset-1 {
      margin-left: 8.33333%
    }
  
    .grid-margin-x>.medium-offset-1 {
      margin-left: calc(8.33333% + 0.9375rem)
    }
  
    .medium-offset-2 {
      margin-left: 16.66667%
    }
  
    .grid-margin-x>.medium-offset-2 {
      margin-left: calc(16.66667% + 0.9375rem)
    }
  
    .medium-offset-3 {
      margin-left: 25%
    }
  
    .grid-margin-x>.medium-offset-3 {
      margin-left: calc(25% + 0.9375rem)
    }
  
    .medium-offset-4 {
      margin-left: 33.33333%
    }
  
    .grid-margin-x>.medium-offset-4 {
      margin-left: calc(33.33333% + 0.9375rem)
    }
  
    .medium-offset-5 {
      margin-left: 41.66667%
    }
  
    .grid-margin-x>.medium-offset-5 {
      margin-left: calc(41.66667% + 0.9375rem)
    }
  
    .medium-offset-6 {
      margin-left: 50%
    }
  
    .grid-margin-x>.medium-offset-6 {
      margin-left: calc(50% + 0.9375rem)
    }
  
    .medium-offset-7 {
      margin-left: 58.33333%
    }
  
    .grid-margin-x>.medium-offset-7 {
      margin-left: calc(58.33333% + 0.9375rem)
    }
  
    .medium-offset-8 {
      margin-left: 66.66667%
    }
  
    .grid-margin-x>.medium-offset-8 {
      margin-left: calc(66.66667% + 0.9375rem)
    }
  
    .medium-offset-9 {
      margin-left: 75%
    }
  
    .grid-margin-x>.medium-offset-9 {
      margin-left: calc(75% + 0.9375rem)
    }
  
    .medium-offset-10 {
      margin-left: 83.33333%
    }
  
    .grid-margin-x>.medium-offset-10 {
      margin-left: calc(83.33333% + 0.9375rem)
    }
  
    .medium-offset-11 {
      margin-left: 91.66667%
    }
  
    .grid-margin-x>.medium-offset-11 {
      margin-left: calc(91.66667% + 0.9375rem)
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .large-offset-0 {
      margin-left: 0%
    }
  
    .grid-margin-x>.large-offset-0 {
      margin-left: calc(0% + 0.9375rem)
    }
  
    .large-offset-1 {
      margin-left: 8.33333%
    }
  
    .grid-margin-x>.large-offset-1 {
      margin-left: calc(8.33333% + 0.9375rem)
    }
  
    .large-offset-2 {
      margin-left: 16.66667%
    }
  
    .grid-margin-x>.large-offset-2 {
      margin-left: calc(16.66667% + 0.9375rem)
    }
  
    .large-offset-3 {
      margin-left: 25%
    }
  
    .grid-margin-x>.large-offset-3 {
      margin-left: calc(25% + 0.9375rem)
    }
  
    .large-offset-4 {
      margin-left: 33.33333%
    }
  
    .grid-margin-x>.large-offset-4 {
      margin-left: calc(33.33333% + 0.9375rem)
    }
  
    .large-offset-5 {
      margin-left: 41.66667%
    }
  
    .grid-margin-x>.large-offset-5 {
      margin-left: calc(41.66667% + 0.9375rem)
    }
  
    .large-offset-6 {
      margin-left: 50%
    }
  
    .grid-margin-x>.large-offset-6 {
      margin-left: calc(50% + 0.9375rem)
    }
  
    .large-offset-7 {
      margin-left: 58.33333%
    }
  
    .grid-margin-x>.large-offset-7 {
      margin-left: calc(58.33333% + 0.9375rem)
    }
  
    .large-offset-8 {
      margin-left: 66.66667%
    }
  
    .grid-margin-x>.large-offset-8 {
      margin-left: calc(66.66667% + 0.9375rem)
    }
  
    .large-offset-9 {
      margin-left: 75%
    }
  
    .grid-margin-x>.large-offset-9 {
      margin-left: calc(75% + 0.9375rem)
    }
  
    .large-offset-10 {
      margin-left: 83.33333%
    }
  
    .grid-margin-x>.large-offset-10 {
      margin-left: calc(83.33333% + 0.9375rem)
    }
  
    .large-offset-11 {
      margin-left: 91.66667%
    }
  
    .grid-margin-x>.large-offset-11 {
      margin-left: calc(91.66667% + 0.9375rem)
    }
  }
  
  .grid-y {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
  }
  
  .grid-y>.cell {
    width: auto;
    max-width: none
  }
  
  .grid-y>.auto {
    height: auto
  }
  
  .grid-y>.shrink {
    height: auto
  }
  
  .grid-y>.small-shrink, .grid-y>.small-full, .grid-y>.small-1, .grid-y>.small-2, .grid-y>.small-3, .grid-y>.small-4, .grid-y>.small-5, .grid-y>.small-6, .grid-y>.small-7, .grid-y>.small-8, .grid-y>.small-9, .grid-y>.small-10, .grid-y>.small-11, .grid-y>.small-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  
  @media print, screen and (min-width: 40em) {
    .grid-y>.medium-shrink, .grid-y>.medium-full, .grid-y>.medium-1, .grid-y>.medium-2, .grid-y>.medium-3, .grid-y>.medium-4, .grid-y>.medium-5, .grid-y>.medium-6, .grid-y>.medium-7, .grid-y>.medium-8, .grid-y>.medium-9, .grid-y>.medium-10, .grid-y>.medium-11, .grid-y>.medium-12 {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .grid-y>.large-shrink, .grid-y>.large-full, .grid-y>.large-1, .grid-y>.large-2, .grid-y>.large-3, .grid-y>.large-4, .grid-y>.large-5, .grid-y>.large-6, .grid-y>.large-7, .grid-y>.large-8, .grid-y>.large-9, .grid-y>.large-10, .grid-y>.large-11, .grid-y>.large-12 {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto
    }
  }
  
  .grid-y>.small-1, .grid-y>.small-2, .grid-y>.small-3, .grid-y>.small-4, .grid-y>.small-5, .grid-y>.small-6, .grid-y>.small-7, .grid-y>.small-8, .grid-y>.small-9, .grid-y>.small-10, .grid-y>.small-11, .grid-y>.small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  
  .grid-y>.small-1 {
    height: 8.33333%
  }
  
  .grid-y>.small-2 {
    height: 16.66667%
  }
  
  .grid-y>.small-3 {
    height: 25%
  }
  
  .grid-y>.small-4 {
    height: 33.33333%
  }
  
  .grid-y>.small-5 {
    height: 41.66667%
  }
  
  .grid-y>.small-6 {
    height: 50%
  }
  
  .grid-y>.small-7 {
    height: 58.33333%
  }
  
  .grid-y>.small-8 {
    height: 66.66667%
  }
  
  .grid-y>.small-9 {
    height: 75%
  }
  
  .grid-y>.small-10 {
    height: 83.33333%
  }
  
  .grid-y>.small-11 {
    height: 91.66667%
  }
  
  .grid-y>.small-12 {
    height: 100%
  }
  
  @media print, screen and (min-width: 40em) {
    .grid-y>.medium-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      height: auto
    }
  
    .grid-y>.medium-shrink, .grid-y>.medium-1, .grid-y>.medium-2, .grid-y>.medium-3, .grid-y>.medium-4, .grid-y>.medium-5, .grid-y>.medium-6, .grid-y>.medium-7, .grid-y>.medium-8, .grid-y>.medium-9, .grid-y>.medium-10, .grid-y>.medium-11, .grid-y>.medium-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto
    }
  
    .grid-y>.medium-shrink {
      height: auto
    }
  
    .grid-y>.medium-1 {
      height: 8.33333%
    }
  
    .grid-y>.medium-2 {
      height: 16.66667%
    }
  
    .grid-y>.medium-3 {
      height: 25%
    }
  
    .grid-y>.medium-4 {
      height: 33.33333%
    }
  
    .grid-y>.medium-5 {
      height: 41.66667%
    }
  
    .grid-y>.medium-6 {
      height: 50%
    }
  
    .grid-y>.medium-7 {
      height: 58.33333%
    }
  
    .grid-y>.medium-8 {
      height: 66.66667%
    }
  
    .grid-y>.medium-9 {
      height: 75%
    }
  
    .grid-y>.medium-10 {
      height: 83.33333%
    }
  
    .grid-y>.medium-11 {
      height: 91.66667%
    }
  
    .grid-y>.medium-12 {
      height: 100%
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .grid-y>.large-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      height: auto
    }
  
    .grid-y>.large-shrink, .grid-y>.large-1, .grid-y>.large-2, .grid-y>.large-3, .grid-y>.large-4, .grid-y>.large-5, .grid-y>.large-6, .grid-y>.large-7, .grid-y>.large-8, .grid-y>.large-9, .grid-y>.large-10, .grid-y>.large-11, .grid-y>.large-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto
    }
  
    .grid-y>.large-shrink {
      height: auto
    }
  
    .grid-y>.large-1 {
      height: 8.33333%
    }
  
    .grid-y>.large-2 {
      height: 16.66667%
    }
  
    .grid-y>.large-3 {
      height: 25%
    }
  
    .grid-y>.large-4 {
      height: 33.33333%
    }
  
    .grid-y>.large-5 {
      height: 41.66667%
    }
  
    .grid-y>.large-6 {
      height: 50%
    }
  
    .grid-y>.large-7 {
      height: 58.33333%
    }
  
    .grid-y>.large-8 {
      height: 66.66667%
    }
  
    .grid-y>.large-9 {
      height: 75%
    }
  
    .grid-y>.large-10 {
      height: 83.33333%
    }
  
    .grid-y>.large-11 {
      height: 91.66667%
    }
  
    .grid-y>.large-12 {
      height: 100%
    }
  }
  
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem
  }
  
  .grid-padding-y>.cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem
  }
  
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem
  }
  
  .grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem
  }
  
  .grid-margin-y>.auto {
    height: auto
  }
  
  .grid-margin-y>.shrink {
    height: auto
  }
  
  .grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.875rem)
  }
  
  .grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.875rem)
  }
  
  .grid-margin-y>.small-3 {
    height: calc(25% - 1.875rem)
  }
  
  .grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.875rem)
  }
  
  .grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.875rem)
  }
  
  .grid-margin-y>.small-6 {
    height: calc(50% - 1.875rem)
  }
  
  .grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.875rem)
  }
  
  .grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.875rem)
  }
  
  .grid-margin-y>.small-9 {
    height: calc(75% - 1.875rem)
  }
  
  .grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.875rem)
  }
  
  .grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.875rem)
  }
  
  .grid-margin-y>.small-12 {
    height: calc(100% - 1.875rem)
  }
  
  @media print, screen and (min-width: 40em) {
    .grid-margin-y>.medium-auto {
      height: auto
    }
  
    .grid-margin-y>.medium-shrink {
      height: auto
    }
  
    .grid-margin-y>.medium-1 {
      height: calc(8.33333% - 1.875rem)
    }
  
    .grid-margin-y>.medium-2 {
      height: calc(16.66667% - 1.875rem)
    }
  
    .grid-margin-y>.medium-3 {
      height: calc(25% - 1.875rem)
    }
  
    .grid-margin-y>.medium-4 {
      height: calc(33.33333% - 1.875rem)
    }
  
    .grid-margin-y>.medium-5 {
      height: calc(41.66667% - 1.875rem)
    }
  
    .grid-margin-y>.medium-6 {
      height: calc(50% - 1.875rem)
    }
  
    .grid-margin-y>.medium-7 {
      height: calc(58.33333% - 1.875rem)
    }
  
    .grid-margin-y>.medium-8 {
      height: calc(66.66667% - 1.875rem)
    }
  
    .grid-margin-y>.medium-9 {
      height: calc(75% - 1.875rem)
    }
  
    .grid-margin-y>.medium-10 {
      height: calc(83.33333% - 1.875rem)
    }
  
    .grid-margin-y>.medium-11 {
      height: calc(91.66667% - 1.875rem)
    }
  
    .grid-margin-y>.medium-12 {
      height: calc(100% - 1.875rem)
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .grid-margin-y>.large-auto {
      height: auto
    }
  
    .grid-margin-y>.large-shrink {
      height: auto
    }
  
    .grid-margin-y>.large-1 {
      height: calc(8.33333% - 1.875rem)
    }
  
    .grid-margin-y>.large-2 {
      height: calc(16.66667% - 1.875rem)
    }
  
    .grid-margin-y>.large-3 {
      height: calc(25% - 1.875rem)
    }
  
    .grid-margin-y>.large-4 {
      height: calc(33.33333% - 1.875rem)
    }
  
    .grid-margin-y>.large-5 {
      height: calc(41.66667% - 1.875rem)
    }
  
    .grid-margin-y>.large-6 {
      height: calc(50% - 1.875rem)
    }
  
    .grid-margin-y>.large-7 {
      height: calc(58.33333% - 1.875rem)
    }
  
    .grid-margin-y>.large-8 {
      height: calc(66.66667% - 1.875rem)
    }
  
    .grid-margin-y>.large-9 {
      height: calc(75% - 1.875rem)
    }
  
    .grid-margin-y>.large-10 {
      height: calc(83.33333% - 1.875rem)
    }
  
    .grid-margin-y>.large-11 {
      height: calc(91.66667% - 1.875rem)
    }
  
    .grid-margin-y>.large-12 {
      height: calc(100% - 1.875rem)
    }
  }
  
  .grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
  }
  
  .cell .grid-frame {
    width: 100%
  }
  
  .cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
  
  .cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
  
  .cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }
  
  .cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  
  @media print, screen and (min-width: 40em) {
    .medium-grid-frame {
      overflow: hidden;
      position: relative;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 100vw
    }
  
    .cell .medium-grid-frame {
      width: 100%
    }
  
    .medium-cell-block {
      overflow-x: auto;
      max-width: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar
    }
  
    .medium-cell-block-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      max-height: 100%
    }
  
    .medium-cell-block-container>.grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap
    }
  
    .medium-cell-block-y {
      overflow-y: auto;
      max-height: 100%;
      min-height: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .large-grid-frame {
      overflow: hidden;
      position: relative;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 100vw
    }
  
    .cell .large-grid-frame {
      width: 100%
    }
  
    .large-cell-block {
      overflow-x: auto;
      max-width: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar
    }
  
    .large-cell-block-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      max-height: 100%
    }
  
    .large-cell-block-container>.grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap
    }
  
    .large-cell-block-y {
      overflow-y: auto;
      max-height: 100%;
      min-height: 100%;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar
    }
  }
  
  .grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
  }
  
  @media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
      width: auto;
      overflow: hidden;
      position: relative;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      height: 100vh
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
      width: auto;
      overflow: hidden;
      position: relative;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      height: 100vh
    }
  }
  
  .cell .grid-y.grid-frame {
    height: 100%
  }
  
  @media print, screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
      height: 100%
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .cell .grid-y.large-grid-frame {
      height: 100%
    }
  }
  
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem
  }
  
  .grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem
  }
  
  .grid-margin-y>.auto {
    height: auto
  }
  
  .grid-margin-y>.shrink {
    height: auto
  }
  
  .grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.875rem)
  }
  
  .grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.875rem)
  }
  
  .grid-margin-y>.small-3 {
    height: calc(25% - 1.875rem)
  }
  
  .grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.875rem)
  }
  
  .grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.875rem)
  }
  
  .grid-margin-y>.small-6 {
    height: calc(50% - 1.875rem)
  }
  
  .grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.875rem)
  }
  
  .grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.875rem)
  }
  
  .grid-margin-y>.small-9 {
    height: calc(75% - 1.875rem)
  }
  
  .grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.875rem)
  }
  
  .grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.875rem)
  }
  
  .grid-margin-y>.small-12 {
    height: calc(100% - 1.875rem)
  }
  
  @media print, screen and (min-width: 40em) {
    .grid-margin-y>.medium-auto {
      height: auto
    }
  
    .grid-margin-y>.medium-shrink {
      height: auto
    }
  
    .grid-margin-y>.medium-1 {
      height: calc(8.33333% - 1.875rem)
    }
  
    .grid-margin-y>.medium-2 {
      height: calc(16.66667% - 1.875rem)
    }
  
    .grid-margin-y>.medium-3 {
      height: calc(25% - 1.875rem)
    }
  
    .grid-margin-y>.medium-4 {
      height: calc(33.33333% - 1.875rem)
    }
  
    .grid-margin-y>.medium-5 {
      height: calc(41.66667% - 1.875rem)
    }
  
    .grid-margin-y>.medium-6 {
      height: calc(50% - 1.875rem)
    }
  
    .grid-margin-y>.medium-7 {
      height: calc(58.33333% - 1.875rem)
    }
  
    .grid-margin-y>.medium-8 {
      height: calc(66.66667% - 1.875rem)
    }
  
    .grid-margin-y>.medium-9 {
      height: calc(75% - 1.875rem)
    }
  
    .grid-margin-y>.medium-10 {
      height: calc(83.33333% - 1.875rem)
    }
  
    .grid-margin-y>.medium-11 {
      height: calc(91.66667% - 1.875rem)
    }
  
    .grid-margin-y>.medium-12 {
      height: calc(100% - 1.875rem)
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .grid-margin-y>.large-auto {
      height: auto
    }
  
    .grid-margin-y>.large-shrink {
      height: auto
    }
  
    .grid-margin-y>.large-1 {
      height: calc(8.33333% - 1.875rem)
    }
  
    .grid-margin-y>.large-2 {
      height: calc(16.66667% - 1.875rem)
    }
  
    .grid-margin-y>.large-3 {
      height: calc(25% - 1.875rem)
    }
  
    .grid-margin-y>.large-4 {
      height: calc(33.33333% - 1.875rem)
    }
  
    .grid-margin-y>.large-5 {
      height: calc(41.66667% - 1.875rem)
    }
  
    .grid-margin-y>.large-6 {
      height: calc(50% - 1.875rem)
    }
  
    .grid-margin-y>.large-7 {
      height: calc(58.33333% - 1.875rem)
    }
  
    .grid-margin-y>.large-8 {
      height: calc(66.66667% - 1.875rem)
    }
  
    .grid-margin-y>.large-9 {
      height: calc(75% - 1.875rem)
    }
  
    .grid-margin-y>.large-10 {
      height: calc(83.33333% - 1.875rem)
    }
  
    .grid-margin-y>.large-11 {
      height: calc(91.66667% - 1.875rem)
    }
  
    .grid-margin-y>.large-12 {
      height: calc(100% - 1.875rem)
    }
  }
  
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem)
  }
  
  @media print, screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
      height: calc(100vh + 1.875rem)
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .grid-margin-y.large-grid-frame {
      height: calc(100vh + 1.875rem)
    }
  }
  
  .align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  
  .align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  
  .align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  
  .align-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  
  .align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  
  .align-left.vertical.menu>li>a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  
  .align-right.vertical.menu>li>a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  
  .align-center.vertical.menu>li>a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  
  .align-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  
  .align-self-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
  }
  
  .align-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
  }
  
  .align-self-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
  }
  
  .align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  
  .align-self-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
  }
  
  .align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  
  .align-self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
  }
  
  .align-center-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
  
  .small-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
  
  .small-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }
  
  .small-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
  }
  
  .small-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
  }
  
  .small-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
  }
  
  .small-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
  }
  
  @media print, screen and (min-width: 40em) {
    .medium-order-1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1
    }
  
    .medium-order-2 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2
    }
  
    .medium-order-3 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3
    }
  
    .medium-order-4 {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4
    }
  
    .medium-order-5 {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5
    }
  
    .medium-order-6 {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      -ms-flex-order: 6;
      order: 6
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .large-order-1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1
    }
  
    .large-order-2 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2
    }
  
    .large-order-3 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3
    }
  
    .large-order-4 {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4
    }
  
    .large-order-5 {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5
    }
  
    .large-order-6 {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      -ms-flex-order: 6;
      order: 6
    }
  }
  
  .flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  
  .flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }
  
  .flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
  
  .flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }
  
  .flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  
  .flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
  
  .flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  
  .flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  
  @media print, screen and (min-width: 40em) {
    .medium-flex-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex
    }
  
    .medium-flex-child-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto
    }
  
    .medium-flex-child-grow {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto
    }
  
    .medium-flex-child-shrink {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto
    }
  
    .medium-flex-dir-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row
    }
  
    .medium-flex-dir-row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse
    }
  
    .medium-flex-dir-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
    }
  
    .medium-flex-dir-column-reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse
    }
  }
  
  @media print, screen and (min-width: 64em) {
    .large-flex-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex
    }
  
    .large-flex-child-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto
    }
  
    .large-flex-child-grow {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto
    }
  
    .large-flex-child-shrink {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto
    }
  
    .large-flex-dir-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row
    }
  
    .large-flex-dir-row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse
    }
  
    .large-flex-dir-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
    }
  
    .large-flex-dir-column-reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse
    }
  }
  
  footer .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: -30px;
    font-size: 14px
  }
  
  footer .container {
    width: 100%;
    margin: 0 auto;
    font-family: "Gilroy", sans-serif
  }
  
  footer form input {
    width: 100%;
    max-width: 275px;
    min-width: 275px;
    padding: 15px;
    border: 1px solid #E4E9F2;
    box-sizing: border-box;
    color: #101426;
    font-size: 14px;
    outline: none;
    transition: all 0.2s ease;
    margin: 0;
    font-family: "Gilroy", sans-serif
  }
  
  footer form input:hover, footer form textarea:hover {
    border: 1px solid #FFC1A2
  }
  
  footer form input:focus, footer form textarea:focus {
    border: 1px solid #E66F32
  }
  
  footer form input::placeholder, footer form textarea::placeholder {
    color: rgba(16, 20, 28, 0.7)
  }
  
  footer h2 {
    font-family: "Gilroy", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    color: #151A30;
    margin-bottom: 36px
  }
  
  p {
    font-family: "Gilroy", sans-serif
  }
  
  span {
    font-family: "Gilroy", sans-serif
  }
  footer p {
    font-size: 14px;
    color: #101426
  }
  
  footer label {
    position: relative;
    cursor: pointer
  }
  
  footer label input {
    position: absolute;
    display: none
  }
  
  footer .left_bot_data label {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px
  }
  
  footer .left_bot_data label input+span {
    position: relative;
    display: inline-block;
    border: 2px solid #8F9BB3;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    min-width: 15px;
    margin-right: 10px
  }
  
  footer .left_bot_data label input:checked+span {
    border: 2px solid transparent
  }
  
  footer .left_bot_data label input+span:after {
    opacity: 0;
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNSA5LjE2NjU4TDEwIDExLjY2NjZMMTguMzMzMyAzLjMzMzI1IiBzdHJva2U9IiNDRTU2MTkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNy41IDEwVjE1LjgzMzNDMTcuNSAxNi4yNzU0IDE3LjMyNDQgMTYuNjk5MyAxNy4wMTE4IDE3LjAxMThDMTYuNjk5MyAxNy4zMjQ0IDE2LjI3NTQgMTcuNSAxNS44MzMzIDE3LjVINC4xNjY2N0MzLjcyNDY0IDE3LjUgMy4zMDA3MiAxNy4zMjQ0IDIuOTg4MTYgMTcuMDExOEMyLjY3NTU5IDE2LjY5OTMgMi41IDE2LjI3NTQgMi41IDE1LjgzMzNWNC4xNjY2N0MyLjUgMy43MjQ2NCAyLjY3NTU5IDMuMzAwNzIgMi45ODgxNiAyLjk4ODE2QzMuMzAwNzIgMi42NzU1OSAzLjcyNDY0IDIuNSA0LjE2NjY3IDIuNUgxMy4zMzMzIiBzdHJva2U9IiNDRTU2MTkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=")
  }
  
  footer .left_bot_data label input:checked+span:after {
    opacity: 1
  }
  
  footer .left_bot_data label input+span+span {
    font-size: 12px;
    color: #222B45;
    line-height: 1.7
  }
  
  footer .left_bot_data label input+span+span a {
    text-decoration: none;
    color: #E66F32
  }
  
  .cForm__subTitle {
    position: relative;
    margin-bottom: 15px;
    margin-top: 0;
    display: block
  }
  
  .reason_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 34px
  }
  
  .wpcf7-form-control .first {
    margin-left: 0
  }
  
  .reason_box label span {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #F7F9FC;
    border-radius: 33px;
    padding: 7px 16px;
    color: rgba(16, 20, 28, 0.6);
    font-size: 14px;
    font-family: "Gilroy", sans-serif
  }
  
  .reason_box label input:checked+span {
    background-color: #E66F32;
    color: #fff
  }
  
  .select_reason {
    position: relative;
    margin-bottom: 15px;
    margin-top: 0
  }
  
  .select_reason .notice {
    left: 242px;
    top: -15px
  }
  
  .notice {
    display: none;
    position: absolute;
    left: calc(100% + 14px);
    top: 0;
    background: #292929;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    padding: 14px 10px 14px 36px;
    z-index: 9;
    width: auto;
    white-space: nowrap
  }
  
  .notice:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 15px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuOTk5OTggMTQuNjY2NkMxMS42ODE5IDE0LjY2NjYgMTQuNjY2NiAxMS42ODE4IDE0LjY2NjYgNy45OTk5MkMxNC42NjY2IDQuMzE4MDIgMTEuNjgxOSAxLjMzMzI1IDcuOTk5OTggMS4zMzMyNUM0LjMxODA4IDEuMzMzMjUgMS4zMzMzMSA0LjMxODAyIDEuMzMzMzEgNy45OTk5MkMxLjMzMzMxIDExLjY4MTggNC4zMTgwOCAxNC42NjY2IDcuOTk5OTggMTQuNjY2NloiIGZpbGw9IiNFNjZGMzIiLz4KPHBhdGggZD0iTTggMTAuNjY2N1Y4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOCA1LjMzMzI1SDguMDA2NjciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=")
  }
  
  .notice:after {
    content: '';
    position: absolute;
    left: -4px;
    top: 19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #292929 transparent transparent
  }
  
  .input_box {
    display: inline-block;
    position: relative;
    margin-bottom: 34px;
    margin-right: 20px
  }
  
  .data_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
  }
  
  .data_box .data_left {
    width: 100%;
    max-width: 621px;
    padding-right: 41px;
    box-sizing: border-box
  }
  
  .data_box .data_left .input_box:nth-child(2n) {
    margin-right: 0
  }
  
  footer form textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #E4E9F2;
    box-sizing: border-box;
    color: #101426;
    outline: none;
    resize: none;
    font-size: 14px;
    line-height: 1.4;
    padding: 15px;
    margin-bottom: 20px;
    font-family: "Gilroy", sans-serif
  }
  
  .data_right {
    width: calc(100% - 621px)
  }
  
  label.file {
    display: flex;
    align-items: center;
    justify-content: flex-start
  }
  
  label.file span {
    color: #E66F32;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    font-style: normal
  }
  
  .bottom_data {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
  }
  
  .bottom_data .left_bot_data {
    width: 100%;
    max-width: 621px;
    padding-right: 40px;
    box-sizing: border-box
  }
  
  .bottom_data .right_bot_data {
    width: calc(100% - 621px)
  }
  
  footer form .right_bot_data input {
    display: block;
    width: 100%;
    border: none;
    color: #fff;
    background: linear-gradient(90deg, #CE5619 0%, rgba(206, 86, 25, 0.8) 100.76%);
    height: 60px;
    line-height: auto;
    margin-top: 35px;
    font-size: 18px;
    cursor: pointer;
    font-family: "Gilroy", sans-serif;
    max-width: 100%
  }
  
  footer form .right_bot_data input:hover {
    background: linear-gradient(0deg, #CE5619 0%, rgba(206, 86, 25, 0.8) 100.76%)
  }
  
  .autocomplete {
    position: relative;
    display: inline-block
  }
  
  .autocomplete-items {
    position: absolute;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff
  }
  
  .autocomplete-items div {
    padding: 6px 10px;
    cursor: pointer;
    background-color: #fff;
    color: #101426;
    font-size: 14px;
    font-family: "Gilroy", sans-serif
  }
  
  .autocomplete-items div:hover {
    background-color: rgba(230, 111, 50, 0.1);
    color: #9F4213
  }
  
  .autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff
  }
  
  .container.offices {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px
  }
  
  .container.offices .map {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 720px;
    height: 513px
  }
  
  .container.offices .map svg path {
    stroke: white;
    fill: #E4E9F2;
    cursor: pointer
  }
  
  .container.offices .map svg path.map_item.active {
    fill: #FFD1A7;
    stroke: #CE5619
  }
  
  .container.offices .map svg path.map_item {
    fill: #C5CEE0
  }
  
  .container.offices .map svg path.map_item:hover {
    fill: #FFD1A7;
    stroke: #CE5619
  }
  
  .container.offices .map .item {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 6px;
    font-size: 12px;
    width: auto;
    color: #101426;
    font-family: "Gilroy", sans-serif;
    font-weight: bold;
    white-space: nowrap
  }
  
  .container.offices .map .item:before {
    position: absolute;
    content: '';
    left: -16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E66F32;
    top: 9px
  }
  
  .container.offices .map .item.active {
    display: block
  }
  
  .container.offices .map .item {
    display: none
  }
  
  .container.offices .map .item#sweden {
    left: 45%;
    top: 37%
  }
  
  .container.offices .map .item#estonia {
    left: 58%;
    top: 52%
  }
  
  .container.offices .map .item#ukraine {
    left: 63%;
    top: 76%
  }
  
  .tabs {
    z-index: 99;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content
  }
  
  .tabs .img {
    margin-right: 15px;
    width: 47px;
    height: 47px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    border: 1px solid #C5CEE0;
    margin-bottom: 10px;
    filter: grayscale(1);
    cursor: pointer
  }
  
  .tabs .img.active {
    width: 144px;
    height: 144px;
    border: 1px solid #CE5619;
    filter: none;
    margin-right: 30px
  }
  
  .tab_container h6 {
    font-family: "Gilroy", sans-serif;
    font-size: 24px;
    color: #101426;
    margin-bottom: 5px;
    margin-top: 0
  }
  
  .tab_container p.place {
    font-size: 16px;
    color: #9F4213;
    margin: 0 0 14px
  }
  
  .tab_container p {
    font-size: 14px;
    color: #2E3A59;
    line-height: 1.5;
    width: 260px
  }
  
  .tab_container {
    display: none
  }
  
  .tab_container.active {
    display: block;
    position: relative;
    z-index: 2;
    width: fit-content
  }
  
  .bottom_foot {
    background-color: #292929;
    padding-top: 40px;
    padding-bottom: 40px
  }
  
  .bottom_foot .menu_soc_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
  }
  
  .bottom_foot .menu_soc_box .col p.reserved {
    font-size: 12px;
    color: #C5CEE0;
    margin-top: 10px
  }
  
  .bottom_foot .menu_soc_box .col h6 {
    font-family: "Gilroy", sans-serif;
    font-style: normal;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px
  }
  
  .bottom_foot .menu_soc_box .col:not(.soc) a {
    display: block;
    margin-bottom: 20px
  }
  
  .bottom_foot a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: "Gilroy", sans-serif;
    font-style: normal;
    transition: all 0.2s ease
  }
  
  
  
  .bottom_foot .menu_soc_box .col.soc a {
    text-decoration: none;
    display: inline-block;
    margin-left: 52px;
    cursor: pointer
  }
  
  .bottom_foot .menu_soc_box .col.soc a:first-child {
    margin-left: 0
  }
  
  .bottom_foot .menu_soc_box .col.soc a svg path {
    transition: all 0.2s ease
  }
  
  .bottom_foot .menu_soc_box .col.soc a:hover svg path {
    fill: #E66F32
  }
  
  .terms_box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap
  }
  
  .terms_box a {
    display: inline-block;
    margin-left: 30px
  }
  
  .serts img:first-child {
    margin-right: 17px
  }
  
  .serts img {
    margin-right: 20px
  }
  
  @media screen and (max-width: 1024px) {
    footer h2 {
      font-size: 24px;
      margin-bottom: 26px
    }
  
    .bottom_data .left_bot_data, .data_box .data_left {
      max-width: 100%
    }
  
    .bottom_data {
      font-size: 12px;
      color: #222B45;
      line-height: 1.7
    }
  
    .data_box .data_left .input_box:nth-child(2n) {
      margin-right: 20px
    }
  
    .data_right {
      width: 100%
    }
  
    .bottom_data {
      margin-top: 30px
    }
  
    .bottom_foot .menu_soc_box .col.soc a {
      margin-left: 25px
    }
  }
  
  @media screen and (max-width: 800px) {
    .bottom_data .right_bot_data {
      width: 50%
    }
  
    .bottom_foot .menu_soc_box {
      justify-content: space-around
    }
  
    .bottom_foot .menu_soc_box .col:first-child {
      width: 100%;
      margin-bottom: 30px
    }
  
    .container.offices {
      padding: 0
    }
  
    .container.offices .of_box {
      padding: 60px 20px 0
    }
  
    .container.offices .map {
      position: relative;
      width: 100%;
      right: initial;
      bottom: initial
    }
  
    .container.offices .map svg {
      width: 100%
    }
  
    .bottom_foot .menu_soc_box .col.soc {
      width: 100%;
      margin-bottom: 50px;
      padding-top: 50px;
      display: flex;
      align-items: center;
      justify-content: space-between
    }
  
    .bottom_foot .menu_soc_box .col.soc a {
      margin-left: 0
    }
  
    .serts {
      margin-bottom: 20px
    }
  
    .serts img {
      width: 59px
    }
  
    .terms_box {
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column
    }
  
    .terms_box a {
      margin-left: 0;
      margin-right: 30px
    }
  }
  
  @media screen and (max-width: 678px) {
    .container.offices .map .item#ukraine {
      top: 75%;
      left: 60%
    }
  
    .container.offices .map .item#sweden {
      left: 48%
    }
  
    .input_box {
      display: block;
      width: 100%;
      margin-right: 0
    }
  
    footer form input {
      max-width: 100%;
      min-width: 100%
    }
  
    .autocomplete {
      display: block;
      width: 100%
    }
  
    .bottom_data .left_bot_data, .data_box .data_left {
      padding-right: 0
    }
  
    .bottom_data .right_bot_data {
      width: 100%
    }
  
    .container.offices .map {
      height: 300px
    }
  
    .container.offices .map svg {
      height: 300px
    }
  }
  
  @media screen and (max-width: 520px) {
    .container.offices .map .item#ukraine {
      left: 62%
    }
  }
  
  @media screen and (max-width: 420px) {
    .container.offices .map .item#sweden {
      left: 47%
    }
  
    .bottom_foot .menu_soc_box {
      justify-content: space-between;
      padding-right: 50px
    }
  
    .container.offices .map .item#ukraine {
      top: 73%;
      left: 65%
    }
  }
  
  @media screen and (max-width: 320px) {
    .container.offices .map .item#sweden {
      left: 48%;
      top: 38%
    }
  
    .container.offices .map .item#ukraine {
      top: 68%
    }
  }
  
  body {
    font-family: Gilroy !important;
  }
  
  .megaMenu {
    filter: drop-shadow(0px 15px 20px rgba(0, 0, 0, 0.05)) drop-shadow(0px 30px 50px rgba(0, 0, 0, 0.03));
    background: #252980;
  }
  
  .megaMenu__item-link.--first {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    color: #FFFFFF;
  }
  
  .megaMenu__btn .btn {
    background: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-transform: uppercase; */
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
    letter-spacing: 0.05em;
    padding: 12px 26px;
    width: 100%;
    border: none;
    border-image-slice: 1;
    background: #252980;
    position: relative;
    text-align: center;
  }
  
  .megaMenu__btn .btn span {
    background: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
  }
  
  .megaMenu__btn .btn::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%);
    border-radius: 4px;
    z-index: -1;
  }
  
  .facetwp-counter {
    display: none !important;
  }
  
  .fireCases h1 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    background: linear-gradient(89.92deg, #2C5CD8 0.06%, #366EFF 99.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  .fireCases__desc {
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #222B45;
    max-width: 705px;
    margin-bottom: 40px;
  }
  
  .caseItem__thumb {
    height: 280px;
    width: 100%;
  }
  
  .caseItem__thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .caseItem__info-title {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #222B45;
  }
  
  .fireLoadMore {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .fireLoadMore button {
    background: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%);
    border-radius: 4px;
    border: none;
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px 80px;
    color: #FFFFFF;
  }
  
  .firePagi {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .fireFilter__reset {
    margin-bottom: 30px;
    /* border: 10px solid;
        border-image-slice: 1;
        border-width: 2px;
        border-radius: 4px;
        border-image-source: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%); */
  }
  
  .fireFilter__reset-btn {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
    letter-spacing: 0.05em;
    padding: 18px 80px;
    width: 100%;
    border: none;
    border-image-slice: 1;
    background: #fff;
    position: relative;
    text-align: center;
  }
  
  .fireFilter__reset-btn span {
    background: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
  }
  
  .fireFilter__reset-btn::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%);
    border-radius: 4px;
    z-index: -1;
  }
  
  .fireCases-items {
    padding-top: 50px;
    position: relative;
  }
  .fireCases-items:before{
    content: '';
    display: block;
    position: absolute;
    left: 12px;
    top: 0;
    height: 1px;
    border-top: 2px solid #EDF1F7;
    width: calc(100% - 24px);
  }
  
  .caseItem__terms {
    padding: 20px 0px 10px 0px;
  }
  
  .caseItem__terms-item {
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-right: 10px;
    background: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .caseItem {
    margin-bottom: 40px;
  }
  
  .caseItem__info-title {
    margin-top: 0;
    margin-bottom: 18px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #222B45;
  }
  
  .caseItem__info-desc {
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #222B45;
  }
  
  .fireFilter__title {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    color: #222B45;
  }
  
  .fireFilter .facetwp-checkbox {
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 42px;
    margin-bottom: -5px;
  }
  
  .fireFilter .facetwp-checkbox.selectAll {}
  
  .fireFilter .facetwp-facet {
    margin-bottom: 8px;
  }
  
  .facetwp-checkbox {
    background: url('https://4irelabs.com/wp-content/themes/4ireLabs/assets/icons/checkbox-default.svg') 0 50% no-repeat !important;
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
  }
  
  .facetwp-checkbox.checked {
    background: url('https://4irelabs.com/wp-content/themes/4ireLabs/assets/icons/checkbox-checked.svg') 0 50% no-repeat !important;
  }
  
  .fireCases {
    margin-top: 95px;
  }
  #content-part{
      margin-top: 95px;
  }
  .aioseo-breadcrumb-separator {
    position: relative;
    opacity: 1;
    width: 18px;
    height: 15px;
    left: 3px;
    top: 2px;
    display: inline-block;
  }
  
  .aioseo-breadcrumb-separator:before {
    content: '';
    opacity: 1;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.85937 4.24219L5.67187 7.05469L4.24173 8.48483L-0.000906229 4.24219L4.24173 -0.000453115L5.67187 1.42969L2.85937 4.24219Z' fill='%23222B45'/%3E%3C/svg%3E%0A");
    width: 10px;
    height: 20px;
    position: absolute;
    left: 1px;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .fireCases .aioseo-breadcrumb a{
  
    color: #222B45 !important;
  }
  .aioseo-breadcrumb {
    font-family: Gilroy !important;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    /* Text */
    color: #222B45 !important;
  }
  .aioseo-breadcrumb a {
      color: #222B45 !important;
  }
  
  .aioseo-breadcrumb a {
    font-weight: bold;
  }
  
  .facetwp-page.prev {
    background-image: url("data:image/svg+xml,%3Csvg width='74' height='32' viewBox='0 0 74 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 9L21 16L12 23' stroke='url(%23paint0_linear_216_9243)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M50 9L59 16L50 23' stroke='url(%23paint1_linear_216_9243)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M58 9L67 16L58 23' stroke='url(%23paint2_linear_216_9243)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_216_9243' x1='12' y1='16' x2='21.3837' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F64C72'/%3E%3Cstop offset='1' stop-color='%23FF9F69'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_216_9243' x1='50' y1='16' x2='59.3837' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F64C72'/%3E%3Cstop offset='1' stop-color='%23FF9F69'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_216_9243' x1='58' y1='16' x2='67.3837' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F64C72'/%3E%3Cstop offset='1' stop-color='%23FF9F69'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    height: 25px;
    width: 23px;
    background-position: left;
    transform: rotate(180deg)translateY(-6px);
  }
  
  .facetwp-page.next {
    background-image: url("data:image/svg+xml,%3Csvg width='74' height='32' viewBox='0 0 74 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 9L21 16L12 23' stroke='url(%23paint0_linear_216_9243)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M50 9L59 16L50 23' stroke='url(%23paint1_linear_216_9243)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M58 9L67 16L58 23' stroke='url(%23paint2_linear_216_9243)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_216_9243' x1='12' y1='16' x2='21.3837' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F64C72'/%3E%3Cstop offset='1' stop-color='%23FF9F69'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_216_9243' x1='50' y1='16' x2='59.3837' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F64C72'/%3E%3Cstop offset='1' stop-color='%23FF9F69'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_216_9243' x1='58' y1='16' x2='67.3837' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F64C72'/%3E%3Cstop offset='1' stop-color='%23FF9F69'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    height: 25px;
    width: 23px;
    transform: translateY(6px);
    background-position: left;
  }
  
  .facetwp-page.last::after {}
  
  .facetwp-page {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    width: 32px;
    height: 32px;
    font-weight: bold;
    cursor: default;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
  }
  
  .facetwp-page.active {
    border-image-slice: 1;
    background: #fff;
    position: relative;
    text-align: center;
    width: 32px;
    height: 32px;
    z-index: 2;
    color: #F64C72;
    text-transform: uppercase;
    border: 2px solid;
    border-image: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%);
    border-image-slice: 1;
  }
  
  .facetwp-page.next.active,
  .facetwp-page.prev.active {
    border: 0px solid;
  }
  
  .facetwp-page.last,
  .facetwp-page.first {
    position: relative;
  }
  
  .facetwp-page.first:after {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='74' height='32' viewBox='0 0 74 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 9L21 16L12 23' stroke='url(%23paint0_linear_216_9243)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M50 9L59 16L50 23' stroke='url(%23paint1_linear_216_9243)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M58 9L67 16L58 23' stroke='url(%23paint2_linear_216_9243)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_216_9243' x1='12' y1='16' x2='21.3837' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F64C72'/%3E%3Cstop offset='1' stop-color='%23FF9F69'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_216_9243' x1='50' y1='16' x2='59.3837' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F64C72'/%3E%3Cstop offset='1' stop-color='%23FF9F69'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_216_9243' x1='58' y1='16' x2='67.3837' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F64C72'/%3E%3Cstop offset='1' stop-color='%23FF9F69'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    height: 25px;
    width: 26px;
    transform: rotate(180deg)translateY(-1px);
    background-position: right;
    position: absolute;
    right: 70px;
    top: 3px;
  
  }
  
  .facetwp-page.last:after {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='74' height='32' viewBox='0 0 74 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 9L21 16L12 23' stroke='url(%23paint0_linear_216_9243)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M50 9L59 16L50 23' stroke='url(%23paint1_linear_216_9243)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M58 9L67 16L58 23' stroke='url(%23paint2_linear_216_9243)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_216_9243' x1='12' y1='16' x2='21.3837' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F64C72'/%3E%3Cstop offset='1' stop-color='%23FF9F69'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_216_9243' x1='50' y1='16' x2='59.3837' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F64C72'/%3E%3Cstop offset='1' stop-color='%23FF9F69'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_216_9243' x1='58' y1='16' x2='67.3837' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F64C72'/%3E%3Cstop offset='1' stop-color='%23FF9F69'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    height: 25px;
    width: 26px;
    transform: translateY(1px);
    background-position: right;
    position: absolute;
    left: 70px;
    top: 3px;
  }
  
  .facetwp-page.active:before {}
  
  .facetwp-page.active:after {}
  
  .facetwp-page.first.active:after {
    -webkit-filter: grayscale(100%);
    opacity: 0.5;
  }
  
  .facetwp-page.last.active:after {
    -webkit-filter: grayscale(100%);
    opacity: 0.5;
  }
  
  .selectAll {
    color: #F64C72;
  }
  
  .fireFilter__wrap{
    border-bottom: 2px solid #EDF1F7;
  }
  .fireFilter__wrap:last-child{
    border-bottom: 0px solid #EDF1F7;
  }
  .fireFilter .facetwp-facet {
  
  }
  
  .fireFilter .facetwp-checkbox {
    padding-left: 30px;
  }
  
  h2.cForm__title {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    background: linear-gradient(89.92deg, #2C5CD8 0.06%, #366EFF 99.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .fireFilter {
    padding-right: 31px;
  }
  
  .facetwp-hidden {
    display: none !important;
  }
  
  .--fill-grad{
    text-align: center;
    border: none;
    background-image: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%, #F64C72 0% ,#FF9F69 104.26%);
    background-size: 100% 100%;
    border-radius: 4px;
    padding: 10px 40px;
    /* moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; */
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    display: inline-block;
    box-sizing: border-box;
  }
  .--fill-grad:hover{
    background-position: 232% 133%;
    background-size: 200% 200%;
  
  }
  
  h2.defH2{
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
  }
  h2.defH2.-center{
    text-align: center;
  }
  
  button{
    outline: none !important;
    border: none !important;
  }
  .deftext{
    color: #353535 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .btn.primary{
    background: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%) !important;
    border-radius: 4px;
  }
  .btn.--filled{
    border-radius: 8px;
    background:  linear-gradient(90deg, #00C8F3 0%, #039BDC 104.26%);
    /* transition: all .2s linear; */
    font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  padding: 10px 40px;
  display: inline-block;
  box-sizing: border-box;
  color: #FFFFFF;
  }
  
  
  .downloadSection input.wpcf7-text{
    border: 1px solid #939AAB !important;
  box-sizing: border-box;
  background: none !important;
  border-radius: 4px !important;
  }
  .downloadSection input.wpcf7-text::placeholder{
    font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  
  display: flex;
  align-items: center;
  
  /* Grey_1 */
  
  color: #F7F9FC;
  
  opacity: 0.7;
  }
  .defH2.-grad.-centered{
    text-align: center;
  }
  .defH2.-white{
    font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  }
  .btn.-trans{
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    transition: all .2s linear;
    letter-spacing: 0.04em;
    border: 2px solid #F64C72;
    box-sizing: border-box;
    display: inline-block;
    color: #F64C72;
    padding: 10px 40px;
    border-radius: 4px;
    position: relative;
  }
  .btn.-trans span{
      background: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%);
      transition: all .2s linear;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-transform: none;
  }
  .btn.-trans::before {
      content: "";
      position: absolute;
      top: -2px;
      bottom: -2px;
      left: -2px;
      right: -2px;
      background: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%);
      border-radius: 4px;
      z-index: -1;
  }
  .btn.-trans:hover{
  background: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%);
  }
  .megaMenu__btn .btn:hover{
    background: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%);
  }
  .megaMenu__btn .btn:hover span{
    color: #fff;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #fff;
    text-transform: none;
  }
  .btn.-trans:hover span{
    color: #fff;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #fff;
    text-transform: none;
  }
  .col.contactsLinks .mailTo{
    font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  /* identical to box height, or 186% */
  width: 192px;
  
  /* Grey_1 */
  
  color: #F7F9FC;
  }
  .col.contactsLinks .telMe{
    display: flex;
    align-items: center;
    padding: 6px 0px;
    background: #FFFFFF;
    margin-bottom: 20px;
  border-radius: 4px;
  width: 192px;
  color: #2C5CD8;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height, or 117% */
  
  text-align: center;
  }
  .col.contactsLinks .telMe svg{
    margin-right: 10px;
  }
  .col.contactsLinks .btn.-trans{
    width: 192px;
    text-align: center;
    justify-content: center;
  }
  
  .wpcf7-form input,
  .wpcf7-form textarea,
  .wpcf7-form select{
    background: #F7F9FC;
    border-radius: 4px !important;
    border: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
  }
  .wpcf7-form input.wpcf7-submit{
      color: #FFF !important;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      border-radius: 4px;
      background: linear-gradient(90deg, #00C8F3 0%, #039BDC 104.26%) !important;
      padding: 10px 40px;
      box-sizing: border-box !important;
      text-transform: none !important;
      box-sizing: border-box;
      display: inline-flex;
      width: auto;
      max-width: none;
      min-width: auto;
      height: auto;
      margin-bottom: 10px;
  }
  .bottom_data p{
    font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  
  display: flex;
  align-items: center;
  
  /* Grey_3 */
  
  color: #939AAB !important;
  }
  .bottom_data p a{
    color: #2C5CD8 !important;
  }
  .file svg path{
    fill: #2F62E5;
  }
  .inner__text .file span{
    color:  #2F62E5 !important;
    font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  }
  
  .pageServ #section-2{
  
  }
  
  
  @media(min-width:1024px) and (max-width:1024px){
    .numbRoad__item-content:after {
      z-index: 0;
      content: '';
      display: block;
      width: 4px;
      height: calc(100% + 35px);
      background: #353535;
      position: absolute;
      top: 0;
      right: -33px !important;
  }
  }
  
  .-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .row.middle{
    align-items: center;
  }
  .owl-item.active.center{
  
  }
  
  .btn.--filled:hover,
  .infoMap__item-btn a:hover,
  .infoMap__item-btn a.--book:hover,
  .wpcf7-form input.wpcf7-submit:hover,
  .shareBlog__expert:hover{
    background: #FE986A !important;
  }
  
  .owl-nav button svg{
    border-radius: 50%;
  }
  .owl-nav button:hover svg{
    background: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%);
  }
  .owl-nav button:hover svg{
    background: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%);
  }
  .owl-nav button:hover svg circle{
    stroke-width: 0;
  }
  .owl-nav button:hover svg path{
    fill: #fff !important;
  }
  
  
  .tocElems,
  .latestPosts h2{
    display: block;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(89.92deg, #2C5CD8 0.06%, #366EFF 99.93%);
  }
  .editorSection ul li:before{
    background: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%) !important;
  }
  .megaMenu.scrollHead{
    background: #252980 !important;
  }
  .outerPage .listAchivments{
  
        margin-bottom: 0;
      }
  
  .megaMenu__wrap-tech__inner-item a{
    width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  .ShowAll:hover{
    cursor: pointer;
  }
  .ShowAll{
    box-sizing: border-box;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
  
  }
  .ShowAll span{
    background: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: none;
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  }
  .ShowAll svg{
    margin-left: 6px;
  }
  .fireFilter__wrap{
    margin-bottom: 15px;
  }
  .facetwp-type-checkboxes{
    overflow: hidden;
  }
  .ShowAll{
    display: none;
  }
  .ShowAll.active{
    display: block;
  }
  .ShowAll svg,
  .facetwp-facet{
    transition: all .2s linear;
  }
  .ShowAll.show svg{
    transform: rotate(180deg);
  }
  .btn.-trans::after{
      content: '';
      display: block;
      position: absolute;
      left: -1px;
      top: -1px;
      width: calc(100% + 2px);
      height: calc(100% + 2px);
  }
  #menu-blog-categories a{
    font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  
  letter-spacing: 2px;
  
  /* Text */
  
  color: #222B45;
  }
  #menu-blog-categories a:hover{
    background: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  #menu-blog-categories .current-menu-item a{
    background: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  .innericon{
    position: relative;
  }
  .innericon svg{
    display: none !important;
  }
  .innericon:after{
    position: absolute;
    content: '';
    height: 28px;
    width: 27px;
    left: 0;
    top: 0;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.1054 25.5036L20.4414 18.5726C22.1548 16.5358 23.0936 13.973 23.0936 11.305C23.0936 5.07152 18.0221 0 11.7886 0C5.55516 0 0.483643 5.07152 0.483643 11.305C0.483643 17.5385 5.55516 22.61 11.7886 22.61C14.1288 22.61 16.3588 21.9042 18.2654 20.5643L24.9801 27.5478C25.2607 27.8393 25.6382 28 26.0427 28C26.4256 28 26.7889 27.854 27.0646 27.5886C27.6505 27.0248 27.6692 26.0899 27.1054 25.5036ZM11.7886 2.94913C16.3962 2.94913 20.1445 6.69747 20.1445 11.305C20.1445 15.9125 16.3962 19.6609 11.7886 19.6609C7.18111 19.6609 3.43277 15.9125 3.43277 11.305C3.43277 6.69747 7.18111 2.94913 11.7886 2.94913Z' fill='url(%23paint0_linear_1_18287)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_18287' x1='0.483642' y1='14' x2='28.669' y2='14' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F64C72'/%3E%3Cstop offset='1' stop-color='%23FF9F69'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  #ajaxsearchlite1 .probox, div.asl_w .probox{
    border: 1px solid #F0F0F0 !important;
  box-sizing: border-box !important;
  padding: 10px 15px !important;
  height: auto !important;
  border-radius: 4px !important;
  }
  .page-id-7970 #section-3.tabHalf {
    padding-top: 100px;
  }
  .page-id-7970 #section-5.threGridPosts  {
        padding: 70px 0px 100px 0px;
  }
  
  
  
  .head{
      position: fixed;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 1000;
      padding: 20px 0;
      /* box-shadow: inset 0 0 0 3000px rgba(255,255,255,0.3); */
      
  }
  .head:after{
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    filter: blur(10px);
    background: rgba(31, 13, 82, 0.40);
    z-index: -1;
  }
  .navs:after {
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    filter: blur(10px);
    background: rgba(31, 13, 82, 0.50);
    z-index: -1;
  }
  .head_nav ul{
      display: flex;
      align-items: center;
      list-style-type: none;
  }
  .head_nav a{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }
  .head .row{
      align-items: center;
      flex-direction: row;
  }
  .hero_upd{
      background-image: url('https://4irelabs.com/wp-content/uploads/2024/01/background.png');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 200px 0 0 0;
  }
  .hero_upd h1{
      color:  #FFF;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 52px;
      margin: 0 0 20px 0;
  }
  .hero_upd p{
      color: #EAEAEA;
      margin: 0 0 32px 0;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
  }
  .head_nav{
      display: flex;
      align-items: center;
  }
  .hero_upd_logos{
      padding: 35px 0 !important;
  }
  .hero_upd_badg{
      padding: 45px 0 70px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .hero_upd .row{
      --bs-guuter-x: 100px;
  }
  main{
      overflow: hidden;
  }
  .hero_upd_slider-item{
      height: 324px;
      border-radius: 20px;
      background: #131126;
      box-shadow: 0px 32px 40px 0px rgba(0, 0, 0, 0.08);
      position: relative;
      padding: 28px;
      overflow: hidden;
  }
  .hero_upd_slider-inf{
      background: linear-gradient(180deg, rgba(19, 17, 38, 0.00) 0%, #131126 75.35%);
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 28px;
      border-radius: 0 0 20px 20px;
  }
  .hero_upd_slider-title{
      color:  #F7F9FC;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 4px;
  }
  .hero_upd_slider-desc{
      color: #F7F9FC;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; 
  }
  .hero_upd_slider-link{
      border-radius: 60px;
      background: var(--Blue-gradient, linear-gradient(90deg, #00C8F3 0%, #039BDC 104.26%));
      display: flex;
      width: 44px;
      height: 44px;
      justify-content: center;
      align-items: center;
  }
  .hero_upd_slider .swiper-wrapper{
      height: 380px;
  }
  .hero_upd_slider {
      overflow: hidden !important;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
      display: none !important;
  }
  .hero_upd_slider .swiper-button-next,
  .hero_upd_slider .swiper-button-prev{
      width: 24px !important;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
      height: 24px;
      margin: 0;
      padding: 0 !important;
  }
  .hero_upd_slider  .navs{
      position: absolute;
      display: flex;
      flex-direction: column;
      right: 0;
      top: 0;
      height: 100%;
      align-items: center;
      justify-content: center;
  }
  .hero_upd_slider{
      position: relative !important;
      padding-right: 40px !important;
  }
  .hero_upd_slider .swiper-pagination{
      position: relative !important;
      top: auto !important;
      bottom: auto !important;
      left: auto !important;
      right: auto !important;
      transform: none !important;
      padding: 4px 0;
  }
  .hero_upd_slider .swiper-pagination-bullet{
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.70);
      width: 6px;
      height: 6px;
      margin: 12px 0 !important;
  }
  .hero_upd_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #FFF;
  }
  .hero_upd_btns .btn.-fill{
      margin-right: 16px;
  }
  .head_btn .btn.-fill{
      display: flex;
      width: 40px;
      height: 40px;
      padding: 1px 0px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-left: 10px;
      border-style: none;
  }
  .head_btn{
      display: flex;
      margin-left: 40px;
  }
  .head_nav{
      justify-content: flex-end;
  }
  .head_nav  nav li {
      margin-right: 32px;
  }
  .hero_upd_slider .swiper-slide a{
      width: 100%;
  }
  .about_count{
      width: 110px;
      height: 110px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      background: #FFF;
      box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.03), 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
      color:  #00AAF3;
      text-align: center;
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 48px;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto;
  }
  .reg h2{
      color: #131126;
      font-size: 32px;
      font-style: normal;
      font-weight: 600;
      line-height: 40px;
      margin: 0 0 20px 0;
  }
  .reg p{
      color: #222B45;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      margin: 0;
  }
  .row.about_items{
      padding-top: 50px;
      --bs-gutter-x: 40px;
      --bs-gutter-y: 30px;
  }
  .about_label{
      color: #353535;
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 16px; 
  }
  .about_items-el{
      text-align: center;
  }
  .row.about_row{
      --bs-gutter-x: 200px;
      align-items: center;
  }
  .about{
      padding: 90px 0;
  }
  .head{
      background: rgba(19, 17, 38, 0.70);
      backdrop-filter: blur(15px);
  }
  .col.contactsLinks .telMe{
      background: transparent;
      justify-content: flex-start;
  }
  .col.contactsLinks .telMe span{
      color: #00AAF3;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  }
  .bottom_foot{
      background-image: url('https://staging22.4irelabs.com/wp-content/uploads/2024/01/background-1.png');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  
  }
  .contactsLinks a.btn{
      color: #FFF;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      padding: 14px 44px;
      border-radius: 4px;
      border: 2px solid#fff;
      /* Drop shadow */
      box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.03), 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
  }
  .simpleBannerFull{
      background-image: url('https://staging22.4irelabs.com/wp-content/uploads/2024/01/background-2.png') !important;
      background-repeat: no-repeat !important;
      background-position: center right !important;
      background-size: cover !important;
      /* background: transparent !important; */
  }
  .simpleBannerFull:after{
      background: linear-gradient(90deg, #131126 41.25%, rgba(19, 17, 38, 0.00) 100%) !important;
      width: 60% !important;
  
  }
  h2.defH2.-grad{
  
  }
  .simpleBannerFull .container{
      /* margin-right: 0 !important; */
  }
  .owl-nav button:hover svg {
      background:  linear-gradient(90deg, #00C8F3 0%, #039BDC 104.26%) !important;
  }
  .editorSlider__slider .owl-item:hover{
      background-color:  #131126 !important;
      background-position: bottom !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-image: url('https://staging22.4irelabs.com/wp-content/uploads/2024/01/gradient.png') !important;
      box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.03), 0px 15px 20px 0px rgba(0, 0, 0, 0.05) !important;
  }
  .editorSlider__slider .owl-item:hover .expertize-image img{
      filter: brightness(0) invert(1);
  }
  h2.defH2.-grad{
      color:  #131126 !important;
      font-size: 32px;
      font-style: normal;
      font-weight: 600;
      line-height: 40px;
  }
  
.head{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    /* padding: 20px 0; */
}
.head_upd{
    padding: 32px 0;
    height: auto !important;
    transition: all .2s linear;
}
.bscroll .head_upd{
    padding: 10px 0; 
}
.head_upd nav li{
    padding: 5px 10px;
    border-radius: 100px;
}
.head_upd nav li:hover{
   
/* border: 1px solid var(--Purple-Stroke, #4C1EA0); */
background: #3C1981;
}
.head_upd nav li:hover a{
    text-decoration: none !important;
}
.head_nav ul{
    display: flex;
    align-items: center;
    list-style-type: none;
}
.head_nav a{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px; /* 125% */
    letter-spacing: 2px;
    text-transform: uppercase;
}
.head .row{
    align-items: center;
    flex-direction: row;
}
.hero_upd{
    background-image: url('https://4irelabs.com/wp-content/uploads/2024/01/background.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 0 0;
}
.hero_upd h1{
    color:  #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    margin: 0 0 20px 0;
}
.hero_upd p{
    color: #EAEAEA;
    margin: 0 0 32px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.head_nav{
    display: flex;
    align-items: center;
}
.hero_upd_logos{
    padding: 35px 0;
}
.hero_upd_badg{
    padding: 45px 0 70px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero_upd .row{
    --bs-guuter-x: 100px;
}
main{
    overflow: hidden;
}
.hero_upd_slider-item{
    height: 324px;
    border-radius: 20px;
    background: #131126;
    box-shadow: 0px 32px 40px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 28px;
    overflow: hidden;
}
.hero_upd_slider-inf{
    background: linear-gradient(180deg, rgba(19, 17, 38, 0.00) 0%, #131126 75.35%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 28px;
    border-radius: 0 0 20px 20px;
}
.hero_upd_slider-title{
    color:  #F7F9FC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
}
.hero_upd_slider-desc{
    color: #F7F9FC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}
.hero_upd_slider-link{
    border-radius: 60px;
    background: var(--Blue-gradient, linear-gradient(90deg, #00C8F3 0%, #039BDC 104.26%));
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
}
.hero_upd_slider .swiper-wrapper{
    height: 380px;
}
.hero_upd_slider {
    overflow: hidden;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.hero_upd_slider .swiper-button-next,
.hero_upd_slider .swiper-button-prev{
    width: 24px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: 24px;
    margin: 0;
}
.hero_upd_slider  .navs{
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 0;
    top: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.hero_upd_slider{
    position: relative;
    padding-right: 40px;
}
.swiper-pagination{
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    padding: 4px 0;
}
.swiper-pagination-bullet{
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.70);
    width: 6px;
    height: 6px;
    margin: 12px 0 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFF;
}
.hero_upd_btns .btn.-fill{
    margin-right: 16px;
}
.head_btn .btn.-fill{
    display: flex;
    width: 40px;
    height: 40px;
    padding: 1px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    border-style: none;
}
.head_btn{
    display: flex;
    margin-left: 40px;
}
.head_nav{
    justify-content: flex-end;
}
.head_nav  nav li {
    margin-right: 32px;
}
.hero_upd_slider .swiper-slide a{
    width: 100%;
}
.about_count{
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.03), 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
    color:  #00AAF3;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.reg h2{
    color: #131126;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 20px 0;
}
.reg p{
    color: #222B45;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.row.about_items{
    padding-top: 50px;
    --bs-gutter-x: 40px;
    --bs-gutter-y: 30px;
}
.about_label{
    color: #353535;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
}
.about_items-el{
    text-align: center;
}
.row.about_row{
    --bs-gutter-x: 200px;
    align-items: center;
}
.about{
    padding: 90px 0;
}
.head{
    background: rgba(19, 17, 38, 0.70);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}
.col.contactsLinks .telMe{
    background: transparent;
    justify-content: flex-start;
}
.col.contactsLinks .telMe span{
    color: #00AAF3;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 14px;
}
.bottom_foot{
    background-image: url('https://staging22.4irelabs.com/wp-content/uploads/2024/01/background-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.contactsLinks a.btn{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 44px;
    border-radius: 4px;
    border: 2px solid#fff;
    /* Drop shadow */
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.03), 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
    visibility: visible !important;
}
.hero_upd_slider .swiper-button-next, .hero_upd_slider .swiper-button-prev{
    position: relative !important;
    top:auto !important;
    bottom:auto !important;
    left:auto !important;
    right:auto !important;
}
.head_nav li.hasSub{
    position: relative;
    display: flex;
    align-items: center;
}
.head_nav li.hasSub:after{
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0846 5.75L7.0013 9.25L2.91797 5.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    /* background-size: 100%; */
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    content: '';
    margin-left: 9px;
}
.head_nav li.hasSub:hover:before{
    transform: rotate(90deg);
    background-color:  #00CFFF;


}
.head_nav li.hasSub:hover a{
 color: #039BDC;
}
.head_nav li:hover a{
    color: #039BDC;
}
.head_nav li.new{
    position: relative
    
}
.head_nav li.new:before{
    content: 'new';
    color: #FFF;
    display: block;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    position: absolute;
    top: -14px;
    right: -8px;
    background: var(--Gradient, linear-gradient(111deg, #FE4377 22.63%, #F39C12 84.7%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}
.head_nav a.btn{
    text-transform: none ;
    border-radius: 8px;
    border: 1px solid #00CFFF;
    padding: 12px 30px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.hasSub {
    position: relative;
}
.menu_sub{
    position: absolute;
    width: 567px;
    padding: 24px;
    left: 0;
    top: 100%;
    border-radius: 16px;
    background: #322076;

    display: none;
}

.menu_sub-row{
    --bs-gutter-x: 31px;
    --bs-gutter-y: 27px;
}
.sub-solutions-wrap{
    border-radius: 16px;
    /* border: 1px solid #757575; */
    background: #1F0D52;
    overflow: hidden;
}
.sub-solutions-thumb{
    height: 100px;
    overflow: hidden;
}
.sub-solutions-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub-solutions-title{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    padding: 18px 38px 13px 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-top: 1px solid #757575; */
    text-transform: none;
    /* min-height: 74px; */
}
.sub-solutions-wrap.launched .sub-solutions-thumb{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-solutions-wrap{
    position: relative;
}
.sub-solutions-wrap.launched .sub-solutions-thumb img{
    width: auto;
    height: auto;
}
.sub-solutions-label{
    position: absolute;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px;
    border-radius: 4px;
    background: linear-gradient(180deg, #039BDC 0%, #00CFFF 100%);
    width: 76px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 4px;
    left: 18px;
    top: -15px;
}
.hasSub:hover .menu_sub{
    display: block;
}
.service_item{
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;

    position: relative;
    display: flex;
    align-items: center;
    padding: 12px;
    margin-bottom:26px;
    padding: 0 0 0 31px;
    color:  #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  }
.service_item:before{
    content: '';
    display: inline-block;
    width: 24px;
    background-size: cover;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5694 6.8454C10.2999 6.53091 9.8264 6.49449 9.51191 6.76405C9.19741 7.03362 9.16099 7.5071 9.43056 7.82159L10.5694 6.8454ZM14 12.0002L14.5694 12.4883C14.8102 12.2074 14.8102 11.7929 14.5694 11.5121L14 12.0002ZM9.43056 16.1787C9.16099 16.4932 9.19741 16.9667 9.51191 17.2363C9.8264 17.5058 10.2999 17.4694 10.5694 17.1549L9.43056 16.1787ZM9.43056 7.82159L13.4306 12.4883L14.5694 11.5121L10.5694 6.8454L9.43056 7.82159ZM13.4306 11.5121L9.43056 16.1787L10.5694 17.1549L14.5694 12.4883L13.4306 11.5121Z' fill='white'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 7px;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
}
.service_item:hover{
    background:  none !important;
  
}
.service_item:hover:before{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_445_6438)'%3E%3Ccircle cx='12' cy='12.21' r='12' fill='url(%23paint0_linear_445_6438)'/%3E%3Cpath d='M10.5694 6.8454C10.2999 6.53091 9.8264 6.49449 9.51191 6.76405C9.19741 7.03362 9.16099 7.5071 9.43056 7.82159L10.5694 6.8454ZM14 12.0002L14.5694 12.4883C14.8102 12.2074 14.8102 11.7929 14.5694 11.5121L14 12.0002ZM9.43056 16.1787C9.16099 16.4932 9.19741 16.9667 9.51191 17.2363C9.8264 17.5058 10.2999 17.4694 10.5694 17.1549L9.43056 16.1787ZM9.43056 7.82159L13.4306 12.4883L14.5694 11.5121L10.5694 6.8454L9.43056 7.82159ZM13.4306 11.5121L9.43056 16.1787L10.5694 17.1549L14.5694 12.4883L13.4306 11.5121Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_445_6438' x1='12' y1='0.209961' x2='12' y2='24.21' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FE4377'/%3E%3Cstop offset='1' stop-color='%23F39C12'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_445_6438'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.service_item.active{
    background:  none !important;
}
.service_item.active:before{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_445_6438)'%3E%3Ccircle cx='12' cy='12.21' r='12' fill='url(%23paint0_linear_445_6438)'/%3E%3Cpath d='M10.5694 6.8454C10.2999 6.53091 9.8264 6.49449 9.51191 6.76405C9.19741 7.03362 9.16099 7.5071 9.43056 7.82159L10.5694 6.8454ZM14 12.0002L14.5694 12.4883C14.8102 12.2074 14.8102 11.7929 14.5694 11.5121L14 12.0002ZM9.43056 16.1787C9.16099 16.4932 9.19741 16.9667 9.51191 17.2363C9.8264 17.5058 10.2999 17.4694 10.5694 17.1549L9.43056 16.1787ZM9.43056 7.82159L13.4306 12.4883L14.5694 11.5121L10.5694 6.8454L9.43056 7.82159ZM13.4306 11.5121L9.43056 16.1787L10.5694 17.1549L14.5694 12.4883L13.4306 11.5121Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_445_6438' x1='12' y1='0.209961' x2='12' y2='24.21' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FE4377'/%3E%3Cstop offset='1' stop-color='%23F39C12'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_445_6438'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.sub-service-row{
    align-items: flex-start !important;
}
.sub_items-row {
  
}

.sub_items-row a{
    text-decoration: none;
    display: flex;
    align-items: center;
}
.sub_items-row span{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-left: 12px;
    text-transform: none;
    margin-bottom: 14px;
}
.menu_sub-deco{
    position: absolute;
    bottom:0;
    right: 10px;
}
.services_item-quote{
    display: flex;
    margin-top: 55px;
}
.services_item-quote-text{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    padding-left: 29px;
}
.sub_items-single.sub_items-row{
    display: flex;
}
.sub_items-row{
    display: none;
}

.sub_items-single-ico{
    width: 21px;
}
.sub_items-single-cont{
    padding-left: 14px;
    width: calc(100% - 21px);
}
.sub_items-single-title{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 15px;
}
.sub_items-single-desc{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 20px;
}
a.sub_items-single-btn{
    color: #FFF !important;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    padding: 13px 7px;
    border-radius: 4px;
    border: 1px solid #757575;
    backdrop-filter: blur(9.5px);
    -webkit-backdrop-filter: blur(15px);
    width: auto;
    display: inline-block;
}
.quote-info-photo{
    width: 44px;
    height: 44px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 7px;
    position: relative;
}
.quote-info-name{
    color: #FFF;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px; 
}
.quote-info-pos{
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 250;
    line-height: 15px;
}
.services_item-quote-info{
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.services_item-quote-text{
    width: calc(100% - 100px);
    max-width: 300px;
}
.sub_items-row img{
    position: relative;
    top: -6px;
}
.sub-company .menu_sub-row{
    display: flex;
    flex-direction: column;
}
.sub-company{
    width: 238px;
}
.sub-company .menu_sub-row a{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px;
    opacity: 0.8;
    display: flex;
    align-items: center;
}
.sub-company .menu_sub-row a:hover{
    text-decoration: none !important;
    opacity: 1;
}
.sub-company .menu_sub-row a:hover:before{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_448_3591)'%3E%3Ccircle cx='12' cy='12.21' r='12' fill='url(%23paint0_linear_448_3591)'/%3E%3Cpath d='M10.5694 6.8454C10.2999 6.53091 9.8264 6.49449 9.51191 6.76405C9.19741 7.03362 9.16099 7.5071 9.43056 7.82159L10.5694 6.8454ZM14 12.0002L14.5694 12.4883C14.8102 12.2074 14.8102 11.7929 14.5694 11.5121L14 12.0002ZM9.43056 16.1787C9.16099 16.4932 9.19741 16.9667 9.51191 17.2363C9.8264 17.5058 10.2999 17.4694 10.5694 17.1549L9.43056 16.1787ZM9.43056 7.82159L13.4306 12.4883L14.5694 11.5121L10.5694 6.8454L9.43056 7.82159ZM13.4306 11.5121L9.43056 16.1787L10.5694 17.1549L14.5694 12.4883L13.4306 11.5121Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_448_3591' x1='12' y1='0.209961' x2='12' y2='24.21' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FE4377'/%3E%3Cstop offset='1' stop-color='%23F39C12'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_448_3591'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.sub-company .menu_sub-row a:before{
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.56944 2.8454C6.29988 2.53091 5.8264 2.49449 5.51191 2.76405C5.19741 3.03362 5.16099 3.5071 5.43056 3.82159L6.56944 2.8454ZM10 8.00016L10.5694 8.48826C10.8102 8.20739 10.8102 7.79294 10.5694 7.51207L10 8.00016ZM5.43056 12.1787C5.16099 12.4932 5.19741 12.9667 5.51191 13.2363C5.8264 13.5058 6.29988 13.4694 6.56944 13.1549L5.43056 12.1787ZM5.43056 3.82159L9.43056 8.48826L10.5694 7.51207L6.56944 2.8454L5.43056 3.82159ZM9.43056 7.51207L5.43056 12.1787L6.56944 13.1549L10.5694 8.48826L9.43056 7.51207Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 12px;
}
.sub-company .menu_sub-row a:hover{
    /* background: linear-gradient(180deg, #4C9BE8 0%, #00CFFF 100%); */
}
.head_upd nav li{
    padding: 6px 12px;
}
.services{
    padding: 175px 0 60px 0;
}
.services_item{
    padding: 24px;
    height: 220px;
    position: relative;
    background-color: #F7F9FC;
    width: 100%;
    display: block;
    background-size: cover;
}
.services_item:hover{
    background-image: url('https://staging22.4irelabs.com/wp-content/uploads/2024/02/Blockhain-development.png');
}
.services_item-arrow{
    position: absolute;
    right: 24px;
    bottom: 24px;
}
.services_item-title{
    color: #131126;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding-right: 40px;
}
.services_item-ico{
    margin-bottom: 30px;
}
.services_row{
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px;
}
.services_item:hover .services_item-title{
    color: #fff;
}
.services_item:hover svg path{
    fill: #fff;
}
.leader-comp{
    padding: 115px 0;
    background-image: url('https://staging22.4irelabs.com/wp-content/uploads/2024/02/background-7.png');
    background-size: cover;
    background-position: center;
}
.leader-comp.reg h2{
    color: #fff;
    margin: 0 0 20px 0;
}
.leader-comp .row{
    --bs-gutter-x: 80px;
    --bs-gutter-y: 30px;
}
.leader-comp-item-com,
.leader-comp-item-linker{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.leader-comp-item-photo{
    margin-bottom: 15px;
}
.leader-comp-item-com{
    margin-bottom: 5px;
}
.leader-comp-item-com .name{
    color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px;
}
.leader-comp-item-linker .position{
    color:  #939AAB;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.container {
    box-sizing: border-box;
    max-width: 1323px;
}
.mapsFooter,
.bottom_foot{
  background-color: #1A0F41;
  background-image: none;
}
h2.cForm__title{
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; 
  -webkit-text-fill-color: #fff;
}
footer form input, footer form textarea, footer form select{
  border-radius: 4px;
  background: rgba(71, 93, 127, 0.10) !important;
  background-color: rgba(71, 93, 127, 0.10) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; 
  box-sizing: border-box;
  width:100%;
  max-width:100%;
  color: #939AAB !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 16px;


}
footer form input::placeholder, footer form textarea::placeholder, footer form select::placeholder{
  color: #939AAB !important;
}
.input_box .notice{
  display: none;
}
.input_box{
  margin-right: 0;
}
.input_box span {
  display: block;
  width: 100%;
  width: 100%;
  box-sizing: border-box;
}
footer form input:hover, 
footer form textarea:hover{

}
.button.op{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 250;
  line-height: 24px;
  border-radius: 4px;
  border: 2px solid #FFF;
  /* Drop shadow */
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05), 0px 30px 50px 0px rgba(0, 0, 0, 0.03);
  padding: 14px 44px;
  text-align: center;
}
.bottom_data p{
  color: #939AAB;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: left !important;
}
.bottom_data p a{
  color: #F39C12 !important;
}
.wpcf7-form input.wpcf7-submit{
  border-radius: 4px;
  background: linear-gradient(90deg, #F39C12 0%, #FF9F69 100%) !important;
}
.fireButton{
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.fireButton .fireButton_ico{
  border-radius: 30px;
  background: linear-gradient(180deg, #FE4377 0%, #F39C12 100%);
  margin-left: 1px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fireButton .label{
  color:  #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  border-radius: 30px;
  background: linear-gradient(180deg, #FE4377 0%, #F39C12 100%);
  height: 44px;
  padding: 15px 32px;
  text-transform: none !important;
  position: relative;
  z-index: 2;
}
.fireButton_ico{
  position: relative;
  z-index: 0;
}
.fireButton .arrow{
  position: absolute;
  z-index: 3;
  transition: all .2s linear;
  opacity: 0;
  left: -20px;
  top: calc(50% - 7px);
}
.fireButton:hover .label{
  border-radius: 30px 0px 0px 30px;
  transform: translateX(1px);
}
.fireButton:hover .fireButton_ico{
  border-radius: 0px 50% 50% 0px;
  transform: translateX(-1px);
}
.fireButton:hover .fireButton_ico svg{
  opacity: 0;
}
.fireButton .label span{
  display: inline-block;
  transition: all .2s linear;
}
.fireButton:hover .label span{
  transform: translateX(40px);
}
.fireButton:hover .arrow{
  left: 30px;
  opacity: 1;
}
.home_hero,
.home_slider{
  height: 100vh;
  display: flex;
  align-items: center;
  /* background-color: #161031; */
  position: relative;
}
.home_hero .container{
  position: relative;
  z-index: 10;
}
.home_hero h1{
  color: #FFF;
font-size: 50px;
font-style: normal;
font-weight: 600;
line-height: 60px;
margin-bottom: 50px;
}
.home_hero p{
  color:  #EAEAEA;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
margin-bottom: 45px;
}
.home_hero .decor{ 
  position: absolute;
  z-index: 1;
}
.home_hero .decor.top{
  top: 0;
  right: 0;
}
.home_hero .decor.left{
  left: 0;
  top: 0;
}
.home_hero .decor.radial{
  left: 0;
  top: 0;
}
.home_hero .decor.scroll{
  bottom: 100px;
  right: 100px;
}
.home_logos-items{
  display: flex;
  align-items: center;
}
.home_logos-title{
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}
.home_slider-title{
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #FFF;
font-size: 50px;
font-style: normal;
font-weight: 800;
line-height: 109%; 
margin-bottom: 34px;
}
.home_slider-desc{
  color: #EAEAEA;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 55px;
  }
.home_logos{
  /* position: absolute;
  left: 0;
  bottom: 0; */
}




.swiper {
  width: 100%;
  height: 100%;
}



.hero_slider{
  height: 100%;
}
.home_slider-item{
  height: 400px !important;
  display: flex !important;
  align-items: center;
}
.home_slider-item .row{
  justify-content: space-between;
}
.home_slider{
  justify-content: center;
}

.member{
  padding: 50px 0;
}
.member .name{
  color: #25054D;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}
.member .position{
  color: #25054D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* margin-bottom: 22px; */
}
.member .bio{
  color: #25054D;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.member_label{
  margin-top: 50px;
  margin-bottom: 15px;
}
.member_label span{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-radius: 10px;
  background: linear-gradient(180deg, #45108A 0%, #122861 100%);
  padding: 15px 11px;
  display: inline-block;
  margin-right: 11px;
}
section{
  padding: 0;
}
.home_slider-item-img{
  text-align: right;
}
.home_logos{
  /* background-color: #161031; */
}
.hero_slider,
.home_slider-item{
  height: 500px !important;
}
.testimonials h2{
  color: #25054D;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 30px;
}
.testimonials p{
  color: #25054D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  max-width: 750px;
}
.testimonials{
  padding: 50px 0;
}
.testimonials_slider{
  position: relative !important;
  margin-top: 50px !important;
 
}
.testimonials_slider-item{
  padding: 0 100px !important;
}
.testimonials_slider-item .name{
  color: #25054D;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
.testimonials_slider-item .position{
  color: #25054D;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
.testimonials_slider-item .text{
  color: #25054D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.testimonials_slider-item .row{
  --bs-gutter-x: 44px;
}
.testimonials_slider-item-top{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.testimonials_slider-item-top svg{
  margin-left: 15px;
}
.arrows_nav-prev{
  position: absolute;
  left: 0;
  top: calc(50% - 28px);
  z-index: 100;
}
.arrows_nav-next{
  position: absolute;
  right: 0;
  top: calc(50% - 28px);
  z-index: 100;
}
.testimonials_slider-item .row{
  align-items: flex-end;
}
.prod_title{
  color: #25054D;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
}
.prod_item{
  border-radius: 10px;
  background: linear-gradient(180deg, #45108A 0%, #122861 100%);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  padding: 25px 20px; 

}
.prod_item:last-child{
  margin-bottom: 0;
}
.who{
  padding: 100px 0;
}
.who h2{
  color: #25054D;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 30px;
}
.who p{
  color: #25054D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 30px;
}
.prod_item-desc{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding-left: 20px;
  width: calc(100% - 75px);
}
.prod_item-logo{
  width: 75px;
  text-align: center;
}
.who .row{
  --bs-gutter-x: 60px;
  align-items: flex-end;
}
.who_img-first{
  margin-bottom: 20px;
}
.services_solution{
  padding: 34px;
  border-radius: 20px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  margin-top: 69px;
  height: 265px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services_solution-title{
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  width: 50%;
}
.services_solution-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services{
    background-color: #1A0F41;
}
.sol_title{
  color: #FFF;
font-size: 50px;
font-style: normal;
font-weight: 600;
line-height: 60px; 
}
.serv_title{
  color: #FFF;
font-size: 50px;
font-style: normal;
font-weight: 600;
line-height: 60px;
margin-bottom: 100px;
}
.servicess_item{
  margin-bottom: 100px;
}
.servicess_item-title{
  color: #FFF;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 40px;
}
.servicess_item ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.servicess_item ul li{

  width: 33%;
  color: #FFF;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 40px;
}
.servicess_item ul li a{
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  padding-right: 10px;
}
.servicess_item ul li a:hover{
  background: linear-gradient(142deg, #FE4377 50.45%, #F39C12 77.8%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 15px;
font-style: normal;
font-weight: 500;

text-decoration-line: underline;
}
.services_item-title{
  color: #FFF;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 40px;
margin-bottom: 30px;
}
.services .row{
  --bs-gutter-x: 60px;
}
.leadersN{
  /* background: linear-gradient(122deg, #1F0D52 9.58%, #131126 119.38%); */
  padding: 60px 0 180px 0;
}
.leadersN h2{
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 65px;
}
.leadersN-item .row{
  --bs-gutter-x: 34px;
}
.leadersN-item .name{
  color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 25px;
}
.leadersN-item .position{
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
.leadersN-item .text{
  color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 16px;
margin-top: 20px;
}
.leadersN_slider .swiper-wrapper{
 
}
.leadersN_slider-wrap{
  position: relative;
  padding: 0 100px;
}
.leadersN-item .row{
  align-items: flex-end;
}
.why{
  padding: 100px 0;
}
.why h2{
  color: #25054D;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  max-width: 700px;
  margin: 0 auto 80px auto;
}
.why_item-img{
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  width: 107px;
  height: 230px;
}
.why_item{
  display: flex;
}
.why_item-title{
  color: #25054D;
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 30px;
margin-bottom: 20px;
}
.why_item-desc{
  color: #25054D;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px;

}
.why_item-inf{
  width: calc(100% - 110px);
  padding-left: 25px;
}
.why .row{
  --bs-gutter-x: 36px;
  --bs-gutter-y: 80px;
}
.info h2{
  color: #25054D;
  margin: 0 auto 40px auto;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; 
  max-width: 700px;
}
.info .row{
  align-items: center;
}
.info_person{
  display: flex;
  align-items: flex-end;
}
.info_person-photo{
  width: 90px;
}
.info_person-inf{
  width: calc(100% - 90px);
  padding-left: 25px;
}
.info_person{
  margin-bottom: 34px;
}
.info_text{
  color: #25054D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 30px;
}
.info_person-inf .name{
  color: #25054D;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 12px;
margin-bottom: 10px;
}
.info_person-inf .pos{
  color: #25054D;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  margin-bottom: 15px;
}
.info_person-inf .text{
  color: #25054D;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.partlogos_item-title{
  color: #25054D;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 30px;
}
.partlogos_item{
  margin-bottom: 30px;
}
.partlogos_item-logo{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partlogos_item-logo.column{
  flex-direction: column;
}
.partlogos_item-logo.column img{
  margin-bottom: 24px;
  align-items: center;
  justify-content: center;
}
.partlogos_item-title.center{
  text-align: center;
}
.logospartners{
  padding: 100px 0;
  /* background: linear-gradient(122deg, #1F0D52 9.58%, #131126 119.38%); */


}
.logospartners_title{
  color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 60px;
margin-bottom: 30px;
}
.logospartners .row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.logospartners .row img{
  width: auto;
}
.news{
  padding: 100px 0;
  /* background: linear-gradient(122deg, #1F0D52 9.58%, #131126 119.38%); */
}
.news h2{
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 80px;
}

.news_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.news_item .more{
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  border-radius: 30px;
  border: 1px solid #F39C12;
  padding: 12px 30px;
}
.news_item .gen{
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.gen_cat svg{
  margin-right: 5px;
}
.gen_cat,
.gen_time{
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.news_item-img{
  text-align: center;
  margin-bottom: -75px;
  position: relative;
  z-index: 10;
}
.gen_cat{
  margin-bottom: 5px;
}
.news .row{
  --bs-gutter-x: 35px;
}
.news_item-inf{
  border-radius: 20px;
  border: 1px solid #3C3C3C;
  background: rgba(71, 93, 127, 0.10);
  backdrop-filter: blur(35px);
  padding: 125px 25px 25px 25px;
}
.news_item-inf .title{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; 
  margin-bottom: 20px;
}
.news_item-inf .date{
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 250;
  line-height: 16px;
  margin-bottom: 9px;
}
.head_nav a{
  text-transform: none !important;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
}
.head_nav .fireButton a{

color:  #FFF;
text-align: center;

font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 16px;
padding: 14px 32px;
}
.head_nav nav li {
  margin-right: 20px;
}
.pll-switcher-select{
  background-color: transparent;
  border-radius: 4px;
border: 1px solid #757575;
color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 16px; 
letter-spacing: 2px;
padding: 3px 6px;
}
.pll-switcher-select option{
  color: #000;
}
.head_nav li.hasSub:hover:before{
  /* background-image: url("data:image/svg+xml,%3Csvg width='130' height='130' viewBox='0 0 130 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_dd_174_9425)'%3E%3Ccircle cx='14.464' cy='14.464' r='14.464' transform='matrix(-0.707107 -0.707107 -0.707107 0.707107 85.7383 35.2266)' fill='url(%23paint0_linear_174_9425)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_dd_174_9425' x='0.820312' y='0.762695' width='128.926' height='128.928' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='30'/%3E%3CfeGaussianBlur stdDeviation='25'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_174_9425'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='15'/%3E%3CfeGaussianBlur stdDeviation='10'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3CfeBlend mode='normal' in2='effect1_dropShadow_174_9425' result='effect2_dropShadow_174_9425'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_174_9425' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_174_9425' x1='-1.07765e-07' y1='14.464' x2='30.1614' y2='14.464' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F64C72'/%3E%3Cstop offset='1' stop-color='%23F39C12'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); */
  background-color: linear-gradient(180deg, rgba(246,76,114,1) 0%, rgba(243,156,18,1) 51%);
}
.service_item.active{
  /* background:  linear-gradient(90deg, #F64C72 0%, #F39C12 104.26%); */
}
.service_item:hover{
  /* background:  linear-gradient(90deg, #F64C72 0%, #F39C12 104.26%); */
}
.sub-company .menu_sub-row a:hover{
  /* background:  linear-gradient(90deg, #F64C72 0%, #F39C12 104.26%); */
 
}
.head_nav li.hasSub:hover:before{
  transform: rotate(0);
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.6897 14.7167C29.6897 6.7284 23.214 0.252645 15.2257 0.252645C7.23748 0.252645 0.761719 6.7284 0.761719 14.7167C0.761719 22.7049 7.23748 29.1807 15.2257 29.1807C23.214 29.1807 29.6897 22.7049 29.6897 14.7167Z' fill='url(%23paint0_linear_200_2856)'/%3E%3Cpath d='M14.6464 19.8536C14.8417 20.0488 15.1583 20.0488 15.3536 19.8536L18.5355 16.6716C18.7308 16.4763 18.7308 16.1597 18.5355 15.9645C18.3403 15.7692 18.0237 15.7692 17.8284 15.9645L15 18.7929L12.1716 15.9645C11.9763 15.7692 11.6597 15.7692 11.4645 15.9645C11.2692 16.1597 11.2692 16.4763 11.4645 16.6716L14.6464 19.8536ZM14.5 12.5V19.5H15.5V12.5H14.5Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_200_2856' x1='15' y1='29' x2='15' y2='9.94517e-08' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F64C72'/%3E%3Cstop offset='1' stop-color='%23F39C12'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  border: 1px solid transparent;
  background-size: cover;
  background-color: transparent;
  /* background: transparent; */
}

.head_nav li:hover a {
  /* color: #fff; */
  /* text-decoration: underline; */
}
.head_nav li:hover div a{
  text-decoration: none !important;
}
.head_nav li div a:hover{
  text-decoration: underline !important;
}
.head_nav li.hasSub:hover a{
  color: #fff;
  text-decoration: underline;
  
}
.hero_slider{

  position: relative;
}
.topGradient{
  background: linear-gradient(122deg, #1F0D52 9.58%, #131126 119.38%);
  margin-bottom: 100px;
}

.fireButton > *{
  transition: all .2s linear;
}
.decor.home_slider-dec{
  position: absolute;
  left: 0;
  top: 0;
}
#fullpage section{
  padding: 0 !important;
}
.home_logos .row .col-md-8 .home_logos-items{
  justify-content: space-between;
}
.home_logos .row{
  align-items: center;
}
.home_logos{
  align-self: auto;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 50px;
}
.hero_slider .swiper-pagination{
  position: absolute;
  left: 0 !important;
  top: 20px !important;
}
.hero_slider .swiper-pagination-bullet{
  color: rgba(255, 255, 255, 0.20);
  font-size: 13px;
  font-style: normal;
  background: transparent;
  align-items: center !important; 
  margin: 0 0 40px 0 !important; 
  position: relative;
}
.hero_slider .swiper-pagination-bullet:after{
  display: block;
  content: '';
  border-radius: 50%;
  width: 7px;
  height: 7px;
  border: 3px solid #fff;
  background: transparent;
  position: absolute;
  right: -26px;
  top: -1px;
}
.hero_slider .swiper-pagination-bullet:before{
  display: block;
  content: '';
  width: 1px;
  height: 35px;
  background-color: #fff;
  position: absolute;
  opacity: 0.2;
  right: -20px;
  top: 12px;
}
.hero_slider .swiper-pagination-bullet:last-child:before{
  display: none;
}
.hero_slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
color: #FFF;
}
.hero_slider .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
  background:  #F64C72 ;
  border: 3px solid transparent;
  
}
.gradBtns{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 30px;
    background: linear-gradient(90deg, #F64C72 0%, #F39C12 104.26%);
    padding: 10px 40px;
    height: 45px;
}
.gradBtns.radial{
    background: linear-gradient(90deg, #F64C72 0%, #F39C12 104.26%);
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    display: block;
    padding: 0;
}
.gradBtns.radial svg{
    position: relative;
    top: 12px;
}
.bot span{
    color:#FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; 
    display: block;
    margin: 0 6px;
}
.card .bot{
    display: flex;
    align-items: center;
    margin-top: 37px;
}
.footerTabs_content .card{
    border-radius: 4px;
background: rgba(71, 93, 127, 0.10);
padding: 35px;


}
.card .bot{
  justify-content: space-between;
}
.card .bot .contacts,
.card .bot .buttons{
  width: 50%;
}
.card .bot .buttons{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contacts_address{
  color:#FFF;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 18px;
}
.contacts a{
  color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 18px;
text-decoration-line: underline;
}
.footerTabs_content .label{
    color: rgba(255, 255, 255, 0.05);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}
.footerTabs_content .top{
    display: flex;
    align-items: center;
}
.footerTabs_content .top .photo{
    margin-right: 20px;
    width: 77px;
    height: 77px;
    overflow: hidden;
    border-radius: 50%;
}
.footerTabs_content .top .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footerTabs_content .top .name{
    color:  #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.footerTabs_content .top .position{
    color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px;
}
.mapsFooter .row{
    --bs-gutter-x: 120px;
}
.footerTabs_nav{
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.footerTabs_nav-item {
    padding: 0 30px;
    text-align: center;
}
.footerTabs_nav-item .city{
    color:  #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}
.footerTabs_nav-item .country{
    color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 14px;
}
.mapsFooter{
    padding-top: 90px;
}
.footerTabs_nav-item{
    border-right: 1px solid rgba(255, 255, 255, 0.30);
}
.footerTabs_nav-item:last-child{
    border-right: 0px solid rgba(255, 255, 255, 0.30);
}
.footerTabs_nav-item:hover{
    cursor: pointer;
}
.footerTabs_nav-item.active .city{
    background: linear-gradient(142deg, #FE4377 50.45%, #F39C12 77.8%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.footerTabs_nav-item.active .country{
    background: linear-gradient(142deg, #FE4377 50.45%, #F39C12 77.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer{
    position: relative;
    overflow: hidden;
}
.decor.bottom{
    position: absolute;
    bottom:0;
    left: 20%;
}
.decor.left{
    position: absolute;
    top:10%;
    left: 0; 
}
.globesect{
    background-color: #1A0F41;
}
.faq,
.news,
.logospartners{
    background-color: #1A0F41;
}
.globesect .row{
    align-items: center;
    justify-content: center;
}
.globesect{
    padding: 100px 0;
    position: relative;
}
.globesect h2{
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 65px;
}
.globesect .decor{
    position: absolute;
    z-index: 1;
}
.globesect .decor.left{
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
}
.globesect .decor.right{
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
}
.globesect .container{
    z-index: 5;
    position: relative;
}
.news_item .more{
    transition: all .2s linear;
}
.news_item .more:hover{
    background-color: #F39C12;
}
.home_hero .container{
  height: 100%;
  display: flex;
  align-items: center;
}

.home_slider-item .container{
  padding: 0;
}

.home_slider-item-img{
  /* height: 470px; */
}


#sectionPin {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.pin-wrap {
  /* background: pink; */
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.innerPin{
  overflow: hidden;
  padding-left: 100px;
}
.innerPin_wrap{
  overflow: hidden;
}
.home_slider-item{
  width: calc(100% - 100px);
}



/*! locomotive-scroll v3.3.11 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.bottom-6 {
  bottom: 6rem;
}

.h-screen-2 {
  height: 200vh;
}

.h-screen-3 {
  height: 300vh;
}

.h-screen-4 {
  height: 400vh;
}

.h-screen-5 {
  height: 500vh;
}

.h-screen-1-2 {
  height: 50vh;
}
.section-about{
  position: relative;
}


.why_item-desc strong{
  color: #25054D;

font-size: 16px;
font-style: normal;
font-weight: 800;
line-height: 20px;
}
.why_item-desc{
  color: #25054D;

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px;
}
.leadersN_slider_photo{
  position: relative;
}
.leadersN_slider_photo_link{
  position: absolute;
  left: 10px;
  bottom: 0;
}
.leadersN_slider{
  padding: 0 10px !important;
}
.prod_item-desc a{
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 125% */
text-decoration-line: underline;
}
.faqN{
  background-color: #1A0F41;
  padding: 80px 0;
  position: relative;
}
.faqN h2{
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; 
  margin-bottom: 50px;
}
.faqN .decor{
  position: absolute;

}
.faqN .decor.left{
  left: 0;
  top:0;
}
.faqN .decor.right{
  right: 0;
  bottom:20%;
}
.faqN .container{
  position: relative;
  z-index: 2;
}
.accsHalf__acc{
  margin: 0 auto;
}
.accsItem {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  
  margin-bottom: 10px;
}
.accsItem__desc > *{
  color: #FFF !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px !important;
}
.accsItem__desc{
  padding: 15px;
}
.accsItem__title{
  color: #FFF;

font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 24px;
padding: 15px;
display: flex;
justify-content: space-between;
align-items: center;
}

.page{
  overflow-y: auto !important;
}
.grecaptcha-badge{
  display: none !important;
}
.home_logos-items img{
  filter: brightness(0) invert(1);
}

.footerMenu.legal{
  margin-bottom: 30px;
}
.footerMenu.menu_nameQuick{
  margin-bottom: 30px;
}
.head_btn{
  align-items: center;
}
.pll-switcher-select{
  margin-right: 10px;
}

.appear{
  transition: all .2s linear;
}
.appear.hide{
  opacity: 0 !important;
}
.sectionY_rel{
  position: relative;
}
.sectionY_img{
  display: flex;
  justify-content: flex-end;
}


.aboutProgress_numb{
  color: rgba(255, 255, 255, 0.20);
  font-size: 13px;
  font-style: normal;
  font-weight: 250;
  line-height: 166%; 
  margin-right: 9px;
}
.aboutProgress{
  height: 220px;
  width: 40px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}
.aboutProgress_bar{
  z-index: -1;
  position: absolute;
  left: 34px;
  top: 10px;
  width: 1px;
  height: 90%;
  background: rgba(255, 255, 255, 0.10);


}
.aboutProgress_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutProgress_circle{
  position: relative;
}
.aboutProgress_circle svg{
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
height: 15px;
}
.active .aboutProgress_numb{
  color: #FFF;
}


.compl{
  opacity: 0;
}
.active .compl{
  opacity: 1;
}

.aboutProgress_circle {
  position: relative;
  top: -7px;
  left: -13px;
}
.sayHello{
  width: 221px;
  height: 63px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-radius: 4px;
  background: #FFF;
  position: absolute;
  z-index: 10;
}
.sayHello .text{
  text-align: center;
  width: 50%;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  background: var(--cold2, linear-gradient(90deg, #F64C72 0%, #F39C12 104.26%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sayHello .info{
  display: flex;
  align-items: center;
}
.sayHello .sity{
  color: #222B45;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 14px;
}
.sayHello .country{
  color: #222B45;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 14px;
}
.sayHello .info .photo{
  width: 24px;
height: 24px;
margin-right: 6px;
}
.sayHello .info .photo img{
width: 100%;
height: 100%;
object-fit: cover;
}
.globe-wrapper{
  position: relative;
}
.sayHello.ukraine{
  top: 20%;
  left: 10%;
  animation: fade 9s infinite;
}
.sayHello.canada{
  bottom: 20%;
  right: 10%;
  animation: fade 9s infinite 3s;
}
.sayHello.sweden{
  top: 40%;
  left: 40%;
  animation: fade 9s infinite 6s;
}



@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.bottom_foot{
  padding-top: 100px;
}
.underWrap {
  border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}

.accsItem__title-ico{
  transition: all .2s linear;
}

.accsItem.active .accsItem__title-ico{
  transform: rotate(135deg);
}
.cases{
  padding: 90px 0;
}
.cases h2{
  color: #25054D;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 30px;
}
.cases .contant{
  color: #1F0D52;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}
.cases_row{
  /* --bs-gutter-x: 60px; */
}
.cases_slider_item{
  background-position: center;
  background-size: cover;
  height: 318px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end ;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.cases_slider_item .logo{

}
.cases_slider_item .text{
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  max-width: 290px;
}
.cases_slider {
  padding: 0 30px !important;
  box-sizing: border-box;
  border-radius: 20px;
}
.cases_slider_item .text.white{
  color: #fff;
}
.cases_slider_item .text.block{
  color: #000;
}
.herosliderM_item-img{
  margin-bottom: 40px;
}
.topWhite,
.botWhite{
    position: relative;
}
.topWhite:before{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: -100px;
    height: 130px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(0,212,255,0) 100%);
}
.botWhite:before{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -106px;
    height: 130px;
    transform: rotate(180deg);
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(0, 212, 255, 0) 100%);
}
.member{
    padding-top: 120px;
}

.member_label{

}
.member_label{
    margin-top: -16px;
    margin-bottom: 10px;
}
.member_label span{
    position: relative;
    margin-left: 0;
    margin-right: 10px;
    border-radius: 15px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    padding: 7px 12px;
    background-color: linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%);
    color: #fff;
    
}
.leadersN{
    background-color: #1A0F41;
}
.member .col-md-8{
    position: relative;
    z-index: 14;
}


.topGradient{
    margin-bottom: 0;
}
.logospartners{
    padding: 150px 0 0 0;
}
.innerImg{
    position: relative;
}
.innerImg .photo{
    position: relative;
    z-index: 3;
}
.innerImg .decor{
    position: absolute;
    left: -199px;
    top: 0;
    z-index: 3;
}

.privacyPolicy{
  padding: 30px 0 20px 0;
  border-top: 1px solid rgba(255,255,255, 0.5);
}
.privacyPolicy .container{
  display: flex;
  align-items: center;
}
.reserved{
  padding: 0 30px 0 0 !important;
}
.menu_nameQuick {
  margin-top: 20px;
}
.info .photo img{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}
.singleLine .servicess_item ul{
  flex-direction: column;
}
.singleLine .servicess_item ul li{
  width: 100%;
}
.expandCTA_text ul{
    list-style-type: none !important;
}
.accent_cover{
  height: 350px;
  background-size: cover;
  background-position: center;
}
.accent_row{
  --bs-gutter-x: 20px;
  margin-bottom: 56px;
}
.accent_info{
  display: flex;
  justify-content: space-between;
}
.accent_info-cats{
  background: var(--Gradient, linear-gradient(90deg, #F64C72 0%, #FF9F69 104.26%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; 
}
.accent_info-time{
  color: #0C0C0C;

font-family: Gilroy;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 16px;
}
.accent_title{
  color: #0C0C0C;

font-family: Gilroy;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 50px;
}
.accent_desc{
  color: #0C0C0C;

font-family: Gilroy;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px; 
}
.accent_author{
  color: #939AAB;

font-family: Gilroy;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 16px; 
}
.accent_label{

}
.serviceCore_gif-gif{
  width: initial !important;
}
.menu_sub.sub-solutions{
  width: 860px;
}
.menu_sub.sub-solutions .menu_sub-row.row .col-md-6{
  flex: 1 0 33%;
  width: 33%;
  max-width: 33%;
}
@media(max-width:768px){
  .menu_sub.sub-solutions .menu_sub-row.row .col-md-6{
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.padiright{
  padding-right: 0!important;
}
