/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --primary: #18abc9;
  --primary-color: #163c54;
  --secondary: #163c54;
  --secondary-color: #18abc9;
  --blue-dark: #072336;
  --warning: #ffd600;
  --tertiary: #d22026;
}

.feature-photo-container > div,
.insta-container > div {
  position: relative; 
  overflow: hidden; 
}

.feature-photo-container, .insta-container {
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  grid-gap: 10px; 
  margin-bottom: 10px;
  justify-items: center;
}

.photo-holder, .feature-photo{
  width: 100%;
}

.photo {
  background-size: cover; /* Adjust as needed */
  background-position: center; /* Adjust as needed */
  background-repeat: no-repeat; /* Adjust as needed */
  width: 100%;             /* Make photo take full grid column width */
  position: relative;      /* For positioning child content if needed */
  padding-bottom: 125%;    /* Height = 125% of width, maintaining 4:5 ratio */
}

.photo:hover {
  transform: scale(1.02);
}

.feature-photo img {
  width: 100%;
  height: auto; 
  display: block;
}
.insta-container img{
  width: 80%; 
  margin: 0 auto;
  height: auto; 
  display: block; 
}

.insta-container h3, .feature-photo-container h3 {
  position: absolute; 
  bottom: 0; 
  width: 100%; 
  padding: 10px; 
  margin: 0; 
  background-color: rgba(0, 0, 0, 0.5);  
  color: white; 
  text-align: center; 
  font-size: 1rem; 
}

.insta-container h3.btn, .feature-photo-container h3.btn{
  border:unset;
  text-transform: unset;
}

/*.photo-holder, .feature-photo {
  max-width: 400px;
}*/


.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: slick;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}

.slick-loading .slick-list {
  background: #ffffff url(../images/ajax-loader.gif) center center no-repeat;
}

.slick-next,.slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: rgba(0, 0, 0, 0);
  border: none;
  transform: translate(0, -50%);
}

.slick-next:focus .slick-next-icon,.slick-next:focus .slick-prev-icon,.slick-next:hover .slick-next-icon,.slick-next:hover .slick-prev-icon,.slick-prev:focus .slick-next-icon,.slick-prev:focus .slick-prev-icon,.slick-prev:hover .slick-next-icon,.slick-prev:hover .slick-prev-icon {
  opacity: 1;
}

.slick-next:focus .slick-next-icon,.slick-next:focus .slick-prev-icon,.slick-prev:focus .slick-next-icon,.slick-prev:focus .slick-prev-icon {
  color: orange;
  font-size: 28px;
  margin-left: -2px;
}

.slick-next.slick-disabled,.slick-prev.slick-disabled {
  cursor: default;
}

.slick-next.slick-disabled .slick-next-icon,.slick-next.slick-disabled .slick-prev-icon,.slick-prev.slick-disabled .slick-next-icon,.slick-prev.slick-disabled .slick-prev-icon {
  opacity: .25;
}

.slick-next .slick-next-icon,.slick-next .slick-prev-icon,.slick-prev .slick-next-icon,.slick-prev .slick-prev-icon {
  display: block;
  color: #000000;
  opacity: .75;
  font-family: slick;
  font-size: 24px;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev .slick-prev-icon:before {
  content: "←";
}

[dir=rtl] .slick-prev .slick-prev-icon:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next .slick-next-icon:before {
  content: "→";
}

[dir=rtl] .slick-next .slick-next-icon:before {
  content: "←";
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-slider.slick-dotted {
  margin-bottom: 60px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 0;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  border: 0;
  background: 0 0;
  cursor: pointer;
}

.slick-dots li button:focus .slick-dot-icon,.slick-dots li button:hover .slick-dot-icon {
  opacity: 1;
}

.slick-dots li button:focus .slick-dot-icon:before {
  color: orange;
}

.slick-dots li button .slick-dot-icon {
  color: #000000;
  opacity: .25;
}

.slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: slick;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  transition: all .05s linear;
}

.slick-dots li.slick-active button:focus .slick-dot-icon {
  color: orange;
  opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon {
  color: #000000;
  opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon:before {
  margin-top: -3px;
  margin-left: -2px;
  font-size: 18px;
}

.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -32px;
  z-index: 10;
  opacity: .75;
  background: 0 0;
  border: 0;
  cursor: pointer;
  color: #000000;
}

.slick-autoplay-toggle-button:focus,.slick-autoplay-toggle-button:hover {
  opacity: 1;
}

.slick-autoplay-toggle-button:focus {
  color: orange;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "⏸";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "▶";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-l-thin:before {
  content: "\e902";
}

.icon-arrow-r-thin:before {
  content: "\e903";
}

.icon-arrow-l:before {
  content: "\e900";
}

.icon-arrow-r:before {
  content: "\e901";
}

/*@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");
  font-weight: 400;
  font-style: normal;
}*/

:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

[dir="ltr"] .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}

[dir="rtl"] .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #ffffff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev,.swiper-button-next {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px/44*27);
  width: calc(var(--swiper-navigation-size)/44*27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0 - 44px/2);
  margin-top: calc(0 - var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/*.swiper-button-prev:after,.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: normal, ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}*/

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000000;
  background: var(--swiper-pagination-bullet-inactive-color, #000000);
  opacity: .2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .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:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: rgba(0, 0, 0, .1);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: 4px;
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: auto;
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: 4px;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2*1%);
  width: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: auto;
  left: var(--swiper-scrollbar-left, auto);
  right: 4px;
  right: var(--swiper-scrollbar-right, 4px);
  top: 1%;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: 4px;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2*1%);
  height: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-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>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*,*:before,*:after {
  box-sizing: inherit;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.follow-networks,.footer-nav,.social-networks,.drop ul,.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

button,[type=button],[type=reset],[type=submit],.btn,.resetButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

body {
  color: #163c54;
  color: var(--secondary);
  background-color: #ffffff;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: .875rem;
  line-height: 1.714;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.buffer p {
  margin: 0 0 1rem;
}

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #18abc9;
  color: var(--primary);
  text-decoration: underline;
}

a:hover {
  color: #18abc9;
  color: var(--primary);
  text-decoration: none;
}

.buffer a:hover {
  color: var(--secondary);
}

ul,ol,dl,p {
  margin: 0 0 .5em;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  margin: 0 0 .5em;
  color: #163c54;
  color: var(--secondary);
}

h1,.h1 {
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
}

h2,.h2 {
  font-size: 1.75rem;
  line-height: 1.071;
}

.buffer h2,
.buffer .h2 {
  font-size: 2.5rem;
}

h3,.h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
}

h4,.h4 {
  font-size: 1.25rem;
}

h5,.h5 {
  font-size: 1.5625rem;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
}

h6,.h6 {
  font-size: 1.125rem;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
}

.display-1 {
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 2rem;
  line-height: .9375;
  font-weight: 600;
  text-transform: none;
}

form,fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],input[type=email],input[type=tel],input[type=search],input[type=password],input[type=url],input[type=date],input[type=datetime],input[type=datetime-local],input[type=time],input[type=week],input[type=month],input[type=number],input[type=color],input:not([type]),textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  border: 0 solid #ffffff;
  font-size: 1.125rem;
  line-height: 1;
  background-color: #ffffff;
  width: 100%;
  min-width: 0;
  height: 3.2rem;
  padding: .5rem 1rem;
  border-radius: 0;
  -webkit-appearance: none;
  color: #163c54;
  color: var(--secondary);
}

.buffer input[type=text],.buffer input[type=email],.buffer input[type=tel],.buffer input[type=search],.buffer input[type=password],.buffer input[type=url],.buffer input[type=date],.buffer input[type=datetime],.buffer input[type=datetime-local],.buffer input[type=time],.buffer input[type=week],.buffer input[type=month],.buffer input[type=number],.buffer input[type=color],.buffer input:not([type]),.buffer textarea {
  border: 1px solid #444;
  height: auto;
  padding: 1.2rem 1rem;
  min-width: 80px;
}

input[type=text]::-ms-clear,input[type=email]::-ms-clear,input[type=tel]::-ms-clear,input[type=search]::-ms-clear,input[type=password]::-ms-clear,input[type=url]::-ms-clear,input[type=date]::-ms-clear,input[type=datetime]::-ms-clear,input[type=datetime-local]::-ms-clear,input[type=time]::-ms-clear,input[type=week]::-ms-clear,input[type=month]::-ms-clear,input[type=number]::-ms-clear,input[type=color]::-ms-clear,input:not([type])::-ms-clear,textarea::-ms-clear {
  display: none;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=color]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #707070;
}

input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,input[type=search]::placeholder,input[type=password]::placeholder,input[type=url]::placeholder,input[type=date]::placeholder,input[type=datetime]::placeholder,input[type=datetime-local]::placeholder,input[type=time]::placeholder,input[type=week]::placeholder,input[type=month]::placeholder,input[type=number]::placeholder,input[type=color]::placeholder,input:not([type])::placeholder,textarea::placeholder {
  opacity: 1;
  color: #707070;
}

input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.resize-active *,.resize-active *:before,.resize-active *:after {
  transition: none !important;
}

.header {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
  z-index: 200;
  width: auto !important;
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  top: 0;
}

.header.fixed-position {
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}

.header.fixed-position .logo {
  width: 4.6875rem;
}

.header.fixed-position .logo__fixed {
  opacity: 1;
  visibility: visible;
}

.header.fixed-position .logo__default {
  opacity: 0;
  visibility: hidden;
}

.header .logo {
  transition: width .35s cubic-bezier(.3, .86, .36, .95), margin-top .35s cubic-bezier(.3, .86, .36, .95);
  flex-shrink: 0;
  position: relative;
  z-index: 4;
  width: 6.8125rem;
}

.header .logo img {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
}

