@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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, 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, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

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

body {
  line-height: 1.4;
  transition: 0s;
  background: #fff;
  color: #042333;
  font-size: 14px;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td, .table-respond th {
  white-space: nowrap;
}

.btn, .btn:focus, .btn:hover {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.container {
  max-width: 1330px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1140px) {
  .container {
    max-width: 1330px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

[class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row {
  margin: -10px;
}
.row [class*=col-] {
  padding: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 12px 22px;
  transition: 0.3s all ease;
  min-width: 230px;
  text-transform: capitalize !important;
}
@media (max-width: 991px) {
  .btn {
    padding: 5px 20px;
  }
}
.btn_black {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background: #18181b;
  border-radius: 100px;
  height: initial;
  min-height: 52px;
}
@media (max-width: 991px) {
  .btn_black {
    min-height: 40px;
    font-size: 16px !important;
    padding: 5px 20px;
  }
}
.btn_black svg {
  display: block;
  margin: 0 0 0 8px;
}
.btn_black:hover, .btn_black:focus {
  background: #264071;
  text-decoration: none;
  color: #fff;
}
.btn_red {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background: #264071;
  border: 1px solid #264071;
  border-radius: 100px;
  height: initial;
  min-height: 58px;
}
@media (max-width: 991px) {
  .btn_red {
    min-height: 48px !important;
    font-size: 16px !important;
    padding: 5px 20px;
  }
}
.btn_red svg {
  display: block;
  margin: 0 0 0 8px;
}
.btn_red svg path {
  transition: 0.3s all ease;
}
.btn_red:hover, .btn_red:focus {
  background: transparent;
  text-decoration: none;
  color: #264071;
}
.btn_red:hover svg path, .btn_red:focus svg path {
  stroke: #264071;
}
.btn_white {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #18181b;
  background: #fafafa;
  border-radius: 100px;
  height: initial;
  min-height: 52px;
}
@media (max-width: 991px) {
  .btn_white {
    min-height: 48px !important;
    font-size: 16px !important;
    padding: 5px 20px;
  }
}
.btn_white svg {
  display: block;
  margin: 0 0 0 8px;
}
.btn_white svg path {
  transition: 0.3s all ease;
}
.btn_white:hover, .btn_white:focus {
  background: #18181b;
  text-decoration: none;
  color: #fff;
}
.btn_white:hover svg path, .btn_white:focus svg path {
  stroke: #fff;
}
.btn_bordered__white {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #fafafa;
  background: transparent;
  border: 1px solid #e4e4e7;
  border-radius: 100px;
  height: initial;
  min-height: 52px;
}
@media (max-width: 991px) {
  .btn_bordered__white {
    min-height: 48px !important;
    font-size: 16px !important;
    padding: 5px 20px;
  }
}
.btn_bordered__white svg {
  display: block;
  margin: 0 0 0 8px;
}
.btn_bordered__white svg path {
  transition: 0.3s all ease;
}
.btn_bordered__white:hover, .btn_bordered__white:focus {
  background: #fafafa;
  text-decoration: none;
  color: #18181b;
}
.btn_bordered__white:hover svg path, .btn_bordered__white:focus svg path {
  stroke: #18181b;
}
.btn_bordered__red {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #18181b;
  background: #fff;
  border: 1px solid #264071;
  border-radius: 100px;
  height: initial;
  min-height: 52px;
}
@media (max-width: 991px) {
  .btn_bordered__red {
    min-height: 48px !important;
    font-size: 16px !important;
    padding: 5px 20px;
  }
}
.btn_bordered__red svg {
  display: block;
  margin: 0 0 0 8px;
}
.btn_bordered__red svg path {
  transition: 0.3s all ease;
}
.btn_bordered__red:hover, .btn_bordered__red:focus {
  background: #264071;
  text-decoration: none;
  color: #fafafa;
}
.btn_bordered__red:hover svg path, .btn_bordered__red:focus svg path {
  stroke: #fafafa;
}

.page-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .page-subtitle {
    justify-content: flex-start;
    margin: 0 0 16px;
  }
}
.page-subtitle p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.66667;
  color: #444;
  text-align: center;
  padding: 5px 20px;
  border-radius: 100px;
  background: #f4f4f5;
}
@media (max-width: 991px) {
  .page-subtitle p {
    background: transparent;
    padding: 0;
    text-align: left;
    font-size: 14px;
  }
}
.page-subtitle--white {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .page-subtitle--white {
    justify-content: flex-start;
    margin: 0 0 16px;
  }
}
.page-subtitle--white p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.66667;
  color: #71717a;
  text-align: center;
  padding: 5px 20px;
  border-radius: 100px;
  background: #fff;
}
@media (max-width: 991px) {
  .page-subtitle--white p {
    background: transparent;
    padding: 0;
    text-align: left;
    font-size: 14px;
  }
}

h1,
.h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  color: #18181b;
  margin: 0 0 32px;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 40px;
    margin: 0 0 20px;
  }
}
h1 span,
.h1 span {
  color: #264071;
}

h2,
.h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 60px;
  text-align: center;
  color: #18181b;
  text-transform: uppercase;
  line-height: 1.15;
  margin: 0 0 10px;
}
@media (max-width: 1440px) {
  h2,
  .h2 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    color: #18181b;
    text-align: left;
    margin: 0 0 16px;
  }
}
h2 span,
.h2 span {
  color: #264071;
}

h3,
.h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 1.2;
  text-align: center;
  color: #18181b;
  margin: 0 0 24px;
}
@media (max-width: 1141px) {
  h3,
  .h3 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-weight: 400;
    line-height: 1;
    color: #18181b;
    text-align: left;
    margin: 0 0 16px;
  }
}
h3 span,
.h3 span {
  color: #264071;
}

h4,
.h4 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #18181b;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: 36px;
  }
}

.page-description {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #71717a;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .page-description {
    font-size: 16px;
    text-align: left;
    margin: 0 0 20px;
  }
}
.page-description--small {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #71717a;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .page-description--small {
    font-size: 16px;
    text-align: left;
    margin: 0 0 20px;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 32px;
  overflow: auto;
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin: 0 0 16px;
  }
}
.breadcrumbs small {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #71717a;
  margin: 0 5px 0 0;
}
.breadcrumbs small:nth-last-child(1) {
  margin: 0 0 0 5px;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
.breadcrumbs ul li {
  margin: 0;
}
.breadcrumbs ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #71717a;
  position: relative;
  margin: 0 16px 0 0;
  text-decoration: none !important;
  white-space: nowrap;
}
.breadcrumbs ul li a br {
  display: none !important;
}
.breadcrumbs ul li a:hover {
  color: #c7202f;
}
.breadcrumbs ul li a:after {
  content: "»";
  position: absolute;
  left: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%);
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #71717a;
}
.breadcrumbs ul li span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #18181b;
  white-space: nowrap;
}
.breadcrumbs ul li span br {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

main {
  padding: 110px 0 0 0;
}
@media (max-width: 991px) {
  main {
    padding: 104px 0 0 0;
  }
}

.has-secondary-menu main {
  padding: 180px 0 0 0;
}
@media (max-width: 991px) {
  .has-secondary-menu main {
    padding: 104px 0 0 0;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.fixed-feedback {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  z-index: 40;
}
@media (max-width: 991px) {
  .fixed-feedback {
    bottom: 30px;
    right: 15px;
  }
}
.fixed-feedback.active a, .fixed-feedback.active button:not(.open-feedback-menu) {
  opacity: 1;
  visibility: visible;
}
.fixed-feedback.active a:nth-child(1), .fixed-feedback.active button:not(.open-feedback-menu):nth-child(1) {
  transform: translateX(-95px) scale(1);
}
.fixed-feedback.active a:nth-child(2), .fixed-feedback.active button:not(.open-feedback-menu):nth-child(2) {
  transform: translate(-70px, -70px) scale(1);
}
.fixed-feedback.active a:nth-child(3), .fixed-feedback.active button:not(.open-feedback-menu):nth-child(3) {
  transform: translateY(-95px) scale(1);
}
.fixed-feedback.active .open-feedback-menu svg {
  transform: rotate(135deg);
}
.fixed-feedback a, .fixed-feedback button:not(.open-feedback-menu) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: #18181b;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1);
}
.fixed-feedback a:focus-visible, .fixed-feedback button:not(.open-feedback-menu):focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.fixed-feedback a:hover span, .fixed-feedback button:not(.open-feedback-menu):hover span {
  opacity: 1;
  visibility: visible;
}
.fixed-feedback a svg, .fixed-feedback button:not(.open-feedback-menu) svg {
  display: block;
  width: 30px;
  height: 30px;
}
.fixed-feedback a span, .fixed-feedback button:not(.open-feedback-menu) span {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.fixed-feedback button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: #264071;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 50;
}
.fixed-feedback button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.fixed-feedback button svg {
  display: block;
  width: 20px;
  height: 20px;
  transition: 0.3s all ease;
}

.section-error {
  padding: 50px 0 150px 0;
}
@media (max-width: 991px) {
  .section-error {
    padding: 30px 0;
  }
}
.section-error h2 {
  text-align: center;
  font-size: 275px;
  line-height: 1;
  font-weight: bold;
  color: #264071;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-error h2 {
    font-size: 150px;
  }
}
.section-error p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.13636;
  letter-spacing: -0.01em;
  text-align: center;
  color: #18181b;
  margin: 0 0 48px;
}
@media (max-width: 991px) {
  .section-error p {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.33333;
    opacity: 0.8;
    margin: 0 0 24px;
  }
}
.section-error p a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.section-error p a:hover {
  border-color: transparent;
}
@media (max-width: 767px) {
  .section-error p br {
    display: none;
  }
}

.table-wrapper {
  overflow: auto;
  margin: 10px 0;
}
@media (max-width: 991px) {
  .table-wrapper {
    padding: 0 0 5px;
  }
}
.table-wrapper table {
  width: 100%;
}
@media (max-width: 991px) {
  .table-wrapper table {
    min-width: 768px;
  }
}
.table-wrapper table thead {
  border-bottom: none !important;
}
.table-wrapper table thead tr {
  background: #264071;
}
.table-wrapper table thead tr th {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  color: #fff !important;
  padding: 10px 25px !important;
  text-align: center !important;
  border: 1px solid #dbdbdf !important;
}
@media (max-width: 991px) {
  .table-wrapper table thead tr th {
    font-size: 20px !important;
    padding: 10px 15px !important;
  }
}
.table-wrapper table tbody tr {
  background: #fff !important;
}
.table-wrapper table tbody tr:nth-child(even) {
  background: #f4f4f5 !important;
}
.table-wrapper table tbody tr td {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  letter-spacing: -0.01em !important;
  color: #71717a !important;
  vertical-align: middle !important;
  padding: 10px 25px !important;
  border: 1px solid #dbdbdf !important;
}
.table-wrapper table tbody tr td a {
  color: #c52126;
  border-bottom: 1px solid #c52126 !important;
}
.table-wrapper table tbody tr td a:hover {
  border-color: transparent !important;
}
.table-wrapper table tbody tr td b,
.table-wrapper table tbody tr td strong {
  font-weight: 600 !important;
}
@media (max-width: 991px) {
  .table-wrapper table tbody tr td {
    padding: 10px 15px !important;
    font-size: 14px !important;
  }
}
.table-wrapper table tbody tr td:nth-child(1) {
  text-align: center !important;
  font-weight: 600 !important;
  width: 25% !important;
}
@media (max-width: 991px) {
  .table-wrapper table tbody tr td:nth-child(1) {
    font-weight: 500 !important;
    width: 20% !important;
  }
}

.blockquote-wrapper {
  margin: 40px 0 !important;
}
@media (max-width: 991px) {
  .blockquote-wrapper {
    margin: 30px 0 !important;
  }
}
.blockquote-wrapper blockquote {
  background: #f4f4f5;
  border: 1px solid #264071;
  border-radius: 16px;
  padding: 32px 128px;
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #18181b;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .blockquote-wrapper blockquote {
    padding: 32px 16px;
    margin: 0 0 10px;
  }
}
.blockquote-wrapper blockquote p,
.blockquote-wrapper blockquote em {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #18181b;
}
.blockquote-wrapper blockquote a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.blockquote-wrapper blockquote a:hover {
  border-color: transparent;
}
.blockquote-wrapper blockquote b,
.blockquote-wrapper blockquote strong {
  font-weight: 600;
}
.blockquote-wrapper blockquote:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 11px;
  width: 76px;
  height: 94px;
  background: url("../../img/quote_after.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .blockquote-wrapper blockquote:before {
    width: 55px;
    height: 65px;
    top: -26px;
    left: 4px;
  }
}
.blockquote-wrapper blockquote:after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 11px;
  width: 76px;
  height: 94px;
  background: url("../../img/quote_before.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .blockquote-wrapper blockquote:after {
    width: 55px;
    height: 65px;
    bottom: -26px;
    right: 4px;
  }
}
.blockquote-wrapper blockquote h2,
.blockquote-wrapper blockquote h3,
.blockquote-wrapper blockquote h4 {
  text-align: center;
}
.blockquote-wrapper blockquote p {
  text-align: center;
}
.blockquote-wrapper blockquote p:nth-last-child(1) {
  margin: 0;
}

.accent-block {
  background: #f4f4f5;
  border: 1px solid #264071;
  border-radius: 16px;
  padding: 32px !important;
  position: relative;
  margin: 10px 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #18181b;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .accent-block {
    padding: 32px 16px !important;
    margin: 10px 0;
  }
}
.accent-block p {
  color: #18181b !important;
}
.accent-block ul li {
  color: #18181b !important;
}
.accent-block a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.accent-block a:hover {
  border-color: transparent;
}
.accent-block b,
.accent-block strong {
  font-weight: 600;
}

.wp-block-embed__wrapper {
  display: flex;
  align-content: inherit;
  justify-content: center;
}

.wp-block-media-text__content {
  padding: 0 20px 0 0 !important;
}

.wp-block-media-text__media img {
  object-fit: contain !important;
  max-height: 100px !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.content-image-small img {
  max-height: 400px;
  object-fit: contain !important;
  object-position: left !important;
}

.small-image--icon img {
  display: block;
  width: 80px !important;
  height: 80px !important;
  object-fit: contain !important;
  object-position: center !important;
}

.site-main > .page-content {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-form-section {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .footer-form-section {
    margin-top: 40px;
  }
}

.btn_red {
  background: #c52126;
  border-color: #c52126;
  color: #fff;
}
.btn_red:hover, .btn_red:focus {
  background: transparent;
  color: #c52126;
}
.btn_red:hover svg path, .btn_red:focus svg path {
  stroke: #c52126;
}

.searchwp-form {
  max-width: 1330px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .searchwp-form {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .searchwp-form {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .searchwp-form {
    max-width: 992px;
  }
}
@media (min-width: 1140px) {
  .searchwp-form {
    max-width: 1330px;
  }
}
.menu-item.current-menu-ancestor > a,
.menu-item.current-menu-parent > a {
  color: #264071 !important;
}

.menu-item.current-menu-item > a,
.menu-item.current_page_item > a {
  color: #264071 !important;
}

.map-wrapper .map {
  display: block;
  height: 500px;
  border-radius: 16px;
}
.map-wrapper .marker-content a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.map-wrapper .marker-content a:hover {
  opacity: 0.7;
}
.map-wrapper .marker-content a svg {
  display: block;
  width: 15px;
  height: 10px;
  object-fit: contain;
  margin: 0 0 0 3px;
}

a:focus,
button:focus {
  border: 1px solid #264071;
}

@media (max-width: 991px) {
  .wp-hffmn-sitemap {
    flex-direction: column !important;
  }
}
#link-options h4 {
  font-size: 16px !important;
  margin: 10px 0 !important;
  font-weight: 600 !important;
  font-family: "Work Sans", sans-serif !important;
}

.block-list-container {
  display: flex;
  justify-content: space-around;
}

.searchwp-live-search-result--title {
  font-weight: 400;
  color: #18181b;
}

.searchwp-live-search-result:hover a {
  color: #264071;
}

/* высота фиксированного хедера */
:target {
  scroll-margin-top: 120px;
}

.save-wrapper.reverse {
  flex-direction: row-reverse;
}

.save-left .desc {
  margin-bottom: 24px;
}

.no-cutting-corner:before {
  content: none !important;
}

.locations-map-image picture img {
  width: 200px;
  height: 200px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 999999;
}

.skip-link:focus {
  left: 6px;
  top: 7px;
  background: #fff;
  border: 2px solid #000;
  padding: 8px 16px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.wp-block-pullquote {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.alignnone {
  margin: 15px 20px 15px 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 1.5rem auto;
  clear: both;
  text-align: center;
  max-width: 100%;
  height: auto;
}

.alignright {
  float: right;
  margin: 0.5rem 0 2rem 2rem;
  max-width: 50%;
  height: auto;
}
@media (max-width: 600px) {
  .alignright {
    float: none;
    margin: 1rem auto;
    max-width: 100%;
    display: block;
  }
}

.alignleft {
  float: left;
  margin: 0.5rem 2rem 2rem 0;
  max-width: 50%;
  height: auto;
}
@media (max-width: 600px) {
  .alignleft {
    float: none;
    margin: 1rem auto;
    max-width: 100%;
    display: block;
  }
}

img.alignright, img.alignleft, img.aligncenter, img.alignnone {
  max-width: 100%;
  height: auto;
}

a img.alignright {
  float: right;
  margin: 0.5rem 0 2rem 2rem;
  max-width: 50%;
  height: auto;
}
a img.alignnone {
  margin: 1.5rem 2rem 2rem 0;
  max-width: 100%;
  height: auto;
}
a img.alignleft {
  float: left;
  margin: 0.5rem 2rem 2rem 0;
  max-width: 50%;
  height: auto;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 100%;
  height: auto;
}

.entry-content::after,
.map-intro-text::after,
.wp-block-post-content::after {
  content: "";
  display: table;
  clear: both;
}

.no-overflow {
  overflow: hidden;
}

header {
  width: 100%;
  position: absolute;
  z-index: 50;
}
header .container {
  position: relative;
}
header.shrink {
  position: fixed;
  top: 0;
  box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.1);
}
header .header-top {
  background: #18181b;
  padding: 8px 0;
}
header .header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-top .container .left-side a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #e5e7eb;
}
header .header-top .container .left-side a:hover, header .header-top .container .left-side a:focus {
  text-decoration: none;
  border: none;
}
header .header-top .container .left-side a:hover span:after, header .header-top .container .left-side a:focus span:after {
  width: 100%;
}
header .header-top .container .left-side a img {
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: 0 8px 0 0;
}
header .header-top .container .left-side a span {
  display: block;
  transition: all width 0.3s;
  position: relative;
}
header .header-top .container .left-side a span:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #e5e7eb;
  transition: width 0.3s;
}
header .header-top .container .right-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-top .container .right-side .header-career--wrapper a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #e5e7eb;
}
header .header-top .container .right-side .header-career--wrapper a:hover, header .header-top .container .right-side .header-career--wrapper a:focus {
  text-decoration: none;
  border: none;
}
header .header-top .container .right-side .header-career--wrapper a:hover span:after, header .header-top .container .right-side .header-career--wrapper a:focus span:after {
  width: 100%;
}
header .header-top .container .right-side .header-career--wrapper a img {
  display: block;
  width: 19px;
  height: 19px;
  min-width: 19px;
  margin: 0 0 0 12px;
}
header .header-top .container .right-side .header-career--wrapper a span {
  display: block;
  transition: all width 0.3s;
  position: relative;
}
header .header-top .container .right-side .header-career--wrapper a span:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #e5e7eb;
  transition: width 0.3s;
}
header .header-top .container .right-side .header-search--wrapper {
  margin: 0 0 0 30px;
}
@media (max-width: 991px) {
  header .header-top .container .right-side .header-search--wrapper {
    margin: 0 0 0 20px;
  }
}
header .header-top .container .right-side .header-search--wrapper .search-trigger {
  display: block;
  padding: 0;
  height: initial;
  background: transparent;
  transition: 0.3s all ease;
}
header .header-top .container .right-side .header-search--wrapper .search-trigger:hover {
  opacity: 0.7;
  border: none;
}
header .header-top .container .right-side .header-search--wrapper .search-trigger:focus {
  opacity: 0.7;
  border: none;
  outline: 1px solid #fff;
  outline-offset: 3px;
}
header .header-top .container .right-side .header-search--wrapper .search-trigger:focus-visible {
  outline: 1px solid #fff;
  outline-offset: 3px;
}
header .header-top .container .right-side .header-search--wrapper .search-trigger:focus:not(:focus-visible) {
  outline: none;
}
header .header-top .container .right-side .header-search--wrapper .search-trigger img {
  display: block;
  width: 19px;
  height: 19px;
  min-width: 19px;
}
header .header-bottom {
  padding: 12px 0;
  position: relative;
  z-index: 20;
  background: #fff;
}
@media (max-width: 991px) {
  header .header-bottom {
    padding: 10px 0;
    position: relative;
    z-index: 151;
  }
}
header .header-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-bottom .container .logo {
  display: block;
  width: 150px;
  min-width: 150px;
  position: relative;
}
@media (max-width: 1440px) {
  header .header-bottom .container .logo {
    width: 100px;
    min-width: 100px;
  }
}
@media (max-width: 1141px) {
  header .header-bottom .container .logo {
    width: 150px;
    min-width: 150px;
  }
}
header .header-bottom .container .logo a {
  display: block;
}
header .header-bottom .container .logo a:hover, header .header-bottom .container .logo a:focus {
  opacity: 0.7;
  border: none;
}
header .header-bottom .container .logo a img {
  display: block;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  header .header-bottom .container .logo a img {
    height: 41px;
  }
}
header .header-bottom .container .header-bottom--btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-bottom .container .btn_black {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #18181b;
  border-radius: 100px;
  height: initial;
  min-height: 44px;
  min-width: initial;
  white-space: nowrap;
  padding: 12px 20px;
}
@media (max-width: 1440px) {
  header .header-bottom .container .btn_black {
    font-size: 12px;
  }
}
@media (max-width: 1141px) {
  header .header-bottom .container .btn_black {
    font-size: 14px;
  }
}
header .header-bottom .container .btn_black:hover, header .header-bottom .container .btn_black:focus {
  background: #264071;
  text-decoration: none;
  color: #fff;
  border: none;
}

.main-menu {
  background: #f4f4f5;
  width: 100%;
  max-width: 1000px;
  margin: 0 10px;
  border-radius: 100px;
  padding: 3px 4px;
}
@media (max-width: 1440px) {
  .main-menu {
    max-width: 960px;
  }
}
@media (max-width: 1141px) {
  .main-menu {
    display: none;
  }
}
.main-menu .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.main-menu .menu li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.main-menu .menu li:hover .submenu-icon {
  transform: rotate(-180deg);
}
.main-menu .menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  white-space: nowrap;
  color: #18181b;
  border-radius: 100px;
  padding: 11px 10px;
  min-height: 43px;
}
@media (max-width: 1440px) {
  .main-menu .menu li a {
    font-size: 13px;
    padding: 11px 10px;
  }
}
.main-menu .menu li a:hover, .main-menu .menu li a:focus {
  background: #fff;
  border: none;
}
.main-menu .menu li .submenu-icon {
  display: block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  cursor: pointer;
  background: url("../../img/chevron_black__down--menu.svg") center no-repeat;
  background-size: contain;
  transition: 0.3s all ease;
  margin: 0 0 0 4px;
}
.main-menu .menu li .sub-menu {
  position: absolute;
  top: calc(100% - 5px);
  left: 15px;
  width: calc(100% - 30px);
  padding: 21px 0 0 0;
}
.main-menu .menu li .sub-menu .second-menu {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: auto;
  padding: 24px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 20px;
  gap: 8px;
  overflow: hidden;
}
.main-menu .menu li .sub-menu .second-menu li {
  padding: 0;
  position: relative;
}
.main-menu .menu li .sub-menu .second-menu li .second-menu--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 16px;
  width: 100%;
  min-height: 96px;
  height: 100%;
  white-space: normal;
}
.main-menu .menu li .sub-menu .second-menu li .second-menu--title:hover, .main-menu .menu li .sub-menu .second-menu li .second-menu--title.current-page {
  background: #f4f4f5;
}
.main-menu .menu li .sub-menu .second-menu li .second-menu--title:hover span, .main-menu .menu li .sub-menu .second-menu li .second-menu--title.current-page span {
  color: #264071;
}
.main-menu .menu li .sub-menu .second-menu li .second-menu--title:hover svg path, .main-menu .menu li .sub-menu .second-menu li .second-menu--title.current-page svg path {
  fill: #264071;
}
.main-menu .menu li .sub-menu .second-menu li .second-menu--title:hover img, .main-menu .menu li .sub-menu .second-menu li .second-menu--title.current-page img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(62%) saturate(1236%) hue-rotate(196deg) brightness(92%) contrast(92%);
}
.main-menu .menu li .sub-menu .second-menu li .second-menu--title img {
  display: block;
  width: 100%;
  height: 42px;
  object-fit: contain;
  margin: 0 0 8px;
}
.main-menu .menu li .sub-menu .second-menu li .second-menu--title svg {
  display: block;
  width: 100%;
  height: 42px;
  object-fit: contain;
  margin: 0 0 8px;
}
.main-menu .menu li .sub-menu .second-menu li .second-menu--title svg path {
  transition: 0.3s all ease;
}
.main-menu .menu li .sub-menu .second-menu li .second-menu--title span {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #747476;
  transition: 0.3s all ease;
}
.main-menu .menu li .sub-menu .second-menu li .second-menu--title .submenu-icon--second {
  display: inline-block;
  width: 14px;
  min-width: 14px;
  height: 14px;
  background: url("../../img/chevron_black__down--menu.svg") center no-repeat;
  background-size: contain;
  transition: 0.3s all ease;
  margin: 0;
  vertical-align: middle;
  transform: rotate(0deg);
}
.main-menu .menu li .sub-menu .second-menu li.menu-item-has-children .second-menu--title {
  position: relative;
}
.main-menu .menu li .sub-menu .second-menu li.menu-item-has-children .second-menu--title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #f4f4f5;
  opacity: 0;
  transition: 0.3s all ease;
}
.main-menu .menu li .sub-menu .second-menu li.menu-item-has-children:hover {
  z-index: 100;
}
.main-menu .menu li .sub-menu .second-menu li.menu-item-has-children:hover > .second-menu--title {
  background: #f4f4f5;
}
.main-menu .menu li .sub-menu .second-menu li.menu-item-has-children:hover > .second-menu--title .submenu-icon--second {
  transform: rotate(-180deg);
}
.main-menu .menu li .sub-menu .second-menu li.menu-item-has-children:hover > .second-menu--title::after {
  opacity: 1;
}
.main-menu .menu li .sub-menu .second-menu li .sub-menu--second {
  top: calc(100% - 28px);
  left: 0;
  width: auto;
  min-width: 200px;
  padding: 40px 0 0 0;
  z-index: 100;
}
.main-menu .menu li .sub-menu--second {
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  width: 100%;
  padding: 21px 0 0 0;
}
.main-menu .menu li .sub-menu--second ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 16px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 20px;
  gap: 16px;
}
.main-menu .menu li .sub-menu--second ul li {
  width: auto;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
}
.main-menu .menu li .sub-menu--second ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #18181b;
  padding: 0;
  min-height: initial;
}
.main-menu .menu li .sub-menu--second ul li a:hover, .main-menu .menu li .sub-menu--second ul li a:focus {
  color: #264071;
  border: none;
}
.main-menu .menu li .sub-menu--second ul li a img {
  display: block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  object-fit: contain;
  margin: 0 0 0 8px;
}

