/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@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}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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-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-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.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-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.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:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);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:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{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:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .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,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-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-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;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-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        -ms-user-select: none;
	    user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
	background: transparent;
}
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Standalone variables
========================================================================== */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/montserrat-regular.woff2") format("woff2"), url("../fonts/montserrat-regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../fonts/montserrat-medium.woff2") format("woff2"), url("../fonts/montserrat-medium.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("../fonts/montserrat-semiBold.woff2") format("woff2"), url("../fonts/montserrat-semiBold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/montserrat-bold.woff2") format("woff2"), url("../fonts/montserrat-bold.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/poppins-regular.woff2") format("woff2"), url("../fonts/poppins-regular.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/poppins-medium.woff2") format("woff2"), url("../fonts/poppins-medium.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/poppins-semibold.woff2") format("woff2"), url("../fonts/poppins-semibold.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("../fonts/poppins-bold.woff2") format("woff2"), url("../fonts/poppins-bold.woff") format("woff");
}
/*
==========================================================================
    Mixins - typography - body
========================================================================== */
html {
  box-sizing: border-box;
  height: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1900px) {
  html {
    font-size: 1.125rem;
  }
}
@media (min-width: 2150px) {
  html {
    font-size: 1.25rem;
  }
}

body {
  min-height: 100%;
  font-family: Montserrat, sans-serif;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: currentColor;
}
a:hover {
  text-decoration: none;
}

figure {
  position: relative;
  margin: 0;
}
figure img {
  display: block;
}

dd,
dt,
dl {
  margin: 0;
}

svg {
  fill: currentColor;
}

.t-size-42 {
  font-size: 2.625rem;
  line-height: 1.24;
}

.t-size-30 {
  font-size: 1.875rem;
  line-height: 1.5;
}

.t-size-24 {
  font-size: 1.5rem;
  line-height: 1.7;
}

.t-size-22 {
  font-size: 1.375rem;
  line-height: 1;
}

.t-size-20 {
  font-size: 1.25rem;
  line-height: 1.25;
}

.t-size-18 {
  font-size: 1.125rem;
  line-height: 1;
}

.t-size-16 {
  font-size: 1rem;
  line-height: 1.9;
}

.t-size-14 {
  font-size: 0.875rem;
  line-height: 1.43;
}

.t-size-13 {
  font-size: 0.8125rem;
  line-height: 1.38;
}

.t-size-12 {
  font-size: 0.75rem;
  line-height: 1.66;
}

.t-size-11 {
  font-size: 0.6875rem;
  line-height: 1.36;
}

.t-size-10 {
  font-size: 0.625rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .t-size-90--desktop {
    font-size: 5.625rem;
    line-height: 1.11;
  }
}

@media (min-width: 768px) {
  .t-size-40--desktop {
    font-size: 2.5rem;
    line-height: 1.35;
  }
}

@media (min-width: 768px) {
  .t-size-42--desktop {
    font-size: 2.625rem;
    line-height: 1.24;
  }
}

@media (min-width: 768px) {
  .t-size-35--desktop {
    font-size: 2.1875rem;
    line-height: 1.14;
  }
}

@media (min-width: 768px) {
  .t-size-28--desktop {
    font-size: 1.75rem;
    line-height: 1.14;
  }
}

@media (min-width: 768px) {
  .t-size-27--desktop {
    font-size: 1.6875rem;
    line-height: 1.3;
  }
}