.header .logo__fixed {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.logo {
  display: block;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
}

.header-holder {
  transition: padding .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  align-items: flex-start;
  padding: .75rem 7rem .75rem 1.0625rem;
  position: relative;
}

.fixed-position .header-holder {
  padding-top: .5625rem;
  padding-bottom: .5625rem;
  padding-left: 1.1875rem;
}

.header-holder .btn {
  display: none;
}

.drop-holder {
  transition: margin .35s cubic-bezier(.3, .86, .36, .95);
  margin: 0 1.125rem 0 0;
}

.main-nav {
  width: 100%;
  line-height: 1;
  color: #072336;
  color: var(--blue-dark);
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  grid-gap: .5rem 0;
  gap: .5rem 0;
}

.main-nav>li {
  position: relative;
}

.main-nav>li.current>a,.main-nav>li.active>a {
  color: #ffffff;
}

.main-nav>li>a {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  z-index: 10;
  color: inherit;
  display: inline-block;
  vertical-align: top;
  font-size: 1.875rem;
  padding-right: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav>li>.has-drop-down-a:before {
  font-size: 1.75rem;
}

.main-nav>li>.drop {
  margin-left: .6875rem;
}

.main-nav a {
  text-decoration: none;
  display: block;
}

.third-level-nav>li.hover-tab>a,.third-level-nav>li.hover-js>a,.third-level-nav>li.active>a,.second-level-nav>li.hover-tab>a,.second-level-nav>li.hover-js>a,.second-level-nav>li.active>a {
  color: #ffffff;
}

.drop {
  font-size: .875rem;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  z-index: 3;
}

.drop a {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  color: inherit;
  color: #072336;
  color: var(--blue-dark);
}

.drop a::after {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
}

.drop ul {
  color: #18abc9;
  color: var(--primary);
  padding: 1.375rem 0 .3125rem;
  display: flex;
  flex-direction: column;
  grid-gap: .875rem 0;
  gap: .875rem 0;
}

.drop ul>li {
  position: relative;
}

.drop ul li {
  margin: 0;
}

.drop .drop {
  margin-left: 1rem;
}

.drop .third-level-nav li.active a {
  background-color: #ffffff;
}

.main-nav-drop-mobile {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  padding: 6.5625rem 3.0625rem .9375rem;
}

.main-nav-drop-mobile .social-networks {
  transition: padding .35s cubic-bezier(.3, .86, .36, .95);
  grid-gap: 0 1rem;
  gap: 0 1rem;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  padding-top: .875rem;
  margin: 0;
  color: #ffffff;
}

.main-nav-drop-mobile .social-networks li {
  padding: 0;
}

.main-nav-drop-mobile .social-networks a {
  color: currentColor;
}

.social-networks a img.bluesky {
  filter: brightness(0) invert(1);
  width: 26px;
}

.header.fixed-position .main-nav-drop-mobile .social-networks a img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(7%) saturate(6610%) hue-rotate(163deg) brightness(97%) contrast(88%);
}

.main-nav-drop-mobile .social-networks svg path {
  transition: fill .35s cubic-bezier(.3, .86, .36, .95);
}

.main-nav-drop {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
}

.main-nav-inner {
  display: flex;
  flex-direction: column;
}

.nav-opener {
  transition: top .35s cubic-bezier(.3, .86, .36, .95), margin .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  z-index: 2;
}

.fixed-position .nav-opener {
  top: 0;
}

.nav-active .nav-opener {
  background-color: rgba(0, 0, 0, 0);
}

.nav-opener__button {
  transition: margin .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95), width .35s cubic-bezier(.3, .86, .36, .95), height .35s cubic-bezier(.3, .86, .36, .95);
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  flex-shrink: 0;
  background-color: #18abc9;
  background-color: var(--primary);
}

.nav-opener__button:after,.nav-opener__button:before,.nav-opener__button span {
  transition: top .35s cubic-bezier(.3, .86, .36, .95), width .35s cubic-bezier(.3, .86, .36, .95), height .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  width: 1.625rem;
  height: .125rem;
  left: 50%;
  transform: translateX(-50%);
  background: currentColor;
}

.nav-active .nav-opener__button:after,.nav-active .nav-opener__button:before,.nav-active .nav-opener__button span {
  width: 1.9375rem;
  height: .1875rem;
}

.nav-opener__button:before {
  top: 1rem;
}

.nav-active .nav-opener__button:before {
  transform: translateX(-50%) rotate(-45deg);
  top: 1.375rem !important;
  width: 1.9375rem !important;
}

.fixed-position .nav-opener__button:before {
  top: 1.3125rem;
}

.nav-opener__button span {
  top: 1.5rem;
}

.nav-active .nav-opener__button span {
  width: 0 !important;
}

.fixed-position .nav-opener__button span {
  top: 1.8125rem;
}

.nav-opener__button:after {
  top: 2rem;
}

.nav-active .nav-opener__button:after {
  transform: translateX(-50%) rotate(45deg);
  top: 1.375rem !important;
  width: 1.9375rem !important;
}

.fixed-position .nav-opener__button:after {
  top: 2.375rem;
}

.nav-active .nav-opener__button {
  margin: .1875rem .125rem 0 0;
  background-color: rgba(0, 0, 0, 0);
  width: 3.125rem !important;
  height: 3.125rem !important;
}

.fixed-position .nav-opener__button {
  width: 3.75rem;
  height: 3.75rem;
}

.js-acc-hidden {
  visibility: hidden;
}

.search-opener {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95), height .35s cubic-bezier(.3, .86, .36, .95), top .35s cubic-bezier(.3, .86, .36, .95), right .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: .3125rem;
  right: 3.9375rem;
}

.search-opener:hover {
  text-decoration: none;
}

.fixed-position .search-opener {
  color: #163c54;
  color: var(--secondary);
  top: .625rem;
  right: 4.4375rem;
}

.search-opener svg {
  width: 1.625rem;
  height: auto;
}

.search-form {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
}

.fixed-position .search-form {
  top: 100%;
}

.search-active .search-form {
  opacity: 1;
  visibility: visible;
}

.search-form .svg-icon path {
  fill: #163c54;
  fill: var(--secondary);
}

.search-form .search-opener {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  top: -0.0625rem !important;
  right: .0625rem !important;
  position: absolute;
}

.search-form .search-opener:hover {
  opacity: .75;
}

.search-form .search-opener:before,.search-form .search-opener:after {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #163c54;
  background: var(--secondary);
  width: .1875rem;
  height: 1.5rem;
}

.search-form .search-opener:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.search-form .input-holder {
  position: relative;
  padding: 2.625rem 2.8125rem 2.5rem 2.3125rem;
}

.search-form .btn-search {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  background: rgba(0, 0, 0, 0);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  top: 2.75rem;
  right: 3rem;
}

.search-form .btn-search:hover {
  opacity: .75;
}

.search-form .btn-search .svg-icon {
  width: 100%;
  height: 100%;
}

.search-form .search-drop {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  margin: 0;
  background-color: #ffffff;
  width: 100%;
}

.search-active .search-form .search-drop {
  opacity: 1;
  visibility: visible;
}

.search-form input[type=search],.search-form input[type=text] {
  width: 100%;
  color: #163c54;
  color: var(--secondary);
  background: rgba(0, 0, 0, 0);
  height: 1.875rem;
  font-size: 1.125rem;
  padding: 0 2.4375rem 0 .125rem;
  border: 0;
  border-bottom: 1px solid #163c54;
  border-bottom: 1px solid var(--secondary);
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.search-form input[type=search]::-moz-placeholder, .search-form input[type=text]::-moz-placeholder {
  color: #163c54;
  color: var(--secondary);
}

.search-form input[type=search]::placeholder,.search-form input[type=text]::placeholder {
  color: #163c54;
  color: var(--secondary);
}

.search-form input[type=search].focus-visible,.search-form input[type=text].focus-visible {
  outline: none;
}

.search-form input[type=search]:focus-visible,.search-form input[type=text]:focus-visible {
  outline: none;
}

.social-networks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  margin: 0 -0.375rem;
}

.social-networks li {
  padding: 0 .375rem;
}

.social-networks a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.1875rem;
  padding-right: 3.1875rem;
  width: 100%;
}

.wrapper {
  transition: margin .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(1vh*100);
  min-height: calc(var(--vh, 1vh)*100);
  left: 0;
}

.wrapper-inner {
  min-height: 100vh;
  min-height: calc(1vh*100);
  min-height: calc(var(--vh, 1vh)*100);
  display: grid;
  grid-template-rows: auto 1fr auto;
  -ms-grid-template-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}

.wrapper-inner .header {
  grid-row: 1;
}

.wrapper-inner .main {
  grid-row: 2;
}

