@charset "UTF-8";
/**
* @license
*
* Font Family: Satoshi
* Designed by: Deni Anggara
* URL: https://www.fontshare.com/fonts/satoshi
* © 2024 Indian Type Foundry
*
* Satoshi Light
* Satoshi LightItalic
* Satoshi Regular
* Satoshi Italic
* Satoshi Medium
* Satoshi MediumItalic
* Satoshi Bold
* Satoshi BoldItalic
* Satoshi Black
* Satoshi BlackItalic
* Satoshi Variable (Variable font)
* Satoshi VariableItalic (Variable font)

*
*/
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Light.woff2") format("woff2"), url("../fonts/Satoshi-Light.woff") format("woff"), url("../fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-LightItalic.woff2") format("woff2"), url("../fonts/Satoshi-LightItalic.woff") format("woff"), url("../fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Italic.woff2") format("woff2"), url("../fonts/Satoshi-Italic.woff") format("woff"), url("../fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("../fonts/Satoshi-MediumItalic.woff") format("woff"), url("../fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("../fonts/Satoshi-BoldItalic.woff") format("woff"), url("../fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Black.woff2") format("woff2"), url("../fonts/Satoshi-Black.woff") format("woff"), url("../fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("../fonts/Satoshi-BlackItalic.woff") format("woff"), url("../fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: "Satoshi-Variable";
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2"), url("../fonts/Satoshi-Variable.woff") format("woff"), url("../fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("../fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("../fonts/Satoshi-VariableItalic.woff") format("woff"), url("../fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
*, *::before, *::after {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #FFFFFF;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: Satoshi, sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1, .h1 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.2;
  margin: 0 0 24px;
}
@media (max-width: 1399px) {
  h1, .h1 {
    font-size: 2.5rem;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 0 24px;
}
@media (max-width: 1399px) {
  h2, .h2 {
    font-size: 2.25rem;
    margin: 0 0 20px;
  }
}

h3, .h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 24px;
}
@media (max-width: 1399px) {
  h3, .h3 {
    font-size: 1.5rem;
    margin: 0 0 20px;
  }
}

h4, .h4 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 16px;
}
@media (max-width: 1399px) {
  h4, .h4 {
    font-size: 1.25rem;
    margin: 0 0 12px;
  }
}

h5, .h5 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  h5, .h5 {
    margin: 0 0 12px;
    font-size: 1.125rem;
  }
}

h6, .h6 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 16px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 72px;
  font-weight: 400;
  overflow-x: hidden;
}
@media (max-width: 1399px) {
  body {
    padding-top: 64px;
  }
}

.hidden {
  display: none;
}

@media (max-width: 1399px) {
  .hidden-lg {
    display: none;
  }
}

@media (max-width: 991px) {
  .hidden-md {
    display: none;
  }
}

@media (max-width: 767px) {
  [data-entrance] {
    visibility: visible;
    opacity: 1 !important;
    transform: none !important;
  }
}

[data-entrance=left] {
  transform: translate(-50px, 0px);
  opacity: 0;
}

[data-entrance=left].has-animated {
  transform: translate(0px, 0px);
  opacity: 1;
}

[data-entrance=right] {
  transform: translate(50px, 0px);
  opacity: 0;
}

[data-entrance=right].has-animated {
  transform: translate(0px, 0px);
  opacity: 1;
}

[data-entrance=top] {
  transform: translate(0px, -50px);
  opacity: 0;
}

[data-entrance=top].has-animated {
  transform: translate(0px, 0px);
  opacity: 1;
}

[data-entrance=bottom] {
  transform: translate(0px, 50px);
  opacity: 0;
}

[data-entrance=bottom].has-animated {
  transform: translate(0px, 0px);
  opacity: 1;
}

a, .link {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s linear;
  cursor: pointer;
}
a:hover, a:focus, .link:hover, .link:focus {
  color: rgb(34, 162, 242);
  outline: none;
}