.main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.main-menu ul li:hover > .sub-menu--second {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.main-menu ul .sub-menu,
.main-menu ul .sub-menu--second {
  animation-delay: 0.6s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: 0.3s all ease;
}

.menu-box {
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1141px) {
  .menu-box {
    display: flex;
    margin: 0 0 0 18px;
  }
}

.hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hamburger:focus {
  border: none;
}
.hamburger .line {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  margin: 0 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-last-child(1) {
  margin: 0;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger.is-active .line {
  width: 18px;
}
.hamburger.is-active .line:nth-child(3) {
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
  background: #000;
}
.hamburger.is-active .line:nth-child(2) {
  -webkit-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  -o-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
  background: #000;
}

.mob-nav {
  position: absolute;
  right: 0;
  top: 104px;
  width: 100%;
  max-width: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  padding: 20px 20px 30px 20px;
  background: #fff;
  z-index: 1;
  overflow: auto;
  height: calc(100dvh - 104px);
  transform: translateX(-50%);
}
.mob-nav.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 140;
}
.mob-nav.is-active.submenu-open {
  overflow: hidden !important;
}
.mob-nav .help-wrapper {
  margin: 0 0 30px;
}
.mob-nav .mob-nav--menu li {
  margin: 0 0 16px;
}
.mob-nav .mob-nav--menu li:nth-last-child(1) {
  margin: 0;
}
.mob-nav .mob-nav--menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  color: #18181b;
}
.mob-nav .mob-nav--menu li a span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mob-nav .mob-nav--menu li a span img {
  display: block;
  width: 46px;
  height: 46px;
  min-width: 46px;
  margin: 0 8px 0 0;
}
.mob-nav .mob-nav--menu li a small {
  display: block;
  margin: 0 0 0 8px;
}
.mob-nav .mob-nav--menu li a small img {
  display: block;
  width: 24px;
  min-width: 24px;
}
.mob-nav .mob-nav--menu li a:focus {
  border: none;
}
.mob-nav .mob-nav--menu li .has-child--submenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 150;
  padding: 20px 20px 30px 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  transform: translateX(-100%);
}
.mob-nav .mob-nav--menu li .has-child--submenu.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  overflow: auto;
}
.mob-nav .mob-nav--menu li .has-child--submenu .mob-menu--back {
  display: block;
  height: initial;
  padding: 0;
  margin: 0 0 30px;
}
.mob-nav .mob-nav--menu li .has-child--submenu .mob-menu--back img {
  display: block;
  width: 24px;
  height: 24px;
}
.mob-nav .mob-nav--menu li .has-child--submenu .mob-menu--parent-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  color: #18181b;
  margin: 0 0 24px;
  padding: 12px 0;
  border-bottom: 1px solid #ececec;
}
.mob-nav .mob-nav--menu li .has-child--submenu .mob-menu--parent-link img {
  display: block;
  width: 46px;
  height: 46px;
  min-width: 46px;
  margin: 0 8px 0 0;
}
.mob-nav .mob-nav--menu li .has-child--submenu .mob-menu--parent-link span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mob-nav .mob-nav--menu li .has-child--submenu .mob-menu--parent-link:hover, .mob-nav .mob-nav--menu li .has-child--submenu .mob-menu--parent-link:focus {
  color: #264071;
  border: none;
}
.mob-nav .mob-nav--menu li .has-child--submenu .mob-menu--parent-link:hover img, .mob-nav .mob-nav--menu li .has-child--submenu .mob-menu--parent-link:focus img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(62%) saturate(1236%) hue-rotate(196deg) brightness(92%) contrast(92%);
}
.mob-nav .mob-nav--menu li .has-child--submenu ul {
  margin: 0;
  padding: 0 0 20px;
}
.mob-nav .mob-nav--menu li .has-child--submenu ul li {
  margin: 0 0 24px;
}
.mob-nav .mob-nav--menu li .has-child--submenu ul li:nth-last-child(1) {
  margin: 0;
}
.mob-nav .mob-nav--menu li .has-child--submenu ul li a {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #18181b;
}
.mob-nav .mob-nav--menu li .has-child--submenu ul li a:focus {
  border: none;
}
.mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list {
  display: flex;
  align-items: initial;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list > li {
  width: calc(50% - 4px);
  min-height: 100%;
  margin: 0 0 8px;
}
.mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 16px 12px;
  width: 100%;
  min-height: 100%;
}
.mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list > li > a:hover, .mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list > li > a.current-page {
  background: #f4f4f5;
}
.mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list > li > a:hover span, .mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list > li > a.current-page span {
  color: #264071;
}
.mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list > li > a:hover svg path, .mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list > li > a.current-page svg path {
  fill: #264071;
}
.mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list > li > a:hover img, .mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list > li > a.current-page img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(62%) saturate(1236%) hue-rotate(196deg) brightness(92%) contrast(92%);
}
.mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list > li > a:focus {
  border: none;
  background: #f4f4f5;
}
.mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list > li > a:focus span {
  color: #264071;
}
.mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list > li > a:focus svg path {
  fill: #264071;
}
.mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list > li > a:focus img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(62%) saturate(1236%) hue-rotate(196deg) brightness(92%) contrast(92%);
}
.mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list > li > a img {
  display: block;
  width: 100%;
  height: 42px;
  object-fit: contain;
  margin: 0 0 8px;
}
.mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list > li > a svg {
  display: block;
  width: 100%;
  height: 42px;
  object-fit: contain;
  margin: 0 0 8px;
}
.mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list > li > a svg path {
  transition: 0.3s all ease;
}
.mob-nav .mob-nav--menu > li.has-child > .has-child--submenu > .second-menu--list > li > a span {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #747476;
  transition: 0.3s all ease;
}

.ohidden {
  overflow: hidden;
}

.header-search {
  width: 100% !important;
  max-width: 100% !important;
  padding: 15px 0 !important;
  left: 0 !important;
}
.header-search .swp-flex--col {
  padding: 0 !important;
}
.header-search .searchwp-form-input-container {
  width: calc(100% - 200px);
}
@media (max-width: 991px) {
  .header-search .searchwp-form-input-container {
    width: calc(100% - 140px);
  }
}
.header-search .searchwp-form-input-container input {
  display: block;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #18181b;
  border: 1px solid #e5e7eb;
  border-radius: 100px;
  background: #fff;
  padding: 0 40px 0 20px !important;
  transition: 0.3s all ease;
  margin: 0;
  outline: none;
  height: 50px;
}
@media (max-width: 991px) {
  .header-search .searchwp-form-input-container input {
    height: 44px;
  }
}
.header-search .searchwp-form-input-container input:hover, .header-search .searchwp-form-input-container input:focus {
  border-color: #18181b;
}
.header-search .search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 12px 22px;
  transition: 0.3s all ease;
  min-width: 180px;
  width: initial;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background: #264071;
  border: 1px solid #264071;
  border-radius: 100px;
  height: initial;
  min-height: 50px;
  text-transform: none;
}
@media (max-width: 991px) {
  .header-search .search-submit {
    min-width: 130px;
    min-height: 44px;
    font-size: 16px;
    padding: 5px 20px;
  }
}
.header-search .search-submit svg {
  display: block;
  margin: 0 0 0 8px;
}
.header-search .search-submit svg path {
  transition: 0.3s all ease;
}
.header-search .search-submit:hover {
  background: transparent;
  text-decoration: none;
  color: #264071;
}
.header-search .search-submit:hover svg path {
  stroke: #264071;
}

.menu-wrapper {
  background: #fff;
}
.menu-wrapper .menu-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 10px;
}
.menu-wrapper .menu-content nav {
  margin: 0 0 0 30px;
  padding: 0;
  width: 100%;
  max-width: 100%;
  background: #18181b;
  margin: 0;
}
.menu-wrapper .menu-content nav .menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.menu-wrapper .menu-content nav .menu li {
  padding: 5px 8px;
  position: relative;
}
@media (max-width: 1440px) {
  .menu-wrapper .menu-content nav .menu li {
    padding: 5px 6px;
  }
}
@media (max-width: 1141px) {
  .menu-wrapper .menu-content nav .menu li {
    padding: 5px 8px;
  }
}
.menu-wrapper .menu-content nav .menu li a {
  color: #fff;
}
.menu-wrapper .menu-content nav .menu li a:hover {
  text-decoration: none;
  color: #264071;
  font-weight: 600;
  background: transparent;
}
.menu-wrapper .menu-content nav .menu li .submenu-icon {
  background: url("../../img/chevron_white__down.svg") center no-repeat;
  background-size: contain;
}
.menu-wrapper .menu-content nav .menu li .sub-menu {
  width: 280px;
  left: 0;
  top: 100%;
  background: #fff;
  padding: 8px 0;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
.menu-wrapper .menu-content nav .menu li .sub-menu li {
  padding: 0;
  width: 100%;
  margin: 0;
}
.menu-wrapper .menu-content nav .menu li .sub-menu li a {
  display: flex;
  justify-content: flex-start;
  padding: 6px 20px;
  color: #18181b;
  border-radius: 0;
  background: transparent;
  font-weight: 500;
  font-size: 15px;
}
.menu-wrapper .menu-content nav .menu li .sub-menu li a:hover {
  color: #264071;
  text-decoration: none;
  background: transparent;
}
.menu-wrapper .menu-content nav .menu-item.current-menu-ancestor > a,
.menu-wrapper .menu-content nav .menu-item.current-menu-parent > a {
  color: #264071 !important;
  font-weight: 600;
  background: transparent !important;
}

.section-hero--banner {
  padding: 30px 0;
}
@media (max-width: 991px) {
  .section-hero--banner {
    padding: 20px 0;
  }
}
.section-hero--banner .hero-banner--wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background: #264071;
  border-radius: 20px;
  padding: 45px 65px 30px;
  min-height: 520px;
  position: relative;
}
@media (max-width: 1141px) {
  .section-hero--banner .hero-banner--wrapper {
    padding: 40px 40px 20px 40px;
  }
}
@media (max-width: 991px) {
  .section-hero--banner .hero-banner--wrapper {
    padding: 25px 20px 180px 20px;
    min-height: initial;
    overflow: hidden;
  }
}
.section-hero--banner .hero-banner--wrapper .hero-banner--logo {
  position: absolute;
  bottom: 50px;
  left: 40px;
  display: block;
  width: calc(100% - 120px);
  object-fit: contain;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-hero--banner .hero-banner--wrapper .hero-banner--logo {
    width: 100%;
    bottom: 25px;
    left: 0;
    max-height: 180px;
  }
}
.section-hero--banner .hero-banner--wrapper .hero-banner--image {
  position: absolute;
  bottom: 92px;
  right: 0;
  display: block;
  width: 100%;
  max-width: 620px;
  object-fit: contain;
  z-index: 1;
}
@media (max-width: 1141px) {
  .section-hero--banner .hero-banner--wrapper .hero-banner--image {
    max-width: 520px;
  }
}
@media (max-width: 991px) {
  .section-hero--banner .hero-banner--wrapper .hero-banner--image {
    height: 160px;
    right: -80px;
    bottom: 8px;
  }
}
.section-hero--banner .hero-banner--wrapper .hero-banner--top {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--top .hero-banner--stars {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 100px;
  background: rgba(244, 244, 245, 0.1);
  padding: 8px 20px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-hero--banner .hero-banner--wrapper .hero-banner--top .hero-banner--stars {
    display: none;
  }
}
.section-hero--banner .hero-banner--wrapper .hero-banner--top .hero-banner--stars .stars-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--top .hero-banner--stars .stars-wrapper img {
  display: block;
  width: 13px;
  height: 13px;
  min-width: 13px;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--top .hero-banner--stars p {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0 9px;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--top h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 74px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 45px;
}
@media (max-width: 1141px) {
  .section-hero--banner .hero-banner--wrapper .hero-banner--top h1 {
    font-size: 70px;
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) {
  .section-hero--banner .hero-banner--wrapper .hero-banner--top h1 {
    font-size: 64px;
    margin: 0 0 18px;
  }
}
.section-hero--banner .hero-banner--wrapper .hero-banner--top .btn {
  width: 100%;
  max-width: 235px;
}
@media (max-width: 991px) {
  .section-hero--banner .hero-banner--wrapper .hero-banner--top .btn {
    max-width: 100%;
  }
}
.section-hero--banner .hero-banner--wrapper .hero-banner--bottom {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-hero--banner .hero-banner--wrapper .hero-banner--bottom {
    display: none;
  }
}
.section-hero--banner .hero-banner--wrapper .hero-banner--bottom .hero-banner--help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 32px;
  padding: 10px 10px 10px 22px;
  cursor: pointer;
  min-height: 60px;
  transition: box-shadow 0.2s ease, outline 0.2s ease;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--bottom .hero-banner--help:focus {
  outline: none;
  box-shadow: 0 0 0 2px #000;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--bottom .hero-banner--help:focus:not(:focus-visible) {
  box-shadow: none;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--bottom .hero-banner--help:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #000;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--bottom .hero-banner--help .left-side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--bottom .hero-banner--help .left-side img,
.section-hero--banner .hero-banner--wrapper .hero-banner--bottom .hero-banner--help .left-side svg {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin: 0 16px 0 0;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--bottom .hero-banner--help .left-side p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #18181b;
  margin: 0 16px 0 0;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--bottom .hero-banner--help .left-side span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.14286;
  color: #18181b;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--bottom .hero-banner--help .right-side button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: initial;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e4e4e7;
  transition: 0.3s all ease;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--bottom .hero-banner--help .right-side button:hover {
  border-color: #18181b;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--bottom .hero-banner--help .right-side button img {
  display: block;
  width: 16px;
  height: 16px;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--share {
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-hero--banner .hero-banner--wrapper .hero-banner--share {
    display: none;
  }
}
.section-hero--banner .hero-banner--wrapper .hero-banner--share button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #fff;
  background: transparent;
  padding: 0;
  height: initial;
  text-transform: none;
  transition: 0.3s all ease;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--share button:hover {
  opacity: 0.7;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--share button:focus {
  outline: 1px solid #fff;
  outline-offset: 3px;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--share button:focus-visible {
  outline: 1px solid #fff;
  outline-offset: 3px;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--share button:focus:not(:focus-visible) {
  outline: none;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--share button span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 0 0 8px;
}
.section-hero--banner .hero-banner--wrapper .hero-banner--share button span img {
  display: block;
  width: 13px;
  object-fit: contain;
}
.section-hero--banner .help-wrapper {
  display: none;
  margin: 14px 0 0 0;
}
@media (max-width: 991px) {
  .section-hero--banner .help-wrapper {
    display: block;
  }
}

.help-wrapper {
  padding: 2px;
  border-radius: 52px;
  background: linear-gradient(90deg, rgb(236, 236, 236) 0%, rgb(200, 16, 46) 100%);
}
@media (max-width: 991px) {
  .help-wrapper {
    border-radius: 32px;
  }
}
.help-wrapper .help-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 8px 8px 20px;
  border-radius: 50px;
  background: #fff;
}
@media (max-width: 991px) {
  .help-wrapper .help-item {
    padding: 8px 8px 8px 20px;
    border-radius: 30px;
  }
}
.help-wrapper .left-side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.help-wrapper .left-side img {
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .help-wrapper .left-side img {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
}
.help-wrapper .left-side .left-side--descr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0 16px;
}
@media (max-width: 991px) {
  .help-wrapper .left-side .left-side--descr {
    display: block;
  }
}
.help-wrapper .left-side .left-side--descr p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #18181b;
}
@media (max-width: 991px) {
  .help-wrapper .left-side .left-side--descr p {
    font-size: 20px;
    margin: 0 0 4px;
  }
}
.help-wrapper .left-side .left-side--descr span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.33333;
  color: #71717a;
  margin: 0 0 0 16px;
}
@media (max-width: 991px) {
  .help-wrapper .left-side .left-side--descr span {
    font-size: 12px;
    margin: 0;
  }
}
.help-wrapper .right-side button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: initial;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e4e4e7;
  transition: 0.3s all ease;
}
.help-wrapper .right-side button:hover {
  border-color: #18181b;
}
.help-wrapper .right-side button img {
  display: block;
  width: 16px;
  height: 16px;
}

.section-main--category {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .section-main--category {
    padding: 20px 0 30px 0;
  }
}
.section-main--category .main-category--wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-main--category .main-category--wrapper .main-category--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(14.2857142857% - 16px);
  min-height: 170px;
  border: 4px solid #18181b;
  border-radius: 12px;
  padding: 30px 18px 18px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  transition: 0.3s all ease;
}
@media (max-width: 1440px) {
  .section-main--category .main-category--wrapper .main-category--item {
    padding: 20px 10px;
  }
}
@media (max-width: 1141px) {
  .section-main--category .main-category--wrapper .main-category--item {
    width: calc(25% - 10px);
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .section-main--category .main-category--wrapper .main-category--item {
    width: calc(50% - 5px);
    border-width: 2px;
    padding: 10px 6px;
    min-height: initial;
  }
}
.section-main--category .main-category--wrapper .main-category--item:hover, .section-main--category .main-category--wrapper .main-category--item:focus {
  text-decoration: none;
  transform: translateY(-10px);
}
.section-main--category .main-category--wrapper .main-category--item img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 0 18px;
}
@media (max-width: 991px) {
  .section-main--category .main-category--wrapper .main-category--item img {
    width: 50px;
    height: 50px;
    margin: 0 0 10px;
  }
}
.section-main--category .main-category--wrapper .main-category--item span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #18181b;
}
@media (max-width: 991px) {
  .section-main--category .main-category--wrapper .main-category--item span {
    font-size: 12px;
  }
}
.section-main--category .main-category--wrapper .main-category--item--black {
  display: none;
  background: #18181b;
}
@media (max-width: 1141px) {
  .section-main--category .main-category--wrapper .main-category--item--black {
    display: flex;
  }
}
.section-main--category .main-category--wrapper .main-category--item--black span {
  color: #fff;
}

.section-reviews {
  padding: 40px 0 80px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-reviews {
    padding: 30px 0;
  }
}
.section-reviews .reviews-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-reviews .reviews-wrapper .left-side {
  width: calc(100% - 448px);
}
@media (max-width: 1141px) {
  .section-reviews .reviews-wrapper .left-side {
    width: calc(100% - 340px);
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .left-side {
    width: 100%;
  }
}
.section-reviews .reviews-wrapper .left-side .page-subtitle {
  justify-content: flex-start;
  margin: 0 0 10px;
}
.section-reviews .reviews-wrapper .left-side h2 {
  text-align: left;
}
.section-reviews .reviews-wrapper .left-side .page-description--small {
  text-align: left;
  margin: 0 0 16px;
}
.section-reviews .reviews-wrapper .left-side .google-rate--wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 32px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .left-side .google-rate--wrapper {
    flex-wrap: wrap;
    margin: 0 0 16px;
    padding: 8px;
    border-radius: 12px;
    background: url("../../img/reviews-bg.jpg") top no-repeat;
    background-size: cover;
    min-height: 400px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-left {
    width: 100%;
    margin: 0 0 6px;
  }
}
.section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-left a {
  display: block;
}
.section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-left a:hover {
  opacity: 0.7;
}
.section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-left a img {
  display: block;
  min-width: 90px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-right {
    width: 100%;
  }
}
.section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-right ul {
  display: flex;
  justify-content: flex-start;
}
.section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-right ul li {
  min-height: 100%;
  padding: 0 24px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-right ul li {
    padding: 0 0 0 10px;
  }
}
.section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-right ul li:nth-child(1) {
  border-right: 1px solid #eee;
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-right ul li:nth-child(1) {
    padding: 0 10px 0 0;
  }
}
.section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-right ul li a {
  display: block;
}
.section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-right ul li a:hover {
  opacity: 0.7;
}
.section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-right ul li a p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: #000;
  margin: 0 0 4px;
}
.section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-right ul li a .google-rate--info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-right ul li a .google-rate--info img {
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-right ul li a .google-rate--info img {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
}
.section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-right ul li a .google-rate--info span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: #000;
  margin: 0 0 0 10px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-right ul li a .google-rate--info span {
    margin: 0 0 0 4px;
    font-size: 14px;
  }
}
.section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-right ul li a .google-rate--info small {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57143;
  color: #666666;
  margin: 0 0 0 4px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .left-side .google-rate--wrapper .google-right ul li a .google-rate--info small {
    font-size: 12px;
  }
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper {
  position: relative;
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .reviews-slider .swiper-wrapper {
  align-items: initial;
}
@media (max-width: 767px) {
  .section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .reviews-slider .swiper-wrapper {
    align-items: flex-start;
  }
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .reviews-slider .swiper-wrapper .swiper-slide {
  height: auto;
  min-height: auto;
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .reviews-slider .swiper-wrapper .swiper-slide .reviews-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px;
  border-radius: 12px;
  background: #fafafa;
  position: relative;
  height: 100%;
  transition: 0.3s all ease;
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .reviews-slider .swiper-wrapper .swiper-slide .reviews-item .reviews-item--top {
  width: 100%;
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .reviews-slider .swiper-wrapper .swiper-slide .reviews-item .reviews-item--top p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  color: #18181b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  box-orient: vertical;
  transition: all 0.3s ease;
}
@media (max-width: 1141px) {
  .section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .reviews-slider .swiper-wrapper .swiper-slide .reviews-item .reviews-item--top p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .reviews-slider .swiper-wrapper .swiper-slide .reviews-item .reviews-item--top p {
    font-size: 16px;
  }
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .reviews-slider .swiper-wrapper .swiper-slide .reviews-item .reviews-item--top.open p {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .reviews-slider .swiper-wrapper .swiper-slide .reviews-item .reviews-item--top .btn-wrapper {
  margin: 5px 0 0 0;
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .reviews-slider .swiper-wrapper .swiper-slide .reviews-item .reviews-item--top .btn-wrapper .btn-more--review {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.57143;
  color: #264071;
  border-bottom: 1px solid transparent;
  padding: 0;
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .reviews-slider .swiper-wrapper .swiper-slide .reviews-item .reviews-item--top .btn-wrapper .btn-more--review:hover {
  border-color: #264071;
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .reviews-slider .swiper-wrapper .swiper-slide .reviews-item .reviews-item--bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 12px 0 0 0;
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .reviews-slider .swiper-wrapper .swiper-slide .reviews-item .reviews-item--bottom .author-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  margin: 0 12px 0 0;
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .reviews-slider .swiper-wrapper .swiper-slide .reviews-item .reviews-item--bottom .author-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .reviews-slider .swiper-wrapper .swiper-slide .reviews-item .reviews-item--bottom .author-info p {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  color: #000;
  margin: 0 0 4px;
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .reviews-slider .swiper-wrapper .swiper-slide .reviews-item .reviews-item--bottom .author-info .stars-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .reviews-slider .swiper-wrapper .swiper-slide .reviews-item .reviews-item--bottom .author-info .stars-wrapper img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin: 0 2px 0 0;
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .swiper-pagination {
  bottom: -30px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .swiper-pagination {
    bottom: -16px;
  }
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(24, 24, 27, 0.1);
  border-radius: 100px;
  opacity: 1;
  pointer-events: none;
  margin: 0 4px;
}
.section-reviews .reviews-wrapper .left-side .reviews-slider--wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #264071;
  width: 24px;
}
.section-reviews .reviews-wrapper .right-side {
  width: 100%;
  max-width: 424px;
  min-height: 100%;
}
@media (max-width: 1141px) {
  .section-reviews .reviews-wrapper .right-side {
    max-width: 320px;
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .right-side {
    display: none;
  }
}
.section-reviews .reviews-wrapper .right-side img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
}

.section-guarantees {
  padding: 100px 0;
  background: #f4f4f5;
  position: relative;
}
.section-guarantees .page-subtitle--white p {
  color: #52525b;
}
.section-guarantees .page-description--small,
.section-guarantees .page-description--small p {
  color: #52525b;
}
@media (max-width: 991px) {
  .section-guarantees {
    padding: 60px 0;
    background: transparent;
    overflow: hidden;
  }
}
.section-guarantees:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: url("../../img/decoration-line.png") bottom no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .section-guarantees:before {
    content: none;
  }
}
.section-guarantees .guarantees-slider {
  margin: -8px;
}
@media (max-width: 991px) {
  .section-guarantees .guarantees-slider {
    margin: 0;
    padding: 0 60px 0 0;
    overflow: visible;
  }
}
.section-guarantees .guarantees-slider [class*=col-] {
  padding: 8px;
}
@media (max-width: 991px) {
  .section-guarantees .guarantees-slider [class*=col-] {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section-guarantees .guarantees-slider .swiper-wrapper {
    align-items: initial;
  }
}
@media (max-width: 991px) {
  .section-guarantees .guarantees-slider .swiper-wrapper .swiper-slide {
    min-height: 100%;
    height: initial;
  }
}
.section-guarantees .guarantees-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border: 1px dashed #3892cf;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
}
@media (max-width: 1440px) {
  .section-guarantees .guarantees-item {
    padding: 16px;
  }
}
.section-guarantees .guarantees-item--top {
  width: 100%;
  margin: 0 0 16px;
}
.section-guarantees .guarantees-item--top p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.16667;
  color: #18181b;
  margin: 0 0 16px;
}
@media (max-width: 1440px) {
  .section-guarantees .guarantees-item--top p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-guarantees .guarantees-item--top p {
    margin: 0 0 8px;
  }
}
.section-guarantees .guarantees-item--top span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857;
  color: #71717a;
}
.section-guarantees .guarantees-item .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.section-guarantees .guarantees-item .image-wrapper img {
  display: block;
  width: 62px;
  height: 62px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .section-guarantees .guarantees-item .image-wrapper img {
    width: 40px;
    height: 40px;
  }
}

.section-plans {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .section-plans {
    padding: 30px 0;
  }
}

.plans-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plans-wrapper .plans-left {
  width: calc(50% - 25px);
}
@media (max-width: 991px) {
  .plans-wrapper .plans-left {
    width: 100%;
  }
}
.plans-wrapper .plans-left .page-subtitle {
  justify-content: flex-start;
  margin: 0 0 24px;
}
.plans-wrapper .plans-left h2 {
  text-align: left;
  line-height: 1;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .plans-wrapper .plans-left .plans-content {
    display: none;
  }
}
.plans-wrapper .plans-left .plans-content h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33333;
  color: #71717a;
  margin: 0 0 8px;
}
.plans-wrapper .plans-left .plans-content p {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #71717a;
}
.plans-wrapper .plans-left .btn_wrapper {
  margin: 32px 0 0 0;
}
@media (max-width: 991px) {
  .plans-wrapper .plans-left .btn_wrapper {
    display: none;
  }
}
.plans-wrapper .plans-left .btn_wrapper .btn {
  width: 100%;
  max-width: 230px;
}
.plans-wrapper .plans-right {
  width: calc(50% - 25px);
}
@media (max-width: 991px) {
  .plans-wrapper .plans-right {
    width: 100%;
    position: relative;
  }
}
.plans-wrapper .plans-right:before {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.39) 50%, rgba(0, 0, 0, 0.8) 95%);
  z-index: 2;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .plans-wrapper .plans-right:before {
    content: "";
  }
}
.plans-wrapper .plans-right img {
  display: block;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .plans-wrapper .plans-right img {
    height: 335px;
    position: relative;
    z-index: 1;
  }
}
.plans-wrapper .plans-right--hidden {
  display: none;
}
@media (max-width: 991px) {
  .plans-wrapper .plans-right--hidden {
    display: block;
    position: absolute;
    bottom: 16px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 3;
  }
}
.plans-wrapper .plans-right--hidden h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
.plans-wrapper .plans-right--hidden p {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857;
  color: #fafafa;
  margin: 0 0 12px;
}
.plans-wrapper .plans-right--hidden .btn {
  width: 100%;
  max-width: 100%;
}

.financing-feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #264071;
  border-radius: 16px;
  padding: 24px 36px 36px 36px;
  margin: 40px 0 0 0;
}
@media (max-width: 991px) {
  .financing-feedback {
    margin: 24px 0 0 0;
    padding: 24px 20px;
  }
}
.financing-feedback img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 48px;
}
@media (max-width: 991px) {
  .financing-feedback img {
    width: 56px;
    height: 56px;
    margin: 0 auto 24px;
  }
}
.financing-feedback p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 0.66667;
  text-align: center;
  color: #fff;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .financing-feedback p {
    font-size: 24px;
    margin: 0 0 12px;
  }
}
.financing-feedback span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: #fafafa;
}
@media (max-width: 991px) {
  .financing-feedback span {
    font-size: 14px;
  }
}
.financing-feedback .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 40px 0 0 0;
}
@media (max-width: 991px) {
  .financing-feedback .btn-wrapper {
    margin: 24px 0 0 0;
  }
}
@media (max-width: 991px) {
  .financing-feedback .btn-wrapper .btn {
    width: 100%;
    max-width: 100%;
  }
}

