@charset "UTF-8";
/*!
Theme Name: FWS Hatzalah of Michigan
Theme URI: https://www.forwardslashny.com/
Author: Forwardslash
Author URI: https://www.forwardslashny.com/
Description: Custom WordPress theme. The theme is based on _s (underscores) framework and includes a wide variety of functionalities that can serve for your content management without having to have programming skills.
Version: 3.6.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fws_hatzalah_michigan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

fws_hatzalah_michigan is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset and Variables
# Plugins
# Helpers
# Bootstrap
# WooCommerce
# Base
# Main
# Parts
# Components / Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset and Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Reset
--------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
## Base Reset
--------------------------------------------------------------*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}

a:focus, a:hover, a:active {
  outline: none;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q::before, q::after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
nav ul,
nav ol,
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## Embedded Content
--------------------------------------------------------------*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

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

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input, textarea {
  -webkit-box-shadow: none;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

input, textarea, select {
  outline: none;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/*--------------------------------------------------------------
## Chrome Frame Prompt
--------------------------------------------------------------*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/*--------------------------------------------------------------
## Functions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Fonts Classic
--------------------------------------------------------------*/
/* @font-face {
    font-family: 'TT Norms';
    src: url('src/assets/fonts/TTNorms-Bold.woff2') format('woff2'),
        url('src/assets/fonts/TTNorms-Bold.woff') format('woff'),
        url('src/assets/fonts/TTNorms-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms';
    src: url('src/assets/fonts/TTNorms-BoldItalic.woff2') format('woff2'),
        url('src/assets/fonts/TTNorms-BoldItalic.woff') format('woff'),
        url('src/assets/fonts/TTNorms-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms';
    src: url('src/assets/fonts/TTNorms-ExtraBold.woff2') format('woff2'),
        url('src/assets/fonts/TTNorms-ExtraBold.woff') format('woff'),
        url('src/assets/fonts/TTNorms-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms';
    src: url('src/assets/fonts/TTNorms-Italic.woff2') format('woff2'),
        url('src/assets/fonts/TTNorms-Italic.woff') format('woff'),
        url('src/assets/fonts/TTNorms-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms';
    src: url('src/assets/fonts/TTNorms-LightItalic.woff2') format('woff2'),
        url('src/assets/fonts/TTNorms-LightItalic.woff') format('woff'),
        url('src/assets/fonts/TTNorms-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms';
    src: url('src/assets/fonts/TTNorms-Medium.woff2') format('woff2'),
        url('src/assets/fonts/TTNorms-Medium.woff') format('woff'),
        url('src/assets/fonts/TTNorms-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms';
    src: url('src/assets/fonts/TTNorms-Light.woff2') format('woff2'),
        url('src/assets/fonts/TTNorms-Light.woff') format('woff'),
        url('src/assets/fonts/TTNorms-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms';
    src: url('src/assets/fonts/TTNorms-MediumItalic.woff2') format('woff2'),
        url('src/assets/fonts/TTNorms-MediumItalic.woff') format('woff'),
        url('src/assets/fonts/TTNorms-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TT Norms';
    src: url('src/assets/fonts/TTNorms-Regular.woff2') format('woff2'),
        url('src/assets/fonts/TTNorms-Regular.woff') format('woff'),
        url('src/assets/fonts/TTNorms-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
/*--------------------------------------------------------------
## Fonts Pro
--------------------------------------------------------------*/
@font-face {
  font-family: 'TT Norms Pro Normal';
  src: url("src/assets/fonts/pro/TT_Norms_Pro_Normal.woff2") format("woff2"), url("src/assets/fonts/pro/TT_Norms_Pro_Normal.woff") format("woff"), url("src/assets/fonts/pro/TT Norms Pro Normal.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*--------------------------------------------------------------
## Main Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Bootstrap Variables
--------------------------------------------------------------*/
/*
	Breakpoints for max-width.

	These variables are mapped with $grid-breakpoints SCSS map variable which is used for bootstrap.
	The reason for this setup is that it is needed to have variables that reflect bootstrap's breakpoints.
	Bootstrap is using min-with and this starter max-with approach, so bootstrap's breakpoint at 992px (min-width)
	is reflected as 991px (max-width), thus the mapped variables bellow.
 */
/*--------------------------------------------------------------
## Woocommerce Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## SVG Icon Relative Paths
## Do NOT change this file manually, it is being generated by 'fws icons' command.
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

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

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
          transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
          transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
          transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
          transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
          transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
          transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
          transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
          transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
          transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
          transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Mixins
--------------------------------------------------------------*/
/*
Media Query
Example:

@include mq($sm) 			 		Will render: @media screen and (max-width: 575px)
@include mq(991px) 			 	 	Will render: @media screen and (max-width: 991px)
@include mq($sm + 1, min) 	 		Will render: @media screen and (min-width: 576px)
@include mq(992px, min) 			Will render: @media screen and (min-width: 992px)
@include mq(400, min, height) 	 	Will render: @media screen and (min-height: 400px)
@include mq(992px) {				Will render: @media screen and (max-width: 992px) and (min-width: 767px)
	@include mq(767px, min) {

	}
}
 */
/*
Insert SVG Icon DataUri as Background
The mixing takes three arguments:

First argument is a name of a file.
Second argument is a color of an icon.
Third argument is whether psuedo element should be `::before` or `::after`. The default value is `::before`.

Example:

@include svg-icon-data(ico-happy, $red, after);


Will render:
&::after {
	...
	background: url("data:image/svg+xml...") no-repeat center
	...
}
 */
/*--------------------------------------------------------------
## Helpers
--------------------------------------------------------------*/
.clear::after,
.entry-content::after,
.comment-content::after,
.site-content::after,
.site-footer::after {
  content: '';
  display: table;
  clear: both;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.centered {
  text-align: center;
}

.bg-white {
  background-color: #fff;
}

.color-white {
  color: #fff;
}

.bg-grey-light {
  background-color: #eee;
}

.color-grey-light {
  color: #eee;
}

.bg-grey-mid {
  background-color: #999;
}

.color-grey-mid {
  color: #999;
}

.bg-grey {
  background-color: #929292;
}

.color-grey {
  color: #929292;
}

.bg-grey-dark {
  background-color: #333;
}

.color-grey-dark {
  color: #333;
}

.bg-black {
  background-color: #000;
}

.color-black {
  color: #000;
}

.bg-red {
  background-color: #e2401c;
}

.color-red {
  color: #e2401c;
}

.bg-green {
  background-color: #4fc08d;
}

.color-green {
  color: #4fc08d;
}

.bg-blue {
  background-color: #3d9cd2;
}

.color-blue {
  color: #3d9cd2;
}

.bg-venice-blue {
  background-color: #0a5085;
}

.color-venice-blue {
  color: #0a5085;
}

.bg-prussian-blue {
  background-color: #0d024c;
}

.color-prussian-blue {
  color: #0d024c;
}

.bg-shiraz {
  background-color: #ed1c24;
}

.color-shiraz {
  color: #ed1c24;
}

.bg-cerulean {
  background-color: #00aeef;
}

.color-cerulean {
  color: #00aeef;
}

.bg-monarch {
  background-color: #990b29;
}

.color-monarch {
  color: #990b29;
}

.bg-mines-haft {
  background-color: #212121;
}

.color-mines-haft {
  color: #212121;
}

.bg-mines-haft-light {
  background-color: rgba(33, 33, 33, 0.502);
}

.color-mines-haft-light {
  color: rgba(33, 33, 33, 0.502);
}

.bg-pencil-blue {
  background-color: #002a51;
}

.color-pencil-blue {
  color: #002a51;
}

.font-font-main {
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*container*/
.container--md {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 576px) {
  .container--md {
    max-width: 540px !important;
  }
}

@media only screen and (min-width: 768px) {
  .container--md {
    max-width: 720px !important;
  }
}

@media only screen and (min-width: 992px) {
  .container--md {
    max-width: 960px !important;
  }
}

@media only screen and (min-width: 1100px) {
  .container--md {
    max-width: 1320px !important;
  }
}

.container--xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1750px;
}

@media screen and (max-width: 1199px) {
  .container--xl {
    max-width: 1140px;
  }
}

@media screen and (max-width: 991px) {
  .container--xl {
    max-width: 960px;
  }
}

@media screen and (max-width: 767px) {
  .container--xl {
    max-width: 720px;
  }
}

@media screen and (max-width: 575px) {
  .container--xl {
    max-width: 540px;
  }
}

@media only screen and (min-width: 576px) {
  .container--md {
    max-width: 540px !important;
  }
}

@media only screen and (min-width: 768px) {
  .container--md {
    max-width: 720px !important;
  }
}

@media only screen and (min-width: 992px) {
  .container--md {
    max-width: 960px !important;
  }
}

@media only screen and (min-width: 1100px) {
  .container--md {
    max-width: 1320px !important;
  }
}

.container--lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1720px !important;
}

/* clears the ‘X’ from Internet Explorer */
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*FIRE FOX STYLE*/
@-moz-document url-prefix() {}/*Internet explore*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .additional-date {
    opacity: 1;
  }
  .additional-date::after {
    content: '';
    display: inline-block;
    font-size: 1em;
    width: 1em;
    height: 1em;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-inline--fa fa-calendar fa-w-14' data-icon='calendar' data-prefix='far' viewBox='0 0 448 512' fill='%23212121'%3E%3Cpath d='M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
  }
  .additional-date::after {
    position: absolute;
    right: 30px;
    top: -5px;
    pointer-events: none;
    font-size: 23px;
  }
  .additional-date ::-webkit-input-placeholder {
    color: rgba(33, 33, 33, 0.5) !important;
    font-family: "TT Norms", Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-style: italic !important;
    letter-spacing: normal;
    line-height: 1.3;
    text-align: left;
  }
  .additional-date ::-moz-placeholder {
    color: rgba(33, 33, 33, 0.5) !important;
    font-family: "TT Norms", Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-style: italic !important;
    letter-spacing: normal;
    line-height: 1.3;
    text-align: left;
  }
  .additional-date :-ms-input-placeholder {
    color: rgba(33, 33, 33, 0.5) !important;
    font-family: "TT Norms", Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-style: italic !important;
    letter-spacing: normal;
    line-height: 1.3;
    text-align: left;
  }
  .additional-date ::-ms-input-placeholder {
    color: rgba(33, 33, 33, 0.5) !important;
    font-family: "TT Norms", Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-style: italic !important;
    letter-spacing: normal;
    line-height: 1.3;
    text-align: left;
  }
  .additional-date ::placeholder {
    color: rgba(33, 33, 33, 0.5) !important;
    font-family: "TT Norms", Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-style: italic !important;
    letter-spacing: normal;
    line-height: 1.3;
    text-align: left;
  }
  .wpcf7-date {
    opacity: 1 !important;
  }
  .counter__box-text {
    width: 100% !important;
  }
  .tab-box-big__navigation-btn {
    min-height: 121px;
  }
  .testimonials__slider-item-box {
    display: block !important;
  }
  .media-wrap--testimonials {
    -webkit-transform: translateY(20%) !important;
            transform: translateY(20%) !important;
  }
  .link-icon-arrow-hover {
    height: 15px !important;
  }
  .testimonials__content {
    display: block !important;
  }
  .contact-request__buttons {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .tab-box-big__cards-title {
    margin-top: 84px !important;
  }
  .site-footer__info-content.site-footer__info-content--location {
    padding-left: 0 !important;
  }
  .equipment-list__inner-card-content p {
    width: 100%;
  }
  .contact-icons__info-content {
    width: 100%;
  }
  .site-footer__info-content.site-footer__info-content--location {
    width: 100%;
  }
  .info-icon-box--location {
    width: 74px;
  }
  .pay-form .submit-button {
    margin-left: -220px;
  }
  .link-icon-arrow,
  .link-icon-hover-arrow {
    height: 20px;
  }
  input[type='submit'], .btn {
    text-align: left;
  }
  .banner-text__wrap {
    height: 560px;
  }
  .site-header {
    height: 150px;
  }
  .btn-icon--arrow {
    overflow: hidden !important;
  }
  .icon-block__button .btn--icons-block {
    text-align: left !important;
  }
  .virtual-block__wrapper {
    display: block !important;
  }
  .arrows__slider-icon svg {
    max-height: 20px;
  }
}

.site-content {
  overflow: hidden;
}

@media screen and (max-width: 330px) {
  .home {
    padding-top: 95px !important;
  }
}

.home .site-header::before {
  content: '';
  position: absolute;
  background-color: #0a5085;
  max-width: 658px;
  width: 100%;
  min-height: 150px;
  top: 0;
  right: 0;
  display: inline-block;
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
  z-index: -1;
}

@media screen and (max-width: 1600px) {
  .home .site-header::before {
    max-width: 600px;
  }
}

@media screen and (max-width: 1440px) {
  .home .site-header::before {
    max-width: 550px;
  }
}

@media screen and (max-width: 1300px) {
  .home .site-header::before {
    max-width: 520px;
  }
}

@media screen and (max-width: 1250px) {
  .home .site-header::before {
    max-width: 480px;
  }
}

@media screen and (max-width: 1199px) {
  .home .site-header::before {
    max-height: 100px;
    min-height: 100px;
  }
}

@media screen and (max-width: 991px) {
  .home .site-header::before {
    display: none;
  }
}

.home .site-header--scroll {
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.home .site-header--scroll::before {
  min-height: 100px;
  background-color: #fff;
}

.home .site-button__phone a {
  color: #fff;
}

@media only screen and (min-width: 1250px) {
  .home .site-button__phone:hover a {
    color: #00aeef;
  }
}

.border-line-lg--long::after {
  max-width: 621px;
  width: 107.5%;
  left: -11px;
  bottom: -10px;
}

@media screen and (max-width: 767px) {
  .border-line-lg--long::after {
    bottom: 0;
  }
}

.fancybox-close-small {
  position: absolute !important;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.3;
  right: 30px !important;
  top: 30px !important;
  z-index: 99999;
}

@media screen and (max-width: 767px) {
  .fancybox-close-small {
    right: 20px !important;
    top: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .fancybox-close-small {
    right: 10px !important;
    top: 10px !important;
  }
}

@media screen and (max-width: 575px) {
  .fancybox-close-small {
    right: 0 !important;
    top: 0 !important;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input {
  -moz-appearance: textfield;
}

input:-ms-input-placeholder {
  opacity: 0.5;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  font-weight: normal;
}

input::-ms-input-placeholder {
  opacity: 0.5;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  font-weight: normal;
}

input::placeholder, input:-ms-input-placeholder, input::-ms-input-placeholder {
  opacity: 0.5;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  font-weight: normal;
}

.js-fixed-position {
  overflow: hidden;
}

@-webkit-keyframes pulse {
  from {
    stroke-width: 5px;
    stroke-opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    stroke-width: 0;
    stroke-opacity: 0.5;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes pulse {
  from {
    stroke-width: 5px;
    stroke-opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    stroke-width: 0;
    stroke-opacity: 0.5;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

@media screen and (max-width: 1440px) {
  @-webkit-keyframes zoomin {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(5);
              transform: scale(5);
    }
  }
  @keyframes zoomin {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(5);
              transform: scale(5);
    }
  }
}

@media screen and (max-width: 767px) {
  @-webkit-keyframes zoomin {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(2.2);
              transform: scale(2.2);
    }
  }
  @keyframes zoomin {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(2.2);
              transform: scale(2.2);
    }
  }
}

.tab-map__locations::-webkit-scrollbar {
  width: 10px;
  padding-top: 50px;
}

.tab-map__locations::-webkit-scrollbar-track {
  background-color: rgba(10, 80, 133, 0.17);
  opacity: 0.3;
  height: 60px;
}

.tab-map__locations::-webkit-scrollbar-thumb {
  width: 10px;
  height: 209px;
  border-radius: 19px;
  background-color: #ed1c24;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.tab-map__locations::-webkit-scrollbar-thumb:hover {
  background-color: #ed1c24;
  opacity: 0.7;
}

.ajax-loader {
  content: '';
  visibility: hidden;
  display: inline-block;
  /* background-image: url(../../assets/images/pay.png); */
  background-image: url(../../assets/images/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
  /* background: url(_includes/images/agenda-design.gif) no-repeat top left;
	display: inline-block;
	height: 17px;
	width: 50px; */
}

.ajax-loading {
  position: absolute;
  content: '';
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  right: -25px !important;
  background-image: url(/wp-content/themes/fws-hatzalah-michigan/src/assets/images/ajax-loader.gif) !important;
  top: 70% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  z-index: 99;
  background-size: cover;
  background-color: transparent !important;
}

@media screen and (max-width: 1199px) {
  .ajax-loading {
    top: 73% !important;
  }
}

@media screen and (max-width: 991px) {
  .ajax-loading {
    top: 80% !important;
  }
}

.pay-form .ajax-loading {
  position: absolute;
  content: '';
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  right: -50px;
  background-image: url(/wp-content/themes/fws-hatzalah-michigan/src/assets/images/ajax-loader.gif) !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  z-index: 99;
  background-size: cover;
  background-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .auth-submit .ajax-loading {
    right: 185px !important;
  }
}

/* 
@media screen and (max-width: 1200px) {
	[data-aos] {
	  pointer-events: auto !important;
	  opacity: 1 !important;
	  transform: none !important;
	}
  
	html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
	  opacity: 1 !important;
	  transform: none !important;
	}
  
	html:not(.no-js) [data-aos=fade-up] {
	  transform: none !important;
	}
} */
.disabled-btn {
  pointer-events: none;
  opacity: 0.3;
}

div#ui-datepicker-div {
  z-index: 1000 !important;
}

.disable-link {
  pointer-events: none !important;
}

/*--------------------------------------------------------------
## Print
--------------------------------------------------------------*/
@media print {
  body {
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  a:link, a:visited {
    background: #fff;
    color: #000;
    text-decoration: underline;
  }
  a:not([href="javascript:;"])::after {
    content: " [" attr(href) "] ";
  }
  h1, h2, h3, h4, h5, h6 {
    background: none;
    color: #000;
  }
  .temp {
    display: none;
  }
}

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media only screen and (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media only screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

@media only screen and (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media only screen and (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media only screen and (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media only screen and (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

pre {
  background: #ededed;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  font-size: 12px;
  margin-bottom: 30px;
}

.pretitle {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 4px;
  line-height: 1.1;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 24px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .pretitle {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .pretitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .pretitle {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .pretitle {
    font-size: 12px;
  }
}

.page-title {
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 70px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: left;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .page-title {
    font-size: 60px;
  }
}

@media screen and (max-width: 1250px) {
  .page-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .page-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .page-title {
    font-size: 38px;
  }
}

@media screen and (max-width: 991px) {
  .page-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .page-title {
    font-size: 28px;
  }
}

.page-title span {
  position: relative;
  display: inline-block;
}

.page-title span::after {
  content: '';
  max-width: 621px;
  width: 108%;
  left: 8px;
  bottom: -2px;
  opacity: 0.5;
  height: 43%;
  background-color: #00aeef;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .page-title span::after {
    bottom: 0;
    left: -5px;
  }
}

.page-title--lg {
  font-size: 116px;
  line-height: 1.1;
}

@media screen and (max-width: 1800px) {
  .page-title--lg {
    font-size: 100px;
  }
}

@media screen and (max-width: 1600px) {
  .page-title--lg {
    font-size: 80px;
  }
}

@media screen and (max-width: 1500px) {
  .page-title--lg {
    font-size: 70px;
  }
}

@media screen and (max-width: 1440px) {
  .page-title--lg {
    font-size: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .page-title--lg {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .page-title--lg {
    font-size: 38px;
  }
}

@media screen and (max-width: 991px) {
  .page-title--lg {
    font-size: 32px;
    text-align: center;
  }
}

.section-title {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: left;
  position: relative;
  z-index: 1;
  margin-bottom: 27px;
  width: 100%;
  display: block;
}

.section-title span {
  display: inline-block;
  position: relative;
}

.section-title span::after {
  content: '';
  max-width: 443px;
  width: 106%;
  height: 30%;
  background-color: #00aeef;
  opacity: 0.3;
  position: absolute;
  left: -7px;
  bottom: 5px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section-title span::after {
    left: 0;
    width: 103%;
    bottom: 0;
  }
}

@media screen and (max-width: 1440px) {
  .section-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .section-title {
    font-size: 38px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 34px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 991px) {
  .section-title {
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 575px) {
  .section-title {
    font-size: 24px;
  }
}

.section-title--white {
  color: #fff;
}

.pretitle--white {
  color: #fff;
}

/*--------------------------------------------------------------
## Entry Content
--------------------------------------------------------------*/
.entry-content {
  margin-bottom: 40px;
}

@media screen and (max-width: 1250px) {
  .entry-content {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .entry-content {
    margin-bottom: 10px;
  }
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 15px;
  font-weight: bold;
}

.entry-content h1 {
  font-size: 30px;
}

.entry-content h2 {
  font-size: 24px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h4 {
  font-size: 14px;
}

.entry-content h5 {
  font-size: 12px;
}

.entry-content h6 {
  font-size: 10px;
}

.entry-content p {
  margin-bottom: 25px;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 1440px) {
  .entry-content p {
    line-height: 1.7;
    font-size: 19px;
  }
}

@media screen and (max-width: 1300px) {
  .entry-content p {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .entry-content p br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .entry-content p {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .entry-content p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.entry-content li {
  margin-bottom: 4px;
}

.entry-content li:last-child {
  margin-bottom: 0;
}

.entry-content ul,
.entry-content ol {
  margin-bottom: 27px;
}

@media screen and (max-width: 1199px) {
  .entry-content ul,
  .entry-content ol {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .entry-content ul,
  .entry-content ol {
    margin-bottom: 0;
  }
}

.entry-content ul li,
.entry-content ol li {
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.8;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1440px) {
  .entry-content ul li,
  .entry-content ol li {
    font-size: 19px;
  }
}

@media screen and (max-width: 1199px) {
  .entry-content ul li,
  .entry-content ol li {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .entry-content ul li,
  .entry-content ol li {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .entry-content ul li,
  .entry-content ol li {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .entry-content ul li,
  .entry-content ol li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.entry-content ul li ul,
.entry-content ol li ul {
  padding-top: 10px;
  margin-bottom: 0;
}

.entry-content ul li:last-of-type,
.entry-content ol li:last-of-type {
  margin-bottom: 0;
}

.entry-content ul {
  margin-left: 0;
}

.entry-content ol {
  margin-left: 43px;
}

.entry-content ol li {
  list-style: decimal;
}

.entry-content a {
  display: inline-block;
  position: relative;
  color: #e2401c;
}

.entry-content a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #e2401c;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.entry-content a:hover::before {
  width: 100%;
}

.entry-content figure {
  border: 1px solid #fff;
  border-radius: 5px;
  overflow: hidden;
}

.entry-content figure a {
  display: block;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.entry-content figure a::before {
  content: none;
}

.entry-content figure a:hover {
  opacity: .6;
}

.entry-content figure .size-full {
  width: 100%;
  display: block;
  opacity: .9;
}

.entry-content figure .wp-caption-text {
  background: #fff;
  color: #929292;
  margin: 0;
  padding: 5px;
  font-size: 12px;
}

.entry-content table {
  color: #929292;
  margin: 25px 0 35px;
  overflow-x: visible;
  table-layout: fixed;
  width: 100%;
}

.entry-content table,
.entry-content table th,
.entry-content table td {
  border: 0;
  text-align: left;
  padding: 8px;
}

.entry-content table th {
  font-weight: bold;
}

.entry-content table tr:nth-child(even) {
  background-color: #eee;
}

@media screen and (max-width: 991px) {
  .entry-content table {
    display: block;
    overflow-x: scroll;
    max-width: 700px;
  }
}

.entry-content tbody {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .entry-content tbody {
    width: 700px;
    display: block;
  }
}

.entry-content blockquote {
  background: #eee;
  border-left: 10px solid #e2401c;
  margin: 30px;
  padding: 20px 30px;
  quotes: "“" "”" "‘" "’";
}

.entry-content blockquote::before {
  color: #999;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.entry-content--white p {
  color: #fff;
}

.entry-content--testimonials {
  margin-bottom: 41px;
}

@media screen and (max-width: 991px) {
  .entry-content--testimonials {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .entry-content--testimonials {
    margin-bottom: 15px;
  }
}

.entry-content--testimonials p {
  font-style: italic;
  margin-bottom: 0;
}

@media screen and (max-width: 1310px) {
  .entry-content--testimonials p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .entry-content--testimonials p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .entry-content--testimonials p {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .entry-content--testimonials p {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .entry-content--half-image {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .entry-content--half-image {
    margin-bottom: 10px;
  }
}

.entry-content--half-image p:not(:last-of-type) {
  margin-bottom: 39px;
}

@media screen and (max-width: 1440px) {
  .entry-content--half-image p:not(:last-of-type) {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .entry-content--half-image p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .entry-content--half-image p:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .entry-content--half-image p {
    text-align: left;
  }
}

.entry-content--subscribe-form span {
  color: #ed1c24;
}

.entry-content--tab-vertical p {
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .entry-content--tab-vertical p {
    margin-bottom: 20px;
    text-align: left;
  }
}

.entry-content--licenses-list p {
  margin-bottom: 39px;
}

@media screen and (max-width: 991px) {
  .entry-content--licenses-list p {
    margin-bottom: 20px;
    text-align: left;
  }
}

.entry-content--licenses-list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  line-height: 2;
  margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
  .entry-content--licenses-list ul li {
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.entry-content--sm p {
  font-size: 16px;
  line-height: 1.65;
}

@media screen and (max-width: 1440px) {
  .entry-content--sm p br {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .entry-content--sm p {
    font-size: 14px;
    line-height: 1.5;
  }
}

/*--------------------------------------------------------------
## Base Layout
--------------------------------------------------------------*/
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding-top: 150px;
  background-color: #0d024c;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

@media screen and (max-width: 1199px) {
  body {
    margin-top: 0;
    padding-top: 100px;
  }
}

.site-main {
  min-height: calc(100vh - 170px);
}

@media screen and (max-width: 1199px) {
  .site-main {
    min-height: calc(100vh - 130px);
  }
}

.page-header {
  margin: 50px 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
input[type='submit'], .btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  padding: 22px 56px 22px 40px;
  outline: none;
  min-width: 220px;
  background-color: #ed1c24;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  position: relative;
  text-align: initial;
}

@media screen and (max-width: 1440px) {
  input[type='submit'], .btn {
    min-width: 200px;
  }
}

@media screen and (max-width: 1300px) {
  input[type='submit'], .btn {
    min-width: 180px;
    padding: 18px 35px;
  }
}

@media screen and (max-width: 1199px) {
  input[type='submit'], .btn {
    padding: 15px 35px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  input[type='submit'], .btn {
    font-size: 14px;
    min-width: 150px;
    padding: 12px 20px;
  }
}

@media only screen and (min-width: 1250px) {
  input[type='submit']:hover,
  .btn:hover {
    background-color: #00aeef;
  }
  input[type='submit']:hover .btn-icon--arrow--hover,
  input[type='submit']:hover .btn-icon-hover,
  .btn:hover .btn-icon--arrow--hover,
  .btn:hover .btn-icon-hover {
    opacity: 1;
  }
}

input[type='submit'].btn--center,
.btn.btn--center {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.btn--white {
  background-color: #fff;
  color: #ed1c24;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .btn--white:hover {
    color: #fff;
  }
  .btn--white:hover .btn-icon {
    color: #fff;
  }
}

.btn--white .btn-icon {
  color: #ed1c24;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.btn--lg {
  min-width: 284px;
}

@media screen and (max-width: 1440px) {
  .btn--lg {
    min-width: 230px;
  }
}

@media screen and (max-width: 1300px) {
  .btn--lg {
    min-width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .btn--lg {
    min-width: 180px;
  }
}

.btn--md {
  min-width: 234px;
}

@media screen and (max-width: 1440px) {
  .btn--md {
    min-width: 210px;
  }
}

@media screen and (max-width: 1300px) {
  .btn--md {
    min-width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .btn--md {
    min-width: 160px;
  }
}

.btn--big {
  min-width: 410px;
  text-align: center;
  padding: 22px;
  max-width: 410px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1440px) {
  .btn--big {
    min-width: 300px;
  }
}

@media screen and (max-width: 1300px) {
  .btn--big {
    min-width: 280px;
    padding: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .btn--big {
    padding: 15px;
  }
}

@media screen and (max-width: 991px) {
  .btn--big {
    min-width: 200px;
    padding: 12px;
  }
}

.btn-icon {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 35px;
}

@media screen and (max-width: 991px) {
  .btn-icon {
    right: 25px;
  }
}

.btn-icon-hover {
  opacity: 0;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.btn-icon--arrow {
  font-size: 7px;
  right: 38px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 991px) {
  .btn-icon--arrow {
    right: 20px;
    font-size: 6px;
  }
}

.btn-icon-hover--arrow {
  right: 33px;
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .btn-icon-hover--arrow {
    right: 15px;
    font-size: 7px;
  }
}

.btn-icon--arrow--hover {
  right: 31px;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .btn-icon--arrow--hover {
    right: 15px;
  }
}

.form-button {
  position: absolute;
  display: none;
  right: 0;
  bottom: 0;
  border: none;
  max-width: 220px;
  margin-left: auto;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  padding: 22px 56px 22px 40px;
  outline: none;
  min-width: 220px;
  background-color: #ed1c24;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 1300px) {
  .form-button {
    max-width: 200px;
  }
}

@media screen and (max-width: 1300px) {
  .form-button {
    min-width: 180px;
    padding: 18px 35px;
  }
}

@media screen and (max-width: 1199px) {
  .form-button {
    padding: 15px 35px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .form-button {
    font-size: 14px;
    min-width: 150px;
    padding: 12px 20px;
  }
}

@media screen and (max-width: 767px) {
  .form-button {
    max-width: 150px;
  }
}

@media only screen and (min-width: 1250px) {
  .form-button:hover {
    background-color: #00aeef;
  }
}

.form-button br {
  display: none;
}

.form-button .ajax-loader {
  position: absolute;
  right: -30px;
  top: 39%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 575px) {
  .form-button .ajax-loader {
    top: 30%;
  }
}

.submit-button::after, .submit-button::before {
  pointer-events: none;
}

.submit-button button::after, .submit-button button::before {
  display: none !important;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  min-width: 520px;
  width: 100%;
  border: 2px solid #0d024c;
  background-color: #fff;
  padding: 25px 28px;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1340px) {
  input[type='text'],
  input[type='email'],
  input[type='url'],
  input[type='password'],
  input[type='search'],
  input[type='number'],
  input[type='tel'],
  input[type='range'],
  input[type='date'],
  input[type='month'],
  input[type='week'],
  input[type='time'],
  input[type='datetime'],
  input[type='datetime-local'],
  input[type='color'],
  textarea {
    min-width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  input[type='text'],
  input[type='email'],
  input[type='url'],
  input[type='password'],
  input[type='search'],
  input[type='number'],
  input[type='tel'],
  input[type='range'],
  input[type='date'],
  input[type='month'],
  input[type='week'],
  input[type='time'],
  input[type='datetime'],
  input[type='datetime-local'],
  input[type='color'],
  textarea {
    padding: 25px;
  }
}

@media screen and (max-width: 1024px) {
  input[type='text'],
  input[type='email'],
  input[type='url'],
  input[type='password'],
  input[type='search'],
  input[type='number'],
  input[type='tel'],
  input[type='range'],
  input[type='date'],
  input[type='month'],
  input[type='week'],
  input[type='time'],
  input[type='datetime'],
  input[type='datetime-local'],
  input[type='color'],
  textarea {
    padding: 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  input[type='text'],
  input[type='email'],
  input[type='url'],
  input[type='password'],
  input[type='search'],
  input[type='number'],
  input[type='tel'],
  input[type='range'],
  input[type='date'],
  input[type='month'],
  input[type='week'],
  input[type='time'],
  input[type='datetime'],
  input[type='datetime-local'],
  input[type='color'],
  textarea {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  input[type='text'],
  input[type='email'],
  input[type='url'],
  input[type='password'],
  input[type='search'],
  input[type='number'],
  input[type='tel'],
  input[type='range'],
  input[type='date'],
  input[type='month'],
  input[type='week'],
  input[type='time'],
  input[type='datetime'],
  input[type='datetime-local'],
  input[type='color'],
  textarea {
    padding: 15px;
    min-width: auto !important;
    border-radius: 1px;
  }
}

input[type='text']:invalid,
input[type='email']:invalid,
input[type='url']:invalid,
input[type='password']:invalid,
input[type='search']:invalid,
input[type='number']:invalid,
input[type='tel']:invalid,
input[type='range']:invalid,
input[type='date']:invalid,
input[type='month']:invalid,
input[type='week']:invalid,
input[type='time']:invalid,
input[type='datetime']:invalid,
input[type='datetime-local']:invalid,
input[type='color']:invalid,
textarea:invalid {
  background-color: rgba(226, 64, 28, 0.025);
}

@media screen and (max-width: 1340px) {
  textarea {
    min-width: 100% !important;
  }
}

input[type='submit'] {
  background-color: #ed1c24;
  border-radius: 0;
  border: none;
  position: relative;
}

@media screen and (max-width: 1300px) {
  input[type='submit'] {
    min-width: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  input[type='submit'] {
    min-width: 150px !important;
  }
}

@media only screen and (min-width: 1250px) {
  input[type='submit']:hover {
    border: none;
    background-color: #00aeef;
    color: #fff;
  }
}

/*--------------------------------------------------------------
## CF7 Plugin Form
--------------------------------------------------------------*/
.cf7-holder {
  position: relative;
}

.cf7-holder > * {
  position: relative;
  z-index: 0;
}

.cf7-holder .wpcf7 {
  opacity: 1;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.cf7-holder .wpcf7-mail-sent-ok {
  display: none !important;
}

.SecureCard-expiryYear {
  display: none;
}

.cf7-holder__popup {
  position: absolute;
  top: 50%;
  color: #000;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #fff;
  padding: 35px 30px;
  text-align: center;
  width: 100%;
  max-width: 350px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.form-is-sent .cf7-holder__popup {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: 99;
}

.cf7-holder__popup-img {
  max-width: 80px;
  margin: 0 auto 15px;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

.wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .cf7adn-form-code {
    /* padding-top: 10px; */
    padding-top: 0;
  }
}

.cf7adn-form-code p {
  position: relative;
  /* margin-bottom: 61px; */
  margin-bottom: 40px;
}

@media screen and (max-width: 1340px) {
  .cf7adn-form-code p {
    max-width: 48.3%;
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .cf7adn-form-code p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 906px) {
  .cf7adn-form-code p {
    max-width: 48%;
  }
}

@media screen and (max-width: 769px) {
  .cf7adn-form-code p {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.cf7adn-form-code span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .cf7adn-form-code span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cf7adn-form-code .cart-separation {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 1024px) {
  .cf7adn-form-code .cart-separation {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .cf7adn-form-code .cart-separation {
    font-size: 16px;
  }
}

.cf7adn-form-code input {
  max-width: 520px;
  width: 100%;
  border: 2px solid #0d024c;
  background-color: #fff !important;
  padding: 25px 28px;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 1340px) {
  .cf7adn-form-code input {
    min-width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .cf7adn-form-code input {
    padding: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .cf7adn-form-code input {
    padding: 18px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .cf7adn-form-code input {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .cf7adn-form-code input {
    padding: 15px;
    min-width: 100% !important;
    border-radius: 1px;
  }
}

.cf7adn-form-code input:invalid {
  background-color: rgba(226, 64, 28, 0.025);
}

.cf7adn-form-code label {
  opacity: 0.5;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  pointer-events: none;
}

@media screen and (max-width: 1199px) {
  .cf7adn-form-code label {
    left: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .cf7adn-form-code label {
    font-size: 18px;
    left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .cf7adn-form-code label {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .cf7adn-form-code label {
    left: 15px;
  }
}

.cf7adn-form-code label.move {
  top: -17px;
  left: 15px !important;
  font-size: 16px;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .cf7adn-form-code label.move {
    font-size: 13px;
    background-color: #fff;
    top: 0;
    left: 10px !important;
    padding: 0 2px;
  }
}

@media screen and (max-width: 360px) {
  .cf7adn-form-code label.move {
    max-width: initial;
  }
}

.cf7adn-form-code #authorize-month {
  border-right: none;
  padding: 0 !important;
  max-width: 40px !important;
}

.cf7adn-form-code #authorize-year {
  border-left: none;
  padding: 0 !important;
  max-width: 60px !important;
}

.cf7adn-form-code #authorize-month,
.cf7adn-form-code #authorize-year {
  min-width: 30px !important;
}

.cf7adn-form-code #authorize-month::-webkit-input-placeholder, .cf7adn-form-code #authorize-year::-webkit-input-placeholder {
  /* color: transparent; */
  /* font-size: 0; */
  color: rgba(133, 133, 133, 0.603);
  font-size: 15px;
  text-transform: uppercase;
}

.cf7adn-form-code #authorize-month::-moz-placeholder, .cf7adn-form-code #authorize-year::-moz-placeholder {
  /* color: transparent; */
  /* font-size: 0; */
  color: rgba(133, 133, 133, 0.603);
  font-size: 15px;
  text-transform: uppercase;
}

.cf7adn-form-code #authorize-month:-ms-input-placeholder, .cf7adn-form-code #authorize-year:-ms-input-placeholder {
  /* color: transparent; */
  /* font-size: 0; */
  color: rgba(133, 133, 133, 0.603);
  font-size: 15px;
  text-transform: uppercase;
}

.cf7adn-form-code #authorize-month::-ms-input-placeholder, .cf7adn-form-code #authorize-year::-ms-input-placeholder {
  /* color: transparent; */
  /* font-size: 0; */
  color: rgba(133, 133, 133, 0.603);
  font-size: 15px;
  text-transform: uppercase;
}

.cf7adn-form-code #authorize-month::placeholder,
.cf7adn-form-code #authorize-year::placeholder {
  /* color: transparent; */
  /* font-size: 0; */
  color: rgba(133, 133, 133, 0.603);
  font-size: 15px;
  text-transform: uppercase;
}

.authorize-expires {
  max-width: 520px;
  min-width: 520px;
  width: 100%;
  border: 2px solid #0d024c;
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding: 25px 28px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.authorize-expires span {
  opacity: 0;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.authorize-expires:focus span {
  opacity: 1;
}

@media screen and (max-width: 1340px) {
  .authorize-expires {
    min-width: 50%;
  }
}

@media screen and (max-width: 1199px) {
  .authorize-expires {
    padding: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .authorize-expires {
    padding: 18px;
  }
}

@media screen and (max-width: 769px) {
  .authorize-expires {
    padding: 15px;
    min-width: 100% !important;
    border-radius: 1px;
    max-width: 100%;
  }
}

.authorize-expires:invalid {
  background-color: rgba(226, 64, 28, 0.025);
}

.authorize-expires input {
  border: none;
}

.authorize-expires input:focus {
  border: none;
}

.authorize-expires .cart-separation {
  padding: 0 5px;
  font-size: 15px;
  opacity: 1;
  color: rgba(133, 133, 133, 0.603);
}

.authorize-cvv {
  max-width: 520px;
  min-width: 520px;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1340px) {
  .authorize-cvv {
    min-width: 50%;
  }
}

@media screen and (max-width: 769px) {
  .authorize-cvv {
    min-width: 100% !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

.authorize-cvv input {
  min-width: 381px !important;
  max-width: 381px !important;
}

@media screen and (max-width: 1340px) {
  .authorize-cvv input {
    min-width: 60% !important;
    max-width: 60% !important;
  }
}

.contact-form-bottom {
  margin-top: -16px;
}

.contact-form-bottom .contact-form__wrap-pretitle {
  margin-bottom: 49px;
}

@media screen and (max-width: 1199px) {
  .contact-form-bottom .contact-form__wrap-pretitle {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .contact-form-bottom .contact-form__wrap-pretitle {
    margin-bottom: 20px;
  }
}

.credit_card_details .wpcf7-not-valid-tip {
  /* top: -49px !important;//sass-lint:disable-line no-important */
  bottom: 20px !important;
}

@media screen and (max-width: 1199px) {
  .credit_card_details .wpcf7-not-valid-tip {
    /* top: -29px !important;//sass-lint:disable-line no-important */
    bottom: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .credit_card_details .wpcf7-not-valid-tip {
    /* top: -20px !important;//sass-lint:disable-line no-important */
  }
}

@media screen and (max-width: 640px) {
  .credit_card_details .wpcf7-not-valid-tip {
    /* top: -21px !important;//sass-lint:disable-line no-important */
    font-size: 10px;
    line-height: 1;
    bottom: 15px !important;
    /* text-align: center; */
  }
}

@media screen and (max-width: 400px) {
  .credit_card_details .wpcf7-not-valid-tip {
    bottom: 5px !important;
  }
}

.exp-date-separator {
  opacity: 1 !important;
}

@media screen and (max-width: 410px) {
  label {
    white-space: nowrap;
    max-width: 87%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 410px) {
  .label-sm {
    max-width: 76px;
    text-overflow: clip;
  }
}

/*--------------------------------------------------------------
## Cover Image
--------------------------------------------------------------*/
.cover-img {
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.1001);
          transform: translate(-50%, -50%) scale(0.1001);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

/*--------------------------------------------------------------
## Wrapper and Ratios
--------------------------------------------------------------*/
.media-wrap {
  position: relative;
  overflow: hidden;
}

.media-wrap::before {
  content: '';
  display: block;
  width: 100%;
}

.media-wrap--square::before {
  padding-top: 100%;
}

.media-wrap--400x280::before {
  padding-top: 70%;
}

.media-wrap--650x875::before {
  padding-top: 74.3%;
}

.media-wrap--1059x809::before {
  padding-top: 76.3928%;
}

.media-wrap--790x654::before {
  padding-top: 120.8%;
}

.media-wrap--629x669::before {
  padding-top: 94%;
}

.media-wrap--630x520::before {
  padding-top: 120%;
}

.media-wrap--674x520::before {
  padding-top: 77.1513%;
}

.media-wrap--422x407::before {
  padding-top: 130.7%;
}

.media-wrap--lazy-loader {
  background: transparent;
}

.media-wrap--lazy-loader::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  margin-top: -20px;
  -webkit-animation: lazyPreloading 800ms ease infinite;
          animation: lazyPreloading 800ms ease infinite;
  -webkit-transition: 175ms ease;
  transition: 175ms ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.media-wrap--lazy-loader.is-hidden::after {
  visibility: hidden;
  opacity: 0;
}

.media-item {
  display: block;
}

@-webkit-keyframes lazyPreloading {
  0%, 100% {
    -webkit-box-shadow: -13px 20px rgba(153, 153, 153, 0.2), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em #eee;
            box-shadow: -13px 20px rgba(153, 153, 153, 0.2), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em #eee;
  }
  25% {
    -webkit-box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px rgba(153, 153, 153, 0.2), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em #eee;
            box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px rgba(153, 153, 153, 0.2), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em #eee;
  }
  50% {
    -webkit-box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px rgba(153, 153, 153, 0.2), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em #eee;
            box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px rgba(153, 153, 153, 0.2), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em #eee;
  }
  75% {
    -webkit-box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px rgba(153, 153, 153, 0.2), 0 0 0 1000em #eee;
            box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px rgba(153, 153, 153, 0.2), 0 0 0 1000em #eee;
  }
}

@keyframes lazyPreloading {
  0%, 100% {
    -webkit-box-shadow: -13px 20px rgba(153, 153, 153, 0.2), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em #eee;
            box-shadow: -13px 20px rgba(153, 153, 153, 0.2), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em #eee;
  }
  25% {
    -webkit-box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px rgba(153, 153, 153, 0.2), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em #eee;
            box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px rgba(153, 153, 153, 0.2), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em #eee;
  }
  50% {
    -webkit-box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px rgba(153, 153, 153, 0.2), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em #eee;
            box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px rgba(153, 153, 153, 0.2), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em #eee;
  }
  75% {
    -webkit-box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px rgba(153, 153, 153, 0.2), 0 0 0 1000em #eee;
            box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px rgba(153, 153, 153, 0.2), 0 0 0 1000em #eee;
  }
}

/*--------------------------------------------------------------
## SVG Icons
--------------------------------------------------------------*/
.svg-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.svg-icon svg {
  width: 1em;
}

/*--------------------------------------------------------------
## WP Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

img {
  max-width: 100%;
  display: block;
  height: initial;
}

/*--------------------------------------------------------------
## Popup
--------------------------------------------------------------*/
.popup {
  display: none;
  max-width: 600px;
}

.popup-custom-class .fancybox-bg {
  background: rgba(0, 0, 0, 0.7);
}

/*--------------------------------------------------------------
## Select2 custom
--------------------------------------------------------------*/
.custom-select {
  display: none;
}

.select2-container {
  width: 100%;
  max-width: 300px;
}

.select2-container .select2-selection--single {
  height: 36px;
  -webkit-transition: border 350ms ease;
  transition: border 350ms ease;
}

.select2-container .select2-selection--single:focus {
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  text-align: left;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 30px;
  line-height: 34px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 30px;
  right: 0;
}

.select2-container .select2-selection--single .select2-selection__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 22px;
  color: #000;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single {
  border: none;
}

.select2-container--default .select2-dropdown {
  -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 4px;
  top: -3px;
  overflow: hidden;
}

.select2-container--default .select2-search--dropdown {
  padding: 15px 20px 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 16px;
  padding: 8px 10px;
  border-radius: 4px;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 4px 4px 0 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .select2-selection__arrow::before,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow::before {
  -webkit-transform: translate(-50%, -50%) rotate3d(1, 0, 0, -180deg);
          transform: translate(-50%, -50%) rotate3d(1, 0, 0, -180deg);
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0 0 4px 4px;
}

.select2-results__option {
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 6px 14px;
  -webkit-transition: color 350ms ease, background-color 0.2s ease;
  transition: color 350ms ease, background-color 0.2s ease;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .select2-results__option {
    font-size: 15px;
    padding: 4px 10px;
    font-weight: 400;
  }
}

.select2-results__options {
  position: relative;
}

.hamburger {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 19px;
  position: relative;
}

.hamburger::after, .hamburger::before,
.hamburger span {
  width: 100%;
  height: 3px;
  position: absolute;
  display: block;
  background-color: #212121;
  pointer-events: none;
}

.hamburger::after, .hamburger::before {
  content: '';
  -webkit-transition: 350ms width 350ms ease;
  transition: 350ms width 350ms ease;
}

.hamburger::after {
  top: 0;
  left: 0;
}

.hamburger::before {
  bottom: 0;
  right: 0;
}

.hamburger span {
  top: 50%;
  margin-top: -1.5px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.hamburger span::before {
  content: '';
  background-color: #212121;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.hamburger.is-active::after, .hamburger.is-active::before {
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  width: 0;
}

.hamburger.is-active::after {
  left: 0;
}

.hamburger.is-active::before {
  right: 0;
}

.hamburger.is-active span {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 350ms -webkit-transform 350ms ease;
  transition: 350ms -webkit-transform 350ms ease;
  transition: 350ms transform 350ms ease;
  transition: 350ms transform 350ms ease, 350ms -webkit-transform 350ms ease;
}

.hamburger.is-active span::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 350ms -webkit-transform 350ms ease;
  transition: 350ms -webkit-transform 350ms ease;
  transition: 350ms transform 350ms ease;
  transition: 350ms transform 350ms ease, 350ms -webkit-transform 350ms ease;
  background-color: #fff;
}

/*--------------------------------------------------------------
## Post Article
--------------------------------------------------------------*/
.post-article {
  padding: 30px;
  margin-bottom: 15px;
  background-color: #eee;
}

.post-article:last-of-type {
  margin: 0;
}

.posts-archive {
  margin: 50px 0;
}

/*--------------------------------------------------------------
## Post Comments
--------------------------------------------------------------*/
.comments-area {
  clear: both;
}

.comments-area label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 8px;
}

.comments-area p {
  margin-bottom: 20px;
}

.comments-title {
  font-size: 20px;
  margin-bottom: 30px;
}

.comment-reply-title {
  font-size: 17px;
  margin: 30px 0 15px;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li::before {
  display: none;
}

.comment-body {
  color: #333;
  font-size: 14px;
  margin: 0 4em 0 65px;
}

.comment-author {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #eee;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #929292;
}

.comment-metadata a.comment-edit-link {
  color: #333;
  margin-left: 15px;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #333;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #929292;
  font-size: 14px;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.form-submit {
  text-align: right;
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
  font-weight: normal;
}

/*--------------------------------------------------------------
## Perfect Scroll Bar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Styleguide site
--------------------------------------------------------------*/
.styleguide {
  padding: 50px 0 150px;
  background: linear-gradient(135deg, #fafafa 21px, #fff 22px, #fff 24px, transparent 24px, transparent 67px, #fff 67px, #fff 69px, transparent 69px), linear-gradient(225deg, #fafafa 21px, #fff 22px, #fff 24px, transparent 24px, transparent 67px, #fff 67px, #fff 69px, transparent 69px) 0 64px;
  background-color: #fafafa;
  background-size: 64px 128px;
  background-attachment: fixed;
}

.styleguide__scrollspy-nav {
  position: fixed;
  left: 0;
  top: 100px;
  width: 160px;
  height: calc(100vh - 100px);
  color: #fff;
  font-size: 14px;
  background-color: #e2401c;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  z-index: 10;
  will-change: scroll-position;
  border-left: 2px solid #e2401c;
  border-right: 2px solid #e2401c;
  padding-bottom: 20px;
}

.styleguide__scrollspy-nav.is-hidden {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.styleguide__scrollspy-nav::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, rgba(226, 64, 28, 0.1)), color-stop(27%, rgba(226, 64, 28, 0.25)), color-stop(42%, rgba(226, 64, 28, 0.32)), color-stop(70%, rgba(226, 64, 28, 0.7)), to(#e2401c));
  background: linear-gradient(to bottom, rgba(226, 64, 28, 0.1) 4%, rgba(226, 64, 28, 0.25) 27%, rgba(226, 64, 28, 0.32) 42%, rgba(226, 64, 28, 0.7) 70%, #e2401c 100%);
  z-index: 1;
  pointer-events: none;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.styleguide__scrollspy-nav.hideFade::after {
  opacity: 0;
}

.styleguide-nav-list-holder {
  position: relative;
  height: calc(100vh - 195px);
  overflow: hidden;
}

.styleguide-nav-list-holder .ps__rail-y {
  width: 5px;
  border-radius: 1px;
  background-color: #fff;
  opacity: 0.2;
}

.styleguide-nav-list-holder .ps__thumb-y {
  width: 3px;
  right: 1px;
  background-color: #e2401c;
}

.styleguide-nav-list-holder .ps__rail-y.ps--clicking .ps__thumb-y,
.styleguide-nav-list-holder .ps__rail-y:focus > .ps__thumb-y,
.styleguide-nav-list-holder .ps__rail-y:hover > .ps__thumb-y {
  width: 3px;
  background-color: #e2401c;
}

.styleguide-nav-list-holder .ps .ps__rail-x.ps--clicking,
.styleguide-nav-list-holder .ps .ps__rail-x:focus,
.styleguide-nav-list-holder .ps .ps__rail-x:hover,
.styleguide-nav-list-holder .ps .ps__rail-y.ps--clicking,
.styleguide-nav-list-holder .ps .ps__rail-y:focus,
.styleguide-nav-list-holder .ps .ps__rail-y:hover {
  background-color: #fff;
}

.styleguide__scrollspy-nav-list .list-group-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 3px 10px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.styleguide__scrollspy-nav-list .list-group-item.active {
  color: #e95626;
  background-color: #fff;
  border-bottom: 1px solid #e2401c;
}

@media only screen and (min-width: 1250px) {
  .styleguide__scrollspy-nav-list .list-group-item:hover {
    color: #e95626;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #e2401c;
  }
}

.styleguide__scrollspy-nav-list li:last-child .list-group-item {
  border: 0;
}

.list-group-item__icon {
  font-size: 8px;
  margin-right: 8px;
}

.styleguide__scrollspy-nav-title {
  display: block;
  font-weight: bold;
  padding: 5px 10px;
  border-bottom: 1px solid #fff;
}

.styleguide__scrollspy-nav-open {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(80%, -50%);
          transform: translate(80%, -50%);
  width: 30px;
  height: 65px;
  background: #e2401c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  color: #fff;
  border-radius: 0 10px 10px 0;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  z-index: -1;
}

@media only screen and (min-width: 1250px) {
  .styleguide__scrollspy-nav-open:hover {
    -webkit-transform: translate(70%, -50%);
            transform: translate(70%, -50%);
  }
}

.is-hidden .styleguide__scrollspy-nav-open {
  -webkit-transform: translate(80%, -50%);
          transform: translate(80%, -50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .is-hidden .styleguide__scrollspy-nav-open:hover {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}

.is-hidden .styleguide__scrollspy-nav-open .styleguide-open-icon {
  -webkit-transform: rotate3d(0, 1, 0, 0);
          transform: rotate3d(0, 1, 0, 0);
}

.styleguide-open-icon {
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
          transform: rotate3d(0, 1, 0, 180deg);
}

.styleguide-filter-input-wrap {
  padding: 10px 5px;
}

.styleguide-filter-input[type='text'] {
  font-size: 14px;
  color: #000;
  padding: 4px 5px;
  border-radius: 3px;
  border: 0;
  outline: none;
}

.styleguide-filter-input[type='text']::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
}

.styleguide-filter-input[type='text']::-moz-placeholder {
  font-size: 14px;
  color: #000;
}

.styleguide-filter-input[type='text']::-moz-placeholder {
  font-size: 14px;
  color: #000;
}

.styleguide-filter-input[type='text']::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
}

.styleguide-filter-input[type='text']:focus {
  outline: none;
}

.styleguide__main-head {
  font-weight: bold;
  font-size: 48px;
  color: #e95626;
  text-transform: uppercase;
  text-align: center;
  padding: 100px 0;
}

.styleguide__section {
  margin-bottom: 70px;
}

.styleguide__head {
  width: 100%;
  padding: 0 0 20px;
  border-bottom: 1px solid #e95626;
  margin: 0 0 55px;
}

.styleguide__head--mod {
  color: #e95626;
  font-size: 35px;
  font-weight: 500;
}

.styleguide__colorpallet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

.styleguide__colorpallet--mod {
  padding: 15px;
}

.styleguide__color {
  display: inline-block;
  width: 120px;
  height: 50px;
}

.styleguide__color-name {
  display: block;
  font-size: 16px;
  color: #bebebe;
  text-align: center;
  margin: 20px 0 0;
}

.styleguide__typography-special-titles {
  margin: 0 0 70px;
}

.styleguide__subtitle {
  font-size: 18px;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0 0 25px;
}

.styleguide__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
}

.styleguide__btn {
  padding: 15px;
}

.styleguide__section-content {
  border-style: dashed;
  border-color: #71999e;
  border-width: 1px 0;
  position: relative;
}

.styleguide__section-content::before, .styleguide__section-content::after {
  display: block;
  background-color: #71999e;
  padding: 1px;
  color: #fff;
  text-align: center;
  width: 120px;
  font-size: 11px;
  letter-spacing: 2px;
  position: absolute;
  left: 50%;
}

.styleguide__section-content::before {
  content: 'start section';
  top: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.styleguide__section-content::after {
  content: 'end section';
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.styleguide__fonts-items {
  font-size: 26px;
  display: block;
}

.styleguide__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}

.styleguide__icons-item {
  padding: 0 10px;
}

.styleguide__icons-name {
  font-size: 12px;
  display: block;
  text-align: center;
  padding: 5px 0;
}

.styleguide__icons-icon {
  font-size: 35px;
  width: 105px;
  height: 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f1f1f1;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 150px;
  min-height: 150px;
  z-index: 1001;
  -webkit-transition: 350ms ease-in-out !important;
  transition: 350ms ease-in-out !important;
  will-change: transform;
}

.site-header.is-sticky {
  max-height: 60px;
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
}

@media screen and (max-width: 1199px) {
  .site-header {
    max-height: 100px;
    min-height: 100px;
  }
}

.site-header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 50px 0 63px;
}

@media screen and (max-width: 1850px) {
  .site-header__container {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1700px) {
  .site-header__container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1600px) {
  .site-header__container {
    padding: 0;
  }
}

.site-header__branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 220px;
  width: 100%;
  margin-right: 131px;
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
}

@media screen and (max-width: 1850px) {
  .site-header__branding {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1700px) {
  .site-header__branding {
    margin-right: 20px;
    max-width: 180px;
  }
}

@media screen and (max-width: 1500px) {
  .site-header__branding {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .site-header__branding {
    margin-left: -15px;
  }
}

@media screen and (max-width: 991px) {
  .site-header__branding {
    margin-right: 0;
  }
}

.site-header__logo {
  color: #fff;
  display: block;
  max-width: 110px;
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
}

@media screen and (max-width: 1700px) {
  .site-header__logo {
    max-width: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .site-header__logo {
    max-width: 60px;
  }
}

.site-header__logo-img {
  display: block;
  width: 100%;
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
}

.site-header__nav-outer {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .site-header__nav-outer {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1010;
    visibility: hidden;
    -webkit-transition: 350ms ease 350ms;
    transition: 350ms ease 350ms;
    will-change: transform;
  }
  .site-header__nav-outer::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
  }
  .site-header__nav-outer.is-active {
    visibility: visible;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
  }
  .site-header__nav-outer.is-active::before {
    opacity: 1;
    visibility: visible;
  }
}

.site-header__nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1199px) {
  .site-header__nav-inner {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 300px;
    width: 100%;
    height: 100%;
    background-color: #0d024c;
    display: block;
    padding: 100px 30px 30px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
  }
  .is-active .site-header__nav-inner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.site-header__hamburger {
  display: none;
}

@media screen and (max-width: 1199px) {
  .site-header__hamburger {
    display: block;
    right: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1100;
  }
}

.site-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

@media screen and (max-width: 1199px) {
  .site-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0;
  }
}

.site-button__btn {
  margin-left: 53px;
}

@media screen and (max-width: 1440px) {
  .site-button__btn {
    margin-left: 25px;
  }
}

@media screen and (max-width: 1310px) {
  .site-button__btn {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .site-button__btn {
    margin: auto;
  }
}

.site-button__phone a {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 1440px) {
  .site-button__phone a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .site-button__phone a {
    color: #fff;
    padding: 15px;
    width: 100%;
    display: block;
    font-size: 14px;
    margin: 0;
  }
}

@media only screen and (min-width: 1250px) {
  .site-button__phone:hover a {
    color: #00aeef;
  }
}

.site-header--scroll {
  -webkit-box-shadow: 0 0 12px -5px #000;
          box-shadow: 0 0 12px -5px #000;
  min-height: 100px;
  max-height: 100px;
  scroll-behavior: smooth;
  background-color: #fff;
  z-index: 1001;
}

.site-header--scroll .site-header__logo {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
}

@media screen and (max-width: 991px) {
  .site-header--scroll .site-header__logo {
    -webkit-transform: none;
            transform: none;
  }
}

.site-header--scroll .site-button__phone a {
  color: #212121;
}

@media only screen and (min-width: 1250px) {
  .site-header--scroll .site-button__phone a:hover {
    color: #00aeef;
  }
}

@media screen and (max-width: 1199px) {
  .site-header--scroll .site-button__phone a {
    color: #fff;
    padding: 15px;
    width: 100%;
    display: block;
    font-size: 14px;
    margin: 0;
  }
}

.js-tab-box__block-radio-block--second {
  display: none;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
a {
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

.site-nav {
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-nav__list .current-menu-item a {
  color: #00aeef !important;
}

@media screen and (max-width: 1199px) {
  .site-nav__list {
    display: block;
    width: 100%;
  }
}

.site-nav__list > .menu-item {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .site-nav__list > .menu-item {
    margin-left: 10px;
  }
  .site-nav__list > .menu-item:first-child {
    margin: 0;
  }
  .site-nav__list > .menu-item.menu-item-has-children {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .site-nav__list > .menu-item {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    width: 100%;
  }
}

@media only screen and (min-width: 1250px) {
  .site-nav__list > .menu-item:hover a {
    color: #00aeef;
  }
  .site-nav__list > .menu-item:hover > .sub-menu {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

.site-nav__list > .menu-item > a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #212121;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: left;
}

@media screen and (max-width: 1440px) {
  .site-nav__list > .menu-item > a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .site-nav__list > .menu-item > a {
    color: #fff;
  }
}

.site-nav__list > .menu-item:not(:last-of-type) {
  padding-right: 38px;
}

@media screen and (max-width: 1700px) {
  .site-nav__list > .menu-item:not(:last-of-type) {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1520px) {
  .site-nav__list > .menu-item:not(:last-of-type) {
    padding-right: 15px;
  }
}

@media screen and (max-width: 1310px) {
  .site-nav__list > .menu-item:not(:last-of-type) {
    padding-right: 10px;
  }
}

.site-nav__list.current_page_item > a,
.site-nav__list.current-menu-item > a,
.site-nav__list.current_page_ancestor > a,
.site-nav__list.current-menu-ancestor > a {
  color: #e2401c;
}

.site-nav__icon {
  color: #212121;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1199px) {
  .site-nav__icon {
    z-index: 10;
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
    top: 1px;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
  }
  .site-nav__icon.is-active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media screen and (min-width: 1200px) {
  .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    background-color: #fff;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    list-style: none;
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    -webkit-box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    min-width: 150px;
  }
  .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media screen and (max-width: 1199px) {
  .sub-menu {
    padding-left: 15px;
    overflow: hidden;
    display: none;
  }
}

.sub-menu .menu-item {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .sub-menu .menu-item {
    margin: 20px 0;
    position: relative;
  }
  .sub-menu .menu-item:first-of-type {
    margin-top: 0;
  }
  .sub-menu .menu-item:last-of-type {
    margin-bottom: 0;
  }
  .sub-menu .menu-item:last-of-type::after {
    content: none;
  }
  .sub-menu .menu-item::after {
    content: '';
    display: block;
    background-color: #00aeef;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0;
  }
  .sub-menu .menu-item.menu-item-has-children {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1250px) {
  .sub-menu .menu-item:hover > a {
    color: #00aeef !important;
  }
  .sub-menu .menu-item:hover .site-nav__icon {
    color: #00aeef !important;
  }
  .sub-menu .menu-item:hover > .sub-menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

.sub-menu .menu-item a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #212121 !important;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: left;
}

@media screen and (max-width: 1440px) {
  .sub-menu .menu-item a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .sub-menu .menu-item a {
    color: #fff;
  }
}

.sub-menu .menu-item:not(:last-of-type) {
  padding-right: 38px;
}

@media screen and (max-width: 1700px) {
  .sub-menu .menu-item:not(:last-of-type) {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1520px) {
  .sub-menu .menu-item:not(:last-of-type) {
    padding-right: 15px;
  }
}

@media screen and (max-width: 1310px) {
  .sub-menu .menu-item:not(:last-of-type) {
    padding-right: 10px;
  }
}

.sub-menu .site-nav__icon {
  color: #212121;
  font-size: 6px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 1199px) {
  .sub-menu .site-nav__icon {
    color: #212121;
    padding: 4px 5px;
    top: 2px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sub-menu .site-nav__icon.is-active {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

/*--------------------------------------------------------------
## Post Nav
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
  font-weight: bold;
  font-size: 14px;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 50px 0;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

@media only screen and (min-width: 1250px) {
  .comment-navigation a:hover,
  .posts-navigation a:hover,
  .post-navigation a:hover {
    color: #e2401c;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #fff;
  padding-bottom: 55px;
  padding-top: 54px;
}

@media screen and (max-width: 991px) {
  .site-footer {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.footer-container {
  max-width: 1295px;
  width: 100%;
  margin: 0 auto;
}

.site-footer__info {
  padding-top: 4px;
  padding-bottom: 52px;
  margin-bottom: 39px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.15);
}

@media screen and (max-width: 1199px) {
  .site-footer__info {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .site-footer__info {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .site-footer__info {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .site-footer__info {
    margin-bottom: 0;
    padding-bottom: 20px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 575px) {
  .site-footer__info {
    margin: 0 auto;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 701px) {
  .site-footer__info .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.site-footer__info-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3px;
}

@media screen and (max-width: 1199px) {
  .site-footer__info-icon {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .site-footer__info-icon {
    margin-bottom: 20px;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 701px) {
  .site-footer__info-icon {
    margin: 0 auto 20px;
    max-width: 315px;
  }
}

.info-icon-box {
  width: 74px;
}

@media screen and (max-width: 1440px) {
  .info-icon-box {
    width: 50px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .info-icon-box {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .info-icon-box {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

@media screen and (max-width: 575px) {
  .info-icon-box {
    width: 40px;
  }
}

@media screen and (max-width: 410px) {
  .info-icon-box {
    width: 30px;
  }
}

.info-icon-box--email {
  min-width: 66px;
  width: 66px;
}

@media screen and (max-width: 1440px) {
  .info-icon-box--email {
    min-width: 50px;
    width: 50px;
  }
}

@media screen and (max-width: 575px) {
  .info-icon-box--email {
    width: 40px;
    min-width: 40px;
  }
}

@media screen and (max-width: 410px) {
  .info-icon-box--email {
    width: 30px;
    min-width: 30px;
  }
}

.info-icon-box--location {
  width: 80px;
  max-width: 80px;
}

@media screen and (max-width: 1440px) {
  .info-icon-box--location {
    max-width: 50px;
    width: 50px;
  }
  .info-icon-box--location .info-icon {
    min-width: 50px;
  }
}

@media screen and (max-width: 575px) {
  .info-icon-box--location {
    max-width: 40px;
    width: 40px;
  }
  .info-icon-box--location .info-icon {
    min-width: 40px;
  }
}

@media screen and (max-width: 410px) {
  .info-icon-box--location .info-icon {
    min-width: 30px;
  }
}

.info-icon {
  min-height: 49px;
  display: block;
}

@media screen and (max-width: 575px) {
  .info-icon {
    margin: 0;
    max-width: 40px;
    min-height: 40px;
    width: auto;
  }
}

@media screen and (max-width: 410px) {
  .info-icon {
    max-width: 30px;
    min-height: 30px;
  }
}

.site-footer__info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-footer__info-content.site-footer__info-content--location {
  padding-left: 20px;
}

@media screen and (max-width: 1440px) {
  .site-footer__info-content.site-footer__info-content--location {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .site-footer__info-content.site-footer__info-content--location {
    padding-left: 2px;
  }
}

@media screen and (max-width: 575px) {
  .site-footer__info-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.info-text {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .info-text {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .info-text {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
  }
}

@media screen and (max-width: 440px) {
  .info-text {
    font-size: 13px;
  }
}

.info-link {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
  position: relative;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 1250px) {
  .info-link {
    font-size: 13px;
  }
}

@media screen and (max-width: 1199px) {
  .info-link {
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .info-link {
    text-align: left;
  }
}

@media screen and (max-width: 440px) {
  .info-link {
    margin-bottom: 5px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 1250px) {
  .info-link:hover {
    color: #00aeef;
  }
}

.info-link.info-link--red {
  color: #ed1c24;
}

@media only screen and (min-width: 1250px) {
  .info-link.info-link--red:hover {
    color: #00aeef;
  }
}

.site-footer__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 39px;
}

@media screen and (max-width: 1100px) {
  .site-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .site-footer__body {
    margin-bottom: 20px;
  }
}

.site-footer__branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 258px;
  width: 100%;
  margin-right: 77px;
}

@media screen and (max-width: 1440px) {
  .site-footer__branding {
    max-width: 180px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .site-footer__branding {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .site-footer__branding {
    margin: 0 auto;
  }
}

.site-footer__logo {
  color: #fff;
  display: block;
  max-width: 158px;
}

@media screen and (max-width: 1199px) {
  .site-footer__logo {
    max-width: 118px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .site-footer__logo {
    max-width: 98px;
    margin-top: 20px;
  }
}

.site-footer__logo-img {
  display: block;
  width: 100%;
}

.site-footer__navigation {
  padding-top: 14px;
}

.site-footer__navigation .site-footer-nav {
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer__navigation .site-footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  .site-footer__navigation .site-footer-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.site-footer__navigation .site-footer-nav__list > .site-footer-nav__menu-item {
  position: relative;
}

@media only screen and (min-width: 1250px) {
  .site-footer__navigation .site-footer-nav__list > .site-footer-nav__menu-item:hover a {
    color: #00aeef;
  }
}

.site-footer__navigation .site-footer-nav__list > .site-footer-nav__menu-item > a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #212121;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .site-footer__navigation .site-footer-nav__list > .site-footer-nav__menu-item > a {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .site-footer__navigation .site-footer-nav__list > .site-footer-nav__menu-item > a {
    font-size: 14px;
  }
}

.site-footer__navigation .site-footer-nav__list > .site-footer-nav__menu-item:not(:last-of-type) {
  padding-right: 50px;
}

@media screen and (max-width: 1199px) {
  .site-footer__navigation .site-footer-nav__list > .site-footer-nav__menu-item:not(:last-of-type) {
    padding-right: 30px;
  }
}

@media screen and (max-width: 575px) {
  .site-footer__navigation .site-footer-nav__list > .site-footer-nav__menu-item:not(:last-of-type) {
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.site-footer__btn {
  padding-top: 14px;
  margin-left: auto;
}

@media screen and (max-width: 1100px) {
  .site-footer__btn {
    margin: 10px auto 0;
  }
}

.copyright {
  padding-left: 5px;
}

@media screen and (max-width: 1024px) {
  .copyright {
    padding-left: 0;
  }
}

.copyright__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 37px;
}

@media screen and (max-width: 1100px) {
  .copyright__text {
    margin-bottom: 20px;
    /* align-items: center; */
  }
}

@media screen and (max-width: 991px) {
  .copyright__text {
    margin-bottom: 10px;
    max-width: 580px;
  }
}

@media screen and (max-width: 575px) {
  .copyright__text {
    max-width: 360px;
  }
}

@media screen and (max-width: 340px) {
  .copyright__text {
    max-width: 250px;
  }
}

.copyright__text span {
  color: #929292;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: left;
  display: block;
}

@media screen and (max-width: 1100px) {
  .copyright__text span {
    /* text-align: center; */
  }
}

.design-company {
  color: #ed1c24;
  position: relative;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.design-company::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  opacity: 0;
  height: 1px;
  background-color: #ed1c24;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .design-company:hover::after {
    width: 100%;
    opacity: 1;
  }
}

.copyright__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .copyright__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    /* align-items: center;
		justify-self: center; */
  }
}

.copyright__bottom-text {
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: left;
  color: #929292;
  display: block;
}

@media screen and (max-width: 991px) {
  .copyright__bottom-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .copyright__bottom-text {
    /* text-align: center; */
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 5px;
  }
}

@media screen and (max-width: 460px) {
  .copyright__bottom-text {
    max-width: 290px;
  }
}

.footer-link {
  color: #929292;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 991px) {
  .footer-link {
    font-size: 14px;
  }
}

.footer-link:not(:first-of-type) {
  padding-left: 54px;
}

@media screen and (max-width: 991px) {
  .footer-link:not(:first-of-type) {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer-link:not(:first-of-type) {
    padding-left: 20px;
  }
}

@media screen and (max-width: 575px) {
  .footer-link:not(:first-of-type) {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1250px) {
  .footer-link:hover {
    color: #00aeef;
  }
}

.error404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 0;
}

.error404::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.error404 .site-header,
.error404 .site-footer {
  display: none;
}

.s-404__logo {
  display: inline-block;
  -webkit-animation: puff-in-middle 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) both 1.5s;
          animation: puff-in-middle 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) both 1.5s;
}

.s-404__logo:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.s-404__logo img {
  width: 180px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.s-404__title {
  -webkit-animation: puff-in-middle 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) both 0.5s;
          animation: puff-in-middle 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) both 0.5s;
}

.s-404__title span {
  font-size: 250px;
  line-height: 1;
  color: #0a5085;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

@media screen and (max-width: 991px) {
  .s-404__title span {
    font-size: 200px;
  }
}

@media screen and (max-width: 575px) {
  .s-404__title span {
    font-size: 125px;
  }
}

.s-404__title-1 {
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  animation: 5s float ease-in-out infinite alternate-reverse 0.5s;
}

.s-404__title-2 {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  animation: 5s float-2 ease-in-out infinite alternate-reverse 0.5s;
}

.s-404__title-3 {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  animation: 5s float-3 ease-in-out infinite alternate-reverse 0.5s;
}

.s-404__title-icon {
  font-size: 62px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .s-404__title-icon {
    font-size: 55px;
  }
}

@media screen and (max-width: 575px) {
  .s-404__title-icon {
    font-size: 40px;
  }
}

.s-404__text {
  font-size: 40px;
  line-height: 1.1;
  color: #000;
  letter-spacing: 1px;
  -webkit-animation: puff-in-middle 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) both 0.8s;
          animation: puff-in-middle 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) both 0.8s;
  margin-top: 40px;
  padding: 0 15px;
}

@media screen and (max-width: 575px) {
  .s-404__text {
    margin-top: 25px;
    font-size: 30px;
  }
}

.s-404__btn {
  color: #fff;
  display: inline-block;
  position: relative;
  margin-top: 35px;
  font-weight: 500;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-animation: puff-in-middle 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) both 1s;
          animation: puff-in-middle 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) both 1s;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  padding: 22px 22px 22px 40px;
  outline: none;
  min-width: 290px;
  background-color: #ed1c24;
  font-size: 18px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: initial;
}

.s-404__btn:hover {
  background-color: #00aeef;
}

@media screen and (max-width: 991px) {
  .s-404__btn {
    min-width: 280px;
    font-size: 16px;
    margin-top: 25px;
    padding: 15px 22px 15px 40px;
  }
}

@media screen and (max-width: 575px) {
  .s-404__btn {
    min-width: 250px;
  }
}

.s-404__btn-icon {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 35px;
}

@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-filter: blur(2px);
            filter: blur(2px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-filter: blur(2px);
            filter: blur(2px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@-webkit-keyframes puff-in-middle {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-filter: blur(2px);
            filter: blur(2px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes puff-in-middle {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-filter: blur(2px);
            filter: blur(2px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: rotate(-1deg) translate(0, 0);
            transform: rotate(-1deg) translate(0, 0);
  }
  100% {
    -webkit-transform: rotate(-7deg) translate(10%, 10%);
            transform: rotate(-7deg) translate(10%, 10%);
  }
}

@keyframes float {
  0% {
    -webkit-transform: rotate(-1deg) translate(0, 0);
            transform: rotate(-1deg) translate(0, 0);
  }
  100% {
    -webkit-transform: rotate(-7deg) translate(10%, 10%);
            transform: rotate(-7deg) translate(10%, 10%);
  }
}

@-webkit-keyframes float-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@keyframes float-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@-webkit-keyframes float-3 {
  0% {
    -webkit-transform: rotate(-4deg) translateY(0);
            transform: rotate(-4deg) translateY(0);
  }
  100% {
    -webkit-transform: rotate(10deg) translateY(-10%);
            transform: rotate(10deg) translateY(-10%);
  }
}

@keyframes float-3 {
  0% {
    -webkit-transform: rotate(-4deg) translateY(0);
            transform: rotate(-4deg) translateY(0);
  }
  100% {
    -webkit-transform: rotate(10deg) translateY(-10%);
            transform: rotate(10deg) translateY(-10%);
  }
}

/*--------------------------------------------------------------
# Components / Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## check-list
--------------------------------------------------------------*/
.check-list {
  margin-top: 30px;
}

.check-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*--------------------------------------------------------------
## select-field
--------------------------------------------------------------*/
.select-field {
  padding: 80px 0;
}

/*--------------------------------------------------------------
## page-nav
--------------------------------------------------------------*/
.page-nav {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #eee;
  width: 100%;
}

/*--------------------------------------------------------------
## blog-article
--------------------------------------------------------------*/
.blog-article {
  margin-bottom: 30px;
}

.blog-article__thumb-wrap {
  display: block;
  overflow: hidden;
}

.blog-article__thumb {
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .blog-article__thumb:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.blog-article__box {
  background: #eee;
  padding: 20px;
}

.blog-article__title {
  font-size: 18px;
}

.blog-article__meta {
  color: #929292;
  font-size: 12px;
}

/*--------------------------------------------------------------
## background-image
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## map
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .map {
    height: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 660px) {
  .map {
    height: 450px;
  }
}

@media screen and (max-width: 575px) {
  .map {
    height: 400px;
  }
}

@media screen and (max-width: 400px) {
  .map {
    height: 300px;
  }
}

@media screen and (max-width: 350px) {
  .map {
    height: 250px;
  }
}

.map .map-img {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.map #us-map {
  min-width: 919px;
  width: auto;
  height: 706px;
}

.map #us-map path {
  cursor: auto;
  fill: #fff;
}

.map #us-map path.animation {
  stroke-width: 0;
  stroke-linejoin: round;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  fill: #990b29 !important;
}

/*--------------------------------------------------------------
## contact-request
--------------------------------------------------------------*/
.contact-request {
  text-align: center;
  padding-top: 44px;
}

@media screen and (max-width: 1199px) {
  .contact-request {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.contact-request .section-title--contact-request {
  margin-bottom: 65px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .contact-request .section-title--contact-request {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .contact-request .section-title--contact-request {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .contact-request .section-title--contact-request {
    margin-bottom: 20px;
  }
}

.contact-request__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0 100px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .contact-request__buttons {
    padding: 0 80px;
  }
}

@media screen and (max-width: 1024px) {
  .contact-request__buttons {
    padding: 0 60px;
  }
}

@media screen and (max-width: 991px) {
  .contact-request__buttons {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .contact-request__buttons {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .contact-request__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .contact-request__download {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .contact-request__popup,
  .contact-request__download {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
## contact-map
--------------------------------------------------------------*/
.contact-map {
  margin-bottom: 45px;
}

@media screen and (max-width: 1199px) {
  .contact-map {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .contact-map {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contact-map {
    margin-bottom: 10px;
  }
}

.container-fluid--contact-map {
  padding: 0;
}

.contact-map__wrapper {
  overflow: hidden;
  position: relative;
  text-align: right;
  min-height: 724px;
  max-width: 1720px;
  width: 100%;
  margin: -166px auto 0;
  z-index: -1;
}

@media screen and (max-width: 1250px) {
  .contact-map__wrapper {
    min-height: 700px;
  }
}

@media screen and (max-width: 1199px) {
  .contact-map__wrapper {
    min-height: 650px;
    margin: -140px auto 0;
  }
}

@media screen and (max-width: 1024px) {
  .contact-map__wrapper {
    min-height: 600px;
    margin: -100px auto 0;
  }
}

@media screen and (max-width: 991px) {
  .contact-map__wrapper {
    min-height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .contact-map__wrapper {
    min-height: 450px;
  }
}

@media screen and (max-width: 640px) {
  .contact-map__wrapper {
    min-height: 400px;
  }
}

/*--------------------------------------------------------------
## contact-popup
--------------------------------------------------------------*/
.contact-request-popup {
  max-width: 1320px !important;
  margin: 0 auto;
  cursor: context-menu;
  display: none;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  .contact-request-popup {
    padding: 0 !important;
    max-width: 100% !important;
  }
}

.contact-request-popup__wrapper {
  background-color: #fff;
  padding: 75px;
  cursor: context-menu;
}

@media screen and (max-width: 1199px) {
  .contact-request-popup__wrapper {
    padding: 60px;
  }
}

@media screen and (max-width: 991px) {
  .contact-request-popup__wrapper {
    padding: 40px;
  }
}

@media screen and (max-width: 640px) {
  .contact-request-popup__wrapper {
    padding: 40px 20px;
  }
}

.contact-request-popup__wrapper .wpcf7-not-valid-tip {
  min-width: 300px !important;
}

.contact-request-popup__close {
  position: absolute;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.3;
  right: 30px;
  top: 30px;
}

@media screen and (max-width: 1199px) {
  .contact-request-popup__close {
    font-size: 18px;
  }
}

input[type='file'] {
  color: transparent;
  opacity: 0;
  z-index: 8;
  display: block;
  min-width: 520px;
  width: 100%;
  border: 2px solid #0d024c;
  background-color: #fff;
  padding: 25px 28px;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1199px) {
  input[type='file'] {
    padding: 25px;
  }
}

@media screen and (max-width: 1024px) {
  input[type='file'] {
    padding: 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  input[type='file'] {
    font-size: 16px;
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  input[type='file'] {
    padding: 15px;
    border-radius: 1px;
  }
}

.upload-file-btn {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.3;
  min-width: 520px;
  width: 100%;
  border: 2px solid #0d024c;
  background-color: #fff;
  font-style: italic;
  padding: 25px 28px;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  pointer-events: none;
  max-height: 80px;
  height: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1199px) {
  .upload-file-btn {
    padding: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .upload-file-btn {
    padding: 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .upload-file-btn {
    font-size: 16px;
    max-height: 70px;
    height: 70px;
    min-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .upload-file-btn {
    padding: 15px;
    min-width: 100% !important;
    max-height: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 640px) {
  .upload-file-btn {
    max-height: 54px;
    height: 54px;
  }
}

.custom-file,
.upload-file-label {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 1024px) {
  .custom-file,
  .upload-file-label {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 991px) {
  .custom-file,
  .upload-file-label {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .custom-file,
  .upload-file-label {
    line-height: 1.4;
  }
}

@media screen and (max-width: 400px) {
  .custom-file,
  .upload-file-label {
    max-width: 300px;
    width: 100%;
  }
}

.upload-file-label-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  cursor: pointer;
  font-size: 16px;
  padding: 15px 20px;
  min-width: 150px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1199px) {
  .upload-file-label-btn {
    padding: 15px;
  }
}

@media screen and (max-width: 991px) {
  .upload-file-label-btn {
    font-size: 14px;
    padding: 12px 15px;
    min-width: 120px;
  }
}

@media screen and (max-width: 640px) {
  .upload-file-label-btn {
    padding: 12px;
    min-width: 100px;
    top: 47%;
    right: 8px;
  }
}

.upload-label,
.upload-file-label {
  color: rgba(33, 33, 33, 0.502);
}

.contact-form__wrap-full .contact-form__wrapper-input {
  margin-right: 0 !important;
}

@media screen and (max-width: 1440px) {
  .contact-form__wrap-full .contact-form__wrapper-input {
    max-width: 100%;
  }
}

.uploadrequestform .wpcf7-not-valid-tip {
  min-width: 150px;
  left: 0;
  text-align: left;
}

/*--------------------------------------------------------------
## map
--------------------------------------------------------------*/
@media screen and (max-width: 1650px) {
  .map-location {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media screen and (max-width: 1440px) {
  .map-location {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media screen and (max-width: 1199px) {
  .map-location {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@media screen and (max-width: 991px) {
  .map-location {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media screen and (max-width: 767px) {
  .map-location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media screen and (max-width: 660px) {
  .map-location {
    height: 450px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@media screen and (max-width: 575px) {
  .map-location {
    -webkit-transform: scale(0.46);
            transform: scale(0.46);
    height: 350px;
  }
}

@media screen and (max-width: 435px) {
  .map-location {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}

@media screen and (max-width: 400px) {
  .map-location {
    -webkit-transform: scale(0.32);
            transform: scale(0.32);
  }
}

@media screen and (max-width: 350px) {
  .map-location {
    height: 250px;
  }
}

.map-location .map-img {
  width: 100%;
  margin-left: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1900px) {
  .map-location .map-img {
    margin: 0 auto;
  }
}

.map-location #us-map {
  min-width: 919px;
  width: auto;
  height: 706px;
  margin-right: auto;
}

.map-location #us-map path {
  cursor: auto;
  fill: #fff;
  position: relative;
}

.map-location #us-map path.animation {
  stroke-width: 0;
  stroke-linejoin: round;
  fill: #00aeef !important;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.map-location #us-map .is-active:hover path {
  fill: #ed1c24 !important;
  cursor: pointer;
}

.map-icon {
  position: relative;
}

.tab-map__location {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.tab-map__location.tab-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .tab-map__location {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*--------------------------------------------------------------
## location
--------------------------------------------------------------*/
.location {
  width: 65.5%;
  margin-left: auto;
}

@media screen and (max-width: 1199px) {
  .location {
    width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .location {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.tab-map__location-title {
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: left;
  font-weight: 700;
}

@media screen and (max-width: 1440px) {
  .tab-map__location-title {
    font-size: 19px;
  }
}

@media screen and (max-width: 1199px) {
  .tab-map__location-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .tab-map__location-title {
    font-size: 16px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .tab-map__location-title {
    font-size: 14px;
  }
}

.tab-map__location-address {
  padding-left: 41px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 991px) {
  .tab-map__location-address {
    padding-left: 35px;
  }
}

@media screen and (max-width: 400px) {
  .tab-map__location-address {
    padding-left: 20px;
  }
}

.tab-map__location-address a {
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 2;
  text-align: left;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  display: block;
}

@media screen and (max-width: 1440px) {
  .tab-map__location-address a {
    font-size: 19px;
  }
}

@media screen and (max-width: 1199px) {
  .tab-map__location-address a {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .tab-map__location-address a {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .tab-map__location-address a {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .tab-map__location-address a {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1250px) {
  .tab-map__location-address a:hover {
    color: #00aeef;
  }
}

.tab-map__location-place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

@media screen and (max-width: 991px) {
  .tab-map__location-place {
    margin-bottom: 0;
  }
}

.icon-location {
  padding: 1px 18px 3px 3px;
  height: 27px;
  color: #ed1c24;
  font-size: 20px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: left;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 991px) {
  .icon-location {
    font-size: 18px;
    height: 20px;
    padding: 0 15px 0 0;
  }
}

@media screen and (max-width: 400px) {
  .icon-location {
    font-size: 10px;
    padding: 0 10px 0 0;
  }
}

.tab-map__location.active {
  display: block;
}

.tab-map__location-wrap {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .tab-map__location-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
## basic-block
--------------------------------------------------------------*/
.basic-block {
  padding: 70px 0;
}

/*--------------------------------------------------------------
## slider
--------------------------------------------------------------*/
.slider {
  background-color: #0d024c;
  min-height: 787px;
}

.slider .container-fluid {
  padding: 0;
}

@media screen and (max-width: 640px) {
  .slider .container-fluid {
    height: 100%;
  }
}

@media screen and (max-width: 1600px) {
  .slider {
    min-height: 700px;
    padding-bottom: 10%;
  }
}

@media screen and (max-width: 1500px) {
  .slider {
    min-height: auto;
  }
}

@media screen and (max-width: 640px) {
  .slider {
    min-height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10%;
    padding-top: 20px;
  }
}

@media screen and (max-width: 450px) {
  .slider {
    padding-top: 10px;
    min-height: auto;
  }
}

@media screen and (max-width: 340px) {
  .slider {
    padding-top: 0;
  }
}

.slider .slick-slide {
  outline: 0;
}

.slider .slick-slide img {
  display: block;
}

.slider .slider__item {
  position: relative;
  padding-right: 80px;
}

@media screen and (max-width: 1600px) {
  .slider .slider__item {
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .slider .slider__item {
    padding: 0 10px;
  }
}

.slider .slider__item::before {
  content: '';
  position: absolute;
  background-color: #0a5085;
}

.slider__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .slider__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.slider__title {
  padding-top: 108px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .slider__title {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .slider__title {
    padding-top: 0;
  }
}

.slider__title-inner {
  margin: auto 0;
  max-width: 67%;
  margin-left: auto;
}

@media screen and (max-width: 1440px) {
  .slider__title-inner {
    margin: auto 50px;
  }
}

@media screen and (max-width: 1199px) {
  .slider__title-inner {
    margin: auto 25px;
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .slider__title-inner {
    margin: 50px auto 25px;
  }
}

@media screen and (max-width: 640px) {
  .slider__title-inner {
    margin-bottom: 0;
    margin: auto 60px;
  }
}

@media screen and (max-width: 575px) {
  .slider__title-inner {
    margin: auto 40px;
  }
}

@media screen and (max-width: 500px) {
  .slider__title-inner {
    margin: auto 20px;
    max-width: 60%;
  }
}

@media screen and (max-width: 350px) {
  .slider__title-inner {
    margin: auto 12px;
  }
}

.page-title--slider {
  margin-bottom: 50px;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .page-title--slider {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .page-title--slider {
    margin-bottom: 20px;
  }
}

.page-title--slider span {
  position: relative;
  display: inline-block;
}

.page-title--slider span::after {
  content: '';
  max-width: 395px;
  width: 103%;
  opacity: 0.5;
  height: 30%;
  background-color: #00aeef;
  position: absolute;
  left: -7px;
  bottom: -3px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .page-title--slider span::after {
    bottom: 0;
    left: -5px;
  }
}

.slider__content {
  margin-bottom: 60px;
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1.8;
  text-align: left;
  font-weight: 500;
}

@media screen and (max-width: 1440px) {
  .slider__content {
    font-size: 22px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .slider__content {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .slider__content {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .slider__content br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .slider__content {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .slider__content {
    font-size: 14px;
  }
}

.slider-image {
  right: 0;
  max-width: 956px;
  top: 0;
  margin-right: -15px;
  z-index: 6;
  margin-left: auto;
}

@media screen and (max-width: 1600px) {
  .slider-image {
    max-width: 850px;
  }
}

@media screen and (max-width: 1440px) {
  .slider-image {
    max-width: 750px;
  }
}

@media screen and (max-width: 1199px) {
  .slider-image {
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .slider-image {
    max-width: initial;
    margin: 0;
  }
}

.slider-image::before {
  content: '';
  position: absolute;
  background-color: #0a5085;
  max-width: 658px;
  width: 100%;
  min-height: 936px;
  top: -150px;
  right: 0;
  display: inline-block;
}

@media screen and (max-width: 1600px) {
  .slider-image::before {
    max-width: 600px;
    min-height: 150%;
  }
}

@media screen and (max-width: 1440px) {
  .slider-image::before {
    max-width: 550px;
  }
}

@media screen and (max-width: 1300px) {
  .slider-image::before {
    max-width: 520px;
  }
}

@media screen and (max-width: 1250px) {
  .slider-image::before {
    max-width: 480px;
  }
}

@media screen and (max-width: 1199px) {
  .slider-image::before {
    min-height: 145%;
    top: -100px;
  }
}

@media screen and (max-width: 767px) {
  .slider-image::before {
    max-width: 80%;
    min-height: 135%;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 575px) {
  .slider-image::before {
    min-height: 145%;
  }
}

.slider__controls {
  position: absolute;
  right: 275px;
  bottom: -71px;
  z-index: 999;
  max-width: 269px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1440px) {
  .slider__controls {
    right: 200px;
    bottom: -62px;
    max-width: 240px;
  }
}

@media screen and (max-width: 1300px) {
  .slider__controls {
    right: 150px;
  }
}

@media screen and (max-width: 1199px) {
  .slider__controls {
    bottom: -50px;
  }
}

@media screen and (max-width: 767px) {
  .slider__controls {
    right: 35%;
    max-width: 200px;
    bottom: -44px;
  }
}

@media screen and (max-width: 575px) {
  .slider__controls {
    bottom: -35px;
    max-width: 150px;
  }
}

@media screen and (max-width: 450px) {
  .slider__controls {
    right: 10%;
  }
}

@media screen and (max-width: 365px) {
  .slider__controls {
    bottom: -30px;
  }
}

.arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 269px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.arrows__slider {
  max-height: 20px;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: left;
}

@media screen and (max-width: 1440px) {
  .arrows__slider {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .arrows__slider {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .arrows__slider {
    font-size: 14px;
  }
}

.arrows__slider .arrows__slider-icon {
  font-size: 10px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 575px) {
  .arrows__slider .arrows__slider-icon {
    font-size: 7px;
  }
}

@media only screen and (min-width: 1250px) {
  .arrows__slider .arrows__slider-icon:hover {
    color: #00aeef;
  }
}

.counting-slides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.counting-slides .slider-count-num,
.counting-slides span {
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 1440px) {
  .counting-slides .slider-count-num,
  .counting-slides span {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .counting-slides .slider-count-num,
  .counting-slides span {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .counting-slides .slider-count-num,
  .counting-slides span {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .counting-slides .slider-count-num,
  .counting-slides span {
    font-size: 14px;
  }
}

.slider-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  /* .wp-video {
		width: initial !important;//sass-lint:disable-line no-important
	}

	.mejs-controls {
		display: none !important;//sass-lint:disable-line no-important
	} */
}

.slider-video .slide-video {
  width: 100%;
}

/*--------------------------------------------------------------
## banner
--------------------------------------------------------------*/
.banner {
  position: relative;
  padding-top: 41px;
  padding-bottom: 93px;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .banner {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 1199px) {
  .banner {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .banner {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .banner {
    padding-bottom: 40px;
    padding-top: 20px;
  }
}

.banner--full {
  padding-top: 0;
}

.banner__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 779px;
  width: 100%;
  margin-left: auto;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1440px) {
  .banner__box {
    padding: 0 20px;
  }
}

@media screen and (max-width: 991px) {
  .banner__box {
    padding: 0;
    margin: 0 auto 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.banner__box .page-title--banner {
  margin-bottom: 35px;
  line-height: 1.3;
}

.banner__box .page-title--banner span::after {
  left: -12px;
  bottom: -4px;
}

@media screen and (max-width: 767px) {
  .banner__box .page-title--banner span::after {
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 1199px) {
  .banner__box .page-title--banner {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .banner__box .page-title--banner {
    margin-bottom: 15px;
  }
  .banner__box .page-title--banner br {
    display: none;
  }
}

.banner__content {
  margin-bottom: 66px;
}

@media screen and (max-width: 1440px) {
  .banner__content {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .banner__content {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .banner__content {
    margin-bottom: 20px;
  }
}

.banner__content p {
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.8;
}

@media screen and (max-width: 1440px) {
  .banner__content p {
    font-size: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .banner__content p {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1024px) {
  .banner__content p {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 991px) {
  .banner__content p {
    font-size: 16px;
  }
  .banner__content p br {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .banner__content p {
    font-size: 14px;
  }
}

.banner__img {
  margin-left: 20px;
}

@media screen and (max-width: 1800px) {
  .banner__img {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .banner__img {
    margin: auto;
  }
}

.banner__quote {
  position: relative;
}

@media screen and (max-width: 450px) {
  .banner__quote {
    max-width: 280px;
    margin: 0 auto;
  }
}

.quote-sm {
  position: absolute;
  left: -32px;
  top: -14px;
  pointer-events: none;
}

@media screen and (max-width: 1440px) {
  .quote-sm {
    left: -15px;
    top: -15px;
  }
}

@media screen and (max-width: 991px) {
  .quote-sm {
    left: -30px;
    top: -10px;
  }
}

@media screen and (max-width: 400px) {
  .quote-sm {
    left: -10px;
    top: -20px;
  }
}

.banner__quote-content,
.banner__quote-name {
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 100;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .banner__quote-content,
  .banner__quote-name {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .banner__quote-content,
  .banner__quote-name {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .banner__quote-content,
  .banner__quote-name {
    font-size: 14px;
  }
}

.banner__quote-content {
  margin-bottom: 18px;
}

@media screen and (max-width: 991px) {
  .banner__quote-content {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 575px) {
  .banner__quote-content {
    margin-bottom: 0;
  }
}

.banner__quote-name {
  font-weight: 400;
}

.banner__img-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*--------------------------------------------------------------
## blog-single
--------------------------------------------------------------*/
.blog-single {
  padding: 50px 0;
}

.blog-single__meta {
  background-color: #eee;
  margin: 30px 0;
  padding: 20px;
}

.blog-single__featured-image {
  margin-bottom: 30px;
}

.blog-single__featured-image img {
  width: 100%;
  display: block;
}

/*--------------------------------------------------------------
## virtual-block
--------------------------------------------------------------*/
.virtual-block {
  padding: 149px 0;
  background-color: #0d024c;
}

@media screen and (max-width: 1800px) {
  .virtual-block {
    padding: 100px 0;
  }
}

@media screen and (max-width: 1500px) {
  .virtual-block {
    padding: 100px 0 40px;
  }
}

@media screen and (max-width: 1024px) {
  .virtual-block {
    padding: 100px 0 30px;
  }
}

@media screen and (max-width: 991px) {
  .virtual-block {
    padding: 50px 0 20px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 890px) {
  .virtual-block {
    margin-top: 80px;
  }
}

@media screen and (max-width: 840px) {
  .virtual-block {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .virtual-block {
    padding: 30px 0 20px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 700px) {
  .virtual-block {
    margin-top: 80px;
  }
}

@media screen and (max-width: 640px) {
  .virtual-block {
    padding: 30px 0 20px;
    margin-top: 0;
  }
}

@media screen and (max-width: 400px) {
  .virtual-block {
    padding: 20px 0;
  }
}

.virtual-block__wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1720px;
  width: 100%;
  background-color: #fff;
}

.virtual-block__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.virtual-block__img img {
  width: 100%;
  max-width: 520px;
  margin: 17px 87px;
}

@media screen and (max-width: 1800px) {
  .virtual-block__img img {
    margin: auto 15px;
  }
}

@media screen and (max-width: 1440px) {
  .virtual-block__img img {
    max-width: 450px;
  }
}

@media screen and (max-width: 991px) {
  .virtual-block__img img {
    margin: 40px auto 20px;
  }
}

@media screen and (max-width: 640px) {
  .virtual-block__img img {
    margin: 30px auto 20px;
  }
}

.virtual-block__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  padding: 131px 0;
}

@media screen and (max-width: 991px) {
  .virtual-block__content {
    padding: 60px 15px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .virtual-block__content {
    padding: 40px 15px;
  }
}

@media screen and (max-width: 640px) {
  .virtual-block__content {
    padding: 20px 15px 30px;
  }
}

.pretitle--virtual-block {
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .pretitle--virtual-block {
    margin-bottom: 15px;
  }
}

.section-title--virtual-block {
  margin-bottom: 27px;
}

@media screen and (max-width: 991px) {
  .section-title--virtual-block {
    margin-bottom: 15px;
  }
}

.entry-content--virtual-block {
  margin-bottom: 40px;
  width: 75%;
}

@media screen and (max-width: 991px) {
  .entry-content--virtual-block {
    margin-bottom: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .entry-content--virtual-block {
    margin-bottom: 15px;
  }
}

/*--------------------------------------------------------------
## half-image
--------------------------------------------------------------*/
.half-image {
  padding-bottom: 178px;
  background-color: #0d024c;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .half-image {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 1300px) {
  .half-image {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 1250px) {
  .half-image {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1199px) {
  .half-image {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1100px) {
  .half-image {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .half-image {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .half-image {
    padding-bottom: 30px;
    padding-top: 20px;
  }
}

.half-image__container {
  position: relative;
}

.half-image__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .half-image__wrap {
    margin-bottom: 30px;
  }
}

.half-image__content {
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1800px) {
  .half-image__content {
    margin: 0 auto;
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .half-image__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* align-items: center; */
    margin-bottom: 10px;
  }
}

.half-image__img-box {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .half-image__img-box {
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .half-image__img-box {
    margin: 0;
  }
}

.half-image__img-box .half-image__img {
  margin: auto;
  max-width: 719px;
  width: 100%;
}

.half-image__img-box::after {
  max-width: 73.2%;
  width: 100%;
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  height: 113%;
  background-color: #0a5085;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .half-image__img-box::after {
    height: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .half-image__img-box::after {
    height: 90%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 991px) {
  .half-image__img-box::after {
    height: 100%;
  }
}

.half-image__image-box {
  padding: 108px 0 0 15px;
}

@media screen and (max-width: 1440px) {
  .half-image__image-box {
    padding: 64px 0 0 15px;
  }
}

@media screen and (max-width: 1199px) {
  .half-image__image-box {
    padding: 64px 20px;
  }
}

@media screen and (max-width: 991px) {
  .half-image__image-box {
    padding: 60px;
  }
}

@media screen and (max-width: 767px) {
  .half-image__image-box {
    padding: 40px;
  }
}

@media screen and (max-width: 640px) {
  .half-image__image-box {
    padding: 30px;
  }
}

.pretitle--half-image {
  margin-bottom: 24px;
}

@media screen and (max-width: 1199px) {
  .pretitle--half-image {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .pretitle--half-image {
    margin-bottom: 15px;
    /* text-align: center; */
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .section-title--half-image {
    text-align: left;
  }
}

.section-title--half-image span::after {
  width: 108%;
  left: -1px;
}

@media screen and (max-width: 767px) {
  .section-title--half-image span::after {
    bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .section-title--half-image br {
    display: none;
    text-align: center;
  }
}

.half-image__btn {
  margin-top: 6px;
}

.half-image__bg-text {
  position: absolute;
  left: 49%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .half-image__bg-text {
    top: 30%;
  }
}

.half-image__bg-text span {
  opacity: 0.1;
  color: #00aeef;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 242px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 339px;
  text-align: left;
  z-index: 0;
}

@media screen and (max-width: 1440px) {
  .half-image__bg-text span {
    font-size: 200px;
  }
}

@media screen and (max-width: 1199px) {
  .half-image__bg-text span {
    font-size: 150px;
  }
}

@media screen and (max-width: 991px) {
  .half-image__bg-text span {
    font-size: 100px;
  }
}

@media screen and (max-width: 767px) {
  .half-image__bg-text span {
    font-size: 80px;
  }
}

.half-image--about .half-image__wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 91px;
}

@media screen and (max-width: 991px) {
  .half-image--about .half-image__wrap {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .half-image--about .half-image__wrap {
    padding-top: 20px;
  }
}

.half-image--about .pretitle--half-image {
  margin-bottom: 43px;
}

@media screen and (max-width: 991px) {
  .half-image--about .pretitle--half-image {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .half-image--about .pretitle--half-image {
    margin-bottom: 10px;
  }
}

.half-image--about .half-image__btn {
  margin-top: 0;
}

.half-image--about .entry-content span {
  font-weight: bold;
}

.half-image--full {
  padding-bottom: 44px;
  padding-top: 120px;
}

@media screen and (max-width: 1440px) {
  .half-image--full {
    padding-top: 100px;
  }
}

@media screen and (max-width: 1250px) {
  .half-image--full {
    padding-top: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .half-image--full {
    padding-bottom: 20px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .half-image--full {
    padding-bottom: 10px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .half-image--full {
    padding-top: 20px;
  }
}

.half-image--full::after {
  display: none;
}

.half-image--full .half-image__image-box {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .half-image--full .half-image__image-box {
    max-width: 100%;
    margin: auto;
    /* min-height: 200px; */
  }
}

.half-image--full .half-image__img-box .half-image__img {
  margin: 0;
  margin-left: auto;
  max-width: 765px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .half-image--full .half-image__img-box .half-image__img {
    max-width: 100%;
    margin: 20px auto;
  }
}

@media screen and (max-width: 767px) {
  .half-image--full .half-image__img-box .half-image__img {
    margin: 10px auto 0;
  }
}

.half-image--full .half-image__img-box::after {
  display: none;
}

.half-image--full .half-image__content {
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .half-image--full .half-image__content {
    margin-left: 0;
  }
}

.half-image--full .half-image__wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.half-image--full .half-image__wrap .half-image__content {
  margin-right: 11px;
}

@media screen and (max-width: 1440px) {
  .half-image--full .half-image__wrap .half-image__content {
    margin-right: 0;
  }
}

.half-image--full .pretitle--half-image {
  margin-bottom: 26px;
}

@media screen and (max-width: 1199px) {
  .half-image--full .pretitle--half-image {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .half-image--full .pretitle--half-image {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .half-image--full .pretitle--half-image {
    margin-bottom: 10px;
  }
}

.half-image--full .half-image--half-image {
  margin-bottom: 32px;
}

@media screen and (max-width: 1199px) {
  .half-image--full .half-image--half-image {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .half-image--full .half-image--half-image {
    margin-bottom: 10px;
  }
}

.half-image--full .full-img {
  padding: 0;
}

.half-image--full .section-title--half-image span {
  display: block;
  width: 39.5%;
}

@media screen and (max-width: 991px) {
  .half-image--full .section-title--half-image span {
    display: inline-block;
    width: auto;
  }
}

.half-image--full .section-title--half-image span::after {
  bottom: 8px;
  left: 9px;
}

@media screen and (max-width: 991px) {
  .half-image--full .section-title--half-image span::after {
    bottom: 0;
  }
}

.half-image--full .half-image__btn {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .full-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.half-image--neighbourhoods .half-image__content {
  padding-top: 108px;
}

@media screen and (max-width: 991px) {
  .half-image--neighbourhoods .half-image__content {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .half-image--neighbourhoods .half-image__content {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .half-image--neighbourhoods .half-image__content {
    padding-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .half-image--neighbourhoods .half-image__content {
    padding-top: 0;
  }
}

.half-image--neighbourhoods .section-title--half-image span::after {
  opacity: 0.5;
}

.half-image--slider .half-image__img-box {
  position: relative;
}

@media screen and (max-width: 991px) {
  .half-image--slider .half-image__img-box {
    display: block !important;
  }
}

.half-image--slider .half-image__img {
  max-height: 515px;
}

.half-image--slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 719px;
  width: 100%;
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: 30px;
}

@media screen and (max-width: 1100px) {
  .half-image--slider .slick-dots {
    bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .half-image--slider .slick-dots {
    max-width: 100%;
    bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .half-image--slider .slick-dots {
    bottom: 30px;
  }
}

@media screen and (max-width: 400px) {
  .half-image--slider .slick-dots {
    bottom: 10px;
  }
}

.half-image--slider .slick-dots li {
  margin: 5px;
}

.half-image--slider .slick-dots li button {
  font-size: 0;
  padding: 5px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 991px) {
  .half-image--slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

.half-image--slider .slick-dots li button:focus {
  outline: none;
}

@media only screen and (min-width: 1250px) {
  .half-image--slider .slick-dots li button:hover {
    background-color: #00aeef;
  }
}

.half-image--slider .slick-dots .slick-active button {
  background-color: #00aeef;
}

/*--------------------------------------------------------------
## icons-block
--------------------------------------------------------------*/
.icons-block {
  padding-top: 80px;
  background-color: #0d024c;
}

@media screen and (max-width: 1199px) {
  .icons-block {
    padding-top: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .icons-block {
    padding-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .icons-block {
    padding-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .icons-block {
    padding-top: 20px;
  }
}

.icons-block .section-title--icons-block {
  text-align: center;
}

.icons-block .section-title--icons-block span::after {
  max-width: 188px;
}

.icon-block__button {
  margin-top: 75px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .icon-block__button {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 1024px) {
  .icon-block__button {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .icon-block__button {
    margin-top: 15px !important;
  }
}

.icon-block__button .btn--icons-block {
  text-align: initial;
}

.icons-block__inner {
  background-color: #fff;
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding: 101px 101px 72px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1440px) {
  .icons-block__inner {
    padding: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .icons-block__inner {
    padding: 60px;
  }
}

@media screen and (max-width: 991px) {
  .icons-block__inner {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .icons-block__inner {
    padding: 20px;
  }
}

.icons-block__inner-card {
  padding: 27px 15px;
  max-width: 1300px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .icons-block__inner-card {
    padding: 0 15px;
  }
}

@media screen and (max-width: 640px) {
  .icons-block__inner-card {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .icons-block__inner-card-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.icons-block__inner-card-img {
  min-height: 130px;
  max-height: 130px;
  margin-bottom: 45px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 1440px) {
  .icons-block__inner-card-img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .icons-block__inner-card-img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .icons-block__inner-card-img {
    margin-bottom: 10px;
    min-height: 100px;
    max-height: 100px;
  }
}

@media screen and (max-width: 640px) {
  .icons-block__inner-card-img {
    min-width: 50px;
    max-width: 50px;
    max-height: 50px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.icons-block__inner-card-img .card-icon {
  display: block;
  max-height: 130px;
  margin: auto;
}

@media screen and (max-width: 1199px) {
  .icons-block__inner-card-img .card-icon {
    max-height: 100px;
  }
}

@media screen and (max-width: 991px) {
  .icons-block__inner-card-img .card-icon {
    max-height: 80px;
  }
}

.icons-block__inner-card-content {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .icons-block__inner-card-content {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 991px) {
  .icons-block__inner-card-content {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .icons-block__inner-card-content {
    text-align: left;
    margin: auto 0;
  }
  .icons-block__inner-card-content br {
    display: none;
  }
}

/*--------------------------------------------------------------
## counter-decimal
--------------------------------------------------------------*/
.counter-decimal {
  padding: 151px 0;
  background-color: #0d024c;
}

@media screen and (max-width: 1440px) {
  .counter-decimal {
    padding: 120px 0;
  }
}

@media screen and (max-width: 1199px) {
  .counter-decimal {
    padding: 100px 0;
  }
}

@media screen and (max-width: 1024px) {
  .counter-decimal {
    padding: 80px 0;
  }
}

@media screen and (max-width: 991px) {
  .counter-decimal {
    padding: 50px 0;
  }
}

.counter-decimal__row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .counter-decimal__row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.counter-decimal__title {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.counter-decimal__title .pretitle--counter-decimal {
  margin-bottom: 32px;
}

@media screen and (max-width: 1199px) {
  .counter-decimal__title .pretitle--counter-decimal {
    margin-bottom: 15px;
  }
}

.counter-decimal__title .section-title--counter-decimal {
  text-align: center;
}

.counter-decimal__title .section-title--counter-decimal span::after {
  left: 0;
  width: 108%;
}

.counter-decimal__wrap {
  padding-top: 55px;
  margin-bottom: 71px;
}

@media screen and (max-width: 1199px) {
  .counter-decimal__wrap {
    padding-top: 35px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .counter-decimal__wrap {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .counter-decimal__wrap {
    margin-bottom: 20px;
  }
}

.counter-decimal__box {
  text-align: center;
  padding: 21px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .counter-decimal__box {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
}

@media screen and (max-width: 640px) {
  .counter-decimal__box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.counter-decimal__box-wrapper {
  position: relative;
}

@media screen and (max-width: 767px) {
  .counter-decimal__box-wrapper {
    margin-bottom: 20px;
  }
}

.counter-decimal__box-wrapper::after {
  position: absolute;
  width: 1px;
  min-height: 100%;
  border: 1px solid #fff;
  opacity: 0.3;
  content: '';
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .counter-decimal__box-wrapper::after {
    min-height: 100%;
    border: 1px solid transparent;
  }
}

.counter-decimal__box-wrapper:last-of-type::after {
  border: 1px solid transparent;
}

.counter-decimal__box-wrapper:nth-child(2n+1)::after {
  border: 1px solid #fff;
}

.js-count {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.counter-decimal__box-num {
  display: block;
  color: #00aeef;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
  .counter-decimal__box-num {
    font-size: 42px;
  }
}

@media screen and (max-width: 991px) {
  .counter-decimal__box-num {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .counter-decimal__box-num {
    font-size: 28px;
  }
}

@media screen and (max-width: 640px) {
  .counter-decimal__box-num {
    min-height: 40px;
    max-height: 40px;
    font-size: 26px;
  }
}

.counter-decimal__box-text {
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .counter-decimal__box-text {
    font-size: 14px;
  }
}

.counter-decimal-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .counter-decimal-button {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .counter-decimal-button {
    padding-top: 0;
  }
}

.counter-decimal--neighbourhoods .counter-decimal__box-num {
  display: inline-block;
}

/*--------------------------------------------------------------
## testimonials
--------------------------------------------------------------*/
.testimonials {
  position: relative;
  padding-bottom: 120px;
  background-color: #0d024c;
}

@media screen and (max-width: 1700px) {
  .testimonials {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 1440px) {
  .testimonials {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .testimonials {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .testimonials {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .testimonials {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .testimonials {
    padding-bottom: 20;
  }
}

.testimonials .container-fluid--testimonials {
  padding: 0;
}

.testimonials .testimonials__slider-controls {
  bottom: 258px;
  right: auto;
  left: 11%;
}

@media screen and (min-width: 1921px) {
  .testimonials .testimonials__slider-controls {
    left: 200px;
  }
}

@media screen and (max-width: 1700px) {
  .testimonials .testimonials__slider-controls {
    bottom: 228px;
    left: 9%;
  }
}

@media screen and (max-width: 1440px) {
  .testimonials .testimonials__slider-controls {
    bottom: 222px;
  }
}

@media screen and (max-width: 1199px) {
  .testimonials .testimonials__slider-controls {
    bottom: 189px;
    left: 7%;
  }
}

@media screen and (max-width: 1024px) {
  .testimonials .testimonials__slider-controls {
    bottom: 170px;
    left: 5%;
  }
}

@media screen and (max-width: 991px) {
  .testimonials .testimonials__slider-controls {
    bottom: 54px;
    left: 10%;
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .testimonials .testimonials__slider-controls {
    bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .testimonials .testimonials__slider-controls {
    max-width: 150px;
    left: 15%;
  }
}

@media screen and (max-width: 570px) {
  .testimonials .testimonials__slider-controls {
    bottom: 45px;
    left: 24%;
  }
}

.testimonials .section-title--testimonials {
  margin-bottom: 75px;
}

@media screen and (max-width: 1500px) {
  .testimonials .section-title--testimonials {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1440px) {
  .testimonials .section-title--testimonials {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .testimonials .section-title--testimonials {
    margin-bottom: 20px;
  }
  .testimonials .section-title--testimonials br {
    display: none;
  }
}

.testimonials .section-title--testimonials span::after {
  opacity: 0.5;
}

.testimonials__quote-bg {
  z-index: 0;
  position: absolute;
  left: 51%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
}

@media screen and (max-width: 1440px) {
  .testimonials__quote-bg {
    max-width: 200px;
  }
}

@media screen and (max-width: 1199px) {
  .testimonials__quote-bg {
    max-width: 100px;
  }
}

@media screen and (max-width: 991px) {
  .testimonials__quote-bg {
    left: auto;
    right: 15px;
    top: 0;
    -webkit-transform: none;
            transform: none;
    max-width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .testimonials__quote-bg {
    max-width: 100px;
  }
}

@media screen and (max-width: 640px) {
  .testimonials__quote-bg {
    max-width: 70px;
  }
}

.slider-testimonials {
  position: relative;
}

@media screen and (max-width: 1199px) {
  .slider-testimonials {
    padding-bottom: 0;
  }
}

.testimonials__slider-item-img {
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .testimonials__slider-item-img {
    max-width: 400px;
  }
}

@media screen and (max-width: 600px) {
  .testimonials__slider-item-img {
    max-width: 350px;
  }
}

@media screen and (max-width: 1440px) {
  .media-wrap--testimonials {
    margin: auto;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .media-wrap--testimonials::before {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .media-wrap--testimonials {
    padding: 0 15px 0 0;
    margin: 0;
  }
}

@media screen and (max-width: 575px) {
  .media-wrap--testimonials {
    padding: 0 20px 0 0;
  }
}

.testimonials__content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 44px;
  padding-left: 9px;
  padding-right: 60px;
}

@media screen and (max-width: 1440px) {
  .testimonials__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .testimonials__content {
    /* padding: 0 15px; */
    padding: 0 68px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .testimonials__content {
    padding: 0 15px;
  }
}

.testimonials__content-link {
  margin-bottom: 64px;
}

@media screen and (max-width: 1440px) {
  .testimonials__content-link {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .testimonials__content-link {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .testimonials__content-link {
    margin-right: auto;
  }
}

@media screen and (max-width: 575px) {
  .testimonials__content-link {
    margin-bottom: 15px;
  }
}

.testimonials-article {
  color: #00aeef;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .testimonials-article {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .testimonials-article {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1250px) {
  .testimonials-article:hover .testimonials-article-hover::after {
    width: 100%;
  }
  .testimonials-article:hover .link-icon-arrow-hover {
    opacity: 1;
  }
}

.testimonials-article-hover {
  position: relative;
}

.testimonials-article-hover::after {
  content: '';
  display: inline-block;
  background-color: #00aeef;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.link-icon-arrow,
.link-icon-arrow-hover {
  max-height: 15px;
  color: #00aeef;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: center;
  padding-left: 24px;
  position: relative;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 991px) {
  .link-icon-arrow,
  .link-icon-arrow-hover {
    font-size: 10px;
  }
}

@media screen and (max-width: 575px) {
  .link-icon-arrow,
  .link-icon-arrow-hover {
    max-height: 11px;
    font-size: 8px;
  }
}

.link-icon-arrow-hover {
  padding-left: 0;
  margin-left: -7px;
  opacity: 0;
}

.link-icon-hover-arrow {
  max-height: 15px;
  color: #00aeef;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: center;
  padding-left: 24px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  position: absolute;
  right: -2px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 575px) {
  .link-icon-hover-arrow {
    max-height: 11px;
    font-size: 8px;
  }
}

.link-icon-hover-arrow svg {
  max-height: 15px;
}

@media screen and (max-width: 991px) {
  .testimonials__content-info {
    margin-right: auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .testimonials__content-info {
    margin-bottom: 0;
  }
}

.testimonials__content-info span {
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.8;
  text-align: left;
  display: block;
}

.testimonials__content-info-name {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 1250px) {
  .testimonials__content-info-name {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .testimonials__content-info-name {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .testimonials__content-info-name {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .testimonials__content-info-name {
    font-size: 14px;
  }
}

.testimonials__content-info-position {
  font-weight: 500;
  font-size: 20px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .testimonials__content-info-position {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .testimonials__content-info-position {
    font-size: 14px;
  }
}

@media screen and (max-width: 1440px) {
  .testimonials__slider-item-box {
    margin: auto;
  }
}

.testimonials__slider-item-box:first-of-type {
  min-height: 859px;
  padding-top: 92px;
  padding-bottom: 92px;
  padding-left: 102px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1700px) {
  .testimonials__slider-item-box:first-of-type {
    padding-left: 90px;
  }
}

@media screen and (max-width: 1440px) {
  .testimonials__slider-item-box:first-of-type {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-left: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .testimonials__slider-item-box:first-of-type {
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 750px;
  }
}

@media screen and (max-width: 991px) {
  .testimonials__slider-item-box:first-of-type {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    max-width: 68%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    min-height: 500px;
  }
}

@media screen and (max-width: 640px) {
  .testimonials__slider-item-box:first-of-type {
    padding-left: 50px;
  }
}

@media screen and (max-width: 600px) {
  .testimonials__slider-item-box:first-of-type {
    min-height: 450px;
    max-width: 80%;
    padding-left: 35px;
  }
}

@media screen and (max-width: 500px) {
  .testimonials__slider-item-box:first-of-type {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 425px) {
  .testimonials__slider-item-box:first-of-type {
    min-height: auto;
    max-width: 100%;
  }
}

.testimonials__slider-item-box:first-of-type::before {
  content: '';
  position: absolute;
  background-color: #0a5085;
  max-width: 531px;
  width: 100%;
  min-height: 75%;
  top: 50%;
  left: 15px;
  z-index: -1;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1440px) {
  .testimonials__slider-item-box:first-of-type::before {
    max-width: 62%;
  }
}

@media screen and (max-width: 991px) {
  .testimonials__slider-item-box:first-of-type::before {
    min-height: 100%;
  }
}

@media screen and (max-width: 640px) {
  .testimonials__slider-item-box:first-of-type::before {
    max-width: 70%;
  }
}

@media screen and (max-width: 575px) {
  .testimonials__slider-item-box:first-of-type::before {
    max-width: 75%;
  }
}

@media screen and (max-width: 991px) {
  .testimonials__slider-item-box:last-of-type {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .testimonials__slider-item-box:last-of-type {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .testimonials__slider-item-box:last-of-type {
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
## banner-text
--------------------------------------------------------------*/
.banner-text {
  padding: 106px 0 149px;
  position: relative;
  background-color: #0d024c;
}

@media screen and (max-width: 1440px) {
  .banner-text {
    padding: 100px 0;
  }
}

@media screen and (max-width: 1310px) {
  .banner-text {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1199px) {
  .banner-text {
    padding: 60px 0;
  }
}

@media screen and (max-width: 1024px) {
  .banner-text {
    padding: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .banner-text {
    padding: 30px 0 40px;
  }
}

.banner-text__button a {
  text-transform: uppercase;
}

.banner-text__wrap {
  position: relative;
  max-width: 1720px;
  background-color: #ed1c24;
  margin: 0 auto;
  min-height: 560px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0;
}

@media screen and (max-width: 1440px) {
  .banner-text__wrap {
    min-height: 540px;
    padding: 80px 0;
  }
}

@media screen and (max-width: 1199px) {
  .banner-text__wrap {
    min-height: 500px;
    padding: 60px 0;
  }
}

@media screen and (max-width: 1024px) {
  .banner-text__wrap {
    min-height: 480px;
    padding: 60px 0;
  }
}

@media screen and (max-width: 991px) {
  .banner-text__wrap {
    min-height: 450px;
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .banner-text__wrap {
    padding: 20px 15px;
    min-height: 400px;
  }
}

@media screen and (max-width: 575px) {
  .banner-text__wrap {
    min-height: 320px;
  }
}

.section-title--banner-text {
  text-align: center;
}

.entry-content--banner-text {
  z-index: 2;
}

.entry-content--banner-text p {
  text-align: center;
}

.entry-content--banner-text p br {
  display: block;
}

/*--------------------------------------------------------------
## tab-box-big
--------------------------------------------------------------*/
.tab-box-big {
  background-color: #0d024c;
  padding: 31px 0 27px;
}

@media screen and (max-width: 1199px) {
  .tab-box-big {
    padding: 30px 0;
  }
}

@media screen and (max-width: 640px) {
  .tab-box-big {
    padding: 20px 0 30px;
  }
}

.tab-box-big__wrapper {
  max-width: 1750px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.tab-box-big__wrapper-block {
  background-color: #fff;
}

.tab-box-big__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .tab-box-big__navigation {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.tab-box-big__navigation-btn {
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  background-color: #0a5085;
  padding: 27px 30px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1480px) {
  .tab-box-big__navigation-btn {
    font-size: 24px;
  }
}

@media screen and (max-width: 1440px) {
  .tab-box-big__navigation-btn {
    font-size: 20px;
    line-height: 1.5;
    padding: 20px;
  }
  .tab-box-big__navigation-btn br {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .tab-box-big__navigation-btn {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1024px) {
  .tab-box-big__navigation-btn {
    font-size: 16px;
    padding: 20px;
  }
}

@media screen and (max-width: 991px) {
  .tab-box-big__navigation-btn {
    max-width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #0d024c;
  }
}

@media screen and (max-width: 640px) {
  .tab-box-big__navigation-btn {
    max-width: 100%;
    padding: 15px;
    border-right: none;
  }
}

.tab-box-big__navigation-btn:last-of-type {
  border-right: none;
}

.tab-box-big__navigation-btn:nth-last-child(1n+0) {
  border-right: 1px solid #0d024c;
}

.tab-box-big__block-tab::before,
.tab-box-big__block-tab::after {
  content: '';
  display: block;
  height: 4px;
  position: absolute;
}

.is-active-tab-big {
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #ed1c24;
}

.tab-box-big__block-tab.is-active-tab-big::after {
  background-color: #fff;
}

.tab-box-big__content {
  background-color: #fff;
  padding: 96px 15px;
  min-height: 685px;
  max-width: 1352px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1250px) {
  .tab-box-big__content {
    padding: 80px 15px;
  }
}

@media screen and (max-width: 1199px) {
  .tab-box-big__content {
    padding: 60px 15px;
    min-height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .tab-box-big__content {
    padding: 40px 15px;
  }
}

@media screen and (max-width: 991px) {
  .tab-box-big__content {
    padding: 30px 15px;
  }
}

.tab-box-big__content .entry-content p {
  text-align: left;
}

.tab-box-big__content-title {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 0 15px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1199px) {
  .tab-box-big__content-title {
    margin-bottom: 20px;
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .tab-box-big__content-title {
    margin-bottom: 10px;
    padding: 0;
    font-size: 26px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .tab-box-big__content-title {
    font-size: 24px;
  }
}

.tab-box-big__content-text {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 0 15px;
  margin-bottom: 7px;
}

@media screen and (max-width: 1199px) {
  .tab-box-big__content-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .tab-box-big__content-text {
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
  }
}

.tab-box-big__cards-top {
  position: relative;
  min-height: 104px;
  max-height: 104px;
  height: 100%;
  margin-bottom: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .tab-box-big__cards-top {
    min-height: 100px;
    margin-bottom: 20px;
  }
}

.tab-box-big__cards-text-below {
  opacity: 0.2;
  color: #00aeef;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 136px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
  position: absolute;
  top: 0;
  left: 11px;
  display: block;
}

@media screen and (max-width: 1199px) {
  .tab-box-big__cards-text-below {
    font-size: 120px;
  }
}

.tab-box-big__cards-title {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: left;
  height: 100%;
  margin-top: auto;
  display: block;
}

@media screen and (max-width: 1199px) {
  .tab-box-big__cards-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .tab-box-big__cards .container-fluid {
    padding: 0;
  }
}

/*--------------------------------------------------------------
## image-map
--------------------------------------------------------------*/
.image-map {
  padding-bottom: 70px;
  background-color: #0d024c;
}

@media screen and (max-width: 1440px) {
  .image-map {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  .image-map {
    margin-bottom: -100px;
  }
}

@media screen and (max-width: 991px) {
  .image-map {
    padding-top: 30px;
    margin-bottom: 0;
  }
}

.image-map .col-lg-7 {
  overflow: hidden;
}

.image-map__wrap--content {
  max-width: 72%;
  margin-left: auto;
  margin-right: -50px;
}

@media screen and (max-width: 1850px) {
  .image-map__wrap--content {
    margin-right: -30px;
    max-width: 80%;
  }
}

@media screen and (max-width: 1800px) {
  .image-map__wrap--content {
    margin-right: 0;
  }
}

@media screen and (max-width: 1440px) {
  .image-map__wrap--content {
    max-width: 90%;
  }
}

@media screen and (max-width: 1199px) {
  .image-map__wrap--content {
    height: 100%;
  }
}

@media screen and (max-width: 1150px) {
  .image-map__wrap--content {
    max-width: 95%;
  }
}

@media screen and (max-width: 991px) {
  .image-map__wrap--content {
    max-width: 100%;
    margin-bottom: 50px;
  }
}

.image-map__content {
  margin-left: auto;
  padding-top: 121px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1199px) {
  .image-map__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .image-map__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.image-map__wrap--img {
  padding-left: 23px;
  overflow: hidden;
  margin: auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1750px) {
  .image-map__wrap--img {
    padding-left: 0;
  }
}

@media screen and (max-width: 1650px) {
  .image-map__wrap--img {
    margin-left: 50px;
  }
}

@media screen and (max-width: 575px) {
  .image-map__wrap--img {
    margin-left: 0;
  }
}

.image-map__wrap--img .map-img {
  width: auto;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 1650px) {
  .image-map__wrap--img .map-img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: inherit;
            transform-origin: inherit;
  }
}

@media screen and (max-width: 1300px) {
  .image-map__wrap--img .map-img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media screen and (max-width: 1150px) {
  .image-map__wrap--img .map-img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@media screen and (max-width: 991px) {
  .image-map__wrap--img .map-img {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .image-map__wrap--img .map-img {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
}

@media screen and (max-width: 660px) {
  .image-map__wrap--img .map-img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@media screen and (max-width: 500px) {
  .image-map__wrap--img .map-img {
    -webkit-transform: scale(0.35);
            transform: scale(0.35);
  }
}

.image-map__wrap--img .map-img svg {
  width: 100%;
}

.section-title--image-map span::after {
  opacity: 0.5;
  max-width: 552px;
}

@media screen and (max-width: 1540px) {
  .section-title--image-map br {
    display: none;
  }
}

.zoom-map {
  overflow: hidden;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-animation: zoomin 3s;
          animation: zoomin 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 767px) {
  .zoom-map {
    margin-bottom: -100px;
  }
}

@media screen and (max-width: 660px) {
  .zoom-map {
    margin-bottom: -50px;
  }
}

@media screen and (max-width: 500px) {
  .zoom-map {
    margin-bottom: -100px;
  }
}

@media screen and (max-width: 395px) {
  .zoom-map {
    margin-bottom: -50px;
  }
}

@media screen and (max-width: 1630px) {
  .zoom-map .map-img {
    -webkit-transform-origin: revert;
            transform-origin: revert;
  }
}

@media screen and (max-width: 1440px) {
  .zoom-map .map-img {
    -webkit-transform-origin: inherit;
            transform-origin: inherit;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@media screen and (max-width: 1250px) {
  .zoom-map .map-img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@media screen and (max-width: 991px) {
  .zoom-map .map-img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@media screen and (max-width: 767px) {
  .zoom-map .map-img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

@media screen and (max-width: 540px) {
  .zoom-map .map-img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@media screen and (max-width: 490px) {
  .zoom-map .map-img {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}

@media screen and (max-width: 395px) {
  .zoom-map .map-img {
    -webkit-transform: scale(0.35);
            transform: scale(0.35);
  }
}

.zoom-map #us-map {
  min-width: 919px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media screen and (max-width: 1750px) {
  .zoom-map #us-map {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    margin-left: -50px;
  }
}

@media screen and (max-width: 1630px) {
  .zoom-map #us-map {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    margin-left: -17%;
  }
}

@media screen and (max-width: 1440px) {
  .zoom-map #us-map {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-left: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

@media screen and (max-width: 1250px) {
  .zoom-map #us-map {
    margin-bottom: -50px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@media screen and (max-width: 1240px) {
  .zoom-map #us-map {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
    -webkit-transform-origin: initial;
            transform-origin: initial;
  }
}

@media screen and (max-width: 1199px) {
  .zoom-map #us-map {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
    margin-left: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .zoom-map #us-map {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .zoom-map #us-map {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

@media screen and (max-width: 800px) {
  .zoom-map #us-map {
    margin-left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .zoom-map #us-map {
    margin-top: -129px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media screen and (max-width: 575px) {
  .zoom-map #us-map {
    margin-left: -10%;
    margin-top: -25%;
  }
}

@media screen and (max-width: 395px) {
  .zoom-map #us-map {
    margin-left: -20%;
  }
}

.image-map__wrap-zoom {
  margin-left: 40px;
}

@media screen and (max-width: 1620px) {
  .image-map__wrap-zoom {
    margin-top: 100px;
  }
}

@media screen and (max-width: 991px) {
  .image-map__wrap-zoom {
    margin-left: 0;
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
## icon-box
--------------------------------------------------------------*/
.icon-box {
  padding-top: 80px;
  background-color: #0d024c;
  margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
  .icon-box {
    padding-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .icon-box {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .icon-box {
    padding-top: 30px;
  }
}

.icon-box .section-title--icon-box {
  text-align: center;
}

.icon-box .section-title--icon-box span::after {
  left: 0;
  width: 111%;
}

.icon-block__button {
  margin-top: 75px;
}

@media screen and (max-width: 1440px) {
  .icon-block__button {
    margin-top: 60px;
  }
}

.icon-block__button .btn--icon-box {
  text-align: initial;
}

.icon-box__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1440px) {
  .icon-box__wrapper {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media screen and (max-width: 1199px) {
  .icon-box__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.icon-box__inner {
  background-color: #fff;
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding: 101px 101px 72px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1800px) {
  .icon-box__inner {
    padding: 100px 80px 70px;
  }
}

@media screen and (max-width: 1600px) {
  .icon-box__inner {
    padding: 100px 50px 50px;
  }
}

@media screen and (max-width: 1440px) {
  .icon-box__inner {
    padding: 80px 50px 50px;
  }
}

@media screen and (max-width: 1199px) {
  .icon-box__inner {
    padding: 50px;
  }
}

@media screen and (max-width: 1050px) {
  .icon-box__inner {
    padding: 40px;
  }
}

@media screen and (max-width: 991px) {
  .icon-box__inner {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .icon-box__inner {
    padding: 40px 20px;
  }
}

.icon-box__inner-card {
  padding: 27px 15px;
}

@media screen and (max-width: 1600px) {
  .icon-box__inner-card {
    padding: 0;
  }
}

.icon-box__wrapper-inner {
  margin: 0 20px;
}

@media screen and (max-width: 1440px) {
  .icon-box__wrapper-inner {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1199px) {
  .icon-box__wrapper-inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1050px) {
  .icon-box__wrapper-inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .icon-box__wrapper-inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .icon-box__wrapper-inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.icon-box__inner-card-title {
  margin: 0 auto 24px;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media screen and (max-width: 1440px) {
  .icon-box__inner-card-title {
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 991px) {
  .icon-box__inner-card-title {
    line-height: 1.2;
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 640px) {
  .icon-box__inner-card-title {
    text-align: left;
    margin: 0 0 10px;
  }
}

.icon-box__inner-card-img {
  min-height: 130px;
  max-height: 130px;
  margin-bottom: 45px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 1440px) {
  .icon-box__inner-card-img {
    min-height: 100px;
    max-height: 100px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1310px) {
  .icon-box__inner-card-img {
    max-height: 80px;
    min-height: 80px;
  }
}

@media screen and (max-width: 640px) {
  .icon-box__inner-card-img {
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    max-width: 60px;
    margin-right: 15px;
  }
}

.icon-box__inner-card-img .card-icon {
  display: block;
  max-height: 130px;
  margin: auto;
}

@media screen and (max-width: 1440px) {
  .icon-box__inner-card-img .card-icon {
    max-height: 100px;
  }
}

@media screen and (max-width: 1310px) {
  .icon-box__inner-card-img .card-icon {
    max-height: 80px;
  }
}

@media screen and (max-width: 640px) {
  .icon-box__inner-card-img .card-icon {
    max-height: 60px;
  }
}

.icon-box__inner-card-content {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.65;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .icon-box__inner-card-content {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1440px) {
  .icon-box__inner-card-content p br {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .icon-box__inner-card-content {
    text-align: left;
  }
  .icon-box__inner-card-content br {
    display: none;
  }
}

/*--------------------------------------------------------------
## contact-icons
--------------------------------------------------------------*/
.contact-icons {
  padding: 100px 0;
}

@media screen and (max-width: 1199px) {
  .contact-icons {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1024px) {
  .contact-icons {
    padding: 60px 0;
  }
}

@media screen and (max-width: 991px) {
  .contact-icons {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-icons {
    padding: 30px 0;
  }
}

.contact-icons__intro {
  text-align: center;
  margin-bottom: 146px;
}

@media screen and (max-width: 1440px) {
  .contact-icons__intro {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1250px) {
  .contact-icons__intro {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .contact-icons__intro {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .contact-icons__intro {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .contact-icons__intro {
    margin-bottom: 20px;
  }
}

.contact-icons__intro .page-title--contact-icons {
  text-align: center;
  margin-bottom: 34px;
}

@media screen and (max-width: 1199px) {
  .contact-icons__intro .page-title--contact-icons {
    margin-bottom: 20px;
  }
}

.contact-icons__content {
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .contact-icons__content {
    font-size: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .contact-icons__content {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1024px) {
  .contact-icons__content {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 991px) {
  .contact-icons__content {
    font-size: 16px;
  }
  .contact-icons__content br {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .contact-icons__content {
    font-size: 14px;
  }
}

.contact-icons__box-icon {
  background-color: #fff;
  padding: 93px 31px 66px;
}

@media screen and (max-width: 1440px) {
  .contact-icons__box-icon {
    padding: 60px 30px;
  }
}

@media screen and (max-width: 1199px) {
  .contact-icons__box-icon {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 991px) {
  .contact-icons__box-icon {
    padding: 30px;
  }
}

@media screen and (max-width: 575px) {
  .contact-icons__box-icon {
    padding: 20px;
  }
}

.contact-icons__box-icon .col--contact-icons {
  margin: 0 auto;
}

.contact-icons__box-icon .col--contact-icons .contact-icons__link {
  pointer-events: none;
}

.contact-icons__box-icon .col--contact-icons:first-child .contact-icons__link {
  pointer-events: auto;
}

.contact-icons__box-icon .col--contact-icons:nth-child(2) .contact-icons__link:last-child {
  pointer-events: auto;
}

.contact-icons__info-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .contact-icons__info-icon {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-icons__info-icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
  }
}

.contact-icons__icon {
  min-height: 90px;
  height: 90px;
  width: 100%;
  max-width: 89px;
  margin-bottom: 62px;
}

@media screen and (max-width: 1199px) {
  .contact-icons__icon {
    margin-bottom: 40px;
    min-height: 75px;
    height: 75px;
    max-width: 75px;
  }
}

@media screen and (max-width: 991px) {
  .contact-icons__icon {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contact-icons__icon {
    max-width: 50px;
    min-width: 50px;
    margin: auto;
  }
}

.contact-icons__icon img {
  width: 100%;
}

.contact-icons__icon--email {
  max-width: 82px;
}

@media screen and (max-width: 1199px) {
  .contact-icons__icon--email {
    max-width: 75px;
  }
}

@media screen and (max-width: 767px) {
  .contact-icons__icon--email {
    max-width: 50px;
    min-width: 50px;
    margin: auto;
  }
}

.contact-icons__icon--fax {
  max-width: 91px;
}

@media screen and (max-width: 1199px) {
  .contact-icons__icon--fax {
    max-width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .contact-icons__icon--fax {
    max-width: 50px;
    min-width: 50px;
    margin: auto 0;
  }
}

.contact-icons__info-content {
  padding: 0 30px;
}

@media screen and (max-width: 1199px) {
  .contact-icons__info-content {
    padding: 0 20px;
  }
}

@media screen and (max-width: 991px) {
  .contact-icons__info-content {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .contact-icons__info-content {
    width: 100%;
    padding-left: 20px;
    text-align: left;
  }
}

.contact-icons__title {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 26px;
}

@media screen and (max-width: 1199px) {
  .contact-icons__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .contact-icons__title {
    margin-bottom: 15px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .contact-icons__title {
    margin-bottom: 10px;
  }
}

.contact-icons__link {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.65;
  text-align: center;
  display: block;
  margin-bottom: 26px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 1199px) {
  .contact-icons__link {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .contact-icons__link {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .contact-icons__link {
    line-height: 1.8;
    margin-bottom: 5px;
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .contact-icons__link {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .contact-icons__link {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1250px) {
  .contact-icons__link:hover {
    color: #00aeef;
  }
  .contact-icons__link:hover span {
    color: #212121;
  }
}

.contact-icons__link .contact-icons__link--red {
  color: #ed1c24;
}

@media only screen and (min-width: 1250px) {
  .contact-icons__link .contact-icons__link--red:hover {
    color: #00aeef;
  }
}

.contact-icons__link-name {
  display: block;
}

.contact-icons__link-bold {
  font-weight: 700;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .contact-icons__link-bold:hover {
    color: #00aeef;
  }
}

/*--------------------------------------------------------------
## contact-form
--------------------------------------------------------------*/
.contact-form {
  padding: 150px 0 0;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1440px) {
  .contact-form {
    padding: 100px 0 0;
  }
}

@media screen and (max-width: 1250px) {
  .contact-form {
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 1199px) {
  .contact-form {
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .contact-form {
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .contact-form {
    padding: 30px 0 0;
  }
}

.contact-form .demo,
.contact-form .sent,
.contact-form .contact-form__wrapper {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.contact-form .contact-form__wrapper-submit {
  position: relative;
}

.contact-form .contact-form__wrapper-submit .wpcf7-spinner {
  position: absolute;
  content: '';
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  right: -50px;
  background-image: url("/wp-content/themes/fws-hatzalah-michigan/src/assets/images/ajax-loader.gif") !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  z-index: 99;
  background-size: cover;
  background-color: transparent !important;
}

@media screen and (max-width: 1440px) {
  .contact-form .contact-form__wrapper-submit .wpcf7-spinner {
    right: -30px;
  }
}

@media screen and (max-width: 991px) {
  .contact-form .contact-form__wrapper-submit .wpcf7-spinner {
    right: -25px;
  }
}

.contact-form__wrapper {
  background-color: #fff;
  padding: 95px 110px 100px;
}

@media screen and (max-width: 403px) {
  .contact-form__wrapper .wpcf7-recaptcha > div {
    position: relative;
    max-width: 320px !important;
    width: 100% !important;
    border: 1px solid #000 !important;
  }
  .contact-form__wrapper .wpcf7-recaptcha > div::after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 1440px) {
  .contact-form__wrapper {
    padding: 90px;
  }
}

@media screen and (max-width: 1250px) {
  .contact-form__wrapper {
    padding: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .contact-form__wrapper {
    padding: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .contact-form__wrapper {
    padding: 40px;
  }
}

@media screen and (max-width: 991px) {
  .contact-form__wrapper {
    padding: 30px;
  }
}

.section-title--contact-form {
  text-align: center;
  margin-bottom: 74px;
}

@media screen and (max-width: 1199px) {
  .section-title--contact-form {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .section-title--contact-form {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .section-title--contact-form {
    margin-bottom: 30px;
  }
}

.contact-form__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1340px) {
  .contact-form__wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 769px) {
  .contact-form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-form__wrapper-input {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 1440px) {
  .contact-form__wrapper-input {
    max-width: 50%;
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .contact-form__wrapper-input {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 769px) {
  .contact-form__wrapper-input {
    max-width: 100%;
  }
}

.contact-form__wrapper-input:first-of-type {
  margin-right: 30px;
}

@media screen and (max-width: 769px) {
  .contact-form__wrapper-input:first-of-type {
    margin-right: 0;
  }
}

.contact-form__wrapper-input br {
  display: none;
}

.contact-form__wrapper-input label {
  opacity: 0.5;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  pointer-events: none;
}

@media screen and (max-width: 1199px) {
  .contact-form__wrapper-input label {
    left: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .contact-form__wrapper-input label {
    font-size: 18px;
    left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .contact-form__wrapper-input label {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .contact-form__wrapper-input label {
    left: 15px;
  }
}

.contact-form__wrapper-input label.move {
  top: -17px;
  left: 15px;
  font-size: 16px;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .contact-form__wrapper-input label.move {
    font-size: 13px;
    background-color: #fff;
    top: 0;
    left: 10px;
    padding: 0 2px;
  }
}

@media screen and (max-width: 767px) {
  .contact-form__wrapper-input label.move {
    top: 0;
  }
}

.contact-form__wrapper-area-input {
  position: relative;
  margin-bottom: 60px;
  border-radius: none;
}

@media screen and (max-width: 1199px) {
  .contact-form__wrapper-area-input {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .contact-form__wrapper-area-input {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .contact-form__wrapper-area-input {
    margin-bottom: 20px;
  }
}

.contact-form__wrapper-area-input br {
  display: none;
}

.contact-form__wrapper-area-input label {
  opacity: 0.5;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  position: absolute;
  left: 30px;
  top: 42px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  pointer-events: none;
}

@media screen and (max-width: 1199px) {
  .contact-form__wrapper-area-input label {
    left: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .contact-form__wrapper-area-input label {
    font-size: 18px;
    left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .contact-form__wrapper-area-input label {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .contact-form__wrapper-area-input label {
    left: 15px;
  }
}

.contact-form__wrapper-area-input label.move {
  top: -17px;
  left: 15px;
  font-size: 16px;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .contact-form__wrapper-area-input label.move {
    font-size: 13px;
    background-color: #fff;
    top: 0;
    left: 10px;
    padding: 0 2px;
    opacity: 1;
  }
}

@media screen and (max-width: 769px) {
  .contact-form__wrapper-area-input label.move {
    /* top: -15px; */
  }
}

.contact-form__wrapper-area-input .wpcf7-textarea {
  max-height: 180px;
  border: 2px solid #0d024c;
}

.wpcf7-textarea,
.wpcf7-text {
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  padding: 25px 28px;
  border-radius: 0;
}

@media screen and (max-width: 1199px) {
  .wpcf7-textarea,
  .wpcf7-text {
    padding: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .wpcf7-textarea,
  .wpcf7-text {
    padding: 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .wpcf7-textarea,
  .wpcf7-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .wpcf7-textarea,
  .wpcf7-text {
    padding: 15px;
  }
}

.wpcf7-textarea:focus,
.wpcf7-text:focus {
  border: 2px solid #ed1c24;
  outline: none;
}

.wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  min-width: auto;
  text-align: left;
  right: 0;
  font-size: 14px;
}

@media screen and (max-width: 575px) {
  .wpcf7-not-valid-tip {
    font-size: 13px;
  }
}

.submit-button {
  position: relative;
  max-width: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

@media screen and (max-width: 1300px) {
  .submit-button {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .submit-button {
    max-width: 150px;
  }
}

.submit-button::before {
  content: '';
  display: inline-block;
  font-size: 1em;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-inline--fa fa-check fa-w-16 fa-3x' data-icon='check' data-prefix='far' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.submit-button br {
  display: none;
}

.submit-button::before, .submit-button::after {
  font-size: 14px;
  position: absolute;
  z-index: 9;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 35px;
  fill: #fff;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 767px) {
  .submit-button::before, .submit-button::after {
    right: 25px;
  }
}

.submit-button::after {
  content: '';
  display: inline-block;
  font-size: 1em;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-inline--fa fa-check-double fa-w-14 fa-2x' data-icon='check-double' data-prefix='far' viewBox='0 0 448 512' fill='%23fff'%3E%3Cpath d='M444.09 166.99l-27.39-28.37c-2.6-1.96-5.53-2.93-8.8-2.93-3.27 0-5.87.98-7.82 2.93L142.81 396.86l-94.88-94.88c-1.96-2.61-4.55-3.91-7.82-3.91-3.27 0-6.21 1.3-8.8 3.91l-27.4 27.38c-2.6 2.61-3.91 5.55-3.91 8.8s1.31 5.87 3.91 7.82l130.1 131.07c2.6 1.96 5.53 2.94 8.8 2.94 3.27 0 5.87-.98 7.82-2.94L444.08 183.6c2.6-2.61 3.91-5.55 3.91-8.8.01-3.24-1.3-5.86-3.9-7.81zM131.88 285.04c2.62 1.97 5.58 2.96 8.88 2.96s5.92-.99 7.89-2.96L353.34 80.35c2.62-2.64 3.95-5.6 3.95-8.88 0-3.28-1.33-5.92-3.95-7.89l-27.63-28.62c-2.62-1.97-5.58-2.96-8.88-2.96s-5.92.99-7.89 2.96L140.76 204.12l-60.41-60.41c-1.97-2.64-4.59-3.95-7.89-3.95s-6.26 1.31-8.88 3.95l-27.63 27.63c-2.62 2.64-3.95 5.6-3.95 8.88 0 3.29 1.33 5.92 3.95 7.89l95.93 96.93z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.submit-button::after {
  opacity: 0;
  top: 46%;
  right: 33px;
}

@media only screen and (min-width: 1250px) {
  .submit-button:hover::before {
    opacity: 0;
  }
  .submit-button:hover::after {
    opacity: 1;
  }
}

.submit-button .ajax-loader {
  /* position: absolute;
        right: -30px;
        top: 39%;
        transform: translateX(-50%); */
  position: absolute;
  content: '';
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  right: -50px;
  background-image: url("/wp-content/themes/fws-hatzalah-michigan/src/assets/images/ajax-loader.gif") !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  z-index: 99;
  background-size: cover;
  background-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .submit-button .ajax-loader {
    right: 165px;
  }
}

@media screen and (max-width: 575px) {
  .submit-button .ajax-loader {
    top: 30%;
  }
}

.pay-pal-form {
  background-color: #929292;
}

.contact-form__wrapper-submit.pay-submit .submit-button--second .wpcf7-spinner {
  background-image: url("/wp-content/themes/fws-hatzalah-michigan/src/assets/images/ajax-loader.gif") !important;
  background-size: cover;
  background-color: transparent !important;
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  margin: 0 0 0 10px;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}

.contact-form__wrapper-submit.pay-submit .submit-button--second .wpcf7-spinner::before {
  display: none;
}

@media screen and (max-width: 1440px) {
  .contact-form__wrapper-submit.pay-submit .submit-button--second .wpcf7-spinner {
    position: relative;
    right: auto;
  }
}

@media screen and (max-width: 1300px) {
  .contact-form__wrapper-submit.pay-submit .submit-button--second .wpcf7-spinner {
    display: block;
    position: absolute;
    right: -30px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@media screen and (max-width: 1199px) {
  .contact-form__wrapper-submit.pay-submit .submit-button--second .wpcf7-spinner {
    position: absolute;
    right: -30px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@media screen and (max-width: 767px) {
  .contact-form__wrapper-submit.pay-submit .submit-button--second .wpcf7-spinner {
    margin: 0;
    right: -20px;
  }
}

/*--------------------------------------------------------------
## banner-big
--------------------------------------------------------------*/
.banner-big {
  position: relative;
  padding-bottom: 93px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .banner-big {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .banner-big {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .banner-big {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.banner-big__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 638px;
  width: 100%;
  margin-left: auto;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 19px;
}

.banner-big__box .page-title--banner-big {
  margin-bottom: 25px;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .banner-big__box .page-title--banner-big br {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .banner-big__box .page-title--banner-big {
    margin-bottom: 15px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 991px) {
  .banner-big__box .page-title--banner-big {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1440px) {
  .banner-big__box {
    margin-left: 50px;
  }
}

@media screen and (max-width: 991px) {
  .banner-big__box {
    margin: auto;
    padding-bottom: 30px;
    padding-top: 0;
    text-align: center;
  }
}

.banner-big__content {
  margin-bottom: 65px;
}

@media screen and (max-width: 1440px) {
  .banner-big__content {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 1250px) {
  .banner-big__content {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-big__content {
    margin-bottom: 20px;
  }
}

.banner-big__content p {
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 1440px) {
  .banner-big__content p {
    font-size: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-big__content p {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1024px) {
  .banner-big__content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .banner-big__content p {
    font-size: 16px;
  }
  .banner-big__content p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner-big__content p {
    font-size: 14px;
  }
}

.banner-big__img {
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .banner-big__img {
    margin: auto;
  }
}

.banner__full-img {
  padding: 0;
}

.banner-big--training-equipment .banner-big__box {
  padding-top: 34px;
}

@media screen and (max-width: 1199px) {
  .banner-big--training-equipment .banner-big__box {
    padding-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .banner-big--training-equipment .banner-big__box {
    padding-top: 0;
  }
}

.banner-big--training-equipment .banner-big__box .page-title span {
  position: relative;
}

.banner-big--training-equipment .banner-big__box .page-title span ::after {
  height: 21%;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .banner-big--training-equipment .banner-big__box .page-title span ::after {
    bottom: 0;
  }
}

.banner-big--neighbourhoods .banner-big__box {
  padding-top: 38px;
}

@media screen and (max-width: 1199px) {
  .banner-big--neighbourhoods .banner-big__box {
    padding-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .banner-big--neighbourhoods .banner-big__box {
    padding-top: 0;
  }
}

.banner-big--neighbourhoods .banner-big__content {
  margin-bottom: 70px;
  max-width: 90%;
}

@media screen and (max-width: 1250px) {
  .banner-big--neighbourhoods .banner-big__content {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-big--neighbourhoods .banner-big__content {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .banner-big--neighbourhoods .banner-big__content {
    max-width: 100%;
  }
}

.banner-big--neighbourhoods .page-title--banner-big {
  margin-bottom: 38px;
}

@media screen and (max-width: 1199px) {
  .banner-big--neighbourhoods .page-title--banner-big {
    margin-bottom: 20px;
  }
}

.banner-big--neighbourhoods .btn {
  min-width: 312px;
}

@media screen and (max-width: 991px) {
  .banner-big--neighbourhoods .btn {
    min-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .banner-big--neighbourhoods .btn {
    min-width: 250px;
  }
}

@media screen and (max-width: 991px) {
  .banner-big__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    justify-self: flex-start;
  }
}

.banner-big--donate .page-title span::after {
  left: 5px;
  bottom: 8px;
  opacity: 0.5;
  height: 23%;
}

@media screen and (max-width: 767px) {
  .banner-big--donate .page-title span::after {
    bottom: 0;
  }
}

/*--------------------------------------------------------------
## tab-box
--------------------------------------------------------------*/
.tab-box {
  background-color: #0d024c;
  padding: 57px 0 149px;
  /* @include mq($lap-small) {
        padding: 20px 0 100px;
    } */
}

@media screen and (max-width: 767px) {
  .tab-box .contact-form__wrapper-input label.move {
    top: 0;
  }
}

.tab-box .contact-form__wrapper-input {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .tab-box .contact-form__wrapper-input {
    margin-bottom: 30px;
  }
}

.tab-box .contact-form__wrapper-full-input {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .tab-box .contact-form__wrapper-full-input {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1440px) {
  .tab-box {
    padding: 57px 0 120px;
  }
}

@media screen and (max-width: 1199px) {
  .tab-box {
    padding: 20px 0 80px;
  }
}

@media screen and (max-width: 991px) {
  .tab-box {
    padding: 20px 0 40px;
  }
}

.tab-box__wrapper {
  max-width: 1750px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.tab-box__wrapper-block {
  background-color: #fff;
}

.tab-box__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .tab-box__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid rgba(33, 33, 33, 0.502);
  }
}

.tab-box__navigation-btn {
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  background-color: #0a5085;
  padding: 49px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 1250px) {
  .tab-box__navigation-btn {
    font-size: 35px;
  }
}

@media screen and (max-width: 1199px) {
  .tab-box__navigation-btn {
    font-size: 34px;
    padding: 45px;
  }
}

@media screen and (max-width: 1100px) {
  .tab-box__navigation-btn {
    padding: 40px;
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .tab-box__navigation-btn {
    padding: 30px;
    font-size: 26px;
  }
}

@media screen and (max-width: 830px) {
  .tab-box__navigation-btn {
    padding: 20px;
    font-size: 22px;
  }
}

@media screen and (max-width: 680px) {
  .tab-box__navigation-btn {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .tab-box__navigation-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    min-height: 58px;
  }
}

@media screen and (max-width: 575px) {
  .tab-box__navigation-btn {
    font-size: 18px;
    line-height: 1;
  }
}

.tab-box__block-tab::before,
.tab-box__block-tab::after {
  content: '';
  display: block;
  height: 4px;
  position: absolute;
}

.is-active-tab {
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #ed1c24;
}

.tab-box__block-tab.is-active-tab::after {
  background-color: #fff;
}

.tab-box__block-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background-color: #fff;
  /* padding: 96px 96px 58px; */
  padding: 0 96px 58px;
  min-height: 357px;
}

.tab-box__block-content .wpcf7 {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .tab-box__block-content {
    padding: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .tab-box__block-content {
    padding: 60px;
    height: 100%;
    min-height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .tab-box__block-content {
    padding: 40px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .tab-box__block-content {
    padding: 20px;
    min-height: 250px;
  }
}

@media screen and (max-width: 991px) {
  .tab-box__block-content-inner {
    width: 100%;
  }
}

.tab-box__block-content-inner > :last-child {
  margin-bottom: 0;
}

.tab-box__block-content-title {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 34px;
}

@media screen and (max-width: 1199px) {
  .tab-box__block-content-title {
    margin-bottom: 20px;
    font-size: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .tab-box__block-content-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .tab-box__block-content-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .tab-box__block-content-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
  }
}

.select2-container .select2-selection--single .select2-selection__arrow {
  right: 31px;
  top: 50%;
  -webkit-transform: translateY(-83%);
          transform: translateY(-83%);
}

@media screen and (max-width: 640px) {
  .select2-container .select2-selection--single .select2-selection__arrow {
    right: 20px;
  }
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  display: block;
  border-color: transparent;
  height: 34px;
  width: 30px;
  margin: 0;
  top: 7px;
  left: 5px;
}

.select2-container .select2-selection--single .select2-selection__arrow b::before {
  content: '';
  display: inline-block;
  font-size: 1em;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23212121'%3E%3Cpath d='M7.406 8.578L12 13.172l4.594-4.594L18 9.984l-6 6-6-6z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .select2-container .select2-selection--single .select2-selection__arrow b {
    right: -24px;
  }
}

.select2-container .select2-selection--single .select2-selection__arrow b::before {
  display: block;
  height: 34px;
  width: 30px;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 46px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  border-width: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 9px;
}

.tab-box-dropdown .select2-results__options .select2-results__option {
  color: #212121;
  background-color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 10px 30px;
}

@media only screen and (min-width: 1250px) {
  .tab-box-dropdown .select2-results__options .select2-results__option:hover {
    color: #00aeef;
  }
}

.donate-from {
  /* display: none; */
  /* padding: 40px 0; */
  /* padding: 40px 0 90px; */
  padding: 0 0 90px;
  max-width: 1071px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.donate-from .contact-form__wrapper-submit {
  max-width: 1071px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  /* bottom: 20px; */
  bottom: 0;
}

@media screen and (max-width: 1199px) {
  .donate-from .contact-form__wrapper-submit {
    bottom: -10px;
  }
}

@media screen and (max-width: 991px) {
  .donate-from .contact-form__wrapper-submit {
    bottom: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .donate-from {
    padding: 20px 0 80px;
  }
}

.donate-from .select2-container {
  max-width: 100%;
  height: 100%;
  min-width: 100%;
  width: 100%;
  border: 2px solid #0d024c;
  background-color: #fff;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.donate-from .select2-container.select2-container--open {
  border: 2px solid #ed1c24;
  outline: none;
}

.donate-from .select2-container .select2-selection--single .select2-selection__rendered, .donate-from .select2-selection__placeholder, .donate-from .tab-box__select-inner option {
  max-width: 1071px;
  width: 100%;
  padding: 25px 57px 25px 25px;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.3;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  opacity: 0.5;
}

@media screen and (max-width: 1199px) {
  .donate-from .select2-container .select2-selection--single .select2-selection__rendered, .donate-from .select2-selection__placeholder, .donate-from .tab-box__select-inner option {
    padding: 25px 38px 25px 25px;
  }
}

@media screen and (max-width: 1024px) {
  .donate-from .select2-container .select2-selection--single .select2-selection__rendered, .donate-from .select2-selection__placeholder, .donate-from .tab-box__select-inner option {
    padding: 20px 38px 20px 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .donate-from .select2-container .select2-selection--single .select2-selection__rendered, .donate-from .select2-selection__placeholder, .donate-from .tab-box__select-inner option {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .donate-from .select2-container .select2-selection--single .select2-selection__rendered, .donate-from .select2-selection__placeholder, .donate-from .tab-box__select-inner option {
    padding: 15px 38px 15px 15px;
    border-radius: 1px;
  }
}

.donate-from .select2-container--default .select2-selection--single {
  height: 100%;
  min-width: 100%;
  width: 100%;
}

.donate-from .wpcf7-list-item-label {
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
}

.donate-from .wpcf7-list-item {
  /* display: flex;
        align-items: center;
        height: 100%; */
}

.donate-from span.wpcf7-list-item-label {
  /* display: block;
        color: $mines-haft;
        font-family: $font-main;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.2;
        text-align: left;
        transition: $dur $ease; */
  /* margin-left: 39px; */
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  /* margin-right: 20px;
        padding-left: 24px; */
  /*  &::after {
            content: '';
            width: 8px;
            height: 8px;
            position: absolute;
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            left: 5px;
            background-color: $shiraz;
            display: none;
            z-index: 2;
        } */
}

@media screen and (max-width: 991px) {
  .donate-from span.wpcf7-list-item-label {
    margin-left: 30px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .donate-from span.wpcf7-list-item-label {
    font-size: 18px !important;
    /* margin-left: 0; */
  }
}

@media screen and (max-width: 350px) {
  .donate-from span.wpcf7-list-item-label {
    /* margin-left: 25px; */
  }
}

.donate-from span.wpcf7-list-item-label::before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #0d024c;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .donate-from span.wpcf7-list-item-label {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .donate-from span.wpcf7-list-item-label {
    font-size: 14px;
  }
}

.donate-from .wpcf7-checkbox input[type='checkbox']:checked + span.wpcf7-list-item-label {
  color: #000;
}

.donate-from .wpcf7-checkbox input[type='checkbox']:checked + span.wpcf7-list-item-label::before {
  border: 1px solid #000;
}

.donate-from .wpcf7-checkbox input[type='checkbox']:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.donate-from .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .donate-from .wpcf7-checkbox {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

.donate-from .wpcf7-radio input[type='radio']:checked + span.wpcf7-list-item-label {
  color: #000;
}

.donate-from .wpcf7-radio input[type='radio']:checked + span.wpcf7-list-item-label::before {
  border: 1px solid #000;
}

.donate-from .wpcf7-radio input[type='radio']:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.donate-from .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /* justify-content: space-between; */
}

@media screen and (max-width: 769px) {
  .donate-from .wpcf7-radio {
    /* justify-content: space-around; */
  }
}

.input-checked {
  color: #e2401c;
}

.input-checked .wpcf7-list-item-label {
  color: #000;
}

.input-checked .wpcf7-list-item-label::before {
  border: 1px solid #000;
}

.input-checked .wpcf7-list-item-label::after {
  display: block !important;
}

.select-branch-dropdown {
  border: 2px solid #ed1c24 !important;
  border-top: none !important;
}

.selected-item {
  opacity: 1 !important;
}

.wpcf7-list-item {
  position: relative;
  margin: 0 !important;
}

.wpcf7-list-item input {
  display: none;
}

.contact-form__wrap-pretitle {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  margin-bottom: 37px;
}

@media screen and (max-width: 1199px) {
  .contact-form__wrap-pretitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .contact-form__wrap-pretitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contact-form__wrap-pretitle {
    font-size: 14px;
  }
}

.contact-form__wrap-pretitle--payment {
  padding-top: 11px;
}

@media screen and (max-width: 1199px) {
  .contact-form__wrap-pretitle--payment {
    padding-top: 0;
  }
}

.contact-form__wrap-payment {
  max-width: 509px;
  width: 100%;
  margin-bottom: -24px;
}

@media screen and (max-width: 1340px) {
  .contact-form__wrap-payment {
    max-width: 47%;
    margin-bottom: -10px;
  }
}

@media screen and (max-width: 769px) {
  .contact-form__wrap-payment {
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .contact-form__wrap-payment {
    margin-bottom: 10px;
  }
}

.contact-form__wrapper-full-input {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 1199px) {
  .contact-form__wrapper-full-input {
    margin-bottom: 30px;
  }
}

.anonim-donation {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 80px;
}

@media screen and (max-width: 1024px) {
  .anonim-donation {
    max-height: 67px;
  }
}

.anonim-donation label {
  width: 100%;
}

.anonim-donation .wpcf7-list-item-label {
  margin-left: 39px;
  width: 280px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  padding-left: 54px !important;
}

@media screen and (max-width: 575px) {
  .anonim-donation .wpcf7-list-item-label {
    padding-left: 34px !important;
  }
}

@media screen and (max-width: 769px) {
  .anonim-donation .wpcf7-list-item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}

.anonim-donation span.wpcf7-list-item-label::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  background-color: #ed1c24;
  display: none;
  z-index: 2;
}

.contact-form__wrapper-anonimous {
  opacity: 0 !important;
  pointer-events: none !important;
  width: 100%;
  display: none;
}

@media screen and (max-width: 769px) {
  .contact-form__wrapper-anonimous {
    margin-bottom: 30px;
  }
}

.contact-form__wrapper-anonimous .wpcf7-list-item-label::before {
  border-radius: 0 !important;
}

.contact-form__wrapper-anonimous .wpcf7-list-item-label::after {
  border-radius: 0 !important;
}

.contact-form__wrapper-input--sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.contact-form__wrapper-input--sm input {
  min-width: 380px;
}

.cvv-info {
  color: #ed1c24;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  position: relative;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1199px) {
  .cvv-info {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .cvv-info {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .cvv-info {
    font-size: 14px;
    margin: auto;
  }
}

.cvv-info:first-of-type {
  /* display: block; */
}

.tool {
  cursor: help;
  position: relative;
}

.tool::after {
  left: 50%;
  opacity: 0;
  position: absolute;
  z-index: -100;
  -webkit-box-shadow: 3px 5px 15px 5px #eee;
          box-shadow: 3px 5px 15px 5px #eee;
  background: #fff;
  border-radius: 10px;
  bottom: 180%;
  color: #0d024c;
  content: attr(data-tip);
  padding: 15px;
  -webkit-transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26) 0.2s;
  -webkit-transform: scale(0.6) translateY(50%);
          transform: scale(0.6) translateY(50%);
  width: 230px;
  text-align: center;
  margin-left: -100px;
  font-size: 14px;
  font-weight: 700;
  white-space: break-spaces;
}

@media screen and (max-width: 1199px) {
  .tool::after {
    left: 15%;
  }
}

@media screen and (max-width: 991px) {
  .tool::after {
    font-size: 13px;
    /* left: -5%; */
    left: -25%;
  }
}

@media screen and (max-width: 767px) {
  .tool::after {
    /* left: -70%; */
    left: 20%;
  }
}

@media screen and (max-width: 575px) {
  .tool::after {
    left: -70%;
  }
}

.tool:hover::after,
.tool:focus::after {
  -webkit-transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26);
  transition: all 0.65s cubic-bezier(0.84, -0.18, 0.31, 1.26);
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  z-index: 100;
}

.disable-input {
  opacity: 0.3;
  pointer-events: none;
}

.contact-form__wrapper-submit {
  /* max-width: 1071px; */
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .contact-form__wrapper-submit .submit-button {
    max-width: initial !important;
    display: block;
    text-align: right;
  }
}

@media screen and (max-width: 991px) {
  .contact-form__wrapper-submit .submit-button {
    text-align: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.contact-form__wrapper-submit input {
  min-width: 220px !important;
}

@media screen and (max-width: 991px) {
  .contact-form__wrapper-submit input {
    min-width: 180px !important;
  }
}

@media screen and (max-width: 1440px) {
  .contact-form__wrapper-submit .wpcf7-spinner {
    width: 15px;
    height: 15px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 991px) {
  .contact-form__wrapper-submit .wpcf7-spinner::before {
    top: 3px;
    left: 5px;
    width: 5px;
    height: 5px;
    -webkit-transform-origin: 3px 4px;
            transform-origin: 3px 4px;
  }
}

@media screen and (max-width: 991px) {
  .contact-form__wrapper-submit {
    margin-top: 40px;
  }
}

.cf7adn_hide_frm {
  height: 100% !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  /* padding: 0 0 40px 0; */
  padding: 0 0 10px;
  max-width: 1071px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .cf7adn_hide_frm {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .cf7adn_hide_frm {
    padding: 0;
  }
}

.credit_card_details h4 {
  display: none;
}

@media screen and (max-width: 991px) {
  .credit_card_details p {
    overflow: visible !important;
  }
}

.wpcf7-response-output {
  display: none;
}

.contact-form-bottom .contact-form__wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-form-bottom .contact-form__wrap p {
  display: none;
}

.tab-blox__block-content-first-tab .donate-from,
.tab-blox__block-content-second-tab .donate-from {
  padding: 0;
  max-width: 1071px;
  width: 100%;
  margin: 0 auto;
}

.tab-blox__block-content-first-tab .donate-from .contact-form__wrap,
.tab-blox__block-content-second-tab .donate-from .contact-form__wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab-blox__block-content-first-tab .donate-from .contact-form__wrap p,
.tab-blox__block-content-second-tab .donate-from .contact-form__wrap p {
  display: none;
}

.tab-blox__block-content-first-tab .form-holder--first .cf7adn-form-code,
.tab-blox__block-content-first-tab .form-holder--first .contact-form-bottom {
  padding: 0;
  max-width: 1071px;
  width: 100%;
  margin: 0 auto;
}

.tab-blox__block-content-first-tab .contact-form__wrapper-submit {
  padding: 0;
  max-width: 1071px;
  width: 100%;
  margin: 0 auto;
}

.pay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pay .wpcf7-select {
  display: none;
}

.pay .amount {
  width: 100%;
}

.tab-box__block-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 509px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* padding-left: 30px; */
}

@media screen and (max-width: 767px) {
  .tab-box__block-radio {
    max-width: 100%;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

@media screen and (max-width: 991px) {
  .tab-box__block-radio {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 420px) {
  .tab-box__block-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
}

.tab-box__block-radio-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  /* &:nth-child(2) {
        display: none;
    } */
}

.tab-box__block-radio-block input {
  display: none;
}

.tab-box__block-radio-block label {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .tab-box__block-radio-block label {
    font-size: 18px;
  }
}

.tab-box__block-radio-block::before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #0d024c;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.tab-box__block-radio-block::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  background-color: #fff;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 420px) {
  .tab-box__block-radio-block {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .tab-box__block-radio-block:first-of-type {
    margin-bottom: 15px;
  }
}

.custom-dot::after {
  background-color: #ed1c24;
}

#authorize-month,
#authorize-year {
  border: 1px solid rgba(133, 133, 133, 0.603);
  text-align: center;
}

#authorize-year {
  border-left: 1px solid rgba(133, 133, 133, 0.603) !important;
}

#authorize-month {
  border-right: 1px solid rgba(133, 133, 133, 0.603) !important;
}

.label-moved {
  left: 160px !important;
}

@media screen and (max-width: 640px) {
  .label-moved {
    left: 142px !important;
  }
}

@media screen and (max-width: 575px) {
  .label-moved {
    font-size: 13px !important;
    background-color: #fff !important;
    top: 0 !important;
    left: 10px !important;
    padding: 0 2px !important;
    opacity: 1 !important;
  }
}

.message-input-wrapp {
  position: relative;
}

.message-input-wrapp textarea {
  height: 80px;
}

@media screen and (max-width: 1024px) {
  .message-input-wrapp textarea {
    height: 67px;
    font-size: 18px;
    padding: 20px;
  }
}

@media screen and (max-width: 991px) {
  .message-input-wrapp textarea {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .message-input-wrapp textarea {
    padding: 15px;
    height: 54px;
  }
}

.message-input-wrapp .the-message ~ label {
  top: 27px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.message-input-wrapp .the-message ~ label.move {
  top: -26px;
}

@media screen and (max-width: 1199px) {
  .message-input-wrapp .the-message ~ label.move {
    top: -8px;
  }
}

@media screen and (max-width: 1024px) {
  .message-input-wrapp .the-message ~ label {
    top: 21px;
  }
}

@media screen and (max-width: 991px) {
  .message-input-wrapp .the-message ~ label {
    top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .message-input-wrapp .the-message ~ label {
    top: 17px;
  }
}

.message-input-wrapp label {
  opacity: 0.5;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  position: absolute;
  left: 30px;
  /* top: 50%; */
  top: 25px;
  /* transform: translateY(-50%); */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 9;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .message-input-wrapp label {
    font-size: 18px;
    left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .message-input-wrapp label {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .message-input-wrapp label {
    top: 17px;
  }
}

@media screen and (max-width: 575px) {
  .message-input-wrapp label {
    font-size: 15px;
  }
}

.message-input-wrapp .move {
  top: -27px;
  left: 15px !important;
  font-size: 16px;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .message-input-wrapp .move {
    font-size: 13px;
    background-color: #fff;
    top: 0;
    left: 10px !important;
    padding: 0 2px;
  }
}

@media screen and (max-width: 767px) {
  .message-input-wrapp .move {
    top: -5px;
  }
}

.hide-form {
  display: none;
}

.form-holder--second,
.form-holder--first {
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .form-holder--second,
  .form-holder--first {
    padding-top: 0;
  }
}

#wpcf7-f338-o2 .donate-from {
  padding: 0 0 90px;
}

@media screen and (max-width: 767px) {
  #wpcf7-f338-o2 .donate-from {
    /* padding: 0 0 70px; */
    padding: 0 0 145px;
  }
}

#wpcf7-f458-o4 {
  padding: 0 96px;
}

@media screen and (max-width: 1199px) {
  #wpcf7-f458-o4 {
    padding: 0 80px;
  }
}

@media screen and (max-width: 1024px) {
  #wpcf7-f458-o4 {
    padding: 0 60px;
  }
}

@media screen and (max-width: 991px) {
  #wpcf7-f458-o4 {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  #wpcf7-f458-o4 {
    padding: 0 20px;
  }
}

#wpcf7-f458-o4 .donate-from {
  margin-top: -100px;
  padding: 40px 0 120px;
}

@media screen and (max-width: 1199px) {
  #wpcf7-f458-o4 .donate-from {
    margin-top: -130px;
  }
}

@media screen and (max-width: 991px) {
  #wpcf7-f458-o4 .donate-from {
    margin-top: -100px;
  }
}

@media screen and (max-width: 768px) {
  #wpcf7-f458-o4 .donate-from {
    margin-top: -60px;
    padding: 0 0 120px;
  }
}

@media screen and (max-width: 420px) {
  #wpcf7-f458-o4 .donate-from {
    margin-top: -30px;
  }
}

#wpcf7-f458-o4 .contact-form__wrapper-submit {
  bottom: 60px;
}

.select-input-hidden,
.check-input-hidden {
  display: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.donate-from:not(.pay-form) .contact-form__wrapper-submit {
  position: relative;
}

/*--------------------------------------------------------------
## certifications
--------------------------------------------------------------*/
.certifications {
  padding-top: 57px;
}

@media screen and (max-width: 1199px) {
  .certifications {
    padding-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .certifications {
    padding-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .certifications {
    padding-top: 10px;
  }
}

.certifications__wrap {
  background-color: #fff;
  padding: 92px 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .certifications__wrap {
    padding: 90px;
  }
}

@media screen and (max-width: 1199px) {
  .certifications__wrap {
    padding: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .certifications__wrap {
    padding: 60px;
  }
}

@media screen and (max-width: 991px) {
  .certifications__wrap {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .certifications__wrap {
    padding: 20px;
  }
}

.section-title--certifications {
  text-align: center;
}

.certifications__img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 25px 0 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .certifications__img-wrap {
    padding: 15px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .certifications__img-wrap {
    padding: 10px 0 0;
  }
}

.certifications__img-holder {
  margin: 0 50px 50px;
}

@media screen and (max-width: 991px) {
  .certifications__img-holder {
    margin: 0 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .certifications__img-holder {
    margin: 0 20px 20px;
    max-width: 80px;
  }
}

@media screen and (max-width: 400px) {
  .certifications__img-holder {
    max-width: 50px;
    margin: 0 10px 20px;
  }
}

/*--------------------------------------------------------------
## tab-vertical
--------------------------------------------------------------*/
.tab-vertical {
  padding-top: 152px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1440px) {
  .tab-vertical {
    padding-top: 130px;
  }
}

@media screen and (max-width: 1250px) {
  .tab-vertical {
    padding-top: 100px;
  }
}

@media screen and (max-width: 1199px) {
  .tab-vertical {
    padding-top: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .tab-vertical {
    padding-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .tab-vertical {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .tab-vertical {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.tab-vertical__title {
  margin-bottom: 99px;
}

@media screen and (max-width: 1199px) {
  .tab-vertical__title {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .tab-vertical__title {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .tab-vertical__title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .tab-vertical__title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .section-title--tab-vertical {
    text-align: left;
  }
}

.section-title--tab-vertical span::after {
  left: 15px;
}

@media screen and (max-width: 640px) {
  .section-title--tab-vertical span::after {
    left: 0;
  }
}

.tab-vertical__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 7px;
}

@media screen and (max-width: 1199px) {
  .tab-vertical__button {
    padding-top: 0;
  }
}

.tab-vertical__button-item {
  max-width: 550px;
  width: 100%;
  padding: 34px 23px 34px 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #0a5085;
  margin-bottom: 11px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 1199px) {
  .tab-vertical__button-item {
    padding: 30px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .tab-vertical__button-item {
    padding: 20px;
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .tab-vertical__button-item {
    padding: 20px 15px;
  }
}

.tab-vertical__button-item span {
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .tab-vertical__button-item span {
    font-size: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .tab-vertical__button-item span {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1024px) {
  .tab-vertical__button-item span {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 991px) {
  .tab-vertical__button-item span {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .tab-vertical__button-item span {
    font-size: 14px;
  }
}

.tab-vertical__button-item.active {
  background-color: #fff;
}

.tab-vertical__button-item.active span {
  color: #ed1c24;
}

.tab-vertical__button-item.active .tab-active-icon {
  opacity: 1;
  visibility: visible;
}

.tab-active-icon {
  height: 19px;
  color: #ed1c24;
  font-size: 18px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 991px) {
  .tab-active-icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .tab-active-icon {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 640px) {
  .tab-active-icon {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 400px) {
  .tab-active-icon {
    font-size: 8px !important;
  }
}

.tab-vertical__inner:not(.active) {
  display: none;
}

.tab-vertical__inner .entry-content li {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tab-list-icon {
  color: #00aeef;
  font-size: 20px;
  height: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 2;
  text-align: left;
  position: relative;
  padding-right: 20px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

@media screen and (max-width: 1440px) {
  .tab-list-icon {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@media screen and (max-width: 991px) {
  .tab-list-icon {
    font-size: 16px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*--------------------------------------------------------------
## equipment-list
--------------------------------------------------------------*/
.equipment-list {
  padding-bottom: 45px;
  padding-top: 80px;
  background-color: #0d024c;
}

@media screen and (max-width: 1440px) {
  .equipment-list {
    padding-bottom: 40px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .equipment-list {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .equipment-list {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

.equipment-list .section-title--equipment-list {
  text-align: center;
  margin-bottom: 32px;
}

.equipment-list .section-title--equipment-list span::after {
  left: 24px;
  width: 101%;
  bottom: 7px;
}

@media screen and (max-width: 1440px) {
  .equipment-list .section-title--equipment-list {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 400px) {
  .equipment-list .section-title--equipment-list {
    padding: 0 10px;
  }
}

@media screen and (max-width: 370px) {
  .equipment-list .section-title--equipment-list {
    padding: 0;
  }
}

.equipment-list__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1720px;
  margin: 0 auto;
  padding: 101px 101px 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .equipment-list__inner {
    padding: 80px 80px 0;
  }
}

@media screen and (max-width: 1440px) {
  .equipment-list__inner {
    padding: 40px 40px 0;
  }
}

@media screen and (max-width: 1199px) {
  .equipment-list__inner {
    padding: 30px 30px 0;
  }
}

@media screen and (max-width: 1024px) {
  .equipment-list__inner {
    padding: 20px 20px 0;
  }
}

@media screen and (max-width: 991px) {
  .equipment-list__inner {
    padding: 15px 15px 0;
  }
}

.equipment-list__inner-card-box {
  margin-bottom: 93px;
}

@media screen and (max-width: 1199px) {
  .equipment-list__inner-card-box {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .equipment-list__inner-card-box {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .equipment-list__inner-card-box {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .equipment-list__inner-card-box {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .equipment-list__inner-card-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
}

.equipment-list__inner-card {
  padding: 27px 15px 5px;
  max-width: 1320px;
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .equipment-list__inner-card {
    padding: 15px 15px 0;
  }
}

@media screen and (max-width: 640px) {
  .equipment-list__inner-card {
    padding: 15px 0 0;
  }
}

.equipment-list__inner-card-img {
  min-height: 130px;
  max-height: 130px;
  margin-bottom: 47px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 1440px) {
  .equipment-list__inner-card-img {
    min-height: 100px;
    max-height: 100px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .equipment-list__inner-card-img {
    min-height: 80px;
    max-height: 80px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .equipment-list__inner-card-img {
    max-width: 60px;
    min-width: 60px;
    max-height: 60px;
    margin-right: 20px;
  }
}

.equipment-list__inner-card-img .card-icon {
  display: block;
  max-height: 130px;
  margin: auto;
}

@media screen and (max-width: 1440px) {
  .equipment-list__inner-card-img .card-icon {
    max-height: 100px;
  }
}

@media screen and (max-width: 1199px) {
  .equipment-list__inner-card-img .card-icon {
    max-height: 80px;
  }
}

@media screen and (max-width: 640px) {
  .equipment-list__inner-card-img .card-icon {
    max-width: 60px;
    max-height: 60px;
  }
}

.equipment-list__inner-card-content h3 {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 1440px) {
  .equipment-list__inner-card-content h3 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .equipment-list__inner-card-content h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .equipment-list__inner-card-content h3 {
    text-align: left;
  }
}

.equipment-list__inner-card-content p {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.65;
  text-align: center;
}

@media screen and (max-width: 1800px) {
  .equipment-list__inner-card-content p br {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .equipment-list__inner-card-content p {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 991px) {
  .equipment-list__inner-card-content p {
    line-height: 1.3;
  }
}

@media screen and (max-width: 640px) {
  .equipment-list__inner-card-content p {
    text-align: left;
  }
}

.row--equipment-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*--------------------------------------------------------------
## counter
--------------------------------------------------------------*/
.counter {
  padding: 58px 0;
  background-color: #0d024c;
}

@media screen and (max-width: 1199px) {
  .counter {
    padding: 40px 0;
  }
}

@media screen and (max-width: 1024px) {
  .counter {
    padding: 30px 0;
  }
}

@media screen and (max-width: 991px) {
  .counter {
    padding: 20px 0;
  }
}

.counter__title {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.counter__title .section-title--counter {
  text-align: center;
}

.counter__title .section-title--counter span::after {
  left: 3px;
  opacity: 0.5;
  width: 108.5%;
}

.counter__wrap {
  padding-top: 13px;
  margin-bottom: 71px;
}

@media screen and (max-width: 1199px) {
  .counter__wrap {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .counter__wrap {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .counter__wrap {
    margin-bottom: 20px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .counter__wrap {
    margin-bottom: 0;
  }
}

.counter__box {
  text-align: center;
  padding: 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .counter__box {
    padding: 0;
  }
}

.counter__box-wrapper {
  position: relative;
}

@media screen and (max-width: 767px) {
  .counter__box-wrapper {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 460px) {
  .counter__box-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.counter__box-wrapper::after {
  position: absolute;
  width: 1px;
  min-height: 100%;
  border: 1px solid #fff;
  opacity: 0.3;
  content: '';
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .counter__box-wrapper::after {
    min-height: 100%;
    border: 1px solid transparent;
  }
}

.counter__box-wrapper:last-of-type::after {
  border: 1px solid transparent;
}

.counter__box-wrapper:nth-child(2n+1)::after {
  border: 1px solid #fff;
}

@media screen and (max-width: 460px) {
  .counter__box-wrapper:nth-child(2n+1)::after {
    border: none;
  }
}

.js-count {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.counter__box-num,
.counter__box-num-separator {
  display: contents;
  color: #00aeef;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .counter__box-num,
  .counter__box-num-separator {
    font-size: 42px;
  }
}

@media screen and (max-width: 991px) {
  .counter__box-num,
  .counter__box-num-separator {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .counter__box-num,
  .counter__box-num-separator {
    font-size: 27px;
  }
}

@media screen and (max-width: 640px) {
  .counter__box-num,
  .counter__box-num-separator {
    min-height: 30px;
    max-height: 30px;
    font-size: 26px;
  }
}

.counter__box-text {
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
  display: block;
  margin-top: 16px;
}

@media screen and (max-width: 1199px) {
  .counter__box-text br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .counter__box-text {
    font-size: 14px;
    margin-top: 10px;
  }
}

.counter-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*--------------------------------------------------------------
## licenses-list
--------------------------------------------------------------*/
.licenses-list {
  padding: 111px 0 151px;
}

@media screen and (max-width: 1440px) {
  .licenses-list {
    padding: 110px 0;
  }
}

@media screen and (max-width: 1250px) {
  .licenses-list {
    padding: 90px 0;
  }
}

@media screen and (max-width: 1199px) {
  .licenses-list {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1024px) {
  .licenses-list {
    padding: 60px 0;
  }
}

@media screen and (max-width: 991px) {
  .licenses-list {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .licenses-list {
    padding: 30px 0;
  }
}

@media screen and (max-width: 640px) {
  .licenses-list {
    padding: 20px 0;
  }
}

.licenses-list__img-box {
  position: relative;
}

@media screen and (max-width: 991px) {
  .licenses-list__img-box {
    margin: auto;
    max-width: 550px;
  }
}

.section-title--licenses-list span::after {
  left: 6px;
}

@media screen and (max-width: 991px) {
  .section-title--licenses-list {
    text-align: left;
  }
}

.licenses-list__content {
  width: 68.5%;
  padding-top: 112px;
  margin-left: auto;
}

@media screen and (max-width: 1700px) {
  .licenses-list__content {
    padding-top: 0;
    margin-left: 100px;
    width: 70%;
  }
}

@media screen and (max-width: 1250px) {
  .licenses-list__content {
    margin-left: 50px;
    width: 80%;
  }
}

@media screen and (max-width: 1199px) {
  .licenses-list__content {
    width: 90%;
    margin-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  .licenses-list__content {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

.licenses-list__list-title {
  margin-bottom: 30px;
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 2;
  text-align: left;
  display: block;
}

@media screen and (max-width: 1440px) {
  .licenses-list__list-title {
    line-height: 1.7;
    font-size: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .licenses-list__list-title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .licenses-list__list-title {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .licenses-list__list-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.licenses-list-icon {
  color: #00aeef;
  font-size: 20px;
  height: 37px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  position: relative;
  padding-right: 20px;
  padding-top: 2px;
}

@media screen and (max-width: 991px) {
  .licenses-list-icon {
    font-size: 16px;
    height: 20px;
  }
}

.licenses-list__img {
  margin-left: auto;
  margin-right: 39px;
}

@media screen and (max-width: 1440px) {
  .licenses-list__img {
    margin: auto;
  }
}

.tab-map {
  padding: 116px 0 78px;
}

@media screen and (max-width: 1440px) {
  .tab-map {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1199px) {
  .tab-map {
    padding: 60px 0;
  }
}

@media screen and (max-width: 1024px) {
  .tab-map {
    padding: 50px 0;
  }
}

@media screen and (max-width: 991px) {
  .tab-map {
    padding: 40px 0;
  }
}

@media screen and (max-width: 640px) {
  .tab-map {
    padding: 20px 0;
  }
}

@media screen and (max-width: 1199px) {
  .tab-map__wrap-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
  }
}

.tab-map__wrap {
  background-color: #fff;
  /* padding: 95px 98px 95px 109px; */
  padding: 95px 105px 95px 109px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1440px) {
  .tab-map__wrap {
    padding: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .tab-map__wrap {
    padding: 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .tab-map__wrap {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .tab-map__wrap {
    padding: 20px 0;
  }
}

.tab-map__wrap-sm {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38.3%;
      -ms-flex: 0 0 38.3%;
          flex: 0 0 38.3%;
  max-width: 39%;
  margin-right: 6px;
}

@media screen and (max-width: 1199px) {
  .tab-map__wrap-sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
  }
}

.section-title--tab-map {
  letter-spacing: -0.51px;
  color: #0d024c;
  margin-bottom: 175px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .section-title--tab-map {
    text-align: center;
    margin-bottom: 30px;
  }
}

.section-title--tab-map::after {
  content: '';
  max-width: 213px;
  background-color: #00aeef;
  opacity: 0.5;
  /* width: 106%;
        height: 30%;
        position: absolute;
        left: -2px;
        bottom: -65px;
        z-index: -1; */
  width: 50%;
  height: 12%;
  position: absolute;
  left: -2px;
  bottom: 8px;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .section-title--tab-map::after {
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 991px) {
  .section-title--tab-map::after {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .section-title--tab-map::after {
    bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .section-title--tab-map::after {
    width: 35%;
  }
}

@media screen and (max-width: 350px) {
  .section-title--tab-map::after {
    width: 50%;
  }
}

.tab-map__image-inner {
  position: relative;
  max-width: 150px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .tab-map__image-inner {
    max-width: 120px;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .tab-map__image-inner {
    max-width: 100px;
    width: 100%;
  }
}

.tab-map__wrap-lg {
  padding: 5px 14px 5px 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 62%;
      -ms-flex: 0 0 62%;
          flex: 0 0 62%;
  max-width: 62%;
}

@media screen and (max-width: 1199px) {
  .tab-map__wrap-lg {
    padding: 0 15px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .tab-map__wrap-lg {
    padding-right: 10px;
  }
}

.tab-map__search {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  /* max-width: 643px; */
  /* width: 100%; */
  /* width: 98.5%; */
  max-height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-map__search::before {
  content: '';
  display: inline-block;
  font-size: 1em;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-inline--fa fa-search fa-w-16 fa-2x' data-icon='search' data-prefix='fas' viewBox='0 0 512 512' fill='%230a5085'%3E%3Cpath d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.tab-map__search::before {
  position: absolute;
  left: 43px;
  /* top: 35%; */
  top: 36%;
  /* transform: translateX(-50%); */
  -webkit-transform: translateX(-47%);
          transform: translateX(-47%);
  z-index: 9;
  font-size: 25px;
}

@media screen and (max-width: 1440px) {
  .tab-map__search::before {
    font-size: 19px;
    left: 20px;
    top: 39%;
  }
}

@media screen and (max-width: 575px) {
  .tab-map__search::before {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .tab-map__search {
    width: 100%;
  }
}

.tab-map__search-input {
  min-width: auto !important;
  padding: 20px 39px 20px 70px !important;
  background-color: #fff;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: unset !important;
          box-sizing: unset !important;
}

@media screen and (max-width: 1440px) {
  .tab-map__search-input {
    padding: 20px 20px 20px 40px !important;
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .tab-map__search-input {
    padding: 15px 15px 15px 35px !important;
  }
}

.tab-map__search-input::-webkit-input-placeholder {
  opacity: 0.5;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.tab-map__search-input::-moz-placeholder {
  opacity: 0.5;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.tab-map__search-input:-ms-input-placeholder {
  opacity: 0.5;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.tab-map__search-input::-ms-input-placeholder {
  opacity: 0.5;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.tab-map__search-input::placeholder {
  opacity: 0.5;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .tab-map__search-input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .tab-map__search-input::-moz-placeholder {
    font-size: 18px;
  }
  .tab-map__search-input:-ms-input-placeholder {
    font-size: 18px;
  }
  .tab-map__search-input::-ms-input-placeholder {
    font-size: 18px;
  }
  .tab-map__search-input::placeholder {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .tab-map__search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .tab-map__search-input::-moz-placeholder {
    font-size: 16px;
  }
  .tab-map__search-input:-ms-input-placeholder {
    font-size: 16px;
  }
  .tab-map__search-input::-ms-input-placeholder {
    font-size: 16px;
  }
  .tab-map__search-input::placeholder {
    font-size: 16px;
  }
}

.tab-map__search-input:invalid {
  background-color: rgba(226, 64, 28, 0.025);
}

.tab-map__search-input:focus {
  border: 2px solid #ed1c24;
  outline: none;
}

.tab-map__locations-btn-txt {
  display: block;
  padding: 20px 31px;
}

@media screen and (max-width: 575px) {
  .tab-map__locations-btn-txt {
    padding: 20px 41px 20px 20px;
  }
}

.parent-active .tab-map__locations-inner {
  background-color: #00aeef;
}

.parent-active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.tab-map__locations-box {
  list-style: none;
  width: 100%;
  padding: 0;
  max-width: 100%;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .tab-map__locations-box {
    width: 100%;
  }
}

.tab-map__locations-box li {
  margin-right: 11px;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .tab-map__locations-box li {
    margin-right: 5px;
  }
}

.tab-map__locations-btn {
  cursor: pointer;
  background-color: #0a5085;
  /* transition: $dur $ease; */
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  /* padding: 20px 31px; */
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .tab-map__locations-btn {
    font-size: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .tab-map__locations-btn {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .tab-map__locations-btn {
    /* padding: 20px; */
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .tab-map__locations-btn {
    font-size: 16px;
    /* padding: 15px; */
  }
}

@media screen and (max-width: 767px) {
  .tab-map__locations-btn {
    font-size: 14px;
  }
}

.tab-map__locations-btn::before {
  content: '';
  display: inline-block;
  font-size: 1em;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M7.406 8.578L12 13.172l4.594-4.594L18 9.984l-6 6-6-6z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.tab-map__locations-btn::before {
  position: absolute;
  /* right: 7px; */
  right: 17px;
  /* top: 26%; */
  top: 20px;
  font-size: 32px;
  /* transform: translateX(-50%); */
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  pointer-events: none;
}

@media screen and (max-width: 1440px) {
  .tab-map__locations-btn::before {
    /* right: 0; */
    top: 17px;
  }
}

@media screen and (max-width: 991px) {
  .tab-map__locations-btn::before {
    font-size: 26px;
  }
}

@media screen and (max-width: 575px) {
  .tab-map__locations-btn::before {
    /*  right: -9px; */
  }
}

.tab-map__locations-btn.open-btn {
  background-color: #00aeef;
}

.tab-map__locations-btn.open-btn::before {
  position: absolute;
  right: 24px;
  top: 17px;
  font-size: 32px;
  -webkit-transform: translate(0) rotate(180deg);
          transform: translate(0) rotate(180deg);
}

@media screen and (max-width: 1440px) {
  .tab-map__locations-btn.open-btn::before {
    right: 16px;
  }
}

@media screen and (max-width: 991px) {
  .tab-map__locations-btn.open-btn::before {
    font-size: 26px;
    right: 13px;
    top: 11px;
  }
}

@media screen and (max-width: 575px) {
  .tab-map__locations-btn.open-btn::before {
    right: 4px;
  }
}

@media only screen and (min-width: 1250px) {
  .tab-map__locations-btn:hover {
    background-color: #00aeef;
  }
}

.inner-active {
  background-color: #00aeef;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.tab-map__locations-inner-wrapp {
  /* padding: 0 67px 30px 31px; */
  background-color: #fff;
  padding: 30px 67px 30px 61px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 575px) {
  .tab-map__locations-inner-wrapp {
    padding: 30px 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.tab-map__locations-inner {
  display: none;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  /* background-color: $white; */
  background-color: transparent;
  /*  background-color: $venice-blue; */
  /* padding: 30px 67px 30px 31px; */
  padding: 0 67px 30px 31px;
  /* margin-top: 18px; */
  /* transition: $dur $ease; */
}

@media screen and (max-width: 1199px) {
  .tab-map__locations-inner {
    /* padding: 30px 40px 30px 30px; */
    padding: 0 40px 30px 30px;
  }
}

@media screen and (max-width: 991px) {
  .tab-map__locations-inner {
    /* padding: 30px; */
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .tab-map__locations-inner {
    /* padding: 20px; */
  }
}

@media screen and (max-width: 640px) {
  .tab-map__locations-inner {
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 575px) {
  .tab-map__locations-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.openLocationInfo {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.tab-map__locations {
  max-height: 544px;
  margin-top: 11px;
  overflow-x: hidden;
}

@media screen and (max-width: 1199px) {
  .tab-map__locations {
    max-height: 488px;
  }
}

@media screen and (max-width: 991px) {
  .tab-map__locations {
    max-height: 470px;
  }
}

.tab-map__locations-links {
  list-style: none;
  margin: auto;
}

@media screen and (max-width: 575px) {
  .tab-map__locations-links {
    text-align: center;
  }
}

.tab-map__locations-links li {
  margin-bottom: 1px;
}

.tab-map__locations-links li a {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: left;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .tab-map__locations-links li a:hover {
    color: #00aeef;
  }
}

@media screen and (max-width: 1199px) {
  .tab-map__locations-links li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .tab-map__locations-links li a {
    font-size: 14px;
  }
}

.bold-link a {
  font-weight: 700;
  letter-spacing: 0.35px;
}

.tab-map__locations-logo {
  margin-left: auto;
  margin-top: 4px;
  margin-right: 2px;
}

@media screen and (max-width: 991px) {
  .tab-map__locations-logo {
    margin: 0 auto;
  }
}

@media screen and (max-width: 575px) {
  .tab-map__locations-logo {
    margin-bottom: 20px;
  }
}

.active-scroll {
  padding-right: 9px;
}

.active-scroll-search {
  padding-right: 20px;
}

.map__no-results {
  display: none;
  text-align: center;
  font-size: 22px;
  color: #ed1c24;
}

@media screen and (max-width: 991px) {
  .map__no-results {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
## contact-map
--------------------------------------------------------------*/
.contact-map {
  margin-bottom: 45px;
}

@media screen and (max-width: 1199px) {
  .contact-map {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .contact-map {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contact-map {
    margin-bottom: 10px;
  }
}

.container-fluid--contact-map {
  padding: 0;
}

.contact-map__wrapper {
  overflow: hidden;
  position: relative;
  text-align: right;
  min-height: 724px;
  max-width: 1720px;
  width: 100%;
  margin: -166px auto 0;
  z-index: 0;
}

@media screen and (max-width: 1250px) {
  .contact-map__wrapper {
    min-height: 700px;
  }
}

@media screen and (max-width: 1199px) {
  .contact-map__wrapper {
    min-height: 650px;
    margin: -140px auto 0;
  }
}

@media screen and (max-width: 1024px) {
  .contact-map__wrapper {
    min-height: 600px;
    margin: -100px auto 0;
  }
}

@media screen and (max-width: 991px) {
  .contact-map__wrapper {
    min-height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .contact-map__wrapper {
    min-height: 450px;
  }
}

@media screen and (max-width: 640px) {
  .contact-map__wrapper {
    min-height: 400px;
  }
}

.contact-map__wrapper a {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
  max-width: 1721px;
  max-height: 724px;
}

/*--------------------------------------------------------------
## contact-request
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## list-branch
--------------------------------------------------------------*/
.list-branch {
  padding: 67px 0 44px;
}

@media screen and (max-width: 1199px) {
  .list-branch {
    padding: 40px 0;
  }
}

@media screen and (max-width: 640px) {
  .list-branch {
    padding: 20px 0 10px;
  }
}

.section-title--list-branch {
  text-align: center;
  margin-bottom: 54px;
}

@media screen and (max-width: 1199px) {
  .section-title--list-branch {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .section-title--list-branch {
    margin-bottom: 20px;
  }
}

.list-branch__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -7px;
  margin-left: 3px;
}

@media screen and (max-width: 1100px) {
  .list-branch__list {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .list-branch__list {
    margin-right: -2px;
  }
}

@media screen and (max-width: 360px) {
  .list-branch__list {
    margin: 0 auto;
  }
}

.list-branch__list li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24.8%;
      -ms-flex: 0 0 24.8%;
          flex: 0 0 24.8%;
  max-width: 24.8%;
  width: 100%;
  background-color: #0a5085;
  position: relative;
  padding: 22px 30px;
  margin-bottom: 2px;
  margin-right: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-branch__list li::before {
  content: '';
  display: inline-block;
  font-size: 1em;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 24' fill='%23fff'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M0 9a9 9 0 0118 0c0 3.63-1.26 4.64-8.08 14.52a1.12 1.12 0 01-1.84 0C1.26 13.64 0 12.63 0 9zm12.75 0A3.75 3.75 0 109 12.75 3.75 3.75 0 0012.75 9z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.list-branch__list li::before {
  font-size: 17px;
  margin-right: 14px;
  max-height: 17px;
  width: 17px;
}

@media screen and (max-width: 767px) {
  .list-branch__list li::before {
    margin-right: 10px;
  }
}

@media screen and (max-width: 450px) {
  .list-branch__list li::before {
    max-height: 14px;
    width: 14px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1440px) {
  .list-branch__list li {
    font-size: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .list-branch__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
  }
}

@media screen and (max-width: 991px) {
  .list-branch__list li {
    padding: 20px 25px;
    font-size: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.7%;
        -ms-flex: 0 0 49.7%;
            flex: 0 0 49.7%;
    max-width: 49.7%;
  }
}

@media screen and (max-width: 767px) {
  .list-branch__list li {
    font-size: 16px;
    padding: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.6%;
        -ms-flex: 0 0 49.6%;
            flex: 0 0 49.6%;
    max-width: 49.6%;
  }
}

@media screen and (max-width: 541px) {
  .list-branch__list li {
    font-size: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.5%;
        -ms-flex: 0 0 49.5%;
            flex: 0 0 49.5%;
    max-width: 49.5%;
  }
}

@media screen and (max-width: 450px) {
  .list-branch__list li {
    font-size: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
    margin: 0 2px 2px 0;
    padding: 15px;
  }
}

@media screen and (max-width: 400px) {
  .list-branch__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto 2px;
  }
}

/*--------------------------------------------------------------
## half-text
--------------------------------------------------------------*/
.half-text {
  background-color: #0d024c;
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1250px) {
  .half-text {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1199px) {
  .half-text {
    padding: 60px 0;
  }
}

@media screen and (max-width: 991px) {
  .half-text {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .half-text {
    padding: 20px 0;
  }
}

.half-text .full-img {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .half-text .full-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.half-text__container {
  position: relative;
}

.half-text__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .half-text__wrap {
    margin-bottom: 30px;
  }
}

.half-text__content {
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: auto;
}

@media screen and (max-width: 1800px) {
  .half-text__content {
    margin: 0 auto;
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .half-text__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    /* align-items: center; */
    margin-bottom: 10px;
  }
}

.half-text__img-box {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .half-text__img-box {
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .half-text__img-box {
    margin: 0;
  }
}

.half-text__image-box {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .half-text__image-box {
    max-width: 100%;
    margin: auto;
    /* min-height: 200px; */
  }
}

.pretitle--half-text {
  margin-bottom: 26px;
}

@media screen and (max-width: 1199px) {
  .pretitle--half-text {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .pretitle--half-text {
    margin-bottom: 15px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .pretitle--half-text {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .half-text__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .section-title--half-text {
    text-align: center;
  }
}

.section-title--half-text span {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .section-title--half-text span {
    display: inline-block;
  }
}

.section-title--half-text span::after {
  bottom: 8px;
  left: 9px;
}

@media screen and (max-width: 991px) {
  .section-title--half-text span::after {
    bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .section-title--half-text br {
    display: none;
    text-align: center;
  }
}

.half-text__bg-text {
  position: absolute;
  left: 49%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .half-text__bg-text {
    top: 30%;
  }
}

.half-text__bg-text span {
  opacity: 0.1;
  color: #00aeef;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 242px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 339px;
  text-align: left;
  z-index: 0;
}

@media screen and (max-width: 1440px) {
  .half-text__bg-text span {
    font-size: 200px;
  }
}

@media screen and (max-width: 1199px) {
  .half-text__bg-text span {
    font-size: 150px;
  }
}

@media screen and (max-width: 991px) {
  .half-text__bg-text span {
    font-size: 100px;
  }
}

@media screen and (max-width: 767px) {
  .half-text__bg-text span {
    font-size: 80px;
  }
}

.half-text__img {
  margin: 0;
  margin-left: auto;
  max-width: 765px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .half-text__img {
    max-width: 100%;
    margin: 20px auto;
  }
}

@media screen and (max-width: 767px) {
  .half-text__img {
    margin: 10px auto 0;
  }
}

.half-text--half-text {
  margin-bottom: 32px;
}

@media screen and (max-width: 1199px) {
  .half-text--half-text {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .half-text--half-text {
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
## banner-center
--------------------------------------------------------------*/
.banner-center {
  padding: 84px 0 70px;
}

@media screen and (max-width: 991px) {
  .banner-center {
    padding: 54px 0 50px;
  }
}

@media screen and (max-width: 575px) {
  .banner-center {
    padding: 24px 0 70px;
  }
}

.banner-center .banner-center__page-title {
  text-align: center;
  font-size: 70px;
  line-height: 90px;
  margin-bottom: 65px;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 1199px) {
  .banner-center .banner-center__page-title {
    font-size: 65px;
  }
}

@media screen and (max-width: 991px) {
  .banner-center .banner-center__page-title {
    line-height: 70px;
    font-size: 47px;
  }
}

@media screen and (max-width: 767px) {
  .banner-center .banner-center__page-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 575px) {
  .banner-center .banner-center__page-title {
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 50px;
  }
}

.banner-center .banner-center__page-title span::after {
  max-width: 660px;
  left: -1px;
  bottom: 2px;
}

@media screen and (max-width: 1199px) {
  .banner-center .banner-center__page-title span::after {
    max-width: 620px;
  }
}

@media screen and (max-width: 991px) {
  .banner-center .banner-center__page-title span::after {
    width: 102%;
    max-width: 560px;
  }
}

.banner-center__image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-center__btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 575px) {
  .banner-center__btn-box {
    margin-bottom: 60px;
  }
}

.banner-center__btn {
  min-width: 284px;
}

@media screen and (max-width: 1199px) {
  .banner-center__btn {
    min-width: 254px;
  }
}

@media screen and (max-width: 991px) {
  .banner-center__btn {
    min-width: 204px;
  }
}

/*--------------------------------------------------------------
## form-blocks
--------------------------------------------------------------*/
.form-blocks {
  margin-bottom: 15px;
  padding-top: 50px;
}

.hit-inp {
  display: none;
}

.form-blocks__title,
.form-blocks__subtitle {
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
}

.form-blocks__title {
  font-size: 48px;
  word-spacing: 4px;
  margin-bottom: 24px;
  line-height: 1.3;
}

@media screen and (max-width: 1199px) {
  .form-blocks__title {
    font-size: 45px;
  }
}

@media screen and (max-width: 991px) {
  .form-blocks__title {
    font-size: 36px;
  }
}

@media screen and (max-width: 575px) {
  .form-blocks__title {
    font-size: 30px;
  }
  .form-blocks__title br {
    display: none;
  }
}

.form-blocks__subtitle p {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .form-blocks__subtitle p {
    font-size: 17px;
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 991px) {
  .form-blocks__subtitle p {
    font-size: 15px;
  }
  .form-blocks__subtitle p br {
    display: none;
  }
}

.form-blocks__box-price {
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: #0d024c;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 575px) {
  .form-blocks__box-price {
    font-size: 30px;
  }
}

.form-blocks__box {
  background-color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 11px 11px 14px;
  text-align: center;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  cursor: pointer;
}

@media only screen and (min-width: 1250px) {
  .form-blocks__box:hover {
    background-color: #00aeef;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
  }
  .form-blocks__box:hover .form-blocks__box-price,
  .form-blocks__box:hover .form-blocks__box-txt {
    color: #fff;
  }
}

.form-blocks__wrap-content {
  margin-right: -5px;
  margin-left: -5px;
  width: 87%;
}

@media screen and (max-width: 1440px) {
  .form-blocks__wrap-content {
    width: 85%;
  }
}

@media screen and (max-width: 1199px) {
  .form-blocks__wrap-content {
    width: auto;
  }
}

.form-blocks__box-wrapp {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.form-blocks__box-txt {
  color: #0d024c;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.4px;
  width: 100%;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.form-blocks__wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1199px) {
  .form-blocks__wrapp {
    display: block;
  }
}

.form-blocks__wrap-dollar {
  background-color: #ed1c24;
  margin-right: 10px;
  position: relative;
  width: 13%;
  margin-bottom: 10px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.form-blocks__wrap-dollar a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}

@media screen and (max-width: 1550px) {
  .form-blocks__wrap-dollar a {
    font-size: 25px;
  }
}

@media only screen and (min-width: 1250px) {
  .form-blocks__wrap-dollar:hover {
    background-color: #00aeef;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
  }
}

@media screen and (max-width: 1440px) {
  .form-blocks__wrap-dollar {
    width: 15%;
  }
}

@media screen and (max-width: 1199px) {
  .form-blocks__wrap-dollar {
    width: 100%;
    height: 50px;
  }
}

.form-blocks__wrapp-total {
  text-align: center;
  margin-top: 45px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1199px) {
  .form-blocks__wrapp-total {
    margin-top: 30px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .form-blocks__wrapp-total {
    margin-top: 100px;
    text-align: center;
  }
}

.form-blocks__total-txt {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .form-blocks__total-txt {
    font-size: 25px;
  }
}

.form-blocks__total-price {
  color: #00aeef;
}

.donate-box-active {
  background-color: #00aeef;
  color: #fff;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.donate-box-active .form-blocks__box-price,
.donate-box-active .form-blocks__box-txt {
  color: #fff;
}

.other-active .form-blocks__box {
  background-color: #00aeef;
  color: #fff;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.other-active .form-blocks__box-price,
.other-active .form-blocks__box-txt {
  color: #fff;
}

.form-blocks__box-wrapp--other {
  position: relative;
}

.form-blocks__box-wrapp--other .form-blocks__box-price,
.form-blocks__box-wrapp--other .form-blocks__box-txt {
  color: #fff;
}

.form-blocks__box-wrapp--other .form-blocks__box {
  background-color: #00aeef;
}

.form-blocks__box-wrapp--other ::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(33, 33, 33, 0.5);
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.3;
}

.form-blocks__box-wrapp--other ::-moz-placeholder {
  opacity: 1;
  color: rgba(33, 33, 33, 0.5);
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.3;
}

.form-blocks__box-wrapp--other :-ms-input-placeholder {
  opacity: 1;
  color: rgba(33, 33, 33, 0.5);
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.3;
}

.form-blocks__box-wrapp--other ::-ms-input-placeholder {
  opacity: 1;
  color: rgba(33, 33, 33, 0.5);
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.3;
}

.form-blocks__box-wrapp--other ::placeholder {
  opacity: 1;
  color: rgba(33, 33, 33, 0.5);
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.3;
}

.form-blocks__box-wrapp--other .form-blocks__box-other-hidden {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  padding: 30px;
  background-color: #fff;
  /* width: 91%; */
  width: calc(100% - 11px);
}

@media screen and (max-width: 1199px) {
  .form-blocks__box-wrapp--other .form-blocks__box-other-hidden {
    /* width: 95%; */
    width: calc(100% - 9px);
    padding: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .form-blocks__box-wrapp--other .form-blocks__box-other-hidden {
    width: calc(100% - 11px);
  }
}

@media screen and (max-width: 991px) {
  .form-blocks__box-wrapp--other .form-blocks__box-other-hidden {
    width: calc(100% - 12px);
    padding: 12px;
  }
}

@media screen and (max-width: 767px) {
  .form-blocks__box-wrapp--other .form-blocks__box-other-hidden {
    width: calc(100% - 10px);
  }
}

.form-blocks__box-wrapp--other .contact-form__wrapper-input {
  max-width: 100%;
  margin-bottom: 0;
  margin-right: 0;
}

.form-blocks__box-wrapp--other input {
  min-width: auto;
}

.form-blocks__box-wrapp--other input ::-webkit-input-placeholder {
  font-size: 12px !important;
}

.form-blocks__box-wrapp--other input ::-moz-placeholder {
  font-size: 12px !important;
}

.form-blocks__box-wrapp--other input :-ms-input-placeholder {
  font-size: 12px !important;
}

.form-blocks__box-wrapp--other input ::-ms-input-placeholder {
  font-size: 12px !important;
}

.form-blocks__box-wrapp--other input ::placeholder {
  font-size: 12px !important;
}

.donation-number {
  /* background-color: rgba(17, 23, 34, .05) !important;//sass-lint:disable-line no-important */
  padding-left: 48% !important;
  border: 2px solid #ed1c24 !important;
  /* pointer-events: none; */
}

@media screen and (max-width: 1250px) {
  .donation-number {
    padding-left: 60% !important;
  }
}

@media screen and (max-width: 1024px) {
  .donation-number {
    padding-left: 210px !important;
  }
}

@media screen and (max-width: 400px) {
  .donation-number {
    padding-left: 15px !important;
  }
}

.donation-number-prevent {
  pointer-events: none !important;
  background-color: rgba(17, 23, 34, 0.05) !important;
  border: 2px solid #0d024c !important;
}

@media screen and (max-width: 400px) {
  .donation-label-amout {
    -webkit-transform: translateY(140%) !important;
            transform: translateY(140%) !important;
  }
}

.additional-info__title,
.additional-info__subtitle {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  margin-bottom: 37px;
}

@media screen and (max-width: 1199px) {
  .additional-info__title,
  .additional-info__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .additional-info__title,
  .additional-info__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .additional-info__title,
  .additional-info__subtitle {
    font-size: 14px;
  }
}

.additional-info__subtitle {
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-form__wrapper-input--hide {
  display: none;
}

.additional-info__radio-block {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .additional-info__radio-block .wpcf7-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.additional-info__radio-block input {
  display: none;
}

.additional-info__radio-block br {
  display: none;
}

.additional-info__radio-block .wpcf7-list-item-label {
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-right: 20px;
  padding-left: 24px;
}

.additional-info__radio-block .wpcf7-list-item span::before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #0d024c;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.additional-info__radio-block .wpcf7-list-item span::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  background-color: #fff;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .additional-info__radio-block {
    margin-bottom: 11px;
  }
}

.radio-selected-auth span::after {
  background-color: #ed1c24 !important;
}

.donation-type input {
  /* display: block; */
}

.donation-type-required {
  opacity: .6;
  pointer-events: none;
}

.btn-disable {
  pointer-events: none;
  opacity: 0.5;
}

.validation-message {
  opacity: 0;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  display: block;
  text-align: right;
  color: #ed1c24;
}

@media screen and (max-width: 430px) {
  .validation-message {
    max-width: 250px;
    margin: 0 0 0 auto;
  }
}

.validation-message--show {
  opacity: 1;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.additional-info .contact-form__wrapper-full-input {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 1300px) {
  .pay-form .wpcf7-spinner {
    display: none;
  }
}

.contact-form__wrap-radio-second-box {
  width: 100%;
  padding-top: 22px;
}

.contact-form__wrap-radio-second-box label {
  opacity: 1;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-right: 10px;
  padding-left: 24px;
  cursor: pointer;
  pointer-events: all;
  left: 0;
}

.contact-form__wrap-radio-second-box .wpcf7-list-item {
  width: 100%;
  max-width: 165px;
}

@media screen and (max-width: 767px) {
  .contact-form__wrap-radio-second-box .wpcf7-list-item {
    max-width: initial;
  }
}

.contact-form__wrap-radio-second-box .wpcf7-list-item:nth-child(2) {
  max-width: 148px;
}

@media screen and (max-width: 767px) {
  .contact-form__wrap-radio-second-box .wpcf7-list-item:nth-child(2) {
    max-width: initial;
  }
}

.contact-form__wrap-radio-second-box .wpcf7-list-item:last-child {
  max-width: 203px;
}

@media screen and (max-width: 767px) {
  .contact-form__wrap-radio-second-box .wpcf7-list-item:last-child {
    max-width: initial;
  }
}

.contact-form__wrap-radio-second-box .wpcf7-list-item span::before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #0d024c;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.contact-form__wrap-radio-second-box .wpcf7-list-item span::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  background-color: #fff;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .contact-form__wrap-radio-second-box .wpcf7-list-item {
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: initial;
  }
}

@media screen and (max-width: 767px) {
  .contact-form__wrap-radio-second-box {
    padding-top: 0;
    display: block;
    margin-bottom: 5px;
  }
}

.radio-name {
  opacity: 0.5;
  pointer-events: none;
}

.input-important {
  border: 2px solid #ed1c24 !important;
  pointer-events: all !important;
  opacity: 1 !important;
}

.contact-form__wrap--hidden-pay {
  display: none;
}

.contact-form__wrap--hidden-pay .contact-form__wrapper-input {
  width: 33%;
}

@media screen and (max-width: 767px) {
  .contact-form__wrap--hidden-pay .contact-form__wrapper-input {
    width: 100%;
  }
}

.auth-submit {
  position: relative;
}

.contact-form__wrap--hidden {
  display: none;
  max-width: 1071px;
  margin: 0 auto;
}

.contact-form__wrap--hidden input {
  min-width: auto;
}

.contact-form__wrap--hidden .contact-form__wrapper-input {
  width: 33%;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .contact-form__wrap--hidden .contact-form__wrapper-input {
    width: 100%;
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.contact-form__wrap--hidden .contact-form__wrapper-input:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .contact-form__wrap--hidden .contact-form__wrapper-full-input {
    margin-bottom: 0 !important;
  }
}

.contact-form__wrap--hidden .contact-form__wrapper-input--check label {
  opacity: 1;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-right: 20px;
  padding-left: 24px;
  cursor: pointer;
  pointer-events: all;
  left: 0;
}

@media screen and (max-width: 575px) {
  .contact-form__wrap--hidden .contact-form__wrapper-input--check label {
    white-space: nowrap;
    max-width: 87%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.contact-form__wrap--hidden .wpcf7-list-item {
  width: 100%;
}

.contact-form__wrap--hidden .wpcf7-list-item span::before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #0d024c;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.contact-form__wrap--hidden .wpcf7-list-item span::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  background-color: #fff;
  z-index: 2;
  pointer-events: none;
}

.additional-info--pay {
  padding-top: 22px;
  /* padding-bottom: 60px; */
}

.additional-info--pay .additional-info__radio-block .wpcf7-list-item-label {
  padding-left: 24px !important;
}

@media screen and (max-width: 991px) {
  .additional-info--pay .additional-info__radio-block .wpcf7-list-item-label {
    padding-left: 0 !important;
  }
}

.additional-info--pay .contact-form__wrap-radio-second-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.additional-info--pay .wpcf7-list-item-label {
  padding-left: 0 !important;
}

.additional-info--pay .wpcf7-date,
.additional-info--pay .additional-name {
  min-width: auto;
}

.additional-info--pay .contact-form__wrapper-input--check {
  padding-top: 22px;
}

.additional-info--pay .contact-form__wrapper-input {
  margin-right: 30px;
  margin-bottom: 0;
}

.additional-info--pay .contact-form__wrapper-input label {
  opacity: 1;
  /* pointer-events: all; */
}

.additional-info--pay .contact-form__wrapper-input:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .additional-info--pay .contact-form__wrapper-input {
    margin: 0 !important;
  }
}

.additional-info--pay .contact-form__wrapper-input--check-pay {
  width: 33%;
  padding-top: 22px;
}

.additional-info--pay .contact-form__wrapper-input--check-pay label {
  opacity: 1;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-right: 20px;
  padding-left: 24px;
  cursor: pointer;
  pointer-events: all;
  left: 0;
}

@media screen and (max-width: 1199px) {
  .additional-info--pay .contact-form__wrapper-input--check-pay label {
    height: 21px;
  }
}

@media screen and (max-width: 991px) {
  .additional-info--pay .contact-form__wrapper-input--check-pay label {
    height: auto;
  }
}

@media screen and (max-width: 575px) {
  .additional-info--pay .contact-form__wrapper-input--check-pay label {
    white-space: nowrap;
    max-width: 87%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 767px) {
  .additional-info--pay .contact-form__wrapper-input--check-pay {
    width: auto;
    padding-top: 0;
    margin-bottom: 10px !important;
  }
}

.additional-info--pay .contact-form__wrap--hidden-pay {
  display: none;
}

@media screen and (max-width: 991px) {
  .additional-info--pay .contact-form__wrap--hidden-pay .wpcf7-list-item-label {
    margin-left: 0;
  }
}

.additional-info--pay .wpcf7-list-item {
  width: 100%;
}

.additional-info--pay .wpcf7-list-item span::before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #0d024c;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.additional-info--pay .wpcf7-list-item span::after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  background-color: #fff;
  z-index: 2;
  pointer-events: none;
}

.additional-info--pay .donate-form__wrapp-radio-second .wpcf7-list-item-label {
  display: contents !important;
}

.additional-info--pay .donate-form__wrapp-radio-second .contact-form__wrap-radio-second-box {
  padding-top: 42px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 1283px) {
  .additional-info--pay .donate-form__wrapp-radio-second .contact-form__wrap-radio-second-box {
    padding-top: 22px;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .additional-info--pay .donate-form__wrapp-radio-second .contact-form__wrap-radio-second-box {
    padding-top: 0;
    height: auto;
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .additional-info--pay .message-input-wrapp {
    margin-bottom: 0;
  }
}

.disabled-input {
  opacity: 0.5;
  pointer-events: none;
}

.additional-info--authorize .contact-form__wrapper-input {
  margin-bottom: 0;
}

.additional-info--authorize .wpcf7-date,
.additional-info--authorize .additional-name {
  min-width: auto;
}

.additional-info--authorize .contact-form__wrapper-input--check {
  /* display: flex; */
  padding-top: 22px;
}

@media screen and (max-width: 767px) {
  .additional-info--authorize .contact-form__wrap-radio-second-box {
    margin-bottom: 15px;
  }
}

.contact-form__wrap--hidden-auth .contact-form__wrapper-input {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .contact-form__wrap--hidden-auth .contact-form__wrapper-input {
    margin-bottom: 30px;
  }
}

.contact-form__wrapper-pay {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .contact-form__wrapper-pay .contact-form__wrapper-input {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-form__wrapper-pay {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.last-show {
  display: block;
}

.last-show .contact-form__wrapper-input--check label {
  pointer-events: none !important;
  margin-top: 15px;
}

.last-show .contact-form__wrapper-input label {
  opacity: 1 !important;
}

.hidden-show {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 767px) {
  .hidden-show {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.contact-form__wrapper-input--check-pay label {
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

@media screen and (max-width: 575px) {
  .contact-form__wrapper-input--check-pay label {
    white-space: nowrap;
    max-width: 87%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/*--------------------------------------------------------------
## half-banner
--------------------------------------------------------------*/
.half-banner {
  overflow-x: hidden;
  margin-bottom: 127px;
  min-height: 900px;
}

.half-banner .entry-content {
  padding-right: 299px;
  margin-bottom: 31px;
}

.half-banner .entry-content p {
  font-size: 26px;
  line-height: 46px;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .half-banner .entry-content p {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }
}

@media screen and (max-width: 991px) {
  .half-banner .entry-content p {
    font-size: 16px;
    line-height: 27px;
  }
}

@media screen and (max-width: 575px) {
  .half-banner .entry-content p {
    font-size: 14px;
    line-height: 23px;
  }
}

@media screen and (max-width: 1750px) {
  .half-banner .entry-content {
    padding-right: 139px;
  }
}

@media screen and (max-width: 1199px) {
  .half-banner .entry-content {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .half-banner .entry-content {
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 575px) {
  .half-banner .entry-content {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .half-banner {
    margin-bottom: 67px;
    min-height: initial;
  }
}

@media screen and (max-width: 575px) {
  .half-banner {
    margin-bottom: 25px;
  }
}

.half-banner__small-text {
  color: #fff;
  font-size: 20px;
  line-height: 46px;
  letter-spacing: 0;
}

@media screen and (max-width: 991px) {
  .half-banner__small-text {
    font-size: 14px;
    line-height: 28px;
  }
}

@media screen and (max-width: 575px) {
  .half-banner__small-text {
    font-size: 12px;
  }
}

.half-banner__sub-title {
  font-weight: 800;
  font-size: 40px;
  line-height: 66px;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 43px;
}

.half-banner__sub-title span {
  color: #00aeef;
}

@media screen and (max-width: 1550px) {
  .half-banner__sub-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 1199px) {
  .half-banner__sub-title {
    line-height: 46px;
    font-size: 27px;
  }
}

@media screen and (max-width: 991px) {
  .half-banner__sub-title {
    line-height: 35px;
    font-size: 23px;
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 575px) {
  .half-banner__sub-title {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.half-banner-big__img-wrapp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.half-banner-big__img-wrapp .half-banner-big__img {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

@media screen and (max-width: 1199px) {
  .half-banner-big__img-wrapp .half-banner-big__img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 1199px) {
  .half-banner-big__img-wrapp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.half-banner__content {
  padding-top: 76px;
}

@media screen and (max-width: 1199px) {
  .half-banner__content {
    padding-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .half-banner__content {
    padding-top: 15px;
  }
}

.half-banner__text-content {
  padding-top: 35px;
  margin-left: 301px;
}

@media screen and (max-width: 1700px) {
  .half-banner__text-content {
    margin-left: 150px;
  }
}

@media screen and (max-width: 1440px) {
  .half-banner__text-content {
    margin-left: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .half-banner__text-content {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 50px;
    margin-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .half-banner__text-content {
    padding: 0;
    margin-bottom: 25px;
  }
}

.half-banner__page-title {
  letter-spacing: 1px;
  margin-bottom: 69px;
}

.half-banner__page-title span::after {
  width: 102%;
  left: -4px;
}

@media screen and (max-width: 1199px) {
  .half-banner__page-title {
    text-align: center;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .half-banner__page-title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .half-banner__page-title {
    margin-bottom: 15px;
  }
}

/*--------------------------------------------------------------
## donations-block
--------------------------------------------------------------*/
.donations-block {
  margin-bottom: 44px;
}

.donations-block .tab-box__block-radio {
  margin: 0 auto 50px;
}

@media screen and (max-width: 1199px) {
  .donations-block .tab-box__block-radio {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .donations-block .tab-box__block-radio {
    margin-top: 30px;
  }
}

.donations-block .cf7-holder__popup-title {
  display: none;
}

.donations-block .active-message {
  display: block;
}

.donations-block__box-wrapp {
  padding: 100px 255px 10px;
  background-color: #fff;
}

@media screen and (max-width: 1440px) {
  .donations-block__box-wrapp {
    padding: 100px 125px 10px;
  }
}

@media screen and (max-width: 1199px) {
  .donations-block__box-wrapp {
    padding: 50px 55px 10px;
  }
}

@media screen and (max-width: 991px) {
  .donations-block__box-wrapp {
    padding: 50px 35px 10px;
  }
}

@media screen and (max-width: 768px) {
  .donations-block__box-wrapp {
    padding: 20px 25px 10px;
  }
}

@media screen and (max-width: 575px) {
  .donations-block__box-wrapp {
    padding: 20px 15px 10px;
  }
}

.donations-block__container {
  max-width: 1750px;
}

@media screen and (max-width: 1199px) {
  .donations-block__container {
    max-width: 1140px;
  }
}

@media screen and (max-width: 991px) {
  .donations-block__container {
    max-width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .donations-block__container {
    max-width: 720px;
  }
}

@media screen and (max-width: 575px) {
  .donations-block__container {
    max-width: 540px;
  }
}

.donations-block__title {
  text-align: center;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 43px;
}

@media screen and (max-width: 1199px) {
  .donations-block__title {
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 768px) {
  .donations-block__title {
    margin-bottom: 15px;
  }
}

.donation-block__sub-title {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0;
  color: #212121;
  margin: 0 auto 59px;
  max-width: 701px;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
  position: relative;
}

.donation-block__sub-title span {
  font-weight: bold;
}

.donation-block__sub-title .donation-block__shape {
  background-color: transparent;
  min-width: 19px;
  height: 19px;
  border: 1px solid #002a51;
  border-radius: 50%;
  display: block;
  width: 19px;
  position: absolute;
  top: 11px;
  -webkit-transform: translateX(-12px);
          transform: translateX(-12px);
}

.donation-block__sub-title .donation-block__shape::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  background-color: #990b29;
  width: 9px;
  height: 9px;
  min-width: 9px;
  display: block;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .donation-block__sub-title .donation-block__shape {
    min-width: 18px;
    height: 18px;
    width: 18px;
    top: 4px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

@media screen and (max-width: 768px) {
  .donation-block__sub-title .donation-block__shape {
    top: 0;
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}

@media screen and (max-width: 1199px) {
  .donation-block__sub-title {
    margin: 0 auto 49px;
  }
}

@media screen and (max-width: 991px) {
  .donation-block__sub-title {
    font-size: 17px;
    line-height: 27px;
    max-width: 581px;
  }
}

@media screen and (max-width: 768px) {
  .donation-block__sub-title {
    font-size: 14px;
    line-height: 20px;
    max-width: 371px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 575px) {
  .donation-block__sub-title {
    font-size: 12px;
    line-height: 19px;
    max-width: 238px;
    margin: 0 auto 20px;
  }
}

.donations-block__text-box {
  text-align: center;
}

.donations-block__boxes-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}

@media screen and (max-width: 991px) {
  .donations-block__boxes-content {
    margin: 0 -5px;
  }
}

@media screen and (max-width: 768px) {
  .donations-block__boxes-content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
  }
}

.donations-block__box {
  padding: 0 11px;
}

@media screen and (max-width: 991px) {
  .donations-block__box {
    padding: 0 5px;
  }
}

@media screen and (max-width: 768px) {
  .donations-block__box {
    margin-bottom: 10px;
  }
}

.donations-block__box-content {
  border: 2px solid #002a51;
  min-width: 233px;
  max-width: 233px;
  text-align: center;
  padding: 9px 27px 15px;
  cursor: pointer;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.donations-block__box-content.box-active {
  background-color: #ed1c24;
}

.donations-block__box-content.box-active .donations-block__price {
  color: #fff;
}

.donations-block__box-content.box-active .donations-block__price-text {
  color: #fff;
}

.donations-block__box-content.box-active .donations-block__price-text a {
  color: #fff !important;
}

@media only screen and (min-width: 1250px) {
  .donations-block__box-content:hover {
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    background-color: #ed1c24;
  }
  .donations-block__box-content:hover .donations-block__price {
    color: #fff;
  }
  .donations-block__box-content:hover .donations-block__price-text {
    color: #fff;
  }
  .donations-block__box-content:hover .donations-block__price-text a {
    color: #fff !important;
  }
}

@media screen and (max-width: 1440px) {
  .donations-block__box-content {
    min-width: 183px;
    padding: 9px 7px 15px;
  }
}

@media screen and (max-width: 1199px) {
  .donations-block__box-content {
    min-width: 160px;
  }
}

@media screen and (max-width: 991px) {
  .donations-block__box-content {
    min-width: 120px;
  }
}

.donations-block__price {
  display: block;
  font-size: 39px;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: 0;
  color: #0a5085;
  margin-bottom: -2px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 1440px) {
  .donations-block__price {
    font-size: 33px;
  }
}

@media screen and (max-width: 1199px) {
  .donations-block__price {
    font-size: 29px;
  }
}

@media screen and (max-width: 991px) {
  .donations-block__price {
    font-size: 21px;
    line-height: 44px;
  }
}

.donations-block__price-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0;
  color: #0a5085;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.donations-block__price-text a {
  pointer-events: none;
  color: #0a5085;
}

@media screen and (max-width: 1440px) {
  .donations-block__price-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  .donations-block__price-text {
    line-height: 22px;
  }
}

@media screen and (max-width: 991px) {
  .donations-block__price-text {
    font-size: 10px;
    line-height: 15px;
  }
}

.donations-block__bottom-text {
  font-size: 30px;
  font-weight: 800;
  line-height: 70px;
  letter-spacing: 0.1px;
  color: #212121;
  text-align: center;
  margin-left: -8px;
  margin-bottom: 49px;
}

.donations-block__bottom-text a {
  color: #00aeef;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .donations-block__bottom-text a:hover {
    color: #002a51;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
  }
}

@media screen and (max-width: 1199px) {
  .donations-block__bottom-text {
    line-height: 36px;
    font-size: 25px;
    margin-left: 0;
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 991px) {
  .donations-block__bottom-text {
    font-size: 21px;
  }
}

@media screen and (max-width: 768px) {
  .donations-block__bottom-text {
    font-size: 18px;
    line-height: 25px;
    max-width: 360px;
    margin: 0 auto;
  }
}

.donations-block__boxes-wrapp {
  margin-bottom: 63px;
}

@media screen and (max-width: 1199px) {
  .donations-block__boxes-wrapp {
    margin-bottom: 43px;
  }
}

@media screen and (max-width: 768px) {
  .donations-block__boxes-wrapp {
    margin-bottom: 10px;
  }
}

.donation-block__form-box {
  display: none;
}

.donation-block__form-box label {
  padding-right: 5px !important;
}

@media screen and (max-width: 768px) {
  .donation-block__form-box .contact-form__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 575px) {
  .donation-block__form-box .contact-form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.donation-block__form-box .contact-form__wrapper-input {
  width: 48.5%;
}

.donation-block__form-box .contact-form__wrapper-input input {
  min-width: initial;
}

@media screen and (max-width: 575px) {
  .donation-block__form-box .contact-form__wrapper-input {
    width: 100%;
  }
}

.donation-block__form-box .contact-form__wrap-full {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .donation-block__form-box .contact-form__wrap-full {
    width: 100%;
    max-width: initial;
  }
}

.donation-block__form-box .contact-form__wrap-full--three .contact-form__wrapper-input:first-child {
  max-width: 37.4%;
}

@media screen and (max-width: 768px) {
  .donation-block__form-box .contact-form__wrap-full--three .contact-form__wrapper-input:first-child {
    max-width: 44.4%;
  }
}

@media screen and (max-width: 575px) {
  .donation-block__form-box .contact-form__wrap-full--three .contact-form__wrapper-input:first-child {
    max-width: 100%;
  }
}

.donation-block__form-box .contact-form__wrap-full--three .contact-form__wrapper-input:nth-child(2) {
  max-width: 37.4%;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .donation-block__form-box .contact-form__wrap-full--three .contact-form__wrapper-input:nth-child(2) {
    max-width: 25.4%;
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .donation-block__form-box .contact-form__wrap-full--three .contact-form__wrapper-input:nth-child(2) {
    max-width: 100%;
  }
}

.donation-block__form-box .contact-form__wrap-full--three .contact-form__wrapper-input:last-child {
  max-width: 19.7%;
}

@media screen and (max-width: 768px) {
  .donation-block__form-box .contact-form__wrap-full--three .contact-form__wrapper-input:last-child {
    max-width: 25.4%;
  }
}

@media screen and (max-width: 575px) {
  .donation-block__form-box .contact-form__wrap-full--three .contact-form__wrapper-input:last-child {
    max-width: 100%;
  }
}

.donation-block__form-box .contact-form__wrap-full--three input {
  min-width: initial;
}

.donation-block__form-box .contact-form__wrapper-submit {
  position: relative;
  bottom: auto;
}

.donation-block__form-box .submit-button {
  margin-right: auto;
  margin-left: 0;
  max-width: 450px;
}

.donation-block__form-box .submit-button::after {
  right: 105px;
  left: auto;
}

@media screen and (max-width: 1300px) {
  .donation-block__form-box .submit-button::after {
    right: 50px;
  }
}

@media screen and (max-width: 400px) {
  .donation-block__form-box .submit-button::after {
    right: 36px;
  }
}

.donation-block__form-box .submit-button::before {
  right: 105px;
  left: auto;
}

@media screen and (max-width: 1300px) {
  .donation-block__form-box .submit-button::before {
    right: 50px;
  }
}

@media screen and (max-width: 400px) {
  .donation-block__form-box .submit-button::before {
    right: 36px;
  }
}

@media screen and (max-width: 1300px) {
  .donation-block__form-box .submit-button input {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .donation-block__form-box .submit-button input {
    font-size: 12px;
  }
}

@media screen and (max-width: 1300px) {
  .donation-block__form-box .submit-button {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 395px !important;
  }
}

@media screen and (max-width: 991px) {
  .donation-block__form-box .submit-button {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 325px !important;
  }
}

.donation-block__form-box .wpcf7-spinner {
  right: auto;
  left: -10px;
  min-width: 24px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.donation-block__form-box .wpcf7-spinner::before {
  -webkit-animation-name: spin;
          animation-name: spin;
}

@media screen and (max-width: 1440px) {
  .donation-block__form-box .wpcf7-spinner {
    position: relative;
    width: 24px;
    height: 24px;
    left: 10px;
  }
}

@media screen and (max-width: 1300px) {
  .donation-block__form-box .wpcf7-spinner {
    -webkit-transform: translate(0, 17px);
            transform: translate(0, 17px);
  }
}

@media screen and (max-width: 1199px) {
  .donation-block__form-box .wpcf7-spinner {
    -webkit-transform: translate(0, 13px);
            transform: translate(0, 13px);
  }
}

@media screen and (max-width: 991px) {
  .donation-block__form-box .wpcf7-spinner {
    -webkit-transform: translate(0, -7px);
            transform: translate(0, -7px);
  }
}

@media screen and (max-width: 400px) {
  .donation-block__form-box .wpcf7-spinner {
    -webkit-transform: translate(0, -7px) scale(0.8);
            transform: translate(0, -7px) scale(0.8);
    left: 6px;
  }
}

.donate-stripe-form {
  display: none;
}

@media screen and (max-width: 1600px) {
  .donate-stripe-form input {
    min-width: auto;
  }
}

.donate-stripe-form .active input {
  border: 2px solid #e2401c;
}

.donate-stripe-form .active .gform_button {
  border: none !important;
}

.donate-stripe-form .gfield--width-half {
  width: 48.5%;
  float: left;
}

@media screen and (max-width: 1540px) {
  .donate-stripe-form .gfield--width-half {
    width: 48.4%;
  }
}

@media screen and (max-width: 1476px) {
  .donate-stripe-form .gfield--width-half {
    width: 48.3%;
  }
}

@media screen and (max-width: 1021px) {
  .donate-stripe-form .gfield--width-half {
    width: 48.2%;
  }
}

@media screen and (max-width: 932px) {
  .donate-stripe-form .gfield--width-half {
    width: 48.1%;
  }
}

@media screen and (max-width: 888px) {
  .donate-stripe-form .gfield--width-half {
    width: 48%;
  }
}

@media screen and (max-width: 850px) {
  .donate-stripe-form .gfield--width-half {
    width: 47.9%;
  }
}

@media screen and (max-width: 813px) {
  .donate-stripe-form .gfield--width-half {
    width: 47.7%;
  }
}

@media screen and (max-width: 767px) {
  .donate-stripe-form .gfield--width-half {
    width: 48.7%;
  }
}

@media screen and (max-width: 679px) {
  .donate-stripe-form .gfield--width-half {
    width: 48.5%;
  }
}

@media screen and (max-width: 634px) {
  .donate-stripe-form .gfield--width-half {
    width: 48.3%;
  }
}

@media screen and (max-width: 596px) {
  .donate-stripe-form .gfield--width-half {
    width: 48.2%;
  }
}

@media screen and (max-width: 575px) {
  .donate-stripe-form .gfield--width-half {
    width: 100%;
  }
}

.donate-stripe-form .gfield--width-half:first-of-type {
  margin-left: 30px;
}

.donate-stripe-form .gfield {
  position: relative;
  margin-bottom: 60px;
}

.donate-stripe-form .gfield .gfield_validation_message {
  position: absolute;
  bottom: -24px;
  left: 0;
  font-size: 12px;
  line-height: 11px;
}

.donate-stripe-form .gfield label {
  opacity: 0.5;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  pointer-events: none;
  font-style: italic;
  letter-spacing: normal;
  padding-right: 5px !important;
}

.donate-stripe-form .gfield .move {
  top: -17px;
  left: 15px !important;
  font-size: 16px;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .donate-stripe-form .gfield .move {
    font-size: 13px;
    background-color: #fff;
    top: 0;
    left: 10px !important;
    padding: 0 2px;
  }
}

@media screen and (max-width: 360px) {
  .donate-stripe-form .gfield .move {
    max-width: initial;
  }
}

@media screen and (max-width: 1199px) {
  .donate-stripe-form .gfield {
    margin-bottom: 30px;
  }
}

.donate-stripe-form .gfield--width-full span {
  display: block;
}

.donate-stripe-form .gfield--width-full legend {
  display: none;
}

.donate-stripe-form .gfield--width-full .ginput_full {
  display: block;
  margin-bottom: 60px;
  position: relative;
}

.donate-stripe-form .gfield--width-full .ginput_full label {
  opacity: 0.5;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  pointer-events: none;
  font-style: italic;
  letter-spacing: normal;
  padding-right: 5px !important;
}

@media screen and (max-width: 1540px) {
  .donate-stripe-form .gfield--width-full .ginput_full input {
    min-width: 520px;
  }
}

@media screen and (max-width: 767px) {
  .donate-stripe-form .gfield--width-full .ginput_full input {
    min-width: 520px !important;
  }
}

@media screen and (max-width: 600px) {
  .donate-stripe-form .gfield--width-full .ginput_full input {
    min-width: 450px !important;
  }
}

@media screen and (max-width: 575px) {
  .donate-stripe-form .gfield--width-full .ginput_full input {
    min-width: 300px !important;
  }
}

@media screen and (max-width: 400px) {
  .donate-stripe-form .gfield--width-full .ginput_full input {
    min-width: 250px !important;
  }
}

.donate-stripe-form .gfield--width-full .ginput_full .move {
  top: -17px;
  left: 15px !important;
  font-size: 16px;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .donate-stripe-form .gfield--width-full .ginput_full .move {
    font-size: 13px;
    background-color: #fff;
    top: 0;
    left: 10px !important;
    padding: 0 2px;
  }
}

@media screen and (max-width: 360px) {
  .donate-stripe-form .gfield--width-full .ginput_full .move {
    max-width: initial;
  }
}

@media screen and (max-width: 1199px) {
  .donate-stripe-form .gfield--width-full .ginput_full {
    margin-bottom: 30px;
  }
}

.donate-stripe-form .gfield--width-full .address_city,
.donate-stripe-form .gfield--width-full .address_state,
.donate-stripe-form .gfield--width-full .address_zip {
  float: left;
  margin-bottom: 60px;
  position: relative;
  width: 48.5%;
}

.donate-stripe-form .gfield--width-full .address_city input,
.donate-stripe-form .gfield--width-full .address_state input,
.donate-stripe-form .gfield--width-full .address_zip input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-width: auto;
}

@media screen and (max-width: 1199px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state,
  .donate-stripe-form .gfield--width-full .address_zip {
    margin-bottom: 30px;
  }
}

.donate-stripe-form .gfield--width-full .address_city,
.donate-stripe-form .gfield--width-full .address_state {
  margin-right: 30px;
  max-width: 37.3%;
}

@media screen and (max-width: 1600px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 37%;
  }
}

@media screen and (max-width: 1491px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 36.9%;
  }
}

@media screen and (max-width: 1462px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 36.8%;
  }
}

@media screen and (max-width: 1035px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 36.7%;
  }
}

@media screen and (max-width: 1010px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 36.6%;
  }
}

@media screen and (max-width: 944px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 36.5%;
  }
}

@media screen and (max-width: 921px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 36.4%;
  }
}

@media screen and (max-width: 899px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 36.3%;
  }
}

@media screen and (max-width: 878px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 36.1%;
  }
}

@media screen and (max-width: 840px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 35.9%;
  }
}

@media screen and (max-width: 805px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 35.7%;
  }
}

@media screen and (max-width: 773px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 35.6%;
  }
}

@media screen and (max-width: 769px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 35.4%;
  }
}

@media screen and (max-width: 767px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    margin-right: 15px;
  }
}

@media screen and (max-width: 711px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 35.2%;
  }
}

@media screen and (max-width: 685px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 35%;
  }
}

@media screen and (max-width: 662px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 34.8%;
  }
}

@media screen and (max-width: 640px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 34.6%;
  }
}

@media screen and (max-width: 620px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 34.4%;
  }
}

@media screen and (max-width: 601px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 34.2%;
  }
}

@media screen and (max-width: 583px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    width: 34%;
  }
}

@media screen and (max-width: 575px) {
  .donate-stripe-form .gfield--width-full .address_city,
  .donate-stripe-form .gfield--width-full .address_state {
    max-width: 100%;
    width: 100%;
  }
}

.donate-stripe-form .gfield--width-full .address_zip {
  max-width: 19.7%;
}

@media screen and (max-width: 767px) {
  .donate-stripe-form .gfield--width-full .address_zip {
    max-width: 23.9%;
  }
}

@media screen and (max-width: 575px) {
  .donate-stripe-form .gfield--width-full .address_zip {
    max-width: 100%;
    width: 100%;
  }
}

.donate-stripe-form fieldset {
  margin-bottom: 0 !important;
}

.recurring-select,
.recurring-type,
.gform_heading,
.stripe-select,
.stripe-total {
  display: none;
}

#field_1_1 {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  #field_1_1 {
    margin-right: 15px;
  }
}

.StripeElement {
  min-width: 520px;
  width: 100%;
  border: 2px solid #0d024c !important;
  background-color: #fff !important;
  padding: 25px 28px !important;
  color: #212121;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: initial !important;
}

@media screen and (max-width: 767px) {
  .StripeElement {
    padding: 15px !important;
  }
}

@media screen and (max-width: 600px) {
  .StripeElement {
    min-width: 450px;
  }
}

@media screen and (max-width: 575px) {
  .StripeElement {
    min-width: 300px;
  }
}

@media screen and (max-width: 400px) {
  .StripeElement {
    min-width: 250px;
  }
}

.gform_footer {
  position: relative;
  border: none !important;
  max-width: 250px;
}

.gform_footer .gform_ajax_spinner {
  position: absolute;
  right: -20px;
  top: 45%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.gform_footer::before {
  content: '';
  display: inline-block;
  font-size: 1em;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-inline--fa fa-check fa-w-16 fa-3x' data-icon='check' data-prefix='far' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.gform_footer::before, .gform_footer::after {
  font-size: 14px;
  position: absolute;
  z-index: 9;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 35px;
  fill: #fff;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 767px) {
  .gform_footer::before, .gform_footer::after {
    right: 25px;
  }
}

.gform_footer::after {
  content: '';
  display: inline-block;
  font-size: 1em;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-inline--fa fa-check-double fa-w-14 fa-2x' data-icon='check-double' data-prefix='far' viewBox='0 0 448 512' fill='%23fff'%3E%3Cpath d='M444.09 166.99l-27.39-28.37c-2.6-1.96-5.53-2.93-8.8-2.93-3.27 0-5.87.98-7.82 2.93L142.81 396.86l-94.88-94.88c-1.96-2.61-4.55-3.91-7.82-3.91-3.27 0-6.21 1.3-8.8 3.91l-27.4 27.38c-2.6 2.61-3.91 5.55-3.91 8.8s1.31 5.87 3.91 7.82l130.1 131.07c2.6 1.96 5.53 2.94 8.8 2.94 3.27 0 5.87-.98 7.82-2.94L444.08 183.6c2.6-2.61 3.91-5.55 3.91-8.8.01-3.24-1.3-5.86-3.9-7.81zM131.88 285.04c2.62 1.97 5.58 2.96 8.88 2.96s5.92-.99 7.89-2.96L353.34 80.35c2.62-2.64 3.95-5.6 3.95-8.88 0-3.28-1.33-5.92-3.95-7.89l-27.63-28.62c-2.62-1.97-5.58-2.96-8.88-2.96s-5.92.99-7.89 2.96L140.76 204.12l-60.41-60.41c-1.97-2.64-4.59-3.95-7.89-3.95s-6.26 1.31-8.88 3.95l-27.63 27.63c-2.62 2.64-3.95 5.6-3.95 8.88 0 3.29 1.33 5.92 3.95 7.89l95.93 96.93z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.gform_footer::after {
  opacity: 0;
}

@media only screen and (min-width: 1250px) {
  .gform_footer:hover::before {
    opacity: 0;
  }
  .gform_footer:hover::after {
    opacity: 1;
  }
}

@media screen and (max-width: 1300px) {
  .gform_footer input {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .gform_footer {
    max-width: 200px;
  }
}

#field_1_7 .gfield_label {
  display: none;
}

.validation_message {
  color: #e2401c !important;
}

.form-show {
  display: block;
}

.gform_submission_error {
  color: #e2401c;
  font-size: 16px;
  text-align: center;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .gform_submission_error {
    font-size: 13px;
  }
}

.gallery__title {
  text-align: center;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .gallery__title {
    margin-bottom: 95px;
  }
}

.gallery-slider {
  padding: 70px 0 43px;
}

@media screen and (max-width: 1199px) {
  .gallery-slider {
    padding: 60px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .gallery-slider {
    padding: 40px 0 20px;
  }
}

.gallery__slider-main {
  min-height: 644px;
  position: relative;
}

.gallery__slider-main::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  border: none;
  left: 50%;
  background-image: url("/wp-content/themes/fws-hatzalah-michigan/src/assets/images/ajax-loader.gif");
  top: 50%;
  -webkit-transform: translate(-50%, -50);
          transform: translate(-50%, -50);
  display: block;
  z-index: 99;
  background-size: cover;
  background-color: transparent;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  opacity: 1;
}

.gallery__slider-main .gallery__slider-main-slide {
  opacity: 0;
  height: 0;
}

.gallery__slider-main.slick-initialized::before {
  opacity: 0;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.gallery__slider-main.slick-initialized .gallery__slider-main-slide {
  opacity: 1;
  height: auto;
}

@media screen and (max-width: 1550px) {
  .gallery__slider-main {
    min-height: 614px;
  }
}

@media screen and (max-width: 1400px) {
  .gallery__slider-main {
    min-height: 514px;
  }
}

@media screen and (max-width: 1199px) {
  .gallery__slider-main {
    min-height: 390px;
  }
}

@media screen and (max-width: 991px) {
  .gallery__slider-main {
    min-height: 270px;
  }
}

@media screen and (max-width: 767px) {
  .gallery__slider-main {
    min-height: 240px;
  }
}

@media screen and (max-width: 480px) {
  .gallery__slider-main {
    min-height: 210px;
  }
}

@media screen and (max-width: 430px) {
  .gallery__slider-main {
    min-height: 180px;
  }
}

.gallery__slider-nav {
  min-height: 182px;
}

.gallery__slider-nav .gallery__slider-nav-slide {
  opacity: 0;
  height: 0;
}

.gallery__slider-nav.slick-initialized .gallery__slider-nav-slide {
  opacity: 1;
  height: auto;
}

@media screen and (max-width: 1550px) {
  .gallery__slider-nav {
    min-height: 152px;
  }
}

@media screen and (max-width: 1199px) {
  .gallery__slider-nav {
    min-height: 102px;
  }
}

.gallery__slider-bottom {
  padding: 0 5px;
}

.gallery__slider-main-slide {
  position: relative;
  padding: 0 20px;
}

.gallery__slider-main-slide .gallery__slider-main-text {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 97%;
  min-height: 65px;
  background-color: rgba(0, 42, 81, 0.5);
  padding: 19px 20px 16px;
  text-align: center;
  margin: 0 20px;
  z-index: 1;
}

.gallery__slider-main-slide .gallery__slider-main-text span {
  color: #fff;
  font-family: "TT Norms Pro Normal", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  display: block;
}

@media screen and (max-width: 1199px) {
  .gallery__slider-main-slide .gallery__slider-main-text span {
    font-size: 20px;
  }
}

@media screen and (max-width: 1550px) {
  .gallery__slider-main-slide .gallery__slider-main-text {
    width: 96.5%;
  }
}

@media screen and (max-width: 1400px) {
  .gallery__slider-main-slide .gallery__slider-main-text {
    width: 95.8%;
  }
}

@media screen and (max-width: 1199px) {
  .gallery__slider-main-slide .gallery__slider-main-text {
    width: 94.6%;
    min-height: 56px;
    padding: 15px 20px 12px;
  }
}

@media screen and (max-width: 991px) {
  .gallery__slider-main-slide .gallery__slider-main-text {
    width: 92.4%;
    min-height: 40px;
    padding: 10px 20px 8px;
  }
}

@media screen and (max-width: 767px) {
  .gallery__slider-main-slide .gallery__slider-main-text {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}

@media screen and (max-width: 575px) {
  .gallery__slider-main-slide .gallery__slider-main-text {
    min-height: 30px;
    padding: 5px 20px 3px;
  }
}

@media screen and (max-width: 767px) {
  .gallery__slider-main-slide {
    padding: 0 10px;
  }
}

.gallery__slider-main-content {
  position: relative;
  min-height: 644px;
  overflow: hidden;
  max-height: 644px;
}

@media screen and (max-width: 1550px) {
  .gallery__slider-main-content {
    min-height: 614px;
    max-height: 614px;
  }
}

@media screen and (max-width: 1400px) {
  .gallery__slider-main-content {
    min-height: 514px;
    max-height: 514px;
  }
}

@media screen and (max-width: 1199px) {
  .gallery__slider-main-content {
    min-height: 390px;
    max-height: 390px;
  }
}

@media screen and (max-width: 991px) {
  .gallery__slider-main-content {
    min-height: 270px;
    max-height: 270px;
  }
}

@media screen and (max-width: 767px) {
  .gallery__slider-main-content {
    min-height: 240px;
    max-height: 240px;
  }
}

@media screen and (max-width: 480px) {
  .gallery__slider-main-content {
    min-height: 210px;
    max-height: 210px;
  }
}

@media screen and (max-width: 430px) {
  .gallery__slider-main-content {
    min-height: 180px;
    max-height: 180px;
  }
}

.gallery__slider-main-video {
  max-height: 644px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1550px) {
  .gallery__slider-main-video {
    max-height: 614px;
  }
}

@media screen and (max-width: 1400px) {
  .gallery__slider-main-video {
    max-height: 514px;
  }
}

@media screen and (max-width: 1199px) {
  .gallery__slider-main-video {
    max-height: 390px;
  }
}

@media screen and (max-width: 991px) {
  .gallery__slider-main-video {
    max-height: 270px;
  }
}

@media screen and (max-width: 767px) {
  .gallery__slider-main-video {
    max-height: 240px;
  }
}

@media screen and (max-width: 480px) {
  .gallery__slider-main-video {
    max-height: 210px;
  }
}

@media screen and (max-width: 430px) {
  .gallery__slider-main-video {
    max-height: 180px;
  }
}

.gallery__slider-top {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .gallery__slider-top {
    margin-bottom: 20px;
  }
}

.gallery-slider__container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1706px;
  position: relative;
  width: 91%;
}

.gallery-slider__container .gallery-slider__arrow {
  position: absolute;
  top: 43.7%;
  border: 2px solid #fff;
  width: 65px;
  min-height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-slider__container .gallery-slider__arrow .arrows__slider-icon {
  font-size: 10px;
  min-height: 65px;
  padding: 23px 29px;
}

@media screen and (max-width: 1199px) {
  .gallery-slider__container .gallery-slider__arrow .arrows__slider-icon {
    font-size: 10px;
    min-height: 55px;
    padding: 15px 23px;
  }
}

@media screen and (max-width: 767px) {
  .gallery-slider__container .gallery-slider__arrow .arrows__slider-icon {
    min-height: 45px;
    padding: 10px 16px;
  }
}

@media screen and (max-width: 1199px) {
  .gallery-slider__container .gallery-slider__arrow {
    width: 55px;
    min-height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .gallery-slider__container .gallery-slider__arrow {
    top: 55px;
    width: 45px;
    min-height: 45px;
  }
}

.gallery-slider__container .gallery-slider__arrow-prev {
  left: 0;
}

@media screen and (max-width: 767px) {
  .gallery-slider__container .gallery-slider__arrow-prev {
    left: 41%;
  }
}

@media screen and (max-width: 575px) {
  .gallery-slider__container .gallery-slider__arrow-prev {
    left: 39.5%;
  }
}

@media screen and (max-width: 480px) {
  .gallery-slider__container .gallery-slider__arrow-prev {
    left: 38%;
  }
}

@media screen and (max-width: 430px) {
  .gallery-slider__container .gallery-slider__arrow-prev {
    left: 37%;
  }
}

@media screen and (max-width: 400px) {
  .gallery-slider__container .gallery-slider__arrow-prev {
    left: 36%;
  }
}

.gallery-slider__container .gallery-slider__arrow-next {
  right: 0;
}

@media screen and (max-width: 767px) {
  .gallery-slider__container .gallery-slider__arrow-next {
    right: 41%;
  }
}

@media screen and (max-width: 575px) {
  .gallery-slider__container .gallery-slider__arrow-next {
    right: 39.5%;
  }
}

@media screen and (max-width: 480px) {
  .gallery-slider__container .gallery-slider__arrow-next {
    right: 38%;
  }
}

@media screen and (max-width: 430px) {
  .gallery-slider__container .gallery-slider__arrow-next {
    right: 37%;
  }
}

@media screen and (max-width: 400px) {
  .gallery-slider__container .gallery-slider__arrow-next {
    right: 36%;
  }
}

@media screen and (max-width: 1650px) {
  .gallery-slider__container {
    width: 96%;
  }
}

@media screen and (max-width: 1199px) {
  .gallery-slider__container {
    max-width: 1140px;
    width: 92%;
  }
}

@media screen and (max-width: 991px) {
  .gallery-slider__container {
    max-width: 960px;
  }
}

@media screen and (max-width: 767px) {
  .gallery-slider__container {
    max-width: 720px;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .gallery-slider__container {
    max-width: 540px;
  }
}

.gallery__content {
  max-width: 1320px;
  margin: 0 auto;
}

@media screen and (max-width: 1550px) {
  .gallery__content {
    max-width: 1140px;
  }
}

@media screen and (max-width: 1400px) {
  .gallery__content {
    max-width: 960px;
  }
}

@media screen and (max-width: 1199px) {
  .gallery__content {
    max-width: 740px;
  }
}

@media screen and (max-width: 991px) {
  .gallery__content {
    max-width: 540px;
  }
}

@media screen and (max-width: 767px) {
  .gallery__content {
    max-width: 100%;
  }
}

.gallery__slider-nav-slide {
  padding: 0 15px;
}

.gallery__slider-nav-slide.slick-current.slick-active .gallery__slider-nav-video-overlay {
  opacity: 0;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 767px) {
  .gallery__slider-nav-slide {
    padding: 0 7.5px;
  }
}

.gallery__slider-nav-content {
  position: relative;
  min-height: 182px;
  overflow: hidden;
  max-height: 182px;
}

.gallery__slider-nav-content .gallery__slider-nav-video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 33, 33, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  opacity: 1;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  pointer-events: none;
}

.gallery__slider-nav-content .gallery__slider-nav-video-overlay-shape {
  width: 65px;
  height: 65px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
}

.gallery__slider-nav-content .gallery__slider-nav-video-overlay-shape::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 17px solid #fff;
  border-radius: 7px;
}

@media screen and (max-width: 1550px) {
  .gallery__slider-nav-content {
    min-height: 152px;
    max-height: 152px;
  }
}

@media screen and (max-width: 1199px) {
  .gallery__slider-nav-content {
    min-height: 102px;
    max-height: 102px;
  }
}

.gallery__slider-nav-video {
  pointer-events: none;
}

/*--------------------------------------------------------------
## blog-listing
--------------------------------------------------------------*/
.blog-listing {
  padding: 50px 0;
}

.blog-listing__head {
  margin-bottom: 30px;
}

.blog-listing__desc {
  margin: 15px 0 0;
}

/*# sourceMappingURL=style.css.map */