.wrapper-inner .footer {
  grid-row: 3;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.svg-icon path {
  fill: currentColor;
}

.reduce-motion * {
  animation: none;
  transition: none;
}

.text-yellow {
  color: #ffd600;
  color: var(--warning);
}

.footer {
  background-color: #072336;
  background-color: var(--blue-dark);
  color: #ffffff;
  position: relative;
  z-index: 3;
  padding: 1.9375rem 0 3.75rem;
  text-align: center;
}

.footer .container {
  max-width: 40.3125rem;
}

.footer .footer-content {
  padding-bottom: 1.9375rem;
}

.footer .map-holder {
  margin-bottom: 1.375rem;
  position: relative;
  z-index: 2;
}

.footer .map-holder__pin {
  cursor: pointer;
}

.footer .map-holder__pin.is-active path,.footer .map-holder__pin:hover path {
  fill: #ffd600;
  fill: var(--warning);
}

.footer .map-holder__pin.is-active circle,.footer .map-holder__pin:hover circle {
  fill: #163c54;
  fill: var(--secondary);
}

.footer .map-holder__pin circle,.footer .map-holder__pin path {
  transition: fill .35s cubic-bezier(.3, .86, .36, .95);
}

.footer .social-networks {
  grid-gap: 0 1.5rem;
  gap: 0 1.5rem;
  margin: 0;
}

.footer .social-networks li {
  padding: 0;
}

.footer .social-networks li:nth-child(3) {
  transform: scale(1.2);
}

.footer .social-networks a {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
}

.footer .social-networks a:hover {
  opacity: .6;
  color: inherit;
}

.footer__logo-holder .logo {
  max-width: 13.875rem;
  margin: 0 auto;
  display: block;
}

.footer-nav {
  font-size: .625rem;
  line-height: 1.77;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  margin-bottom: 1.375rem;
  grid-gap: 1.375rem;
  gap: 1.375rem;
}

.footer-nav li {
  position: relative;
}

.footer-nav li::after {
  content: "";
  width: .1125rem;
  position: absolute;
  top: .3125rem;
  left: -0.75rem;
  bottom: .3125rem;
  background-color: #ffffff;
}

.footer-nav li:first-child::after {
  display: none;
}

.footer-nav a {
  color: currentColor;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.back-to-top {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  right: .6875rem;
  top: -1.1875rem;
  width: 2.4375rem;
  height: 2.4375rem;
  color: #163c54;
  color: var(--secondary);
  background-color: #ffd600;
  background-color: var(--warning);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 50%;
  padding: 0 .0625rem .5rem 0;
}

.back-to-top:hover {
  background-color: #d22026;
  background-color: var(--tertiary);
  color: #ffffff;
}

.back-to-top__icon {
  border: .5rem solid rgba(0, 0, 0, 0);
  border-bottom: .8125rem solid currentColor;
}

.addresses-holder {
  font-size: 1rem;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  grid-gap: 1.375rem 0;
  gap: 1.375rem 0;
  padding: 0 1rem 4rem;
}

.addresses-holder__title {
  text-transform: uppercase;
  margin-bottom: .5rem;
  color: #ffffff;
}

.addresses-holder__title a {
  color: currentColor;
}

.addresses-holder__title a.is-active,.addresses-holder__title a:hover {
  color: #ffd600 !important;
  color: var(--warning) !important;
}

.addresses-holder .addresses-holder__link {
  color: #18abc9;
  color: var(--primary);
  display: inline-block;
  vertical-align: top;
  margin-top: .6875rem;
}

.addresses-holder .addresses-holder__link:hover {
  color: #ffd600;
  color: var(--warning);
  text-decoration: none;
}

.addresses-holder address {
  font-style: normal;
  color: rgba(255, 255, 255, .7);
}

.addresses-holder a {
  color: currentColor;
  text-decoration: none;
}

.addresses-holder a:hover {
  color: #ffffff;
}

.btn {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background-color: #18abc9;
  background-color: var(--primary);
  border: .125rem solid #18abc9;
  border: .125rem solid var(--primary);
  padding: .6875rem .875rem;
  font-size: .8125rem;
  line-height: 1.167;
  font-weight: 700;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  min-width: 8.5rem;
}

.btn:hover {
  text-decoration: none;
  background-color: #163c54;
  background-color: var(--secondary);
  color: #ffffff;
  border-color: #163c54;
  border-color: var(--secondary);
}

.btn {
  text-transform: uppercase;
  position: relative;
}

.btn::after {
  content: "";
  position: absolute;
  right: .125rem;
  top: .125rem;
  width: .5rem;
  height: .375rem;
  border-color: currentColor;
  border-style: solid;
  border-width: .125rem .125rem 0 0;
}

.btn.btn-outline-white {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
}

.btn.btn-outline-white::after {
  top: .1875rem;
  right: .1875rem;
}

.btn.btn-outline-white:hover {
  border-color: #18abc9;
  border-color: var(--primary);
  background-color: #18abc9;
  background-color: var(--primary);
}

.alert-holder {
  overflow: hidden;
}

.alert-holder.clone-alert-holder {
  opacity: 0;
}

.alert-bar {
  transition: max-height .3s ease-in-out;
  background: #d22026;
  background: var(--tertiary);
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 3.4375rem;
  font-size: .625rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  max-height: 0;
}

.page-loaded .alert-bar {
  max-height: 200px;
  transition-delay: 1s;
}

.alert-bar .alert-close {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  right: .6875rem;
  top: 1.1875rem;
  width: 1.25rem;
  height: 1.25rem;
  color: #ffffff;
}

.alert-bar .alert-close:hover {
  opacity: .75;
}

.alert-bar .alert-close:after,.alert-bar .alert-close:before {
  content: "";
  width: .1875rem;
  height: 1.375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.alert-bar .alert-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.alert-bar .text {
  text-align: center;
  padding: .875rem 0 .5625rem;
  min-height: 3.6875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.alert-bar .text a {
  color: #ffffff;
}

.alert-bar .text p {
  margin: 0;
  line-height: 2rem;
}

.alert-bar .icon-holder {
  position: absolute;
  left: .875rem;
  top: 1.125rem;
  width: 1.5rem;
  height: 1.5rem;
  animation: animate-pulse 3s linear infinite;
  border-radius: 50%;
}

.alert-bar .icon-holder .svg-icon {
  width: 100%;
  height: 100%;
}

.alert-bar .btn {
  min-width: 0;
  font-size: .75rem;
  line-height: 1rem;
  margin: 0 0 0 .5rem;
}

.alert-bar .btn:focus {
  outline-color: #ffffff;
}

.alert-bar-close .alert-bar {
  max-height: 0;
  transition-delay: 0s;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
  }

  40% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, .7);
  }

  80% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0), 0 0 0 12px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 12px rgba(255, 255, 255, 0);
  }
}

.intro-section {
  position: relative;
  z-index: 4;
  text-align: center;
  padding: 7.5625rem 0 0;
  overflow: hidden;
}

.intro-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: .6;
  background: linear-gradient(to bottom, rgb(19, 21, 44) 0%, rgba(19, 21, 44, 0) 100%);
}

.intro-section .slick-autoplay-toggle-button {
  display: none;
}

.intro-section .intro-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin-bottom: 0;
}

.intro-section .intro-slider .slick-track,.intro-section .intro-slider .slick-list {
  height: 100%;
}

.intro-section .intro-slider img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro-section__holder {
  margin: 0 -0.625rem;
}

.intro-section__description {
  max-width: 19.5rem;
  margin: 0 auto .5625rem;
  position: relative;
  z-index: 2;
}

.intro-section__description--btn-holder {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  transition-delay: .6s;
  transition-duration: 1s;
  display: flex;
  justify-content: center;
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.page-loaded .intro-section__description--btn-holder {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.intro-section__title {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
  opacity: 0;
  visibility: hidden;
  transition-delay: .6s;
  transition-duration: 1s;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .04375rem;
  margin-bottom: 2.125rem;
  transform: translateY(-120px);
  text-shadow: 3px 1px 5px rgba(0,0,0,0.58);
}

.intro-section__title .super {
  vertical-align: super;
  text-transform: lowercase;
  font-style: italic;
  font-size: 1.5rem;
}

.page-loaded .intro-section__title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.intro-section__photo {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
  opacity: 0;
  visibility: hidden;
  transition-delay: .6s;
  transition-duration: 1s;
  margin: 0 auto -3.3125rem;
  max-width: 16rem;
  transform: translateX(-0.3125rem);
  position: relative;
  z-index: 2;
}

.page-loaded .intro-section__photo {
  opacity: 1;
  visibility: visible;
}

body.subscribe-open {
  overflow: hidden;
  height: 100vh;
}

.subscribe-opener {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 4.5rem;
  height: 3.125rem;
  z-index: 11;
}

.subscribe-opener.btn {
  padding: .25rem 0 0;
  min-width: 0 !important;
}

.subscribe-form input {
  color: #09224d;
  width: 100%;
  background-color: #e1e1e1;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: .875rem;
  padding: .125rem .6875rem;
  border-radius: 0;
  border: 2px solid #e1e1e1;
}

.subscribe-form input:focus {
  outline: none;
  border-color: #163c54;
  border-color: var(--secondary);
}

.subscribe-form input::-moz-placeholder {
  color: #09224d;
}

.subscribe-form input::placeholder {
  color: #09224d;
}

.subscribe-form button[type=submit] {
  cursor: pointer;
  width: 100%;
}

.subscribe-open-close {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  margin: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 190;
  opacity: 0;
  visibility: hidden;
}

.subscribe-open-close.subscribe-open {
  opacity: 1;
  visibility: visible;
}

.subscribe-open-close .opener {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  color: #09224d;
  text-decoration: none;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  display: block;
  top: .625rem;
  right: .875rem;
}

.subscribe-open-close .opener:before,.subscribe-open-close .opener:after {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: currentColor;
  width: .1875rem;
  height: 1.875rem;
}

.subscribe-open-close .opener:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.subscribe-open-close .opener:hover {
  opacity: .75;
}

.subscribe-open .subscribe-open-close {
  transform: translateY(0);
}

.subscribe-open-close .inner-holder {
  position: relative;
}

.subscribe-open-close .inner-holder__block {
  background: #ffffff;
}

.subscribe-open-close .image-holder {
  width: 100%;
  padding-top: 57.8%;
  position: relative;
  min-height: 124px;
  z-index: 1;
  display: none;
}

.subscribe-open-close .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position:50% 50%;
}

.subscribe-open-close .decor-triangle.decor-triangle--yellow {
  background-color: #ffd600;
  background-color: var(--warning);
  -webkit-clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
  clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
  left: -7.3125rem;
  bottom: 1.9375rem;
}

.subscribe-open-close .decor-triangle.decor-triangle--blue {
  background-color: #18abc9;
  background-color: var(--primary);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  left: -2.4375rem;
}

.subscribe-open-close .content-holder {
  padding: 2.125rem 1rem 1rem;
}

.subscribe-open-close .content-holder h2,.subscribe-open-close .content-holder .h2 {
  font-size: 1.375rem;
  line-height: 1.2;
  margin: 0 0 .625rem;
  color: #09224d;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
}

.subscribe-open-close .content-holder h2::before,.subscribe-open-close .content-holder .h2::before {
  content: "";
  display: block;
  height: .5rem;
  width: 6.8125rem;
  background-color: #18abc9;
  background-color: var(--primary);
  margin-bottom: .5rem;
}

.subscribe-open-close .input-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.25rem .9375rem;
  gap: 1.25rem .9375rem;
  margin-bottom: 1.1875rem;
}