.section-community {
  padding: 100px 0;
  background: #f4f4f5;
  position: relative;
}
@media (max-width: 991px) {
  .section-community {
    padding: 30px 0;
    background: transparent;
  }
}
.section-community:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: url("../../img/decoration-line.png") bottom no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .section-community:before {
    content: none;
  }
}

.community-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.community-wrapper .community-left {
  width: calc(50% - 25px);
}
@media (max-width: 991px) {
  .community-wrapper .community-left {
    width: 100%;
  }
}
.community-wrapper .community-left .page-subtitle--white {
  justify-content: flex-start;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .community-wrapper .community-left .page-subtitle--white {
    margin: 0 0 16px;
  }
}
.community-wrapper .community-left h2 {
  text-align: left;
  line-height: 1;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .community-wrapper .community-left h2 {
    margin: 0 0 16px;
  }
}
@media (max-width: 991px) {
  .community-wrapper .community-left .community-content {
    display: none;
  }
}
.community-wrapper .community-left .community-content h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33333;
  color: #71717a;
  margin: 0 0 8px;
}
.community-wrapper .community-left .community-content p {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #71717a;
}
.community-wrapper .community-left .btn_wrapper {
  margin: 32px 0 0 0;
}
@media (max-width: 991px) {
  .community-wrapper .community-left .btn_wrapper {
    display: none;
  }
}
.community-wrapper .community-left .btn_wrapper .btn {
  width: 100%;
  max-width: 230px;
}
.community-wrapper .community-right {
  width: calc(50% - 25px);
}
@media (max-width: 991px) {
  .community-wrapper .community-right {
    width: 100%;
  }
}
.community-wrapper .community-right img {
  display: block;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .community-wrapper .community-right img {
    max-height: 335px;
  }
}
.community-wrapper .community-right .btn_wrapper {
  display: none;
}
@media (max-width: 991px) {
  .community-wrapper .community-right .btn_wrapper {
    display: block;
    margin: 32px 0 0 0;
  }
}
@media (max-width: 991px) {
  .community-wrapper .community-right .btn_wrapper .btn {
    max-width: 100%;
  }
}

.section-contact-us {
  padding: 80px 0 40px 0;
}
@media (max-width: 991px) {
  .section-contact-us {
    padding: 60px 0 30px 0;
  }
}
@media (max-width: 575px) {
  .section-contact-us .container {
    padding: 0;
  }
}
.section-contact-us .contact-us--wrapper {
  padding: 50px;
  border-radius: 20px;
  background: url("../../img/contact-us--bg.png") center no-repeat;
  background-size: cover;
}
@media (max-width: 575px) {
  .section-contact-us .contact-us--wrapper {
    border-radius: 0;
    padding: 32px 20px;
  }
}
.section-contact-us .contact-us--wrapper h2 {
  color: #fff;
}
.section-contact-us .contact-us--wrapper .page-description--small {
  color: #fff;
  font-weight: 400;
}
.section-contact-us .contact-us--wrapper .row {
  margin: -8px;
}
.section-contact-us .contact-us--wrapper .row [class*=col-] {
  padding: 8px;
}
.section-contact-us .contact-us--wrapper form {
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-contact-us .contact-us--wrapper form {
    padding: 40px 18px;
  }
}
.section-contact-us .contact-us--wrapper form p {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #18181b;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .section-contact-us .contact-us--wrapper form p {
    font-weight: 600;
  }
}
.section-contact-us .contact-us--wrapper form .input-wrapper input {
  display: block;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #18181b;
  border: 1px solid #e5e7eb;
  border-radius: 100px;
  background: #fff;
  padding: 0 20px;
  transition: 0.3s all ease;
  margin: 0;
  outline: none;
  height: 50px;
}
@media (max-width: 991px) {
  .section-contact-us .contact-us--wrapper form .input-wrapper input {
    height: 44px;
  }
}
.section-contact-us .contact-us--wrapper form .input-wrapper input:hover, .section-contact-us .contact-us--wrapper form .input-wrapper input:focus {
  border-color: #18181b;
}
.section-contact-us .contact-us--wrapper form .custom-select--wrapper .custom-select {
  position: relative;
  width: 100%;
  cursor: pointer;
  height: 50px;
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 991px) {
  .section-contact-us .contact-us--wrapper form .custom-select--wrapper .custom-select {
    height: 44px;
  }
}
.section-contact-us .contact-us--wrapper form .custom-select--wrapper .custom-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 0 20px;
  border-radius: 100px;
  height: 100%;
}
.section-contact-us .contact-us--wrapper form .custom-select--wrapper .custom-select__trigger span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #18181b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-contact-us .contact-us--wrapper form .custom-select--wrapper .custom-select__trigger .arrow {
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: url("../../img/chevron_down.svg") center no-repeat;
  background-size: contain;
  transition: 0.3s all ease;
}
.section-contact-us .contact-us--wrapper form .custom-select--wrapper .custom-select .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  display: none;
  z-index: 10;
  max-height: 211px;
  overflow: auto;
}
.section-contact-us .contact-us--wrapper form .custom-select--wrapper .custom-select .custom-options .custom-option {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #18181b;
  width: 100%;
  padding: 10px 20px;
  transition: 0.3s all ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #e5e7eb;
}
.section-contact-us .contact-us--wrapper form .custom-select--wrapper .custom-select .custom-options .custom-option:nth-last-child(1) {
  border-bottom: none;
}
.section-contact-us .contact-us--wrapper form .custom-select--wrapper .custom-select .custom-options .custom-option:hover {
  background: #e5e7eb;
}
.section-contact-us .contact-us--wrapper form .custom-select--wrapper .custom-select.open .custom-options {
  display: block;
}
.section-contact-us .contact-us--wrapper form .custom-select--wrapper .custom-select.open .custom-select__trigger .arrow {
  transform: rotate(180deg);
}
.section-contact-us .contact-us--wrapper form .check {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section-contact-us .contact-us--wrapper form .check p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #71717a;
  margin: -3px 0 0 16px;
}
@media (max-width: 991px) {
  .section-contact-us .contact-us--wrapper form .check p {
    font-size: 14px;
    margin: -2px 0 0 10px;
  }
}
.section-contact-us .contact-us--wrapper form .check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.3s ease;
}
.section-contact-us .contact-us--wrapper form .check input:checked ~ .checkmark {
  background: #264071;
  border-color: #264071;
}
.section-contact-us .contact-us--wrapper form .check input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.section-contact-us .contact-us--wrapper form .check .checkmark {
  display: block;
  position: relative;
  height: 17px;
  width: 17px;
  min-width: 17px;
  background: transparent;
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
  border-radius: 3px;
  background: #fff;
}
@media (max-width: 991px) {
  .section-contact-us .contact-us--wrapper form .check .checkmark {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}
.section-contact-us .contact-us--wrapper form .check .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  left: 50%;
  top: 43%;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.section-contact-us .contact-us--wrapper form .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
}
@media (max-width: 991px) {
  .section-contact-us .contact-us--wrapper form .btn-wrapper {
    margin: 20px 0 0 0;
  }
}
.section-contact-us .contact-us--wrapper form .btn-wrapper .btn {
  width: 100%;
  max-width: 100%;
}

.section-qna {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .section-qna {
    padding: 30px 0;
  }
}
.section-qna .qna-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-qna .qna-wrapper .left-side {
  width: 100%;
  max-width: 450px;
}
@media (max-width: 1141px) {
  .section-qna .qna-wrapper .left-side {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .section-qna .qna-wrapper .left-side {
    max-width: 100%;
  }
}
.section-qna .qna-wrapper .left-side .page-subtitle {
  justify-content: flex-start;
  margin: 0 0 24px;
}
.section-qna .qna-wrapper .left-side h2 {
  text-align: left;
  line-height: 1;
  margin: 0 0 24px;
}
.section-qna .qna-wrapper .right-side {
  width: calc(100% - 540px);
}
@media (max-width: 1141px) {
  .section-qna .qna-wrapper .right-side {
    width: calc(100% - 365px);
  }
}
@media (max-width: 991px) {
  .section-qna .qna-wrapper .right-side {
    width: 100%;
  }
}
.section-qna .qna-wrapper .right-side .dropdown-qna {
  position: relative;
  width: 100%;
}
.section-qna .qna-wrapper .right-side .dropdown-qna .qna-item {
  overflow: hidden;
  border-radius: 16px;
  margin: 0 0 12px;
}
.section-qna .qna-wrapper .right-side .dropdown-qna .qna-item.active .title-dropdown--qna svg {
  transform: rotate(135deg);
}
.section-qna .qna-wrapper .right-side .dropdown-qna .qna-item.active .title-dropdown--qna svg path {
  stroke: #fff;
}
.section-qna .qna-wrapper .right-side .dropdown-qna .qna-item .title-dropdown--qna {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #f8f8f8;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
  color: #18181b;
}
@media (max-width: 991px) {
  .section-qna .qna-wrapper .right-side .dropdown-qna .qna-item .title-dropdown--qna {
    font-size: 16px;
  }
}
.section-qna .qna-wrapper .right-side .dropdown-qna .qna-item .title-dropdown--qna span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin: 0 0 0 10px;
  border-radius: 50%;
  background: #264071;
}
.section-qna .qna-wrapper .right-side .dropdown-qna .qna-item .title-dropdown--qna span svg {
  display: block;
  transform: rotate(0);
  transition: 0.3s all ease;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.section-qna .qna-wrapper .right-side .dropdown-qna .qna-item .title-dropdown--qna span svg path {
  transition: 0.3s all ease;
}
.section-qna .qna-wrapper .right-side .dropdown-qna .qna-item .default-submenu {
  display: none;
  padding: 16px 20px;
  background: #f8f8f8;
  border-top: 1px solid #e5e7eb;
}
.section-qna .qna-wrapper .right-side .dropdown-qna .qna-item .default-submenu p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  color: #71717a;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .section-qna .qna-wrapper .right-side .dropdown-qna .qna-item .default-submenu p {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.section-qna .qna-wrapper .right-side .dropdown-qna .qna-item .default-submenu p:nth-last-child(1) {
  margin: 0;
}

.section-map {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .section-map {
    padding: 30px 0;
  }
}
.section-map .map-content .map-content--top {
  margin: 0 0 24px;
}
.section-map .map-content .map-content--top img {
  display: block;
  width: 100%;
  border-radius: 16px;
}
.section-map .map-content .map-content--bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-map .map-content .map-content--bottom {
    overflow: auto;
    padding: 0 0 10px;
  }
}
@media (max-width: 575px) {
  .section-map .map-content .map-content--bottom {
    display: block;
  }
  .section-map .map-content .map-content--bottom ul {
    margin: 0;
    column-count: 2;
  }
}
.section-map .map-content .map-content--bottom .map-links--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(25% - 8px);
  height: 100%;
}
@media (max-width: 991px) {
  .section-map .map-content .map-content--bottom .map-links--item {
    width: initial;
    margin: 0 16px 0 0;
  }
}
.section-map .map-content .map-content--bottom .map-links--item ul {
  width: 100%;
}
.section-map .map-content .map-content--bottom .map-links--item ul li {
  position: relative;
  padding: 0 0 0 24px;
  margin: 0 0 2px;
}
@media (max-width: 991px) {
  .section-map .map-content .map-content--bottom .map-links--item ul li {
    margin: 0 0 8px;
    padding: 0 0 0 20px;
  }
}
.section-map .map-content .map-content--bottom .map-links--item ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #18181b;
}
@media (max-width: 991px) {
  .section-map .map-content .map-content--bottom .map-links--item ul li:before {
    left: 6px;
    top: 10px;
  }
}
.section-map .map-content .map-content--bottom .map-links--item ul li a {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #18181b;
  border-bottom: 1px solid #18181b;
}
@media (max-width: 991px) {
  .section-map .map-content .map-content--bottom .map-links--item ul li a {
    white-space: nowrap;
  }
}
.section-map .map-content .map-content--bottom .map-links--item ul li a:hover {
  border-color: #264071;
  color: #264071;
}
.section-map .map-content .map-content--bottom .map-links--item .btn {
  font-size: 14px;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .section-map .map-content .map-content--bottom .map-links--item .btn {
    display: none;
  }
}
.section-map .map-content .mobile-btn {
  display: none;
}
@media (max-width: 991px) {
  .section-map .map-content .mobile-btn {
    display: block;
    margin: 16px 0 0 0;
  }
}
.section-map .map-content .mobile-btn .btn {
  max-width: 100%;
}

.map-feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #f4f4f5;
  border-radius: 16px;
  padding: 24px 36px;
  margin: 48px 0 0 0;
}
@media (max-width: 991px) {
  .map-feedback {
    margin: 24px 0 0 0;
    padding: 24px 20px;
  }
}
.map-feedback img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
}
@media (max-width: 991px) {
  .map-feedback img {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
  }
}
.map-feedback p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: #264071;
}
@media (max-width: 991px) {
  .map-feedback p {
    font-size: 20px;
    line-height: 1.2;
  }
}
.map-feedback p br {
  display: none;
}
@media (max-width: 991px) {
  .map-feedback p br {
    display: block;
  }
}
.map-feedback .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 40px 0 0 0;
}
@media (max-width: 991px) {
  .map-feedback .btn-wrapper {
    margin: 24px 0 0 0;
  }
}
@media (max-width: 991px) {
  .map-feedback .btn-wrapper .btn {
    width: 100%;
    max-width: 100%;
  }
}

.section-feedback {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .section-feedback {
    padding: 30px 0;
  }
}
.section-feedback .feedback-wrapper {
  padding: 55px 130px;
  border-radius: 20px;
  background: #264071;
  position: relative;
}
@media (max-width: 1141px) {
  .section-feedback .feedback-wrapper {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .section-feedback .feedback-wrapper {
    padding: 90px 10px;
    border-radius: 16px;
  }
}
.section-feedback .feedback-wrapper:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 90px;
  height: 80px;
  background: url("../../img/feedback-decore.svg") top right no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .section-feedback .feedback-wrapper:before {
    width: 60px;
    height: 55px;
  }
}
.section-feedback .feedback-wrapper h2 {
  color: #fafafa;
}
@media (max-width: 991px) {
  .section-feedback .feedback-wrapper h2 {
    text-align: center;
  }
}
.section-feedback .feedback-wrapper p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fafafa;
}
@media (max-width: 991px) {
  .section-feedback .feedback-wrapper p {
    max-width: 250px;
    margin: 0 auto;
  }
}
.section-feedback .feedback-wrapper p b {
  display: block;
  font-weight: 700;
  color: #fafafa;
}
.section-feedback .feedback-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 0 0 0;
}

.main-map--wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .main-map--wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.main-map--wrapper .left-side {
  width: calc(50% - 24px);
}
@media (max-width: 991px) {
  .main-map--wrapper .left-side {
    width: 100%;
  }
}
.main-map--wrapper .left-side .services-description {
  text-align: left;
  margin: 0 0 8px;
}
.main-map--wrapper .left-side h2 {
  text-align: left;
}
.main-map--wrapper .left-side p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71717a;
  margin: 0 0 5px;
}
.main-map--wrapper .left-side p a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.main-map--wrapper .left-side p a:hover {
  border-color: transparent;
}
.main-map--wrapper .left-side p b,
.main-map--wrapper .left-side p strong {
  font-weight: 600;
}
.main-map--wrapper .left-side ul {
  margin: 0 0 32px;
}
.main-map--wrapper .left-side ul li {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71717a;
  position: relative;
  padding: 0 0 0 26px;
  margin: 0 0 5px;
}
.main-map--wrapper .left-side ul li b,
.main-map--wrapper .left-side ul li strong {
  font-weight: 600;
}
.main-map--wrapper .left-side ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #71717a;
}
.main-map--wrapper .left-side ul li a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.main-map--wrapper .left-side ul li a:hover {
  border-color: transparent;
}
.main-map--wrapper .map-wrapper {
  width: calc(50% - 24px);
  margin: 0 !important;
}
@media (max-width: 991px) {
  .main-map--wrapper .map-wrapper {
    width: 100%;
  }
}
.main-map--wrapper .map-wrapper .map {
  display: block;
  height: 500px;
  border-radius: 16px;
}

.reviews-sites--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
  gap: 24px;
}

.reviews-sites--wrapper a:hover {
  transform: scale(1.12);
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}

@media screen and (max-width: 991px) {
  .reviews-sites--wrapper {
    margin: 32px 0 0 0;
  }
}
.plans-content h2, .plans-content h3, .plans-content h4, .plans-content h5, .community-content h2, .community-content h3, .community-content h4, .community-content h5 {
  text-align: left !important;
}

.section-services--categories {
  padding: 30px 0;
}
@media (max-width: 991px) {
  .section-services--categories {
    padding: 20px 0;
  }
}
.section-services--categories .services-category--wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 32px 0 0 0;
}
@media (max-width: 991px) {
  .section-services--categories .services-category--wrapper {
    flex-wrap: nowrap;
    overflow: auto;
    padding: 0 0 10px;
  }
}
.section-services--categories .services-category--wrapper .services-category--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: calc(20% - 12px);
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 24px;
  text-decoration: none !important;
  min-height: 150px;
}
@media (max-width: 991px) {
  .section-services--categories .services-category--wrapper .services-category--item {
    padding: 10px;
    min-height: 100%;
  }
}
@media (max-width: 767px) {
  .section-services--categories .services-category--wrapper .services-category--item {
    padding: 5px 9px 6px;
    min-height: 100%;
    width: 95px;
    min-width: 95px;
    border-radius: 12px;
    margin: 0 8px 0 0;
  }
}
.section-services--categories .services-category--wrapper .services-category--item:hover {
  transform: translateY(-10px);
  background: #ececec;
}
.section-services--categories .services-category--wrapper .services-category--item:focus {
  outline: none;
}
.section-services--categories .services-category--wrapper .services-category--item:focus-visible {
  transform: translateY(-10px);
  background: #ececec;
}
.section-services--categories .services-category--wrapper .services-category--item img {
  display: block;
  width: 74px;
  height: 74px;
  object-fit: contain;
  margin: 0 0 8px;
}
@media (max-width: 991px) {
  .section-services--categories .services-category--wrapper .services-category--item img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .section-services--categories .services-category--wrapper .services-category--item img {
    width: 46px;
    height: 46px;
    margin: 0 0 3px;
  }
}
.section-services--categories .services-category--wrapper .services-category--item span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #000;
}
@media (max-width: 991px) {
  .section-services--categories .services-category--wrapper .services-category--item span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-services--categories .services-category--wrapper .services-category--item span {
    font-size: 12px;
  }
}

.section-content--main {
  padding: 30px 0 64px 0;
}
@media (max-width: 991px) {
  .section-content--main {
    padding: 20px 0 30px 0;
  }
}
.section-content--main .content-main--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section-content--main .content-main--wrapper .content-main--left {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 1141px) {
  .section-content--main .content-main--wrapper .content-main--left {
    max-width: 170px;
  }
}
@media (max-width: 991px) {
  .section-content--main .content-main--wrapper .content-main--left {
    display: none;
  }
}
.section-content--main .content-main--wrapper .content-main--left .content-navigation ul li {
  margin: 0 0 8px;
}
.section-content--main .content-main--wrapper .content-main--left .content-navigation ul li a {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.28571;
  color: #71717a;
  text-decoration: none !important;
}
.section-content--main .content-main--wrapper .content-main--left .content-navigation ul li a:hover {
  color: #264071;
}
.section-content--main .content-main--wrapper .content-main--right {
  width: calc(100% - 230px);
}
@media (max-width: 1141px) {
  .section-content--main .content-main--wrapper .content-main--right {
    width: calc(100% - 185px);
  }
}
@media (max-width: 991px) {
  .section-content--main .content-main--wrapper .content-main--right {
    width: 100%;
  }
}
.section-content--main .content-main--wrapper .content-main--fullwide {
  width: 100%;
  max-width: 100%;
}

.services-main .services-main--wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .services-main .services-main--wrapper {
    display: block;
  }
}
.services-main .services-main--wrapper .left-side {
  width: calc(100% - 465px);
}
@media (max-width: 1141px) {
  .services-main .services-main--wrapper .left-side {
    width: calc(100% - 415px);
  }
}
@media (max-width: 991px) {
  .services-main .services-main--wrapper .left-side {
    width: 100%;
    margin: 0 0 12px;
  }
}
.services-main .services-main--wrapper .left-side img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  min-height: 350px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .services-main .services-main--wrapper .left-side img {
    max-height: 400px;
  }
}
.services-main .services-main--wrapper .right-side {
  width: 100%;
  max-width: 435px;
}
@media (max-width: 1141px) {
  .services-main .services-main--wrapper .right-side {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .services-main .services-main--wrapper .right-side {
    max-width: 100%;
  }
}
.services-main .services-main--wrapper .right-side p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #71717a;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .services-main .services-main--wrapper .right-side p {
    font-size: 16px;
    margin: 0 0 12px;
  }
}
.services-main .services-main--wrapper .right-side span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.42857;
  color: #18181b;
  margin: 0 0 21px;
}
@media (max-width: 991px) {
  .services-main .services-main--wrapper .right-side span {
    margin: 0 0 32px;
  }
}
.services-main .services-main--wrapper .right-side span img {
  display: block;
  width: 24px;
  min-width: 24px;
  margin: 0 8px 0 0;
}
.services-main .services-main--wrapper .right-side .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services-main .services-main--wrapper .right-side .btns-wrapper .btn {
  min-width: initial;
  width: calc(50% - 12px);
  min-height: 58px;
  font-size: 14px;
}
@media (max-width: 1141px) {
  .services-main .services-main--wrapper .right-side .btns-wrapper .btn {
    width: calc(50% - 8px);
  }
}
@media (max-width: 991px) {
  .services-main .services-main--wrapper .right-side .btns-wrapper .btn {
    width: calc(50% - 5px);
    min-height: 40px;
    padding: 8px 10px;
  }
}
@media (max-width: 991px) {
  .services-main .services-main--wrapper .right-side .btns-wrapper .btn svg {
    width: 16px !important;
    height: 16px !important;
    margin: 0 0 0 8px;
  }
}
.services-main .services-main--wrapper .right-side .reviews-sites--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 90px 0 0 0;
}
@media (max-width: 991px) {
  .services-main .services-main--wrapper .right-side .reviews-sites--wrapper {
    margin: 24px 0 0 0 !important;
  }
}
.services-main .services-main--wrapper .right-side .reviews-sites--wrapper .reviews-sites--item {
  display: block;
  width: calc(33.3333333333% - 15px);
}
@media (max-width: 1141px) {
  .services-main .services-main--wrapper .right-side .reviews-sites--wrapper .reviews-sites--item {
    width: calc(33.3333333333% - 8px);
  }
}
@media (max-width: 767px) {
  .services-main .services-main--wrapper .right-side .reviews-sites--wrapper .reviews-sites--item {
    width: calc(33.3333333333% - 2.5px);
  }
}
.services-main .services-main--wrapper .right-side .reviews-sites--wrapper .reviews-sites--item img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}
.services-main .services-main--wrapper .right-side .reviews-sites--wrapper a:hover {
  opacity: 0.7;
}

.services-main--subtitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .services-main--subtitle {
    margin: 0 0 16px;
  }
}
.services-main--subtitle .subtitle-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 100px;
  padding: 6px 20px;
  min-height: 30px;
  background: #f4f4f5;
}
@media (max-width: 991px) {
  .services-main--subtitle .subtitle-wrapper {
    background: transparent;
    padding: 0;
    min-height: initial;
    border-radius: 0;
  }
}
.services-main--subtitle .subtitle-wrapper .stars-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 9px 0 0;
}
@media (max-width: 991px) {
  .services-main--subtitle .subtitle-wrapper .stars-wrapper {
    display: none;
  }
}
.services-main--subtitle .subtitle-wrapper .stars-wrapper img {
  display: block;
  width: 13px;
  min-width: 13px;
}
.services-main--subtitle .subtitle-wrapper p {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #18181b;
}
@media (max-width: 991px) {
  .services-main--subtitle .subtitle-wrapper p {
    font-size: 14px;
    color: #71717a;
    text-transform: none;
  }
}
.services-main--subtitle button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: 0.3s all ease;
  margin: 0 0 0 10px;
  padding: 0;
}
@media (max-width: 991px) {
  .services-main--subtitle button {
    display: none;
  }
}
.services-main--subtitle button:hover {
  opacity: 0.7;
}
.services-main--subtitle button img {
  display: block;
  width: 13px;
  object-fit: contain;
}

.section-conditioning {
  padding: 64px 0;
  background: url("../../img/conditioning-bg.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .section-conditioning {
    padding: 48px 0;
    overflow: hidden;
  }
}
.section-conditioning .conditioning-description {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #fafafa;
  text-align: center;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .section-conditioning .conditioning-description {
    text-align: left;
  }
}
.section-conditioning h2 {
  color: #fff;
}
.section-conditioning h2 span {
  color: #18181b;
}
.section-conditioning .conditioning-wrapper {
  margin: 48px 0 0 0;
}
@media (max-width: 991px) {
  .section-conditioning .conditioning-wrapper {
    margin: 32px 0 0 0;
  }
}
.section-conditioning .conditioning-wrapper .mob-slider {
  margin: -8px;
}
@media (max-width: 991px) {
  .section-conditioning .conditioning-wrapper .mob-slider {
    margin: 0;
    padding: 0 60px 0 0;
    overflow: visible;
  }
}
.section-conditioning .conditioning-wrapper .mob-slider [class*=col-] {
  padding: 8px;
}
@media (max-width: 991px) {
  .section-conditioning .conditioning-wrapper .mob-slider [class*=col-] {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section-conditioning .conditioning-wrapper .mob-slider .swiper-wrapper {
    align-items: initial;
  }
}
@media (max-width: 991px) {
  .section-conditioning .conditioning-wrapper .mob-slider .swiper-wrapper .swiper-slide {
    min-height: 100%;
    height: initial;
  }
}
.section-conditioning .conditioning-wrapper .conditioning-item img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .section-conditioning .conditioning-wrapper .conditioning-item img {
    height: 200px;
    margin: 0 0 12px;
  }
}
.section-conditioning .conditioning-wrapper .conditioning-item p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .section-conditioning .conditioning-wrapper .conditioning-item p {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.section-conditioning .conditioning-wrapper .conditioning-item span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #fafafa;
  opacity: 0.8;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .section-conditioning .conditioning-wrapper .conditioning-item span {
    font-size: 14px;
    margin: 0 0 12px;
  }
}
.section-conditioning .conditioning-wrapper .conditioning-item .btn {
  width: 100%;
  max-width: 275px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .section-conditioning .conditioning-wrapper .conditioning-item .btn {
    max-width: 100%;
  }
}

