@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap);*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote:after {
  content: "";
  content: none;
}

q::before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  outline: none;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input,
select,
textarea,
label {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: inherit;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: inherit;
  font-size: inherit;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, label::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
input::placeholder,
select::placeholder,
textarea::placeholder,
label::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
input:focus,
select:focus,
textarea:focus,
label:focus {
  outline: 0;
}

/*!
 * Bootstrap Grid v5.0.0-alpha3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}
.hebrew .offset-1 {
  margin-right: 8.3333333333%;
  margin-left: initial;
}

.offset-2 {
  margin-left: 16.6666666667%;
}
.hebrew .offset-2 {
  margin-right: 16.6666666667%;
  margin-left: initial;
}

.offset-3 {
  margin-left: 25%;
}
.hebrew .offset-3 {
  margin-right: 25%;
  margin-left: initial;
}

.offset-4 {
  margin-left: 33.3333333333%;
}
.hebrew .offset-4 {
  margin-right: 33.3333333333%;
  margin-left: initial;
}

.offset-5 {
  margin-left: 41.6666666667%;
}
.hebrew .offset-5 {
  margin-right: 41.6666666667%;
  margin-left: initial;
}

.offset-6 {
  margin-left: 50%;
}
.hebrew .offset-6 {
  margin-right: 50%;
  margin-left: initial;
}

.offset-7 {
  margin-left: 58.3333333333%;
}
.hebrew .offset-7 {
  margin-right: 58.3333333333%;
  margin-left: initial;
}

.offset-8 {
  margin-left: 66.6666666667%;
}
.hebrew .offset-8 {
  margin-right: 66.6666666667%;
  margin-left: initial;
}

.offset-9 {
  margin-left: 75%;
}
.hebrew .offset-9 {
  margin-right: 75%;
  margin-left: initial;
}

.offset-10 {
  margin-left: 83.3333333333%;
}
.hebrew .offset-10 {
  margin-right: 83.3333333333%;
  margin-left: initial;
}

.offset-11 {
  margin-left: 91.6666666667%;
}
.hebrew .offset-11 {
  margin-right: 91.6666666667%;
  margin-left: initial;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .hebrew .offset-sm-0 {
    margin-right: 0;
    margin-left: initial;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .hebrew .offset-sm-1 {
    margin-right: 8.3333333333%;
    margin-left: initial;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .hebrew .offset-sm-2 {
    margin-right: 16.6666666667%;
    margin-left: initial;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .hebrew .offset-sm-3 {
    margin-right: 25%;
    margin-left: initial;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .hebrew .offset-sm-4 {
    margin-right: 33.3333333333%;
    margin-left: initial;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .hebrew .offset-sm-5 {
    margin-right: 41.6666666667%;
    margin-left: initial;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .hebrew .offset-sm-6 {
    margin-right: 50%;
    margin-left: initial;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .hebrew .offset-sm-7 {
    margin-right: 58.3333333333%;
    margin-left: initial;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .hebrew .offset-sm-8 {
    margin-right: 66.6666666667%;
    margin-left: initial;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .hebrew .offset-sm-9 {
    margin-right: 75%;
    margin-left: initial;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .hebrew .offset-sm-10 {
    margin-right: 83.3333333333%;
    margin-left: initial;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .hebrew .offset-sm-11 {
    margin-right: 91.6666666667%;
    margin-left: initial;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .hebrew .offset-md-0 {
    margin-right: 0;
    margin-left: initial;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .hebrew .offset-md-1 {
    margin-right: 8.3333333333%;
    margin-left: initial;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .hebrew .offset-md-2 {
    margin-right: 16.6666666667%;
    margin-left: initial;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .hebrew .offset-md-3 {
    margin-right: 25%;
    margin-left: initial;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .hebrew .offset-md-4 {
    margin-right: 33.3333333333%;
    margin-left: initial;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .hebrew .offset-md-5 {
    margin-right: 41.6666666667%;
    margin-left: initial;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .hebrew .offset-md-6 {
    margin-right: 50%;
    margin-left: initial;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .hebrew .offset-md-7 {
    margin-right: 58.3333333333%;
    margin-left: initial;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .hebrew .offset-md-8 {
    margin-right: 66.6666666667%;
    margin-left: initial;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .hebrew .offset-md-9 {
    margin-right: 75%;
    margin-left: initial;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .hebrew .offset-md-10 {
    margin-right: 83.3333333333%;
    margin-left: initial;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .hebrew .offset-md-11 {
    margin-right: 91.6666666667%;
    margin-left: initial;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .hebrew .offset-lg-0 {
    margin-right: 0;
    margin-left: initial;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .hebrew .offset-lg-1 {
    margin-right: 8.3333333333%;
    margin-left: initial;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .hebrew .offset-lg-2 {
    margin-right: 16.6666666667%;
    margin-left: initial;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .hebrew .offset-lg-3 {
    margin-right: 25%;
    margin-left: initial;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .hebrew .offset-lg-4 {
    margin-right: 33.3333333333%;
    margin-left: initial;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .hebrew .offset-lg-5 {
    margin-right: 41.6666666667%;
    margin-left: initial;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .hebrew .offset-lg-6 {
    margin-right: 50%;
    margin-left: initial;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .hebrew .offset-lg-7 {
    margin-right: 58.3333333333%;
    margin-left: initial;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .hebrew .offset-lg-8 {
    margin-right: 66.6666666667%;
    margin-left: initial;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .hebrew .offset-lg-9 {
    margin-right: 75%;
    margin-left: initial;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .hebrew .offset-lg-10 {
    margin-right: 83.3333333333%;
    margin-left: initial;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .hebrew .offset-lg-11 {
    margin-right: 91.6666666667%;
    margin-left: initial;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .hebrew .offset-xl-0 {
    margin-right: 0;
    margin-left: initial;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .hebrew .offset-xl-1 {
    margin-right: 8.3333333333%;
    margin-left: initial;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .hebrew .offset-xl-2 {
    margin-right: 16.6666666667%;
    margin-left: initial;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .hebrew .offset-xl-3 {
    margin-right: 25%;
    margin-left: initial;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .hebrew .offset-xl-4 {
    margin-right: 33.3333333333%;
    margin-left: initial;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .hebrew .offset-xl-5 {
    margin-right: 41.6666666667%;
    margin-left: initial;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .hebrew .offset-xl-6 {
    margin-right: 50%;
    margin-left: initial;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .hebrew .offset-xl-7 {
    margin-right: 58.3333333333%;
    margin-left: initial;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .hebrew .offset-xl-8 {
    margin-right: 66.6666666667%;
    margin-left: initial;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .hebrew .offset-xl-9 {
    margin-right: 75%;
    margin-left: initial;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .hebrew .offset-xl-10 {
    margin-right: 83.3333333333%;
    margin-left: initial;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .hebrew .offset-xl-11 {
    margin-right: 91.6666666667%;
    margin-left: initial;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .hebrew .offset-xxl-0 {
    margin-right: 0;
    margin-left: initial;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .hebrew .offset-xxl-1 {
    margin-right: 8.3333333333%;
    margin-left: initial;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .hebrew .offset-xxl-2 {
    margin-right: 16.6666666667%;
    margin-left: initial;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .hebrew .offset-xxl-3 {
    margin-right: 25%;
    margin-left: initial;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .hebrew .offset-xxl-4 {
    margin-right: 33.3333333333%;
    margin-left: initial;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .hebrew .offset-xxl-5 {
    margin-right: 41.6666666667%;
    margin-left: initial;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .hebrew .offset-xxl-6 {
    margin-right: 50%;
    margin-left: initial;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .hebrew .offset-xxl-7 {
    margin-right: 58.3333333333%;
    margin-left: initial;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .hebrew .offset-xxl-8 {
    margin-right: 66.6666666667%;
    margin-left: initial;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .hebrew .offset-xxl-9 {
    margin-right: 75%;
    margin-left: initial;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .hebrew .offset-xxl-10 {
    margin-right: 83.3333333333%;
    margin-left: initial;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .hebrew .offset-xxl-11 {
    margin-right: 91.6666666667%;
    margin-left: initial;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
/**
 * Swiper 8.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 29, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
[data-accordeon-content] {
  overflow: hidden;
}

.custom-select__item--disabled {
  display: none;
}

[data-animation-fadeY] {
  opacity: 0;
  transform: translateY(50px);
}

.btn,
.btn-outlined {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 20px;
  border-radius: 4px;
  border: 1px solid;
  overflow: hidden;
  transform: translateZ(0);
  transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
}
.btn__text,
.btn-outlined__text {
  position: relative;
  z-index: 1;
}
.btn::before,
.btn-outlined::before {
  content: "";
  position: absolute;
  top: -700px;
  left: -700px;
  right: -700px;
  bottom: -700px;
  width: 400px;
  height: 400px;
  margin: auto;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.3s ease;
}
@media not all and (hover: none) {
  .btn:hover::before,
.btn-outlined:hover::before {
    transform: scale(1);
  }
}

.btn {
  color: #fff;
  border-color: #036DD6;
  background-color: #036DD6;
}
.btn::before {
  background-color: #fff;
}
@media not all and (hover: none) {
  .btn:hover {
    color: #036DD6;
  }
}

.btn-outlined {
  color: #036DD6;
  border-color: #036DD6;
  background-color: #fff;
}
.btn-outlined::before {
  background-color: #036DD6;
}
@media not all and (hover: none) {
  .btn-outlined:hover {
    color: #fff;
  }
}

html,
body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #333;
}
html ::-moz-selection, body ::-moz-selection {
  background-color: rgba(3, 109, 214, 0.8);
  color: #fff;
}
html ::selection,
body ::selection {
  background-color: rgba(3, 109, 214, 0.8);
  color: #fff;
}

body {
  transition: all 0.3s ease;
}
body.body-overflow {
  height: 100%;
  overflow: hidden;
  touch-action: none;
}

main {
  width: 100%;
  min-height: calc(100vh - 342px);
  min-height: calc(var(--vh, 1vh) * 100 - 342px);
}

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

button,
a {
  cursor: pointer;
}

.main {
  padding-top: 120px;
  overflow-x: hidden;
}
@media (max-width: 894px) {
  .main {
    padding-top: 90px;
  }
}

input[type=email][disabled], input[type=number][disabled], input[type=password][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=text][disabled], input[type=url][disabled], input[type=color][disabled], input[type=date][disabled], input[type=datetime][disabled], input[type=datetime-local][disabled], input[type=month][disabled], input[type=time][disabled], input[type=week][disabled], textarea[disabled] {
  opacity: 1;
}

textarea {
  overflow: auto;
  resize: none;
}

.checkbox,
.radio {
  position: relative;
}
.checkbox input,
.radio input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox label,
.radio label {
  cursor: pointer;
}
.checkbox label::before,
.radio label::before {
  content: "";
}
.checkbox label::after,
.radio label::after {
  content: "";
}
.range-input {
  -webkit-appearance: none;
}
.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -7px;
  cursor: pointer;
}
.range-input::-moz-range-thumb {
  cursor: pointer;
}
.range-input::-ms-thumb {
  cursor: pointer;
  margin-top: 0;
}
.range-input::-ms-track {
  width: 100%;
  color: transparent;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
}

.wrapper,
.container {
  padding: 0 100px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1299px) {
  .wrapper,
.container {
    padding: 0 60px;
  }
}
@media (max-width: 1054px) {
  .wrapper,
.container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .wrapper,
.container {
    padding: 0 20px;
  }
}

.is-hidden {
  display: none !important;
}

.is-invisible {
  opacity: 0 !important;
  pointer-events: none !important;
}

.txt p:not(:last-child), .txt ul:not(:last-child), .txt ol:not(:last-child), .txt li:not(:last-child) {
  margin-bottom: 1em;
}
.txt b, .txt strong {
  font-weight: 700;
}
.txt i, .txt em {
  font-style: italic;
}
.txt a {
  text-decoration: underline;
}
.txt a:hover {
  text-decoration: none;
}

.tag {
  font-size: 14px;
  font-weight: 700;
  color: #036DD6;
  text-transform: uppercase;
}

.text-lg {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 894px) {
  .text-lg {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}

.title {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
}
@media (max-width: 1054px) {
  .title {
    font-size: 32px;
    line-height: 1.125;
  }
}

.title-sm {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.text, .single-content__share-text, .single-content__content, .single-title__description, .faq__content p, .list li, .single-content__content ul li, .faq__content ul li {
  font-size: 18px;
  line-height: 1.2777777778;
  font-weight: 400;
}
@media (max-width: 894px) {
  .text, .single-content__share-text, .single-content__content, .single-title__description, .faq__content p, .list li, .single-content__content ul li, .faq__content ul li {
    font-size: 16px;
    line-height: 1.25;
  }
}
.text p:not(:last-child), .single-content__share-text p:not(:last-child), .single-content__content p:not(:last-child), .single-title__description p:not(:last-child), .faq__content p p:not(:last-child), .list li p:not(:last-child), .faq__content ul li p:not(:last-child) {
  margin-bottom: 23px;
}
@media (max-width: 894px) {
  .text p:not(:last-child), .single-content__share-text p:not(:last-child), .single-content__content p:not(:last-child), .single-title__description p:not(:last-child), .faq__content p p:not(:last-child), .list li p:not(:last-child), .faq__content ul li p:not(:last-child) {
    margin-bottom: 18px;
  }
}

.list li, .single-content__content ul li, .faq__content ul li {
  position: relative;
  display: block;
  padding-left: 25px;
}
.list li:not(:last-child), .single-content__content ul li:not(:last-child), .faq__content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.list li::before, .single-content__content ul li::before, .faq__content ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #036DD6;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  transition: box-shadow 0.3s ease, padding 0.3s ease;
}
.header--scroll:not(.menu-opened) {
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 0 30px rgba(30, 36, 54, 0.15);
}
.header__row {
  display: flex;
  align-items: center;
}
.header__logo {
  display: inline-block;
}
.header__logo-img {
  display: inline-block;
  width: auto;
  height: 88px;
}
@media (max-width: 894px) {
  .header__logo-img {
    height: 58px;
  }
}
@media (max-width: 894px) {
  .header__btn-block {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 950;
    padding: 10px 20px;
    background-color: #036DD6;
    opacity: 0;
    visibility: hidden;
    transform: translateY(120%);
    transition: all 0.5s ease;
  }
  .menu-opened .header__btn-block {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.header__btn {
  min-width: 150px;
  margin-left: 30px;
}
@media (max-width: 1299px) {
  .header__btn {
    margin-left: 20px;
  }
}
@media (max-width: 894px) {
  .header__btn {
    margin-left: 0;
    width: 100%;
    font-size: 24px;
  }
}
.header__menu-btn {
  position: relative;
  display: none;
  width: 40px;
  height: 22px;
  margin-left: 50px;
}
@media (max-width: 1054px) {
  .header__menu-btn {
    display: block;
  }
}
@media (max-width: 894px) {
  .header__menu-btn {
    margin-left: 5px;
  }
}
.header__menu-btn-line {
  position: absolute;
  left: 0;
  display: block;
  width: 40px;
  height: 2px;
  background-color: #333;
  transition: all 0.5s ease;
}
.header__menu-btn-line:first-child {
  top: 2px;
}
.menu-opened .header__menu-btn-line:first-child {
  top: 50%;
  transform: rotate(45deg);
}
.header__menu-btn-line:nth-child(2) {
  top: 10px;
}
.menu-opened .header__menu-btn-line:nth-child(2) {
  opacity: 0;
}
.header__menu-btn-line:nth-child(3) {
  top: 18px;
}
.menu-opened .header__menu-btn-line:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.footer {
  padding-top: 70px;
  background-color: #242B40;
}
@media (max-width: 894px) {
  .footer {
    padding-top: 50px;
  }
}
.footer__row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.footer__row--top {
  margin-bottom: 50px;
}
.footer__row--center {
  margin-bottom: 30px;
}
.footer__row--bottom {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .footer__row--bottom {
    flex-direction: column-reverse;
  }
}
.footer__row--bottom::before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.footer__col-lg {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 66.6666666667%;
}
@media (max-width: 894px) {
  .footer__col-lg {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
}
@media (max-width: 767px) {
  .footer__col-lg {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
  }
}
.footer__col-sm {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 33.3333333333%;
}
@media (max-width: 894px) {
  .footer__col-sm {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}
@media (max-width: 767px) {
  .footer__col-sm {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
  }
}
.footer__col-sm--end {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .footer__col-sm--end {
    margin-top: 50px;
  }
}
.footer__text {
  color: #fff;
}
@media (max-width: 894px) {
  .footer__text {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer__text {
    font-size: 18px;
  }
}
.footer__title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__title {
    text-align: center;
  }
}
.footer__contacts {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 894px) {
  .footer__contacts {
    flex-wrap: wrap;
  }
}
.footer__contacts-col {
  width: 45%;
  padding-right: 20px;
}
@media (max-width: 894px) {
  .footer__contacts-col {
    width: 100%;
  }
  .footer__contacts-col:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer__contacts-col {
    display: flex;
    flex-direction: column;
  }
}
.footer__contacts-link {
  display: inline-flex;
}
.footer__contacts-link:not(:first-child):last-child {
  margin-top: 15px;
}
@media not all and (hover: none) {
  .footer__contacts-link:hover .footer__contacts-circle {
    opacity: 1;
  }
}
.footer__contacts-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
.footer__contacts-icon {
  width: 10px;
  height: 10px;
  fill: #fff;
}
.footer__contacts-text {
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
}
.footer__created {
  display: inline-flex;
  align-items: baseline;
  transition: opacity 0.5s ease;
}
@media not all and (hover: none) {
  .footer__created:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .footer__created {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__created-text {
  display: block;
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
}
.footer__created-logo {
  height: 12px;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 767px) {
  .footer__menu {
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer__menu-item {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.footer__menu-link {
  font-size: 14px;
  color: #fff;
  transition: opacity 0.5s ease;
}
@media not all and (hover: none) {
  .footer__menu-link:hover {
    opacity: 0.5;
  }
}
.footer__copyright {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__copyright {
    display: block;
    text-align: center;
  }
}

.menu {
  margin-left: auto;
}
@media (max-width: 1054px) {
  .menu {
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 950;
    padding-bottom: 100px;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    background-color: #fff;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
}
@media (max-width: 1054px) and (max-width: 894px) {
  .menu {
    top: 90px;
  }
}
@media (max-width: 1054px) {
  .menu-opened .menu {
    opacity: 1;
    visibility: visible;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1054px) {
  .menu__list {
    padding-top: 50px;
    flex-direction: column;
  }
}
.menu__item {
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
}
@media (max-width: 1299px) {
  .menu__item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.menu__link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: color 0.5s ease;
}
.menu__link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 0;
  height: 1.5px;
  background-color: #036DD6;
  transition: width 0.3s ease;
}
@media not all and (hover: none) {
  .menu__link:hover {
    color: #036DD6;
  }
  .menu__link:hover::after {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 1054px) {
  .menu__link {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.language {
  position: relative;
  margin-left: 45px;
}
@media (max-width: 1299px) {
  .language {
    margin-left: 10px;
  }
}
@media (max-width: 1054px) {
  .language {
    margin-left: auto;
  }
}
.language__btn, .language__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  outline: none;
  text-decoration: none;
}
.language__btn {
  padding: 10px 20px;
}
@media not all and (hover: none) {
  .language__btn:hover .language__arrow {
    background-color: #036DD6;
    border-color: #036DD6;
  }
  .language__btn:hover .language__icon {
    fill: #fff;
  }
}
.opened .language__btn .language__arrow {
  background-color: #036DD6;
  border-color: #036DD6;
  transform: rotate(180deg);
}
.opened .language__btn .language__icon {
  fill: #fff;
}
.language__flag {
  display: inline-block;
  margin-right: 10px;
}
.language__text {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  width: 3.31ch;
  overflow: hidden;
}
.language__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  border-radius: 50%;
  border: 1px solid #767676;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.language__icon {
  width: 10px;
  height: 10px;
  fill: #333;
  transition: fill 0.3s ease;
}
.language__list {
  position: absolute;
  top: 100%;
  left: -50%;
  right: -50%;
  z-index: 950;
  overflow: hidden;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(30, 36, 54, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.opened .language__list {
  opacity: 1;
  visibility: visible;
}
.language li:first-child a {
  padding-top: 12px;
}
.language li:last-child a {
  padding-bottom: 12px;
}
.language li a {
  justify-content: flex-start;
  padding: 8px 20px;
  transition: background-color 0.5s ease;
}
@media not all and (hover: none) {
  .language li a:hover {
    background-color: rgba(204, 204, 204, 0.2);
  }
}

.card {
  position: relative;
}
@media not all and (hover: none) {
  .card:hover .card__image {
    transform: scale(1.05);
  }
  .card:hover .card__btn-text {
    letter-spacing: 0.8px;
  }
  .card:hover .card__btn-circle {
    transform: translateX(5px);
  }
  .card:hover .card__btn-circle::before {
    transform: scale(1);
  }
  .card:hover .card__btn-icon {
    fill: #fff;
  }
}
.card__image-block {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
  border-radius: 8px;
  overflow: hidden;
  transform: translateZ(0);
}
.card__image {
  position: absolute;
  top: -1000px;
  left: -1000px;
  right: -1000px;
  bottom: -1000px;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s ease;
}
.card__title {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .card__title {
    margin-top: 10px;
  }
}
.card__text {
  max-height: 70px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 894px) {
  .card__text {
    max-height: 64px;
  }
}
@media (max-width: 767px) {
  .card__text {
    margin-bottom: 10px;
  }
}
.card__btn {
  display: flex;
  align-items: center;
}
.card__btn-text {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #036DD6;
  margin-right: 8px;
  margin-bottom: 2px;
  transition: letter-spacing 0.5s ease;
}
.card__btn-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 0.5px solid #036DD6;
  transition: transform 0.5s ease;
}
.card__btn-circle::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #036DD6;
  transform: scale(0);
  transition: transform 0.5s ease;
}
.card__btn-icon {
  position: relative;
  z-index: 2;
  width: 5px;
  height: 5px;
  margin-left: 1px;
  fill: #036DD6;
  transition: fill 0.5s ease;
}
.card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .socials {
    justify-content: center;
  }
}
.socials__item {
  display: block;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.socials__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1E2436;
}
@media not all and (hover: none) {
  .socials__link:hover .socials__icon {
    opacity: 1;
  }
}
.socials__icon {
  width: 20px;
  height: 20px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 920;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #036DD6;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .to-top {
    right: 15px;
    bottom: 15px;
  }
}
.to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.to-top__icon {
  width: 25px;
  height: 25px;
  fill: #fff;
}

.title-block {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #FFF7F1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .title-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.title-block__wrapper {
  position: relative;
}
.title-block__circle {
  position: absolute;
  left: -100px;
  bottom: 0;
  max-width: 580px;
  max-height: 580px;
  width: 40.28vw;
  height: 40.28vw;
  border-radius: 50%;
  background-color: #FFE8D9;
}
.title-block__content {
  position: relative;
  z-index: 2;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.title-block__title {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .title-block__title {
    margin-top: 5px;
  }
}

.pagination {
  padding-top: 20px;
}
.pagination__block, .pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__number, .pagination__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #036DD6;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  color: #036DD6;
  overflow: hidden;
  transition: color 0.3s ease;
}
@media not all and (hover: none) {
  .pagination__number:hover, .pagination__arrow:hover {
    color: #fff;
  }
  .pagination__number:hover::before, .pagination__arrow:hover::before {
    transform: scale(1);
  }
  .pagination__number:hover .pagination__icon, .pagination__arrow:hover .pagination__icon {
    fill: #fff;
  }
}
@media (max-width: 767px) {
  .pagination__number, .pagination__arrow {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.active .pagination__number, .active .pagination__arrow {
  color: #fff;
}
.active .pagination__number::before, .active .pagination__arrow::before {
  transform: scale(1);
}
.pagination__number::before, .pagination__arrow::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  z-index: -1;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #036DD6;
  transform: scale(0);
  transition: transform 0.3s ease;
}
.pagination__arrow {
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pagination__arrow {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.pagination__arrow.pagination__arrow--disabled {
  pointer-events: none;
  opacity: 0.3;
}
.pagination__icon {
  width: 12px;
  height: 12px;
  fill: #036DD6;
  transition: fill 0.3s ease;
}
.prev .pagination__icon {
  transform: rotate(180deg);
}

* {
  scrollbar-width: thin;
  scrollbar-color: #F5F5F5;
}
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-track {
  background: #F5F5F5;
}
*::-webkit-scrollbar-thumb {
  background-color: #036DD6;
  border-radius: 20px;
}

.help-card {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 80px 25px 30px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(30, 36, 54, 0.1);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .help-card {
    padding: 20px 80px 20px 20px;
  }
}
.help-card__image-block {
  position: relative;
  overflow: hidden;
  width: 42px;
  height: 42px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .help-card__image-block {
    width: 32px;
    height: 32px;
  }
}
.help-card__image {
  position: absolute;
  top: -1000px;
  left: -1000px;
  right: -1000px;
  bottom: -1000px;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.help-card__info {
  width: calc(100% - 57px);
}
@media (max-width: 767px) {
  .help-card__info {
    width: calc(100% - 47px);
  }
}
.help-card__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2777777778;
  word-break: break-all;
}
.help-card__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2857142857;
  color: #767676;
}
.help-card__copy {
  position: absolute;
  top: calc(50% - 15px);
  right: 30px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .help-card__copy {
    top: calc(50% - 12.5px);
    right: 20px;
  }
}
@media not all and (hover: none) {
  .help-card__copy:hover {
    opacity: 0.8;
  }
}
.help-card__copy-icon {
  width: 30px;
  height: 30px;
  fill: #036DD6;
}
@media (max-width: 767px) {
  .help-card__copy-icon {
    width: 25px;
    height: 25px;
  }
}

.message {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 920;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}
.message.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.message__text {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.hero {
  margin-top: 35px;
  margin-bottom: 50px;
  background-color: #FFF7F1;
}
@media (max-width: 1054px) {
  .hero {
    margin-top: 0;
  }
}
.hero__wrapper {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}
@media (max-width: 894px) {
  .hero__wrapper {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.hero__content {
  width: 41.7%;
}
@media (max-width: 894px) {
  .hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
  }
}
.hero__title {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
}
@media (max-width: 894px) {
  .hero__title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
.hero__text {
  max-width: 505px;
}
.hero__btn {
  margin-top: 40px;
  min-width: 285px;
}
@media (max-width: 894px) {
  .hero__btn {
    margin-top: 20px;
  }
}
.hero__circle {
  position: absolute;
  right: 12vw;
  bottom: -55px;
  max-width: 580px;
  max-height: 580px;
  width: 40.28vw;
  height: 40.28vw;
  border-radius: 50%;
  background-color: #FFE8D9;
}
@media (max-width: 767px) {
  .hero__circle {
    right: 20vw;
    width: 65vw;
    height: 65vw;
    bottom: -50px;
  }
}
.hero__image {
  display: block;
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 55.6%;
  height: auto;
}
@media (max-width: 894px) {
  .hero__image {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .hero__image {
    width: 95%;
  }
}

.partners {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .partners {
    padding-bottom: 30px;
  }
}
.partners__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2307692308;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .partners__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.partners__block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 20px 40px;
  height: 124px;
  box-shadow: 0px 0px 30px rgba(30, 36, 54, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .partners__block {
    height: 90px;
    padding: 20px;
  }
}
.partners__block::before, .partners__block::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
  width: 100px;
}
@media (max-width: 767px) {
  .partners__block::before, .partners__block::after {
    width: 40px;
  }
}
.partners__block::before {
  left: 0;
}
.partners__block::after {
  right: 0;
  transform: rotate(180deg);
}
.partners__slider {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}
.partners__slide {
  width: 150px;
}
@media (max-width: 767px) {
  .partners__slide {
    width: 100px;
  }
}
.partners__item {
  position: relative;
  width: 150px;
  height: 80px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .partners__item {
    width: 100px;
    height: 50px;
  }
}
.partners__logo {
  position: absolute;
  top: -1000px;
  left: -1000px;
  right: -1000px;
  bottom: -1000px;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .partners__logo {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.about {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.about__row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.about__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 894px) {
  .about__col {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
  }
}
.about__title {
  max-width: 505px;
  margin-top: 10px;
}
.about__text {
  margin-top: 35px;
}
@media (max-width: 894px) {
  .about__text {
    max-width: 600px;
  }
}

.aim {
  position: relative;
  margin-top: 50px;
  margin-bottom: 110px;
  background-color: #FFF7F1;
}
@media (max-width: 894px) {
  .aim {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.aim__wrapper {
  position: relative;
}
.aim__circle {
  position: absolute;
  top: 42px;
  left: calc(-100px - 10%);
  max-width: 660px;
  max-height: 660px;
  width: 45.82vw;
  height: 45.82vw;
  background-color: #FFE8D9;
  border-radius: 50%;
}
@media (max-width: 894px) {
  .aim__circle {
    top: inherit;
    left: 50%;
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .aim__circle {
    width: 60vw;
    height: 60vw;
  }
}
.aim__row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
@media (max-width: 894px) {
  .aim__row {
    flex-direction: column-reverse;
  }
}
.aim__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 894px) {
  .aim__col {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
  }
}
.aim__content {
  position: relative;
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 70px;
}
@media (max-width: 1054px) {
  .aim__content {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.aim__image-block {
  position: relative;
  overflow: hidden;
  width: 83%;
  height: 92%;
  border-radius: 30px;
  margin-top: 80px;
  margin-bottom: -40px;
}
@media (max-width: 894px) {
  .aim__image-block {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 45vw;
    height: 50vw;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .aim__image-block {
    width: 70vw;
    height: 80vw;
  }
}
.aim__image {
  position: absolute;
  top: -1000px;
  left: -1000px;
  right: -1000px;
  bottom: -1000px;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.aim__title {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 894px) {
  .aim__title {
    margin-bottom: 10px;
  }
}
.aim__list {
  margin-top: 30px;
}
@media (max-width: 894px) {
  .aim__list {
    margin-top: 20px;
  }
}
.aim__list li {
  max-width: 475px;
}

.projects {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .projects {
    padding-bottom: 70px;
  }
}
.projects__title-row, .projects__row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.projects__row {
  margin-top: 50px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .projects__row {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.projects__title-col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .projects__title-col {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
  }
}
.projects__title {
  margin-top: 10px;
}
.projects__text {
  margin-top: 38px;
}
@media (max-width: 894px) {
  .projects__text {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .projects__text {
    margin-top: 10px;
  }
}
.projects__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 33.3333333333%;
}
@media (max-width: 767px) {
  .projects__col {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
  }
  .projects__col:not(:last-child) {
    margin-bottom: 30px;
  }
}
.projects__more-block {
  display: flex;
  justify-content: center;
}
.projects__btn-more {
  min-width: 225px;
}

.projects-archive {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .projects-archive {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.projects-archive__row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.projects-archive__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 33.3333333333%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .projects-archive__col {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 30px;
  }
}

.faq {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .faq {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.faq__block {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 30px rgba(30, 36, 54, 0.1);
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.faq__block:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .faq__block:not(:last-child) {
    margin-bottom: 15px;
  }
}
.faq__btn {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq__btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.faq__title {
  width: calc(100% - 80px);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 894px) {
  .faq__title {
    font-size: 20px;
    line-height: 1.2;
  }
}
.faq__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #036DD6;
}
@media (max-width: 767px) {
  .faq__arrow {
    width: 30px;
    height: 30px;
  }
}
.faq__icon {
  width: 22px;
  height: 22px;
  fill: #fff;
  transition: transform 0.5s ease;
}
@media (max-width: 767px) {
  .faq__icon {
    width: 16px;
    height: 16px;
  }
}
.is-opened .faq__icon {
  transform: rotate(180deg);
}
.faq__answer {
  max-width: 845px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .faq__answer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.faq__content {
  padding-top: 15px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .faq__content {
    padding-top: 5px;
    padding-bottom: 25px;
  }
}
.faq__content p:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .faq__content p:not(:last-child) {
    margin-bottom: 18px;
  }
}
.faq__content ul {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .faq__content ul {
    padding-left: 10px;
  }
}
.faq__content ul:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .faq__content ul:not(:first-child) {
    margin-top: 18px;
  }
}
.faq__content ul:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .faq__content ul:not(:last-child) {
    margin-bottom: 18px;
  }
}
.faq__content a {
  font-weight: 700;
  color: #036DD6;
}

.contacts {
  position: relative;
  padding-top: 70px;
  padding-bottom: 20px;
}
@media (max-width: 894px) {
  .contacts {
    padding-top: 50px;
  }
}
.contacts::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 260px;
  bottom: 0;
  background-color: #242B40;
}
.contacts__block {
  position: relative;
  z-index: 2;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 105px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(30, 36, 54, 0.1);
  border-radius: 10px;
}
@media (max-width: 1054px) {
  .contacts__block {
    padding: 50px 70px;
  }
}
@media (max-width: 767px) {
  .contacts__block {
    padding: 30px 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.contacts__block .wpcf7-spinner {
  position: absolute !important;
  right: 0;
  top: 13px;
}
.contacts__block .wpcf7-response-output {
  padding: 10px 15px !important;
  border-width: 1px !important;
  text-align: center;
}
.contacts__title {
  margin-top: 10px;
  font-size: 32px;
  line-height: 1.25;
}
@media (max-width: 894px) {
  .contacts__title {
    font-size: 24px;
    line-height: 0.8823529412;
  }
}
.contacts__row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-top: 40px;
}
@media (max-width: 894px) {
  .contacts__row {
    margin-top: 20px;
  }
}
.contacts__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 894px) {
  .contacts__col {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 894px) {
  .contacts__info {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.contacts__link {
  display: inline-flex;
}
.contacts__link:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 894px) {
  .contacts__link:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media not all and (hover: none) {
  .contacts__link:hover .contacts__circle::before {
    transform: scale(1);
  }
  .contacts__link:hover .contacts__icon {
    fill: #036DD6;
  }
}
.contacts__circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #036DD6;
  overflow: hidden;
  border: 1px solid #036DD6;
  transform: translateZ(0);
}
.contacts__circle::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.3s ease;
}
.contacts__icon {
  position: relative;
  z-index: 2;
  width: 10px;
  height: 10px;
  fill: #fff;
  transition: fill 0.3s ease;
}
.contacts__text {
  display: block;
  max-width: calc(100% - 32px);
  font-size: 16px;
  line-height: 1.25;
}
.contacts__label {
  display: block;
  margin-bottom: 20px;
}
.contacts__input-text {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.contacts__input, .contacts__textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #9E9E9E;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
}
.contacts__input::-moz-placeholder, .contacts__textarea::-moz-placeholder {
  opacity: 0.5;
}
.contacts__input::placeholder, .contacts__textarea::placeholder {
  opacity: 0.5;
}
.contacts__textarea {
  height: 120px;
}
.contacts__btn-block {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.contacts__btn-label {
  display: inline-block;
  min-width: 285px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contacts__btn-label {
    min-width: 100%;
  }
}
.contacts__btn-label input {
  display: none;
}

.help {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .help {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.help__title {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .help__title {
    font-size: 28px;
    line-height: 1.1428571429;
    margin-bottom: 20px;
  }
}
.help__block:not(:last-child) {
  margin-bottom: 30px;
}
.help__block-title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .help__block-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
  }
}
.help__row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.help__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .help__col {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 10px;
  }
}

.single-title {
  background-color: #FFF7F1;
}
.single-title__wrapper {
  position: relative;
}
.single-title__row {
  position: relative;
  z-index: 2;
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.single-title__col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .single-title__col {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
  }
}
.single-title__content {
  padding-top: 130px;
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .single-title__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.single-title__title {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single-title__title {
    margin-bottom: 10px;
  }
}
.single-title__description {
  max-width: 430px;
}
.single-title__image-block {
  position: relative;
  z-index: 2;
  width: calc(100% + 100px);
  height: 100%;
  overflow: hidden;
  margin-right: -100px;
}
@media (max-width: 767px) {
  .single-title__image-block {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
.single-title__image {
  position: absolute;
  top: -1000px;
  left: -1000px;
  right: -1000px;
  bottom: -1000px;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .single-title__image {
    position: static;
  }
}
.single-title__circle {
  position: absolute;
  right: 30%;
  bottom: -50px;
  width: 30vw;
  height: 30vw;
  max-width: 430px;
  max-height: 430px;
  border-radius: 50%;
  background-color: #FFE8D9;
}
@media (max-width: 767px) {
  .single-title__circle {
    width: 50vw;
    height: 50vw;
    top: 30%;
    right: -20vw;
  }
}

.single-content {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-content {
    padding-top: 50px;
  }
}
.single-content__wrapper {
  position: relative;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .single-content__wrapper {
    padding-bottom: 50px;
  }
}
.single-content__wrapper::after {
  content: "";
  position: absolute;
  left: 100px;
  right: 100px;
  bottom: 0;
  height: 1px;
  background-color: #036DD6;
}
@media (max-width: 1299px) {
  .single-content__wrapper::after {
    left: 60px;
    right: 60px;
  }
}
@media (max-width: 1054px) {
  .single-content__wrapper::after {
    left: 40px;
    right: 40px;
  }
}
@media (max-width: 767px) {
  .single-content__wrapper::after {
    left: 20px;
    right: 20px;
  }
}
.single-content__content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.single-content__content p:not(:first-child) {
  margin-top: 24px;
}
.single-content__content a {
  font-weight: 700;
  color: #036DD6;
  transition: opacity 0.3s ease;
}
@media not all and (hover: none) {
  .single-content__content a:hover {
    opacity: 0.7;
  }
}
.single-content__content ul {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .single-content__content ul {
    padding-left: 10px;
  }
}
.single-content__slider {
  overflow: visible;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .single-content__slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.single-content__slider-item {
  width: auto;
}
.single-content__image {
  display: block;
  width: auto;
  height: 540px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 894px) {
  .single-content__image {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .single-content__image {
    height: 250px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.single-content__manage {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.single-content__btn-arrow {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #036DD6;
  background-color: #fff;
  cursor: pointer;
}
@media not all and (hover: none) {
  .single-content__btn-arrow:hover::before {
    transform: scale(1);
  }
  .single-content__btn-arrow:hover .single-content__btn-icon {
    fill: #fff;
  }
}
.single-content__btn-arrow::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  background-color: #036DD6;
  transform: scale(0);
  transition: transform 0.3s ease;
}
.single-content__prev {
  transform: rotate(180deg);
}
.single-content__btn-icon {
  position: relative;
  z-index: 2;
  width: 12px;
  height: 12px;
  fill: #036DD6;
  transition: fill 0.3s ease;
}
.single-content__fraction {
  margin-left: 50px;
  margin-right: 50px;
  color: #036DD6;
  font-size: 18px;
  line-height: 1.2777777778;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .single-content__fraction {
    font-size: 16px;
  }
}
.single-content__fraction .swiper-pagination-current {
  font-size: 32px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .single-content__fraction .swiper-pagination-current {
    font-size: 24px;
  }
}
.single-content__share {
  display: flex;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .single-content__share {
    flex-direction: column;
  }
}
.single-content__share-text {
  font-weight: 700;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .single-content__share-text {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.single-content__share-list {
  display: flex;
  align-items: center;
}
.single-content__share-link {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #036DD6;
  border-radius: 50%;
  border: 1px solid #036DD6;
  transform: translateZ(0);
}
@media not all and (hover: none) {
  .single-content__share-link:hover::before {
    transform: scale(1);
  }
  .single-content__share-link:hover .single-content__share-icon {
    fill: #036DD6;
  }
}
.single-content__share-link::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(0);
  transition: transform 0.3s ease;
}
.single-content__share-icon {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: fill 0.3s ease;
}