.subscribe-open-close .input-group .input-holder {
  width: 100%;
}

.subscribe-open-close .input-group .input-holder:not(.w50) {
  grid-column: 1/span 2;
}

.subscribe-open-close .popup-subscribe-form {
  width: 100%;
}

.section-heading {
  margin-bottom: .5rem;
}

.section-heading.text-center {
  text-align: center;
}

.section-heading.text-center .section-heading__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}

.section-heading.text-center .section-heading__subtitle::before {
  position: static;
  display: inline-block;
  vertical-align: top;
  margin-top: -0.125rem;
}

.section-heading.text-center .section-heading__subtitle::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: .125rem;
  width: 1.875rem;
  background: #18abc9;
  background: var(--primary);
  margin-top: -0.25rem;
}

.section-heading.text-center .section-heading__subtitle--text {
  padding: 0 .6875rem;
}

.section-heading__subtitle {
  font-size: .875rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  color: #18abc9;
  color: var(--primary);
  display: block;
  margin-bottom: .125rem;
  position: relative;
  padding-left: 2.875rem;
}

.section-heading__subtitle::before {
  content: "";
  position: absolute;
  left: .1875rem;
  top: 50%;
  transform: translateY(-50%);
  height: .125rem;
  width: 1.875rem;
  background: #18abc9;
  background: var(--primary);
  margin-top: -0.0625rem;
}

.section-heading__title {
  text-transform: uppercase;
}

.section-heading__title:last-child {
  margin-bottom: 0;
}

.news-section {
  position: relative;
  padding: 3.9375rem 0;
}

.news-section__holder {
  display: flex;
  flex-direction: column;
  grid-row-gap: 1.75rem;
  row-gap: 1.75rem;
  margin-bottom: 3rem;
}

.news-section .follow-networks {
  margin: 0 -0.125rem;
}

.triangles-holder {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(8, 1fr);
  margin: 0 -1.875rem 0 -1.25rem;
}

.triangles-holder__item {
  position: relative;
}

.triangles-holder__item:first-child {
  grid-column: 1/span 7;
  grid-row: 1/span 5;
}

.triangles-holder__item:nth-child(2) {
  grid-column: 7/span 6;
  grid-row: 3/span 4;
  margin-top: 5%;
}

.triangles-holder__item:nth-child(3) {
  grid-column: 3/span 7;
  grid-row: 4/span 8;
  margin: -7% -9% 0 -6%;
}

.triangles-holder__item--holder {
  position: relative;
}

.triangles-holder__item--holder::before,.triangles-holder__item--holder::after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.triangles-holder__item--holder::after {
  mix-blend-mode: color;
}

.triangles-holder__item--holder::before {
  opacity: .72;
  z-index: 2;
}

.triangles-holder__item--holder-red {
  background-color: #ffd600;
  background-color: var(--warning);
  -webkit-clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
  clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
  background-blend-mode: normal;
}

.triangles-holder__item--holder-red::before,.triangles-holder__item--holder-red::after {
  background-color: #d22026;
  background-color: var(--tertiary);
}

.triangles-holder__item--holder-red::before {
  background-color: #d22026;
  background-color: var(--tertiary);
  opacity: .72;
}

.triangles-holder__item--holder-yellow {
  background-color: #ffd600;
  background-color: var(--warning);
  -webkit-clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
  clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
  max-width: 93%;
}

.triangles-holder__item--holder-yellow::before,.triangles-holder__item--holder-yellow::after {
  background-color: #ffd600;
  background-color: var(--warning);
}

.triangles-holder__item--holder-blue {
  background-color: #ffd600;
  background-color: var(--warning);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.triangles-holder__item--holder-blue::before,.triangles-holder__item--holder-blue::after {
  background-color: #18abc9;
  background-color: var(--primary);
}

.triangles-holder__item--image {
  filter: grayscale(1);
}

.triangles-holder__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.follow-networks {
  display: flex;
  flex-direction: column;
  grid-row-gap: .75rem;
  row-gap: .75rem;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1;
  text-transform: uppercase;
}

.follow-networks__link {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column-gap: .75rem;
  -moz-column-gap: .75rem;
  column-gap: .75rem;
  color: #ffffff;
  text-decoration: none;
  padding: .6875rem 1.25rem .6875rem .9375rem;
}

.follow-networks__link:hover {
  background-color: #072336;
  background-color: var(--blue-dark);
  color: #ffffff;
}

.follow-networks__link--facebook {
  background-color: #163c54;
  background-color: var(--secondary);
}

.follow-networks__link--twitter {
  background-color: #18abc9;
  background-color: var(--primary);
}

.follow-networks__link--mail {
  background-color: #d22026;
  background-color: var(--tertiary);
}

.follow-networks__link--icon {
  flex-shrink: 0;
  transform: scale(.9);
  min-height: 1.75rem;
  display: flex;
  align-items: center;
}

.services-section {
  padding: .25rem 0 0;
}

.services-section .container {
  padding: 0 1.9375rem;
}

.services-section__holder {
  background-color: #ffffff;
  padding: 0 .5rem 1.375rem;
  position: relative;
  z-index: 4;
}

.services-section .section-heading {
  margin-bottom: 1.25rem;
}

.services-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: .375rem 0;
  gap: .375rem 0;
  margin: 0 -0.1875rem 0 .75rem;
}

.services-items a {
  text-decoration: none;
  transition: transform 0.3s ease;
}

.services-items a:hover {
 transform: translateY(-5px);
}

.service-item {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.service-item__icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 4.625rem;
}

.service-item__icon svg {
  transform: scale(.54);
}

.service-item__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.09;
}

.services-section+.privacy-section {
  margin-top: -6.4375rem;
  padding-top: 9.375rem;
}

.privacy-section {
  position: relative;
  z-index: 2;
}

.privacy-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 11.875rem;
  z-index: -1;
  overflow: hidden;
}

.privacy-section__bg--image {
  position: absolute;
  top: -1.25rem;
  left: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
}

.privacy-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.privacy-section .section-heading {
  margin-bottom: 1.375rem;
}

.privacy-section .section-heading__subtitle {
  color: #ffd600;
  color: var(--warning);
  margin-bottom: -0.0625rem;
}

.privacy-section .section-heading__subtitle::after,.privacy-section .section-heading__subtitle::before {
  background-color: #ffd600 !important;
  background-color: var(--warning) !important;
}

.privacy-section .section-heading__title {
  color: #ffffff;
}

.privacy-slider {
  position: relative;
  overflow: hidden;
  padding: 0 .8125rem 0 1.5625rem;
  overflow: visible;
}

.privacy-slider .swiper-wrapper {
  display: flex;
  height: 100%;
}

.privacy-slider .swiper-wrapper .swiper-slide {
  display: flex;
  height: auto;
}

.privacy-slider__controls {
  display: flex;
  justify-content: center;
  grid-gap: 0 1rem;
  gap: 0 1rem;
  padding-top: .6875rem;
}

.privacy-slider .swiper-button-prev,.privacy-slider .swiper-button-next {
  position: static;
}

.privacy-slider .swiper-button-prev::after,.privacy-slider .swiper-button-next::after {
  display: none;
}

.privacy-slider .swiper-button-prev svg,.privacy-slider .swiper-button-next svg {
  width: 1.4375rem;
  -o-object-fit: none;
  object-fit: none;
}

.privacy-item {
  background: #18abc9;
  background: var(--primary);
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  aspect-ratio: 9/13.1;
  display: flex;
}

.privacy-item-link {
  color: #ffffff;
  padding: 3.125rem 1.6875rem 1.625rem;
  text-decoration: none;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.privacy-item-link:hover .privacy-item-image img {
  transform: scale(1.12);
}

.privacy-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.privacy-item-image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
  height: 60%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(7, 35, 54, 0) 0%, rgb(7, 35, 54) 100%);
}

.privacy-item-image img {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  transition-duration: .6s;
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.privacy-item-icon {
  position: absolute;
  top: 0;
  right: -0.0625rem;
  width: 2.625rem;
  height: 2.625rem;
  background-color: #ffd600;
  background-color: var(--warning);
  color: #163c54;
  color: var(--secondary);
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
  padding: 0 0 1rem 1.0625rem;
  box-sizing: border-box;
}

.privacy-item-icon svg {
  width: 100%;
  height: 100%;
}

.privacy-item-title {
  text-transform: uppercase;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: .8125rem;
  line-height: 1.153;
  font-weight: 700;
  color: #ffffff;
}

.privacy-item-title::after {
  content: "";
  display: block;
  width: 3rem;
  height: .25rem;
  background: #18abc9;
  background: var(--primary);
  margin-top: .75rem;
}

.pre-footer {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: -12rem;
  min-height: 34.625rem;
  padding: 13.125rem 0 2.75rem;
}

.pre-footer__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.pre-footer__bg img {
  max-width: none;
  min-width: 63.5625rem;
  margin-left: 1.5625rem;
}

.pre-footer__sky {
  position: absolute;
  left: -8rem;
  top: 0;
}

.pre-footer__sky img {
  width: auto;
  max-width: none;
  width: 92.25rem;
}

.pre-footer .container {
  position: relative;
  z-index: 2;
}

.pre-footer__description {
  margin-left: auto;
  max-width: 15.0625rem;
}

.pre-footer h2,.pre-footer .h2 {
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  font-size: 1.75rem;
  line-height: .928;
  margin-right: -1.9375rem;
  letter-spacing: .03125rem;
}

.pre-footer h2::before,.pre-footer .h2::before {
  content: "";
  display: block;
  width: 4.4375rem;
  height: .25rem;
  margin-bottom: .4375rem;
  background-color: #ffd600;
  background-color: var(--warning);
}

.int-sections {
  color: #6a6a6a;
}

.int-sections .container {
  max-width: 100%;
}

.int-sections .section-content {
  padding: 4rem;
}

.intro-section-inner {
  margin-top: 0;
  position: relative;
}

.section-heading-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.section-heading-img:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to top, rgb(10 29 47) 0%, rgba(10, 29, 47, .9) 20%, rgba(0, 0, 0, 0) 100%);
  height: 50%;
}