.section-services--trust {
  padding: 64px 0;
  background: #f4f4f5;
}
@media (max-width: 991px) {
  .section-services--trust {
    padding: 32px 0;
  }
}
.section-services--trust .trust-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-services--trust .trust-wrapper {
    flex-direction: column-reverse;
  }
}
.section-services--trust .trust-wrapper .trust-left {
  width: calc(50% - 24px);
}
@media (max-width: 991px) {
  .section-services--trust .trust-wrapper .trust-left {
    width: 100%;
  }
}
.section-services--trust .trust-wrapper .trust-left p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71717a;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-services--trust .trust-wrapper .trust-left p {
    margin: 0 0 16px;
  }
}
.section-services--trust .trust-wrapper .trust-left p b,
.section-services--trust .trust-wrapper .trust-left p strong {
  font-weight: 600;
  color: #71717a;
}
.section-services--trust .trust-wrapper .trust-left .btn {
  font-size: 14px;
}
.section-services--trust .trust-wrapper .trust-right {
  width: calc(50% - 24px);
}
@media (max-width: 991px) {
  .section-services--trust .trust-wrapper .trust-right {
    width: 100%;
    margin: 0 0 24px;
  }
}
.section-services--trust .trust-wrapper .trust-right img {
  display: block;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .section-services--trust .trust-wrapper .trust-right img {
    max-height: 400px;
  }
}

.section-services--steps {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .section-services--steps {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .section-services--steps h2,
  .section-services--steps .services-description {
    text-align: center;
  }
}
.section-services--steps .services-steps--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
}
@media (max-width: 991px) {
  .section-services--steps .services-steps--wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 32px 0 0 0;
  }
}
.section-services--steps .services-steps--wrapper .services-steps--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: calc(20% - 24px);
  position: relative;
}
@media (max-width: 1141px) {
  .section-services--steps .services-steps--wrapper .services-steps--item {
    width: calc(20% - 8px);
  }
}
@media (max-width: 991px) {
  .section-services--steps .services-steps--wrapper .services-steps--item {
    width: 100%;
    max-width: 335px;
    margin: 0 0 115px;
  }
}
.section-services--steps .services-steps--wrapper .services-steps--item:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 100%;
  width: 35px;
  height: 6px;
  background: url("../../img/arrow-right--grey.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 1141px) {
  .section-services--steps .services-steps--wrapper .services-steps--item:after {
    width: 25px;
  }
}
@media (max-width: 991px) {
  .section-services--steps .services-steps--wrapper .services-steps--item:after {
    width: 35px;
    top: calc(100% + 55px);
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .section-services--steps .services-steps--wrapper .services-steps--item:nth-last-child(1) {
    margin: 0;
  }
}
.section-services--steps .services-steps--wrapper .services-steps--item:nth-last-child(1):after {
  content: none;
}
.section-services--steps .services-steps--wrapper .services-steps--item:hover .image-wrapper, .section-services--steps .services-steps--wrapper .services-steps--item.active .image-wrapper {
  background: #264071;
  transform: scale(1.3);
}
.section-services--steps .services-steps--wrapper .services-steps--item:hover .image-wrapper svg path, .section-services--steps .services-steps--wrapper .services-steps--item.active .image-wrapper svg path {
  fill: #fff;
}
.section-services--steps .services-steps--wrapper .services-steps--item:hover p,
.section-services--steps .services-steps--wrapper .services-steps--item:hover span, .section-services--steps .services-steps--wrapper .services-steps--item.active p,
.section-services--steps .services-steps--wrapper .services-steps--item.active span {
  color: #264071;
}
.section-services--steps .services-steps--wrapper .services-steps--item .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #f4f4f4;
  border-radius: 50%;
  margin: 0 0 40px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-services--steps .services-steps--wrapper .services-steps--item .image-wrapper {
    margin: 0 0 24px;
  }
}
.section-services--steps .services-steps--wrapper .services-steps--item .image-wrapper svg {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.section-services--steps .services-steps--wrapper .services-steps--item .image-wrapper svg path {
  transition: 0.3s all ease;
}
.section-services--steps .services-steps--wrapper .services-steps--item p {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.11111;
  text-align: center;
  color: #18181b;
  margin: 0 0 16px;
  transition: 0.3s all ease;
}
.section-services--steps .services-steps--wrapper .services-steps--item span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28571;
  text-align: center;
  color: #71717a;
  transition: 0.3s all ease;
}
.section-services--steps .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}
@media (max-width: 991px) {
  .section-services--steps .btn-wrapper {
    margin: 32px 0 0 0;
  }
}
.section-services--steps .btn-wrapper .btn {
  font-size: 14px;
}

.section-services--choose {
  padding: 64px 0;
  background: #f4f4f5;
}
@media (max-width: 991px) {
  .section-services--choose {
    padding: 32px 0;
  }
}
@media (max-width: 991px) {
  .section-services--choose h2,
  .section-services--choose .services-description {
    text-align: center;
  }
}
.section-services--choose .choose-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-services--choose .choose-wrapper {
    display: block;
  }
}
.section-services--choose .choose-wrapper .choose-left {
  width: calc(50% - 24px);
}
@media (max-width: 991px) {
  .section-services--choose .choose-wrapper .choose-left {
    width: 100%;
    margin: 0 0 32px;
  }
}
.section-services--choose .choose-wrapper .choose-left img {
  display: block;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .section-services--choose .choose-wrapper .choose-left img {
    max-height: 400px;
  }
}
.section-services--choose .choose-wrapper .choose-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(50% - 24px);
}
@media (max-width: 991px) {
  .section-services--choose .choose-wrapper .choose-right {
    width: 100%;
  }
}
.section-services--choose .choose-wrapper .choose-right p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #18181b;
  position: relative;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .section-services--choose .choose-wrapper .choose-right p {
    font-size: 16px;
    margin: 0 0 16px;
  }
}
.section-services--choose .choose-wrapper .choose-right p a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.section-services--choose .choose-wrapper .choose-right p a:hover {
  border-color: transparent;
}
.section-services--choose .choose-wrapper .choose-right p b,
.section-services--choose .choose-wrapper .choose-right p strong {
  font-weight: 600;
}
.section-services--choose .choose-wrapper .choose-right ul {
  width: 100%;
}
.section-services--choose .choose-wrapper .choose-right ul li {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #18181b;
  position: relative;
  padding: 0 0 0 37px;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .section-services--choose .choose-wrapper .choose-right ul li {
    font-size: 16px;
    margin: 0 0 16px;
    padding: 0 0 0 28px;
  }
}
.section-services--choose .choose-wrapper .choose-right ul li:before {
  content: "➤";
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 23px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #264071;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.12);
}
@media (max-width: 991px) {
  .section-services--choose .choose-wrapper .choose-right ul li:before {
    font-size: 16px;
  }
}
.section-services--choose .choose-wrapper .choose-right ul a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.section-services--choose .choose-wrapper .choose-right ul a:hover {
  border-color: transparent;
}
.section-services--choose .choose-wrapper .choose-right .btn-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 0 0;
}
.section-services--choose .choose-wrapper .choose-right .btn-wrapper .btn {
  font-size: 14px;
}
@media (max-width: 991px) {
  .section-services--choose .choose-wrapper .choose-right .btn-wrapper .btn {
    width: 100%;
  }
}

.section-services--save {
  padding: 80px 0 40px 0;
}
@media (max-width: 991px) {
  .section-services--save {
    padding: 30px 0;
  }
}
.section-services--save .save-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .section-services--save .save-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
  }
}
.section-services--save .save-wrapper .save-left {
  width: calc(50% - 24px);
}
@media (max-width: 991px) {
  .section-services--save .save-wrapper .save-left {
    width: 100%;
  }
}
.section-services--save .save-wrapper .save-left .services-description {
  text-align: left;
  margin: 0 0 8px;
}
.section-services--save .save-wrapper .save-left h2 {
  text-align: left;
}
.section-services--save .save-wrapper .save-left p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71717a;
  margin: 0 0 5px;
}
.section-services--save .save-wrapper .save-left p a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.section-services--save .save-wrapper .save-left p a:hover {
  border-color: transparent;
}
.section-services--save .save-wrapper .save-left p b,
.section-services--save .save-wrapper .save-left p strong {
  font-weight: 600;
}
@media (max-width: 991px) {
  .section-services--save .save-wrapper .save-left h2,
  .section-services--save .save-wrapper .save-left .services-description {
    text-align: center;
  }
}
.section-services--save .save-wrapper .save-left ul {
  margin: 0 0 32px;
}
.section-services--save .save-wrapper .save-left ul li {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71717a;
  position: relative;
  padding: 0 0 0 26px;
  margin: 0 0 5px;
}
.section-services--save .save-wrapper .save-left ul li b,
.section-services--save .save-wrapper .save-left ul li strong {
  font-weight: 600;
}
.section-services--save .save-wrapper .save-left ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #71717a;
}
.section-services--save .save-wrapper .save-left ul li a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.section-services--save .save-wrapper .save-left ul li a:hover {
  border-color: transparent;
}
.section-services--save .save-wrapper .save-left .btn {
  min-height: 58px;
}
@media (max-width: 991px) {
  .section-services--save .save-wrapper .save-left .btn {
    width: 100%;
    min-height: 44px;
  }
}
.section-services--save .save-wrapper .save-left img {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .section-services--save .save-wrapper .save-left img {
    display: block;
    max-height: 400px;
    margin: 0 0 24px;
  }
}
.section-services--save .save-wrapper .save-left iframe {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .section-services--save .save-wrapper .save-left iframe {
    display: block;
    height: 400px;
    margin: 0 0 24px;
  }
}
.section-services--save .save-wrapper .save-right {
  width: calc(50% - 24px);
}
@media (max-width: 991px) {
  .section-services--save .save-wrapper .save-right {
    width: 100%;
  }
}
.section-services--save .save-wrapper .save-right img {
  display: block;
  width: 100%;
  max-height: 700px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .section-services--save .save-wrapper .save-right img {
    display: none;
  }
}
.section-services--save .save-wrapper .save-right iframe {
  display: block;
  width: 100%;
  height: 450px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .section-services--save .save-wrapper .save-right iframe {
    display: none;
  }
}

.section-services--qna {
  padding: 40px 0 80px 0;
}
@media (max-width: 991px) {
  .section-services--qna {
    padding: 30px 0 60px 0;
  }
}
.section-services--qna .dropdown-qna {
  position: relative;
  width: 100%;
  border-top: 1px solid #ececec;
}
.section-services--qna .dropdown-qna .qna-item {
  overflow: hidden;
  border-bottom: 1px solid #ececec;
}
.section-services--qna .dropdown-qna .qna-item.active .title-dropdown--qna .qna_plus {
  border-color: #264071;
}
.section-services--qna .dropdown-qna .qna-item.active .title-dropdown--qna .qna_plus .vertical {
  transform: translate(-50%, -50%) rotate(-270deg) !important;
  background: #264071;
}
.section-services--qna .dropdown-qna .qna-item.active .title-dropdown--qna .qna_plus .horizontal {
  background: #264071;
}
.section-services--qna .dropdown-qna .qna-item.active .title-dropdown--qna svg {
  transform: rotate(135deg);
}
.section-services--qna .dropdown-qna .qna-item.active .title-dropdown--qna svg path {
  stroke: #fff;
}
.section-services--qna .dropdown-qna .qna-item .title-dropdown--qna {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #18181b;
}
.section-services--qna .dropdown-qna .qna-item .title-dropdown--qna .qna_plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  position: relative;
  border: 1px solid #18181b;
  border-radius: 50%;
  transition: 0.3s all ease;
  margin: 0 0 0 10px;
}
.section-services--qna .dropdown-qna .qna-item .title-dropdown--qna .qna_plus small {
  display: block;
  background: #18181b;
  transition: 0.3s all ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-services--qna .dropdown-qna .qna-item .title-dropdown--qna .qna_plus .horizontal {
  width: 16px;
  height: 2px;
}
.section-services--qna .dropdown-qna .qna-item .title-dropdown--qna .qna_plus .vertical {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(0);
}
.section-services--qna .dropdown-qna .qna-item .default-submenu {
  display: none;
  padding: 0 100px 12px 0;
}
@media (max-width: 991px) {
  .section-services--qna .dropdown-qna .qna-item .default-submenu {
    padding: 0 0 12px;
  }
}
.section-services--qna .dropdown-qna .qna-item .default-submenu p {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #18181b;
  opacity: 0.8;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .section-services--qna .dropdown-qna .qna-item .default-submenu p {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.section-services--qna .dropdown-qna .qna-item .default-submenu p:nth-last-child(1) {
  margin: 0;
}
.section-services--qna .dropdown-qna .qna-item .default-submenu p a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.section-services--qna .dropdown-qna .qna-item .default-submenu p a:hover {
  border-color: transparent;
}
.section-services--qna .dropdown-qna .qna-item .default-submenu p b,
.section-services--qna .dropdown-qna .qna-item .default-submenu p strong {
  font-weight: 600;
}
.section-services--qna .dropdown-qna .qna-item .default-submenu ul {
  margin: 0 0 32px;
}
.section-services--qna .dropdown-qna .qna-item .default-submenu ul li {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71717a;
  position: relative;
  padding: 0 0 0 26px;
  margin: 0 0 5px;
}
.section-services--qna .dropdown-qna .qna-item .default-submenu ul li b,
.section-services--qna .dropdown-qna .qna-item .default-submenu ul li strong {
  font-weight: 600;
}
.section-services--qna .dropdown-qna .qna-item .default-submenu ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #71717a;
}
.section-services--qna .dropdown-qna .qna-item .default-submenu ul li a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.section-services--qna .dropdown-qna .qna-item .default-submenu ul li a:hover {
  border-color: transparent;
}
.section-services--qna .dropdown-qna .qna-item .default-submenu img {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .section-services--qna .dropdown-qna .qna-item .default-submenu img {
    display: block;
    max-height: 400px;
  }
}

.section-services--brands {
  padding: 64px 0;
  background: #f4f4f5;
}
@media (max-width: 991px) {
  .section-services--brands {
    padding: 32px 0;
  }
}
.section-services--brands ul {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-services--brands ul li {
  width: calc(16.6666666667% - 16px);
  margin: 0 8px 16px 8px;
}
@media (max-width: 991px) {
  .section-services--brands ul li {
    width: calc(25% - 8px);
    margin: 0 4px 8px 4px;
  }
}
@media (max-width: 767px) {
  .section-services--brands ul li {
    width: calc(33.3333333333% - 8px);
    margin: 0 4px 8px 4px;
  }
}
.section-services--brands ul li a, .section-services--brands ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #264071;
  border-radius: 16px;
  padding: 10px 15px;
  background: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: #18181b;
  min-height: 74px;
}
@media (max-width: 991px) {
  .section-services--brands ul li a, .section-services--brands ul li span {
    font-size: 14px;
    padding: 5px;
    min-height: 64px;
  }
}
.section-services--brands ul li a:hover, .section-services--brands ul li span:hover {
  background: #264071;
  color: #fff;
}
.section-services--brands ul li a:focus, .section-services--brands ul li span:focus {
  outline: none;
}
.section-services--brands ul li a:focus-visible, .section-services--brands ul li span:focus-visible {
  background: #264071;
  color: #fff;
}

.section-services--coupons {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .section-services--coupons {
    overflow: hidden;
    padding: 30px 0 20px 0;
  }
}
.section-services--coupons .mob-slider {
  margin: -8px;
}
@media (max-width: 991px) {
  .section-services--coupons .mob-slider {
    margin: 0;
    padding: 0 60px 0 0;
    overflow: visible;
  }
}
.section-services--coupons .mob-slider [class*=col-] {
  padding: 8px;
}
@media (max-width: 991px) {
  .section-services--coupons .mob-slider [class*=col-] {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section-services--coupons .mob-slider .swiper-wrapper {
    align-items: initial;
  }
}
@media (max-width: 991px) {
  .section-services--coupons .mob-slider .swiper-wrapper .swiper-slide {
    min-height: 100%;
    height: initial;
  }
}
.section-services--coupons .coupons-wrapper {
  margin: 32px 0 0 0;
}
.section-services--coupons .coupons-wrapper .row {
  justify-content: center;
  margin: -8px;
}
.section-services--coupons .coupons-wrapper .row [class*=col-] {
  padding: 8px;
}
.section-services--coupons .coupons-wrapper .coupons-item {
  padding: 24px;
  border: 1px dashed #264071;
  border-radius: 12px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  min-height: 100%;
}
.section-services--coupons .coupons-wrapper .coupons-item small {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.42857;
  color: #264071;
  margin: 0 0 8px;
}
.section-services--coupons .coupons-wrapper .coupons-item p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #18181b;
  min-height: 56px;
  margin: 0 0 24px;
}
.section-services--coupons .coupons-wrapper .coupons-item span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 0.6;
  color: #18181b;
  margin: 0 0 24px;
}
.section-services--coupons .coupons-wrapper .coupons-item .btn {
  min-width: 140px;
  min-height: 40px;
  font-size: 14px;
}
.section-services--coupons .coupons-wrapper .coupons-item .coupon-details {
  text-align: center;
  color: #71717a;
  opacity: 0.8;
}
.section-services--coupons .coupons-info {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #71717a;
  opacity: 0.8;
  margin: 24px 0 0 0;
}
@media (max-width: 991px) {
  .section-services--coupons .coupons-info {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
  }
}
.section-services--coupons .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 0 0 0;
}
@media (max-width: 991px) {
  .section-services--coupons .btn-wrapper {
    margin: 24px 0 0 0;
  }
}
.section-services--coupons .btn-wrapper .btn {
  font-size: 14px;
}
@media (max-width: 991px) {
  .section-services--coupons .btn-wrapper .btn {
    width: 100%;
  }
}

.section-full--content,
.wp-block-group {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .section-full--content,
  .wp-block-group {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-full--content .wp-block-group,
.wp-block-group .wp-block-group {
  padding: 0;
}
.section-full--content h3,
.wp-block-group h3 {
  text-align: left;
}
.section-full--content p,
.wp-block-group p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71717a;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .section-full--content p,
  .wp-block-group p {
    margin: 0 0 10px;
  }
}
.section-full--content p a,
.wp-block-group p a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.section-full--content p a:hover,
.wp-block-group p a:hover {
  border-color: transparent;
}
.section-full--content p b,
.section-full--content p strong,
.wp-block-group p b,
.wp-block-group p strong {
  font-weight: 600;
}
.section-full--content ul,
.wp-block-group ul {
  margin: 0 0 32px;
}
.section-full--content ul li,
.wp-block-group ul li {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71717a;
  position: relative;
  padding: 0 0 0 26px;
  margin: 0 0 5px;
}
.section-full--content ul li b,
.section-full--content ul li strong,
.wp-block-group ul li b,
.wp-block-group ul li strong {
  font-weight: 600;
}
.section-full--content ul li:before,
.wp-block-group ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #71717a;
}
.section-full--content ul li a,
.wp-block-group ul li a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.section-full--content ul li a:hover,
.wp-block-group ul li a:hover {
  border-color: transparent;
}
.section-full--content ol,
.wp-block-group ol {
  margin: 0 0 32px;
}
.section-full--content ol li,
.wp-block-group ol li {
  counter-increment: orderedListCounter;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71717a;
  position: relative;
  padding: 0 0 0 26px;
  margin: 0 0 5px;
}
.section-full--content ol li b,
.section-full--content ol li strong,
.wp-block-group ol li b,
.wp-block-group ol li strong {
  font-weight: 600;
}
.section-full--content ol li:before,
.wp-block-group ol li:before {
  content: counter(orderedListCounter) ".";
  position: absolute;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71717a;
  left: 0;
  top: 0px;
}
.section-full--content ol li a,
.wp-block-group ol li a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.section-full--content ol li a:hover,
.wp-block-group ol li a:hover {
  border-color: transparent;
}
.section-full--content .btns-wrapper,
.wp-block-group .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
@media (max-width: 991px) {
  .section-full--content .btns-wrapper,
  .wp-block-group .btns-wrapper {
    margin: 0;
  }
}
.section-full--content .btns-wrapper .btn,
.wp-block-group .btns-wrapper .btn {
  margin: 0 10px;
  min-height: 58px;
}
@media (max-width: 991px) {
  .section-full--content .btns-wrapper .btn,
  .wp-block-group .btns-wrapper .btn {
    width: 100%;
    min-height: 44px;
    margin: 5px 0;
  }
}
.section-full--content .wp-block-button__link,
.section-full--content .wp-element-button,
.wp-block-group .wp-block-button__link,
.wp-block-group .wp-element-button {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background: #264071;
  border: 1px solid #264071;
  border-radius: 100px;
  height: initial;
  min-height: 58px;
}
@media (max-width: 991px) {
  .section-full--content .wp-block-button__link,
  .section-full--content .wp-element-button,
  .wp-block-group .wp-block-button__link,
  .wp-block-group .wp-element-button {
    min-height: 40px;
    font-size: 16px;
    padding: 5px 20px;
    margin: 5px 0;
  }
}
.section-full--content .wp-block-button__link svg,
.section-full--content .wp-element-button svg,
.wp-block-group .wp-block-button__link svg,
.wp-block-group .wp-element-button svg {
  display: block;
  margin: 0 0 0 8px;
}
.section-full--content .wp-block-button__link svg path,
.section-full--content .wp-element-button svg path,
.wp-block-group .wp-block-button__link svg path,
.wp-block-group .wp-element-button svg path {
  transition: 0.3s all ease;
}
.section-full--content .wp-block-button__link:hover,
.section-full--content .wp-element-button:hover,
.wp-block-group .wp-block-button__link:hover,
.wp-block-group .wp-element-button:hover {
  background: transparent;
  text-decoration: none;
  color: #264071;
  border-color: #264071;
}
.section-full--content .wp-block-button__link:hover svg path,
.section-full--content .wp-element-button:hover svg path,
.wp-block-group .wp-block-button__link:hover svg path,
.wp-block-group .wp-element-button:hover svg path {
  stroke: #264071;
}
.section-full--content .wp-block-button__link:focus,
.section-full--content .wp-element-button:focus,
.wp-block-group .wp-block-button__link:focus,
.wp-block-group .wp-element-button:focus {
  outline: none;
}
.section-full--content .wp-block-button__link:focus-visible,
.section-full--content .wp-element-button:focus-visible,
.wp-block-group .wp-block-button__link:focus-visible,
.wp-block-group .wp-element-button:focus-visible {
  background: transparent;
  text-decoration: none;
  color: #264071;
  border-color: #264071;
}
.section-full--content .wp-block-button__link:focus-visible svg path,
.section-full--content .wp-element-button:focus-visible svg path,
.wp-block-group .wp-block-button__link:focus-visible svg path,
.wp-block-group .wp-element-button:focus-visible svg path {
  stroke: #264071;
}
.section-full--content img,
.wp-block-group img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .section-full--content img,
  .wp-block-group img {
    display: block;
    max-height: 400px;
  }
}

.services-description {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #71717a;
  text-align: center;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .services-description {
    font-size: 14px;
    text-align: left;
  }
}

.shares-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15555;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.shares-modal.active {
  opacity: 1;
  visibility: visible;
}
.shares-modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.shares-modal .shares-wrapper {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 40px 30px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .shares-modal .shares-wrapper {
    padding: 30px 16px;
  }
}
.shares-modal .shares-wrapper .close-shares {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
}
@media (max-width: 991px) {
  .shares-modal .shares-wrapper .close-shares {
    top: 10px;
    right: 10px;
  }
}
.shares-modal .shares-wrapper .close-shares svg {
  display: block;
}
.shares-modal .shares-wrapper .share-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.shares-modal .shares-wrapper .share-menu li {
  margin: 0 5px;
}
.shares-modal .shares-wrapper .share-menu li a {
  display: block;
}
.shares-modal .shares-wrapper .share-menu li a:hover {
  opacity: 0.7;
}
.shares-modal .shares-wrapper .share-menu li a img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .shares-modal .shares-wrapper .share-menu li a img {
    width: 46px;
    height: 46px;
  }
}

.modalOpened {
  overflow: hidden;
}

@media (max-width: 991px) {
  .reviews-sites--wrapper {
    margin: 24px 0 0 0 !important;
  }
}