@media (min-width: 768px) {
  .t-size-22--desktop {
    font-size: 1.375rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .t-size-20--desktop {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

@media (min-width: 768px) {
  .t-size-18--desktop {
    font-size: 1.125rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .t-size-16--desktop {
    font-size: 1rem;
    line-height: 1.9;
  }
}

@media (min-width: 768px) {
  .t-size-14--desktop {
    font-size: 0.875rem;
    line-height: 1.43;
  }
}

@media (min-width: 768px) {
  .t-size-13--desktop {
    font-size: 0.8125rem;
    line-height: 1.38;
  }
}

@media (min-width: 768px) {
  .t-size-12--desktop {
    font-size: 0.75rem;
    line-height: 1.66;
  }
}

@media (min-width: 768px) {
  .t-size-11--desktop {
    font-size: 0.6875rem;
    line-height: 1.36;
  }
}

@media (min-width: 768px) {
  .t-size-10--desktop {
    font-size: 0.625rem;
    line-height: 1;
  }
}

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

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

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

.t-font-main {
  font-family: Montserrat, sans-serif;
}

.t-font-secondary {
  font-family: Poppins, sans-serif;
}

.t-lower {
  text-transform: lowercase;
}

.t-upper {
  text-transform: uppercase;
}

.ui-bg--black-1 {
  background-color: #000;
}
.ui-bg--white-1 {
  background-color: #FFF;
}
.ui-bg--white-2 {
  background-color: #FCFDFF;
}
.ui-bg--light-blue-1 {
  background-color: #DCE9FC;
}
.ui-bg--light-blue-2 {
  background-color: #D5DBEC;
}
.ui-bg--light-blue-3 {
  background-color: #F7F9FF;
}
.ui-bg--light-blue-4 {
  background-color: #E7EDFB;
}
.ui-bg--light-blue-5 {
  background-color: #A8C1DE;
}
.ui-bg--light-blue-6 {
  background-color: #E1EDFF;
}
.ui-bg--light-blue-7 {
  background-color: #C4D9FF;
}
.ui-bg--light-blue-8 {
  background-color: #E6EFFD;
}
.ui-bg--light-blue-9 {
  background-color: #F6F8FF;
}
.ui-bg--light-blue-10 {
  background-color: #F2F5FE;
}
.ui-bg--blue-1 {
  background-color: #4270E0;
}
.ui-bg--blue-2 {
  background-color: #004B85;
}
.ui-bg--blue-3 {
  background-color: #657DBA;
}
.ui-bg--blue-4 {
  background-color: #8DADFF;
}
.ui-bg--blue-5 {
  background-color: #3656A6;
}
.ui-bg--blue-6 {
  background-color: #A1B8F0;
}
.ui-bg--blue-7 {
  background-color: #3655A6;
}
.ui-bg--blue-8 {
  background-color: #BED9FF;
}
.ui-bg--light-grey-1 {
  background-color: #F3F6FF;
}
.ui-bg--light-grey-2 {
  background-color: #E6EAF3;
}
.ui-bg--light-grey-3 {
  background-color: #FCFCFE;
}
.ui-bg--grey-1 {
  background-color: #BEBEC9;
}
.ui-bg--dark-grey-1 {
  background-color: #5D5D77;
}
.ui-bg--dark-grey-2 {
  background-color: #7E7E92;
}
.ui-bg--dark-grey-3 {
  background-color: #67677F;
}
.ui-bg--dark-grey-4 {
  background-color: #656565;
}
.ui-bg--dark-grey-5 {
  background-color: #4B4B4B;
}
.ui-bg--pink-1 {
  background-color: #FC6981;
}
.ui-bg--red-1 {
  background-color: #DC3232;
}
.ui-bg--yellow-1 {
  background-color: #FDCA4E;
}
.ui-bg--green-1 {
  background-color: #46B450;
}

.ui-color--black-1 {
  color: #000;
}
.ui-color--white-1 {
  color: #FFF;
}
.ui-color--white-2 {
  color: #FCFDFF;
}
.ui-color--light-blue-1 {
  color: #DCE9FC;
}
.ui-color--light-blue-2 {
  color: #D5DBEC;
}
.ui-color--light-blue-3 {
  color: #F7F9FF;
}
.ui-color--light-blue-4 {
  color: #E7EDFB;
}
.ui-color--light-blue-5 {
  color: #A8C1DE;
}
.ui-color--light-blue-6 {
  color: #E1EDFF;
}
.ui-color--light-blue-7 {
  color: #C4D9FF;
}
.ui-color--light-blue-8 {
  color: #E6EFFD;
}
.ui-color--light-blue-9 {
  color: #F6F8FF;
}
.ui-color--light-blue-10 {
  color: #F2F5FE;
}
.ui-color--blue-1 {
  color: #4270E0;
}
.ui-color--blue-2 {
  color: #004B85;
}
.ui-color--blue-3 {
  color: #657DBA;
}
.ui-color--blue-4 {
  color: #8DADFF;
}
.ui-color--blue-5 {
  color: #3656A6;
}
.ui-color--blue-6 {
  color: #A1B8F0;
}
.ui-color--blue-7 {
  color: #3655A6;
}
.ui-color--blue-8 {
  color: #BED9FF;
}
.ui-color--light-grey-1 {
  color: #F3F6FF;
}
.ui-color--light-grey-2 {
  color: #E6EAF3;
}
.ui-color--light-grey-3 {
  color: #FCFCFE;
}
.ui-color--grey-1 {
  color: #BEBEC9;
}
.ui-color--dark-grey-1 {
  color: #5D5D77;
}
.ui-color--dark-grey-2 {
  color: #7E7E92;
}
.ui-color--dark-grey-3 {
  color: #67677F;
}
.ui-color--dark-grey-4 {
  color: #656565;
}
.ui-color--dark-grey-5 {
  color: #4B4B4B;
}
.ui-color--pink-1 {
  color: #FC6981;
}
.ui-color--red-1 {
  color: #DC3232;
}
.ui-color--yellow-1 {
  color: #FDCA4E;
}
.ui-color--green-1 {
  color: #46B450;
}

.ui-font-weight--thin {
  font-weight: 300;
}
.ui-font-weight--normal {
  font-weight: 400;
}
.ui-font-weight--medium {
  font-weight: 500;
}
.ui-font-weight--semibold {
  font-weight: 600;
}
.ui-font-weight--bold {
  font-weight: 700;
}
.ui-font-weight--extrabold {
  font-weight: 800;
}

.ui-fill-none {
  fill: none;
}

.u-hide {
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .u-hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-hide-from-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-hide-tablet {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .u-hide-desktop-small {
    display: none;
  }
}
@media (min-width: 1200px) {
  .u-hide-desktop {
    display: none;
  }
}

.u-full-width {
  width: 100%;
}

@media (min-width: 0) and (max-width: 767px) {
  .u-break-mobile {
    display: block;
  }
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-overflow-visible {
  overflow: visible;
}

@media (min-width: 0) and (max-width: 767px) {
  .u-mobile-overflow-visible {
    overflow: visible;
  }
}

.u-move-outside-inner {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .u-move-outside-inner--mobile, .c-wysiwyg .wp-block-image,
.c-wysiwyg .wp-block-embed {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}

.u-ratio-1 {
  position: relative;
}
.u-ratio-1::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
}
.u-ratio-1 > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .o-mobile-top-25 {
    padding-top: 1.5625rem;
  }

  .o-mobile-top-35 {
    padding-top: 2.25rem;
  }

  .o-mobile-top-50 {
    padding-top: 3.125rem;
  }

  .o-mobile-top-60 {
    padding-top: 3.75rem;
  }

  .o-mobile-top-70 {
    padding-top: 4.375rem;
  }

  .o-mobile-top-80 {
    padding-top: 5rem;
  }

  .o-mobile-top-100 {
    padding-top: 6.25rem;
  }

  .o-mobile-bottom-25 {
    padding-bottom: 1.5625rem;
  }

  .o-mobile-bottom-35 {
    padding-bottom: 2.25rem;
  }

  .o-mobile-bottom-50 {
    padding-bottom: 3.125rem;
  }

  .o-mobile-bottom-60 {
    padding-bottom: 3.75rem;
  }

  .o-mobile-bottom-70 {
    padding-bottom: 4.375rem;
  }

  .o-mobile-bottom-80 {
    padding-bottom: 5rem;
  }

  .o-mobile-bottom-100 {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 768px) {
  .o-top-60 {
    padding-top: 3.75rem;
  }

  .o-top-80 {
    padding-top: 5rem;
  }

  .o-top-100 {
    padding-top: 6.25rem;
  }

  .o-top-120 {
    padding-top: 7.5rem;
  }

  .o-top-140 {
    padding-top: 8.75rem;
  }

  .o-top-160 {
    padding-top: 10rem;
  }

  .o-top-200 {
    padding-top: 12.5rem;
  }

  .o-top-230 {
    padding-top: 14.375rem;
  }

  .o-bottom-60 {
    padding-bottom: 3.75rem;
  }

  .o-bottom-80 {
    padding-bottom: 5rem;
  }

  .o-bottom-100 {
    padding-bottom: 6.25rem;
  }

  .o-bottom-120 {
    padding-bottom: 7.5rem;
  }

  .o-bottom-140 {
    padding-bottom: 8.75rem;
  }

  .o-bottom-160 {
    padding-bottom: 10rem;
  }

  .o-bottom-200 {
    padding-bottom: 12.5rem;
  }

  .o-bottom-230 {
    padding-bottom: 14.375rem;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pin-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(66, 112, 224, 0.2);
  }
  80%, 100% {
    box-shadow: 0 0 0 1.25rem rgba(66, 112, 224, 0);
  }
}
@keyframes pin-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(66, 112, 224, 0.2);
  }
  80%, 100% {
    box-shadow: 0 0 0 1.25rem rgba(66, 112, 224, 0);
  }
}
.l-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 1200px) {
  .l-inner {
    padding: 0 9.5rem;
  }
}

@media (min-width: 1200px) {
  .l-inner--large {
    padding: 0 2.5rem;
  }
}

@media (min-width: 1024px) {
  .l-inner--small {
    max-width: 43.75rem;
    margin: 0 auto;
    padding: 0;
  }
}

.l-header {
  z-index: 20;
  height: 3.75rem;
  transform: scale(1);
}
@media (min-width: 768px) {
  .l-header {
    height: 6.25rem;
  }
}

.l-body {
  overflow-x: hidden;
  max-width: 123.75rem;
  margin: 0 auto;
}

.l-body.is-popup-open {
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-body.is-popup-open {
    padding-right: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .l-body.is-different-spacing .l-image-text {
    padding-bottom: 8.75rem;
  }
}
@media (min-width: 768px) {
  .l-body.is-different-spacing .l-offer {
    padding-bottom: 6.25rem;
  }
}

.l-page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-main {
  padding-top: 3.75rem;
  flex: 1;
}

body:not(.has-hero) .l-main {
  --gradient-height: 43.75rem;
  background: linear-gradient(180deg, #F1F5FF 22%, #FFFFFF 94%) 0 0/100% var(--gradient-height) no-repeat;
}
@media (min-width: 768px) {
  body:not(.has-hero) .l-main {
    --gradient-height: 62.5rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  body.home .l-main {
    background: #F6F8FF;
  }
}

.l-main--landing {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .l-main--landing {
    padding-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .l-main--landing {
    height: 100vh;
  }
}

.l-offer {
  margin-bottom: 3.75rem;
  background-image: linear-gradient(180deg, rgba(241, 245, 255, 0.8) 78.25%, rgba(255, 255, 255, 0.8) 111.31%);
}
@media (min-width: 768px) {
  .l-offer {
    margin-bottom: 5rem;
  }
}

.l-hero {
  background: linear-gradient(180deg, #F1F5FF 22%, #FFFFFF 94%);
}

.l-image-hero {
  position: relative;
  margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .l-image-hero {
    margin: 3.125rem 0 5rem;
  }
}
@media (min-width: 1900px) {
  .l-image-hero {
    margin-bottom: 8rem;
  }
}

.l-footer {
  background: url("../img/decor-footer-pattern.svg") right bottom/62.5rem no-repeat, linear-gradient(89.58deg, #4270E0 16.74%, #004B85 206.27%);
}
@media (min-width: 768px) {
  .l-footer {
    background-size: cover;
  }
}

.l-downloads {
  position: relative;
  margin-bottom: 2.25rem;
}
@media (min-width: 768px) {
  .l-downloads {
    margin-bottom: 5rem;
  }
}

.l-downloads::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(0deg, #F1F5FF 20%, #FFFFFF 94%);
}
@media (min-width: 768px) {
  .l-downloads::after {
    height: 75%;
  }
}

.l-products {
  margin-bottom: 2.25rem;
}
@media (min-width: 768px) {
  .l-products {
    margin-bottom: 5rem;
  }
}

.l-sec:last-child {
  margin-bottom: 0;
}

.c-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  padding: 1.25rem 0;
}
@media (min-width: 768px) {
  .c-header {
    height: 6.25rem;
    padding: 2rem 0;
  }
}

.c-header__nav {
  z-index: 20;
  flex: 1;
  padding: 0 1rem;
}
@media (min-width: 0) and (max-width: 1023px) {
  .c-header__nav {
    position: fixed;
    top: 8.5rem;
    right: 0;
    left: 0;
    display: none;
    min-height: calc(100vh - 8.25rem);
    padding-bottom: 2rem;
    background-color: #FFF;
  }
}
@media (min-width: 1401px) {
  .c-header__nav {
    padding: 0 1.5rem 0 3rem;
  }
}

.l-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1005;
}

.l-header.is-open .c-header__nav {
  display: block;
}

.c-header__link {
  display: flex;
}

.c-header__current-language {
  padding: 0;
  border: none;
  outline: none;
  background: none;
}

.c-header__container {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .c-header__search-bar {
    margin-right: 1rem;
  }
}
@media (min-width: 1400px) {
  .c-header__search-bar {
    margin-right: 3.75rem;
  }
}

@media (min-width: 0) and (max-width: 1023px) {
  .c-header__languages {
    position: fixed;
    top: 3.75rem;
    right: 0;
    left: 0;
    display: none;
    background-color: #FFF;
  }
}

.c-header__languages.is-open,
.l-header.is-open .c-header__languages {
  display: block;
}

.c-logo {
  width: 7.25rem;
}
@media (min-width: 768px) {
  .c-logo {
    width: 19.5rem;
    height: auto;
  }
}

.c-burger {
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 1.25rem;
  height: 1rem;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  background: none;
}
@media (min-width: 1024px) {
  .c-burger {
    display: none;
  }
}

.c-burger__lines {
  position: relative;
  width: 0.75rem;
  height: 0.125rem;
  transition-property: transform;
  color: #000;
  background-color: currentColor;
  transition-timing-function: ease-out;
  transition-duration: 220ms;
}
.c-burger__lines::before, .c-burger__lines::after {
  position: absolute;
  right: 0;
  width: 1.25rem;
  height: 0.125rem;
  content: "";
  transition-property: top;
  background-color: currentColor;
  transition-timing-function: ease-out;
  transition-duration: 100ms;
}
.c-burger__lines::before {
  top: -0.45rem;
}
.c-burger__lines::after {
  top: 0.45rem;
}

.l-header.is-open-menu .c-burger__lines {
  transform: rotate(225deg);
}
.l-header.is-open-menu .c-burger__lines::before {
  content: none;
  transition: none;
}
.l-header.is-open-menu .c-burger__lines::after {
  top: revert;
  bottom: 0;
  transform: rotate(-90deg);
}

.c-main-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  text-transform: none;
}
@media (min-width: 0) and (max-width: 1023px) {
  .c-main-nav-list {
    flex-direction: column;
  }
}

.c-main-nav-list--level-1 {
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .c-main-nav-list--level-2 {
    top: calc(100% + .75rem);
    left: -1rem;
    width: 11rem;
  }
}

.c-main-nav-list--level-2 .c-main-nav-list__item {
  border: none;
}

@media (min-width: 0) and (max-width: 1023px) {
  .c-main-nav-list--level-2 .c-main-nav-list__link {
    padding-left: 2rem;
  }
}

@media (min-width: 1024px) {
  .c-main-nav-list--level-3 {
    top: -0.5rem;
    left: 11rem;
    width: 13.125rem;
  }
}

@media (min-width: 1024px) {
  .c-main-nav-list--submenu.c-main-nav-list--level-3 {
    padding: 0.5rem;
  }
}

@media (min-width: 0) and (max-width: 1023px) {
  .c-main-nav-list--level-3 .c-main-nav-list__item {
    padding-left: 3rem;
  }
}

@media (min-width: 0) and (max-width: 1023px) {
  .c-main-nav-list--level-3 .c-main-nav-list__item:not(:last-child) {
    border-bottom: 1px solid #E6EAF3;
  }
}

@media (min-width: 0) and (max-width: 1023px) {
  .c-main-nav-list--submenu.c-main-nav-list--level-3 .c-main-nav-list__link {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .c-main-nav-list--submenu.c-main-nav-list--level-3 .c-main-nav-list__link {
    padding: 0.5rem;
  }
}

.c-main-nav-list__item {
  display: flex;
  align-items: center;
}

.c-main-nav-list__item:not(:last-child) {
  border-bottom: 1px solid #E6EAF3;
}
@media (min-width: 768px) {
  .c-main-nav-list__item:not(:last-child) {
    margin-right: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .c-main-nav-list__item:not(:last-child) {
    border-bottom: none;
  }
}
@media (min-width: 1400px) {
  .c-main-nav-list__item:not(:last-child) {
    margin-right: 2rem;
  }
}

.c-main-nav-list--submenu {
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  flex-direction: column;
  transform: scale(1, 0);
  transform-origin: top left;
  opacity: 0;
}
@media (min-width: 0) and (max-width: 1023px) {
  .c-main-nav-list--submenu {
    width: 100%;
    max-height: 0;
  }
}
@media (min-width: 1024px) {
  .c-main-nav-list--submenu {
    position: absolute;
    padding: 0.5rem 0;
    background-color: #FCFDFF;
  }
}

.c-main-nav-list--submenu .c-main-nav-list__item {
  margin: 0;
}

.c-main-nav-list--level-3 .c-main-nav-list__link:hover {
  background-color: #E6EFFD;
}

.c-main-nav-list__item--has-children {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 0) and (max-width: 1023px) {
  .c-main-nav-list__item--has-children > .c-main-nav-list__link:not(.c-main-nav-list__button) {
    display: none;
  }
}

.c-main-nav-list__item.is-open > .c-main-nav-list--submenu,
.c-main-nav-list__item.is-open > .c-main-nav-list--submenu {
  transform: scale(1, 1);
  opacity: 1;
}
@media (min-width: 0) and (max-width: 1023px) {
  .c-main-nav-list__item.is-open > .c-main-nav-list--submenu,
.c-main-nav-list__item.is-open > .c-main-nav-list--submenu {
    max-height: 100%;
  }
}

@media (min-width: 1024px) {
  .c-main-nav-list__item--has-children > .c-main-nav-list__link:hover ~ .c-main-nav-list--submenu,
.c-main-nav-list--submenu:hover {
    transform: scale(1, 1);
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .c-main-nav-list--submenu .c-main-nav-list__link {
    width: 100%;
	line-height: 2;
    padding: 0.5rem 1rem;
    white-space: initial
		
  }
}

.c-main-nav-list__link {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media (min-width: 0) and (max-width: 1023px) {
  .c-main-nav-list__link {
    width: 100%;
    padding: 1rem 5rem 1rem 0.5rem;
  }
}
@media (min-width: 768px) {
  .c-main-nav-list__link {
    font-size: 0.75rem;
    line-height: 4;
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  .c-main-nav-list__link {
    font-size: 0.875rem;
    line-height: 5;
  }
}

.c-main-nav-list__link:hover {
  color: #4270E0;
}

.c-main-nav-list__item.is-open > .c-main-nav-list__link {
  color: #4270E0;
}

@media (min-width: 1024px) {
  .c-main-nav-list--level-1 > .c-main-nav-list__item > .c-main-nav-list__link::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.25rem;
    content: "";
    transform: translateY(-50%);
  }
}

.c-main-nav-list--level-2 .c-main-nav-list__link:hover > .c-main-nav-list__icon {
  transform: none;
}

.c-main-nav-list__link:hover > .c-main-nav-list__icon {
  transform: rotate(90deg);
}
@media (min-width: 0) and (max-width: 1023px) {
  .c-main-nav-list__link:hover > .c-main-nav-list__icon {
    transform: none;
  }
}

.c-main-nav-list__item.is-open > .c-main-nav-list__link > .c-main-nav-list__icon {
  transform: rotate(90deg);
}

.c-main-nav-list__button {
  text-transform: inherit;
  border: none;
  outline: none;
  background: none;
}
@media (min-width: 1024px) {
  .c-main-nav-list__button {
    display: none;
  }
}

.c-main-nav-list__icon {
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  display: flex;
  margin-left: 1rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .c-main-nav-list__icon {
    font-size: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .c-main-nav-list__icon {
    margin-left: 0.5rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-main-nav-list__svg-path {
    stroke-width: 1px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-main-nav-list--submenu .c-main-nav-list__svg-path {
    stroke-width: 1.5px;
  }
}

.c-main-nav-list--submenu .c-main-nav-list__icon {
  font-size: 0.5rem;
}
@media (min-width: 0) and (max-width: 1023px) {
  .c-main-nav-list--submenu .c-main-nav-list__icon {
    margin-left: 0.75rem;
  }
}

.c-main-nav-list__svg {
  fill: none;
}

.c-search-bar {
  position: relative;
}

@media (min-width: 0) and (max-width: 767px) {
  .c-search-bar__form {
    top: 3.75rem;
  }
}
@media (min-width: 0) and (max-width: 1199px) {
  .c-search-bar__form {
    transition-timing-function: ease-in-out;
    transition-duration: 250ms;
    position: fixed;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 6rem;
    padding: 0 1.5rem;
    transition-property: all;
    transform: scale(1, 0);
    transform-origin: top left;
    opacity: 0;
    background-color: #FFF;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .c-search-bar__form {
    top: 6.25rem;
  }
}

.c-search-bar.is-open .c-search-bar__form {
  transform: scale(1, 1);
  opacity: 1;
}

.c-search-bar__search {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  display: flex;
  align-items: center;
  margin-right: 1.25rem;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .c-search-bar__search {
    display: none;
  }
}

.c-search-bar__submit {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  position: absolute;
  top: 50%;
  font-size: 1rem;
  cursor: pointer;
  transform: translateY(-50%);
  color: #C4D9FF;
}
@media (min-width: 0) and (max-width: 1199px) {
  .c-search-bar__submit {
    left: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .c-search-bar__submit {
    right: 0.25rem;
    color: #5D5D77;
  }
}

.c-search-bar__close {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  font-size: 0.75rem;
  cursor: pointer;
  transform: translateY(-50%);
  color: #4270E0;
}
@media (min-width: 1200px) {
  .c-search-bar__close {
    display: none;
  }
}

.c-search-bar__field-wrapper {
  position: relative;
  width: 100%;
  height: 1.75rem;
}

.c-search-bar__field {
  width: 100%;
  height: 100%;
  padding: 0 1.25rem 0 2rem;
  border: none;
  border-bottom: 1px solid #4270E0;
  border-radius: 0;
  outline: none;
}
@media (min-width: 1200px) {
  .c-search-bar__field {
    width: 9.75rem;
    padding: 0 1.25rem 0 0.25rem;
    border-bottom: 1px solid #5D5D77;
  }
}
.c-search-bar__field::-webkit-search-decoration, .c-search-bar__field::-webkit-search-cancel-button, .c-search-bar__field::-webkit-search-results-button, .c-search-bar__field::-webkit-search-results-decoration {
  display: none;
}

.c-search-bar__field::-moz-placeholder {
  color: #C4D9FF;
}

.c-search-bar__field:-ms-input-placeholder {
  color: #C4D9FF;
}

.c-search-bar__field::placeholder {
  color: #C4D9FF;
}
@media (min-width: 1200px) {
  .c-search-bar__field::-moz-placeholder {
    color: #BEBEC9;
  }
  .c-search-bar__field:-ms-input-placeholder {
    color: #BEBEC9;
  }
  .c-search-bar__field::placeholder {
    color: #BEBEC9;
  }
}

.c-search-bar__results {
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  position: fixed;
  top: 9.5rem;
  right: 0;
  padding-right: 0.25rem;
  transform: scale(1, 0);
  transform-origin: top left;
  opacity: 0;
}
@media (min-width: 0) and (max-width: 1199px) {
  .c-search-bar__results {
    left: 0;
    overflow-y: auto;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .c-search-bar__results {
    height: calc(100vh - 9.5rem);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .c-search-bar__results {
    height: calc(100vh - 12.25rem);
  }
}
@media (min-width: 768px) {
  .c-search-bar__results {
    top: 12.25rem;
  }
}
@media (min-width: 1200px) {
  .c-search-bar__results {
    position: absolute;
    top: calc(100% + 2.25rem);
    right: -0.25rem;
  }
}

.c-search-bar__results.is-open {
  transform: scale(1, 1);
  opacity: 1;
}

.c-search-results {
  overflow-y: auto;
  width: 100%;
  padding: 0 1.25rem;
}
@media (min-width: 1200px) {
  .c-search-results {
    width: 31.5rem;
    max-height: 32.25rem;
    padding-top: 0.75rem;
  }
}

.c-search-results::-webkit-scrollbar {
  width: 0.5rem;
}

.c-search-results::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background: #A1B8F0;
}

.c-search-results::-webkit-scrollbar-track {
  background: #F2F5FE;
}

.c-search-results__title {
  padding-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .c-search-results__title {
    padding-bottom: 0.75rem;
    font-weight: 500;
    color: #5D5D77;
  }
}

.c-search-results-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-search-result-box {
  position: relative;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  cursor: default;
}
@media (min-width: 0) and (max-width: 1023px) {
  .c-search-result-box {
    border: 1px solid #E6EAF3;
  }
}
@media (min-width: 1024px) {
  .c-search-result-box {
    margin-bottom: 0;
    padding: 0.75rem 0;
  }
}

@media (min-width: 1024px) {
  .c-search-result-box::before {
    position: absolute;
    top: 0;
    right: -0.75rem;
    left: -0.75rem;
    height: 1px;
    content: "";
    background-color: #E6EAF3;
  }
}

.c-search-result-box__title {
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  .c-search-result-box__title {
    margin-bottom: 0.5rem;
  }
}

.c-search-result-box__description {
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  text-overflow: ellipsis;
}

.c-search-result-box__phrase {
  font-weight: 800;
  color: #4270E0;
}

.c-search-results-list__link:hover .c-search-result-box__title,
.c-search-results-list__link:hover .c-search-result-box__description {
  color: #4270E0;
}

.c-languages-nav {
  position: relative;
}

.c-languages-nav__current-lang {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  display: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .c-languages-nav__current-lang {
    display: flex;
  }
}

.c-languages-list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 4.75rem;
  padding: 1.75rem 0 0.5rem;
}
@media (min-width: 0) and (max-width: 1023px) {
  .c-languages-list {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .c-languages-list {
    transition-timing-function: ease-in-out;
    transition-duration: 250ms;
    position: absolute;
    z-index: 10;
    top: calc(100% + .75rem);
    right: -0.75rem;
    height: auto;
    padding: 0.75rem 0;
    transition-property: all;
    transform: scale(1, 0);
    transform-origin: top left;
    opacity: 0;
    background: linear-gradient(212.44deg, rgba(243, 246, 255, 0.6) 28.67%, rgba(255, 255, 255, 0.6) 66.59%), #FFF;
  }
}

@media (min-width: 1024px) {
  .c-header__languages.is-open .c-languages-list {
    transform: scale(1, 1);
    opacity: 1;
  }
}

@media (min-width: 0) and (max-width: 1023px) {
  .c-languages-list__item:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.c-language-box__link {
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0) and (max-width: 1023px) {
  .c-language-box__link {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.625rem;
    font-weight: 600;
    color: #5D5D77;
  }
}
@media (min-width: 1024px) {
  .c-language-box__link {
    justify-content: space-between;
    padding: 0.75rem 0.75rem 0.75rem 2.5rem;
  }
}

@media (min-width: 1024px) {
  .c-language-box__link:hover {
    background-color: #E6EFFD;
  }
}

.c-language-box__link::before {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 0.75rem;
  transform: translateY(-50%);
}

@media (min-width: 0) and (max-width: 1023px) {
  .c-language-box__link.is-active {
    color: #4270E0;
    background-color: #E6EFFD;
  }
}

@media (min-width: 1024px) {
  .c-language-box__link.is-active::before {
    content: url("../img/icon-check-circle.svg");
  }
}

.c-language-box__name {
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 0) and (max-width: 1023px) {
  .c-language-box__name {
    display: none;
  }
}

.c-language-box__short-name {
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .c-language-box__short-name {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 1023px) {
  .c-language-box__flag {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-language-box__flag {
    margin-left: 0.75rem;
  }
}

.c-flag {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.f-field {
  position: relative;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .f-field {
    margin-bottom: 2.5rem;
  }
}

.f-field:not(.f-field--acceptance) .f-field__label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 1rem;
  padding: 0 0.75rem;
  font-size: 0.75rem;
  transform: translateY(-50%);
  color: #67677F;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .f-field:not(.f-field--acceptance) .f-field__label {
    left: 1.875rem;
    font-size: 1rem;
  }
}

.f-field--acceptance .f-field__input {
  flex-shrink: 0;
  margin-right: 0.75rem;
}
@media (min-width: 768px) {
  .f-field--acceptance .f-field__input {
    margin-right: 1rem;
  }
}

.c-contact .f-field--textarea {
  margin-bottom: 1rem;
}

.c-contact .f-field--submit {
  margin-bottom: 0;
}

.c-contact {
  padding-bottom: 2.25rem;
}
@media (min-width: 768px) {
  .c-contact {
    padding-bottom: 8.75rem;
  }
}

.c-contact__header {
  padding-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .c-contact__header {
    padding-bottom: 2.625rem;
  }
}

@media (min-width: 768px) {
  .c-contact__heading {
    text-transform: uppercase;
  }
}

.c-contact__content {
  display: flex;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .c-contact__form {
    width: 60%;
    max-width: 60%;
    padding-right: 6.25rem;
  }
}
@media (min-width: 1400px) {
  .c-contact__form {
    padding-right: 10.625rem;
  }
}

.c-contact__media-box {
  position: relative;
  width: 40%;
  max-width: 40%;
  margin-top: -1rem;
  padding-top: 4.375rem;
}
.c-contact__media-box::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 60vw;
  height: 100%;
  content: "";
  opacity: 0.7;
  background: #DCE9FC linear-gradient(0, rgba(190, 205, 243, 0.3) 0%, rgba(211, 227, 251, 0) 100%) 0 100%/100% 70% no-repeat;
  background-blend-mode: multiply;
}

.c-contact__media-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-contact__icon {
  position: absolute;
  top: 15%;
  right: 0;
}

.c-circle-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.375rem;
  border: 1px solid #E7EDFB;
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 0 0.25rem 0.25rem rgba(168, 193, 222, 0.1);
}
@media (min-width: 768px) {
  .c-circle-icon {
    width: 4.375rem;
    height: 4.375rem;
    font-size: 1.875rem;
  }
}

.c-circle-icon__media {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-circle-icon--large {
  width: 4rem;
  height: 4rem;
}
@media (min-width: 1400px) {
  .c-circle-icon--large {
    width: 5.75rem;
    height: 5.75rem;
    font-size: 3rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-circle-icon--mobile-large {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.c-circle-icon--small {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.125rem;
}

.c-btn {
  display: block;
  width: 100%;
  padding: 0.875rem 2.25rem;
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  transition-property: background-color, border-color, color;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #4270E0;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
@media (min-width: 768px) {
  .c-btn {
    display: inline-block;
    width: auto;
    padding-right: 2.75rem;
    padding-left: 2.75rem;
    cursor: pointer;
  }
}

.c-btn--block {
  display: block;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .c-btn--large {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

.c-btn--primary {
  color: #FFF;
  background-color: #4270E0;
}
.c-btn--primary:hover, .c-btn--primary:focus {
  color: #4270E0;
  background-color: transparent;
}

.c-btn--secondary {
  color: #4270E0;
}
.c-btn--secondary:hover {
  color: #FFF;
  background: #4270E0;
}

.c-btn--tertiary {
  color: #FFF;
  border-color: #FFF;
  background-color: transparent;
}
.c-btn--tertiary:hover {
  color: #000;
  background: #FFF;
}

.c-btn--load-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-btn--load-more.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.c-about-us__header {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .c-about-us__heading {
    width: 50%;
  }
}

.c-about-us__action {
  width: 100%;
}
@media (min-width: 768px) {
  .c-about-us__action {
    width: 50%;
    text-align: right;
    order: 1;
  }
}

.c-about-us__desc {
  padding: 1.25rem 0;
}
@media (min-width: 768px) {
  .c-about-us__desc {
    padding: 1.5rem 0 0;
    order: 2;
  }
}

.c-adventages-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2.125rem;
}
@media (min-width: 768px) {
  .c-adventages-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.c-adventage-box {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 3.75rem;
  padding: 0 1.5rem;
  transition-property: color, box-shadow;
  color: #000;
  border-radius: 0.25rem;
  background-color: #FFF;
  box-shadow: 1px 1px 2px rgba(141, 173, 255, 0.1), 0 0 0.4375rem rgba(101, 125, 186, 0.1), 0 0.25rem 0.3125rem rgba(101, 125, 186, 0.06);
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
@media (min-width: 768px) {
  .c-adventage-box {
    min-height: 7.375rem;
    border-radius: 0.375rem;
    box-shadow: 0 0 0.625rem rgba(101, 125, 186, 0.1), 0 0.25rem 0.5rem rgba(101, 125, 186, 0.06);
  }
}
.c-adventage-box:hover, .c-adventage-box:focus {
  color: #4270E0;
  box-shadow: 0 0 0.625rem rgba(101, 125, 186, 0.1), 0 0.25rem 0.5rem rgba(101, 125, 186, 0.06);
}

.c-adventage-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  content: "";
  transition-property: background-color;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

.c-adventage-box:hover::after,
.c-adventage-box:focus::after {
  background-color: #4270E0;
}

.c-adventage-box__icon {
  display: inline-flex;
  padding-right: 1.25rem;
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .c-adventage-box__icon {
    padding-right: 2.25rem;
    font-size: 2.1875rem;
  }
}

.c-adventage-box__icon-media {
  width: 1em;
  height: 1em;
}

.c-adventage-box__icon-media path {
  transition-property: fill;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

.c-adventage-box:hover .c-adventage-box__icon-media path {
  fill: currentColor;
}

.c-adventage-box__heading {
  font-family: Poppins, sans-serif;
}

.c-our-values__header {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .c-our-values__header {
    margin-bottom: 3.75rem;
  }
}

.c-our-values__heading {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .c-our-values__action-mobile {
    display: none;
  }
}

.c-values-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .c-values-slider__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .c-values-slider__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-values-slider__list-item {
  display: flex;
}

@media (min-width: 768px) {
  .c-values-slider__pagination.c-slider-pagination {
    display: none;
  }
}

.c-value-box {
  width: 100%;
  padding: 0.375rem 1.125rem 2.125rem;
  border: 1px solid #E6EAF3;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.1) linear-gradient(212.44deg, rgba(243, 246, 255, 0.6) 28.67%, rgba(255, 255, 255, 0.6) 66.59%);
  box-shadow: 0 0 0.625rem rgba(101, 125, 186, 0.1);
}
@media (min-width: 768px) {
  .c-value-box {
    padding: 2rem 3rem 4rem;
  }
}

.c-value-box__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .c-value-box__icon {
    margin-bottom: 1.25rem;
  }
}

.c-value-box__title {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .c-value-box__title {
    margin-bottom: 2.25rem;
  }
}

.c-value-box__desc {
  text-align: center;
}
@media (min-width: 768px) {
  .c-value-box__desc {
    text-align: left;
  }
}

.c-value-cta {
  display: none;
}
@media (min-width: 768px) {
  .c-value-cta {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    padding: 6.25rem 3.625rem 3rem;
    border-radius: 0.375rem;
    background-image: linear-gradient(89.58deg, #4270E0 16.74%, #004B85 206.27%);
    box-shadow: 1.5rem 1.75rem 6rem rgba(54, 86, 166, 0.35);
  }
}
@media (min-width: 1024px) {
  .c-value-cta {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 1400px) {
  .c-value-cta {
    padding-right: 5.625rem;
    padding-left: 5.625rem;
  }
}

.c-value-cta:hover .c-btn {
  color: #000;
  background-color: #FFF;
}

.c-value-cta__title {
  padding-bottom: 2rem;
  font-family: Poppins, sans-serif;
}

.c-slider-pagination {
  display: flex;
  justify-content: center;
}

.c-slider-pagination--y-offset {
  margin: 2rem 0;
}

.c-slider-pagination__bullet {
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  display: block;
  flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 1rem;
  transition-property: background-color;
  border-radius: 50%;
  background-color: #E7EDFB;
}

.c-slider-pagination__bullet--darker {
  background-color: rgba(66, 112, 224, 0.2);
}

.c-slider-pagination__bullet--active {
  background-color: #4270E0;
}

@media (min-width: 768px) {
  .c-slider-pagination--mobile-only {
    display: none;
  }
}

.c-articles__header {
  display: flex;
  margin-bottom: 3.375rem;
}
@media (min-width: 768px) {
  .c-articles__header {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 768px) {
  .c-articles__heading,
.c-articles__slider-nav {
    width: 50%;
  }
}

.c-articles__slider-nav {
  display: none;
  width: 50%;
}
@media (min-width: 768px) {
  .c-articles__slider-nav {
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .c-articles .c-articles-slider__pagination {
    display: none;
  }
}

.c-articles__action {
  display: flex;
  justify-content: center;
}

.c-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
  transition-property: border-color, background-color, color;
  color: #4270E0;
  border: 1px solid #E6EAF3;
  background-color: #FFF;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
@media (min-width: 768px) {
  .c-icon-btn {
    width: 4rem;
    height: 4rem;
    font-size: 1.25rem;
  }
}
.c-icon-btn:hover {
  color: #FFF;
  background-color: #4270E0;
  border-color: #4270E0;
}

.c-icon-btn--no-border {
  border: none;
}

@media (min-width: 0) and (max-width: 767px) {
  .c-icon-btn--mobile-sm {
    height: 1.5rem;
  }
}

.c-article-box {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  border: 1px solid #E6EAF3;
  border-radius: 0.375rem;
}

.c-article-box:hover .c-article-box__title {
  color: #4270E0;
}

.c-article-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition-property: opacity;
  background-color: #4270E0;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
@media (min-width: 768px) {
  .c-article-box::after {
    opacity: 0;
  }
}

.c-article-box:hover::after {
  opacity: 1;
}

.c-article-box__container {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 1.25rem;
  flex-grow: 1;
}

.c-article-box__read-more {
  margin-top: auto;
}

.c-article-box__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.75rem;
  background-image: linear-gradient(180deg, #FFFFFF 3.08%, #F7F9FF 122.88%);
}
@media (min-width: 576px) {
  .c-article-box__figure {
    height: 16.25rem;
  }
}
@media (min-width: 1900px) {
  .c-article-box__figure {
    height: 20rem;
  }
}

.c-article-box__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-article-box__meta {
  margin-bottom: 0.5rem;
}

.c-article-box__date {
  color: rgba(93, 93, 119, 0.8);
}

.c-article-box__title {
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  margin-bottom: 0.625rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition-property: color;
  color: #4270E0;
}
@media (min-width: 768px) {
  .c-article-box__title {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
  }
}

.c-article-box__desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  width: 90%;
  margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
  .c-article-box__desc {
    line-height: 1.8;
  }
}

.c-article-box--has-shadow {
  box-shadow: 0 0 0.625rem rgba(101, 125, 186, 0.1), 0 0.25rem 0.5rem rgba(101, 125, 186, 0.06);
}

.c-article-box__title--medium {
  font-size: 0.875rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .c-article-box__title--medium {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-article-box--alt .c-article-box__figure {
    height: 14.375rem;
  }
}

@media (min-width: 0) and (max-width: 1023px) {
  .c-article-box--latest::after,
.c-article-box--alt::after {
    background-color: transparent;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-article-box--latest .c-article-box__figure {
    height: 11rem;
  }
}

.c-articles-list.swiper-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .c-articles-list.swiper-wrapper {
    margin-bottom: 2rem;
  }
}

.c-articles-list__item {
  display: flex;
  height: auto;
}

.c-articles-list__link {
  display: flex;
  width: 100%;
}

.c-articles-list--grid {
  display: grid;
  gap: 1.5rem 0;
}
@media (min-width: 576px) {
  .c-articles-list--grid {
    gap: 4rem 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .c-articles-list--grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.c-articles-list--latest {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.875rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 0) and (max-width: 767px) {
  .c-articles-list--latest {
    overflow: scroll;
    padding: 0 1.5rem;
  }
}

@media (min-width: 0) and (max-width: 575px) {
  .c-articles-list--latest .c-articles-list__item {
    width: 15.625rem;
  }
}

.c-link {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #4270E0;
}

.c-link--bold {
  font-weight: 700;
}

.c-link--icon {
  display: flex;
  align-items: center;
}

.c-link__icon {
  margin-left: 0.5rem;
}

.c-link__icon--on-left {
  margin: 0 0.5rem 0 0;
}

@media (min-width: 768px) {
  .c-link--icon-animate .c-link__icon {
    transition-timing-function: ease-in-out;
    transition-duration: 250ms;
    transition-property: opacity, transform;
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .c-link--icon-animate:hover .c-link__icon {
    transform: translateX(0.5rem);
    opacity: 1;
  }
}

.c-products-labels__heading {
  margin-bottom: 2.25rem;
}
@media (min-width: 1024px) {
  .c-products-labels__heading {
    width: 45%;
    margin-bottom: 2.75rem;
  }
}

@media (min-width: 1024px) {
  .c-image-slider--transform-y {
    transform: translateY(-3.125rem);
  }
}

.c-image-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-image-slider__list-item {
  height: auto;
}

.c-image-slider__image {
  width: 100%;
  height: 14.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .c-image-slider__image {
    height: 31.25rem;
  }
}
@media (min-width: 1024px) {
  .c-image-slider__image {
    height: 21.625rem;
  }
}
@media (min-width: 1900px) {
  .c-image-slider__image {
    height: 28rem;
  }
}

@media (min-width: 768px) {
  .c-image-slider__image--full {
    height: 100%;
  }
}

.c-image-slider__figure {
  height: 100%;
}

@media (min-width: 0) and (max-width: 1023px) {
  .c-vertical-tabs .c-image-slider {
    margin: 0 -1.5rem 2.125rem;
  }
}

@media (min-width: 1024px) {
  .c-vertical-tabs {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1024px) {
  .c-vertical-tabs__nav {
    flex-shrink: 0;
    width: 60%;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1900px) {
  .c-vertical-tabs__nav {
    width: 55%;
  }
}

@media (min-width: 1024px) {
  .c-vertical-tabs__content {
    width: 40%;
  }
}
@media (min-width: 1900px) {
  .c-vertical-tabs__content {
    width: 45%;
  }
}

.c-tabs-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-tabs-nav-list__item {
  position: relative;
  margin-bottom: 1.125rem;
  padding-left: 1.375rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition-property: color;
  color: #000;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
.c-tabs-nav-list__item:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .c-tabs-nav-list__item {
    margin-bottom: 2rem;
    padding-left: 2.25rem;
    font-size: 1.75rem;
  }
}

.c-tabs-nav-list__item::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 0.375rem;
  content: "";
  transition-property: transform, background-color;
  border-radius: 50%;
  background-color: currentColor;
  transition-timing-function: ease-in-out;
  transition-duration: 150ms;
}
@media (min-width: 768px) {
  .c-tabs-nav-list__item::before {
    font-size: 0.75rem;
  }
}

.c-tabs-nav-list__item--active {
  color: #4270E0;
}

.c-tabs-nav-list__item--active::before {
  transform: scale(2.5);
  background: #4270E0 url("../img/icon-check.svg") center/cover;
}
@media (min-width: 768px) {
  .c-tabs-nav-list__item--active::before {
    transform: scale(1.8);
  }
}

.c-tabs-nav-list__item--active .c-tabs-nav-list__link svg,
.c-tabs-nav-list__link:hover .c-tabs-nav-list__link svg {
  transform: translateX(1rem);
  opacity: 1;
}

.c-tabs-nav-list__link {
  display: flex;
  align-items: center;
}

.c-tabs-nav-list__link svg {
  font-size: 1.125rem;
  transition-property: opacity, transform;
  transform: translateX(0.5rem);
  opacity: 0;
  transition-timing-function: ease-in-out;
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .c-offer-teaser {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(6.25rem, auto) 1fr;
    grid-column-gap: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .c-offer-teaser {
    grid-column-gap: 11.25rem;
  }
}

.c-offer-teaser__header {
  margin-bottom: 1.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c-offer-teaser__header {
    margin-bottom: 3.125rem;
    text-align: left;
  }
}

.c-offer-teaser__title {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .c-offer-teaser__title {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .c-offer-teaser--alt .c-offer-teaser__media {
    grid-column: 1;
  }
}

.c-offer-teaser__action {
  margin-top: 2.375rem;
}
@media (min-width: 768px) {
  .c-offer-teaser__action {
    margin-top: 60px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-offer-teaser__media {
    width: 70%;
    margin: 0 auto 4.125rem;
  }
}
@media (min-width: 768px) {
  .c-offer-teaser__media {
    grid-column: 2;
    grid-row: 1/-1;
  }
}

.c-offer__header {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .c-offer__header {
    margin-bottom: 5rem;
  }
}

.c-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.c-list--unordered li, .c-wysiwyg ul li {
  position: relative;
  padding-left: 1.25rem;
}

.c-list--check li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.625rem;
}

.c-list--unordered li, .c-wysiwyg ul li,
.c-list--ordered li,
.c-wysiwyg ol li {
  position: relative;
  margin-bottom: 2.875rem;
  padding-left: 3rem;
  counter-increment: item;
}
@media (min-width: 768px) {
  .c-list--unordered li, .c-wysiwyg ul li,
.c-list--ordered li,
.c-wysiwyg ol li {
    margin-bottom: 3.125rem;
  }
}

.c-list--unordered li:last-child, .c-wysiwyg ul li:last-child,
.c-list--ordered li:last-child,
.c-wysiwyg ol li:last-child {
  margin-bottom: 0;
}

.c-list--unordered li::before, .c-wysiwyg ul li::before,
.c-list--ordered li::before,
.c-wysiwyg ol li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  content: "";
  color: #FFF;
  border-radius: 50%;
}

.c-list--unordered li::before, .c-wysiwyg ul li::before {
  background: #000 url("../img/icon-check.svg") center/cover;
}

.c-list--ordered li::before, .c-wysiwyg ol li::before {
  content: counter(item);
  background-color: #000;
}

.c-aside-decor-box,
.c-aside-decor-box__icon,
.c-aside-decor-box__figure {
  z-index: 1;
}

.c-aside-decor-box {
  position: relative;
}

.c-aside-decor-box__icon {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .c-aside-decor-box__icon {
    top: 1.875rem;
    left: 1.875rem;
    font-size: 1.75rem;
  }
}

.c-aside-decor-box__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-aside-decor-box__decor {
  position: absolute;
  z-index: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 80%;
  transform: translate(-6.25rem, 2.5rem);
  background-image: url("../img/decor-lines-accent.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
@media (min-width: 768px) {
  .c-aside-decor-box__decor {
    transform: translate(6.25rem, 5rem);
  }
}

.c-aside-decor-box__decor::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transform: translateX(-100%);
  background-color: inherit;
}
@media (min-width: 768px) {
  .c-aside-decor-box__decor::after {
    transform: translateX(calc(100% - 1px));
  }
}

.c-offer-teaser__media--alt .c-aside-decor-box__decor {
  transform: translate(6.25rem, 2.5rem);
}
@media (min-width: 768px) {
  .c-offer-teaser__media--alt .c-aside-decor-box__decor {
    transform: translate(-6.25rem, 5rem);
    background-position: left bottom;
  }
}

.c-offer-teaser__media--alt .c-aside-decor-box__decor::after {
  transform: translateX(100%);
}
@media (min-width: 768px) {
  .c-offer-teaser__media--alt .c-aside-decor-box__decor::after {
    transform: translateX(calc(-100% + 1px));
  }
}

.c-offer-teaser__media--alt .c-aside-decor-box__icon {
  right: 0.875rem;
  left: auto;
}
@media (min-width: 768px) {
  .c-offer-teaser__media--alt .c-aside-decor-box__icon {
    right: 1.875rem;
  }
}

.c-offer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-offer-list__item {
  margin-bottom: 4.375rem;
}
@media (min-width: 768px) {
  .c-offer-list__item {
    margin-bottom: 9.375rem;
  }
}
.c-offer-list__item:last-child {
  margin-bottom: 0;
}

.c-check-list {
  font-weight: 500;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  line-height: 1.9;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-check-list {
    display: flex;
    overflow: scroll;
    flex-wrap: nowrap;
    font-size: 0.75rem;
    line-height: 1.66;
  }
}
@media (min-width: 768px) {
  .c-check-list {
    display: flex;
    flex-direction: column;
  }
}

.c-check-list .c-check-list__item {
  display: flex;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-check-list .c-check-list__item {
    flex-direction: column;
    align-items: center;
    flex: 0 0 33.333%;
    padding: 0.4rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .c-check-list .c-check-list__item {
    position: relative;
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-check-list--over-3 {
    padding-right: 0.25rem;
  }
}

@media (min-width: 0) and (max-width: 575px) {
  .c-check-list--over-3 .c-check-list__item {
    flex-basis: 30%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .c-check-list--over-3 .c-check-list__item {
    flex-basis: 28%;
  }
}

.c-check-list__item-icon {
  flex-shrink: 0;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .c-check-list__item-icon {
    margin: 0.15rem 0.75rem 0 0;
    font-size: 1.5rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-check-list__item:not(:first-child) {
    border-left: 1px solid rgba(66, 112, 224, 0.1);
  }
}

@media (min-width: 768px) {
  .c-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    grid-template-rows: minmax(6.25rem, auto) 1fr;
    grid-column-gap: 2.5rem;
  }
}

@media (min-width: 768px) {
  .c-hero__header {
    margin: 1rem 0 3.8rem;
  }
}

.c-hero__heading {
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 2.625rem;
  line-height: 1.24;
}
@media (min-width: 768px) {
  .c-hero__heading {
    margin-bottom: 1.875rem;
    font-size: 3.75rem;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .c-hero__heading {
    font-size: 4.375rem;
  }
}
@media (min-width: 1400px) {
  .c-hero__heading {
    font-size: 5.625rem;
    line-height: 1.11;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-hero__body {
    display: flex;
    align-items: start;
  }
}
@media (min-width: 768px) {
  .c-hero__body {
    grid-column: 2;
    grid-row: 1/-1;
  }
}

.c-hero__desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: none;
  max-width: 22.5rem;
}
@media (min-width: 768px) {
  .c-hero__desc {
    display: -webkit-box;
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
@media (min-width: 1400px) {
  .c-hero__desc {
    font-size: 1.6875rem;
    line-height: 1.3;
  }
}

.c-hero__desc--mobile {
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-hero__desc--mobile {
    display: -webkit-box;
    width: 50%;
    padding: 1.375rem;
  }
}

@media (min-width: 768px) {
  .c-hero__footer {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: auto;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-hero__button {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .c-hero__button {
    margin-top: 2.5rem;
  }
}

.c-hero-slider {
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-hero-slider {
    width: 50%;
    margin: 0;
  }
}

.c-hero-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-hero-slider__list-item:not(:first-child) {
  display: none;
}

.c-hero-slider.swiper-initialized .c-hero-slider__list-item:not(:first-child) {
  display: block;
}

.c-hero-slider__list-item {
  height: auto;
}

.c-hero-slider__nav {
  position: absolute;
  z-index: 1;
  display: flex;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-hero-slider__nav {
    top: 15rem;
    left: 0;
    width: 100%;
    transform: translateX(15%);
  }
}
@media (min-width: 576px) {
  .c-hero-slider__nav {
    top: 25rem;
  }
}
@media (min-width: 768px) {
  .c-hero-slider__nav {
    top: 0;
    right: 0;
  }
}

@media (min-width: 768px) {
  .c-hero-slider__decor {
    position: absolute;
    bottom: -5rem;
    left: 0;
    display: block;
    width: 80%;
    height: 100%;
    transform: translateX(60%);
    background-color: #DCE9FC;
  }
}
@media (min-width: 1024px) {
  .c-hero-slider__decor {
    width: 60%;
    transform: translateX(50%);
  }
}

.c-hero-slider__decor::after {
  position: absolute;
  right: 0;
  width: 60vw;
  height: 100%;
  content: "";
  transform: translateX(100%);
  background-color: inherit;
}

@media (min-width: 768px) {
  .c-hero-slide-box {
    height: 100%;
  }
}

.c-hero-slide-box__content {
  --x: -85%;
  --y: -3.125rem;
  padding: 1.375rem 1.625rem;
  transform: translate(var(--x), var(--y));
  background: url("../img/decor-lines-1.png") right bottom/contain no-repeat, linear-gradient(89.58deg, #4270E0 16.74%, #004B85 206.27%);
  box-shadow: 1.5rem 1.75rem 6rem rgba(54, 86, 166, 0.35);
}
@media (min-width: 768px) {
  .c-hero-slide-box__content {
    --x: -40%;
    --y: -100%;
    position: absolute;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .c-hero-slide-box__content {
    --x: -50%;
    width: 60%;
    padding-right: 2.625rem;
    padding-left: 2.625rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .c-hero-slide-box__content {
    max-width: 22.5rem;
  }
}

.c-hero-slide-box__content {
  font-size: 0.75rem;
  line-height: 1.66;
}
@media (min-width: 576px) {
  .c-hero-slide-box__content {
    font-size: 1rem;
    line-height: 1.9;
  }
}
@media (min-width: 1400px) {
  .c-hero-slide-box__content {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

.c-hero-slide-box__heading {
  margin-bottom: 0.375rem;
}
@media (min-width: 1400px) {
  .c-hero-slide-box__heading {
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .c-hero-slide-box__figure,
.c-hero-slide-box__image {
    height: 100%;
  }
}

.c-hero-slide-box__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 0) and (max-width: 575px) {
  .c-hero-slide-box__image {
    height: 15rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .c-hero-slide-box__image {
    height: 25rem;
  }
}
@media (min-width: 768px) {
  .c-hero-slide-box__image {
    max-height: 90vh;
  }
}

.c-image-hero {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-image-hero {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .c-image-hero__content {
    width: 45%;
    padding: 10rem 0;
  }
}

.c-image-hero__media {
  --negative-offset: 1.5rem;
}
@media (min-width: 768px) {
  .c-image-hero__media {
    position: absolute;
    top: 0;
    right: var(--negative-offset);
    width: calc(55% - var(--negative-offset));
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .c-image-hero__media {
    --negative-offset: 2.5rem;
  }
}

.c-image-hero__figure,
.c-image-hero__image {
  width: 100%;
  height: 100%;
}

.c-image-hero__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-image-hero__title {
  position: relative;
  z-index: 0;
  font-weight: 500;
  font-size: 2.625rem;
  line-height: 1.24;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-image-hero__title {
    padding: 1.5rem 1.5rem 4rem;
  }
}
@media (min-width: 768px) {
  .c-image-hero__title {
    font-size: 3.75rem;
    font-weight: 600;
    word-spacing: 100vw;
  }
}
@media (min-width: 576px) {
  .c-image-hero__title {
    font-size: 4.375rem;
  }
}
@media (min-width: 1400px) {
  .c-image-hero__title {
    font-size: 5.625rem;
    line-height: 1.11;
  }
}

.c-image-hero__title::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  content: "";
  background-color: #DCE9FC;
}
@media (min-width: 768px) {
  .c-image-hero__title::after {
    top: initial;
    bottom: -0.2em;
    left: -1rem;
    width: 120%;
    height: 1.4em;
  }
}

.c-images-text__header {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .c-images-text__header {
    margin-bottom: 1.875rem;
  }
}

.c-images-text__row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-images-text__row {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}

.c-images-text__content {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .c-images-text__content {
    width: 50%;
    margin-bottom: 2.75rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1400px) {
  .c-images-text__content {
    padding-left: 6.5rem;
    margin-bottom: 4.75rem;
  }
}
@media (min-width: 1900px) {
  .c-images-text__content {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1400px) {
  .c-images-text__row:first-child .c-images-text__content {
    margin-top: auto;
  }
}

.c-images-text__media {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 0) and (max-width: 767px) {
  .c-images-text__media {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .c-images-text__media {
    width: 50%;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .c-images-text__row:first-child .c-images-text__media {
    margin-top: auto;
  }
}

@media (min-width: 768px) {
  .c-images-text__figure:first-child {
    transform: translateY(-3.125rem);
  }
}

.c-images-text__figure {
  position: relative;
  padding-bottom: 100%;
}

.c-images-text__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-category-grid__action-icon {
  margin-left: 0.25rem;
  font-size: 2.1875rem;
}
@media (min-width: 768px) {
  .c-category-grid__action-icon {
    margin-left: 0.5rem;
  }
}

@media (min-width: 768px) {
  .c-category-grid__action-icon--mobile {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-category-grid__action-icon--desktop {
    display: none;
  }
}

.c-category-grid__header {
  margin-bottom: 1.5rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-category-grid__header {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .c-category-grid__header {
    margin-bottom: 2.5rem;
  }
}

.c-category-list {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .c-category-list {
    gap: 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .c-category-list {
    gap: 2.625rem;
  }
}

.c-category-list__link {
  display: block;
  height: 100%;
}

.c-category-box {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 1.25rem 0.5rem 2.375rem;
  transition-property: border-color;
  border: 1px solid #E6EAF3;
  border-radius: 0.375rem;
  background-image: linear-gradient(212.44deg, rgba(243, 246, 255, 0.6) 28.67%, rgba(255, 255, 255, 0.6) 66.59%);
  box-shadow: 0 0 0.625rem rgba(101, 125, 186, 0.1);
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-category-box {
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .c-category-box {
    padding: 2.125rem 2.125rem 1.125rem;
  }
}

.c-category-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition-property: opacity;
  background-color: #4270E0;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-category-box::after {
    height: 1px;
  }
}

.c-category-box:hover::after {
  opacity: 0;
}

@media (hover: hover) {
  .c-category-box:hover {
    border-color: transparent;
  }
}

@media (hover: hover) {
  .c-category-box:hover .c-category-box__icon,
.c-category-box:hover .c-category-box__text {
    transform: translateX(1.5rem);
  }
}

@media (hover: hover) {
  .c-category-box:hover .c-category-box__text {
    color: #FFF;
  }
}

.c-category-box__icon,
.c-category-box__text {
  position: relative;
  z-index: 1;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

.c-category-box__icon {
  margin-bottom: 2.75rem;
  transition-property: transform;
}
@media (min-width: 768px) {
  .c-category-box__icon {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .c-category-box__icon {
    margin-bottom: 11rem;
  }
}
@media (min-width: 1900px) {
  .c-category-box__icon {
    margin-bottom: 13rem;
  }
}

.c-category-box__text {
  transition-property: transform, color;
  color: #000;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-category-box__text {
    display: flex;
    align-items: center;
    flex: 1;
  }
}

@media (hover: hover) {
  .c-category-box:hover .c-category-box__docor {
    visibility: visible;
    opacity: 1;
  }
}

.c-category-box__docor {
  z-index: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  opacity: 0;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-category-box__docor::after {
  content: "";
  background: linear-gradient(90deg, var(--gradient-color) 15%, transparent 150%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-category-box__figure {
  height: 100%;
}

.c-categoru-box__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-footer {
  color: #E6EFFD;
}
@media (min-width: 768px) {
  .c-footer {
    color: #FFF;
  }
}

.c-footer a:not(.c-footer__logo-link) {
  transition-property: border-color;
  border-bottom: 1px solid transparent;
  transition-timing-function: ease-in-out;
  transition-duration: 150ms;
}

.c-footer a:hover {
  border-color: currentColor;
}

@media (min-width: 0) and (max-width: 767px) {
  .c-footer__col:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-footer__col--nav:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.c-footer__col.c-footer__col--copyrights {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .c-footer__col.c-footer__col--copyrights {
    flex-direction: row-reverse;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .c-footer__col--desktop-last {
    order: 1;
  }
}

.c-footer__main {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .c-footer__main {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.2fr) repeat(3, 1fr) minmax(0, 1.2fr);
    margin-bottom: 2rem;
    padding-bottom: 7rem;
    border-bottom: 1px solid #C4D9FF;
  }
}

.c-footer__logo {
  margin-bottom: 2.375rem;
}
@media (min-width: 768px) {
  .c-footer__logo {
    margin-bottom: 3.25rem;
  }
}

.c-footer__logo-img {
  width: 100%;
  max-width: 11.25rem;
}

.c-footer__heading {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .c-footer__heading {
    margin-bottom: 2.375rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-footer__contact-header {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .c-footer__contact-header {
    margin-bottom: 1.25rem;
  }
}

.c-footer__socials {
  display: flex;
}

.c-footer__contact a {
  line-height: 2;
}

.c-footer__bottom {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-footer__bottom {
    flex-direction: column;
    align-items: center;
  }
}

.c-footer__bottom-list {
  display: inline-flex;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-footer__bottom-list {
    justify-content: space-around;
    margin: 0 0 1.5rem;
    padding: 0;
    list-style-type: none;
  }
}
@media (min-width: 768px) {
  .c-footer__bottom-list {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .c-footer__bottom-list-item {
    margin-right: 2rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-footer__bottom-list-item .c-footer__bottom-link {
    border-color: currentColor;
  }
}

.c-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #FFF;
}

.c-footer__socials .c-social {
  margin-right: 0.875rem;
}

@media (min-width: 0) and (max-width: 767px) {
  .c-footer-nav {
    border-bottom: 0.125rem solid #FFF;
  }
}

.c-footer-nav__header {
  margin-bottom: 1rem;
}

.c-footer-nav__button {
  width: 100%;
  padding: 0;
  text-align: left;
  border: none;
  background-color: transparent;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-footer-nav__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    color: #FFF;
  }
}
@media (min-width: 768px) {
  .c-footer-nav__button {
    pointer-events: none;
  }
}

.c-footer-nav__icon {
  transition-property: transform;
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
}

.c-footer-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-footer-nav__list {
    padding: 0 0 1.25rem 3.125rem;
  }
}

.c-footer-nav__list-item {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .c-footer-nav__list-item {
    margin-bottom: 0.875rem;
  }
}

.c-footer-nav__list-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .c-footer-nav__body {
    overflow: hidden;
    height: 0;
    transition-property: height;
    transition-timing-function: ease-in-out;
    transition-duration: 250ms;
  }
}

.c-footer-nav.is-open .c-footer-nav__icon {
  transform: rotate(-180deg);
}

.c-product-teaser__square::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  content: "";
  transition-property: border-color;
  border-bottom: 0.125rem solid transparent;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

.c-product-teaser__media {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-product-teaser__figure,
.c-product-teaser__image {
  height: 100%;
}

.c-product-teaser__content {
  display: flex;
  align-items: flex-end;
}

.c-product-teaser__square:hover::after {
  border-color: #4270E0;
}

.c-product-teaser__text {
  position: relative;
  width: 90%;
  margin: 0 0 3.125rem 0.875rem;
  transition-property: transform;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
@media (min-width: 768px) {
  .c-product-teaser__text {
    min-height: 25%;
    margin: 0 0 1.75rem 1.5rem;
    padding-right: 0.4rem;
  }
}
@media (min-width: 1900px) {
  .c-product-teaser__text {
    margin-bottom: 0.7rem;
  }
}

@media (hover: hover) {
  .c-product-teaser__content:hover .c-product-teaser__text {
    transform: translateX(0.275rem);
  }
}

.c-product-teaser__title {
  font-size: 1.5rem;
  line-height: 1.25;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .c-product-teaser__title {
    font-size: 1.25rem;
  }
}

.c-product-teaser__action {
  padding: 0.875rem 2.125rem 0.875rem 0.875rem;
}

.c-product-teaser__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-overflow-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-overflow-slider__link {
  display: block;
}

.c-products__header {
  margin-bottom: 1.375rem;
}
@media (min-width: 0) and (max-width: 575px) {
  .c-products__header {
    width: 85%;
  }
}
@media (min-width: 768px) {
  .c-products__header {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .c-products__heading {
    padding-right: 5rem;
  }
}

@media (min-width: 1024px) {
  .c-products__heading {
    width: 60%;
  }
}
@media (min-width: 1900px) {
  .c-products__heading {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .c-products__slider-nav {
    flex: 1;
  }
}

.c-products__slider-nav {
  display: none;
}
@media (min-width: 768px) {
  .c-products__slider-nav {
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .c-cta {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
}
@media (min-width: 1400px) {
  .c-cta {
    grid-column-gap: 3.75rem;
  }
}

@media (min-width: 768px) {
  .c-cta__media {
    grid-column: 2/-1;
    grid-row: 1/-1;
  }
}

.c-cta__text {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-cta__text {
    margin-bottom: 2.75rem;
  }
}

.c-cta__heading {
  font-size: 1.875rem;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .c-cta__heading {
    font-size: 2.5rem;
    line-height: 1.35;
  }
}

.c-cta__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-cta__action {
  margin-top: 2.5rem;
}

.c-landing-header {
  position: relative;
}

@media (min-width: 0) and (max-width: 767px) {
  .c-landing-header__flag {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-landing-header__flag {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .c-landing-header__flag {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.c-landing-header {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .c-landing-header {
    margin-bottom: 3.375rem;
  }
}

.c-landing-header__heading {
  margin-bottom: 0.875rem;
}

.c-landing-header__desc {
  color: #656565;
}
@media (min-width: 768px) {
  .c-landing-header__desc {
    line-height: 1.5;
    color: #000;
  }
}

.c-landing-header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .c-landing-header__content {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-landing-header__text-container {
    margin-bottom: 2.875rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .c-landing-header__text-container {
    margin-right: 2.5rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-landing-header__languages {
    width: 100%;
    max-width: 22.5rem;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .c-landing-header__languages {
    min-width: 13.75rem;
  }
}

.c-dropdown {
  --offset: .625rem;
  position: relative;
  z-index: 10;
}

.c-dropdown__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: var(--offset);
  cursor: pointer;
  transition-property: background-color;
  text-align: left;
  color: #4270E0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: currentColor;
  background-color: transparent;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
@media (min-width: 768px) {
  .c-dropdown__trigger {
    padding: var(--offset);
  }
}

.c-dropdown:hover .c-dropdown__trigger {
  background-color: #E6EFFD;
}

.c-dropdown__title {
  margin-bottom: 0.375rem;
}
@media (min-width: 768px) {
  .c-dropdown__title {
    padding: 0 var(--offset);
  }
}

.c-dropdown__list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition-property: opacity, transform;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  border: 1px solid #DCE9FC;
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
  background-color: #FFF;
  max-height: 15rem;
  overflow-y: auto;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

.c-dropdown__option {
  display: block;
  padding: var(--offset);
  transition-property: background-color, color;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

.c-dropdown__option.is-active {
  color: #FFF;
  background-color: #4270E0;
}

.c-dropdown__option:not(.is-active):hover {
  color: #4270E0;
  background-color: #F3F6FF;
}

.c-dropdown__icon {
  font-size: 0.75rem;
  transition-property: transform;
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
}

.c-dropdown__content.is-open .c-dropdown__icon {
  transform: rotate(-180deg);
  transform-origin: center;
}

.c-dropdown__content.is-open .c-dropdown__list {
  transform: scaleY(1);
  opacity: 1;
}

.c-contact-map .c-dropdown {
  z-index: 1001;
}

.c-markets {
  --col-1: 40%;
  --col-2: 60%;
}
@media (min-width: 768px) {
  .c-markets {
    display: flex;
    display: grid;
    grid-template-columns: minmax(0, var(--col-1)) minmax(0, var(--col-2));
  }
}
@media (min-width: 1024px) {
  .c-markets {
    --col-1: 30%;
    --col-2: 70%;
  }
}
@media (min-width: 1900px) {
  .c-markets {
    --col-1: 35%;
    --col-2: 65%;
  }
}

@media (min-width: 768px) {
  .c-markets__nav {
    padding: 3.5rem 0;
  }
}
@media (min-width: 1024px) {
  .c-markets__nav {
    display: flex;
    align-items: center;
    min-height: 20rem;
  }
}
@media (min-width: 1900px) {
  .c-markets__nav {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .c-markets__media {
    position: relative;
  }
}

.c-markets__media-inner {
  display: flex;
  overflow: hidden;
  border-radius: 0.625rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 0) and (max-width: 767px) {
  .c-markets-list {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .c-markets-list__item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-market-teaser {
    background-color: #4270E0;
    position: relative;
  }
  .c-market-teaser::before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: "";
  }
  .c-market-teaser > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.c-market-teaser__inner {
  display: flex;
  color: #5D5D77;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-market-teaser__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1.5rem 1rem;
    text-align: center;
    color: #FFF;
  }
}
@media (min-width: 768px) {
  .c-market-teaser__inner {
    align-items: center;
  }
}

.c-market-teaser__link {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .c-market-teaser__link {
    transition-property: color;
    font-size: 1.25rem;
    line-height: 1.25;
    transition-timing-function: ease-in-out;
    transition-duration: 250ms;
  }
}
@media (min-width: 1900px) {
  .c-market-teaser__link {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .c-market-teaser__media {
    display: none;
  }
}

@media (min-width: 768px) {
  .c-market-teaser__link:hover {
    color: #4270E0;
  }
}

.c-market-teaser__icon {
  margin-bottom: 1rem;
}

@media (min-width: 0) and (max-width: 767px) {
  .c-market-teaser__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.c-markets-list__item {
  transition-property: transform;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

@media (min-width: 768px) {
  .c-markets-list__item.is-active {
    transform: translateX(1rem);
  }
}

@media (min-width: 768px) {
  .c-markets-list__item.is-active .c-market-teaser__inner {
    color: #4270E0;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-market-teaser__arrow-icon {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-market-teaser__arrow-icon {
    font-size: 1.125rem;
    transition-delay: 100ms;
    transition-property: opacity, transform;
    transform: translateX(0.5rem);
    opacity: 0;
    transition-timing-function: ease-in-out;
    transition-duration: 250ms;
  }
}

.c-markets-list__item.is-active .c-market-teaser__arrow-icon {
  transform: translateX(1rem);
  opacity: 1;
}

.c-landing-action {
  display: flex;
  justify-content: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-landing-action {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem 0.25rem;
    background-color: #FFF;
    box-shadow: 0 -0.125rem 1.625rem rgba(103, 103, 127, 0.14);
  }
}
@media (min-width: 768px) {
  .c-landing-action {
    align-items: center;
    flex: 1;
    max-height: 9.375rem;
    padding-top: 0.625rem;
  }
}

.c-landing-action a {
  transition-property: color;
  border-bottom: 1px solid currentColor;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

.c-landing-action a:hover {
  color: #5D5D77;
}

@media (min-width: 0) and (max-width: 767px) {
  .c-landing-action a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.c-hero-news__heading {
  position: relative;
  z-index: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .c-hero-news__heading {
    font-weight: 600;
  }
}

.c-hero-news__decor {
  position: relative;
}

.c-hero-news__decor::after {
  position: absolute;
  z-index: -1;
  top: 0.1em;
  right: -1rem;
  width: 100vw;
  height: 19.375rem;
  content: "";
  background-color: #DCE9FC;
}

.c-hero-news__header {
  margin-bottom: 4.25rem;
}
@media (min-width: 768px) {
  .c-hero-news__header {
    margin-bottom: 5rem;
  }
}

.c-article-teaser {
  position: relative;
  display: flex;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-article-teaser {
    flex-direction: column;
    border: 1px solid #E6EAF3;
    border-radius: 0.375rem;
  }
}

@media (min-width: 768px) {
  .c-article-teaser--reverse {
    flex-direction: row-reverse;
  }
}

.c-article-teaser__figure {
  height: 100%;
}
@media (min-width: 1024px) {
  .c-article-teaser__figure {
    max-height: 25rem;
  }
}
@media (min-width: 1900px) {
  .c-article-teaser__figure {
    max-height: 28.75rem;
  }
}

.c-article-teaser__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .c-article-teaser__media {
    flex-grow: 1;
  }
}

.c-article-teaser__container {
  padding: 0.75rem 0.625rem 2rem;
}
@media (min-width: 768px) {
  .c-article-teaser__container {
    flex: 0 0 45%;
    padding: 1.5rem 0 1.5rem 2rem;
  }
}
@media (min-width: 1024px) {
  .c-article-teaser__container {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

@media (min-width: 768px) {
  .c-article-teaser--reverse .c-article-teaser__container {
    padding-right: 2rem;
    padding-left: 0;
  }
}

.c-article-teaser__meta {
  margin-bottom: 0.5rem;
}

.c-article-teaser__title {
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-article-teaser__title {
    color: #4270E0;
  }
}

.c-article-teaser__desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .c-article-teaser__desc {
    line-height: 1.8;
    width: 90%;
  }
}

.c-article-teaser__link {
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  transition-property: color;
}

.c-article-teaser__title .c-article-teaser__link:hover {
  color: #4270E0;
}

.c-filters {
  display: flex;
  align-items: start;
}
@media (min-width: 0) and (max-width: 1023px) {
  .c-filters {
    margin: 0 -1.5rem 2.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .c-filters {
    margin-bottom: 3.125rem;
  }
}

.c-filters__categories {
  flex: 1 1 auto;
}

.c-filters__all {
  flex: 0 0 auto;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  border-right: 1px solid #5D5D77;
}

.c-filters-list {
  display: flex;
}
@media (min-width: 0) and (max-width: 1023px) {
  .c-filters-list {
    overflow: scroll;
    flex-wrap: nowrap;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .c-filters-list {
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .c-filters-list__item {
    margin-bottom: 0.25rem;
  }
}

.c-category-link {
  padding: 0.625rem 1rem;
  font-family: Poppins, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition-property: color, background-color;
  white-space: nowrap;
  text-transform: uppercase;
  color: #5D5D77;
  border: none;
  background: transparent;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}

.c-category-link:hover {
  color: #4270E0;
}

.c-category-link.is-active {
  color: #4270E0;
  background-color: #E6EFFD;
}

.c-articles-listing__action {
  display: flex;
  justify-content: center;
  margin: 1.5rem 0 3.125rem;
}
@media (min-width: 768px) {
  .c-articles-listing__action {
    margin: 3.125rem 0 6.25rem;
  }
}

.c-articles-listing__count {
  margin-bottom: 1.625rem;
}

.c-spinner {
  display: none;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
  border: 0.2em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
}

.c-btn--load-more .c-spinner {
  position: absolute;
  right: 0.875rem;
}

.c-btn--load-more.is-loading .c-spinner {
  display: block;
}

.c-article__header {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .c-article__header {
    margin-bottom: 2.625rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-article__nav-link {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-article__heading {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.3;
  }
}

.c-article__reading-time {
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .c-article__reading-time {
    align-self: center;
  }
}

.c-article__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-article__content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.c-article__share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-article__share {
    order: 1;
  }
}
@media (min-width: 768px) {
  .c-article__share {
    justify-content: flex-end;
    margin-left: auto;
  }
}

.c-aricle__share-title {
  margin-right: 1.125rem;
}

.c-article__wysiwyg {
  margin-top: 1.75rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-article__wysiwyg {
    margin-bottom: 1.125rem;
  }
}

.c-share-list {
  display: flex;
}

.c-share-list__item:not(:last-child) {
  margin-right: 0.75rem;
}

.c-wysiwyg * {
  color: #4B4B4B;
}
.c-wysiwyg * + * {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .c-wysiwyg * + * {
    margin-top: 2rem;
  }
}
.c-wysiwyg * + p {
  margin-top: 1em;
}
.c-wysiwyg h1,
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6 {
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-wysiwyg h1,
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6 {
    line-height: 1.35;
  }
}
.c-wysiwyg h1 {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .c-wysiwyg h1 {
    font-size: 2.1875rem;
  }
}
.c-wysiwyg h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .c-wysiwyg h2 {
    font-size: 1.875rem;
  }
}
.c-wysiwyg h3 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .c-wysiwyg h3 {
    font-size: 1.5rem;
  }
}
.c-wysiwyg h4 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .c-wysiwyg h4 {
    font-size: 1.25rem;
  }
}
.c-wysiwyg h5,
.c-wysiwyg h6 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .c-wysiwyg h5,
.c-wysiwyg h6 {
    font-size: 1.125rem;
  }
}
.c-wysiwyg * + h1,
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6 {
  margin-top: 1.6em;
}
@media (min-width: 768px) {
  .c-wysiwyg * + h1,
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6 {
    margin-top: 3.2em;
  }
}
.c-wysiwyg * + ul {
  margin-top: 0.25rem;
}
.c-wysiwyg p {
  font-size: 1rem;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .c-wysiwyg p {
    font-size: 0.875rem;
    line-height: 2.15;
  }
}
.c-wysiwyg a {
  color: #4270E0;
  text-decoration: underline;
}
.c-wysiwyg li {
  font-size: 0.875rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .c-wysiwyg li {
    line-height: 2.15;
  }
}
.c-wysiwyg strong {
  font-weight: 700;
  color: currentColor;
}
.c-wysiwyg ul,
.c-wysiwyg ol {
  max-width: 25rem;
  margin: 3rem 0 0;
  padding: 0;
  list-style-type: none;
}
.c-wysiwyg ol li,
.c-wysiwyg ul li {
  margin-bottom: 1rem;
}
.c-wysiwyg li + li {
  margin-top: 0.25rem;
}
.c-wysiwyg figcaption {
  margin: 0.5rem 0 0 1.5rem;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .c-wysiwyg figcaption {
    margin-left: 0;
  }
}
.c-wysiwyg img {
  height: 14.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .c-wysiwyg img {
    height: 19.75rem;
  }
}
.c-wysiwyg iframe {
  width: 100%;
  height: 13.375rem;
}
@media (min-width: 768px) {
  .c-wysiwyg iframe {
    height: 25rem;
  }
}
.c-wysiwyg blockquote {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-left: 0.125rem solid #4270E0;
  background-color: rgba(230, 239, 253, 0.3);
}
.c-wysiwyg .wp-block-image + * {
  margin-top: 0;
}
.c-wysiwyg .wp-block-image {
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .c-wysiwyg .wp-block-image {
    margin-bottom: 2.5rem;
  }
}
.c-wysiwyg .wp-block-embed {
  margin-bottom: 0;
}

.c-wysiwyg--article * + p {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .c-wysiwyg--article * + p {
    margin-top: 3.5rem;
  }
}
.c-wysiwyg--article p,
.c-wysiwyg--article li {
  font-size: 1rem;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .c-wysiwyg--article p,
.c-wysiwyg--article li {
    font-size: 0.875rem;
    line-height: 2.2;
  }
}

.c-latest-news__heading {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .c-latest-news__heading {
    margin-bottom: 2.75rem;
  }
}

@media (min-width: 768px) {
  .c-hero-text-img {
    display: grid;
    gap: 2.875rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.c-hero-text-img__content {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .c-hero-text-img__content {
    margin: 3.5rem 0 2.875rem;
  }
}
@media (min-width: 1400px) {
  .c-hero-text-img__content {
    margin: 5.125rem 0 4.125rem;
  }
}

.c-hero-text-img__heading {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .c-hero-text-img__heading {
    margin-bottom: 1rem;
  }
}

.c-hero-text-img__desc .c-wysiwyg p {
  line-height: 1.8;
}

.c-hero-text-img__figure {
  position: relative;
  z-index: 1;
}
@media (min-width: 0) and (max-width: 575px) {
  .c-hero-text-img__figure {
    width: 120%;
    height: 16.375rem;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .c-hero-text-img__figure {
    transform: translateX(20%);
  }
}
@media (min-width: 1400px) {
  .c-hero-text-img__figure {
    height: 100%;
  }
}

.c-hero-text-img__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-hero-text-img__image {
    max-height: 22.5rem;
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.c-hero-text-img__figure::before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -1.75rem;
  width: 130%;
  height: 90%;
  content: "";
  background-color: #DCE9FC;
}
@media (min-width: 768px) {
  .c-hero-text-img__figure::before {
    bottom: -2.875rem;
    left: 50%;
    width: 60vw;
    height: 200%;
  }
}

.c-solutions__heading {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .c-solutions__heading {
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 768px) {
  .c-solutions-list {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .c-solutions-list {
    gap: 4rem;
  }
}
@media (min-width: 1400px) {
  .c-solutions-list {
    gap: 5.875rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-solutions-list__item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.c-solution-box {
  position: relative;
  background-color: #FFF;
  box-shadow: 0 0 0.625rem rgba(101, 125, 186, 0.1), 0 0.25rem 0.5rem rgba(101, 125, 186, 0.06);
}

.c-solution-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition-property: opacity;
  background-color: #4270E0;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  content: "";
  opacity: 0;
}

.c-solution-box:hover::after {
  opacity: 1;
}

.c-solution-box__media {
  position: relative;
}
.c-solution-box__media::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
}
.c-solution-box__media > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-solution-box__figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-solution-box__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.c-solution-box__title {
  display: flex;
  justify-content: center;
  padding: 2.125rem 0.5rem;
  text-align: center;
}

.c-solution-box__link {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .c-solution-box__link {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .c-solution-box__link {
    font-size: 1.25rem;
  }
}

.c-solution-box__link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.c-solution-box:hover .c-link__icon {
  transform: translateX(0.5rem);
  opacity: 1;
}

.c-related-article__heading {
  margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
  .c-related-article__heading {
    margin-bottom: 3.125rem;
  }
}

.c-hero-card {
  position: relative;
}
@media (min-width: 768px) {
  .c-hero-card {
    display: flex;
    padding: 6.25rem 0;
  }
}
@media (min-width: 1900px) {
  .c-hero-card {
    padding: 7.5rem 0;
  }
}

.c-hero-card__content {
  position: relative;
  z-index: 1;
  padding: 3.125rem 3.125rem 1.5rem 0.75rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .c-hero-card__content {
    width: 60%;
    max-width: 15rem;
  }
}
@media (min-width: 768px) {
  .c-hero-card__content {
    max-width: 45vw;
    padding: 3.75rem 6.25rem 5rem 0;
  }
}
@media (min-width: 1400px) {
  .c-hero-card__content {
    max-width: 35vw;
  }
}

.c-hero-card__content::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  content: "";
  background-color: inherit;
  box-shadow: 1.25rem 0.875rem 6.25rem rgba(54, 85, 166, 0.15);
}

.c-hero-card__title {
  margin-bottom: 0.75rem;
  font-size: 2.5rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .c-hero-card__title {
    font-size: 4.375rem;
  }
}
@media (min-width: 1024px) {
  .c-hero-card__title {
    margin-bottom: 1.625rem;
    font-size: 5.9375rem;
  }
}

.c-hero-card__desc {
  font-size: 0.75rem;
  line-height: 1.67;
}
@media (min-width: 768px) {
  .c-hero-card__desc {
    max-width: 17rem;
    font-size: 1.5rem;
    line-height: 1.45;
  }
}

.c-hero-card__media {
  height: 21rem;
  margin-top: -4.875rem;
}
@media (min-width: 576px) {
  .c-hero-card__media {
    height: 26rem;
  }
}
@media (min-width: 768px) {
  .c-hero-card__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 15vw;
    height: auto;
    margin-top: 0;
  }
}

.c-hero-card__figure {
  width: 100%;
  height: 100%;
}

.c-hero-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .c-image-text {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(6.25rem, auto) 1fr;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media (min-width: 1200px) {
  .c-image-text {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
@media (min-width: 1400px) {
  .c-image-text {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
}

@media (min-width: 768px) {
  .c-image-text__media {
    grid-column: 1/1;
    grid-row: 1/-1;
    margin-top: 3.5rem;
  }
}

.c-image-text__heading,
.c-image-text__description {
  grid-column: 2/-1;
}

.c-image-text__figure {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .c-image-text__figure {
    height: 100%;
    max-height: 28.125rem;
  }
}

.c-image-text__media--with-decor .c-image-text__figure::before {
  position: absolute;
  z-index: -1;
  top: 3.5rem;
  right: 1.875rem;
  width: 200%;
  height: 100%;
  content: "";
  background-color: #DCE9FC;
}
@media (min-width: 768px) {
  .c-image-text__media--with-decor .c-image-text__figure::before {
    top: 4.125rem;
    right: 10.625rem;
  }
}

.c-image-text--reverse .c-image-text__figure--with-decor::before {
  left: 1.876rem;
}
@media (min-width: 768px) {
  .c-image-text--reverse .c-image-text__figure--with-decor::before {
    left: 10.625rem;
  }
}

.c-image-text__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-image-text__heading {
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .c-image-text__heading {
    margin-bottom: 2rem;
  }
}

.c-image-text__description {
  margin-top: 3.125rem;
  font-size: 1rem;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .c-image-text__description {
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 2.2;
  }
}

.c-image-text__media--with-decor ~ .c-image-text__description {
  margin-top: 6.75rem;
}
@media (min-width: 768px) {
  .c-image-text__media--with-decor ~ .c-image-text__description {
    margin-top: 0;
  }
}

@media (min-width: 1400px) {
  .c-image-text--reverse {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}

@media (min-width: 768px) {
  .c-image-text--reverse .c-image-text__media {
    grid-column: 2/-1;
  }
}

@media (min-width: 768px) {
  .c-image-text--reverse .c-image-text__heading,
.c-image-text--reverse .c-image-text__description {
    grid-column: 1/2;
  }
}

.c-text-columns-list {
  display: flex;
  overflow-x: auto;
  padding: 0 0.625rem;
  list-style-type: none;
}
@media (min-width: 768px) {
  .c-text-columns-list {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
}

.c-text-columns-list__item {
  flex-shrink: 0;
  width: 80%;
  padding: 2.375rem 1.375rem;
}
@media (min-width: 576px) {
  .c-text-columns-list__item {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .c-text-columns-list__item {
    width: 33.333%;
    padding: 5.25rem 2rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .c-text-columns-list__item:not(:last-child) {
    border-right: 0.125rem solid #E6EFFD;
  }
}

@media (min-width: 768px) {
  .c-text-columns-list__item:not(:nth-child(3n+3)) {
    border-right: 0.125rem solid #E6EFFD;
  }
}

.c-text-column-box__title {
  margin-bottom: 1.875rem;
}
@media (min-width: ) {
  .c-text-column-box__title {
    margin-bottom: 1rem;
  }
}

.c-text-column-box__desc {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .c-text-column-box__desc {
    line-height: 2.2;
  }
}

.c-downloads__header {
  max-width: 28.75rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .c-downloads__header {
    margin-bottom: 5rem;
  }
}

.c-downloads__heading {
  margin-bottom: 1.625rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .c-downloads__heading {
    margin-bottom: 2rem;
    font-weight: 700;
  }
}

.c-downloads__desc {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .c-downloads__desc {
    line-height: 2.2;
  }
}

.c-downloads__action {
  display: flex;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .c-downloads__action {
    margin-top: 4rem;
  }
}

.c-downloads__action.is-hidden {
  display: none;
}

.c-downloads-list {
  max-width: 33.375rem;
}

.c-downloads-list__item {
  margin-bottom: 1rem;
}

.c-downloads-list__item.is-hidden {
  display: none;
}

.c-download-box {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  padding: 1.125rem 0.875rem;
  text-align: left;
  border-radius: 0.375rem;
  background-color: #FFF;
  box-shadow: 0 0 0.625rem rgba(141, 173, 255, 0.1), 0 0.25rem 0.5rem rgba(101, 125, 186, 0.06);
  color: #000;
}
@media (min-width: 768px) {
  .c-download-box {
    padding: 2.75rem;
  }
}

.c-download-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition-property: opacity;
  background-color: #4270E0;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  content: "";
  opacity: 0;
}

.c-download-box__link {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  margin: 0 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  transition-property: color;
}
@media (min-width: 768px) {
  .c-download-box__link {
    margin-left: 2.375rem;
    font-weight: 700;
  }
}

.c-download-box__link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.c-download-box__icon {
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  flex-shrink: 0;
  transition-property: color;
}

.c-download-box__icon--document {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .c-download-box__icon--document {
    font-size: 1.875rem;
  }
}

.c-download-box__icon--download {
  margin-left: auto;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .c-download-box__icon--download {
    font-size: 1.875rem;
  }
}

.c-download-box:active {
  color: #4270E0;
}

@media (hover: hover) {
  .c-download-box:hover {
    color: #4270E0;
  }
}

@media (hover: hover) {
  .c-download-box:hover::after {
    opacity: 1;
  }
}

.c-map {
  width: 100%;
  height: 31.25rem;
  background-color: #BED9FF;
}
@media (min-width: 768px) {
  .c-map {
    height: 80vh;
  }
}

.c-map__path--is-disabled {
  fill: #FFF;
  stroke: rgba(190, 190, 201, 0.7);
}

.c-map__marker-tooltip {
  padding: 0;
  opacity: 1 !important;
  border: none;
  border-radius: 0.625rem;
}

.c-map__marker {
  -webkit-animation: pin-pulse 2.5s infinite;
          animation: pin-pulse 2.5s infinite;
  border-radius: 50%;
  background-color: #4270E0;
}

.c-map-popup {
  padding: 1.125rem;
}

.c-map-popup__title {
  margin-bottom: 1rem;
  line-height: 1;
  text-align: center;
}

.c-map-popup__list-item:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media (min-width: 0) and (max-width: 767px) {
  .c-contact-map {
    margin-bottom: 3.75rem;
  }
}

.c-contact-map__heading {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .c-contact-map__heading {
    margin-bottom: 3.125rem;
  }
}

.c-map-contact-box {
  display: flex;
  align-items: center;
}

.leaflet-container .c-map-contact-box__link {
  display: block;
  line-height: 1.2;
  color: #FFF;
}
.leaflet-container .c-map-contact-box__link:hover {
  text-decoration: underline;
}

.c-map-contact-box__name {
  line-height: 1.5;
}

.c-map-contact-box__icon {
  flex-shrink: 0;
  margin-right: 1rem;
  font-size: 1rem;
}

.leaflet-popup-content .c-map-popup .c-map-contact-box__name {
  margin-bottom: 0.125rem;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select {
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
  width: 100%;
  padding: 1rem 1.75rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 500;
  transition-property: background-color, border-color;
  border: 1px solid #D5DBEC;
  border-radius: 0.25rem;
  outline: none;
  background-color: #FCFCFE;
}
@media (min-width: 768px) {
  .wpcf7-text,
.wpcf7-textarea,
.wpcf7-select {
    padding-left: 2.625rem;
  }
}
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-select:focus {
  border-color: #4270E0;
  background-color: #F7F9FF;
}

.wpcf7-textarea {
  height: 9.375rem;
  min-height: 9.375rem;
  resize: vertical;
}

.wpcf7-submit {
  cursor: pointer;
  outline: none;
}

.wpcf7-select {
  background: url("../img/icon-chevron-down.svg") calc(100% - 1rem) center no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.wpcf7-acceptance label {
  display: inline-flex;
}

.wpcf7-acceptance [type=checkbox] {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 1rem;
  height: 1rem;
  border: 1px solid #D5DBEC;
  border-radius: 0.25rem;
  outline: none;
  background-color: #FCFCFE;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wpcf7-acceptance [type=checkbox]:focus {
  border-color: #4270E0;
}
.wpcf7-acceptance [type=checkbox]:checked {
  background-color: #4270E0;
}

.wpcf7-acceptance [type=checkbox]::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.wpcf7-acceptance [type=checkbox]:checked::before {
  border-color: #4270E0;
  background: #4270E0 url("../img/icon-check.svg") center/95%;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-not-valid-tip {
  height: 0;
  font-size: 0.75rem;
  transform: translateY(0.25rem);
}

.wpcf7 form .wpcf7-response-output {
  margin: -1rem 0 1rem;
  padding: 0.5rem 1.75rem;
  font-size: 0.875rem;
  color: #5D5D77;
  border-width: 1px;
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    margin-top: -2rem;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: rgba(70, 180, 80, 0.05);
}

.wpcf7 form.invalid .wpcf7-response-output {
  background-color: rgba(253, 202, 78, 0.05);
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: rgba(220, 50, 50, 0.05);
}

.wpcf7-spinner {
  display: none;
}

.c-icon-btn.swiper-button-lock {
  display: none;
}

.leaflet-popup-content-wrapper {
  padding: 0;
  background-image: linear-gradient(89.58deg, #4270E0 16.74%, #004B85 206.27%);
}
@media (min-width: 768px) {
  .leaflet-popup-content-wrapper {
    width: 16.25rem;
  }
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background-image: linear-gradient(89.58deg, #4270E0 16.74%, #004B85 206.27%);
  box-shadow: 1.5rem 1.75rem 6rem rgba(54, 86, 166, 0.35);
}

.leaflet-popup-tip-container {
  z-index: -1;
  left: 50%;
  width: auto;
  margin: 0;
  transform: translate(-50%, -0.25rem);
}

.leaflet-popup {
  margin-bottom: 0;
  padding-bottom: 1.25rem;
}

.leaflet-popup-tip {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  border-radius: 0 0 0.625rem;
  box-shadow: none;
}

.leaflet-container a.leaflet-popup-close-button {
  display: none;
}

.leaflet-popup-content {
  margin: 0;
}

.leaflet-popup-content .c-map-popup p {
  margin: 0;
}

.leaflet-popup-content-wrapper {
  border-radius: 0.625rem;
}