.section-heading-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background: rgb(0 0 0 / 50%);
}

.banner-title {
  position: absolute;
  bottom: 0;
  z-index: 99;
  text-align: left;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1;
  margin: 0;
}

.banner-title::after {
  content: "";
  background-color: var(--primary);
  display: block;
  margin: 2rem 0 0;
  width: 12.125rem;
  height: 1rem;
}

.follow-section {
  margin: 1rem 0 5rem;
}

.styled-listing {
  display: flex;
  flex-wrap: wrap; /* Allows items to wrap to the next row */
  gap: 16px; /* Adds space between columns and rows */
}

.buffer .styled-listing > div {
  flex: 1 1 calc(50% - 16px); /* Take up 50% of the width, minus gap */
  box-sizing: border-box; /* Includes padding and border in width calculation */
  background: #f9f9f9; /* Optional: background color for better visibility */
  padding: 16px; /* Space inside each item */
  border: 1px solid #ddd; /* Optional: border for a cleaner look */
  border-radius: 4px; /* Optional: rounded corners */
}

.buffer .styled-listing > div {
  margin: 0;
}

.int .buffer .service-img {
  width: 100%;
  max-height: 200px;
  max-width: 400px;
  display:block;
  object-fit: cover;
  margin: 0 auto 15px;
  float: none;
}

.captcha-holder,
.captcha-holder-pop {
  display: none;
  margin: 5px 0;
}

.captcha-holder.visible,
.captcha-holder-pop.visible {
  display: block;
}

.espanol-main {
  margin: 0 auto 4rem;
  width: 100%;
  text-align: center;
}

.espanol-wrap {
    display: inline-table;
    width: 46%;
    vertical-align: top;
    margin: 0.625rem;
}

.espanol-wrap .btn {
  width: 100%;
  padding: 4rem 1rem;
  text-transform: none;
  font-size: 2rem;
  background-color: #163c54;
  border-color: #163c54;
}

.espanol-wrap .btn:hover {
  background: #18abc9;
  border-color: #18abc9;
  color: #ffffff;
}

.espanol .issues-wrap {
  width: 31%;
}

.cpf-bar {
  text-align: center;
  background-color: var(--primary);
  padding: 1rem;
  color: #ffffff;
}

.cpf-bar h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 0rem;
}

.cpf-bar .value {
  font-size: 5rem;
}

@media (max-width: 768px) { 
  .insta-container, .feature-photo-container { 
    grid-template-columns: repeat(2, 1fr); 
  } 
} 

@media (max-width: 480px) { 
  .insta-container, .feature-photo-container { 
    grid-template-columns: 1fr; 
  } 
  .insta-container h3, .feature-photo-container h3 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
    line-height: 1.666;
  }

  h1,.h1 {
    font-size: 2.75rem;
    line-height: 1.045;
  }

  h2,.h2 {
    font-size: 3rem;
    line-height: .933;
  }

  h3,.h3 {
    font-size: 1.5rem;
  }

  h4,.h4 {
    font-size: 1.5rem;
  }

  .display-1 {
    font-size: 3rem;
    line-height: .917;
  }

  input[type=text],input[type=email],input[type=tel],input[type=search],input[type=password],input[type=url],input[type=date],input[type=datetime],input[type=datetime-local],input[type=time],input[type=week],input[type=month],input[type=number],input[type=color],input:not([type]),textarea {
    padding: 1rem 2.375rem;
    height: 5.5rem;
  }

  .header.fixed-position .logo {
    width: 6.8125rem;
  }

  .header .logo {
    width: 9rem;
  }

  .header-holder {
    padding: 1.3125rem 7.875rem 1.3125rem 2.5rem;
  }

  .fixed-position .header-holder {
    padding-left: 2.5rem;
  }

  .drop-holder {
    display: flex;
    align-items: center;
    margin: 0 1.4375rem 0 0;
  }

  .main-nav {
    margin-bottom: 2rem;
    grid-gap: .75rem 0;
    gap: .75rem 0;
  }

  .main-nav>li>a {
    font-size: 3rem;
    padding-right: 2.1875rem;
  }

  .main-nav>li>.has-drop-down-a:before {
    font-size: 30px;
    margin: .3125rem .25rem 0 .25rem;
  }

  .main-nav>li>.drop {
    margin-left: 1rem;
  }

  .drop {
    font-size: 1.125rem;
    padding-bottom: 0;
  }

  .drop ul {
    grid-gap: 1.125rem 0;
    gap: 1.125rem 0;
    padding: .9375rem 0 .125rem;
  }

  .main-nav-drop-mobile {
    padding: 10.125rem 4rem 2.25rem 7.1875rem;
  }

  .main-nav-drop-mobile .social-networks {
    padding: 0 0 0 .65rem;
    grid-gap: 0 1rem;
    gap: 0 1rem;
  }

  .nav-opener {
    z-index: 9;
    display: flex;
    align-items: center;
    grid-gap: 10px 0;
    gap: 10px 0;
  }

  .nav-active .nav-opener {
    margin: 1.4375rem .5rem 0 0;
  }

  .nav-opener__button {
    width: 3.75rem;
    height: 3.75rem;
  }

  .nav-active .nav-opener__button:after,.nav-active .nav-opener__button:before,.nav-active .nav-opener__button span {
    width: 3.625rem;
  }

  .fixed-position .nav-opener__button:after,.fixed-position .nav-opener__button:before,.fixed-position .nav-opener__button span {
    width: 1.9375rem;
  }

  .nav-opener__button:before {
    top: 1.0625rem;
  }

  .nav-active .nav-opener__button:before {
    width: 3.625rem !important;
  }

  .fixed-position .nav-opener__button:before {
    top: 1.6875rem;
  }

  .nav-opener__button span {
    top: 1.8125rem;
  }

  .fixed-position .nav-opener__button span {
    top: 2.4375rem;
  }

  .nav-opener__button:after {
    top: 2.5rem;
  }

  .nav-active .nav-opener__button:after {
    width: 3.625rem !important;
  }

  .fixed-position .nav-opener__button:after {
    top: 3.125rem;
  }

  .nav-active .nav-opener__button {
    width: 3.75rem !important;
    height: 3.75rem !important;
  }

  .fixed-position .nav-opener__button {
    width: 5rem;
    height: 5rem;
  }

  .search-opener {
    top: .625rem;
    right: 4.8125rem;
  }

  .fixed-position .search-opener {
    top: 1.25rem;
    right: 5.6875rem;
  }

  .search-form {
    right: 4.75rem;
    left: auto;
    top: 3.75rem;
  }

  .fixed-position .search-form {
    right: 5.75rem;
  }

  .search-form .input-holder {
    padding: 2.625rem 2.75rem 2.5rem 2.5rem;
  }

  .search-form .search-drop {
    max-width: 26.375rem;
  }

  .container {
    padding-left: 3.8125rem;
    padding-right: 3.8125rem;
    max-width: 66.1875rem;
  }

  .footer {
    padding: 4.9375rem 0 2.0625rem;
    text-align: left;
  }

  .footer .container {
    max-width: 41.8125rem;
  }

  .footer .footer-content {
    display: grid;
    grid-template-columns: 57.9% 1fr;
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    padding-bottom: 3rem;
  }

  .footer .map-holder {
    margin-bottom: 0;
    height: 21.5625rem;
  }

  .footer .map-holder svg {
    width: 100%;
    height: auto;
  }

  .footer__logo-holder .logo {
    max-width: 15.1875rem;
  }

  .footer-nav {
    margin-bottom: .75rem;
    font-size: .9375rem;
    grid-gap: 2.125rem;
    gap: 2.125rem;
  }

  .footer-nav li::after {
    left: -1.125rem;
    width: .125rem;
    top: .375rem;
    bottom: .375rem;
  }

  .back-to-top {
    width: 3.5625rem;
    height: 3.5625rem;
    right: 1.1875rem;
    top: -1.75rem;
    padding: 0 .125rem .75rem 0;
  }

  .back-to-top__icon {
    border-width: .75rem;
    border-bottom-width: 1.25rem;
  }

  .addresses-holder {
    padding: 0 0 4.5rem;
    display: grid;
    grid-template-columns: 52% 1fr;
    grid-gap: 2.5rem 2.125rem;
    gap: 2.5rem 2.125rem;
  }

  .h4.addresses-holder__title {
    font-size: 1.25rem;
  }

  .btn {
    min-width: 10.9375rem;
  }

  .btn {
    padding: .875rem 1.5625rem;
  }

  .btn::after {
    top: .1875rem;
    right: .1875rem;
    width: .75rem;
    height: .5rem;
  }

  .btn.btn-outline-white::after {
    top: .25rem;
    right: .25rem;
  }

  .alert-bar {
    padding: 0 7.5625rem;
    font-size: .8125rem;
    line-height: 1.23;
  }

  .alert-bar .alert-close {
    right: .9375rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.25rem;
    height: 2.25rem;
  }

  .alert-bar .alert-close:after,.alert-bar .alert-close:before {
    height: 2.25rem;
  }

  .alert-bar .text {
    text-align: left;
    align-items: center;
    flex-direction: row;
    padding: 1.125rem 0;
    grid-gap: 0 .3125rem;
    gap: 0 .3125rem;
  }

  .alert-bar .icon-holder {
    transform: translateY(-50%);
    top: 50%;
    left: 1.1875rem;
    width: 2.0625rem;
    height: 2.0625rem;
  }

  .alert-bar .btn {
    margin: .1875rem -0.0625rem -0.25rem 0;
    padding: .6875rem 1.625rem;
    flex-shrink: 0;
  }

  .intro-section {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 8.3125rem 0 7.5rem;
    min-height: 34.375rem;
  }

  .intro-section__description {
    margin-bottom: 0;
    margin: 0;
    max-width: 27rem;
  }

  .intro-section__description--btn-holder {
    justify-content: flex-start;
  }

  .intro-section__title {
    letter-spacing: .05625rem;
    margin-bottom: 1.5625rem;
  }

  .intro-section__photo {
    position: absolute;
    right: -2.5rem;
    bottom: 0;
    width: 58%;
    margin: 0;
    transform: none;
    max-width: 23.5rem;
  }

  .subscribe-form input {
    height: 2.625rem;
    font-size: .8125rem;
  }

  .subscribe-open-close .inner-holder__block {
    display: grid;
    grid-template-columns: 42.8% 1fr;
  }

  .subscribe-open-close .image-holder {
    min-height: auto;
    padding-top: 0;
    display: block;
  }

  .subscribe-open-close .content-holder {
    padding: 2.625rem 2.0625rem 2.25rem;
  }

  .subscribe-open-close .content-holder h2,.subscribe-open-close .content-holder .h2 {
    font-size: 2.5rem;
    line-height: .92;
    margin: 0 0 1.8125rem .25rem;
  }

  .subscribe-open-close .content-holder h2::before,.subscribe-open-close .content-holder .h2::before {
    margin-bottom: 1rem;
  }

  .subscribe-open-close .popup-subscribe-form {
    position: relative;
  }

  .section-heading {
    margin-bottom: 2.125rem;
  }

  .section-heading__subtitle {
    font-size: 1.125rem;
    margin-bottom: .3125rem;
  }

  .news-section {
    padding: 3.6875rem 0;
  }

  .news-section__holder {
    grid-row-gap: 3.875rem;
    row-gap: 3.875rem;
    margin-bottom: 4.1875rem;
  }

  .news-section .follow-networks {
    margin: 0 -1.1875rem;
  }

  .triangles-holder {
    margin: 0 -1.5rem 0 -0.1875rem;
  }

  .triangles-holder__item:nth-child(2) {
    margin-top: 5.4%;
    margin-left: .3125rem;
  }

  .follow-networks {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 1.3125rem 2.375rem;
    gap: 1.3125rem 2.375rem;
    font-size: 16px;
  }

  .follow-networks__item {
    width: calc(50% - 38px);
  }

  .follow-networks__item img {
    height: 29px;
  }

  .follow-networks__link {
    padding: 1rem 1.5rem;
  }

  .follow-networks__link--icon {
    transform: scale(1);
  }

  .services-section {
    padding: 1.625rem 0 0;
  }

  .services-section .container {
    padding: 0 3.8125rem;
  }

  .services-section__holder {
    padding: 0 1.6875rem 2.4375rem;
  }

  .services-section .section-heading {
    margin-bottom: 2.625rem;
  }

  .services-section .section-heading__subtitle {
    margin-bottom: -0.0625rem;
  }

  .services-items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.375rem .75rem;
    gap: 1.375rem .75rem;
    margin: 0 1.6875rem 0 .3125rem;
  }

  .service-item {
    grid-row-gap: .125rem;
    row-gap: .125rem;
  }

  .service-item__icon {
    height: 5.75rem;
  }

  .service-item__icon svg {
    transform: scale(.7);
  }

  .service-item__title {
    font-size: 1rem;
    line-height: .875;
  }

  .services-section+.privacy-section {
    margin-top: -8.5625rem;
    padding-top: 11.625rem;
  }

  .privacy-section__bg {
    bottom: 19rem;
  }

  .privacy-section .section-heading {
    margin-bottom: 2.375rem;
  }

  .privacy-section .section-heading__subtitle {
    margin-bottom: .3125rem;
  }

  .privacy-slider {
    padding: 0 0 0 .625rem;
    margin-right: -0.3125rem;
  }

  .privacy-slider__controls {
    padding-top: 2rem;
  }

  .privacy-slider .swiper-button-prev,.privacy-slider .swiper-button-next {
    width: 2.75rem;
  }

  .privacy-slider .swiper-button-prev svg,.privacy-slider .swiper-button-next svg {
    transform: scale(1.48);
  }

  .privacy-item-link {
    padding: 3.125rem 1.0625rem 2.0625rem 2.375rem;
  }

  .privacy-item-icon {
    width: 3.625rem;
    height: 3.625rem;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 0 0 1.1875rem 1.5625rem;
  }

  .privacy-item-title {
    font-size: 1.3125rem;
    line-height: 1.095;
  }

  .privacy-item-title::after {
    width: 4.0625rem;
    height: .3125rem;
  }

  .pre-footer {
    min-height: 53.3125rem;
    margin-top: -19.375rem;
    padding: 25rem 0 3.875rem;
  }

  .pre-footer__bg {
    margin-top: -19.375rem;
  }

  .pre-footer__bg img {
    min-width: 97.1875rem;
    margin-left: 12.9375rem;
  }

  .pre-footer__sky {
    left: -3rem;
  }

  .pre-footer__sky img {
    width: 139.0625rem;
  }

  .pre-footer__description {
    max-width: 25.75rem;
  }

  .pre-footer h2,.pre-footer .h2 {
    font-size: 3rem;
    line-height: .875;
    margin-right: -1.8125rem;
    letter-spacing: .06875rem;
  }

  .pre-footer h2::before,.pre-footer .h2::before {
    margin-bottom: .5rem;
    width: 6.8125rem;
    height: .5rem;
  }
}