.contacts-main .contacts-main--subtitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .contacts-main .contacts-main--subtitle {
    margin: 0 0 16px;
  }
}
.contacts-main .contacts-main--subtitle .subtitle-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 100px;
  padding: 6px 20px;
  background: #f4f4f5;
}
@media (max-width: 991px) {
  .contacts-main .contacts-main--subtitle .subtitle-wrapper {
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
}
.contacts-main .contacts-main--subtitle .subtitle-wrapper .stars-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 9px 0 0;
}
@media (max-width: 991px) {
  .contacts-main .contacts-main--subtitle .subtitle-wrapper .stars-wrapper {
    display: none;
  }
}
.contacts-main .contacts-main--subtitle .subtitle-wrapper .stars-wrapper img {
  display: block;
  width: 13px;
  min-width: 13px;
}
.contacts-main .contacts-main--subtitle .subtitle-wrapper p {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #18181b;
}
@media (max-width: 991px) {
  .contacts-main .contacts-main--subtitle .subtitle-wrapper p {
    font-size: 14px;
    color: #71717a;
    text-transform: none;
  }
}
.contacts-main .contacts-main--subtitle button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: 0.3s all ease;
  margin: 0 0 0 10px;
  padding: 0;
}
@media (max-width: 991px) {
  .contacts-main .contacts-main--subtitle button {
    display: none;
  }
}
.contacts-main .contacts-main--subtitle button:hover {
  opacity: 0.7;
}
.contacts-main .contacts-main--subtitle button img {
  display: block;
  width: 13px;
  object-fit: contain;
}
.contacts-main h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  color: #18181b;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 6px;
}
@media (max-width: 1440px) {
  .contacts-main h1 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .contacts-main h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    color: #18181b;
    text-align: left;
    margin: 0 0 10px;
  }
}
.contacts-main h1 span {
  color: #264071;
}
.contacts-main .contacts-subtitle {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.13636;
  letter-spacing: -0.01em;
  color: #71717a;
  margin: 0 0 42px;
}
@media (max-width: 991px) {
  .contacts-main .contacts-subtitle {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33333;
    color: #18181b;
    opacity: 0.8;
    margin: 0 0 24px;
  }
}
.contacts-main .contacts-main--wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contacts-main .contacts-main--wrapper {
    display: block;
  }
}
.contacts-main .contacts-main--wrapper .left-side {
  width: calc(100% - 465px);
}
@media (max-width: 1141px) {
  .contacts-main .contacts-main--wrapper .left-side {
    width: calc(100% - 415px);
  }
}
@media (max-width: 991px) {
  .contacts-main .contacts-main--wrapper .left-side {
    width: 100%;
    margin: 0 0 12px;
  }
}
.contacts-main .contacts-main--wrapper .left-side img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 350px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .contacts-main .contacts-main--wrapper .left-side img {
    max-height: 400px;
  }
}
.contacts-main .contacts-main--wrapper .right-side {
  width: 100%;
  max-width: 435px;
}
@media (max-width: 1141px) {
  .contacts-main .contacts-main--wrapper .right-side {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .contacts-main .contacts-main--wrapper .right-side {
    max-width: 100%;
  }
}
.contacts-main .contacts-main--wrapper .right-side p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #71717a;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .contacts-main .contacts-main--wrapper .right-side p {
    font-size: 16px;
    margin: 0 0 24px;
  }
}
.contacts-main .contacts-main--wrapper .right-side p a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.contacts-main .contacts-main--wrapper .right-side p a:hover {
  border-color: transparent;
}
.contacts-main .contacts-main--wrapper .right-side .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacts-main .contacts-main--wrapper .right-side .btns-wrapper .btn,
.contacts-main .contacts-main--wrapper .right-side .btns-wrapper .btn_red {
  min-width: initial;
  width: calc(50% - 12px);
  min-height: 58px;
  font-size: 14px;
  margin: 10px 0;
}
@media (max-width: 1141px) {
  .contacts-main .contacts-main--wrapper .right-side .btns-wrapper .btn,
  .contacts-main .contacts-main--wrapper .right-side .btns-wrapper .btn_red {
    width: calc(50% - 8px);
    margin: 8px 0;
  }
}
@media (max-width: 991px) {
  .contacts-main .contacts-main--wrapper .right-side .btns-wrapper .btn,
  .contacts-main .contacts-main--wrapper .right-side .btns-wrapper .btn_red {
    width: 100%;
    min-height: 48px;
    padding: 8px 10px;
    margin: 5px 0;
  }
}
@media (max-width: 991px) {
  .contacts-main .contacts-main--wrapper .right-side .btns-wrapper .btn svg,
  .contacts-main .contacts-main--wrapper .right-side .btns-wrapper .btn_red svg {
    width: 16px !important;
    height: 16px !important;
    margin: 0 0 0 8px;
  }
}
.contacts-main .contacts-main--wrapper .right-side .btns-wrapper .btn i,
.contacts-main .contacts-main--wrapper .right-side .btns-wrapper .btn_red i {
  display: block;
  margin: 0 5px 0 0;
}
.contacts-main .contacts-main--wrapper.--fullwide .right-side {
  max-width: 100%;
}
.contacts-main .contacts-main--wrapper.--fullwide .right-side .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .contacts-main .contacts-main--wrapper.--fullwide .right-side .btns-wrapper {
    max-width: 100%;
  }
}
.contacts-main .contacts-main--wrapper.--fullwide .right-side .btns-wrapper .btn,
.contacts-main .contacts-main--wrapper.--fullwide .right-side .btns-wrapper .btn_red {
  min-width: initial;
  width: calc(50% - 12px);
  min-height: 58px;
  font-size: 14px;
}
@media (max-width: 1141px) {
  .contacts-main .contacts-main--wrapper.--fullwide .right-side .btns-wrapper .btn,
  .contacts-main .contacts-main--wrapper.--fullwide .right-side .btns-wrapper .btn_red {
    width: calc(50% - 8px);
  }
}
@media (max-width: 991px) {
  .contacts-main .contacts-main--wrapper.--fullwide .right-side .btns-wrapper .btn,
  .contacts-main .contacts-main--wrapper.--fullwide .right-side .btns-wrapper .btn_red {
    width: 100%;
    min-height: 48px;
    padding: 8px 10px;
    margin: 5px 0;
  }
}
@media (max-width: 991px) {
  .contacts-main .contacts-main--wrapper.--fullwide .right-side .btns-wrapper .btn svg,
  .contacts-main .contacts-main--wrapper.--fullwide .right-side .btns-wrapper .btn_red svg {
    width: 16px !important;
    height: 16px !important;
    margin: 0 0 0 8px;
  }
}

.section-contacts {
  padding: 30px 0 20px 0;
}
@media (max-width: 991px) {
  .section-contacts {
    padding: 20px 0;
  }
}
.section-contacts .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section-contacts .title-wrapper {
    display: block;
    margin: 0 0 24px;
  }
}
.section-contacts .title-wrapper h2 {
  max-width: calc(100% - 250px);
  text-align: left;
  margin: 0;
}
@media (max-width: 991px) {
  .section-contacts .title-wrapper h2 {
    max-width: 100%;
    margin: 0 0 24px;
  }
}
.section-contacts .title-wrapper .btn {
  font-size: 14px;
}
@media (max-width: 991px) {
  .section-contacts .title-wrapper .btn {
    width: 100%;
  }
}
.section-contacts .contacts-item {
  display: block;
  width: 100%;
  border-radius: 20px;
  padding: 24px 32px;
  background: #f4f4f5;
  height: 100%;
}
@media (max-width: 1440px) {
  .section-contacts .contacts-item {
    padding: 24px;
  }
}
.section-contacts .contacts-item:hover {
  background: #264071;
}
.section-contacts .contacts-item:hover .name-wrapper .image-wrapper {
  border-color: #fff;
}
.section-contacts .contacts-item:hover .name-wrapper .image-wrapper svg.with-path path {
  fill: #fff;
}
.section-contacts .contacts-item:hover .name-wrapper .image-wrapper svg.with-stroke path {
  stroke: #fff;
}
.section-contacts .contacts-item:hover .name-wrapper p {
  color: #fff;
}
.section-contacts .contacts-item:hover span,
.section-contacts .contacts-item:hover small {
  color: #fff;
}
.section-contacts .contacts-item .name-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 16px;
}
.section-contacts .contacts-item .name-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #18181b;
  border-radius: 50%;
  margin: 0 18px 0 0;
  transition: 0.3s all ease;
}
.section-contacts .contacts-item .name-wrapper .image-wrapper svg {
  display: block;
}
.section-contacts .contacts-item .name-wrapper .image-wrapper svg path {
  transition: 0.3s all ease;
}
.section-contacts .contacts-item .name-wrapper p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #18181b;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-contacts .contacts-item .name-wrapper p {
    font-size: 20px;
  }
}
.section-contacts .contacts-item span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #18181b;
  margin: 0 0 16px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-contacts .contacts-item span {
    font-size: 20px;
  }
}
.section-contacts .contacts-item small {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #444;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-contacts .contacts-item small {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .section-contacts .contacts-item small br {
    display: none;
  }
}
.section-contacts .map-wrapper {
  margin: 40px 0 0 0;
}

.financing-main h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  color: #18181b;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 6px;
}
@media (max-width: 1440px) {
  .financing-main h1 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .financing-main h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    color: #18181b;
    text-align: left;
    margin: 0 0 10px;
  }
}
.financing-main h1 span {
  color: #264071;
}
.financing-main .financing-subtitle {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.13636;
  letter-spacing: -0.01em;
  color: #71717a;
}
@media (max-width: 991px) {
  .financing-main .financing-subtitle {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33333;
    color: #18181b;
    opacity: 0.8;
  }
}

.section-financing--louis {
  padding: 70px 0;
  background: #f4f4f5;
}
@media (max-width: 991px) {
  .section-financing--louis {
    padding: 40px 0;
  }
}
.section-financing--louis .row {
  margin: -30px;
}
@media (max-width: 1440px) {
  .section-financing--louis .row {
    margin: -7.5px;
  }
}
.section-financing--louis .row [class*=col-] {
  padding: 30px;
}
@media (max-width: 1440px) {
  .section-financing--louis .row [class*=col-] {
    padding: 7.5px;
  }
}
.section-financing--louis .financing-louis--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 16px 0 rgba(119, 118, 118, 0.05);
  background: #fff;
}
@media (max-width: 1141px) {
  .section-financing--louis .financing-louis--item {
    padding: 24px 20px;
  }
}
@media (max-width: 991px) {
  .section-financing--louis .financing-louis--item {
    padding: 32px;
  }
}
.section-financing--louis .financing-louis--item .financing-louis--top {
  width: 100%;
}
.section-financing--louis .financing-louis--item .financing-louis--top img {
  display: block;
  width: 100%;
  height: 93px;
  object-fit: contain;
  margin: 0 0 26px;
}
.section-financing--louis .financing-louis--item .financing-louis--top p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #18181b;
  margin: 0 0 14px;
}
@media (max-width: 1141px) {
  .section-financing--louis .financing-louis--item .financing-louis--top p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-financing--louis .financing-louis--item .financing-louis--top p {
    font-size: 24px;
  }
}
.section-financing--louis .financing-louis--item .financing-louis--top span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28571;
  text-align: center;
  color: #71717a;
}
.section-financing--louis .financing-louis--item .financing-louis--top span a {
  border-bottom: 1px solid #71717a;
}
.section-financing--louis .financing-louis--item .financing-louis--top span a:hover {
  border-color: transparent;
}
.section-financing--louis .financing-louis--item .btn-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 26px 0 0 0;
}
.section-financing--louis .financing-louis--item .btn-wrapper .btn {
  font-size: 14px;
  min-width: 215px;
  min-height: 58px;
}
@media (max-width: 991px) {
  .section-financing--louis .financing-louis--item .btn-wrapper .btn {
    min-height: 44px;
  }
}

.section-financing--nashville {
  padding: 80px 0 40px 0;
}
@media (max-width: 991px) {
  .section-financing--nashville {
    padding: 40px 0 20px 0;
  }
}
.section-financing--nashville .financing-nashville--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 16px 0 rgba(119, 118, 118, 0.05);
  background: #fff;
  border: 1px solid #f2f2f2;
}
@media (max-width: 1141px) {
  .section-financing--nashville .financing-nashville--wrapper {
    padding: 24px 20px;
  }
}
.section-financing--nashville .financing-nashville--wrapper .financing-nashville--item {
  width: calc(50% - 40px);
}
@media (max-width: 991px) {
  .section-financing--nashville .financing-nashville--wrapper .financing-nashville--item {
    width: 100%;
    margin: 0 0 48px;
  }
}
@media (max-width: 991px) {
  .section-financing--nashville .financing-nashville--wrapper .financing-nashville--item:nth-last-child(1) {
    margin: 0;
  }
}
.section-financing--nashville .financing-nashville--wrapper .financing-nashville--item img {
  display: block;
  height: 100px;
  object-fit: contain;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section-financing--nashville .financing-nashville--wrapper .financing-nashville--item img {
    height: initial;
    margin: 0 0 16px;
  }
}
.section-financing--nashville .financing-nashville--wrapper .financing-nashville--item p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33333;
  color: #18181b;
  margin: 0 0 16px;
}
.section-financing--nashville .financing-nashville--wrapper .financing-nashville--item span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28571;
  color: #71717a;
}
.section-financing--nashville .financing-nashville--wrapper .financing-nashville--item span a {
  border-bottom: 1px solid #71717a;
}
.section-financing--nashville .financing-nashville--wrapper .financing-nashville--item span a:hover {
  border-color: transparent;
}
.section-financing--nashville .financing-nashville--wrapper .financing-nashville--item ul li {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #71717a;
  opacity: 0.8;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 8px;
}
.section-financing--nashville .financing-nashville--wrapper .financing-nashville--item ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 4px;
  height: 4px;
  background: #71717a;
  border-radius: 50%;
}
.section-financing--nashville .financing-nashville--wrapper .financing-nashville--item .btn {
  font-size: 14px;
  min-height: 58px;
  min-width: 215px;
  margin: 40px 0 0 0;
}
@media (max-width: 991px) {
  .section-financing--nashville .financing-nashville--wrapper .financing-nashville--item .btn {
    width: 100%;
    min-height: 44px;
    margin: 24px 0 0 0;
  }
}

.section-need--help {
  padding: 40px 0 0 0;
}
@media (max-width: 991px) {
  .section-need--help {
    padding: 20px 0 0 0;
  }
}
.section-need--help .need-help--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  background: #264071;
  border-radius: 20px;
  position: relative;
  padding: 50px 40px;
}
@media (max-width: 1141px) {
  .section-need--help .need-help--wrapper {
    padding: 32px;
  }
}
@media (max-width: 991px) {
  .section-need--help .need-help--wrapper {
    padding: 0;
  }
}
.section-need--help .need-help--wrapper .left-side {
  width: calc(100% - 390px);
}
@media (max-width: 1141px) {
  .section-need--help .need-help--wrapper .left-side {
    width: calc(100% - 300px);
  }
}
@media (max-width: 991px) {
  .section-need--help .need-help--wrapper .left-side {
    width: 100%;
    padding: 24px 20px;
  }
}
.section-need--help .need-help--wrapper .left-side .title-wrapp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 15px;
}
.section-need--help .need-help--wrapper .left-side .title-wrapp h3 {
  color: #fff;
  text-align: left;
  margin: 0;
}
.section-need--help .need-help--wrapper .left-side .title-wrapp .btn {
  display: flex;
  margin: 0 0 0 60px;
}
@media (max-width: 1440px) {
  .section-need--help .need-help--wrapper .left-side .title-wrapp .btn {
    min-width: 150px;
    margin: 0 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-need--help .need-help--wrapper .left-side .title-wrapp .btn {
    display: none;
  }
}
.section-need--help .need-help--wrapper .left-side p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28571;
  color: #fff;
}
.section-need--help .need-help--wrapper .left-side .btn {
  display: none;
}
@media (max-width: 991px) {
  .section-need--help .need-help--wrapper .left-side .btn {
    display: inline-flex;
    margin: 24px 0 0 0;
  }
}
.section-need--help .need-help--wrapper .right-side {
  width: 100%;
  max-width: 360px;
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc(100% + 30px);
}
@media (max-width: 1141px) {
  .section-need--help .need-help--wrapper .right-side {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .section-need--help .need-help--wrapper .right-side {
    max-width: 100%;
    position: static;
    height: initial;
  }
}
.section-need--help .need-help--wrapper .right-side img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}
@media (max-width: 991px) {
  .section-need--help .need-help--wrapper .right-side img {
    height: initial;
    max-height: 200px;
  }
}
.section-need--help .need-help--wrapper--long .left-side {
  width: calc(100% - 370px);
}
@media (max-width: 1440px) {
  .section-need--help .need-help--wrapper--long .left-side {
    width: calc(100% - 300px);
  }
}
@media (max-width: 991px) {
  .section-need--help .need-help--wrapper--long .left-side {
    width: 100%;
    padding: 24px 20px;
  }
}
@media (max-width: 1440px) {
  .section-need--help .need-help--wrapper--long .left-side .title-wrapp h3 {
    font-size: 40px;
  }
}
@media (max-width: 1141px) {
  .section-need--help .need-help--wrapper--long .left-side .title-wrapp h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .section-need--help .need-help--wrapper--long .left-side .title-wrapp h3 {
    font-size: 40px;
  }
}
.section-need--help .need-help--wrapper--long .left-side .title-wrapp .btn {
  display: flex;
  margin: 0 0 0 40px;
  min-width: 125px;
}
@media (max-width: 1440px) {
  .section-need--help .need-help--wrapper--long .left-side .title-wrapp .btn {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-need--help .need-help--wrapper--long .left-side .title-wrapp .btn {
    display: none;
  }
}

.about-main h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  color: #18181b;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 30px;
}
@media (max-width: 1440px) {
  .about-main h1 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .about-main h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    color: #18181b;
    text-align: left;
    margin: 0 0 10px;
  }
}
.about-main h1 span {
  color: #264071;
}
.about-main .about-subtitle {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: -0.02em;
  color: #71717a;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .about-main .about-subtitle {
    opacity: 0.8;
    margin: 0 0 24px;
  }
}
.about-main .about-main--wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about-main .about-main--wrapper {
    display: block;
  }
}
.about-main .about-main--wrapper .left-side {
  width: calc(100% - 465px);
}
@media (max-width: 1141px) {
  .about-main .about-main--wrapper .left-side {
    width: calc(100% - 415px);
  }
}
@media (max-width: 991px) {
  .about-main .about-main--wrapper .left-side {
    width: 100%;
    margin: 0 0 12px;
  }
}
.about-main .about-main--wrapper .left-side img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .about-main .about-main--wrapper .left-side img {
    max-height: 400px;
  }
}
.about-main .about-main--wrapper .left-side iframe {
  display: block;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  min-height: 340px;
}
@media (max-width: 991px) {
  .about-main .about-main--wrapper .left-side iframe {
    min-height: 300px;
    height: 400px !important;
  }
}
@media (max-width: 767px) {
  .about-main .about-main--wrapper .left-side iframe {
    height: 300px !important;
  }
}
.about-main .about-main--wrapper .right-side {
  width: 100%;
  max-width: 435px;
}
@media (max-width: 1141px) {
  .about-main .about-main--wrapper .right-side {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .about-main .about-main--wrapper .right-side {
    max-width: 100%;
  }
}
.about-main .about-main--wrapper .right-side p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #71717a;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .about-main .about-main--wrapper .right-side p {
    font-size: 16px;
    margin: 0 0 12px;
  }
}
.about-main .about-main--wrapper .right-side span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.42857;
  color: #18181b;
  margin: 0 0 21px;
}
@media (max-width: 991px) {
  .about-main .about-main--wrapper .right-side span {
    margin: 0 0 32px;
  }
}
.about-main .about-main--wrapper .right-side span img {
  display: block;
  width: 24px;
  min-width: 24px;
  margin: 0 8px 0 0;
}
.about-main .about-main--wrapper .right-side .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-main .about-main--wrapper .right-side .btns-wrapper .btn {
  min-width: initial;
  width: calc(50% - 12px);
  min-height: 58px;
  font-size: 14px;
}
@media (max-width: 1141px) {
  .about-main .about-main--wrapper .right-side .btns-wrapper .btn {
    width: calc(50% - 8px);
  }
}
@media (max-width: 991px) {
  .about-main .about-main--wrapper .right-side .btns-wrapper .btn {
    width: 100%;
    min-height: 40px;
    padding: 8px 10px;
  }
}
@media (max-width: 991px) {
  .about-main .about-main--wrapper .right-side .btns-wrapper .btn svg {
    width: 16px !important;
    height: 16px !important;
    margin: 0 0 0 8px;
  }
}
.about-main .about-main--wrapper .right-side .reviews-sites--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0 0 0;
}
@media (max-width: 991px) {
  .about-main .about-main--wrapper .right-side .reviews-sites--wrapper {
    margin: 32px 0 0 0;
  }
}
.about-main .about-main--wrapper .right-side .reviews-sites--wrapper .reviews-sites--item {
  display: block;
  width: calc(33.3333333333% - 15px);
}
@media (max-width: 1141px) {
  .about-main .about-main--wrapper .right-side .reviews-sites--wrapper .reviews-sites--item {
    width: calc(33.3333333333% - 8px);
  }
}
@media (max-width: 767px) {
  .about-main .about-main--wrapper .right-side .reviews-sites--wrapper .reviews-sites--item {
    width: calc(33.3333333333% - 2.5px);
  }
}
.about-main .about-main--wrapper .right-side .reviews-sites--wrapper .reviews-sites--item img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}
.about-main .about-main--wrapper .right-side .reviews-sites--wrapper a:hover {
  opacity: 0.7;
}

.section-story {
  padding: 100px 0;
  background: #f4f4f5;
  position: relative;
  margin: 40px 0;
}
@media (max-width: 991px) {
  .section-story {
    padding: 60px 0;
    margin: 20px 0;
  }
}
.section-story:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: url("../../img/decoration-line.png") bottom no-repeat;
  background-size: cover;
}
.section-story .story-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-story .story-wrapper {
    display: block;
  }
}
.section-story .story-wrapper .left-side {
  width: calc(50% - 25px);
}
@media (max-width: 991px) {
  .section-story .story-wrapper .left-side {
    width: 100%;
  }
}
.section-story .story-wrapper .left-side h3 {
  text-align: left;
}
.section-story .story-wrapper .left-side img {
  display: none;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .section-story .story-wrapper .left-side img {
    display: block;
    width: 100%;
    max-height: 400px;
    margin: 0 0 24px;
  }
}
.section-story .story-wrapper .left-side p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #71717a;
  margin: 0 0 10px;
}
.section-story .story-wrapper .left-side p:nth-last-child(1) {
  margin: 0;
}
.section-story .story-wrapper .left-side p b {
  font-weight: 600;
}
.section-story .story-wrapper .right-side {
  width: calc(50% - 25px);
}
@media (max-width: 991px) {
  .section-story .story-wrapper .right-side {
    display: none;
  }
}
.section-story .story-wrapper .right-side img {
  display: block;
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-commitments {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .section-commitments {
    padding: 20px 0;
  }
}
.section-commitments h4 {
  margin: 0 0 24px;
}
.section-commitments .commitments-item {
  border: 1px solid #264071;
  border-radius: 20px;
  padding: 24px;
  height: 100%;
  transition: 0.3s all ease;
}
.section-commitments .commitments-item:hover {
  background: #264071;
}
.section-commitments .commitments-item:hover p,
.section-commitments .commitments-item:hover span {
  color: #fff;
}
.section-commitments .commitments-item img {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .section-commitments .commitments-item img {
    width: 60px;
    height: 60px;
  }
}
.section-commitments .commitments-item p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #18181b;
  margin: 0 0 16px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-commitments .commitments-item p {
    font-size: 20px;
  }
}
.section-commitments .commitments-item span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28571;
  color: #71717a;
  transition: 0.3s all ease;
}

.section-values {
  padding: 80px 0 40px 0;
}
@media (max-width: 991px) {
  .section-values {
    padding: 40px 0 20px 0;
  }
}
.section-values .about-values--wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-values .about-values--wrapper {
    display: block;
    margin: 0 0 30px;
  }
}
.section-values .about-values--wrapper .left-side {
  width: calc(100% - 540px);
}
@media (max-width: 991px) {
  .section-values .about-values--wrapper .left-side {
    width: 100%;
    margin: 0 0 24px;
  }
}
.section-values .about-values--wrapper .left-side h4 {
  margin: 0 0 24px;
}
.section-values .about-values--wrapper .left-side p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #18181b;
  margin: 0 0 56px;
}
@media (max-width: 991px) {
  .section-values .about-values--wrapper .left-side p {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-values .about-values--wrapper .left-side .btn {
    width: 100%;
  }
}
.section-values .about-values--wrapper .right-side {
  width: 100%;
  max-width: 450px;
}
@media (max-width: 991px) {
  .section-values .about-values--wrapper .right-side {
    max-width: 100%;
  }
}
.section-values .about-values--wrapper .right-side img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .section-values .about-values--wrapper .right-side img {
    max-height: 300px;
  }
}
.section-values .values-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -6px;
}
@media (max-width: 991px) {
  .section-values .values-wrapper {
    margin: 0;
  }
}
.section-values .values-wrapper .values-item {
  background: #f4f4f5;
  border-radius: 20px;
  padding: 24px;
  width: calc(20% - 12px);
  min-height: 100%;
  transition: 0.3s all ease;
  margin: 0 6px 12px 6px;
}
.section-values .values-wrapper .values-item:hover {
  transform: translateY(-15px);
}
@media (max-width: 1440px) {
  .section-values .values-wrapper .values-item {
    width: calc(33.3333333333% - 12px);
  }
}
@media (max-width: 991px) {
  .section-values .values-wrapper .values-item {
    width: 100%;
    margin: 0 0 16px;
  }
}
.section-values .values-wrapper .values-item img {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
}
.section-values .values-wrapper .values-item p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #18181b;
  margin: 0 0 16px;
}
.section-values .values-wrapper .values-item span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #71717a;
}

.section-about--contacts {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .section-about--contacts {
    padding: 20px 0;
  }
}
.section-about--contacts .about-contacts--item {
  border-radius: 20px;
  background: url("../../img/about-contacts-1.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 991px) {
  .section-about--contacts .about-contacts--item {
    min-height: 505px;
    height: initial;
  }
}
.section-about--contacts .about-contacts--item .about-contacts--content {
  padding: 24px;
  height: 100%;
  width: 100%;
  max-width: 250px;
  backdrop-filter: blur(13px);
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 991px) {
  .section-about--contacts .about-contacts--item .about-contacts--content {
    max-width: 100%;
    height: initial;
  }
}
.section-about--contacts .about-contacts--item .about-contacts--content h4 {
  margin: 0 0 10px;
}
.section-about--contacts .about-contacts--item .about-contacts--content p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #18181b;
  margin: 0 0 24px;
}
.section-about--contacts .about-contacts--item .about-contacts--content ul {
  margin: 0 0 34px;
}
.section-about--contacts .about-contacts--item .about-contacts--content ul li {
  margin: 0 0 8px;
}
.section-about--contacts .about-contacts--item .about-contacts--content ul li:nth-last-child(1) {
  margin: 0;
}
.section-about--contacts .about-contacts--item .about-contacts--content ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #18181b;
}
.section-about--contacts .about-contacts--item .about-contacts--content ul li a:hover {
  color: #264071;
}
.section-about--contacts .about-contacts--item .about-contacts--content ul li a img {
  display: block;
  width: 24px;
  min-width: 24px;
  margin: 0 6px 0 0;
}
.section-about--contacts .about-contacts--item .about-contacts--content ul li p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #18181b;
}
.section-about--contacts .about-contacts--item .about-contacts--content ul li p img {
  display: block;
  width: 24px;
  min-width: 24px;
  margin: 0 6px 0 0;
}
.section-about--contacts .about-contacts--item .about-contacts--content .btn-wrapper .btn {
  width: 100%;
  max-width: 100%;
  min-width: initial;
}

.resources-main h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  color: #18181b;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 16px;
}
@media (max-width: 1440px) {
  .resources-main h1 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .resources-main h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    color: #18181b;
    text-align: left;
    margin: 0 0 10px;
  }
}
.resources-main h1 span {
  color: #264071;
}
.resources-main .resources-subtitle {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.13636;
  letter-spacing: -0.01em;
  color: #71717a;
  margin: 0 0 48px;
}
@media (max-width: 991px) {
  .resources-main .resources-subtitle {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33333;
    color: #18181b;
    opacity: 0.8;
    margin: 0 0 24px;
  }
}
.resources-main .resources-main--wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .resources-main .resources-main--wrapper {
    display: block;
  }
}
.resources-main .resources-main--wrapper .left-side {
  width: calc(100% - 465px);
}
@media (max-width: 1141px) {
  .resources-main .resources-main--wrapper .left-side {
    width: calc(100% - 415px);
  }
}
@media (max-width: 991px) {
  .resources-main .resources-main--wrapper .left-side {
    width: 100%;
    margin: 0 0 12px;
  }
}
.resources-main .resources-main--wrapper .left-side img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .resources-main .resources-main--wrapper .left-side img {
    max-height: 400px;
  }
}
.resources-main .resources-main--wrapper .left-side iframe {
  display: block;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  min-height: 340px;
}
@media (max-width: 991px) {
  .resources-main .resources-main--wrapper .left-side iframe {
    min-height: 300px;
    height: 400px !important;
  }
}
@media (max-width: 767px) {
  .resources-main .resources-main--wrapper .left-side iframe {
    height: 300px !important;
  }
}
.resources-main .resources-main--wrapper .right-side {
  width: 100%;
  max-width: 435px;
}
@media (max-width: 1141px) {
  .resources-main .resources-main--wrapper .right-side {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .resources-main .resources-main--wrapper .right-side {
    max-width: 100%;
  }
}
.resources-main .resources-main--wrapper .right-side p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #71717a;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .resources-main .resources-main--wrapper .right-side p {
    font-size: 16px;
    margin: 0 0 12px;
  }
}
.resources-main .resources-main--wrapper .right-side .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.resources-main .resources-main--wrapper .right-side .btns-wrapper .btn {
  min-height: 58px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .resources-main .resources-main--wrapper .right-side .btns-wrapper .btn {
    width: 100%;
    min-height: 40px;
    padding: 8px 10px;
  }
}
.resources-main .resources-main--wrapper .right-side .btns-wrapper .btn svg {
  width: 32px;
  height: 23px;
}

