:root {
  --color-primary: #1d2f5d;
  --color-secondary: #2ca6df;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-dark: #222222;
  --color-gray: #b0b0b0;
  --color-light: #f4f4f4;
  --color-red: #ff2e39;
  --color-default: #8d8c8c;
  --color-border: #24386b;
  --rgb-primary: 29, 47, 93;
  --rgb-secondary: 44, 166, 223;
  --rgb-white: 255, 255, 255;
  --rgb-black: 0, 0, 0;
  --rgb-dark: 23, 27, 29;
  --rgb-gray: 128, 130, 135;
  --rgb-light: 243, 246, 245;
  --rgb-default: 141, 140, 140;
  --rgb-border: 216, 216, 215;
  --color-invalid: #de4747;
  --color-valid: #15803d;
  --color-facebook: #3b5998;
  --color-twitter: #1da1f2;
  --color-youtube: #cd201f;
  --gutter-xs: 6px;
  --gutter-sm: 12px;
  --gutter-default: 16px;
  --gutter-lg: 24px;
  --gutter-xl: 36px;
  --gutter-xxl: 48px;
  --gutter-lg-section: 60px;
  --gutter-xl-section: 72px;
  --finger-size-lg: 24px;
  --finger-size-default: 36px;
  --finger-size-xl: 42px;
  --finger-size-xxl: 48px;
  --font-primary: "Onest", sans-serif;
  --font-secondary: "Poppins", sans-serif;
  --font-size-default: 1rem;
  --font-size-xxl: 2rem;
  --font-size-xl: 1.5rem;
  --font-size-lg: 1.125rem;
  --font-size-md: 1rem;
  --font-size-sm: 0.938rem;
  --font-size-xs: 0.875rem;
  --font-size-x: 0.75rem;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 600;
  --border-radius-default: 16px;
  --border-radius: var(--border-radius-default);
  --border-radius-xs: 3px;
  --border-radius-sm: 6px;
  --border-radius-md: 12px;
  --border-radius-lg: 24px;
  --border-default: 1px solid rgba(var(--rgb-dark), 0.2);
  --border-default-hover: rgba(var(--rgb-dark), 0.4);
  --box-shadow-default: 0 0 36px 0 rgb(var(--rgb-primary));
  --transition-default: all 300ms ease-in-out;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

h1 {
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

img {
  vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
  margin: 0;
}

button,
fieldset,
iframe {
  border: 0;
}

fieldset,
ul,
ol,
button,
menu {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

textarea {
  resize: vertical;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0;
}

*:focus {
  outline: none;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(var(--rgb-light), 0.5);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(var(--rgb-light), 0.5);
}

:-ms-input-placeholder {
  opacity: 1;
  color: rgba(var(--rgb-light), 0.5);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(var(--rgb-light), 0.5);
}

::-moz-selection {
  color: var(--color-white);
  background-color: var(--color-secondary);
}

::selection {
  color: var(--color-white);
  background-color: var(--color-secondary);
}

html,
body {
  min-height: 100vh;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  color: var(--color-dark);
  font-size: 16px;
  font-weight: var(--font-weight-regular);
  font-family: var(--font-primary);
  position: relative;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-fixed {
  overflow: hidden;
}
body.is-fixed .nav-toggle span {
  color: var(--color-light) !important;
}

a {
  transition: 0.15s;
  text-decoration: none;
}

address {
  font-style: normal;
}

.main {
  flex: 1 0 auto;
}

.ps-relative {
  position: relative;
}

.logo {
  display: inline-block;
}

.preloader {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background-color: var(--color-primary);
  transition: var(--transition-default);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1019;
}
.preloader.current {
  opacity: 1;
  overflow: auto;
  visibility: visible;
}
.preloader-circle, .preloader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.preloader-circle, .preloader-line-mask {
  margin-top: -60px;
  margin-left: -60px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.preloader-circle {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.preloader-line {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}
.preloader-line-mask {
  width: 60px;
  height: 120px;
  overflow: hidden;
  animation: rotate 1.2s infinite linear;
  transform-origin: 60px 60px;
}
.preloader-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  bottom: 0;
  left: -132px;
  z-index: -1;
}
@media (min-width: 992px) {
  .preloader-bg {
    width: 890px;
    height: 986px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader [not-existing] {
  zoom: 1;
}

@keyframes heart-pulse {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.outer {
  position: relative;
}
.outer:before {
  display: block;
  content: "";
  width: 100%;
}

.inner,
.aspect-ratio {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inner {
  background-position: center center;
  background-repeat: no-repeat;
}

.aspect-ratio {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1400px) {
  .container-fluid {
    max-width: 2640px;
  }
}
@media (min-width: 1400px) {
  .container-large {
    max-width: 1720px !important;
  }
}

[data-anim-item] {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
}

[data-anim-item] {
  transition: none;
}

.title {
  display: block;
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
}
@media (min-width: 768px) {
  .title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .title {
    font-size: 36px;
    line-height: 48px;
  }
}
.title_light {
  color: var(--color-light);
}

.subtitle {
  display: block;
  color: var(--color-dark);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

.description {
  color: var(--color-gray);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .description {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  .description {
    font-size: 21px;
    line-height: 30px;
  }
}

.cover {
  margin-bottom: 36px;
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cover {
    margin-bottom: 48px;
    border-radius: 36px;
  }
}

.sticky-element {
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}

.bg-pattern {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*
.preloader {
  background: rgb(252, 194, 15);
  background: linear-gradient(
    45deg,
    rgba(252, 194, 15, 1) 0%,
    rgba(225, 31, 38, 1) 25%,
    rgba(157, 28, 32, 1) 50%,
    rgba(83, 16, 11, 1) 75%,
    rgba(4, 7, 7, 1) 100%
  );
}

.preloader {
  align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader-spinner {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  animation: spinner 1s infinite linear;border-top-color: rgba(255, 255, 255, 0.5);
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

.preloader-wrapper {
  display: flex;
  align-items: center;
  width: 132px;
  height: 132px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--color-two);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.preloader-marquee {
  display: flex;
  width: 300px;
  overflow: hidden;
  user-select: none;
  gap: 12px;
  transform: skew(0deg);
}

.preloader-marquee_box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 12px;
  animation: scroll 4s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .preloader-marquee_box {
    animation-play-state: paused;
  }
}

.preloader-marquee_box img {
  max-width: clamp(10rem, 1rem + 28vmin, 20rem);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - 12px));
  }
}
*/