@media (min-width: 1024px) {
  body {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  a:focus {
    outline-offset: 1px;
    outline-width: 1px;
    outline-style: dashed;
    outline-color: currentColor;
  }

  h1,.h1 {
    font-size: 4.875rem;
    line-height: .948;
  }

  .intro-section__title .super {
    font-size: 3rem;
  }

  h2,.h2 {
    line-height: .916;
  }

  h3,.h3 {
    font-size: 1.875rem;
  }

  h4,.h4 {
    font-size: 1.875rem;
  }

  .display-1 {
    line-height: .909;
    font-size: 4.125rem;
  }

  .header.fixed-position .logo {
    width: 7.75rem;
  }

  .header.fixed-position .header-holder .btn {
    color: #163c54;
    color: var(--secondary);
    border-color: #163c54;
    border-color: var(--secondary);
  }

  .header.fixed-position .header-holder .btn:hover {
    color: #ffffff;
    background-color: #163c54;
    background-color: var(--secondary);
  }

  .header-holder {
    padding: 2.3125rem 3.0625rem 2.3125rem 2.5rem;
  }

  .fixed-position .header-holder {
    padding: .8125rem 3rem 1.125rem 2.5rem;
    align-items: center;
  }

  .header-holder .btn {
    display: inline-block;
    vertical-align: top;
    margin-left: .875rem;
    min-width: 7.5rem;
  }

  .drop-holder {
    flex-grow: 1;
    justify-content: flex-end;
    margin: -0.625rem 0 0;
  }

  .fixed-position .drop-holder {
    margin-top: .5rem;
  }

  .main-nav {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    max-width: none;
    grid-gap: 0 .875rem;
    gap: 0 .875rem;
  }

  .main-nav>li.hover-js>a::before,.main-nav>li.hover-tab>a::before,.main-nav>li:hover>a::before {
    opacity: 1;
    visibility: visible;
  }

  .main-nav>li:last-child .drop {
    left: auto;
    right: 0;
  }

  .main-nav>li.current>a::before,.main-nav>li.active>a::before {
    opacity: 1;
    visibility: visible;
  }

  .main-nav>li.current>a,.main-nav>li.active>a {
    color: #163c54 !important;
    color: var(--secondary) !important;
  }

  .main-nav>li:nth-last-child(1) .drop .drop,.main-nav>li:nth-last-child(2) .drop .drop,.main-nav>li:nth-last-child(3) .drop .drop {
    left: auto;
    right: 100%;
  }

  .main-nav>li>a {
    font-size: 1.0625rem;
    padding: 0;
    color: #ffffff;
  }

  .fixed-position .main-nav>li>a {
    color: #163c54;
    color: var(--secondary);
  }

  .main-nav>li>a::before {
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -0.875rem;
    background-color: #18abc9;
    background-color: var(--primary);
    height: .375rem;
  }

  .main-nav>li>.has-drop-down-a:before {
    margin: 0;
  }

  .main-nav>li>.drop {
    margin-left: 0;
  }

  .main-nav li.hover-js>.drop,.main-nav li.hover-tab>.drop {
    opacity: 1;
    visibility: visible;
  }

  .third-level-nav>li.hover-tab>a,.third-level-nav>li.hover-js>a,.third-level-nav>li.active>a,.second-level-nav>li.hover-tab>a,.second-level-nav>li.hover-js>a,.second-level-nav>li.active>a {
    background-color: #18abc9;
    background-color: var(--primary);
  }

  .third-level-nav>li.hover-tab>a::after,.third-level-nav>li.hover-js>a::after,.third-level-nav>li.active>a::after,.second-level-nav>li.hover-tab>a::after,.second-level-nav>li.hover-js>a::after,.second-level-nav>li.active>a::after {
    opacity: 1;
    visibility: visible;
  }

  .third-level-nav>li>a:hover,.second-level-nav>li>a:hover {
    background-color: #18abc9;
    background-color: var(--primary);
    color: #ffffff;
  }

  .third-level-nav>li>a:hover::after,.second-level-nav>li>a:hover::after {
    opacity: 1;
    visibility: visible;
  }

  .drop {
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
    width: 16.6875rem;
    line-height: 1.4;
    font-size: .875rem;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding-top: .75rem;
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  }

  .drop a {
    padding: .6875rem 1.75rem .4375rem 1.1875rem;
    color: #163c54;
    color: var(--secondary);
  }

  .drop a::after {
    content: "";
    position: absolute;
    top: .4375rem;
    right: .375rem;
    width: .875rem;
    height: .625rem;
    border-color: #ffffff;
    border-style: solid;
    border-width: .125rem .125rem 0 0;
    opacity: 0;
    visibility: hidden;
  }

  .drop ul {
    background-color: #ffffff;
    grid-gap: 0;
    gap: 0;
    padding: .5625rem 0 .75rem;
  }

  .drop ul>li {
    margin: 0 0 -0.125rem;
  }

  .drop .drop {
    left: 100%;
    top: 0;
    padding-top: 0;
    margin-left: 0;
  }

  .main-nav-drop-mobile {
    padding: 0;
    display: flex;
    align-items: center;
  }

  .main-nav-drop-mobile .social-networks {
    padding: .375rem 0 0 .875rem;
  }

  .fixed-position .main-nav-drop-mobile .social-networks {
    color: #163c54;
    color: var(--secondary);
  }

  .main-nav-drop-mobile .social-networks li:nth-child(3) svg {
    transform: scale(1.22);
  }

  .fixed-position .main-nav-drop-mobile .social-networks a:hover svg path {
    fill: #18abc9;
    fill: var(--primary);
  }

  .fixed-position .main-nav-drop-mobile .social-networks svg path {
    fill: #163c54;
    fill: var(--secondary);
  }

  .main-nav-drop {
    padding-top: .1875rem;
  }

  .main-nav-inner {
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
  }

  .nav-opener {
    display: none;
  }

  .nav-active .nav-opener__button {
    margin: .375rem .125rem 0 .3125rem;
  }

  .search-opener {
    top: 0;
    right: 0;
    position: static;
    margin-left: .875rem;
  }

  .search-opener:hover {
    color: #18abc9;
    color: var(--primary);
  }

  .search-opener svg {
    width: 1.625rem;
  }

  .search-form {
    right: 11.3125rem;
    top: 5.9375rem;
  }

  .fixed-position .search-form {
    right: 11.3125rem;
  }

  .follow-section .container {
    padding: 0 6rem;
  }

  .container {
    padding-left: 4.4375rem;
    padding-right: 4.4375rem;
    max-width: 82.625rem;
  }

  .footer {
    padding: 3.5625rem 0 6rem;
  }

  .footer .container {
    max-width: 87.3125rem;
    position: relative;
  }

  .footer .footer-content {
    grid-template-columns: 22.125rem 1fr;
    grid-column-gap: 4.375rem;
    -moz-column-gap: 4.375rem;
    column-gap: 4.375rem;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 5.8125rem;
  }

  .footer .map-holder {
    height: auto;
  }

  .footer .social-networks {
    margin-top: -0.375rem;
  }

  .footer__logo-holder {
    position: absolute;
    right: -1.625rem;
    bottom: -1.375rem;
  }

  .footer__logo-holder .logo {
    margin: 0;
    max-width: none;
    width: 18.125rem;
  }

  .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column-gap: 1.375rem;
    -moz-column-gap: 1.375rem;
    column-gap: 1.375rem;
  }

  .back-to-top {
    top: -5.25rem;
    right: 1.5rem;
  }

  .addresses-holder {
    grid-template-columns: 47.8% 1fr;
    padding: .3125rem 0 0;
    grid-row-gap: 2.875rem;
    row-gap: 2.875rem;
    grid-row-start: 1;
    grid-column-start: 2;
  }

  .btn {
    padding: 1.1875rem 1.375rem;
    min-width: 13.3125rem;
    font-size: 1rem;
  }

  .btn::after {
    top: .25rem;
    right: .25rem;
    width: .875rem;
    height: .625rem;
  }

  .btn.btn-outline-white::after {
    top: .3125rem;
    right: .3125rem;
  }

  .alert-bar {
    font-size: 1rem;
    padding-left: 10.5rem;
    line-height: 1.34;
  }

  .alert-bar .alert-close {
    right: 1.25rem;
  }

  .alert-bar .text {
    width: 100%;
    padding: .875rem 0 .8125rem;
    max-width: 57.375rem;
    letter-spacing: -0.15px;
  }

  .alert-bar .icon-holder {
/*    left: 2rem;*/
    transform: none;
    position: static;
  }

  .alert-bar .btn {
    font-size: .875rem;
    padding: .45rem 1.5rem;
    margin: 0 0 0 1rem;
  }

  .alert-bar .text {
    width: initial;
  }

  .intro-section {
    min-height: 43.875rem;
    align-items: flex-end;
    padding-bottom: 9.9375rem;
  }

  .intro-section__description {
    max-width: 37.25rem;
  }

  .intro-section__description--btn-holder {
    grid-column-gap: 1.125rem;
    -moz-column-gap: 1.125rem;
    column-gap: 1.125rem;
  }

  .intro-section__title {
    letter-spacing: .1rem;
    margin-bottom: 4.4375rem;
  }

  .intro-section__photo {
    max-width: 30.5rem;
    width: 49.2%;
  }

  .subscribe-opener {
    width: 7.75rem;
    height: 5.75rem;
  }

  .subscribe-opener.btn::after {
    top: .4375rem;
    right: .4375rem;
  }

  .subscribe-form input {
    font-size: 1.125rem;
    height: 3.75rem;
    padding: .5625rem 2.1875rem .375rem;
  }

  .subscribe-open-close {
    left: auto;
  }

  .subscribe-open-close .opener {
    width: 2.1875rem;
    height: 2.1875rem;
  }

  .subscribe-open-close .opener:before,.subscribe-open-close .opener:after {
    height: 2.5rem;
  }

  .subscribe-open-close .inner-holder__block {
    grid-template-columns: 38.3% 1fr;
  }

  .subscribe-open-close .decor-triangle {
    width: 9.75rem;
    height: 7.75rem;
    opacity: .72;
    position: absolute;
    bottom: 0;
  }

  .subscribe-open-close .content-holder {
    padding: 2.9375rem 1.625rem 3.125rem;
  }

  .subscribe-open-close .content-holder h2,.subscribe-open-close .content-holder .h2 {
    font-size: 2rem;
  }

  .subscribe-open-close .popup-subscribe-form {
    width: 46.4375rem;
  }

  .section-heading {
    margin-bottom: 3.3125rem;
  }

  .news-section {
    padding: 6.125rem 0;
  }

  .news-section__holder {
    display: grid;
    grid-template-columns: 50.4% 1fr;
    grid-column-gap: 2.0625rem;
    -moz-column-gap: 2.0625rem;
    column-gap: 2.0625rem;
    margin: 0 -0.25rem 6.9375rem;
  }

  .news-section .follow-networks {
    margin: 0 -3.375rem;
  }

  .triangles-holder {
    margin: 4.4375rem -4.125rem 0 0;
  }

  .triangles-holder__item:first-child {
    transform: translateY(-100px);
  }

  .triangles-holder__item:nth-child(2) {
    transform: translateY(-100px);
  }

  .triangles-holder__item:nth-child(3) {
    transform: translateY(100px);
  }

  .follow-section .follow-networks {
    grid-gap: 2rem 2rem;
    gap: 2rem 2rem;
  }

  .follow-networks {
    grid-gap: 2rem 2.6875rem;
    gap: 2rem 2.6875rem;
  }

  .follow-networks__item {
    width: calc(33.33% - 46px);
  }

  .follow-networks__link {
    padding: 1rem 1.6875rem 1rem 2.0625rem;
  }

  .services-section {
    padding: 1rem 0 0;
  }

  .services-section__holder {
    max-width: 66.5rem;
    margin: 0 auto;
    padding: 0 3.875rem 4rem;
  }

  .services-section .section-heading {
    margin-bottom: 1.9375rem;
  }

  .services-section .section-heading__subtitle {
    margin-bottom: .75rem;
  }

  .services-items {
    grid-gap: 1.3125rem 2.5rem;
    gap: 1.3125rem 2.5rem;
  }

  .service-item {
    grid-row-gap: 1.9375rem;
    row-gap: 1.9375rem;
  }

  .service-item__icon {
    height: 7.5rem;
  }

  .service-item__icon svg {
    transform: scale(1);
  }

  .service-item__title {
    font-size: 1.125rem;
  }

  .services-section+.privacy-section {
    margin-top: -24.75rem;
    padding-top: 29.25rem;
  }

  .privacy-section__bg {
    bottom: 26.5%;
  }

  .privacy-section .section-heading {
    margin-bottom: 4.9375rem;
  }

  .privacy-section .section-heading__subtitle {
    margin-bottom: .5rem;
  }

  .privacy-section .slider-container {
    max-width: 48.9375rem;
    margin: 0 auto;
  }

  .privacy-slider .swiper-wrapper .swiper-slide {
    width: 23.125rem !important;
  }

  .privacy-slider__controls {
    padding-top: 2.3125rem;
    grid-gap: 0 1.625rem;
    gap: 0 1.625rem;
  }

  .privacy-slider .swiper-button-prev svg,.privacy-slider .swiper-button-next svg {
    transform: scale(1.72);
  }

  .privacy-item-link {
    padding: 3.4375rem 1.25rem 2.3125rem 2.875rem;
  }

  .privacy-item-icon {
    width: 4.5rem;
    height: 4.5rem;
    padding: 0 0 1.5rem 1.9375rem;
    font-size: 1.8125rem;
  }

  .privacy-item-title {
    font-size: 1.625rem;
    line-height: 1.115;
    margin-bottom: 1.125rem;
  }

  .privacy-item-title::after {
    width: 5rem;
    height: .375rem;
    margin-top: .875rem;
  }

  .pre-footer {
    margin-top: -20.9375rem;
    min-height: 51.3125rem;
    padding: 37.5rem 0 2.1875rem;
  }

  .pre-footer__bg {
    bottom: -20.125rem;
  }

  .pre-footer__bg img {
    min-width: 137.5rem;
    margin-left: 35.8125rem;
  }

  .pre-footer__sky img {
    width: 191.4375rem;
  }

  .pre-footer .container {
    max-width: 88.625rem;
  }

  .pre-footer__description {
    max-width: 33.9375rem;
  }

  .pre-footer h2,.pre-footer .h2 {
    font-size: 3.8125rem;
    line-height: .894;
  }
}