p {
  margin: 0;
}

* + p {
  margin-top: 16px;
}

.link--arrow:hover, .link--arrow:focus {
  border-color: transparent;
  color: rgb(34, 162, 242);
}
.link--arrow:hover svg, .link--arrow:focus svg {
  transform: translateX(4px);
  animation: move-arrow 0.7s ease-in-out infinite;
}
.link--arrow:hover path, .link--arrow:focus path {
  fill: currentColor;
}
.link--arrow svg {
  margin-left: 10px;
}
.link--arrow path {
  transition: fill 0.2s ease-in-out;
}
.link--link-color {
  border-bottom: 1px solid transparent;
  color: rgb(34, 162, 242);
}
.link--link-color:hover, .link--link-color:focus {
  border-color: currentColor;
}
.link--underline {
  border-bottom: 1px solid currentColor;
}
.link--underline-hover:hover {
  border-bottom: 1px solid currentColor;
}
.link--hover-black:hover, .link--hover-black:focus {
  color: #000000;
}

@keyframes move-arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
ul, .ul {
  margin: 32px 0;
  padding: 0;
  list-style: none;
}
ul li, .ul li {
  position: relative;
  display: block;
  padding-left: 28px;
}
ul li::before, .ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 14px;
  height: 12px;
  background: url("../images/icons/icon-list.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
ul li + li, .ul li + li {
  margin-top: 16px;
}
ul.ul--white li::before, .ul.ul--white li::before {
  background-image: url("../images/icons/icon-list-white.svg");
}
ul.ul--bullet-top li::before, .ul.ul--bullet-top li::before {
  top: 0;
  transform: none;
}

ol {
  margin: 32px 0;
  padding-left: 16px;
}
ol li {
  padding-left: 5px;
}
ol li + li {
  margin-top: 16px;
}

.h1--big {
  font-size: 5rem;
}
@media (max-width: 1399px) {
  .h1--big {
    font-size: 3.75rem;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .h1--big {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .h1--big {
    font-size: 2.5rem;
  }
}

.h2--sm {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .h2--sm {
    font-size: 2rem;
  }
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6,
* + .h1, * + .h2, * + .h3, * + .h4, * + .h5, * + .h6 {
  margin-top: 32px;
}

blockquote {
  margin: 32px 0;
  border-left: 0.1875rem solid rgb(34, 162, 242);
  padding: 16px 24px;
}

.block {
  padding: 112px 0;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .block {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  .block {
    background-image: none !important;
  }
}
.block--dark {
  background-color: rgb(238, 238, 238);
}
.block--light {
  background-color: rgb(248, 248, 248);
}
.block--invert {
  background-color: rgb(17, 17, 17);
  color: #FFFFFF;
}
.block--invert .upheader {
  color: #FFFFFF;
}
.block--color-invert {
  background-color: rgb(34, 162, 242);
  color: #FFFFFF;
}
.block--color-invert .upheader {
  color: #FFFFFF;
}
.block--blue-gradient {
  background-color: rgb(17, 17, 17);
  background: linear-gradient(0deg, rgba(24, 116, 162, 0.94) 0%, rgba(32, 153, 213, 0.94) 100%);
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .block--blue-gradient {
    background: linear-gradient(0deg, rgba(24, 116, 162, 0.94) 0%, rgba(32, 153, 213, 0.94) 100%) !important;
  }
}
@media (max-width: 767px) {
  .block--dark-sm-none {
    background: transparent;
  }
}
.block--p-xs {
  padding: 24px 0;
}
.block--p-small {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .block--p-small {
    padding: 35px 0;
  }
}
.block--p-medium {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .block--p-medium {
    padding: 48px 0;
  }
}
.block--p-large {
  padding: 200px 0;
}
@media (min-width: 1900px) {
  .block--p-large {
    padding: 15vw 0;
  }
}
@media (max-width: 767px) {
  .block--p-large {
    padding: 48px 0;
  }
}
.block--p0 {
  padding-top: 0;
  padding-bottom: 0;
}
.block--pt0 {
  padding-top: 0;
}
.block--pb0 {
  padding-bottom: 0;
}
.block--video {
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 52vw;
  background: rgb(34, 162, 242);
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1352px;
}
@media (max-width: 1399px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 704px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.text-center {
  text-align: center;
}
@media (max-width: 767px) {
  .text-center--sm-left {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .text-center-sm {
    text-align: center;
  }
}

.text-right {
  text-align: right;
}

.thin-wrapper {
  margin: 0 auto;
  max-width: 768px;
}
.thin-wrapper--left {
  margin: 0;
}
.thin-wrapper--mt {
  margin-top: 96px;
}
@media (max-width: 991px) {
  .thin-wrapper--mt {
    margin-top: 64px;
  }
}

b,
.text-bold {
  font-weight: 700;
}

.text-error {
  color: rgb(237, 13, 13);
}

.text-success {
  color: rgb(23, 176, 23);
}

.text-highlight {
  color: rgb(34, 162, 242);
}

.text-small {
  font-size: 0.875rem;
}

.text-tiny {
  font-size: 0.75rem;
}

.upheader {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 16px;
  color: rgb(34, 162, 242);
}
@media (max-width: 767px) {
  .upheader {
    margin-bottom: 12px;
  }
}
.upheader--big {
  font-size: 1.5rem;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .upheader--big {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}
.upheader + h1, .upheader + h2, .upheader + h3, .upheader + h4, .upheader + h5, .upheader + h6,
.upheader + .h1, .upheader + .h2, .upheader + .h3, .upheader + .h4, .upheader + .h5, .upheader + .h6 {
  margin-top: 0;
}

.subheader {
  font-size: 1.125rem;
  margin: 0;
}
@media (max-width: 1399px) {
  .subheader {
    font-size: 1rem;
  }
}
.subheader--thin {
  max-width: 576px;
}
.subheader + .subheader {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .subheader + .subheader {
    margin-bottom: 16px;
  }
}
.subheader--mb {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .subheader--mb {
    margin-bottom: 24px;
  }
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  background-color: transparent;
  height: 48px;
  line-height: 47px;
  padding: 0 24px;
  font-weight: 400;
  font-size: 1rem;
  border-radius: 100px;
  border: 1px solid #000000;
  color: #000000;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.btn:hover, .btn:focus, .btn:active {
  outline: none;
  color: #FFFFFF;
  background-color: rgb(0, 110, 211);
  border-color: rgb(0, 110, 211);
}
.btn--sm {
  padding: 0 20px;
  height: 40px;
  line-height: 39px;
}
@media (max-width: 991px) {
  .btn--sm {
    height: 32px;
    line-height: 31px;
  }
}
.btn--full {
  width: 100%;
}
.btn--invert {
  background-color: #000000;
  color: #FFFFFF;
}
.btn--invert:hover {
  background-color: rgb(0, 110, 211);
  border-color: rgb(0, 110, 211);
}
.btn--light {
  border-color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
}
.btn--light:hover {
  background-color: rgb(0, 110, 211);
  border-color: rgb(0, 110, 211);
}
.btn--blue {
  background-color: rgb(34, 162, 242);
  border-color: rgb(34, 162, 242);
  color: #FFFFFF;
}
.btn--blue:hover {
  background-color: rgb(0, 110, 211);
  border-color: rgb(0, 110, 211);
}
.btn--blue-invert {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: rgb(34, 162, 242);
}
.btn--blue-invert:hover {
  background-color: rgb(0, 110, 211);
  border-color: rgb(0, 110, 211);
  color: #FFFFFF;
}
.btn--dark-invert {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000;
}
.btn--dark-invert:hover {
  background-color: rgb(0, 110, 211);
  border-color: rgb(0, 110, 211);
  color: #FFFFFF;
}
.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.dropdown {
  position: relative;
}
@media (max-width: 991px) {
  .dropdown {
    text-align: center;
  }
}
.dropdown--open .dropdown__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .dropdown--open .dropdown__menu {
    display: block;
    position: static;
    padding: 8px;
  }
}
.dropdown--open .dropdown__icon {
  transform: rotate(-180deg);
}
.dropdown__menu {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(10px);
  background-color: #FFFFFF;
  padding: 10px 0 12px;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .dropdown__menu {
    transition: none;
    transform: none;
    display: none;
    box-shadow: none;
  }
}
.dropdown__item {
  display: block;
  padding: 6px 8px;
  margin: 0 8px;
  border-radius: 5px;
  white-space: nowrap;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: none;
}
.dropdown__item:hover {
  border-color: transparent;
  background: rgb(34, 162, 242);
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .dropdown__item {
    white-space: normal;
    line-height: 1.2;
  }
}
.dropdown__icon {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.2s ease-in-out;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin: 0 0 32px;
}
.breadcrumb li + li {
  margin-top: 0;
}
.breadcrumb li:after {
  content: "";
  display: inline-block;
  position: relative;
  background: url("../images/icons/arrow.svg") no-repeat;
  width: 0.8em;
  height: 0.6em;
  transform: rotate(270deg);
  background-size: contain;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.breadcrumb li:last-child:after {
  display: none;
}

.buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
@media (max-width: 1399px) {
  .buttons-wrapper {
    margin-top: 24px;
  }
}
.buttons-wrapper--pt {
  margin-top: 64px;
}
@media (max-width: 1399px) {
  .buttons-wrapper--pt {
    margin-top: 40px;
  }
}
.buttons-wrapper--pt-small {
  margin-top: 24px;
}
.buttons-wrapper--center {
  justify-content: center;
}

.pagination-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin: 32px 0;
}

.bg-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgb(238, 238, 238);
  border-radius: 40px;
}
@media (max-width: 767px) {
  .bg-box {
    display: none;
  }
}

.col-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  height: 115%;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 40px;
}
@media (max-width: 767px) {
  .col-bg {
    display: none;
  }
}

.pos-relative {
  position: relative;
}

.text-no-wrap {
  white-space: nowrap;
}

.logos {
  display: none;
  margin-top: 32px;
}
.logos.swiper-initialized {
  display: block;
}
.logos .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}
.logos .swiper-slide {
  width: auto;
  max-width: 230px;
}
.logos .swiper-slide img, .logos .swiper-slide svg {
  max-width: 230px;
  max-height: 70px;
  filter: grayscale(100%);
}

.video-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.video-bg video {
  opacity: 0.27;
  opacity: 0.4;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(0);
}

.card--full-h {
  height: 100%;
}
.card--thin {
  padding: 0 8px;
}
@media (max-width: 1399px) {
  .card--thin {
    padding: 0;
  }
}
.card--bg {
  background-color: rgb(238, 238, 238);
  border-radius: 20px;
  padding: 32px;
}
.card--link {
  display: block;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}
.card--link:hover {
  color: inherit;
  transform: scale(1.02);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.card__icon {
  margin-bottom: 16px;
}
.card__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgb(208, 225, 236);
}
.card__img {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .card__img {
    margin-bottom: 16px;
  }
}
.card__img img {
  border-radius: 10px;
}
.card__title {
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .card__title {
    margin-bottom: 12px;
  }
}
.card__title--big {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .card__title--big {
    margin-bottom: 20px;
  }
}
.card__text {
  margin: 0;
}
.card__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 24px;
}

.icon-wrap {
  font-size: 0;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .icon-wrap {
    margin-bottom: 24px;
  }
}
.icon-wrap--md {
  margin-bottom: 16px;
}
.icon-wrap + h1, .icon-wrap + h2, .icon-wrap + h3, .icon-wrap + h4, .icon-wrap + h5, .icon-wrap + h6,
.icon-wrap + .h1, .icon-wrap + .h2, .icon-wrap + .h3, .icon-wrap + .h4, .icon-wrap + .h5, .icon-wrap + .h6 {
  margin-top: 0;
}

.img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.img-wrapper a {
  font-size: 0;
}
.img-wrapper img {
  border-radius: 0;
}

.steps__item {
  display: flex;
  margin-top: 16px;
  min-height: 120px;
}
.steps__item:first-child {
  margin-top: 0;
}
.steps__item:last-child {
  min-height: auto;
}
.steps__item:last-child .steps__icon::before {
  content: none;
}
.steps__item:last-child .steps__content {
  padding-bottom: 0;
}
.steps__icon {
  position: relative;
  flex-shrink: 0;
  margin-right: 40px;
}
.steps__icon::before {
  position: absolute;
  content: "";
  width: 2px;
  top: 57px;
  bottom: 0;
  left: 50%;
  background-color: #000000;
}
.steps__content {
  padding-bottom: 32px;
}

.review--center {
  max-width: 768px;
  margin: 0 auto;
}
.review__stars {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .review__stars {
    margin-bottom: 24px;
  }
}
.review__text {
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .review__text {
    margin: 0 0 24px;
  }
}
.review__info {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .review__info {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
.review__info--center {
  justify-content: center;
}
@media (max-width: 767px) {
  .review__info--center {
    align-items: center;
  }
}
.review__person {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .review__person {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.review__person--center {
  align-items: center;
}
.review__photo {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.review__photo-img {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
}
.review__name {
  font-weight: 600;
}
.review__logo {
  position: relative;
  font-size: 0;
  padding: 20px 0 20px 20px;
}
@media (max-width: 767px) {
  .review__logo {
    padding: 0;
  }
}
.review__logo::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .review__logo::before {
    content: none;
  }
}
.review__logo img, .review__logo svg {
  max-width: 150px;
  max-height: 80px;
}
.review--vertical .review__info {
  flex-direction: column;
  align-items: flex-start;
}
.review--vertical .review__person {
  flex-direction: column;
  align-items: flex-start;
}
.review--vertical .review__logo {
  padding: 0;
}

.accordeon__item {
  border-top: 1px solid #000000;
}
.accordeon__item:last-child {
  border-bottom: 1px solid #000000;
}
.accordeon__head {
  position: relative;
  padding: 22px 0;
  cursor: pointer;
}
.accordeon__title {
  font-weight: 700;
  font-size: 1.125rem;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .accordeon__title {
    font-size: 1rem;
  }
}
.accordeon__icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.accordeon svg {
  transform: rotate(0);
  transition: all 0.2s linear;
}
.accordeon__content {
  display: none;
  padding-bottom: 22px;
}
.accordeon__item--open svg {
  transform: rotate(-180deg);
}

.faq {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .faq {
    margin: 48px 0;
  }
}

.reviews-slider {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .reviews-slider {
    padding-bottom: 0;
    padding-top: 80px;
  }
  .reviews-slider .swiper-button-next,
  .reviews-slider .swiper-button-prev {
    top: 0;
    bottom: auto;
  }
  .reviews-slider .swiper-horizontal > .swiper-pagination-bullets,
  .reviews-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .reviews-slider .swiper-pagination-custom, .reviews-slider .swiper-pagination-fraction {
    bottom: auto;
    top: 12px;
  }
}
.reviews-slider__slide {
  background-color: #FFFFFF;
}

.reviews-center-slider {
  padding-bottom: 48px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.swiper-button-next,
.swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 48px;
  height: 48px;
  margin-top: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(34, 162, 242);
  border-radius: 50%;
  outline: none;
  transition: all 0.2s linear;
}
.swiper-button-next--center,
.swiper-button-prev--center {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next:focus,
.swiper-button-prev:focus {
  border-color: rgb(0, 110, 211);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}
@media (max-width: 991px) {
  .swiper-button-next--hide-md,
  .swiper-rtl .swiper-button-prev--hide-md {
    display: none;
  }
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: auto;
  right: 64px;
}
.swiper-button-prev--center, .swiper-rtl .swiper-button-next--center {
  left: 0;
}
@media (max-width: 991px) {
  .swiper-button-prev--hide-md, .swiper-rtl .swiper-button-next--hide-md {
    display: none;
  }
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: auto;
  height: auto;
}

.swiper-button-next path,
.swiper-button-prev path {
  transition: all 0.2s linear;
  fill: rgb(34, 162, 242);
}

.swiper-button-next:hover path,
.swiper-button-prev:hover path,
.swiper-button-next:focus path,
.swiper-button-prev:focus path {
  fill: rgb(0, 110, 211);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 5px;
  top: auto;
  left: 0;
  width: auto;
}

.swiper-horizontal > .swiper-pagination--center,
.swiper-pagination--center.swiper-pagination-horizontal {
  left: 50%;
  transform: translateX(-50%);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(204, 204, 204);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: rgb(34, 162, 242);
}

.slider--arrows {
  padding-bottom: 100px;
}
@media (max-width: 1399px) {
  .slider--arrows {
    padding-bottom: 80px;
  }
}
.slider--arrows + .buttons-wrapper {
  margin-top: -48px;
}
.slider--arrows + .buttons-wrapper .btn {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .slider--arrows + .buttons-wrapper {
    justify-content: flex-start;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.row--pt {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .row--pt {
    padding-top: 48px;
  }
}
.row--pt-medium {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .row--pt-medium {
    padding-top: 32px;
  }
}
.row--pt-small {
  padding-top: 24px;
}
.row--mb {
  margin-bottom: -48px;
}
.row--mb > .col {
  margin-bottom: 48px;
}
.row--mb-medium {
  margin-bottom: -24px;
  margin-left: -12px;
  margin-right: -12px;
}
.row--mb-medium > .col {
  margin-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
}

.row-align-center {
  align-items: center;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.col-img {
  font-size: 0;
}
@media (max-width: 767px) {
  .col-img {
    order: 1;
    margin-top: 48px;
  }
}
.col-img img {
  position: relative;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .col-sm-order {
    order: 1;
  }
}

.col-right-wrapper {
  padding-left: 24px;
}
@media (max-width: 1399px) {
  .col-right-wrapper {
    padding-left: 0;
  }
}
.col-right-wrapper ul {
  font-weight: 700;
}

.col-left-wrapper {
  padding-right: 24px;
}
@media (max-width: 1399px) {
  .col-left-wrapper {
    padding-right: 0;
  }
}
.col-left-wrapper ul {
  font-weight: 700;
}

.col-wrapper-height {
  min-height: 640px;
}
@media (max-width: 1399px) {
  .col-wrapper-height {
    min-height: auto;
  }
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (max-width: 1399px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (max-width: 991px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (max-width: 767px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (max-width: 767px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
}
.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: rgb(49, 47, 47);
  color: #FFFFFF;
  display: flex;
  border-bottom: 1px solid #000000;
}
@media (max-width: 1399px) {
  .navbar {
    display: block;
  }
}
.navbar .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 72px;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 1399px) {
  .navbar .container {
    height: 64px;
  }
}
.navbar__collapse {
  flex-grow: 0;
  position: relative;
}
@media (max-width: 991px) {
  .navbar__collapse {
    pointer-events: none;
    position: fixed;
    width: 100vw;
    top: 64px;
    right: -105%;
    bottom: 0;
    background: rgb(49, 47, 47);
    transition: right 0.3s ease-in-out;
  }
}
.navbar__toggler {
  display: none;
  background: transparent;
  border: 0;
  padding: 14px;
}
@media (max-width: 991px) {
  .navbar__toggler {
    display: block;
    margin-right: -8px;
  }
}
.navbar__logo {
  width: 170px;
}
@media (max-width: 1399px) {
  .navbar__logo {
    width: 135px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .navbar__logo {
    width: 105px;
    margin-top: 2px;
  }
}
@media (max-width: 359px) {
  .navbar__logo {
    width: 105px;
  }
}
.navbar__logo-link {
  font-size: 0;
  border: 0;
}
.navbar__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1399px) {
  .navbar__buttons {
    gap: 8px;
  }
}
.navbar--open .navbar__collapse {
  pointer-events: auto;
  right: 0;
}
.navbar--open .nav__icon span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.navbar--open .nav__icon span:nth-child(2) {
  transform: rotate(45deg);
}
.navbar--open .nav__icon span:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar--open .nav__icon span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.navbar .dropdown__menu {
  background-color: rgb(49, 47, 47);
}

.nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
@media (max-width: 991px) {
  .nav {
    flex-direction: column;
    padding-bottom: 16px;
    overflow: auto;
    max-height: 100%;
    font-size: 1.25rem;
  }
}
.nav__item {
  padding: 8px 16px;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .nav__item {
    padding: 8px 10px;
  }
}
.nav__item::before {
  content: none;
}
.nav__link {
  font-size: 16px;
}
.nav__link.dropdown__toggle {
  border: 0;
}
@media (max-width: 991px) {
  .nav__link {
    font-size: 1.25rem;
  }
}
.nav__link .dropdown__icon {
  margin-bottom: 2px;
}
.nav__icon {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.nav__icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.nav__icon span:nth-child(1) {
  top: 0px;
}
.nav__icon span:nth-child(2), .nav__icon span:nth-child(3) {
  top: 8px;
}
.nav__icon span:nth-child(4) {
  top: 16px;
}

.login-link {
  font-size: 0;
  display: none;
}
@media (max-width: 991px) {
  .login-link {
    display: inline-block;
  }
}

@media (max-width: 359px) {
  .login-link-desktop {
    display: none;
  }
}

.login-link-mobile {
  font-size: 0;
  display: none;
}
@media (max-width: 359px) {
  .login-link-mobile {
    display: inline-block;
  }
}

.lang-menu {
  text-transform: uppercase;
}

.form__line {
  display: flex;
  width: 100%;
  gap: 16px;
}
@media (max-width: 767px) {
  .form__line {
    flex-wrap: wrap;
  }
  .form__line--sm-nowrap {
    flex-wrap: nowrap;
  }
}
.form__line + .form__line {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .form__line + .form__line {
    margin-top: 16px;
  }
}
.form__line--wrap {
  flex-wrap: wrap;
}
.form--hidden {
  opacity: 0;
  pointer-events: none;
}

.input-wrap {
  position: relative;
}
.input-wrap--wide {
  width: 100%;
}
@media (max-width: 767px) {
  .input-wrap--wide-sm {
    width: 100%;
  }
}

input, .input {
  padding: 0 16px;
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: 1rem;
  width: 100%;
  height: 48px;
  color: #000000;
  font-family: inherit;
  line-height: 1.5;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  transition: all 0.2s linear;
  background-color: transparent;
}
input:active, input:focus, .input:active, .input:focus {
  border-color: rgb(34, 162, 242);
}

textarea {
  resize: none;
  width: 100%;
  min-height: 100px;
  padding: 10px 16px;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #000000;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  transition: all 0.2s linear;
  background-color: transparent;
}
textarea:active, textarea:focus {
  border-color: rgb(34, 162, 242);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(102, 102, 102);
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgb(102, 102, 102);
}

:-ms-input-placeholder { /* IE 10+ */
  color: rgb(102, 102, 102);
}

:-moz-placeholder { /* Firefox 18- */
  color: rgb(102, 102, 102);
}

select, .select {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  padding-right: 40px;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #000000;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  transition: all 0.2s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(../images/icons/arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 13px 10px;
}
select:active, select:focus, .select:active, .select:focus {
  border-color: rgb(34, 162, 242);
}
select + .select-icon, .select + .select-icon {
  position: absolute;
  right: 16px;
  bottom: 20px;
}
select + .select-icon path, .select + .select-icon path {
  fill: currentColor;
  transition: all 0.2s linear;
}
select:focus + .select-icon, .select:focus + .select-icon {
  color: rgb(34, 162, 242);
}
select option, .select option {
  color: #000000;
}

.label {
  display: block;
  margin-bottom: 5px;
}

.form-success {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px;
}
.form-success__icon {
  margin-bottom: 16px;
}
.form-success__icon path {
  fill: rgb(23, 176, 23);
}
.form-success__message {
  font-size: 1.5rem;
}

.form-error {
  margin-bottom: 24px;
  color: rgb(237, 13, 13);
  font-size: 1.25rem;
}

.field-error {
  border-color: rgb(237, 13, 13);
}

.checkbox__label, .radiobox__label {
  cursor: pointer;
}
.checkbox__input, .radiobox__input {
  display: none;
}
.checkbox__input:checked + .checkbox__icon, .radiobox__input:checked + .checkbox__icon {
  background-color: rgb(34, 162, 242);
  border-color: rgb(34, 162, 242);
  background-image: url(../images/icons/check-white.svg);
  background-repeat: no-repeat;
  background-size: 75% auto;
  background-position: center 0.4em;
}
.checkbox__input:checked + .radiobox__icon, .radiobox__input:checked + .radiobox__icon {
  background-color: #FFFFFF;
  border-color: rgb(34, 162, 242);
  border-width: 0.47em;
}
.checkbox__input:disabled + .checkbox__icon, .checkbox__input:disabled + .radiobox__icon, .radiobox__input:disabled + .checkbox__icon, .radiobox__input:disabled + .radiobox__icon {
  opacity: 0.2;
  pointer-events: none;
  cursor: default;
}
.checkbox__icon, .radiobox__icon {
  display: inline-block;
  vertical-align: top;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #000000;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.checkbox__text, .radiobox__text {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  max-width: calc(100% - 2em - 8px);
}

.radiobox__icon {
  border-radius: 50%;
}

.footer__logo-wrap {
  margin-bottom: 24px;
}
.footer__logo {
  width: 155px;
}
.footer__links {
  margin-left: 100px;
}
@media (max-width: 1399px) {
  .footer__links {
    margin-left: 32px;
  }
}
@media (max-width: 991px) {
  .footer__links {
    margin-left: 0;
  }
}
.footer__bottom {
  font-size: 0.875rem;
  margin-top: 80px;
  padding-top: 32px;
  border-top: 1px solid #000000;
}
@media (max-width: 991px) {
  .footer__bottom {
    margin-top: 48px;
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .footer__copyright {
    margin-top: 32px;
  }
}

.newsletter__title {
  margin-bottom: 24px;
}
.newsletter__agreement {
  font-size: 0.75rem;
  margin-top: 16px;
}

.links__item {
  padding: 8px 0;
  font-size: 0.875rem;
}
.links__link {
  display: inline-flex;
  align-items: center;
}
.links__link:hover path {
  fill: rgb(34, 162, 242);
}
.links__icon {
  margin-right: 12px;
}
.links path {
  transition: fill 0.2s linear;
}

.inline-links {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
@media (max-width: 767px) {
  .inline-links {
    flex-direction: column;
    gap: 16px;
  }
}

.chat-btn {
  position: fixed;
  bottom: 0;
  right: 1em;
  height: 2.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1.1em;
  min-width: 14em;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chat-btn-icon {
  margin-right: 5px;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .flex-center {
    gap: 16px;
  }
}
.flex-center h3 {
  margin-bottom: 0;
  font-size: 32px;
}
@media (max-width: 767px) {
  .flex-center h3 {
    font-size: 24px;
  }
}
.flex-center .btn {
  font-size: 24px;
}
@media (max-width: 767px) {
  .flex-center .btn {
    font-size: 18px;
  }
}