.section-resources {
  padding: 85px 0;
}
@media (max-width: 991px) {
  .section-resources {
    padding: 40px 0;
  }
}
.section-resources--grey {
  background: #f4f4f5;
}
.section-resources .resources-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-resources .resources-wrapper .left-side {
  width: calc(50% - 25px);
}
@media (max-width: 991px) {
  .section-resources .resources-wrapper .left-side {
    width: 100%;
  }
}
.section-resources .resources-wrapper .left-side h3 {
  text-align: left;
  color: #264071;
  margin: 0 0 20px;
}
.section-resources .resources-wrapper .left-side img {
  display: none;
}
@media (max-width: 991px) {
  .section-resources .resources-wrapper .left-side img {
    display: block;
    object-fit: cover;
    object-position: center;
    max-height: 400px;
    width: 100%;
    border-radius: 16px;
    margin: 0 0 24px;
  }
}
.section-resources .resources-wrapper .left-side ul {
  margin: 0 0 40px;
}
.section-resources .resources-wrapper .left-side ul:nth-last-child(1) {
  margin: 0;
}
.section-resources .resources-wrapper .left-side ul li {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .section-resources .resources-wrapper .left-side ul li {
    font-size: 16px;
  }
}
.section-resources .resources-wrapper .left-side ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}
@media (max-width: 991px) {
  .section-resources .resources-wrapper .left-side ul li:before {
    top: 8px;
  }
}
.section-resources .resources-wrapper .left-side ul li a {
  border-bottom: 1px solid #000;
}
.section-resources .resources-wrapper .left-side ul li a:hover {
  border-color: transparent;
}
.section-resources .resources-wrapper .right-side {
  width: calc(50% - 25px);
}
@media (max-width: 991px) {
  .section-resources .resources-wrapper .right-side {
    display: none;
  }
}
.section-resources .resources-wrapper .right-side img {
  display: block;
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.protection-main h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 72px;
  color: #18181b;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 6px;
}
@media (max-width: 1440px) {
  .protection-main h1 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .protection-main h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    color: #18181b;
    text-align: left;
    margin: 0 0 10px;
  }
}
.protection-main h1 span {
  color: #264071;
}
.protection-main .protection-subtitle {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.13636;
  letter-spacing: -0.01em;
  color: #71717a;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .protection-main .protection-subtitle {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33333;
    color: #18181b;
    opacity: 0.8;
  }
}
.protection-main .protection-main--wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .protection-main .protection-main--wrapper {
    display: block;
  }
}
.protection-main .protection-main--wrapper .left-side {
  width: calc(100% - 560px);
  padding: 40px 0 0 0;
}
@media (max-width: 1141px) {
  .protection-main .protection-main--wrapper .left-side {
    width: calc(100% - 360px);
  }
}
@media (max-width: 991px) {
  .protection-main .protection-main--wrapper .left-side {
    width: 100%;
    margin: 0 0 12px;
  }
}
.protection-main .protection-main--wrapper .left-side p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #71717a;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .protection-main .protection-main--wrapper .left-side p {
    margin: 0 0 12px;
  }
}
.protection-main .protection-main--wrapper .left-side .btn {
  min-width: initial;
  min-height: 58px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .protection-main .protection-main--wrapper .left-side .btn {
    width: 100%;
    min-height: 40px;
    padding: 8px 10px;
  }
}
@media (max-width: 991px) {
  .protection-main .protection-main--wrapper .left-side .btn svg {
    width: 16px !important;
    height: 16px !important;
    margin: 0 0 0 8px;
  }
}
.protection-main .protection-main--wrapper .right-side {
  width: 100%;
  max-width: 550px;
}
@media (max-width: 1141px) {
  .protection-main .protection-main--wrapper .right-side {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .protection-main .protection-main--wrapper .right-side {
    max-width: 100%;
  }
}
.protection-main .protection-main--wrapper .right-side img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .protection-main .protection-main--wrapper .right-side img {
    max-height: 500px;
  }
}

.section-member {
  padding: 20px 0;
  background: #f4f4f5;
}
@media (max-width: 991px) {
  .section-member {
    padding: 40px 0;
  }
}
.section-member .member-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .section-member .member-wrapper {
    display: block;
  }
}
.section-member .member-wrapper p {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #18181b;
}
@media (max-width: 991px) {
  .section-member .member-wrapper p {
    margin: 0 0 24px;
  }
}
.section-member .member-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 100px;
}
@media (max-width: 1440px) {
  .section-member .member-wrapper ul {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 991px) {
  .section-member .member-wrapper ul {
    display: block;
    margin: 0;
  }
}
.section-member .member-wrapper ul li {
  margin: 0 16px;
}
@media (max-width: 1440px) {
  .section-member .member-wrapper ul li {
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  .section-member .member-wrapper ul li {
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .section-member .member-wrapper ul li:nth-last-child(1) {
    margin: 0;
  }
}
.section-member .member-wrapper ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #18181b;
  border: 1px solid #18181b;
  border-radius: 30px;
  padding: 10px 16px;
  background: #fff;
  min-height: 44px;
}
@media (max-width: 991px) {
  .section-member .member-wrapper ul li a {
    display: inline-flex;
  }
}
.section-member .member-wrapper ul li a:hover {
  opacity: 0.7;
}
.section-member .member-wrapper ul li a img {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  object-fit: contain;
  margin: 0 8px 0 0;
}

.section-statistics {
  background: #264071;
  padding: 40px 0 80px 0;
  margin: 30px 0;
}
@media (max-width: 991px) {
  .section-statistics {
    padding: 40px 0 16px 0;
    margin: 60px 0 30px 0;
  }
}
.section-statistics h3 {
  color: #fff;
  margin: 0 0 16px;
}
.section-statistics ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
.section-statistics ul li {
  width: 33.3333333333%;
  padding: 16px 48px;
  min-height: 100%;
}
@media (max-width: 1141px) {
  .section-statistics ul li {
    padding: 16px 32px;
  }
}
@media (max-width: 991px) {
  .section-statistics ul li {
    width: 100%;
    padding: 24px 0;
  }
}
.section-statistics ul li:nth-child(2) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 991px) {
  .section-statistics ul li:nth-child(2) {
    border-right: none;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.section-statistics ul li p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 50px;
  color: #fff;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .section-statistics ul li p {
    line-height: 1;
  }
}
.section-statistics ul li span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
}

.section-protection--options {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .section-protection--options {
    padding: 20px 0;
  }
}
.section-protection--options .protection-options--wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.section-protection--options .protection-option--filter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 32px;
}
.section-protection--options .protection-option--filter ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
  border: 1px solid #18181b;
  border-radius: 100px;
}
.section-protection--options .protection-option--filter ul li {
  margin: 0 3px;
}
.section-protection--options .protection-option--filter ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #18181b;
  border-radius: 90px;
  height: 36px;
  padding: 5px 50px;
}
.section-protection--options .protection-option--filter ul li a:hover, .section-protection--options .protection-option--filter ul li a.active {
  background: #264071;
  color: #fff;
}
.section-protection--options .protection-option--choice {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--choice {
    margin: 0 0 24px;
  }
}
.section-protection--options .protection-option--choice .option-choice--item {
  width: 33.3333333333%;
  padding: 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 1141px) {
  .section-protection--options .protection-option--choice .option-choice--item {
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--choice .option-choice--item {
    width: 50%;
    padding: 16px 16px 16px 0;
  }
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--choice .option-choice--item:nth-child(1) {
    width: 100%;
    border-right: none;
    margin: 0 0 24px;
    padding: 16px 0;
  }
}
.section-protection--options .protection-option--choice .option-choice--item:nth-last-child(1) {
  border: none;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--choice .option-choice--item:nth-last-child(1) {
    padding: 16px 0 16px 16px;
  }
}
.section-protection--options .protection-option--choice .option-choice--item h4 {
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--choice .option-choice--item h4 {
    font-size: 32px;
  }
}
.section-protection--options .protection-option--choice .option-choice--item h4 span {
  display: block;
  color: #264071;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--choice .option-choice--item h4 span {
    display: inline;
  }
}
.section-protection--options .protection-option--choice .option-choice--item .option-terms a {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #18181b;
  border-bottom: 1px solid #18181b;
}
.section-protection--options .protection-option--choice .option-choice--item .option-terms a:hover {
  border-color: transparent;
}
.section-protection--options .protection-option--choice .option-choice--item .option-choice--name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 5px;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--choice .option-choice--item .option-choice--name {
    flex-direction: column-reverse;
    margin: 0 0 20px;
  }
}
.section-protection--options .protection-option--choice .option-choice--item .option-choice--name h5 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #18181b;
  margin: 0;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--choice .option-choice--item .option-choice--name h5 {
    width: 100%;
  }
}
.section-protection--options .protection-option--choice .option-choice--item .option-choice--name img {
  display: block;
  width: 90px;
  min-width: 90px;
  height: 80px;
  margin: 0 0 0 5px;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--choice .option-choice--item .option-choice--name img {
    margin: 0 0 30px;
  }
}
.section-protection--options .protection-option--choice .option-choice--item .option-choice--price {
  min-height: 80px;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--choice .option-choice--item .option-choice--price {
    display: block;
    min-height: 70px;
  }
}
.section-protection--options .protection-option--choice .option-choice--item .option-choice--price p {
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 48px;
  color: #18181b;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--choice .option-choice--item .option-choice--price p {
    font-size: 36px;
  }
}
.section-protection--options .protection-option--choice .option-choice--item .option-choice--price p span {
  font-size: 16px;
}
.section-protection--options .protection-option--choice .option-choice--item .option-choice--price small {
  display: block;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #18181b;
  margin: 7px 0 0 0;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--choice .option-choice--item .option-choice--price small {
    margin: 14px 0 0 0;
  }
}
.section-protection--options .protection-option--choice .option-choice--item .option-choice--descr {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #18181b;
  margin: 24px 0 0 0;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--choice .option-choice--item .option-choice--descr {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .section-protection--options .protection-option--choice .option-choice--item .option-choice--descr {
    font-size: 13px;
  }
}
.section-protection--options .protection-option--choice .option-choice--item .btn-wrapper {
  margin: 32px 0 0 0;
}
.section-protection--options .protection-option--choice .option-choice--item .btn-wrapper .btn {
  width: 100%;
  font-size: 14px;
  min-height: 52px;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--choice .option-choice--item .btn-wrapper .btn {
    min-height: 44px;
    min-width: 100%;
    width: 100%;
  }
}
.section-protection--options .protection-option--choice .option-choice--item .btn-wrapper .btn span {
  display: block;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--choice .option-choice--item .btn-wrapper .btn span {
    display: none;
  }
}
.section-protection--options .protection-option--choice .option-choice--item .btn-wrapper .btn small {
  display: none;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--choice .option-choice--item .btn-wrapper .btn small {
    display: block;
  }
}
.section-protection--options .protection-option--details .option-details--item {
  display: flex;
  justify-content: space-between;
}
.section-protection--options .protection-option--details .option-details--item:nth-child(odd) {
  background: #f4f4f5;
}
.section-protection--options .protection-option--details .option-details--item .option-details--descr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 33.3333333333%;
  min-height: 64px;
  height: 100%;
  padding: 13px 24px 13px 16px;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--details .option-details--item .option-details--descr {
    min-height: 50px;
    padding: 8px 16px;
    width: 50%;
  }
}
.section-protection--options .protection-option--details .option-details--item .option-details--descr .option-details--name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-protection--options .protection-option--details .option-details--item .option-details--descr .option-details--name img {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  object-fit: contain;
  margin: 0 16px 0 0;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--details .option-details--item .option-details--descr .option-details--name img {
    display: none;
  }
}
.section-protection--options .protection-option--details .option-details--item .option-details--descr .option-details--name p {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #000;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--details .option-details--item .option-details--descr .option-details--name p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--details .option-details--item .option-details--descr .option-details--name p br {
    display: none;
  }
}
.section-protection--options .protection-option--details .option-details--item .option-details--descr .option-details--info {
  position: relative;
  margin: 0 0 0 10px;
}
.section-protection--options .protection-option--details .option-details--item .option-details--descr .option-details--info:hover span {
  opacity: 1;
  visibility: visible;
}
.section-protection--options .protection-option--details .option-details--item .option-details--descr .option-details--info p img {
  display: block;
  width: 24px;
  height: 25px;
  min-width: 24px;
}
.section-protection--options .protection-option--details .option-details--item .option-details--descr .option-details--info span {
  display: block;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 230px;
  width: 230px;
  background: #f4f4f5;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 2px 4px 24px 0 rgba(0, 0, 0, 0.1);
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #71717a;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.section-protection--options .protection-option--details .option-details--item .option-details--result {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  min-height: 100%;
  padding: 16px;
  border-left: 1px solid #b2b2b4;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--details .option-details--item .option-details--result {
    padding: 8px 16px;
    width: 25%;
  }
}
.section-protection--options .protection-option--details .option-details--item .option-details--result img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--details .option-details--item .option-details--result img {
    width: 24px;
    height: 24px;
  }
}
.section-protection--options .protection-option--details .option-details--item .option-details--result p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
  color: #264071;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--details .option-details--item .option-details--result p {
    font-size: 18px;
    text-align: center;
  }
}
.section-protection--options .protection-option--details .option-details--item .option-details--result p span {
  text-decoration: line-through;
  color: #222;
  margin: 0 5px 0 0;
}
@media (max-width: 991px) {
  .section-protection--options .protection-option--details .option-details--item .option-details--result p span {
    display: block;
  }
}
.section-protection--options .protection-option--notice {
  margin: 24px 0 0 0;
}
.section-protection--options .protection-option--notice p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.section-protection--customize {
  padding: 32px 0;
}
@media (max-width: 991px) {
  .section-protection--customize {
    padding: 20px 0;
  }
}
.section-protection--customize ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 32px;
}
.section-protection--customize ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px;
  min-height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  width: 33.3333333333%;
}
@media (max-width: 1141px) {
  .section-protection--customize ul li {
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .section-protection--customize ul li {
    width: 100%;
    padding: 24px 0;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
.section-protection--customize ul li:nth-last-child(1) {
  border: none;
}
.section-protection--customize ul li .protection-customize--top {
  width: 100%;
}
.section-protection--customize ul li .protection-customize--top p {
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #000;
  margin: 0 0 32px;
}
@media (max-width: 1440px) {
  .section-protection--customize ul li .protection-customize--top p {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1141px) {
  .section-protection--customize ul li .protection-customize--top p {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .section-protection--customize ul li .protection-customize--top p {
    font-size: 24px;
    margin: 0 0 24px;
  }
}
.section-protection--customize ul li .protection-customize--top span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #18181b;
  min-height: 66px;
  margin: 0 0 24px;
}
@media (max-width: 1440px) {
  .section-protection--customize ul li .protection-customize--top span {
    font-size: 28px;
    min-height: initial;
  }
}
@media (max-width: 991px) {
  .section-protection--customize ul li .protection-customize--top span {
    font-size: 36px;
    min-height: 66px;
  }
}
.section-protection--customize ul li .protection-customize--top span small {
  font-weight: 800;
  font-size: 16px;
}
.section-protection--customize ul li .protection-customize--bottom {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #18181b;
  min-height: 68px;
}
.section-protection--customize .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-protection--customize .btn-wrapper .btn {
  width: 100%;
  max-width: 380px;
  min-height: 52px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .section-protection--customize .btn-wrapper .btn {
    min-height: 44px;
  }
}

.section-awards {
  padding: 10px 0;
}
@media (max-width: 991px) {
  .section-awards {
    padding: 10px 0 20px 0;
  }
}
.section-awards .awards-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #264071;
  border-radius: 16px;
  padding: 32px;
}
@media (max-width: 991px) {
  .section-awards .awards-wrapper {
    padding: 24px;
    display: block;
  }
}
.section-awards .awards-wrapper .left-side {
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .section-awards .awards-wrapper .left-side {
    max-width: 100%;
    margin: 0 0 40px;
  }
}
.section-awards .awards-wrapper .left-side p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  color: #18181b;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .section-awards .awards-wrapper .left-side p {
    font-size: 24px;
  }
}
.section-awards .awards-wrapper .left-side span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #18181b;
  margin: 0 0 24px;
}
.section-awards .awards-wrapper .left-side .btn {
  font-size: 14px;
}
@media (max-width: 991px) {
  .section-awards .awards-wrapper .left-side .btn {
    width: 100%;
  }
}
.section-awards .awards-wrapper .right-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 500px);
}
@media (max-width: 991px) {
  .section-awards .awards-wrapper .right-side {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-awards .awards-wrapper .right-side {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.section-awards .awards-wrapper .right-side img {
  display: block;
  object-fit: contain;
  object-position: center;
  margin: 0 0 0 40px;
}
@media (max-width: 1440px) {
  .section-awards .awards-wrapper .right-side img {
    margin: 0 0 0 15px;
  }
}
@media (max-width: 1141px) {
  .section-awards .awards-wrapper .right-side img {
    max-width: 80px;
  }
}
@media (max-width: 991px) {
  .section-awards .awards-wrapper .right-side img {
    max-width: 150px;
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) {
  .section-awards .awards-wrapper .right-side img:nth-last-child(1) {
    margin: 0;
  }
}

.section-work {
  padding: 100px 0;
  background: #f4f4f5;
  position: relative;
  margin: 40px 0;
}
@media (max-width: 991px) {
  .section-work {
    padding: 60px 0;
    margin: 20px 0;
  }
}
.section-work .work-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-work .work-wrapper {
    display: block;
  }
}
.section-work .work-wrapper .left-side {
  width: calc(50% - 25px);
}
@media (max-width: 991px) {
  .section-work .work-wrapper .left-side {
    width: 100%;
  }
}
.section-work .work-wrapper .left-side h3 {
  text-align: left;
}
.section-work .work-wrapper .left-side .work-info {
  display: none;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .section-work .work-wrapper .left-side .work-info {
    display: block;
    margin: 0 0 24px;
  }
}
.section-work .work-wrapper .left-side .work-info:hover .work-info--descr span {
  transform: translateX(5px);
}
.section-work .work-wrapper .left-side .work-info img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .section-work .work-wrapper .left-side .work-info img {
    height: 220px;
  }
}
.section-work .work-wrapper .left-side .work-info .work-info--descr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 19px 25px;
  backdrop-filter: blur(4px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.47) 2.91%, rgba(0, 0, 0, 0.47) 72.52%);
}
@media (max-width: 991px) {
  .section-work .work-wrapper .left-side .work-info .work-info--descr {
    padding: 16px;
  }
}
.section-work .work-wrapper .left-side .work-info .work-info--descr p {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}
@media (max-width: 991px) {
  .section-work .work-wrapper .left-side .work-info .work-info--descr p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-work .work-wrapper .left-side .work-info .work-info--descr p br {
    display: none;
  }
}
.section-work .work-wrapper .left-side .work-info .work-info--descr span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  width: 36px;
  min-width: 36px;
  height: 36px;
  margin: 0 0 0 40px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-work .work-wrapper .left-side .work-info .work-info--descr span {
    margin: 0 0 0 7px;
  }
}
.section-work .work-wrapper .left-side .work-info .work-info--descr span svg {
  display: block;
}
.section-work .work-wrapper .left-side p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #71717a;
  margin: 0 0 10px;
}
.section-work .work-wrapper .left-side p:nth-last-child(1) {
  margin: 0;
}
.section-work .work-wrapper .left-side p b {
  font-weight: 600;
}
.section-work .work-wrapper .left-side .btn-wrapper {
  margin: 30px 0 0 0;
}
.section-work .work-wrapper .left-side .btn-wrapper .btn {
  font-size: 14px;
}
@media (max-width: 991px) {
  .section-work .work-wrapper .left-side .btn-wrapper .btn {
    width: 100%;
  }
}
.section-work .work-wrapper .right-side {
  width: calc(50% - 25px);
}
@media (max-width: 991px) {
  .section-work .work-wrapper .right-side {
    display: none;
  }
}
.section-work .work-wrapper .right-side .work-info {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.section-work .work-wrapper .right-side .work-info:hover .work-info--descr span {
  transform: translateX(5px);
}
.section-work .work-wrapper .right-side .work-info img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
.section-work .work-wrapper .right-side .work-info .work-info--descr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 19px 25px;
  backdrop-filter: blur(4px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.47) 2.91%, rgba(0, 0, 0, 0.47) 72.52%);
}
.section-work .work-wrapper .right-side .work-info .work-info--descr p {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}
.section-work .work-wrapper .right-side .work-info .work-info--descr span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  width: 36px;
  min-width: 36px;
  height: 36px;
  margin: 0 0 0 40px;
  transition: 0.3s all ease;
}
.section-work .work-wrapper .right-side .work-info .work-info--descr span svg {
  display: block;
}

.section-get {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .section-get {
    padding: 20px 0;
  }
}
.section-get .get-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: auto;
}
.section-get .get-wrapper ul {
  width: calc(33.3333333333% - 12px);
}
@media (max-width: 991px) {
  .section-get .get-wrapper ul {
    min-width: 320px;
  }
}
.section-get .get-wrapper ul li {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71717a;
  position: relative;
  padding: 0 0 0 32px;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .section-get .get-wrapper ul li {
    padding: 0 0 0 28px;
  }
}
.section-get .get-wrapper ul li:before {
  content: "➤";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 19px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #264071;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.12);
}

.section-spotlight {
  padding: 60px 0;
  background: #f4f4f5;
  margin: 40px 0;
}
@media (max-width: 991px) {
  .section-spotlight {
    padding: 40px 0;
    margin: 20px 0;
  }
}
.section-spotlight .spotlight-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-spotlight .spotlight-wrapper .left-side {
  width: calc(50% - 24px);
}
@media (max-width: 991px) {
  .section-spotlight .spotlight-wrapper .left-side {
    width: 100%;
  }
}
.section-spotlight .spotlight-wrapper .left-side h3 {
  text-align: left;
}
.section-spotlight .spotlight-wrapper .left-side p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #18181b;
  opacity: 0.8;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section-spotlight .spotlight-wrapper .left-side p {
    margin: 0 0 24px;
  }
}
.section-spotlight .spotlight-wrapper .left-side .spotlight-slider--nav {
  height: 250px;
}
.section-spotlight .spotlight-wrapper .left-side .spotlight-slider--nav .swiper-wrapper .swiper-slide {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  opacity: 0.3;
  transition: 0.3s all ease;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
}
.section-spotlight .spotlight-wrapper .left-side .spotlight-slider--nav .swiper-wrapper .swiper-slide:hover {
  opacity: 1;
}
.section-spotlight .spotlight-wrapper .left-side .spotlight-slider--nav .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  font-size: 32px;
  color: #000;
  opacity: 1;
}
.section-spotlight .spotlight-wrapper .right-side {
  width: calc(50% - 24px);
}
@media (max-width: 991px) {
  .section-spotlight .spotlight-wrapper .right-side {
    width: 100%;
    margin: 24px 0 0 0;
  }
}
.section-spotlight .spotlight-wrapper .right-side .spotlight-slider {
  height: 435px;
  position: relative;
}
@media (max-width: 767px) {
  .section-spotlight .spotlight-wrapper .right-side .spotlight-slider {
    height: 270px;
  }
}
.section-spotlight .spotlight-wrapper .right-side .spotlight-slider .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  transition: 0.3s all ease;
  position: relative;
}
.section-spotlight .spotlight-wrapper .right-side .spotlight-slider .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
.section-spotlight .spotlight-wrapper .right-side .spotlight-slider .swiper-wrapper .swiper-slide .spotlight-item {
  height: 335px;
}
@media (max-width: 767px) {
  .section-spotlight .spotlight-wrapper .right-side .spotlight-slider .swiper-wrapper .swiper-slide .spotlight-item {
    height: 200px;
  }
}
.section-spotlight .spotlight-wrapper .right-side .spotlight-slider .swiper-wrapper .swiper-slide .spotlight-item iframe,
.section-spotlight .spotlight-wrapper .right-side .spotlight-slider .swiper-wrapper .swiper-slide .spotlight-item img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}
.section-spotlight .spotlight-wrapper .right-side .spotlight-slider .swiper-wrapper .swiper-slide .spotlight-link {
  position: absolute;
  bottom: 60px;
  right: 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #264071;
  border-bottom: 1px solid transparent;
  z-index: 150;
  background: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .section-spotlight .spotlight-wrapper .right-side .spotlight-slider .swiper-wrapper .swiper-slide .spotlight-link {
    font-size: 14px;
    padding: 7.5px 15px;
    right: 10px;
  }
}
.section-spotlight .spotlight-wrapper .right-side .spotlight-slider .swiper-wrapper .swiper-slide .spotlight-link:hover {
  color: #fff;
  background: #264071;
}
.section-spotlight .spotlight-wrapper .right-side .spotlight-slider .swiper-wrapper .swiper-slide-active .spotlight-link {
  opacity: 1;
  visibility: visible;
}
.section-spotlight .spotlight-wrapper .right-side .spotlight-slider .swiper-button-next::after,
.section-spotlight .spotlight-wrapper .right-side .spotlight-slider .swiper-button-prev::after {
  content: none !important;
}
.section-spotlight .spotlight-wrapper .right-side .spotlight-slider .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  bottom: initial;
  top: 24px;
  right: initial;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.07);
}
.section-spotlight .spotlight-wrapper .right-side .spotlight-slider .swiper-button-prev img {
  display: block;
  width: 10px;
}
.section-spotlight .spotlight-wrapper .right-side .spotlight-slider .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  top: initial;
  bottom: 3px;
  right: initial;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.07);
}
.section-spotlight .spotlight-wrapper .right-side .spotlight-slider .swiper-button-next img {
  display: block;
  width: 10px;
}

.section-career--feedback {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .section-career--feedback {
    padding: 30px 0;
  }
}
.section-career--feedback .feedback-wrapper {
  padding: 55px 130px;
  border-radius: 20px;
  background: #264071;
  position: relative;
}
@media (max-width: 1141px) {
  .section-career--feedback .feedback-wrapper {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .section-career--feedback .feedback-wrapper {
    padding: 32px 24px;
    border-radius: 16px;
  }
}
.section-career--feedback .feedback-wrapper h3 {
  color: #fafafa;
  line-height: 1;
}
@media (max-width: 991px) {
  .section-career--feedback .feedback-wrapper h3 {
    text-align: center;
  }
}
.section-career--feedback .feedback-wrapper p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fafafa;
  opacity: 0.8;
}
.section-career--feedback .feedback-wrapper p b {
  display: block;
  font-weight: 700;
  color: #fafafa;
}
.section-career--feedback .feedback-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 0 0 0;
}