@media (min-width: 1280px) {
  h2,.h2 {
    font-size: 4.0625rem;
  }

  .header .logo {
    width: 12.625rem;
  }

  .header-holder .btn {
    min-width: 9.8125rem;
    margin-left: 1.625rem;
  }

  .main-nav {
    grid-gap: 0 1.5rem;
    gap: 0 1.5em;
  }

  .search-opener {
    margin-left: 1.625rem;
  }

  .search-form {
    right: 14.25rem;
  }

  .fixed-position .search-form {
    right: 14.25rem;
  }

  .footer .social-networks {
    margin-right: -1.5625rem;
  }

  .footer__logo-holder {
    right: -1.625rem;
  }

  .addresses-holder {
    grid-template-columns: 29% 29.6% 1fr;
  }

  .intro-section {
    min-height: 55.3125rem;
  }

  .intro-section__description {
    max-width: 43.25rem;
  }

  .intro-section__photo {
    width: 45.2%;
    max-width: 40.6875rem;
    right: .125rem;
  }

  .section-heading__subtitle {
    font-size: 1.375rem;
    margin-bottom: .5625rem;
  }

  .news-section__placeholder {
    margin-left: -0.375rem;
  }

  .follow-networks {
    font-size: 1.125rem;
  }

  .services-items {
    margin: 0 1.8125rem 0 1.3125rem;
  }

  .service-item__title {
    font-size: 1.25rem;
  }

  .pre-footer {
    min-height: 65.3125rem;
  }

  .pre-footer__bg {
    bottom: -9.5rem;
  }

  .pre-footer__description {
    max-width: 47.75rem;
  }

  .pre-footer h2,.pre-footer .h2 {
    font-size: 5.3125rem;
    letter-spacing: .1rem;
  }

  .pre-footer h2::before,.pre-footer .h2::before {
    margin-bottom: .875rem;
  }
}

