/* Color */ /* Bootstrap 5 Breakpoints */ /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

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

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

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

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

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@font-face {
  font-family: "inter-black";
  src: url("../../fonts/inter-black.eot"); /* IE9 Compat Modes */
  src: url("../../fonts/inter-black.woff2") format("woff2"), url("../../fonts/inter-black.woff") format("woff"), url("../../fonts/inter-black.ttf") format("truetype"), url("../../fonts/inter-black.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "inter-light";
  src: url("../../fonts/inter-light.eot"); /* IE9 Compat Modes */
  src: url("../../fonts/inter-light.woff2") format("woff2"), url("../../fonts/inter-light.woff") format("woff"), url("../../fonts/inter-light.ttf") format("truetype"), url("../../fonts/inter-light.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "calibri-regular";
  src: url("../../fonts/calibri-regular"); /* IE9 Compat Modes */
  src: url("../../fonts/calibri-regular.woff2") format("woff2"), url("../../fonts/calibri-regular.woff") format("woff"), url("../../fonts/calibri-regular.ttf") format("truetype"), url("../../fonts/calibri-regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1, h3 {
  text-transform: uppercase;
}

h1, h2 {
  margin: 0;
  font-family: "inter-black";
  font-size: 68px;
  line-height: 68px;
  color: #00335c;
}

h3 {
  margin: 0;
  font-family: "inter-black";
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 40px;
}

h4 {
  margin: 0;
  font-family: "inter-light";
}

ul, ol {
  font-family: "calibri-regular";
  font-size: 16px;
  line-height: 18.4px;
  margin-top: 0;
}

p {
  margin: 0;
  font-family: "calibri-regular";
  font-size: 16px;
  color: #00111f;
  margin-bottom: 40px;
}
p.intro {
  font-size: 42px;
  margin-bottom: 80px;
}
p.intro2 {
  font-size: 28px;
  line-height: 36px;
}

.konli h1, .konli h2 {
  color: #009edb;
}

@media (max-width: 1400px) {
  h1, h2 {
    font-size: 52px;
    line-height: 52px;
  }
  h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  p.intro {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
@media (max-width: 828px) {
  h1, h2 {
    margin: 0 30px;
  }
  p.intro {
    margin: 0 30px;
    margin-bottom: 60px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  h1, h2 {
    text-align: center;
    font-size: 42px;
    line-height: 42px;
  }
  p.intro {
    font-size: 28px;
    margin-bottom: 35px;
  }
  p.intro2 {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (max-width: 650px) {
  h1, h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
.icon {
  max-height: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 80px;
}

.content_status {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  z-index: 10;
}
.content_status .item {
  height: 20px;
  margin-bottom: 100px;
  display: block;
  cursor: pointer;
  position: relative;
}
.content_status .item:before {
  height: 16px;
  width: 16px;
  content: "";
  display: inline-block;
  border: 2px solid #fff;
  float: left;
}
.content_status .item span {
  display: none;
  text-transform: uppercase;
  font-family: "inter-black";
  font-size: 10px;
  line-height: 20px;
  height: 20px;
  color: #00335c;
  background-color: #fff;
  padding-right: 10px;
  padding-left: 0;
  margin-left: -10px;
  float: left;
  z-index: 1;
}
.content_status .item.active span, .content_status .item:hover span {
  display: inline-block;
}
.content_status .item.active:before, .content_status .item:hover:before {
  background-color: #fff;
}
.content_status .item:last-of-type {
  margin-bottom: 0;
}
.content_status .item.bg_white span {
  color: #fff;
  background-color: #00335c;
}
.content_status .item.bg_white:before {
  border: 2px solid #00335c;
}
.content_status .item.bg_white.active span, .content_status .item.bg_white:hover span {
  display: inline-block;
}
.content_status .item.bg_white.active:before, .content_status .item.bg_white:hover:before {
  background-color: #00335c;
}
@media (max-width: 1080px) {
  .content_status {
    top: auto;
    padding-top: 50px;
    padding-bottom: 30px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 28px;
    width: 100%;
    text-align: center;
    background: #00335c;
    background: linear-gradient(0deg, #00335c 30%, rgba(0, 51, 92, 0) 100%);
  }
  .content_status.bg_white {
    background: #fff;
    background: linear-gradient(0deg, white 30%, rgba(255, 255, 255, 0) 100%);
  }
  .content_status .item {
    display: inline-block;
    margin-bottom: 0;
    height: 28px;
    margin-right: 10px;
  }
  .content_status .item:last-of-type {
    margin-right: 0;
  }
  .content_status .item:before {
    height: 20px;
    width: 20px;
    content: "";
    display: inline-block;
    border: 4px solid #fff;
  }
  .content_status .item span {
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    padding-right: 14px;
    margin-left: -14px;
  }
  .content_status .item.bg_white:before {
    border: 4px solid #00335c;
  }
}
@media (max-width: 575px) {
  .content_status {
    display: none;
  }
}
@media (max-width: 320px) {
  .content_status .item {
    margin-right: 4px;
  }
  .content_status .item:last-of-type {
    margin-right: 0;
  }
}

.konli .content_status .item span {
  color: #009edb;
}
.konli .content_status .item.bg_white span {
  background-color: #009edb;
  color: #fff;
}
.konli .content_status .item.bg_white:before {
  border: 2px solid #009edb;
}
.konli .content_status .item.bg_white.active:before, .konli .content_status .item.bg_white:hover:before {
  background-color: #009edb;
}
@media (max-width: 1080px) {
  .konli .content_status .item.bg_white span {
    color: #fff;
  }
  .konli .content_status .item.bg_white:before {
    border: 4px solid #009edb;
  }
}

.show-1440 {
  display: none;
}

@media (max-width: 1440px) {
  .hide-1440 {
    display: none;
  }
  .show-1440 {
    display: block;
  }
}
.lightbox {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  text-align: center;
}
.lightbox img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lightbox .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
}
.lightbox .prev, .lightbox .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  z-index: 1000;
}
.lightbox .prev {
  left: 10px;
}
.lightbox .next {
  right: 10px;
}

.c-primary {
  color: #00335c;
}

.c-secondary {
  color: #00111f;
}

.c-white {
  color: #fff;
}

.c-black {
  color: #000;
}

a {
  color: #00335c;
}
a.active, a:hover {
  color: #00111f;
}

.bg-primary {
  background-color: #00335c;
}

.bg-grad-up {
  background: linear-gradient(0deg, #00111f 0%, #00335c 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.bg-grad-down {
  background: linear-gradient(0deg, #00335c 0%, #00111f 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.bg-ultra-light-gray {
  background-color: #f7f8f8;
}

.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary p, .bg-primary a, .bg-primary ul, .bg-primary ol, .bg-grad-up h1, .bg-grad-up h2, .bg-grad-up h3, .bg-grad-up h4, .bg-grad-up p, .bg-grad-up a, .bg-grad-up ul, .bg-grad-up ol, .bg-grad-down h1, .bg-grad-down h2, .bg-grad-down h3, .bg-grad-down h4, .bg-grad-down p, .bg-grad-down a, .bg-grad-down ul, .bg-grad-down ol {
  color: #fff;
}
.bg-primary hr, .bg-grad-up hr, .bg-grad-down hr {
  background-color: #fff;
}
.bg-primary a.active, .bg-primary a:hover, .bg-grad-up a.active, .bg-grad-up a:hover, .bg-grad-down a.active, .bg-grad-down a:hover {
  color: #464646;
}

.white ul, .white ol {
  color: #000;
}
.white .btn {
  background-color: #00335c;
  color: #fff;
}

.konli .c-primary {
  color: #009edb;
}
.konli .c-secondary {
  color: #096489;
}
.konli a {
  color: #009edb;
}
.konli a.active, .konli a:hover {
  color: #096489;
}
.konli .bg-primary {
  background-color: #009edb;
}
.konli .bg-grad-up {
  background: linear-gradient(0deg, #096489 0%, #009edb 100%);
}
.konli .bg-grad-down {
  background: linear-gradient(0deg, #009edb 0%, #096489 100%);
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

@media (max-width: 1024px) {
  .mt-40 {
    margin-top: 25px !important;
  }
  .mb-40 {
    margin-bottom: 25px !important;
  }
  .ml-40 {
    margin-left: 25px !important;
  }
  .mr-40 {
    margin-right: 25px !important;
  }
}
.columns {
  display: grid;
  grid-gap: 50px;
}
.columns.col-2 {
  grid-template-columns: 1fr 1fr;
}
.columns.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.columns.col-32 {
  grid-template-columns: 3fr 2fr;
}
.columns.col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 828px) {
  .columns {
    grid-gap: 30px;
  }
}

hr {
  height: 10px;
  background: #00335c;
  border: 0;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 828px) {
  hr {
    margin: 80px 30px;
  }
}
@media (max-width: 767px) {
  hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  hr {
    height: 6px;
  }
}

section {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.presentation-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  section.presentation-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  section.presentation-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
section.presentation-section.top_zero {
  padding-top: 0;
}

.boxes-section .columns.boxes .column {
  margin-bottom: 80px;
}
.boxes-section .columns.boxes .column p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 828px) {
  .boxes-section .intro-content {
    margin: 0 30px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .boxes-section .columns.boxes .column {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .boxes-section .columns {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .boxes-section .columns.boxes .column {
    margin-bottom: 0;
  }
  .boxes-section .columns.boxes .column p {
    text-align: center;
  }
  .boxes-section .columns.boxes .column p:last-of-type {
    margin-bottom: 40px;
  }
}

.boxes-style1 .box {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: 1fr 1fr;
}
.boxes-style1 .box img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.boxes-style1 .box .content {
  background: linear-gradient(90deg, #00335c 0%, #00111f 100%);
}
.boxes-style1 .box .content .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 50px 0; /* Adjust these values to control the size and direction of the triangle */
  border-color: transparent #00335c transparent transparent; /* Adjust the last color to change the triangle color */
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}
.boxes-style1 .box .content div {
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.boxes-style1 .box.reverse img {
  order: 2;
}
.boxes-style1 .box.reverse .content {
  background: linear-gradient(90deg, #00111f 0%, #00335c 100%);
  order: 1;
}
.boxes-style1 .box.reverse .content .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 50px; /* Adjust these values to control the size and direction of the triangle */
  border-color: transparent transparent transparent #00335c; /* Adjust the last color to change the triangle color */
  left: auto;
  right: -50px;
}
@media (max-width: 1440px) {
  .boxes-style1 .box .content .inner {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
  .boxes-style1 .box .content .inner h3, .boxes-style1 .box .content .inner p {
    margin-bottom: 20px;
  }
}
@media (max-width: 828px) {
  .boxes-style1 {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .boxes-style1 .box {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
  .boxes-style1 .box:last-of-type {
    margin-bottom: 0;
  }
  .boxes-style1 .box .content {
    height: 400px;
    width: 100%;
    position: relative;
    background: linear-gradient(0deg, #00335c 0%, #00111f 100%);
  }
  .boxes-style1 .box .content .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 50px;
    border-color: transparent transparent #00111f transparent;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .boxes-style1 .box.reverse .content {
    order: 2;
    background: linear-gradient(0deg, #00335c 0%, #00111f 100%);
  }
  .boxes-style1 .box.reverse .content .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 50px;
    border-color: transparent transparent #00111f transparent;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .boxes-style1 .box.reverse img {
    order: 1;
  }
}
@media (max-width: 575px) {
  .boxes-style1 .box img {
    max-height: 275px;
  }
  .boxes-style1 .box .content {
    height: 275px;
  }
  .boxes-style1 .box .content .inner {
    left: unset;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}

.boxes-style2 {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}
.boxes-style2 .box {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: 1fr;
}
.boxes-style2 .box img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.boxes-style2 .box .content {
  background: #f7f8f8;
  height: 400px;
}
.boxes-style2 .box .content .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 50px; /* Reversed values for an upward-pointing triangle */
  border-color: transparent transparent #f7f8f8 transparent;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.boxes-style2 .box .content div {
  max-width: 400px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.boxes-style2 .box .content div h3, .boxes-style2 .box .content div p {
  color: #00335c;
}
.boxes-style2 .box.reverse img {
  order: 2;
}
.boxes-style2 .box.reverse .content {
  order: 1;
}
.boxes-style2 .box.reverse .content .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px; /* Reversed values for a downward-pointing triangle */
  border-color: #f7f8f8 transparent transparent transparent; /* Reversed values for color */
  top: auto;
  bottom: -50px;
}
@media (max-width: 1400px) {
  .boxes-style2 .box .content .inner {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 828px) {
  .boxes-style2 {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .boxes-style2 {
    grid-template-columns: 1fr;
  }
  .boxes-style2 .box {
    margin-bottom: 30px;
  }
  .boxes-style2 .box:last-of-type {
    margin-bottom: 0;
  }
  .boxes-style2 .box.reverse img {
    order: 1;
  }
  .boxes-style2 .box.reverse .content {
    order: 2;
  }
  .boxes-style2 .box.reverse .content .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 50px; /* Reversed values for an upward-pointing triangle */
    border-color: transparent transparent #f7f8f8 transparent;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 575px) {
  .boxes-style2 .box img {
    max-height: 275px;
  }
  .boxes-style2 .box .content {
    height: 275px;
  }
  .boxes-style2 .box .content .inner {
    left: unset;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}

.about-us p {
  color: #464646;
}
.about-us .col-32 img {
  width: 100%;
  height: auto;
}
.about-us .col-32 h3 {
  text-transform: none;
  color: #00111f;
  font-size: 48px;
  line-height: 56px;
}
.about-us .col-32 p {
  font-size: 28px;
  line-height: 36px;
}
.about-us .col-32 .content {
  top: 50%;
  transform: translateY(-50%);
}
.about-us .col-3 img {
  margin-bottom: 80px;
}
.about-us .col-3 h3 {
  text-transform: uppercase;
  color: #00335c;
  font-size: 36px;
  margin-bottom: 0;
}
.about-us .col-3 h4 {
  text-transform: uppercase;
  color: #00111f;
  font-size: 24px;
  line-height: 24px;
  margin-top: 4px;
  margin-bottom: 40px;
}
.about-us .col-3 p {
  font-size: 18px;
  line-height: 24px;
}
.about-us .col-2 p {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1400px) {
  .about-us .col-32 h3 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 828px) {
  .about-us .columns {
    margin: 0 30px;
    width: calc(100% - 60px);
  }
  .about-us .col-3 h3 {
    font-size: 28px;
  }
  .about-us .col-3 h4 {
    font-size: 21px;
    line-height: 21px;
  }
  .about-us .col-3 p {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .about-us .col-32, .about-us .col-3 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .about-us hr:first-of-type {
    margin-bottom: 35px;
  }
  .about-us .col-32 .content {
    top: unset;
    transform: none;
  }
  .about-us .col-32 h3 {
    text-align: center;
    margin-bottom: 25px;
  }
  .about-us .col-32 p {
    text-align: center;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 35px;
  }
  .about-us .col-3 .column {
    margin-bottom: 80px;
  }
  .about-us .col-3 .column:last-of-type {
    margin-bottom: 0;
  }
  .about-us .col-3 p:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .about-us .col-32 h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .about-us .col-3 img, .about-us .col-3 .column {
    margin-bottom: 40px;
  }
}

.contact {
  padding-bottom: 80px;
}
.contact p {
  margin-bottom: 0;
}
.contact .locations {
  grid-template-columns: 2fr 1fr;
}
.contact .locations b {
  font-family: "inter-black";
  text-decoration: underline;
}
.contact.bg-ultra-light-gray h3 {
  color: #00335c;
}
.contact footer p {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact footer p:first-of-type {
  margin-top: 60px;
}
.contact footer p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact footer p {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .contact footer p {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .contact .phone-email, .contact .locations {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 828px) {
  .contact .columns {
    margin: 0 30px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .contact .columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .contact .icon {
    margin-bottom: 40px;
  }
}

.konli hr {
  background: #009edb;
}
.konli .boxes-style1 .box .content {
  background: linear-gradient(90deg, #009edb 0%, #096489 100%);
}
.konli .boxes-style1 .box .content .triangle {
  border-color: transparent #009edb transparent transparent; /* Adjust the last color to change the triangle color */
}
.konli .boxes-style1 .box.reverse .content {
  background: linear-gradient(90deg, #096489 0%, #009edb 100%);
}
.konli .boxes-style1 .box.reverse .content .triangle {
  border-color: transparent transparent transparent #009edb; /* Adjust the last color to change the triangle color */
}
.konli .boxes-style2 .box .content div h3, .konli .boxes-style2 .box .content div p {
  color: #009edb;
}
.konli .about-us .col-32 h3 {
  color: #096489;
}
.konli .about-us .col-3 h3 {
  color: #009edb;
}
.konli .about-us .col-3 h4 {
  color: #096489;
}
.konli .about-us.bg-grad-up .col-32 h3 {
  color: #fff;
}
.konli .about-us.bg-grad-up .col-32 p {
  color: #fff;
}
.konli .about-us.bg-grad-up .col-3 h3, .konli .about-us.bg-grad-up .col-2 h3 {
  color: #fff;
}
.konli .about-us.bg-grad-up .col-3 h4, .konli .about-us.bg-grad-up .col-2 h4 {
  color: #fff;
}
.konli .about-us.bg-grad-up .col-3 p, .konli .about-us.bg-grad-up .col-2 p {
  color: #fff;
}
.konli .contact.bg-ultra-light-gray h3 {
  color: #009edb;
}

.show-mobile {
  display: none;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}
.table {
  display: table;
  width: 100%;
}
.table.table-2col .t_col {
  width: 50%;
}
.table .t_head, .table .t_foot {
  display: table-row;
  font-weight: bold;
}
.table .t_col {
  display: table-cell;
}
.table .t_row {
  width: 100%;
  display: table-row;
}
.table .t_head {
  position: relative;
}
.table .t_head:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00335c;
}
.table .t_head .t_col {
  padding-bottom: 5px;
  text-align: center;
}
.table .t_head .t_col:first-of-type {
  text-align: left;
}
.table .t_head .t_col:last-of-type {
  text-align: right;
}
.table .t_body {
  display: table-row-group;
}
.table .t_body .t_col {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.table .t_body .t_col:first-of-type {
  text-align: left;
}
.table .t_body .t_col:last-of-type {
  text-align: right;
}
.table .t_foot {
  position: relative;
}
.table .t_foot:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00335c;
}
.table .t_foot .t_col {
  padding-top: 8px;
  text-align: center;
}
.table .t_foot .t_col:first-of-type {
  text-align: left;
}
.table .t_foot .t_col:last-of-type {
  text-align: right;
}

.presentation {
  padding: 50px;
}
.presentation .gallery.col-2-1 {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 2fr 1fr;
}
.presentation .gallery.col-2-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.presentation .gallery.col-2-1 .images-2 img {
  margin-bottom: 50px;
  height: 225px;
}
.presentation .gallery.col-2-1 .images-2 img:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .presentation .gallery.col-2-1 {
    grid-template-columns: 1fr;
    height: auto;
  }
}
@media (max-width: 575px) {
  .presentation .gallery.col-2-1 .image {
    display: none;
  }
  .presentation .gallery.col-2-1 .image:first-of-type {
    display: block;
  }
  .presentation .gallery.col-2-1.active .image {
    display: block;
  }
}
.presentation .gallery.col-1-1 {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 1fr;
}
.presentation .gallery.col-1-1 img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.presentation .gallery.col-1-1 .images-2 img {
  margin-bottom: 50px;
  height: 225px;
}
.presentation .gallery.col-1-1 .images-2 img:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1590px) {
  .presentation .gallery.col-1-1 .image img {
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  .presentation .gallery.col-1-1 .images-2 img, .presentation .gallery.col-1-1 .image img {
    min-height: unset;
    max-height: unset;
  }
  .presentation .gallery.col-1-1 .image {
    display: none;
  }
  .presentation .gallery.col-1-1 .image:first-of-type {
    display: block;
  }
  .presentation .gallery.col-1-1.active .image {
    display: block;
  }
}
.presentation .gallery.col-1-2-1 {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 2fr 1fr;
}
.presentation .gallery.col-1-2-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.presentation .gallery.col-1-2-1 .images-2 img {
  margin-bottom: 50px;
  height: 225px;
}
.presentation .gallery.col-1-2-1 .images-2 img:last-of-type {
  margin-bottom: 0;
}
.presentation .gallery.col-1-1-1 {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
}
.presentation .gallery.col-1-1-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (max-width: 1590px) {
  .presentation .gallery.col-1-1-1 .image img {
    height: 300px;
  }
}
.presentation .gallery.col-1-1-1 .images-2 img {
  margin-bottom: 50px;
  height: 225px;
}
.presentation .gallery.col-1-1-1 .images-2 img:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .presentation .gallery.col-1-1-1.col-md-1-1 {
    grid-template-columns: 1fr;
    height: auto;
  }
  .presentation .gallery.col-1-1-1.col-md-1-1 .images-2 img, .presentation .gallery.col-1-1-1.col-md-1-1 .image img {
    height: auto;
  }
}
.presentation .gallery .show-photos {
  margin-top: 25px;
  display: none;
}
.presentation .text p, .presentation .text h2, .presentation .text h3, .presentation .text h4, .presentation .text h5, .presentation .text h6 {
  color: #00335c;
}
.presentation .text.col-2 {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 1fr;
}
.presentation .text.col-2 div p:last-of-type {
  margin: 0;
}
.presentation.gallery-table-col2_text .table, .presentation.gallery-table-col2_text .text {
  margin-top: 50px;
}
.presentation.col2_text-table-gallery .table, .presentation.col2_text-table-gallery .gallery {
  margin-top: 50px;
}
.presentation.gallery_table_text-col2_text .text {
  margin-top: 50px;
}
.presentation.gallery_table_text-col2_text .col-3-1 {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 3fr 1fr;
}
.presentation.gallery_table_text-col2_text .col-3-1 .table {
  margin-top: 50px;
}
.presentation.gallery_table_text-col2_text .col-3-1 .text {
  margin-top: 0px;
}
.presentation.text_gallery_table-col2_text .text {
  margin-top: 50px;
}
.presentation.text_gallery_table-col2_text .col-1-3 {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 3fr;
}
.presentation.text_gallery_table-col2_text .col-1-3 .table {
  margin-top: 50px;
}
.presentation.text_gallery_table-col2_text .col-1-3 .text {
  margin-top: 0px;
}
.presentation.col2_text-gallery_table_text .col-3-1 {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 3fr 1fr;
  margin-top: 50px;
}
.presentation.col2_text-gallery_table_text .col-3-1 .table {
  margin-top: 50px;
}
.presentation.col2_text-gallery_table_text .col-3-1 .text {
  margin-top: 0px;
}
.presentation.col2_text-text_gallery_table .col-1-3 {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: 1fr 3fr;
  margin-top: 50px;
}
.presentation.col2_text-text_gallery_table .col-1-3 .table {
  margin-top: 50px;
}
.presentation.col2_text-text_gallery_table .col-1-3 .text {
  margin-top: 0px;
}
.presentation.white {
  background-color: #fff;
}
.presentation.white .text p, .presentation.white .text h2, .presentation.white .text h3, .presentation.white .text h4, .presentation.white .text h5, .presentation.white .text h6 {
  color: #000;
}
.presentation.bg-primary .text p, .presentation.bg-primary .text h2, .presentation.bg-primary .text h3, .presentation.bg-primary .text h4, .presentation.bg-primary .text h5, .presentation.bg-primary .text h6 {
  color: #fff;
}
.presentation.bg-primary .table {
  color: #fff;
}
.presentation.bg-primary .table .t_head:after {
  background-color: #fff;
}
.presentation.bg-primary .table .t_foot:after {
  background-color: #fff;
}
@media (max-width: 1590px) {
  .presentation .gallery.col-1-2-1 {
    grid-gap: 25px;
    height: 300px;
  }
  .presentation .gallery.col-1-2-1 img {
    height: 300px;
  }
  .presentation .gallery.col-1-2-1 .images-2 img {
    margin-bottom: 25px;
    height: 137.5px;
  }
  .presentation .gallery.col-1-2-1 .images-2 img:last-of-type {
    margin-bottom: 0;
  }
  .presentation .gallery.col-1-1-1 {
    grid-gap: 25px;
    height: 300px;
  }
  .presentation .gallery.col-1-1-1 .images-2 img {
    margin-bottom: 25px;
    height: 137.5px;
  }
  .presentation .gallery.col-1-1-1 .images-2 img:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 1440px) {
  .presentation {
    padding: 25px;
  }
  .presentation .gallery.col-1-2-1 .images-2 img {
    margin-bottom: 25px;
  }
  .presentation .gallery.col-1-2-1 .images-2 img:last-of-type {
    margin-bottom: 0;
  }
  .presentation .gallery.col-1-1-1 .images-2 img {
    margin-bottom: 25px;
  }
  .presentation .gallery.col-1-1-1 .images-2 img:last-of-type {
    margin-bottom: 0;
  }
  .presentation .text p, .presentation .text h2, .presentation .text h3, .presentation .text h4, .presentation .text h5, .presentation .text h6 {
    color: #00335c;
  }
  .presentation .text.col-2 {
    grid-gap: 25px;
  }
  .presentation .text.col-2 div p:last-of-type {
    margin: 0;
  }
  .presentation.gallery-table-col2_text .table, .presentation.gallery-table-col2_text .text {
    margin-top: 25px;
  }
  .presentation.col2_text-table-gallery .table, .presentation.col2_text-table-gallery .gallery {
    margin-top: 25px;
  }
  .presentation.gallery_table_text-col2_text .text {
    margin-top: 25px;
  }
  .presentation.gallery_table_text-col2_text .col-3-1 {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
  .presentation.gallery_table_text-col2_text .col-3-1 .table {
    margin-top: 25px;
  }
  .presentation.gallery_table_text-col2_text .col-3-1 .text {
    margin-top: 0px;
  }
  .presentation.text_gallery_table-col2_text .text {
    margin-top: 25px;
  }
  .presentation.text_gallery_table-col2_text .col-1-3 {
    grid-gap: 25px;
    grid-template-columns: 1fr;
  }
  .presentation.text_gallery_table-col2_text .col-1-3 .table {
    margin-top: 25px;
  }
  .presentation.text_gallery_table-col2_text .col-1-3 .text {
    margin-top: 0px;
  }
  .presentation.col2_text-gallery_table_text .col-3-1 {
    grid-gap: 25px;
    margin-top: 25px;
  }
  .presentation.col2_text-gallery_table_text .col-3-1 .table {
    margin-top: 25px;
  }
  .presentation.col2_text-gallery_table_text .col-3-1 .text {
    margin-top: 0px;
  }
  .presentation.col2_text-text_gallery_table .col-1-3 {
    grid-gap: 25px;
    margin-top: 25px;
  }
  .presentation.col2_text-text_gallery_table .col-1-3 .table {
    margin-top: 25px;
  }
  .presentation.col2_text-text_gallery_table .col-1-3 .text {
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .presentation {
    /* .gallery{
      &.col-1-2-1{
        height:250px;
        img{
          height:250px;
        }
        .images-2{
          img{
            margin-bottom:25px;
            height:calc(125px - 12.5px);
            &:last-of-type{
              margin-bottom:0;
            }
          }
        }
      }
      &.col-1-1-1{
        height:250px;
        .images-2{
          img{
            margin-bottom:25px;
            height:calc(125px - 12.5px);
            &:last-of-type{
              margin-bottom:0;
            }
          }
        }
      }
    }
    .text{
      p,h2,h3,h4,h5,h6{
        color:$primary;
      }
      &.col-2{
        grid-gap: 25px;
        div{
          p{
            &:last-of-type{
              margin:0;
            }
          }
        }
      }
    }
    &.gallery-table-col2_text{
      .table, .text{
        margin-top:25px;
      }
    }
    &.col2_text-table-gallery{
      .table, .gallery{
        margin-top:25px;
      }
    } */
    /*
    &.col2_text-gallery_table_text{
      .col-3-1{
        grid-gap: 25px;
        margin-top:25px;
        .table{
          margin-top:25px;
        }
        .text{
          margin-top:0px;
        }
      }
    }
    &.col2_text-text_gallery_table{
      .col-1-3{
        grid-gap: 25px;
        margin-top:25px;
        .table{
          margin-top:25px;
        }
        .text{
          margin-top:0px;
        }
      }
    } */
  }
  .presentation.gallery_table_text-col2_text .text {
    margin-top: 25px;
  }
  .presentation.gallery_table_text-col2_text .text p {
    margin-bottom: 25px;
  }
  .presentation.gallery_table_text-col2_text .col-3-1 {
    grid-template-columns: 1fr;
  }
  .presentation.text_gallery_table-col2_text .col-1-3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 828px) {
  .presentation {
    margin: 0 30px;
  }
}
@media (max-width: 575px) {
  .presentation.gallery_table_text-col2_text .gallery-table {
    order: 2;
  }
  .presentation.gallery_table_text-col2_text .gallery {
    height: auto;
    grid-template-columns: 1fr;
  }
  .presentation.gallery_table_text-col2_text .gallery .images-2 img {
    height: auto;
  }
  .presentation.text_gallery_table-col2_text .gallery {
    height: auto;
    grid-template-columns: 1fr;
  }
  .presentation.text_gallery_table-col2_text .gallery .images-2 img {
    height: auto;
  }
}

@media (max-width: 575px) {
  .presentation .gallery.col-1-1-1 {
    grid-gap: 0;
  }
  .presentation .gallery.col-1-1-1 img {
    display: none;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
  .presentation .gallery.col-1-1-1.type_a .images-2:first-of-type img {
    display: none;
  }
  .presentation .gallery.col-1-1-1.type_a .images-2:first-of-type img:first-of-type {
    display: block;
  }
  .presentation .gallery.col-1-1-1.type_b .image:first-of-type img {
    display: none;
  }
  .presentation .gallery.col-1-1-1.type_b .image:first-of-type img:first-of-type {
    display: block;
  }
  .presentation .gallery.active.col-1-1-1 {
    grid-gap: 0;
  }
  .presentation .gallery.active.col-1-1-1 img {
    display: block;
    margin-bottom: 25px !important;
  }
  .presentation .gallery.active.col-1-1-1 .images-2:first-of-type img {
    display: block;
  }
  .presentation .gallery .show-photos {
    display: block;
  }
}
@media (max-width: 1440px) {
  .contact2 .col-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .contact2 .col-4 {
    grid-template-columns: 1fr;
  }
}
.text-page h1, .text-page h2, .text-page h3, .text-page h4, .text-page h5, .text-page h6 {
  text-align: center;
  margin-bottom: 20px;
}
.text-page .text-center {
  text-align: center;
}
.text-page h1, .text-page h2, .text-page h3, .text-page h4, .text-page h5, .text-page h6, .text-page p, .text-page ul, .text-page ol {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.col-red {
  color: red;
}

#terms-of-service h2 {
  font-size: 36px;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.container.absolute {
  position: absolute;
}
.container.a-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1800px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1590px) {
  .container {
    max-width: 1000px;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 768px;
  }
}

.content {
  width: 100%;
  position: relative;
  z-index: 3;
}
.content.absolute {
  position: absolute;
}
.content.a-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0;
}
.header .bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0.6;
}
.header .logo {
  width: 100px;
  height: auto;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 4;
}
.header .logo img {
  width: 100%;
  height: auto;
}
.header .menu-toggle {
  width: 50px;
  height: 128px;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 4;
  padding-top: 39px;
  cursor: pointer;
}
.header .menu-toggle img {
  width: 100%;
  height: auto;
}
.header .container {
  height: 100%;
}
.header .container .content h1 {
  margin-bottom: 100px;
}
.header .container .content p {
  margin-bottom: 50px;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
}
.header .container .content p:last-of-type {
  margin-bottom: 0;
}
.header .container .content .buttons {
  margin-top: 50px;
}
.header .container .content .buttons .btn {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.header .container .content .buttons .btn br {
  display: none;
}
@media (max-width: 1440px) {
  .header .logo {
    width: 67px;
  }
}
@media (max-width: 1400px) {
  .header .container .content p {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (max-width: 1000px) {
  .header .logo {
    top: 30px;
    left: 30px;
  }
  .header .menu-toggle {
    width: 50px;
    height: 50px;
    top: 0;
    right: 30px;
    padding-top: 56px;
  }
  .header .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: calc(100% - 60px);
  }
  .header .container .content {
    width: calc(100% - 60px);
  }
  .header .container .content.a-center {
    left: unset;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .header .container .content h1 {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  .header .container .content .buttons {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
  .header .container .content .buttons .btn {
    line-height: 30px;
    padding-top: 10px;
    height: 70px;
  }
  .header .container .content .buttons .btn br {
    display: block;
  }
}
@media (max-width: 650px) {
  .header {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .header .container .content.a-center {
    position: relative;
    transform: none;
    top: unset;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .header .logo {
    width: 60px;
  }
  .header .menu-toggle {
    padding-top: 40px;
  }
  .header .container .content.a-center {
    padding-top: 146px;
  }
  .header .container .content .col-2 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .header .container .content .col-2 p {
    margin-bottom: 25px;
  }
  .header .container .content .col-2.buttons {
    margin-top: 25px;
  }
  .header .container .content .col-2 .btn {
    padding-top: 0;
    margin-bottom: 10px;
    height: 80px;
    line-height: 80px;
  }
  .header .container .content .col-2 .btn br {
    display: none;
  }
  .header .container .content .col-2 .btn:last-of-type {
    margin-bottom: 0;
  }
}
.header.small {
  height: 158px;
}
.header.small .logo {
  top: 30px;
  width: 78px;
}
.header.small .menu-toggle {
  width: 50px;
  height: 50px;
  top: 0;
  padding-top: 56px;
}
@media (max-width: 575px) {
  .header.small {
    height: 138px;
  }
  .header.small .logo {
    width: 60px;
  }
  .header.small .menu-toggle {
    padding-top: 47px;
  }
}
@media (max-height: 1024px) {
  .header .container .content h1 {
    margin-bottom: 50px;
    font-size: 48px;
    line-height: 48px;
    max-width: calc(100% - 200px);
    margin-left: 125px;
    margin-right: auto;
  }
  .header .container .content p {
    margin-bottom: 25px;
    font-size: 21px;
    line-height: 32px;
  }
  .header .container .content .buttons {
    margin-top: 25px;
    grid-gap: 25px;
  }
}
@media (max-height: 1024px) and (max-width: 1024px) {
  .header {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .header .content.a-center {
    position: relative;
    top: unset;
    left: unset;
    transform: none !important;
    margin: 0 auto;
  }
  .header .content.a-center h1 {
    padding-top: 200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .header .content.a-center .columns {
    padding-bottom: 100px;
  }
}
@media (max-height: 1024px) and (max-width: 650px) {
  .header .content.a-center h1 {
    padding-top: 0;
  }
  .header .content.a-center .columns {
    padding-bottom: 0;
  }
}

.konli .header .logo {
  top: 40px;
  width: unset;
  height: 78px;
}
.konli .header .logo img {
  height: 100%;
  width: auto;
}
@media (max-width: 575px) {
  .konli .header .logo {
    top: 39px;
    height: 60px;
  }
}
@media (max-width: 400px) {
  .konli .header .logo {
    top: 48px;
    height: 40px;
  }
}

.header.white {
  background-color: white;
}

.menu {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.menu.active {
  display: block;
}
.menu .logo {
  width: 100px;
  height: auto;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 4;
}
.menu .logo img {
  width: 100%;
  height: auto;
}
.menu .menu-close {
  width: 50px;
  height: 128px;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 4;
  padding-top: 39px;
  cursor: pointer;
}
.menu .menu-close img {
  width: 100%;
  height: auto;
}
.menu .container {
  height: 100%;
}
.menu .container .content {
  text-align: center;
}
.menu .container .content ul {
  padding-left: 0;
  list-style: none;
}
.menu .container .content ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #b2b2b2;
  font-family: "inter-black";
  font-size: 42px;
  line-height: 100px;
}
.menu .container .content ul li a:hover {
  text-decoration: underline;
}
.menu .container .content ul li a.active {
  color: #fff;
}
.menu .container .content ul li a.active:hover {
  text-decoration: none;
  cursor: default;
}
.menu .container .content.bottom {
  position: absolute;
  bottom: 0;
  padding-bottom: 80px;
}
.menu .container .content.bottom a {
  font-family: "calibri-regular";
  font-size: 18px;
  line-height: 36px;
  text-decoration: none;
  color: #b2b2b2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* &.left{
    float:left;
  }
  &.right{
    float:right;
  } */
}
.menu .container .content.bottom a:hover {
  text-decoration: underline;
}
.menu .container .content.bottom a.active {
  color: #fff;
}
.menu .container .content.bottom a.active:hover {
  text-decoration: none;
  cursor: default;
}
.menu .container .content.bottom a.uppercase {
  text-transform: uppercase;
}
.menu .container .content.bottom a:nth-of-type(3) {
  margin-right: 0;
}
.menu .container .content.bottom hr {
  background-color: #b2b2b2;
  height: 10px;
}
@media (max-width: 828px) {
  .menu .container .content.bottom hr {
    margin: 80px 0;
  }
}
.menu.bg-grad-up {
  background: linear-gradient(0deg, #00111f 30%, #00335c 100%);
}
.menu.white {
  background: #fff;
}
.menu.white .container {
  height: 100%;
}
.menu.white .container .content {
  text-align: center;
}
.menu.white .container .content ul {
  padding-left: 0;
  list-style: none;
}
.menu.white .container .content ul li a.active {
  color: #00335c;
}
.menu.white .container .content.bottom a.active {
  color: #00335c;
}
@media (max-width: 1000px) {
  .menu .logo {
    top: 30px;
    left: 30px;
  }
  .menu .menu-close {
    width: 50px;
    height: 50px;
    top: 0;
    right: 30px;
    padding-top: 42px;
  }
  .menu .container {
    max-width: 100%;
  }
  .menu .content.bottom {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 828px) {
  .menu .content.bottom {
    margin: 0;
  }
  .menu .container .content ul li a {
    font-size: 36px;
    line-height: 60px;
  }
  .menu .container .content.bottom a {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .menu .logo {
    width: 60px;
  }
  .menu .menu-close {
    padding-top: 47px;
  }
  .menu .container .content ul li a {
    font-size: 21px;
    line-height: 40px;
  }
  .menu .container .content.bottom {
    padding-bottom: 30px;
  }
  .menu .container .content.bottom a {
    font-family: "calibri-regular";
    font-size: 18px;
    line-height: 18px;
    margin-right: 10px;
  }
  .menu .container .content.bottom a:nth-of-type(3) {
    margin-right: 0;
  }
  .menu .container .content.bottom hr {
    height: 6px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.konli .menu .logo {
  top: 70px;
  width: unset;
  height: 78px;
}
.konli .menu .logo img {
  height: 100%;
  width: auto;
}
@media (max-width: 1000px) {
  .konli .menu .logo {
    top: 30px;
  }
}
@media (max-width: 575px) {
  .konli .menu .logo {
    top: 42px;
    height: 60px;
  }
}
@media (max-width: 400px) {
  .konli .menu .logo {
    top: 52px;
    height: 40px;
  }
}
.konli .menu.bg-grad-up.bg-grad-up {
  background: linear-gradient(0deg, #096489 30%, #009edb 100%);
}
.konli .menu.bg-grad-up.white .container .content ul li a.active {
  color: #009edb;
}
.konli .menu.bg-grad-up.white .container .content.bottom a.active {
  color: #009edb;
}

@media (max-height: 1030px) {
  .menu .container .content.bottom {
    padding-bottom: 40px;
  }
  .menu .container .content.bottom hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .menu .container .content ul li a {
    line-height: 80px;
  }
}
@media (max-height: 768px) {
  .menu .container .content.bottom {
    padding-bottom: 20px;
  }
  .menu .container .content.bottom hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .menu .container .content ul li a {
    line-height: 60px;
    font-size: 36px;
  }
}
@media (max-height: 600px) {
  .menu .container .content.bottom {
    padding-bottom: 20px;
  }
  .menu .container .content.bottom hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .menu .container .content ul li a {
    font-size: 21px;
    line-height: 40px;
  }
}
.btn {
  padding-left: 40px;
  padding-right: 40px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-family: "inter-black";
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s ease-in;
  background-color: #fff;
  color: #00335c;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
.btn:hover {
  background-color: #e6e6e6;
}
.btn.btn-primary {
  color: #fff;
  font-size: 16px;
  background-color: #00335c;
}
.btn.btn-primary:hover {
  background-color: #001729;
}
@media (max-width: 1440px) {
  .btn {
    height: 60px;
    line-height: 60px;
  }
}

.konli .btn {
  color: #009edb;
}
.konli .btn.btn-primary {
  color: #fff;
  background-color: #009edb;
}
.konli .btn.btn-primary:hover {
  background-color: #0079a8;
}

/* .safari{
  &.tablet,.mobile{
    .content_status .item span{
      bottom:9px;
    }
  }
} */
.fixed-header {
  padding-top: 158px;
}
.fixed-header .header {
  position: fixed;
  top: 0;
  z-index: 999;
  transition: height 0.6s ease-in;
}
.fixed-header .header .logo {
  transition: all 0.6s ease-in;
}
.fixed-header .header .logo img {
  transition: all 0.6s ease-in;
}
.fixed-header .header .menu-toggle {
  transition: all 0.6s ease-in;
}
.fixed-header .header.smaller {
  height: 80px;
}
.fixed-header .header.smaller .logo {
  top: -10px;
  left: 10px;
  transform: scale(0.43555);
}
.fixed-header .header.smaller .logo img {
  height: 100%;
  width: auto;
}
.fixed-header .header.smaller .menu-toggle {
  padding-top: 18px;
}

@media (max-width: 575px) {
  .fixed-header {
    padding-top: 138px;
  }
  .fixed-header .header.small {
    position: fixed;
    top: 0;
    z-index: 999;
  }
  .fixed-header .header.smaller {
    height: 80px;
  }
  .fixed-header .header.smaller .logo {
    top: 2px;
    left: 10px;
    transform: scale(0.5973);
  }
  .fixed-header .header.smaller .logo img {
    height: 100%;
    width: auto;
  }
  .fixed-header .header.smaller .menu-toggle {
    padding-top: 18px;
  }
  .header.big {
    z-index: 999;
  }
  .header.big .small:after {
    position: fixed;
    height: 80px;
    width: 100%;
    display: block;
    content: "";
    top: -80px;
    left: 0;
    z-index: 999;
    background: linear-gradient(0deg, #00111f 30%, #00335c 100%);
    transition: all 0.6s ease-in;
  }
  .header.big .small .logo {
    top: -65px;
    left: 30px;
    height: 50px;
    z-index: 1000;
    position: fixed;
    transition: all 0.6s ease-in;
  }
  .header.big .small .logo img {
    height: 100%;
    width: auto;
  }
  .header.big .small .menu-toggle {
    position: fixed;
    right: 30px;
    top: -65px;
    left: auto;
    padding-top: 0;
    z-index: 1000;
    transition: all 0.6s ease-in;
  }
  .header.big .smaller:after {
    top: 0px;
  }
  .header.big .smaller .logo {
    top: 15px;
  }
  .header.big .smaller .menu-toggle {
    top: 15px;
  }
}
@media (max-width: 1440px) {
  #contact .columns {
    grid-gap: 20px;
  }
}