.contact-us--wrapper .gform_wrapper form {
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .contact-us--wrapper .gform_wrapper form {
    padding: 40px 18px;
  }
}
.contact-us--wrapper .gform_wrapper .gform_fields .row {
  margin: -4px;
  display: flex;
  flex-wrap: wrap;
}
.contact-us--wrapper .gform_wrapper .gform_fields .row [class*=col-] {
  padding: 4px;
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.gform_wrapper {
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
.gform_wrapper label,
.gform_wrapper .gfield_label,
.gform_wrapper .gform-field-label {
  font-weight: 500 !important;
  font-family: "Work Sans", sans-serif !important;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.gform_wrapper label:not(.gsurvey-rank-choice):not(.gform-field-label--type-inline),
.gform_wrapper .gfield_label:not(.gsurvey-rank-choice):not(.gform-field-label--type-inline),
.gform_wrapper .gform-field-label:not(.gsurvey-rank-choice):not(.gform-field-label--type-inline) {
  word-break: break-word;
}
.gform_wrapper .gform-field-label--type-sub,
.gform_wrapper .gform-field-label--type-inline {
  font-weight: 400 !important;
}
.gform_wrapper .gform-field-label.gsurvey-rank-choice,
.gform_wrapper li.gform-field-label.gsurvey-rank-choice,
.gform_wrapper .gform-field-label--type-inline.gsurvey-rank-choice {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
  white-space: normal;
  overflow: visible;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=url],
.gform_wrapper input[type=password],
.gform_wrapper input[type=number],
.gform_wrapper input[type=search],
.gform_wrapper input[type=date],
.gform_wrapper input[type=time],
.gform_wrapper input[type=datetime-local],
.gform_wrapper input[type=month],
.gform_wrapper input[type=week] {
  font-weight: 400 !important;
  font-family: "Work Sans", sans-serif !important;
}
.gform_wrapper form {
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .gform_wrapper form {
    padding: 40px 18px;
  }
}

.gform-body {
  margin-bottom: 0;
}

.gform_fields {
  display: block;
}
.gform_fields .row {
  margin: -4px;
  display: flex;
  flex-wrap: wrap;
}
.gform_fields .row [class*=col-] {
  padding: 4px;
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.gfield {
  margin-bottom: 0 !important;
  position: relative;
}
.gfield .gfield_label,
.gfield .gform-field-label {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px;
  color: #18181b;
  margin: 0 0 0 0;
  display: block;
  line-height: 1.4;
  text-align: left;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.gfield .gfield_label a,
.gfield .gform-field-label a {
  color: #264071;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.gfield .gfield_label a:hover,
.gfield .gform-field-label a:hover {
  color: #a00e26;
  border-bottom-color: #264071;
}
.gfield .gfield_label a:focus,
.gfield .gform-field-label a:focus {
  outline: 2px solid rgba(200, 16, 46, 0.2);
  outline-offset: 2px;
  border-radius: 2px;
}
.gfield .gfield_label .gfield_required,
.gfield .gform-field-label .gfield_required {
  display: inline;
  color: #c52126;
}
.gfield .gfield_label .gfield_required .gfield_required_asterisk,
.gfield .gform-field-label .gfield_required .gfield_required_asterisk {
  display: inline;
  color: #c52126;
  margin-left: 2px;
}
.gfield legend.gfield_label,
.gfield legend.gform-field-label,
.gfield legend {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #18181b;
  margin: 0 0 0 0 !important;
  padding: 0;
  border: none;
  text-align: left;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.gfield legend.gfield_label .gfield_required,
.gfield legend.gform-field-label .gfield_required,
.gfield legend .gfield_required {
  display: inline !important;
  color: #264071;
}
.gfield legend.gfield_label .gfield_required .gfield_required_asterisk,
.gfield legend.gform-field-label .gfield_required .gfield_required_asterisk,
.gfield legend .gfield_required .gfield_required_asterisk {
  display: inline !important;
  color: #264071;
  margin-left: 2px;
}
.gfield .gform-field-label--type-sub {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #18181b;
  margin: 0 0 6px 0;
  padding: 0;
  display: block;
  line-height: 1.4;
  text-align: left;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.gfield .gform-field-label--type-sub a {
  color: #264071;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.gfield .gform-field-label--type-sub a:hover {
  color: #a00e26;
  border-bottom-color: #264071;
}
.gfield .gform-field-label--type-sub a:focus {
  outline: 2px solid rgba(200, 16, 46, 0.2);
  outline-offset: 2px;
  border-radius: 2px;
}
.gfield .gform-field-label--type-sub .gfield_required {
  display: inline;
  color: #c52126;
}
.gfield .gform-field-label--type-sub .gfield_required .gfield_required_asterisk {
  display: inline;
  color: #c52126;
  margin-left: 2px;
}
.gfield .ginput_container {
  position: relative;
}
.gfield .ginput_container input[type=text],
.gfield .ginput_container input[type=email],
.gfield .ginput_container input[type=tel],
.gfield .ginput_container input[type=url],
.gfield .ginput_container input[type=password],
.gfield .ginput_container input[type=number],
.gfield .ginput_container input[type=search],
.gfield .ginput_container input[type=date],
.gfield .ginput_container input[type=time],
.gfield .ginput_container input[type=datetime-local],
.gfield .ginput_container input[type=month],
.gfield .ginput_container input[type=week] {
  display: block;
  width: 100%;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px;
  color: #18181b;
  border: 1px solid #9ca3af;
  border-radius: 100px;
  background: #fff;
  padding: 0 20px !important;
  transition: 0.3s all ease;
  margin: 0;
  outline: none;
  height: 50px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .gfield .ginput_container input[type=text],
  .gfield .ginput_container input[type=email],
  .gfield .ginput_container input[type=tel],
  .gfield .ginput_container input[type=url],
  .gfield .ginput_container input[type=password],
  .gfield .ginput_container input[type=number],
  .gfield .ginput_container input[type=search],
  .gfield .ginput_container input[type=date],
  .gfield .ginput_container input[type=time],
  .gfield .ginput_container input[type=datetime-local],
  .gfield .ginput_container input[type=month],
  .gfield .ginput_container input[type=week] {
    height: 44px;
  }
}
.gfield .ginput_container input[type=text]::placeholder,
.gfield .ginput_container input[type=email]::placeholder,
.gfield .ginput_container input[type=tel]::placeholder,
.gfield .ginput_container input[type=url]::placeholder,
.gfield .ginput_container input[type=password]::placeholder,
.gfield .ginput_container input[type=number]::placeholder,
.gfield .ginput_container input[type=search]::placeholder,
.gfield .ginput_container input[type=date]::placeholder,
.gfield .ginput_container input[type=time]::placeholder,
.gfield .ginput_container input[type=datetime-local]::placeholder,
.gfield .ginput_container input[type=month]::placeholder,
.gfield .ginput_container input[type=week]::placeholder {
  color: #71717a;
  opacity: 1;
}
.gfield .ginput_container input[type=text]:hover, .gfield .ginput_container input[type=text]:focus,
.gfield .ginput_container input[type=email]:hover,
.gfield .ginput_container input[type=email]:focus,
.gfield .ginput_container input[type=tel]:hover,
.gfield .ginput_container input[type=tel]:focus,
.gfield .ginput_container input[type=url]:hover,
.gfield .ginput_container input[type=url]:focus,
.gfield .ginput_container input[type=password]:hover,
.gfield .ginput_container input[type=password]:focus,
.gfield .ginput_container input[type=number]:hover,
.gfield .ginput_container input[type=number]:focus,
.gfield .ginput_container input[type=search]:hover,
.gfield .ginput_container input[type=search]:focus,
.gfield .ginput_container input[type=date]:hover,
.gfield .ginput_container input[type=date]:focus,
.gfield .ginput_container input[type=time]:hover,
.gfield .ginput_container input[type=time]:focus,
.gfield .ginput_container input[type=datetime-local]:hover,
.gfield .ginput_container input[type=datetime-local]:focus,
.gfield .ginput_container input[type=month]:hover,
.gfield .ginput_container input[type=month]:focus,
.gfield .ginput_container input[type=week]:hover,
.gfield .ginput_container input[type=week]:focus {
  border-color: #18181b;
}
.gfield .ginput_container input[type=text]:focus::placeholder,
.gfield .ginput_container input[type=email]:focus::placeholder,
.gfield .ginput_container input[type=tel]:focus::placeholder,
.gfield .ginput_container input[type=url]:focus::placeholder,
.gfield .ginput_container input[type=password]:focus::placeholder,
.gfield .ginput_container input[type=number]:focus::placeholder,
.gfield .ginput_container input[type=search]:focus::placeholder,
.gfield .ginput_container input[type=date]:focus::placeholder,
.gfield .ginput_container input[type=time]:focus::placeholder,
.gfield .ginput_container input[type=datetime-local]:focus::placeholder,
.gfield .ginput_container input[type=month]:focus::placeholder,
.gfield .ginput_container input[type=week]:focus::placeholder {
  color: transparent;
}
.gfield .ginput_container input[type=text].large,
.gfield .ginput_container input[type=email].large,
.gfield .ginput_container input[type=tel].large,
.gfield .ginput_container input[type=url].large,
.gfield .ginput_container input[type=password].large,
.gfield .ginput_container input[type=number].large,
.gfield .ginput_container input[type=search].large,
.gfield .ginput_container input[type=date].large,
.gfield .ginput_container input[type=time].large,
.gfield .ginput_container input[type=datetime-local].large,
.gfield .ginput_container input[type=month].large,
.gfield .ginput_container input[type=week].large {
  height: 50px;
}
@media (max-width: 991px) {
  .gfield .ginput_container input[type=text].large,
  .gfield .ginput_container input[type=email].large,
  .gfield .ginput_container input[type=tel].large,
  .gfield .ginput_container input[type=url].large,
  .gfield .ginput_container input[type=password].large,
  .gfield .ginput_container input[type=number].large,
  .gfield .ginput_container input[type=search].large,
  .gfield .ginput_container input[type=date].large,
  .gfield .ginput_container input[type=time].large,
  .gfield .ginput_container input[type=datetime-local].large,
  .gfield .ginput_container input[type=month].large,
  .gfield .ginput_container input[type=week].large {
    height: 44px;
  }
}
.gfield .ginput_container textarea {
  display: block;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #18181b;
  border: 1px solid #9ca3af;
  border-radius: 12px;
  background: #fff;
  padding: 15px 20px;
  transition: 0.3s all ease;
  margin: 0;
  outline: none;
  min-height: 120px;
  resize: vertical;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .gfield .ginput_container textarea {
    font-size: 14px;
    padding: 12px 16px;
    min-height: 100px;
  }
}
.gfield .ginput_container textarea::placeholder {
  color: #71717a;
  opacity: 1;
}
.gfield .ginput_container textarea:hover, .gfield .ginput_container textarea:focus {
  border-color: #18181b;
}
.gfield .ginput_container textarea:focus::placeholder {
  color: transparent;
}
.gfield .ginput_container select {
  display: block;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #18181b;
  border: 1px solid #9ca3af;
  border-radius: 100px;
  background: #fff;
  padding: 0 45px 0 20px !important;
  transition: 0.3s all ease;
  margin: 0;
  outline: none;
  height: 50px;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2318181b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
}
@media (max-width: 991px) {
  .gfield .ginput_container select {
    height: 44px;
    background-size: 14px;
    background-position: right 12px center;
  }
}
.gfield .ginput_container select:hover, .gfield .ginput_container select:focus {
  border-color: #18181b;
}
.gfield .ginput_container select option.gf_placeholder {
  color: #71717a;
}
.gfield .ginput_container select.large {
  height: 50px;
}
@media (max-width: 991px) {
  .gfield .ginput_container select.large {
    height: 44px;
  }
}
.gfield .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gfield .ginput_complex .ginput_left,
.gfield .ginput_complex .ginput_right {
  flex: 1 1 calc(50% - 4px) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 991px) {
  .gfield .ginput_complex .ginput_left,
  .gfield .ginput_complex .ginput_right {
    flex: 1 1 100% !important;
  }
}
@media (max-width: 991px) {
  .gfield .ginput_complex {
    gap: 6px;
  }
}
.gfield .ginput_complex .gform-field-label--type-sub {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #18181b;
  margin: 0 0 0 0;
  padding: 0;
  display: block;
  line-height: 1.4;
  text-align: left;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.gfield .ginput_complex.ginput_container_address {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (max-width: 991px) {
  .gfield .ginput_complex.ginput_container_address {
    gap: 6px;
  }
}
@media (min-width: 769px) {
  .gfield .ginput_complex.ginput_container_address {
    grid-template-columns: 1fr 1fr;
  }
}
.gfield .ginput_complex.ginput_container_address .address_line_1 {
  grid-column: 1/-1;
  width: 100%;
}
@media (max-width: 991px) {
  .gfield .ginput_complex.ginput_container_address .address_line_2 {
    grid-column: 1/-1;
  }
}
@media (max-width: 991px) {
  .gfield .ginput_complex.ginput_container_address .address_city {
    grid-column: 1/-1;
  }
}
@media (max-width: 991px) {
  .gfield .ginput_complex.ginput_container_address .address_state {
    grid-column: 1/-1;
  }
}
@media (max-width: 991px) {
  .gfield .ginput_complex.ginput_container_address .address_zip {
    grid-column: 1/-1;
  }
}
.gfield .ginput_complex.ginput_container_address .address_country {
  grid-column: 1/-1;
  width: 100%;
}
.gfield .ginput_complex.ginput_container_address > span {
  flex: none;
}
.gfield .ginput_complex span {
  flex: 1;
  min-width: 0;
}
.gfield .ginput_complex span .gform-field-label--type-sub {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #18181b;
  margin: 5px 0 6px 0;
  padding: 0;
  display: block;
  line-height: 1.4;
  text-align: center;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.gfield .ginput_complex span.name_first, .gfield .ginput_complex span.name_last {
  flex: 1;
  min-width: 120px;
}
@media (max-width: 991px) {
  .gfield .ginput_complex span.name_first, .gfield .ginput_complex span.name_last {
    min-width: 100px;
  }
}
.gfield .ginput_complex span.address_line_1 {
  width: 100%;
}
.gfield .ginput_complex span.address_line_2 {
  width: 100%;
}
.gfield .ginput_complex span.address_city {
  width: 100%;
}
.gfield .ginput_complex span.address_state {
  width: 100%;
}
.gfield .ginput_complex span.address_zip {
  width: 100%;
}
.gfield .ginput_complex span.address_country {
  width: 100%;
}
.gfield .ginput_complex .gf_clear_complex {
  clear: both;
  height: 0;
  overflow: hidden;
}
.gfield .ginput_complex .gform-field-label {
  padding: 0 !important;
  margin: 0 !important;
}
.gfield .ginput_container_consent {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.gfield .ginput_container_consent input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.3s ease;
}
.gfield .ginput_container_consent input[type=checkbox]:checked ~ .gform-field-label--type-inline::before,
.gfield .ginput_container_consent input[type=checkbox]:checked ~ .gfield_consent_label::before {
  background: #264071;
  border-color: #264071;
}
.gfield .ginput_container_consent input[type=checkbox]:checked ~ .gform-field-label--type-inline::after,
.gfield .ginput_container_consent input[type=checkbox]:checked ~ .gfield_consent_label::after {
  opacity: 1;
  visibility: visible;
}
.gfield .ginput_container_consent .gform-field-label--type-inline,
.gfield .ginput_container_consent .gfield_consent_label {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #71717a;
  margin: -3px 0 0 16px;
  padding-left: 8px;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .gfield .ginput_container_consent .gform-field-label--type-inline,
  .gfield .ginput_container_consent .gfield_consent_label {
    font-size: 14px;
    margin: -2px 0 0 10px;
  }
}
.gfield .ginput_container_consent .gform-field-label--type-inline::before,
.gfield .ginput_container_consent .gfield_consent_label::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 3px;
  height: 17px;
  width: 17px;
  min-width: 17px;
  background: transparent;
  transition: all 0.3s ease;
  border: 1px solid #9ca3af;
  border-radius: 3px;
  background: #fff;
}
@media (max-width: 991px) {
  .gfield .ginput_container_consent .gform-field-label--type-inline::before,
  .gfield .ginput_container_consent .gfield_consent_label::before {
    width: 20px;
    height: 20px;
    min-width: 20px;
    left: -28px;
  }
}
.gfield .ginput_container_consent .gform-field-label--type-inline::after,
.gfield .ginput_container_consent .gfield_consent_label::after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  left: -19px;
  top: 5px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .gfield .ginput_container_consent .gform-field-label--type-inline::after,
  .gfield .ginput_container_consent .gfield_consent_label::after {
    left: -24px;
    top: 6px;
    width: 7px;
    height: 12px;
  }
}
.gfield .field_sublabel_above .gfield_description {
  margin: 0;
  padding: 0;
}
.gfield .gfield_description {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #71717a;
  margin: 6px 0 0 0;
  line-height: 1.4;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .gfield .gfield_description {
    font-size: 12px;
  }
}
.gfield.gfield_error .gfield_label,
.gfield.gfield_error .gform-field-label {
  color: #264071;
}
.gfield.gfield_error .gform-field-label--type-sub {
  color: #264071;
}
.gfield.gfield_error input,
.gfield.gfield_error select,
.gfield.gfield_error textarea {
  border-color: #264071 !important;
}
.gfield.gfield_error input:focus,
.gfield.gfield_error select:focus,
.gfield.gfield_error textarea:focus {
  border-color: #264071 !important;
  box-shadow: 0 0 0 2px rgba(200, 16, 46, 0.1);
}
.gfield.gfield_error .gfield_description {
  color: #264071;
}
.gfield.gfield_valid input,
.gfield.gfield_valid select,
.gfield.gfield_valid textarea {
  border-color: #10b981;
}
.gfield.gfield_valid input:focus,
.gfield.gfield_valid select:focus,
.gfield.gfield_valid textarea:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.1);
}

.gform-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
}
@media (max-width: 991px) {
  .gform-footer {
    margin: 20px 0 0 0;
  }
}

.gform_button,
input[type=submit],
.gform_next_button,
.gform_previous_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 12px 22px;
  transition: 0.3s all ease;
  min-width: 230px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background: #264071;
  border: 1px solid #264071;
  border-radius: 100px;
  height: initial;
  min-height: 52px;
  cursor: pointer;
  outline: none;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .gform_button,
  input[type=submit],
  .gform_next_button,
  .gform_previous_button {
    min-height: 48px;
    font-size: 16px;
    padding: 5px 20px;
  }
}
.gform_button:hover,
input[type=submit]:hover,
.gform_next_button:hover,
.gform_previous_button:hover {
  background: transparent;
  text-decoration: none;
  color: #264071;
}
.gform_button:focus,
input[type=submit]:focus,
.gform_next_button:focus,
.gform_previous_button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(200, 16, 46, 0.2);
}
.gform_button:disabled,
input[type=submit]:disabled,
.gform_next_button:disabled,
.gform_previous_button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.gform_button:disabled:hover,
input[type=submit]:disabled:hover,
.gform_next_button:disabled:hover,
.gform_previous_button:disabled:hover {
  background: #264071;
  color: #fff;
}

.gform_hidden {
  display: none !important;
}

.gform_required_legend {
  display: none !important;
}

.gfield--type-honeypot {
  display: none !important;
}

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.gform_validation_errors {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 16px;
  margin: 0 auto 10px;
  max-width: 800px;
}
.gform_validation_errors .gform_validation_error {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #dc2626;
  margin: 0;
}

.gfield_validation_message {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #264071;
  margin: 6px 0 0 0;
  line-height: 1.4;
}

.gform_confirmation_message {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #166534;
}

.gform_page_progress {
  margin-bottom: 30px;
}
.gform_page_progress .gform_page_progress_bar {
  background: #9ca3af;
  border-radius: 100px;
  height: 8px;
  overflow: hidden;
}
.gform_page_progress .gform_page_progress_bar .gform_page_progress_bar_percentage {
  background: #264071;
  height: 100%;
  transition: width 0.3s ease;
}
.gform_page_progress .gform_page_progress_steps {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.gform_page_progress .gform_page_progress_steps .gform_page_progress_step {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #71717a;
}
.gform_page_progress .gform_page_progress_steps .gform_page_progress_step.gform_page_progress_step_active {
  color: #264071;
  font-weight: 500;
}

.ginput_container_fileupload .gform_fileupload_rules {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #71717a;
  margin: 6px 0 0 0;
}

.ginput_container_date input[type=date] {
  display: block;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #18181b;
  border: 1px solid #9ca3af;
  border-radius: 100px;
  background: #fff;
  padding: 0 20px;
  transition: 0.3s all ease;
  margin: 0;
  outline: none;
  height: 50px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .ginput_container_date input[type=date] {
    height: 44px;
    font-size: 14px;
  }
}
.ginput_container_date input[type=date]:hover, .ginput_container_date input[type=date]:focus {
  border-color: #18181b;
}

.ginput_container_time {
  display: flex;
  gap: 8px;
  align-items: center;
}
.ginput_container_time input[type=time] {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #18181b;
  border: 1px solid #9ca3af;
  border-radius: 100px;
  background: #fff;
  padding: 0 15px;
  transition: 0.3s all ease;
  margin: 0;
  outline: none;
  height: 50px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .ginput_container_time input[type=time] {
    height: 44px;
    font-size: 14px;
  }
}
.ginput_container_time input[type=time]:hover, .ginput_container_time input[type=time]:focus {
  border-color: #18181b;
}
.ginput_container_time .gfield_time_ampm {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #71717a;
}

.ginput_container_radio {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ginput_container_radio .gchoice {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ginput_container_radio .gchoice input[type=radio] {
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  appearance: none;
  border: 1px solid #9ca3af;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease;
}
.ginput_container_radio .gchoice input[type=radio]:checked {
  background: #264071;
  border-color: #264071;
}
.ginput_container_radio .gchoice input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.ginput_container_radio .gchoice input[type=radio]:hover {
  border-color: #18181b;
}
.ginput_container_radio .gchoice label {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #18181b;
  cursor: pointer;
  margin: 0;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.ginput_container_checkbox {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ginput_container_checkbox .gchoice {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ginput_container_checkbox .gchoice input[type=checkbox] {
  width: 17px;
  height: 17px;
  margin: 0;
  cursor: pointer;
  appearance: none;
  border: 1px solid #9ca3af;
  border-radius: 3px;
  background: #fff;
  transition: all 0.3s ease;
}
.ginput_container_checkbox .gchoice input[type=checkbox]:checked {
  background: #264071;
  border-color: #264071;
}
.ginput_container_checkbox .gchoice input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  opacity: 1;
  visibility: visible;
  left: 3px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.ginput_container_checkbox .gchoice input[type=checkbox]:hover {
  border-color: #18181b;
}
.ginput_container_checkbox .gchoice label {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #18181b;
  cursor: pointer;
  margin: 0;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.ginput_container_rank li.gform-field-label,
.ginput_container_rank li.gsurvey-rank-choice,
.ginput_container_rank li.gform-field-label--type-inline,
ul.gfield_rank_choices li.gform-field-label,
ul.gfield_rank_choices li.gsurvey-rank-choice,
ul.gfield_rank_choices li.gform-field-label--type-inline {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #18181b !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding: 8px 12px 8px 32px !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: normal !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}
@media (max-width: 991px) {
  .ginput_container_rank li.gform-field-label,
  .ginput_container_rank li.gsurvey-rank-choice,
  .ginput_container_rank li.gform-field-label--type-inline,
  ul.gfield_rank_choices li.gform-field-label,
  ul.gfield_rank_choices li.gsurvey-rank-choice,
  ul.gfield_rank_choices li.gform-field-label--type-inline {
    font-size: 14px !important;
    padding: 8px 10px 8px 32px !important;
  }
}

li.gform-field-label.gsurvey-rank-choice,
li.gform-field-label--type-inline.gsurvey-rank-choice,
.gform-field-label.gsurvey-rank-choice,
.gform-field-label--type-inline.gsurvey-rank-choice {
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  word-break: normal !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding-left: 32px !important;
}
@media (max-width: 991px) {
  li.gform-field-label.gsurvey-rank-choice,
  li.gform-field-label--type-inline.gsurvey-rank-choice,
  .gform-field-label.gsurvey-rank-choice,
  .gform-field-label--type-inline.gsurvey-rank-choice {
    padding-left: 32px !important;
  }
}

.ginput_container_multiselect select[multiple] {
  display: block;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #18181b;
  border: 1px solid #9ca3af;
  border-radius: 12px;
  background: #fff;
  padding: 15px 20px;
  transition: 0.3s all ease;
  margin: 0;
  outline: none;
  min-height: 120px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .ginput_container_multiselect select[multiple] {
    font-size: 14px;
    padding: 12px 16px;
    min-height: 100px;
  }
}
.ginput_container_multiselect select[multiple]:hover, .ginput_container_multiselect select[multiple]:focus {
  border-color: #18181b;
}
.ginput_container_multiselect select[multiple] option {
  padding: 8px 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #18181b;
}

.ginput_container_list .gfield_list {
  width: 100%;
  border-collapse: collapse;
}
.ginput_container_list .gfield_list th {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #18181b;
  text-align: left;
  padding: 8px 12px;
  border-bottom: 1px solid #9ca3af;
  background: #f4f4f5;
}
.ginput_container_list .gfield_list td {
  padding: 8px 12px;
  border-bottom: 1px solid #9ca3af;
}
.ginput_container_list .gfield_list td input {
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #18181b;
  border: 1px solid #9ca3af;
  border-radius: 6px;
  background: #fff;
  padding: 8px 12px;
  transition: 0.3s all ease;
  margin: 0;
  outline: none;
  height: 40px;
  box-sizing: border-box;
}
.ginput_container_list .gfield_list td input:hover, .ginput_container_list .gfield_list td input:focus {
  border-color: #18181b;
}
.ginput_container_list .gfield_list_icons {
  margin-top: 10px;
}
.ginput_container_list .gfield_list_icons img {
  cursor: pointer;
  margin-right: 8px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.ginput_container_list .gfield_list_icons img:hover {
  opacity: 1;
}

.ginput_container_product .ginput_product_price {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #264071;
  margin-bottom: 8px;
}
.ginput_container_product .ginput_quantity input[type=number] {
  width: 80px;
  text-align: center;
}

.gfield--type-section {
  margin: 40px 0 20px 0;
}
.gfield--type-section .gsection_title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #18181b;
  margin: 0 0 10px 0;
}
@media (max-width: 991px) {
  .gfield--type-section .gsection_title {
    font-size: 28px;
  }
}
.gfield--type-section .gsection_description {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71717a;
  margin: 0 0 20px 0;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .gfield--type-section .gsection_description {
    font-size: 14px;
  }
}

.gfield--type-html .gfield_html {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #71717a;
  line-height: 1.5;
}
.gfield--type-html .gfield_html p {
  margin: 0 0 16px 0;
}
.gfield--type-html .gfield_html p:last-child {
  margin: 0;
}
.gfield--type-html .gfield_html a {
  color: #264071;
  text-decoration: none;
  border-bottom: 1px solid #264071;
}
.gfield--type-html .gfield_html a:hover {
  border-color: transparent;
}
.gfield--type-html .gfield_html strong,
.gfield--type-html .gfield_html b {
  font-weight: 600;
  color: #18181b;
}

.gform_page_footer {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .gform_page_footer {
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
  }
}
.gform_page_footer .gform_page_footer_buttons {
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .gform_page_footer .gform_page_footer_buttons {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .gform_page_footer .gform_page_footer_buttons .gform_button {
    width: 100%;
  }
}
.gform_page_footer .gform_page_footer_buttons .gform_previous_button {
  background: transparent !important;
  color: #18181b !important;
  border: 1px solid #9ca3af !important;
}
.gform_page_footer .gform_page_footer_buttons .gform_previous_button:hover {
  background: #18181b !important;
  color: #fff !important;
  border-color: #18181b !important;
}

.gfield--visibility-hidden {
  display: none !important;
}

.gform_ajax_spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #9ca3af;
  border-radius: 50%;
  border-top-color: #264071;
  animation: spin 1s ease-in-out infinite;
  margin-left: 10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.gform_wrapper [class*=col] {
  padding-left: 0 !important;
  padding-right: 4px !important;
}
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
  font-weight: 400 !important;
  font-family: "Work Sans", sans-serif !important;
}
.gform_wrapper .ginput_container_email input[type=email],
.gform_wrapper .ginput_container_phone input[type=tel],
.gform_wrapper .ginput_container input[type=email],
.gform_wrapper .ginput_container input[type=tel] {
  font-weight: 400 !important;
  font-family: "Work Sans", sans-serif !important;
}
.gform_wrapper .gfield--type-phone {
  text-align: left !important;
}
.gform_wrapper .gfield--type-phone .gfield_label,
.gform_wrapper .gfield--type-phone .gform-field-label {
  font-weight: 500 !important;
  font-family: "Work Sans", sans-serif !important;
  text-align: left !important;
}
.gform_wrapper .gfield--type-phone .ginput_container_phone input[type=tel] {
  font-weight: 400 !important;
  font-family: "Work Sans", sans-serif !important;
}
.gform_wrapper .gfield--type-email {
  text-align: left !important;
}
.gform_wrapper .gfield--type-email .gfield_label,
.gform_wrapper .gfield--type-email .gform-field-label {
  font-weight: 500 !important;
  font-family: "Work Sans", sans-serif !important;
}
.gform_wrapper .gfield--type-email .ginput_container_email input[type=email] {
  font-weight: 400 !important;
  font-family: "Work Sans", sans-serif !important;
}
.gform_wrapper .gfield--type-select {
  text-align: left !important;
}

@media print {
  .gform_wrapper .gform_button,
  .gform_wrapper input[type=submit] {
    display: none;
  }
  .gform_wrapper .gform_validation_errors,
  .gform_wrapper .gform_confirmation_message {
    border: 1px solid #000;
    background: transparent;
  }
}
.blog .blog-title {
  padding-top: 60px;
  text-align: center;
}

section.blog,
.section-search {
  padding: 120px 0 30px 0;
}
@media (max-width: 991px) {
  section.blog,
  .section-search {
    padding: 104px 0 30px 0;
  }
}
@media (min-width: 576px) {
  section.blog .posts-container,
  .section-search .posts-container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  section.blog .posts-container,
  .section-search .posts-container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  section.blog .posts-container,
  .section-search .posts-container {
    max-width: 992px;
  }
}
@media (min-width: 1140px) {
  section.blog .posts-container,
  .section-search .posts-container {
    max-width: 1330px;
  }
}
section.blog .single-post-area,
.section-search .single-post-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  section.blog .single-post-area,
  .section-search .single-post-area {
    display: block;
  }
}
section.blog .single-post-area .post-image,
.section-search .single-post-area .post-image {
  display: block;
  width: 300px;
  min-width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: 0.3s all ease;
  border-radius: 16px;
  margin: 0 40px 0 0;
}
@media (max-width: 991px) {
  section.blog .single-post-area .post-image,
  .section-search .single-post-area .post-image {
    width: 100%;
    height: 200px;
    min-width: initial;
    margin: 0 0 20px;
  }
}
section.blog .single-post-area .post-image:hover,
.section-search .single-post-area .post-image:hover {
  opacity: 0.7;
}
section.blog .single-post-area .post-image a,
.section-search .single-post-area .post-image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  section.blog .single-post-area .post-content h4,
  .section-search .single-post-area .post-content h4 {
    font-size: 24px;
  }
}
section.blog .single-post-area .post-content h4 a:hover,
.section-search .single-post-area .post-content h4 a:hover {
  color: #c7202f;
}
section.blog .single-post-area .post-content .post-date,
.section-search .single-post-area .post-content .post-date {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #18181b;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  section.blog .single-post-area .post-content .post-date,
  .section-search .single-post-area .post-content .post-date {
    font-size: 36px;
  }
}
section.blog .single-post-area .post-content p,
.section-search .single-post-area .post-content p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71717a;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  section.blog .single-post-area .post-content p,
  .section-search .single-post-area .post-content p {
    font-size: 14px;
    margin: 0 0 16px;
  }
}
section.blog .single-post-area .post-content p b,
section.blog .single-post-area .post-content p strong,
.section-search .single-post-area .post-content p b,
.section-search .single-post-area .post-content p strong {
  font-weight: 600;
  color: #71717a;
}
section.blog .single-post-area .post-content .post-button,
.section-search .single-post-area .post-content .post-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section.blog .single-post-area .post-content .post-button a,
.section-search .single-post-area .post-content .post-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 24px !important;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background: #264071;
  border: 1px solid #264071;
  border-radius: 100px;
  height: initial;
  min-height: 50px;
}
@media (max-width: 991px) {
  section.blog .single-post-area .post-content .post-button a,
  .section-search .single-post-area .post-content .post-button a {
    width: 100%;
    min-height: 48px;
    font-size: 16px !important;
    padding: 5px 20px !important;
  }
}
section.blog .single-post-area .post-content .post-button a svg,
.section-search .single-post-area .post-content .post-button a svg {
  display: block;
  margin: 0 0 0 8px;
}
section.blog .single-post-area .post-content .post-button a svg path,
.section-search .single-post-area .post-content .post-button a svg path {
  transition: 0.3s all ease;
}
section.blog .single-post-area .post-content .post-button a:hover,
.section-search .single-post-area .post-content .post-button a:hover {
  background: transparent;
  text-decoration: none;
  color: #264071;
}
section.blog .single-post-area .post-content .post-button a:hover svg path,
.section-search .single-post-area .post-content .post-button a:hover svg path {
  stroke: #264071;
}
section.blog .pagination,
.section-search .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  section.blog .pagination,
  .section-search .pagination {
    margin: 20px 0 0 0;
    gap: 3px;
  }
}
@media (max-width: 575px) {
  section.blog .pagination,
  .section-search .pagination {
    margin: 15px 0 0 0;
    gap: 2px;
  }
}
section.blog .pagination span,
.section-search .pagination span {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71717a;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  section.blog .pagination span,
  .section-search .pagination span {
    font-size: 12px;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 575px) {
  section.blog .pagination span,
  .section-search .pagination span {
    font-size: 11px;
    margin: 0 8px 0 0;
  }
}
section.blog .pagination span.current,
.section-search .pagination span.current {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #71717a;
  margin: 0 5px;
  color: #fff;
  border-color: #c7202f;
  background: #c7202f;
}
@media (max-width: 991px) {
  section.blog .pagination span.current,
  .section-search .pagination span.current {
    margin: 0 2.5px;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  section.blog .pagination span.current,
  .section-search .pagination span.current {
    margin: 0 2px;
    width: 26px;
    height: 26px;
    font-size: 11px;
  }
}
section.blog .pagination a,
.section-search .pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
  color: #71717a;
  min-width: 32px;
  height: 32px;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid #71717a;
  margin: 0 5px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
@media (max-width: 991px) {
  section.blog .pagination a,
  .section-search .pagination a {
    margin: 0 2.5px;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  section.blog .pagination a,
  .section-search .pagination a {
    margin: 0 2px;
    min-width: 26px;
    height: 26px;
    padding: 0 6px;
    font-size: 11px;
  }
}
@media (max-width: 575px) {
  section.blog .pagination a,
  .section-search .pagination a {
    margin: 0 1px;
    min-width: 24px;
    height: 24px;
    padding: 0 5px;
    font-size: 10px;
  }
}
section.blog .pagination a:hover, section.blog .pagination a.current,
.section-search .pagination a:hover,
.section-search .pagination a.current {
  color: #fff;
  border-color: #c7202f;
  background: #c7202f;
}
section.blog .pagination a.inactive,
.section-search .pagination a.inactive {
  width: 32px;
  padding: 0;
}
@media (max-width: 991px) {
  section.blog .pagination a.inactive,
  .section-search .pagination a.inactive {
    width: 28px;
  }
}
@media (max-width: 767px) {
  section.blog .pagination a.inactive,
  .section-search .pagination a.inactive {
    width: 26px;
  }
}
@media (max-width: 575px) {
  section.blog .pagination a.inactive,
  .section-search .pagination a.inactive {
    width: 24px;
  }
}
section.blog .no-results h1,
.section-search .no-results h1 {
  text-align: center;
}
section.blog .no-results .page-content,
.section-search .no-results .page-content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
section.blog .no-results .page-content form label,
.section-search .no-results .page-content form label {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.13636;
  letter-spacing: -0.01em;
  text-align: center;
  color: #18181b;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  section.blog .no-results .page-content form label,
  .section-search .no-results .page-content form label {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.33333;
    opacity: 0.8;
    margin: 0 0 16px;
  }
}
section.blog .no-results .page-content form label input,
.section-search .no-results .page-content form label input {
  display: block;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #18181b;
  border: 1px solid #e5e7eb;
  border-radius: 100px;
  background: #fff;
  padding: 0 20px;
  transition: 0.3s all ease;
  margin: 0;
  outline: none;
  height: 50px;
}
@media (max-width: 991px) {
  section.blog .no-results .page-content form label input,
  .section-search .no-results .page-content form label input {
    height: 44px;
  }
}
section.blog .no-results .page-content form label input:hover, section.blog .no-results .page-content form label input:focus,
.section-search .no-results .page-content form label input:hover,
.section-search .no-results .page-content form label input:focus {
  border-color: #18181b;
}
section.blog .no-results p,
.section-search .no-results p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.13636;
  letter-spacing: -0.01em;
  text-align: center;
  color: #18181b;
  margin: 0 0 48px;
}
@media (max-width: 991px) {
  section.blog .no-results p,
  .section-search .no-results p {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.33333;
    opacity: 0.8;
    margin: 0 0 24px;
  }
}
section.blog .no-results p a,
.section-search .no-results p a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
section.blog .no-results p a:hover,
.section-search .no-results p a:hover {
  border-color: transparent;
}
@media (max-width: 767px) {
  section.blog .no-results p br,
  .section-search .no-results p br {
    display: none;
  }
}

/* Container styling to enable Grid */
.blog .posts-container {
  display: grid;
  /* Creates 3 equal columns with a 30px gap */
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 20px 0;
}

/* Individual post card styling */
.blog .posts-container .single-post-area {
  display: flex;
  flex-direction: column;
  height: 100%; /* Ensures all cards in a row are equal height */
  border: 1px solid #eee; /* Optional: adds a subtle border */
  padding: 15px;
  background: #fff;
}
.blog .posts-container .single-post-area .post-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog .posts-container .single-post-area .post-content .h4 {
  text-align: left;
}
.blog .posts-container .single-post-area .post-content .post-button {
  margin-top: auto;
  padding-top: 15px;
  display: flex;
  align-items: center;
}
.blog .posts-container .single-post-area .post-content .post-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px !important;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1.1;
  color: #fff;
  background: #264071;
  border: 1px solid #264071;
  border-radius: 100px;
  min-height: 44px;
  text-decoration: none;
  transition: 0.3s all ease;
  text-align: center;
}
.blog .posts-container .single-post-area .post-content .post-button a:hover {
  background: transparent;
  color: #264071;
}

/* Responsive Styles */
/* Tablets: 2 columns */
@media (max-width: 992px) {
  .blog .posts-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Mobile Phones: 1 column */
@media (max-width: 600px) {
  .blog .posts-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.posts-container,
.post-container {
  max-width: 1330px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.section-search {
  padding: 180px 0 30px 0;
}
@media (max-width: 991px) {
  .section-search {
    padding: 104px 0 30px 0;
  }
}

.post-container .page-content {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Work Sans", sans-serif;
  color: #18181b;
}
.post-container .page-content h1, .post-container .page-content h2, .post-container .page-content h3, .post-container .page-content h4, .post-container .page-content h5, .post-container .page-content h6 {
  margin-bottom: 10px;
  text-align: left;
  color: #18181b;
}
.post-container .page-content h1 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .post-container .page-content h1 {
    font-size: 28px;
  }
}
.post-container .page-content h2 {
  font-size: 28px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .post-container .page-content h2 {
    font-size: 24px;
  }
}
.post-container .page-content h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .post-container .page-content h3 {
    font-size: 20px;
  }
}
.post-container .page-content p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .post-container .page-content p {
    font-size: 14px;
  }
}
.post-container .page-content a {
  color: #264071;
  text-decoration: underline;
}
.post-container .page-content a:hover {
  color: #c7202f;
}
.post-container .page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}
.post-container .page-content ul, .post-container .page-content ol {
  margin: 0 0 20px 20px;
  padding: 0;
}
.post-container .page-content ul li, .post-container .page-content ol li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .post-container .page-content ul li, .post-container .page-content ol li {
    font-size: 14px;
  }
}
.post-container .page-content blockquote {
  border-left: 4px solid #264071;
  margin: 20px 0;
  padding: 15px 20px;
  background: #f4f4f5;
  border-radius: 0 8px 8px 0;
}
.post-container .page-content blockquote p {
  margin: 0;
  font-style: italic;
  color: #18181b;
}
.post-container .page-content hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 30px 0;
}
.post-container .recent-comments {
  max-width: 800px;
  margin: 40px auto 0;
}

.modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.modal-backdrop.show {
  display: flex;
  opacity: 1;
}

.modal {
  padding: 48px 24px;
  border-radius: 8px;
  width: 90%;
  max-width: 600px;
  position: relative;
  transform: translateY(-50px);
  transition: transform 0.3s ease;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .modal {
    width: 96%;
    padding: 32px 12px;
  }
}
.modal .modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
@media (max-width: 991px) {
  .modal .modal-close {
    top: 10px;
    right: 10px;
  }
}
.modal .modal-close img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.modal .awards-modal--wrapper h4 {
  font-size: 34px;
}
@media (max-width: 991px) {
  .modal .awards-modal--wrapper h4 {
    font-size: 24px;
  }
}
.modal .awards-modal--wrapper p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  color: #18181b;
  margin: 0 0 20px;
}
@media (max-width: 1141px) {
  .modal .awards-modal--wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .modal .awards-modal--wrapper p {
    font-size: 16px;
  }
}
.modal .awards-modal--wrapper p strong {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.2;
  color: #18181b;
}
@media (max-width: 991px) {
  .modal .awards-modal--wrapper p strong {
    font-size: 24px;
  }
}
.modal .awards-modal--wrapper p a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.modal .awards-modal--wrapper p a:hover {
  border-color: transparent;
}
.modal .awards-modal--wrapper ul {
  padding: 20px 0 0 0;
  border-top: 1px solid #eee;
}
.modal .awards-modal--wrapper ul li {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #18181b;
  margin: 0 0 5px;
}
.modal .awards-modal--wrapper ul li b,
.modal .awards-modal--wrapper ul li strong {
  font-weight: 600;
}
.modal .awards-modal--wrapper ul li a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.modal .awards-modal--wrapper ul li a:hover {
  border-color: transparent;
}

.modal-backdrop.show .modal {
  transform: translateY(0);
}

.site-main .page-content > *:not(.custom-block):is(.wp-block-group) {
  padding: 0;
}
.site-main .page-content > *:not(.custom-block):is(h1, h2, h3, h4, h5, h6) {
  text-align: left;
  margin-top: 30px;
}
.site-main .page-content > *:not(.custom-block):is(p) {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71717a;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .site-main .page-content > *:not(.custom-block):is(p) {
    margin: 0 0 10px;
  }
}
.site-main .page-content > *:not(.custom-block):is(p) a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.site-main .page-content > *:not(.custom-block):is(p) a:hover {
  border-color: transparent;
}
.site-main .page-content > *:not(.custom-block):is(p) b,
.site-main .page-content > *:not(.custom-block):is(p) strong {
  font-weight: 600;
}
.site-main .page-content > *:not(.custom-block):is(ul) {
  margin: 0 0 32px;
}
.site-main .page-content > *:not(.custom-block):is(ul) li {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71717a;
  position: relative;
  padding: 0 0 0 26px;
  margin: 0 0 5px;
}
.site-main .page-content > *:not(.custom-block):is(ul) li b,
.site-main .page-content > *:not(.custom-block):is(ul) li strong {
  font-weight: 600;
}
.site-main .page-content > *:not(.custom-block):is(ul) li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #71717a;
}
.site-main .page-content > *:not(.custom-block):is(ul) li a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.site-main .page-content > *:not(.custom-block):is(ul) li a:hover {
  border-color: transparent;
}
.site-main .page-content > *:not(.custom-block):is(ol) {
  margin: 0 0 32px;
}
.site-main .page-content > *:not(.custom-block):is(ol) li {
  counter-increment: orderedListCounter;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71717a;
  position: relative;
  padding: 0 0 0 26px;
  margin: 0 0 5px;
}
.site-main .page-content > *:not(.custom-block):is(ol) li b,
.site-main .page-content > *:not(.custom-block):is(ol) li strong {
  font-weight: 600;
}
.site-main .page-content > *:not(.custom-block):is(ol) li:before {
  content: counter(orderedListCounter) ".";
  position: absolute;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #71717a;
  left: 0;
  top: 0px;
}
.site-main .page-content > *:not(.custom-block):is(ol) li a {
  color: #c52126;
  border-bottom: 1px solid #c52126;
}
.site-main .page-content > *:not(.custom-block):is(ol) li a:hover {
  border-color: transparent;
}
.site-main .page-content > *:not(.custom-block):is(.btns-wrapper) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
@media (max-width: 991px) {
  .site-main .page-content > *:not(.custom-block):is(.btns-wrapper) {
    margin: 0;
  }
}
.site-main .page-content > *:not(.custom-block):is(.btns-wrapper) .btn {
  margin: 0 10px;
  min-height: 58px;
}
@media (max-width: 991px) {
  .site-main .page-content > *:not(.custom-block):is(.btns-wrapper) .btn {
    width: 100%;
    min-height: 44px;
    margin: 5px 0;
  }
}
.site-main .page-content > *:not(.custom-block) .wp-block-button__link,
.site-main .page-content > *:not(.custom-block) .wp-element-button {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background: #264071;
  border: 1px solid #264071;
  border-radius: 100px;
  height: initial;
  min-height: 58px;
}
@media (max-width: 991px) {
  .site-main .page-content > *:not(.custom-block) .wp-block-button__link,
  .site-main .page-content > *:not(.custom-block) .wp-element-button {
    min-height: 40px;
    font-size: 16px;
    padding: 5px 20px;
    margin: 5px 0;
  }
}
.site-main .page-content > *:not(.custom-block) .wp-block-button__link svg,
.site-main .page-content > *:not(.custom-block) .wp-element-button svg {
  display: block;
  margin: 0 0 0 8px;
}
.site-main .page-content > *:not(.custom-block) .wp-block-button__link svg path,
.site-main .page-content > *:not(.custom-block) .wp-element-button svg path {
  transition: 0.3s all ease;
}
.site-main .page-content > *:not(.custom-block) .wp-block-button__link:hover,
.site-main .page-content > *:not(.custom-block) .wp-element-button:hover {
  background: transparent;
  text-decoration: none;
  color: #264071;
  border-color: #264071;
}
.site-main .page-content > *:not(.custom-block) .wp-block-button__link:hover svg path,
.site-main .page-content > *:not(.custom-block) .wp-element-button:hover svg path {
  stroke: #264071;
}
.site-main .page-content > *:not(.custom-block) .wp-block-button__link:focus,
.site-main .page-content > *:not(.custom-block) .wp-element-button:focus {
  outline: none;
}
.site-main .page-content > *:not(.custom-block) .wp-block-button__link:focus-visible,
.site-main .page-content > *:not(.custom-block) .wp-element-button:focus-visible {
  background: transparent;
  text-decoration: none;
  color: #264071;
  border-color: #264071;
}
.site-main .page-content > *:not(.custom-block) .wp-block-button__link:focus-visible svg path,
.site-main .page-content > *:not(.custom-block) .wp-element-button:focus-visible svg path {
  stroke: #264071;
}
.site-main .page-content > *:not(.custom-block):is(img), .site-main .page-content > *:not(.custom-block):is(figure) img {
  max-width: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .site-main .page-content > *:not(.custom-block):is(img), .site-main .page-content > *:not(.custom-block):is(figure) img {
    display: block;
    max-height: 400px;
  }
}

.el-tab {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #18181b;
  background: #f4f4f5;
  padding: 16px 24px;
  border-left: 4px solid #264071;
  margin: 24px 0 12px;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 991px) {
  .el-tab {
    font-size: 18px;
    padding: 14px 18px;
  }
}

.site-main .page-content .hero {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 6% 2rem;
  padding-right: 35%;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .site-main .page-content .hero {
    min-height: 400px;
    padding: 3rem 1.5rem;
  }
}
.site-main .page-content .hero > figure.wp-block-image:first-child {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}
.site-main .page-content .hero > figure.wp-block-image:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 0;
  margin: 0;
}
.site-main .page-content .hero > * {
  position: relative;
  z-index: 2;
  color: #fff;
  margin: 0.5rem 0;
}
.site-main .page-content .hero > p:first-of-type:not(h1 + p) {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  max-width: 66%;
  font-size: 72px;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 991px) {
  .site-main .page-content .hero > p:first-of-type:not(h1 + p) {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .site-main .page-content .hero > p:first-of-type:not(h1 + p) {
    max-width: 100%;
  }
}
.site-main .page-content .hero > p {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.15;
}
@media (max-width: 1440px) {
  .site-main .page-content .hero > p {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .site-main .page-content .hero > p {
    font-size: 48px;
    line-height: 1;
  }
}
.site-main .page-content .hero > p:last-of-type a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  background: #c52126;
  border: 1px solid #c52126;
  border-radius: 100px;
  padding: 12px 30px;
  min-height: 58px;
  text-decoration: none;
  transition: 0.3s all ease;
  text-transform: initial;
}
.site-main .page-content .hero > p:last-of-type a:hover {
  background: transparent;
  color: #fff;
  border-color: #c52126;
}
@media (max-width: 991px) {
  .site-main .page-content .hero > p:last-of-type a {
    min-height: 44px;
    font-size: 16px;
    padding: 8px 20px;
  }
}
.site-main .page-content .hero > figure.wp-block-image:last-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48%;
  z-index: 1;
  margin: 0;
  -webkit-mask-image: linear-gradient(to right, transparent, black 55px);
  mask-image: linear-gradient(to right, transparent, black 55px);
}
.site-main .page-content .hero > figure.wp-block-image:last-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .site-main .page-content .hero > figure.wp-block-image:last-child {
    display: none;
  }
}

.bluesky-trust-badges > div {
  background-color: #efefed !important;
}

footer {
  border-top: 4px solid #232325;
  margin: 40px 0 0 0;
}
@media (max-width: 991px) {
  footer {
    margin: 20px 0 0 0;
    border-top: none;
  }
}
footer .footer-top {
  padding: 37px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1141px) {
  footer .footer-top {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  footer .footer-top {
    display: block;
  }
}
footer .footer-top .footer-left {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% - 300px);
}
@media (max-width: 1141px) {
  footer .footer-top .footer-left {
    width: calc(100% - 265px);
  }
}
@media (max-width: 991px) {
  footer .footer-top .footer-left {
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  footer .footer-top .footer-left .footer-logo {
    width: 100%;
    margin: 0 0 48px;
  }
}
footer .footer-top .footer-left .footer-logo a {
  display: block;
}
footer .footer-top .footer-left .footer-logo a:hover {
  opacity: 0.7;
}
footer .footer-top .footer-left .footer-logo a img {
  display: block;
  width: 130px;
  min-width: 130px;
  object-fit: contain;
}
@media (max-width: 1141px) {
  footer .footer-top .footer-left .footer-logo a img {
    width: 110px;
    min-width: 110px;
  }
}
@media (max-width: 991px) {
  footer .footer-top .footer-left .footer-logo a img {
    width: 130px;
    min-width: 130px;
  }
}
footer .footer-top .footer-left .footer-menu {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% - 177px);
  margin: 0;
}
@media (max-width: 1141px) {
  footer .footer-top .footer-left .footer-menu {
    width: calc(100% - 130px);
  }
}
@media (max-width: 991px) {
  footer .footer-top .footer-left .footer-menu {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
  }
}
footer .footer-top .footer-left .footer-menu .footer-menu--item {
  width: 100%;
}
@media (max-width: 991px) {
  footer .footer-top .footer-left .footer-menu .footer-menu--item {
    max-width: initial;
    width: calc(50% - 10px);
    margin: 0;
  }
}
footer .footer-top .footer-left .footer-menu .footer-menu--item h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #18181b;
  text-align: left;
  text-transform: none;
  margin: 0 0 10px;
}
@media (max-width: 1141px) {
  footer .footer-top .footer-left .footer-menu .footer-menu--item h2 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  footer .footer-top .footer-left .footer-menu .footer-menu--item h2 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  footer .footer-top .footer-left .footer-menu .footer-menu--item ul {
    margin: 0 0 40px;
  }
}
footer .footer-top .footer-left .footer-menu .footer-menu--item ul li {
  margin: 0 0 4px;
}
@media (max-width: 1141px) {
  footer .footer-top .footer-left .footer-menu .footer-menu--item ul li {
    margin: 0 0 8px;
  }
}
@media (max-width: 991px) {
  footer .footer-top .footer-left .footer-menu .footer-menu--item ul li {
    margin: 0 0 12px;
  }
}
footer .footer-top .footer-left .footer-menu .footer-menu--item ul li:nth-last-child(1) {
  margin: 0;
}
footer .footer-top .footer-left .footer-menu .footer-menu--item ul li a {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #71717a;
}
@media (max-width: 1141px) {
  footer .footer-top .footer-left .footer-menu .footer-menu--item ul li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  footer .footer-top .footer-left .footer-menu .footer-menu--item ul li a {
    font-size: 16px;
  }
}
footer .footer-top .footer-left .footer-menu .footer-menu--item ul li a:hover {
  color: #264071;
}
footer .footer-top .footer-socials {
  width: 100%;
  max-width: 280px;
}
@media (max-width: 1141px) {
  footer .footer-top .footer-socials {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  footer .footer-top .footer-socials {
    max-width: 100%;
    padding: 48px 0 0 0;
    border-top: 1px solid #e4e4e7;
  }
}
footer .footer-top .footer-socials ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  footer .footer-top .footer-socials ul {
    justify-content: flex-start;
  }
}
footer .footer-top .footer-socials ul li {
  margin: 0 0 0 16px;
}
@media (max-width: 991px) {
  footer .footer-top .footer-socials ul li {
    margin: 0 16px 0 0;
  }
}
footer .footer-top .footer-socials ul li a {
  display: block;
}
footer .footer-top .footer-socials ul li a:hover {
  opacity: 0.7;
}
footer .footer-top .footer-socials ul li a img {
  display: block;
  width: 24px;
  min-width: 24px;
}
footer .footer-top .footer-socials p {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
  color: #000;
}
@media (max-width: 1141px) {
  footer .footer-top .footer-socials p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  footer .footer-top .footer-socials p {
    font-size: 16px;
    text-align: left;
  }
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 0;
  border-top: 1px solid #f4f4f5;
}
@media (max-width: 991px) {
  footer .footer-bottom {
    border-top: none;
    display: block;
  }
}
footer .footer-bottom ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  footer .footer-bottom ul {
    display: block;
    margin: 0 0 32px;
  }
}
footer .footer-bottom ul li {
  margin: 0 24px 0 0;
}
@media (max-width: 991px) {
  footer .footer-bottom ul li {
    margin: 0 0 16px;
  }
}
footer .footer-bottom ul li a {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #71717a;
}
@media (max-width: 1141px) {
  footer .footer-bottom ul li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  footer .footer-bottom ul li a {
    font-size: 16px;
  }
}
footer .footer-bottom ul li a:hover {
  color: #264071;
}
footer .footer-bottom p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
  color: #71717a;
}
@media (max-width: 1141px) {
  footer .footer-bottom p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  footer .footer-bottom p {
    text-align: left;
    font-size: 16px;
  }
}

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