@media (min-width: 1440px) {
  .back-to-top {
    right: .875rem;
  }

  .news-section .follow-networks {
    margin: 0;
  }

  .triangles-holder {
    margin-right: -7.125rem;
  }
}

@media (min-width: 1600px) {
  .header.fixed-position .logo {
    width: 9.1875rem;
    margin-top: .1875rem;
    margin-bottom: -0.1875rem;
  }

  .header .logo {
    width: 14.5625rem;
    margin-top: 1.25rem;
  }

  .header-holder {
    padding: 2.25rem 2.25rem 2.25rem 2.6875rem;
  }

  .fixed-position .header-holder {
    padding: 1.5rem 2.125rem 1.625rem 2.8125rem;
  }

  .header-holder .btn {
    margin-left: 2.3125rem;
  }

  .header-holder .btn::after {
    top: .5rem;
    right: .5rem;
  }

  .main-nav {
    grid-gap: 0 3.1875rem;
    gap: 0 3.1875rem;
  }

  .main-nav>li>a {
    font-size: 1.125rem;
  }

  .main-nav-drop-mobile .social-networks {
    padding-left: 2.6875rem;
  }

  .fixed-position .main-nav-drop-mobile .social-networks {
    padding-left: 3.5625rem;
  }

  .search-opener {
    margin-left: 3.25rem;
  }

  .container {
    max-width: 95.875rem;
  }

  .footer {
    padding-bottom: 6rem;
  }

  .footer .container {
    max-width: 117.25rem;
  }

  .footer .footer-content {
    grid-template-columns: 26.4375rem 1fr;
    grid-column-gap: 8.5625rem;
    -moz-column-gap: 8.5625rem;
    column-gap: 8.5625rem;
    margin-bottom: 5.3125rem;
  }

  .footer .social-networks {
    margin-right: -2rem;
  }

  .footer__logo-holder {
    bottom: .5rem;
    right: -2rem;
  }

  .back-to-top {
    right: 2.75rem;
  }

  .addresses-holder {
    grid-template-columns: 20.4% 20.9% 1fr;
    grid-row-gap: 1.0625rem;
    row-gap: 1.0625rem;
  }

  .intro-section {
    min-height: 60.3125rem;
    padding-bottom: 14.9375rem;
  }

  .intro-section .container {
    max-width: 98.25rem;
  }

  .intro-section__description {
    max-width: 52.5625rem;
  }

  .intro-section__title {
    font-size: 5.3125rem;
    line-height: .941;
    letter-spacing: .11875rem;
    margin-bottom: 59px;
  }

  .intro-section__photo {
    width: 47.375rem;
    bottom: -2.0625rem;
    max-width: 47.375rem;
    right: calc((100vw - 1738px)/2);
  }

  .section-heading {
    margin-bottom: 2.5625rem;
  }

  .news-section {
    padding: 8.8125rem 0 8.4375rem;
  }

  .news-section__holder {
    margin-bottom: 5.9375rem;
  }

  .news-section .follow-networks {
    max-width: 73.5625rem;
    margin: 0 auto;
    position: relative;
    left: 1.4375rem;
  }

  .news-section__placeholder {
    margin-left: 0;
  }

  .triangles-holder {
    margin-top: 2.25rem;
  }

  .services-section {
    padding-top: 0;
  }

  .services-section .container {
    max-width: 110.625rem;
  }

  .services-section__holder {
    max-width: 102.9375rem;
    padding-bottom: 6.8125rem;
  }

  .services-section .section-heading {
    margin-bottom: 4.6875rem;
  }

  .services-items {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 4.8%;
    -moz-column-gap: 4.8%;
    column-gap: 4.8%;
    margin: 0 -1.25rem 0 1.875rem;
  }

  .services-section+.privacy-section {
    margin-top: -25.75rem;
    padding-top: 34.75rem;
  }

  .privacy-section__bg {
    bottom: 25.1%;
  }

  .privacy-section .section-heading {
    margin-bottom: 5.75rem;
  }

  .privacy-slider__controls {
    padding-top: 3.25rem;
    grid-gap: 0 1.6875rem;
    gap: 0 1.6875rem;
  }

  .pre-footer {
    min-height: 64rem;
    padding: 37.5rem 0 7.1875rem;
    margin-top: -21.5625rem;
  }

  .pre-footer__bg {
    bottom: -33rem;
  }

  .pre-footer__bg img {
    min-width: 204.0625rem;
    margin-left: 22rem;
  }

  .pre-footer__sky {
    left: -3rem;
    top: -0.5625rem;
  }

  .pre-footer__sky img {
    width: 226.3125rem;
  }

  .pre-footer .container {
    max-width: 106.0625rem;
  }
}

@media (min-width: 1800px) {
  .services-items {
    grid-column-gap: 6.1%;
    -moz-column-gap: 6.1%;
    column-gap: 6.1%;
  }
}

@media (max-width: 1023px) {
  .section-heading-img {
    min-height: 400px;
    background-attachment: initial;
  }

  .int-sections .section-content {
    padding: 3rem 0 ;
  }

  body.nav-active {
    overflow: hidden !important;
  }

  .nav-active .header.fixed-position .logo__fixed {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .nav-active .header.fixed-position .logo__default {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .main-nav {
    display: flex;
    flex-direction: column;
  }

  .main-nav>li.current>a::before,.main-nav>li.active>a::before {
    content: "-";
  }

  .main-nav>li>.has-drop-down-a:before {
    content: "+";
    position: absolute;
    color: #ffd600;
    color: var(--warning);
    font-weight: 400;
    top: 0;
    right: 0;
  }

  .main-nav>li>.js-acc-hidden {
    right: 100% !important;
    top: 0 !important;
    display: none !important;
  }

  .main-nav-drop-mobile {
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #18abc9;
    background: var(--primary);
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    height: calc(var(--vh)*100);
  }

  .nav-active .main-nav-drop-mobile {
    opacity: 1;
    visibility: visible;
  }

  .main-nav-drop {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    max-height: 100%;
  }

  .main-nav-inner {
    flex-grow: 1;
    padding-bottom: 2.25rem;
    overflow: hidden;
    overflow-y: auto;
  }

  .subscribe-opener svg {
    width: 2rem;
    height: auto;
  }
}

@media (max-width: 767px) {
  .float-right {
    float: none !important;
    margin: 10px auto !important;
    display: block;
  }

  .banner-title {
    font-size: 1.9rem;
  }

  .nav-active .header .logo {
    width: 6.8125rem;
  }

  .nav-active .header-holder {
    padding-top: .75rem !important;
  }

  .main-nav-drop-mobile .social-networks li:nth-child(3) svg {
    transform: scale(1.02);
  }

  .main-nav-drop-mobile .social-networks svg {
    transform: scale(.82);
  }

  .alert-bar .text p {
    line-height: 1rem;
  }

  .alert-bar .btn {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: underline;
    font-size: inherit;
    text-transform: capitalize;
    text-decoration: underline;
    border: 0;
  }

  .alert-bar .btn::after {
    display: none;
  }

  .alert-bar .btn:hover {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
  }

  .intro-section .container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 768px)and (max-width: 1023px) {
  .nav-active .header .logo {
    width: 9rem;
  }

  .nav-active .header-holder {
    padding-top: 1.3125rem !important;
  }

  .drop .drop.js-acc-hidden {
    right: 100% !important;
    top: 0 !important;
    display: none !important;
  }

  .footer .map-holder {
    grid-row-start: 1;
    grid-column-start: 1;
  }

  .footer__logo-holder {
    grid-column: 1/span 2;
  }

  .addresses-holder {
    grid-row-start: 1;
    grid-column: 1/span 2;
  }

  .addresses-holder__item:nth-child(3) {
    grid-row-start: 1;
    grid-column: 1/span 2;
    padding-left: 68%;
    margin-right: -1.875rem;
    margin-top: -0.25rem;
    margin-bottom: 9.4375rem;
  }

  .intro-section .container {
    padding: 0 4.4375rem;
  }
}

@media (min-width: 1024px)and (max-width: 1439px) {
  .main-nav-drop-mobile .social-networks {
    display: none;
  }
}

@media (min-width: 1024px)and (max-width: 1279px) {
  .intro-section__title {
    font-size: 3.75rem;
  }
}

