@charset "UTF-8";
/*

// NázevFontu
@include    font-face( 'Open Sans Bold', opensans/bold/opensans );
@mixin      bold() { font-family: 'Open Sans Bold', $font-base; }

// NázevFontu
@mixin      sans() { font-family: 'Roboto', sans-serif; }
@mixin      light() { font-weight: 300; }
@mixin      regular() { font-weight: 400; }
@mixin      semi() { font-weight: 600; }
@mixin      bold() { font-weight: 700; }


*/
@font-face {
  font-family: "Helvetica Neue Bold";
  src: url("../fonts/34A85E_0_0.eot");
  src: url("../fonts/34A85E_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/34A85E_0_0.woff2") format("woff2"), url("../fonts/34A85E_0_0.woff") format("woff"), url("../fonts/34A85E_0_0.ttf") format("truetype"), url("../fonts/34A85E_0_0.svg#Helvetica Neue Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Helvetica Neue Bold";
    src: url("../fonts/34A85E_0_0.svg") format("svg");
  }
}
@font-face {
  font-family: "Helvetica Neue Roman";
  src: url("../fonts/34A85E_1_0.eot");
  src: url("../fonts/34A85E_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/34A85E_1_0.woff2") format("woff2"), url("../fonts/34A85E_1_0.woff") format("woff"), url("../fonts/34A85E_1_0.ttf") format("truetype"), url("../fonts/34A85E_1_0.svg#Helvetica Neue Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Helvetica Neue Roman";
    src: url("../fonts/34A85E_1_0.svg") format("svg");
  }
}
@font-face {
  font-family: "Helvetica Neue Thin";
  src: url("../fonts/hinted-HelveticaNeueLTPro-Th.eot");
  src: url("../fonts/hinted-HelveticaNeueLTPro-Th.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-HelveticaNeueLTPro-Th.woff2") format("woff2"), url("../fonts/hinted-HelveticaNeueLTPro-Th.woff") format("woff"), url("../fonts/hinted-HelveticaNeueLTPro-Th.ttf") format("truetype"), url("../fonts/hinted-HelveticaNeueLTPro-Th.svg#Helvetica Neue Thin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Helvetica Neue Thin";
    src: url("../fonts/hinted-HelveticaNeueLTPro-Th.svg") format("svg");
  }
}
@font-face {
  font-family: "Helvetica Neue Medium";
  src: url("../fonts/HelveticaNeueLTPro-Md.eot");
  src: url("../fonts/HelveticaNeueLTPro-Md.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTPro-Md.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro-Md.woff") format("woff"), url("../fonts/HelveticaNeueLTPro-Md.ttf") format("truetype"), url("../fonts/HelveticaNeueLTPro-Md.svg#Helvetica Neue Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Helvetica Neue Medium";
    src: url("../fonts/HelveticaNeueLTPro-Md.svg") format("svg");
  }
}
/*-----------------------------------------------------------------------------------*/
/*  CSS reset
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1,
.h1, h2, .h2, h3, .modal-title, .h3, h4, .h4, h5, .h5, h6, .h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

html, body {
  width: 100%;
  height: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, button {
  outline: none;
}

a[href] img {
  cursor: pointer;
}

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) {
  display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/*
 *  Prevents iOS text size adjust after orientation change, without disabling user zoom
 *  www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Improves readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
 *    Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/* Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
  overflow: hidden;
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  padding: 0;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Corrects inner spacing displayed oddly in IE7 without effecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type=checkbox],
input[type=radio] {
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) (zakomentováno kvůli přepisování nastavení BEM)
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
}

/* Removes inner padding and search cancel button in S5, Chrome on OS X */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  resize: vertical;
  /* TK */
}

hr {
  height: 1px;
}

.print-only {
  display: none !important;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

html {
  font-size: 62.5%;
}

/* 10px */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.oldie.ie7 * {
  behavior: url(./js/iefix/boxsizing.htc);
}

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0039A6;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #E83E8C;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #caac50;
  --green: #108319;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: red;
  --gray-dark: #262626;
  --primary: #0039A6;
  --secondary: #78909C;
  --success: #43A047;
  --info: #17A2B8;
  --warning: #FDD835;
  --danger: #D32F2F;
  --light: #F8F9FA;
  --dark: #262626;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1048px;
  --breakpoint-xl: 1248px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1D1D1D;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, .h1, h2, .h2, h3, .modal-title, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #262626;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  /* color: inherit; */
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  /* color: inherit; */
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.25rem 0.5rem;
  padding-bottom: 0.25rem 0.5rem;
  color: red;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, .modal-title, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .modal-title, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: red;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 2px solid #EAEAEA;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: red;
}

code {
  font-size: 87.5%;
  color: #E83E8C;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #1D1D1D;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #1D1D1D;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1048px) {
  .container {
    max-width: 1048px;
  }
}
@media (min-width: 1248px) {
  .container {
    max-width: 1248px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 1048px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1048px;
  }
}
@media (min-width: 1248px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1248px;
  }
}
.row,
.row-large,
.row-big,
.row-60,
.row-30,
.row-null {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

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

.row-large {
  margin-right: -50px;
  margin-left: -50px;
}
.row-large > .col,
.row-large > [class*=col-] {
  padding-right: 50px;
  padding-left: 50px;
}

.row-big {
  margin-right: -20px;
  margin-left: -20px;
}
.row-big > .col,
.row-big > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.row-60 {
  margin-right: -30px;
  margin-left: -30px;
}
.row-60 > .col,
.row-60 > [class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}

.row-30 {
  margin-right: -15px;
  margin-left: -15px;
}
.row-30 > .col,
.row-30 > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1048px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1248px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1D1D1D;
}
.table th,
.table td {
  padding: 0.25rem 0.5rem;
  vertical-align: top;
  border-top: 2px solid #DBDBDB;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 4px solid #DBDBDB;
}
.table tbody + tbody {
  border-top: 4px solid #DBDBDB;
}

.table-sm th,
.table-sm td {
  padding: 0.25rem 0.5rem;
}

.table-bordered {
  border: 2px solid #DBDBDB;
}
.table-bordered th,
.table-bordered td {
  border: 2px solid #DBDBDB;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 4px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #1D1D1D;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8c8e6;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7a98d1;
}

.table-hover .table-primary:hover {
  background-color: #a5b9df;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a5b9df;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d9e0e3;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b9c5cc;
}

.table-hover .table-secondary:hover {
  background-color: #cad4d8;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cad4d8;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cae4cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #9dce9f;
}

.table-hover .table-success:hover {
  background-color: #b9dbba;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b9dbba;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fef4c6;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #feeb96;
}

.table-hover .table-warning:hover {
  background-color: #feefad;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #feefad;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f3c5c5;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e89393;
}

.table-hover .table-danger:hover {
  background-color: #efb0b0;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #efb0b0;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c2c2c2;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8e8e8e;
}

.table-hover .table-dark:hover {
  background-color: #b5b5b5;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b5b5b5;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #262626;
  border-color: #393939;
}
.table .thead-light th {
  color: #3E3E3E;
  background-color: #F0F0F0;
  border-color: #DBDBDB;
}

.table-dark {
  color: #fff;
  background-color: #262626;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #393939;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1047.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1247.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0.5rem 3.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #262626;
  background-color: #fafafa;
  background-clip: padding-box;
  border: 2px solid #DBDBDB;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #262626;
}
.form-control:focus {
  color: #262626;
  background-color: #fafafa;
  border-color: #2771ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 166, 0.25);
}
.form-control::placeholder {
  color: #6F6F6F;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #F0F0F0;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #262626;
  background-color: #fafafa;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #1D1D1D;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: red;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #43A047;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(67, 160, 71, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #43A047;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2343A047' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #43A047;
  box-shadow: 0 0 0 0.2rem rgba(67, 160, 71, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #43A047;
  padding-right: calc(0.75em + 5.25rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23262626' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 3.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2343A047' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fafafa no-repeat center right 4.5rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #43A047;
  box-shadow: 0 0 0 0.2rem rgba(67, 160, 71, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #43A047;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #43A047;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #43A047;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #5bbb60;
  background-color: #5bbb60;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(67, 160, 71, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #43A047;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #43A047;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #43A047;
  box-shadow: 0 0 0 0.2rem rgba(67, 160, 71, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #D32F2F;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(211, 47, 47, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #D32F2F;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D32F2F' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D32F2F' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #D32F2F;
  box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #D32F2F;
  padding-right: calc(0.75em + 5.25rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23262626' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 3.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D32F2F' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D32F2F' stroke='none'/%3e%3c/svg%3e") #fafafa no-repeat center right 4.5rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #D32F2F;
  box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #D32F2F;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #D32F2F;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #D32F2F;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #dc5959;
  background-color: #dc5959;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #D32F2F;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #D32F2F;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #D32F2F;
  box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #1D1D1D;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 15px 3.5rem;
  font-size: 1.6rem;
  line-height: 20px;
  border-radius: 25px;
  text-decoration: none;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  min-width: 100px;
  margin-right: 10px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn:hover {
  text-decoration: none;
}
.btn:hover:before {
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translate(-50%, -50%) rotateZ(0deg) scale(1);
  -moz-transform: translate(-50%, -50%) rotateZ(0deg) scale(1);
  -ms-transform: translate(-50%, -50%) rotateZ(0deg) scale(1);
  -o-transform: translate(-50%, -50%) rotateZ(0deg) scale(1);
  transform: translate(-50%, -50%) rotateZ(0deg) scale(1);
}
.btn:before {
  position: absolute;
  width: 150%;
  padding-bottom: 150%;
  background-color: #092E76;
  content: "";
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-100%, 30px) rotateZ(0deg) scale(1);
  -moz-transform: translate(-100%, 30px) rotateZ(0deg) scale(1);
  -ms-transform: translate(-100%, 30px) rotateZ(0deg) scale(1);
  -o-transform: translate(-100%, 30px) rotateZ(0deg) scale(1);
  transform: translate(-100%, 30px) rotateZ(0deg) scale(1);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}
.btn img {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  margin-top: -1px;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 166, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn-min200 {
  min-width: 200px;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0039A6;
  border-color: #0039A6;
}
.btn-primary:hover {
  color: #fff;
  background-color: #002c80;
  border-color: #002773;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #002c80;
  border-color: #002773;
  box-shadow: 0 0 0 0.2rem rgba(38, 87, 179, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0039A6;
  border-color: #0039A6;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #002773;
  border-color: #002366;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 87, 179, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #78909C;
  border-color: #78909C;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #657d89;
  border-color: #5f7682;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #657d89;
  border-color: #5f7682;
  box-shadow: 0 0 0 0.2rem rgba(140, 161, 171, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #78909C;
  border-color: #78909C;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5f7682;
  border-color: #5a707a;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(140, 161, 171, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #43A047;
  border-color: #43A047;
}
.btn-success:hover {
  color: #fff;
  background-color: #38853b;
  border-color: #347c37;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #38853b;
  border-color: #347c37;
  box-shadow: 0 0 0 0.2rem rgba(95, 174, 99, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #43A047;
  border-color: #43A047;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #347c37;
  border-color: #307333;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 174, 99, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17A2B8;
  border-color: #17A2B8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17A2B8;
  border-color: #17A2B8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #1D1D1D;
  background-color: #FDD835;
  border-color: #FDD835;
}
.btn-warning:hover {
  color: #1D1D1D;
  background-color: #fdd10f;
  border-color: #fdce03;
}
.btn-warning:focus, .btn-warning.focus {
  color: #1D1D1D;
  background-color: #fdd10f;
  border-color: #fdce03;
  box-shadow: 0 0 0 0.2rem rgba(219, 188, 49, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #1D1D1D;
  background-color: #FDD835;
  border-color: #FDD835;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #1D1D1D;
  background-color: #fdce03;
  border-color: #f0c402;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 188, 49, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #D32F2F;
  border-color: #D32F2F;
}
.btn-danger:hover {
  color: #fff;
  background-color: #b52626;
  border-color: #ab2424;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #b52626;
  border-color: #ab2424;
  box-shadow: 0 0 0 0.2rem rgba(218, 78, 78, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #D32F2F;
  border-color: #D32F2F;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ab2424;
  border-color: #a02222;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 78, 78, 0.5);
}

.btn-light {
  color: #1D1D1D;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-light:hover {
  color: #1D1D1D;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #1D1D1D;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(215, 216, 217, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #1D1D1D;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #1D1D1D;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 216, 217, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.btn-dark:hover {
  color: #fff;
  background-color: #131313;
  border-color: #0d0d0d;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #131313;
  border-color: #0d0d0d;
  box-shadow: 0 0 0 0.2rem rgba(71, 71, 71, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #060606;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 71, 71, 0.5);
}

.btn-outline-primary {
  color: #0039A6;
  border-color: #0039A6;
  background-color: transparent !important;
  padding-top: 9px;
  padding-bottom: 11px;
  min-width: 120px;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0039A6;
  border-color: #0039A6;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 166, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0039A6;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0039A6;
  border-color: #0039A6;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 166, 0.5);
}
.btn-outline-primary:after {
  position: absolute;
  left: 0;
  border: 2px solid #0039A6;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 25px;
  content: "";
  z-index: -2;
}
.btn-outline-primary:before {
  background-color: "primary";
}

.btn-outline-secondary {
  color: #78909C;
  border-color: #78909C;
  background-color: transparent !important;
  padding-top: 9px;
  padding-bottom: 11px;
  min-width: 120px;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #78909C;
  border-color: #78909C;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 144, 156, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #78909C;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #78909C;
  border-color: #78909C;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 144, 156, 0.5);
}
.btn-outline-secondary:after {
  position: absolute;
  left: 0;
  border: 2px solid #0039A6;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 25px;
  content: "";
  z-index: -2;
}
.btn-outline-secondary:before {
  background-color: "secondary";
}

.btn-outline-success {
  color: #43A047;
  border-color: #43A047;
  background-color: transparent !important;
  padding-top: 9px;
  padding-bottom: 11px;
  min-width: 120px;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #43A047;
  border-color: #43A047;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 160, 71, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #43A047;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #43A047;
  border-color: #43A047;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 160, 71, 0.5);
}
.btn-outline-success:after {
  position: absolute;
  left: 0;
  border: 2px solid #0039A6;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 25px;
  content: "";
  z-index: -2;
}
.btn-outline-success:before {
  background-color: "success";
}

.btn-outline-info {
  color: #17A2B8;
  border-color: #17A2B8;
  background-color: transparent !important;
  padding-top: 9px;
  padding-bottom: 11px;
  min-width: 120px;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17A2B8;
  border-color: #17A2B8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17A2B8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17A2B8;
  border-color: #17A2B8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info:after {
  position: absolute;
  left: 0;
  border: 2px solid #0039A6;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 25px;
  content: "";
  z-index: -2;
}
.btn-outline-info:before {
  background-color: "info";
}

.btn-outline-warning {
  color: #FDD835;
  border-color: #FDD835;
  background-color: transparent !important;
  padding-top: 9px;
  padding-bottom: 11px;
  min-width: 120px;
}
.btn-outline-warning:hover {
  color: #1D1D1D;
  background-color: #FDD835;
  border-color: #FDD835;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 216, 53, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FDD835;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #1D1D1D;
  background-color: #FDD835;
  border-color: #FDD835;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 216, 53, 0.5);
}
.btn-outline-warning:after {
  position: absolute;
  left: 0;
  border: 2px solid #0039A6;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 25px;
  content: "";
  z-index: -2;
}
.btn-outline-warning:before {
  background-color: "warning";
}

.btn-outline-danger {
  color: #D32F2F;
  border-color: #D32F2F;
  background-color: transparent !important;
  padding-top: 9px;
  padding-bottom: 11px;
  min-width: 120px;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #D32F2F;
  border-color: #D32F2F;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #D32F2F;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #D32F2F;
  border-color: #D32F2F;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.5);
}
.btn-outline-danger:after {
  position: absolute;
  left: 0;
  border: 2px solid #0039A6;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 25px;
  content: "";
  z-index: -2;
}
.btn-outline-danger:before {
  background-color: "danger";
}

.btn-outline-light {
  color: #F8F9FA;
  border-color: #F8F9FA;
  background-color: transparent !important;
  padding-top: 9px;
  padding-bottom: 11px;
  min-width: 120px;
}
.btn-outline-light:hover {
  color: #1D1D1D;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F8F9FA;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #1D1D1D;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:after {
  position: absolute;
  left: 0;
  border: 2px solid #0039A6;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 25px;
  content: "";
  z-index: -2;
}
.btn-outline-light:before {
  background-color: "light";
}

.btn-outline-dark {
  color: #262626;
  border-color: #262626;
  background-color: transparent !important;
  padding-top: 9px;
  padding-bottom: 11px;
  min-width: 120px;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #262626;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-outline-dark:after {
  position: absolute;
  left: 0;
  border: 2px solid #0039A6;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 25px;
  content: "";
  z-index: -2;
}
.btn-outline-dark:before {
  background-color: "dark";
}

.btn-outline-light {
  color: white;
}
.btn-outline-light:after {
  border: 2px solid white;
}
.btn-outline-light:hover {
  color: white;
}

.btn-link {
  font-weight: 400;
  color: #262626;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: red;
  pointer-events: none;
}

.btn-full {
  border-radius: 0;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 2rem;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 25px;
}

.btn-arrow {
  padding-left: 40px;
  padding-right: 40px;
}

.btn-block {
  display: block;
  width: 100%;
  margin-right: 0;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.in) {
  opacity: 0;
}

.collapse:not(.in) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #1D1D1D;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1048px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1248px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #F0F0F0;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #1D1D1D;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #101010;
  text-decoration: none;
  background-color: #FAFAFA;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0039A6;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: red;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: red;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #1D1D1D;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 2.625rem;
  padding-left: 2.625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -2px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -2px;
}

.input-group-prepend {
  margin-right: -2px;
}

.input-group-append {
  margin-left: -2px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 3.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #262626;
  text-align: center;
  white-space: nowrap;
  background-color: #F0F0F0;
  border: 2px solid #DBDBDB;
  border-radius: 6px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 4px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 4px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 4.5rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 24;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 12.5rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0039A6;
  background-color: #0039A6;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 166, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #2771ff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #5a92ff;
  border-color: #5a92ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: red;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #F0F0F0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 11.5rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fafafa;
  border: #6F6F6F solid 2px;
}
.custom-control-label::after {
  position: absolute;
  top: 11.5rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0039A6;
  background-color: #0039A6;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 57, 166, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 57, 166, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 57, 166, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(11.5rem + 4px);
  left: calc(-2.25rem + 4px);
  width: calc(1rem - 8px);
  height: calc(1rem - 8px);
  background-color: #6F6F6F;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fafafa;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 57, 166, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 3rem;
  padding: 0.5rem 4.5rem 0.5rem 3.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #262626;
  vertical-align: middle;
  background: #fafafa url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23262626' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 3.5rem center/8px 10px;
  border: 2px solid #DBDBDB;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #2771ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 166, 0.25);
}
.custom-select:focus::-ms-value {
  color: #262626;
  background-color: #fafafa;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 3.5rem;
  background-image: none;
}
.custom-select:disabled {
  color: red;
  background-color: #F0F0F0;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #262626;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 4px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 4px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3rem;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 3rem;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #2771ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 166, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #F0F0F0;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 3rem;
  padding: 0.5rem 3.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #262626;
  background-color: #fafafa;
  border: 2px solid #DBDBDB;
  border-radius: 6px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1rem);
  padding: 0.5rem 3.5rem;
  line-height: 1.5;
  color: #262626;
  content: "Browse";
  background-color: #F0F0F0;
  border-left: inherit;
  border-radius: 0 6px 6px 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 57, 166, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 57, 166, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 57, 166, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0039A6;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #5a92ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #EAEAEA;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0039A6;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #5a92ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #EAEAEA;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0039A6;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #5a92ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #EAEAEA;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #EAEAEA;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #6F6F6F;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #6F6F6F;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #6F6F6F;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: red;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 2px solid #EAEAEA;
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.nav-tabs .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #F0F0F0 #F0F0F0 #EAEAEA;
}
.nav-tabs .nav-link.disabled {
  color: red;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #3E3E3E;
  background-color: #fff;
  border-color: #EAEAEA #EAEAEA #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0039A6;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: -2.5rem;
  padding-bottom: -2.5rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 25px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1047.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1048px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1247.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1248px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 2px) calc(0.25rem - 2px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 2px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 2px) calc(0.25rem - 2px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 2px);
  border-top-right-radius: calc(0.25rem - 2px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 2px);
  border-bottom-left-radius: calc(0.25rem - 2px);
}

.card-deck .card {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

.card-group > .card {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -2px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #F0F0F0;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: red;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: red;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -2px;
  line-height: 1.25;
  color: #262626;
  background-color: #fff;
  border: 2px solid #EAEAEA;
}
.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #F0F0F0;
  border-color: #EAEAEA;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 166, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0039A6;
  border-color: #0039A6;
}
.page-item.disabled .page-link {
  color: red;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #EAEAEA;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #0039A6;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #002773;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 57, 166, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #78909C;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #5f7682;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(120, 144, 156, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #43A047;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #347c37;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(67, 160, 71, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17A2B8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #1D1D1D;
  background-color: #FDD835;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #1D1D1D;
  background-color: #fdce03;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 216, 53, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #D32F2F;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #ab2424;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.5);
}

.badge-light {
  color: #1D1D1D;
  background-color: #F8F9FA;
}
a.badge-light:hover, a.badge-light:focus {
  color: #1D1D1D;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #262626;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #0d0d0d;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #F0F0F0;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 2rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 28rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 2rem;
  color: inherit;
}

.alert-primary {
  color: #001e56;
  background-color: #ccd7ed;
  border-color: #b8c8e6;
}
.alert-primary hr {
  border-top-color: #a5b9df;
}
.alert-primary .alert-link {
  color: #000c23;
}

.alert-secondary {
  color: #3e4b51;
  background-color: #e4e9eb;
  border-color: #d9e0e3;
}
.alert-secondary hr {
  border-top-color: #cad4d8;
}
.alert-secondary .alert-link {
  color: #283034;
}

.alert-success {
  color: #235325;
  background-color: #d9ecda;
  border-color: #cae4cb;
}
.alert-success hr {
  border-top-color: #b9dbba;
}
.alert-success .alert-link {
  color: #142f15;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #84701c;
  background-color: #fff7d7;
  border-color: #fef4c6;
}
.alert-warning hr {
  border-top-color: #feefad;
}
.alert-warning .alert-link {
  color: #5a4c13;
}

.alert-danger {
  color: #6e1818;
  background-color: #f6d5d5;
  border-color: #f3c5c5;
}
.alert-danger hr {
  border-top-color: #efb0b0;
}
.alert-danger .alert-link {
  color: #440f0f;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #141414;
  background-color: #d4d4d4;
  border-color: #c2c2c2;
}
.alert-dark hr {
  border-top-color: #b5b5b5;
}
.alert-dark .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #F0F0F0;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0039A6;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #3E3E3E;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #3E3E3E;
  text-decoration: none;
  background-color: #FAFAFA;
}
.list-group-item-action:active {
  color: #1D1D1D;
  background-color: #F0F0F0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: red;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0039A6;
  border-color: #0039A6;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -2px;
  border-top-width: 2px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 2px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -2px;
  border-left-width: 2px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
@media (min-width: 1048px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
@media (min-width: 1248px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #001e56;
  background-color: #b8c8e6;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #001e56;
  background-color: #a5b9df;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #001e56;
  border-color: #001e56;
}

.list-group-item-secondary {
  color: #3e4b51;
  background-color: #d9e0e3;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #3e4b51;
  background-color: #cad4d8;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #3e4b51;
  border-color: #3e4b51;
}

.list-group-item-success {
  color: #235325;
  background-color: #cae4cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #235325;
  background-color: #b9dbba;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #235325;
  border-color: #235325;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #84701c;
  background-color: #fef4c6;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #84701c;
  background-color: #feefad;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #84701c;
  border-color: #84701c;
}

.list-group-item-danger {
  color: #6e1818;
  background-color: #f3c5c5;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #6e1818;
  background-color: #efb0b0;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6e1818;
  border-color: #6e1818;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #141414;
  background-color: #c2c2c2;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141414;
  background-color: #b5b5b5;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141414;
  border-color: #141414;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: red;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  line-height: 100vh;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
  text-align: center;
  outline: 0;
}
.modal .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 95%;
}

.modal-dialog {
  position: relative;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #DBDBDB;
  border-radius: 6px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #506e79;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 2rem 1rem 2rem;
  border-bottom: 2px solid #DBDBDB;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal-header .close {
  padding: 2rem 2rem 1rem 2rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem 2rem 2.5rem 2rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 2rem 2.5rem 2rem-0.25rem;
  border-top: 2px solid #DBDBDB;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 370px;
  }
}
@media (min-width: 1048px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1248px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 2px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 2px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 2px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 2px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 2px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 2px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 2px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 2px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 2px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 2px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 2px);
  border-top-right-radius: calc(0.3rem - 2px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #1D1D1D;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0039A6 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #002773 !important;
}

.bg-secondary {
  background-color: #78909C !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #5f7682 !important;
}

.bg-success {
  background-color: #43A047 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #347c37 !important;
}

.bg-info {
  background-color: #17A2B8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #FDD835 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #fdce03 !important;
}

.bg-danger {
  background-color: #D32F2F !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ab2424 !important;
}

.bg-light {
  background-color: #F8F9FA !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #262626 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0d0d0d !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 2px solid #DBDBDB !important;
}

.border-top {
  border-top: 2px solid #DBDBDB !important;
}

.border-right {
  border-right: 2px solid #DBDBDB !important;
}

.border-bottom {
  border-bottom: 2px solid #DBDBDB !important;
}

.border-left {
  border-left: 2px solid #DBDBDB !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0039A6 !important;
}

.border-secondary {
  border-color: #78909C !important;
}

.border-success {
  border-color: #43A047 !important;
}

.border-info {
  border-color: #17A2B8 !important;
}

.border-warning {
  border-color: #FDD835 !important;
}

.border-danger {
  border-color: #D32F2F !important;
}

.border-light {
  border-color: #F8F9FA !important;
}

.border-dark {
  border-color: #262626 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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: flex !important;
}

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

@media (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: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (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: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1048px) {
  .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: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1248px) {
  .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: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1048px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1248px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1048px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1248px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6,
.my-6 {
  margin-top: 3rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 3rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 3rem !important;
}

.m-7 {
  margin: 4rem !important;
}

.mt-7,
.my-7 {
  margin-top: 4rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 4rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 4rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 4rem !important;
}

.m-8 {
  margin: 5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 5rem !important;
}

.m-9 {
  margin: 7rem !important;
}

.mt-9,
.my-9 {
  margin-top: 7rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 7rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 7rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 7rem !important;
}

.m-10 {
  margin: 9rem !important;
}

.mt-10,
.my-10 {
  margin-top: 9rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 9rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 9rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 9rem !important;
}

.m-11 {
  margin: 11rem !important;
}

.mt-11,
.my-11 {
  margin-top: 11rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 11rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 11rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 11rem !important;
}

.m-12 {
  margin: 13rem !important;
}

.mt-12,
.my-12 {
  margin-top: 13rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 13rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 13rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 13rem !important;
}

.m-13 {
  margin: 15rem !important;
}

.mt-13,
.my-13 {
  margin-top: 15rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 15rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 15rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 15rem !important;
}

.m-14 {
  margin: 17rem !important;
}

.mt-14,
.my-14 {
  margin-top: 17rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 17rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 17rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 17rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6,
.py-6 {
  padding-top: 3rem !important;
}

.pr-6,
.px-6 {
  padding-right: 3rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3rem !important;
}

.pl-6,
.px-6 {
  padding-left: 3rem !important;
}

.p-7 {
  padding: 4rem !important;
}

.pt-7,
.py-7 {
  padding-top: 4rem !important;
}

.pr-7,
.px-7 {
  padding-right: 4rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 4rem !important;
}

.pl-7,
.px-7 {
  padding-left: 4rem !important;
}

.p-8 {
  padding: 5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 5rem !important;
}

.p-9 {
  padding: 7rem !important;
}

.pt-9,
.py-9 {
  padding-top: 7rem !important;
}

.pr-9,
.px-9 {
  padding-right: 7rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 7rem !important;
}

.pl-9,
.px-9 {
  padding-left: 7rem !important;
}

.p-10 {
  padding: 9rem !important;
}

.pt-10,
.py-10 {
  padding-top: 9rem !important;
}

.pr-10,
.px-10 {
  padding-right: 9rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 9rem !important;
}

.pl-10,
.px-10 {
  padding-left: 9rem !important;
}

.p-11 {
  padding: 11rem !important;
}

.pt-11,
.py-11 {
  padding-top: 11rem !important;
}

.pr-11,
.px-11 {
  padding-right: 11rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 11rem !important;
}

.pl-11,
.px-11 {
  padding-left: 11rem !important;
}

.p-12 {
  padding: 13rem !important;
}

.pt-12,
.py-12 {
  padding-top: 13rem !important;
}

.pr-12,
.px-12 {
  padding-right: 13rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 13rem !important;
}

.pl-12,
.px-12 {
  padding-left: 13rem !important;
}

.p-13 {
  padding: 15rem !important;
}

.pt-13,
.py-13 {
  padding-top: 15rem !important;
}

.pr-13,
.px-13 {
  padding-right: 15rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 15rem !important;
}

.pl-13,
.px-13 {
  padding-left: 15rem !important;
}

.p-14 {
  padding: 17rem !important;
}

.pt-14,
.py-14 {
  padding-top: 17rem !important;
}

.pr-14,
.px-14 {
  padding-right: 17rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 17rem !important;
}

.pl-14,
.px-14 {
  padding-left: 17rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -2rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -2rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -2rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -2rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -2rem !important;
}

.m-n6 {
  margin: -3rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -3rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -3rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -3rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -3rem !important;
}

.m-n7 {
  margin: -4rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -4rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -4rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -4rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -4rem !important;
}

.m-n8 {
  margin: -5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -5rem !important;
}

.m-n9 {
  margin: -7rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -7rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -7rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -7rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -7rem !important;
}

.m-n10 {
  margin: -9rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -9rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -9rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -9rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -9rem !important;
}

.m-n11 {
  margin: -11rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -11rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -11rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -11rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -11rem !important;
}

.m-n12 {
  margin: -13rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -13rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -13rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -13rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -13rem !important;
}

.m-n13 {
  margin: -15rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -15rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -15rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -15rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -15rem !important;
}

.m-n14 {
  margin: -17rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -17rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -17rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -17rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -17rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 2rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 2rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 2rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 2rem !important;
  }

  .m-sm-6 {
    margin: 3rem !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 3rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 3rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 3rem !important;
  }

  .m-sm-7 {
    margin: 4rem !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 4rem !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 4rem !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 4rem !important;
  }

  .m-sm-8 {
    margin: 5rem !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 5rem !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 5rem !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 5rem !important;
  }

  .m-sm-9 {
    margin: 7rem !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 7rem !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 7rem !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 7rem !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 7rem !important;
  }

  .m-sm-10 {
    margin: 9rem !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 9rem !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 9rem !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 9rem !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 9rem !important;
  }

  .m-sm-11 {
    margin: 11rem !important;
  }

  .mt-sm-11,
.my-sm-11 {
    margin-top: 11rem !important;
  }

  .mr-sm-11,
.mx-sm-11 {
    margin-right: 11rem !important;
  }

  .mb-sm-11,
.my-sm-11 {
    margin-bottom: 11rem !important;
  }

  .ml-sm-11,
.mx-sm-11 {
    margin-left: 11rem !important;
  }

  .m-sm-12 {
    margin: 13rem !important;
  }

  .mt-sm-12,
.my-sm-12 {
    margin-top: 13rem !important;
  }

  .mr-sm-12,
.mx-sm-12 {
    margin-right: 13rem !important;
  }

  .mb-sm-12,
.my-sm-12 {
    margin-bottom: 13rem !important;
  }

  .ml-sm-12,
.mx-sm-12 {
    margin-left: 13rem !important;
  }

  .m-sm-13 {
    margin: 15rem !important;
  }

  .mt-sm-13,
.my-sm-13 {
    margin-top: 15rem !important;
  }

  .mr-sm-13,
.mx-sm-13 {
    margin-right: 15rem !important;
  }

  .mb-sm-13,
.my-sm-13 {
    margin-bottom: 15rem !important;
  }

  .ml-sm-13,
.mx-sm-13 {
    margin-left: 15rem !important;
  }

  .m-sm-14 {
    margin: 17rem !important;
  }

  .mt-sm-14,
.my-sm-14 {
    margin-top: 17rem !important;
  }

  .mr-sm-14,
.mx-sm-14 {
    margin-right: 17rem !important;
  }

  .mb-sm-14,
.my-sm-14 {
    margin-bottom: 17rem !important;
  }

  .ml-sm-14,
.mx-sm-14 {
    margin-left: 17rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 2rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 2rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 2rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 2rem !important;
  }

  .p-sm-6 {
    padding: 3rem !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 3rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 3rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 3rem !important;
  }

  .p-sm-7 {
    padding: 4rem !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 4rem !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 4rem !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 4rem !important;
  }

  .p-sm-8 {
    padding: 5rem !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 5rem !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 5rem !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 5rem !important;
  }

  .p-sm-9 {
    padding: 7rem !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 7rem !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 7rem !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 7rem !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 7rem !important;
  }

  .p-sm-10 {
    padding: 9rem !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 9rem !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 9rem !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 9rem !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 9rem !important;
  }

  .p-sm-11 {
    padding: 11rem !important;
  }

  .pt-sm-11,
.py-sm-11 {
    padding-top: 11rem !important;
  }

  .pr-sm-11,
.px-sm-11 {
    padding-right: 11rem !important;
  }

  .pb-sm-11,
.py-sm-11 {
    padding-bottom: 11rem !important;
  }

  .pl-sm-11,
.px-sm-11 {
    padding-left: 11rem !important;
  }

  .p-sm-12 {
    padding: 13rem !important;
  }

  .pt-sm-12,
.py-sm-12 {
    padding-top: 13rem !important;
  }

  .pr-sm-12,
.px-sm-12 {
    padding-right: 13rem !important;
  }

  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 13rem !important;
  }

  .pl-sm-12,
.px-sm-12 {
    padding-left: 13rem !important;
  }

  .p-sm-13 {
    padding: 15rem !important;
  }

  .pt-sm-13,
.py-sm-13 {
    padding-top: 15rem !important;
  }

  .pr-sm-13,
.px-sm-13 {
    padding-right: 15rem !important;
  }

  .pb-sm-13,
.py-sm-13 {
    padding-bottom: 15rem !important;
  }

  .pl-sm-13,
.px-sm-13 {
    padding-left: 15rem !important;
  }

  .p-sm-14 {
    padding: 17rem !important;
  }

  .pt-sm-14,
.py-sm-14 {
    padding-top: 17rem !important;
  }

  .pr-sm-14,
.px-sm-14 {
    padding-right: 17rem !important;
  }

  .pb-sm-14,
.py-sm-14 {
    padding-bottom: 17rem !important;
  }

  .pl-sm-14,
.px-sm-14 {
    padding-left: 17rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -2rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -2rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -2rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -2rem !important;
  }

  .m-sm-n6 {
    margin: -3rem !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -3rem !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -3rem !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -3rem !important;
  }

  .m-sm-n7 {
    margin: -4rem !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -4rem !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -4rem !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -4rem !important;
  }

  .m-sm-n8 {
    margin: -5rem !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -5rem !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -5rem !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -5rem !important;
  }

  .m-sm-n9 {
    margin: -7rem !important;
  }

  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -7rem !important;
  }

  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -7rem !important;
  }

  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -7rem !important;
  }

  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -7rem !important;
  }

  .m-sm-n10 {
    margin: -9rem !important;
  }

  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -9rem !important;
  }

  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -9rem !important;
  }

  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -9rem !important;
  }

  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -9rem !important;
  }

  .m-sm-n11 {
    margin: -11rem !important;
  }

  .mt-sm-n11,
.my-sm-n11 {
    margin-top: -11rem !important;
  }

  .mr-sm-n11,
.mx-sm-n11 {
    margin-right: -11rem !important;
  }

  .mb-sm-n11,
.my-sm-n11 {
    margin-bottom: -11rem !important;
  }

  .ml-sm-n11,
.mx-sm-n11 {
    margin-left: -11rem !important;
  }

  .m-sm-n12 {
    margin: -13rem !important;
  }

  .mt-sm-n12,
.my-sm-n12 {
    margin-top: -13rem !important;
  }

  .mr-sm-n12,
.mx-sm-n12 {
    margin-right: -13rem !important;
  }

  .mb-sm-n12,
.my-sm-n12 {
    margin-bottom: -13rem !important;
  }

  .ml-sm-n12,
.mx-sm-n12 {
    margin-left: -13rem !important;
  }

  .m-sm-n13 {
    margin: -15rem !important;
  }

  .mt-sm-n13,
.my-sm-n13 {
    margin-top: -15rem !important;
  }

  .mr-sm-n13,
.mx-sm-n13 {
    margin-right: -15rem !important;
  }

  .mb-sm-n13,
.my-sm-n13 {
    margin-bottom: -15rem !important;
  }

  .ml-sm-n13,
.mx-sm-n13 {
    margin-left: -15rem !important;
  }

  .m-sm-n14 {
    margin: -17rem !important;
  }

  .mt-sm-n14,
.my-sm-n14 {
    margin-top: -17rem !important;
  }

  .mr-sm-n14,
.mx-sm-n14 {
    margin-right: -17rem !important;
  }

  .mb-sm-n14,
.my-sm-n14 {
    margin-bottom: -17rem !important;
  }

  .ml-sm-n14,
.mx-sm-n14 {
    margin-left: -17rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 2rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 2rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 2rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 2rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 2rem !important;
  }

  .m-md-6 {
    margin: 3rem !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 3rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 3rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 3rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 3rem !important;
  }

  .m-md-7 {
    margin: 4rem !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 4rem !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 4rem !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 4rem !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 4rem !important;
  }

  .m-md-8 {
    margin: 5rem !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 5rem !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 5rem !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 5rem !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 5rem !important;
  }

  .m-md-9 {
    margin: 7rem !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 7rem !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 7rem !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 7rem !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 7rem !important;
  }

  .m-md-10 {
    margin: 9rem !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 9rem !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 9rem !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 9rem !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 9rem !important;
  }

  .m-md-11 {
    margin: 11rem !important;
  }

  .mt-md-11,
.my-md-11 {
    margin-top: 11rem !important;
  }

  .mr-md-11,
.mx-md-11 {
    margin-right: 11rem !important;
  }

  .mb-md-11,
.my-md-11 {
    margin-bottom: 11rem !important;
  }

  .ml-md-11,
.mx-md-11 {
    margin-left: 11rem !important;
  }

  .m-md-12 {
    margin: 13rem !important;
  }

  .mt-md-12,
.my-md-12 {
    margin-top: 13rem !important;
  }

  .mr-md-12,
.mx-md-12 {
    margin-right: 13rem !important;
  }

  .mb-md-12,
.my-md-12 {
    margin-bottom: 13rem !important;
  }

  .ml-md-12,
.mx-md-12 {
    margin-left: 13rem !important;
  }

  .m-md-13 {
    margin: 15rem !important;
  }

  .mt-md-13,
.my-md-13 {
    margin-top: 15rem !important;
  }

  .mr-md-13,
.mx-md-13 {
    margin-right: 15rem !important;
  }

  .mb-md-13,
.my-md-13 {
    margin-bottom: 15rem !important;
  }

  .ml-md-13,
.mx-md-13 {
    margin-left: 15rem !important;
  }

  .m-md-14 {
    margin: 17rem !important;
  }

  .mt-md-14,
.my-md-14 {
    margin-top: 17rem !important;
  }

  .mr-md-14,
.mx-md-14 {
    margin-right: 17rem !important;
  }

  .mb-md-14,
.my-md-14 {
    margin-bottom: 17rem !important;
  }

  .ml-md-14,
.mx-md-14 {
    margin-left: 17rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 2rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 2rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 2rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 2rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 2rem !important;
  }

  .p-md-6 {
    padding: 3rem !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 3rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 3rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 3rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 3rem !important;
  }

  .p-md-7 {
    padding: 4rem !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 4rem !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 4rem !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 4rem !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 4rem !important;
  }

  .p-md-8 {
    padding: 5rem !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 5rem !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 5rem !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 5rem !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 5rem !important;
  }

  .p-md-9 {
    padding: 7rem !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 7rem !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 7rem !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 7rem !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 7rem !important;
  }

  .p-md-10 {
    padding: 9rem !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 9rem !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 9rem !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 9rem !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 9rem !important;
  }

  .p-md-11 {
    padding: 11rem !important;
  }

  .pt-md-11,
.py-md-11 {
    padding-top: 11rem !important;
  }

  .pr-md-11,
.px-md-11 {
    padding-right: 11rem !important;
  }

  .pb-md-11,
.py-md-11 {
    padding-bottom: 11rem !important;
  }

  .pl-md-11,
.px-md-11 {
    padding-left: 11rem !important;
  }

  .p-md-12 {
    padding: 13rem !important;
  }

  .pt-md-12,
.py-md-12 {
    padding-top: 13rem !important;
  }

  .pr-md-12,
.px-md-12 {
    padding-right: 13rem !important;
  }

  .pb-md-12,
.py-md-12 {
    padding-bottom: 13rem !important;
  }

  .pl-md-12,
.px-md-12 {
    padding-left: 13rem !important;
  }

  .p-md-13 {
    padding: 15rem !important;
  }

  .pt-md-13,
.py-md-13 {
    padding-top: 15rem !important;
  }

  .pr-md-13,
.px-md-13 {
    padding-right: 15rem !important;
  }

  .pb-md-13,
.py-md-13 {
    padding-bottom: 15rem !important;
  }

  .pl-md-13,
.px-md-13 {
    padding-left: 15rem !important;
  }

  .p-md-14 {
    padding: 17rem !important;
  }

  .pt-md-14,
.py-md-14 {
    padding-top: 17rem !important;
  }

  .pr-md-14,
.px-md-14 {
    padding-right: 17rem !important;
  }

  .pb-md-14,
.py-md-14 {
    padding-bottom: 17rem !important;
  }

  .pl-md-14,
.px-md-14 {
    padding-left: 17rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -2rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -2rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -2rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -2rem !important;
  }

  .m-md-n6 {
    margin: -3rem !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -3rem !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -3rem !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -3rem !important;
  }

  .m-md-n7 {
    margin: -4rem !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -4rem !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -4rem !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -4rem !important;
  }

  .m-md-n8 {
    margin: -5rem !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -5rem !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -5rem !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -5rem !important;
  }

  .m-md-n9 {
    margin: -7rem !important;
  }

  .mt-md-n9,
.my-md-n9 {
    margin-top: -7rem !important;
  }

  .mr-md-n9,
.mx-md-n9 {
    margin-right: -7rem !important;
  }

  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -7rem !important;
  }

  .ml-md-n9,
.mx-md-n9 {
    margin-left: -7rem !important;
  }

  .m-md-n10 {
    margin: -9rem !important;
  }

  .mt-md-n10,
.my-md-n10 {
    margin-top: -9rem !important;
  }

  .mr-md-n10,
.mx-md-n10 {
    margin-right: -9rem !important;
  }

  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -9rem !important;
  }

  .ml-md-n10,
.mx-md-n10 {
    margin-left: -9rem !important;
  }

  .m-md-n11 {
    margin: -11rem !important;
  }

  .mt-md-n11,
.my-md-n11 {
    margin-top: -11rem !important;
  }

  .mr-md-n11,
.mx-md-n11 {
    margin-right: -11rem !important;
  }

  .mb-md-n11,
.my-md-n11 {
    margin-bottom: -11rem !important;
  }

  .ml-md-n11,
.mx-md-n11 {
    margin-left: -11rem !important;
  }

  .m-md-n12 {
    margin: -13rem !important;
  }

  .mt-md-n12,
.my-md-n12 {
    margin-top: -13rem !important;
  }

  .mr-md-n12,
.mx-md-n12 {
    margin-right: -13rem !important;
  }

  .mb-md-n12,
.my-md-n12 {
    margin-bottom: -13rem !important;
  }

  .ml-md-n12,
.mx-md-n12 {
    margin-left: -13rem !important;
  }

  .m-md-n13 {
    margin: -15rem !important;
  }

  .mt-md-n13,
.my-md-n13 {
    margin-top: -15rem !important;
  }

  .mr-md-n13,
.mx-md-n13 {
    margin-right: -15rem !important;
  }

  .mb-md-n13,
.my-md-n13 {
    margin-bottom: -15rem !important;
  }

  .ml-md-n13,
.mx-md-n13 {
    margin-left: -15rem !important;
  }

  .m-md-n14 {
    margin: -17rem !important;
  }

  .mt-md-n14,
.my-md-n14 {
    margin-top: -17rem !important;
  }

  .mr-md-n14,
.mx-md-n14 {
    margin-right: -17rem !important;
  }

  .mb-md-n14,
.my-md-n14 {
    margin-bottom: -17rem !important;
  }

  .ml-md-n14,
.mx-md-n14 {
    margin-left: -17rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1048px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 2rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 2rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 2rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 2rem !important;
  }

  .m-lg-6 {
    margin: 3rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 3rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 3rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 3rem !important;
  }

  .m-lg-7 {
    margin: 4rem !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 4rem !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 4rem !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 4rem !important;
  }

  .m-lg-8 {
    margin: 5rem !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 5rem !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 5rem !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 5rem !important;
  }

  .m-lg-9 {
    margin: 7rem !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 7rem !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 7rem !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 7rem !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 7rem !important;
  }

  .m-lg-10 {
    margin: 9rem !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 9rem !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 9rem !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 9rem !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 9rem !important;
  }

  .m-lg-11 {
    margin: 11rem !important;
  }

  .mt-lg-11,
.my-lg-11 {
    margin-top: 11rem !important;
  }

  .mr-lg-11,
.mx-lg-11 {
    margin-right: 11rem !important;
  }

  .mb-lg-11,
.my-lg-11 {
    margin-bottom: 11rem !important;
  }

  .ml-lg-11,
.mx-lg-11 {
    margin-left: 11rem !important;
  }

  .m-lg-12 {
    margin: 13rem !important;
  }

  .mt-lg-12,
.my-lg-12 {
    margin-top: 13rem !important;
  }

  .mr-lg-12,
.mx-lg-12 {
    margin-right: 13rem !important;
  }

  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 13rem !important;
  }

  .ml-lg-12,
.mx-lg-12 {
    margin-left: 13rem !important;
  }

  .m-lg-13 {
    margin: 15rem !important;
  }

  .mt-lg-13,
.my-lg-13 {
    margin-top: 15rem !important;
  }

  .mr-lg-13,
.mx-lg-13 {
    margin-right: 15rem !important;
  }

  .mb-lg-13,
.my-lg-13 {
    margin-bottom: 15rem !important;
  }

  .ml-lg-13,
.mx-lg-13 {
    margin-left: 15rem !important;
  }

  .m-lg-14 {
    margin: 17rem !important;
  }

  .mt-lg-14,
.my-lg-14 {
    margin-top: 17rem !important;
  }

  .mr-lg-14,
.mx-lg-14 {
    margin-right: 17rem !important;
  }

  .mb-lg-14,
.my-lg-14 {
    margin-bottom: 17rem !important;
  }

  .ml-lg-14,
.mx-lg-14 {
    margin-left: 17rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 2rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 2rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 2rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 2rem !important;
  }

  .p-lg-6 {
    padding: 3rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 3rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 3rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 3rem !important;
  }

  .p-lg-7 {
    padding: 4rem !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 4rem !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 4rem !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 4rem !important;
  }

  .p-lg-8 {
    padding: 5rem !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 5rem !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 5rem !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 5rem !important;
  }

  .p-lg-9 {
    padding: 7rem !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 7rem !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 7rem !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 7rem !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 7rem !important;
  }

  .p-lg-10 {
    padding: 9rem !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 9rem !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 9rem !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 9rem !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 9rem !important;
  }

  .p-lg-11 {
    padding: 11rem !important;
  }

  .pt-lg-11,
.py-lg-11 {
    padding-top: 11rem !important;
  }

  .pr-lg-11,
.px-lg-11 {
    padding-right: 11rem !important;
  }

  .pb-lg-11,
.py-lg-11 {
    padding-bottom: 11rem !important;
  }

  .pl-lg-11,
.px-lg-11 {
    padding-left: 11rem !important;
  }

  .p-lg-12 {
    padding: 13rem !important;
  }

  .pt-lg-12,
.py-lg-12 {
    padding-top: 13rem !important;
  }

  .pr-lg-12,
.px-lg-12 {
    padding-right: 13rem !important;
  }

  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 13rem !important;
  }

  .pl-lg-12,
.px-lg-12 {
    padding-left: 13rem !important;
  }

  .p-lg-13 {
    padding: 15rem !important;
  }

  .pt-lg-13,
.py-lg-13 {
    padding-top: 15rem !important;
  }

  .pr-lg-13,
.px-lg-13 {
    padding-right: 15rem !important;
  }

  .pb-lg-13,
.py-lg-13 {
    padding-bottom: 15rem !important;
  }

  .pl-lg-13,
.px-lg-13 {
    padding-left: 15rem !important;
  }

  .p-lg-14 {
    padding: 17rem !important;
  }

  .pt-lg-14,
.py-lg-14 {
    padding-top: 17rem !important;
  }

  .pr-lg-14,
.px-lg-14 {
    padding-right: 17rem !important;
  }

  .pb-lg-14,
.py-lg-14 {
    padding-bottom: 17rem !important;
  }

  .pl-lg-14,
.px-lg-14 {
    padding-left: 17rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -2rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -2rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -2rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -2rem !important;
  }

  .m-lg-n6 {
    margin: -3rem !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -3rem !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -3rem !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -3rem !important;
  }

  .m-lg-n7 {
    margin: -4rem !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -4rem !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -4rem !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -4rem !important;
  }

  .m-lg-n8 {
    margin: -5rem !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -5rem !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -5rem !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -5rem !important;
  }

  .m-lg-n9 {
    margin: -7rem !important;
  }

  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -7rem !important;
  }

  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -7rem !important;
  }

  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -7rem !important;
  }

  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -7rem !important;
  }

  .m-lg-n10 {
    margin: -9rem !important;
  }

  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -9rem !important;
  }

  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -9rem !important;
  }

  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -9rem !important;
  }

  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -9rem !important;
  }

  .m-lg-n11 {
    margin: -11rem !important;
  }

  .mt-lg-n11,
.my-lg-n11 {
    margin-top: -11rem !important;
  }

  .mr-lg-n11,
.mx-lg-n11 {
    margin-right: -11rem !important;
  }

  .mb-lg-n11,
.my-lg-n11 {
    margin-bottom: -11rem !important;
  }

  .ml-lg-n11,
.mx-lg-n11 {
    margin-left: -11rem !important;
  }

  .m-lg-n12 {
    margin: -13rem !important;
  }

  .mt-lg-n12,
.my-lg-n12 {
    margin-top: -13rem !important;
  }

  .mr-lg-n12,
.mx-lg-n12 {
    margin-right: -13rem !important;
  }

  .mb-lg-n12,
.my-lg-n12 {
    margin-bottom: -13rem !important;
  }

  .ml-lg-n12,
.mx-lg-n12 {
    margin-left: -13rem !important;
  }

  .m-lg-n13 {
    margin: -15rem !important;
  }

  .mt-lg-n13,
.my-lg-n13 {
    margin-top: -15rem !important;
  }

  .mr-lg-n13,
.mx-lg-n13 {
    margin-right: -15rem !important;
  }

  .mb-lg-n13,
.my-lg-n13 {
    margin-bottom: -15rem !important;
  }

  .ml-lg-n13,
.mx-lg-n13 {
    margin-left: -15rem !important;
  }

  .m-lg-n14 {
    margin: -17rem !important;
  }

  .mt-lg-n14,
.my-lg-n14 {
    margin-top: -17rem !important;
  }

  .mr-lg-n14,
.mx-lg-n14 {
    margin-right: -17rem !important;
  }

  .mb-lg-n14,
.my-lg-n14 {
    margin-bottom: -17rem !important;
  }

  .ml-lg-n14,
.mx-lg-n14 {
    margin-left: -17rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1248px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 2rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 2rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 2rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 2rem !important;
  }

  .m-xl-6 {
    margin: 3rem !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 3rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 3rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 3rem !important;
  }

  .m-xl-7 {
    margin: 4rem !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 4rem !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 4rem !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 4rem !important;
  }

  .m-xl-8 {
    margin: 5rem !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 5rem !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 5rem !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 5rem !important;
  }

  .m-xl-9 {
    margin: 7rem !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 7rem !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 7rem !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 7rem !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 7rem !important;
  }

  .m-xl-10 {
    margin: 9rem !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 9rem !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 9rem !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 9rem !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 9rem !important;
  }

  .m-xl-11 {
    margin: 11rem !important;
  }

  .mt-xl-11,
.my-xl-11 {
    margin-top: 11rem !important;
  }

  .mr-xl-11,
.mx-xl-11 {
    margin-right: 11rem !important;
  }

  .mb-xl-11,
.my-xl-11 {
    margin-bottom: 11rem !important;
  }

  .ml-xl-11,
.mx-xl-11 {
    margin-left: 11rem !important;
  }

  .m-xl-12 {
    margin: 13rem !important;
  }

  .mt-xl-12,
.my-xl-12 {
    margin-top: 13rem !important;
  }

  .mr-xl-12,
.mx-xl-12 {
    margin-right: 13rem !important;
  }

  .mb-xl-12,
.my-xl-12 {
    margin-bottom: 13rem !important;
  }

  .ml-xl-12,
.mx-xl-12 {
    margin-left: 13rem !important;
  }

  .m-xl-13 {
    margin: 15rem !important;
  }

  .mt-xl-13,
.my-xl-13 {
    margin-top: 15rem !important;
  }

  .mr-xl-13,
.mx-xl-13 {
    margin-right: 15rem !important;
  }

  .mb-xl-13,
.my-xl-13 {
    margin-bottom: 15rem !important;
  }

  .ml-xl-13,
.mx-xl-13 {
    margin-left: 15rem !important;
  }

  .m-xl-14 {
    margin: 17rem !important;
  }

  .mt-xl-14,
.my-xl-14 {
    margin-top: 17rem !important;
  }

  .mr-xl-14,
.mx-xl-14 {
    margin-right: 17rem !important;
  }

  .mb-xl-14,
.my-xl-14 {
    margin-bottom: 17rem !important;
  }

  .ml-xl-14,
.mx-xl-14 {
    margin-left: 17rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 2rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 2rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 2rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 2rem !important;
  }

  .p-xl-6 {
    padding: 3rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 3rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 3rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 3rem !important;
  }

  .p-xl-7 {
    padding: 4rem !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 4rem !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 4rem !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 4rem !important;
  }

  .p-xl-8 {
    padding: 5rem !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 5rem !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 5rem !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 5rem !important;
  }

  .p-xl-9 {
    padding: 7rem !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 7rem !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 7rem !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 7rem !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 7rem !important;
  }

  .p-xl-10 {
    padding: 9rem !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 9rem !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 9rem !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 9rem !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 9rem !important;
  }

  .p-xl-11 {
    padding: 11rem !important;
  }

  .pt-xl-11,
.py-xl-11 {
    padding-top: 11rem !important;
  }

  .pr-xl-11,
.px-xl-11 {
    padding-right: 11rem !important;
  }

  .pb-xl-11,
.py-xl-11 {
    padding-bottom: 11rem !important;
  }

  .pl-xl-11,
.px-xl-11 {
    padding-left: 11rem !important;
  }

  .p-xl-12 {
    padding: 13rem !important;
  }

  .pt-xl-12,
.py-xl-12 {
    padding-top: 13rem !important;
  }

  .pr-xl-12,
.px-xl-12 {
    padding-right: 13rem !important;
  }

  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 13rem !important;
  }

  .pl-xl-12,
.px-xl-12 {
    padding-left: 13rem !important;
  }

  .p-xl-13 {
    padding: 15rem !important;
  }

  .pt-xl-13,
.py-xl-13 {
    padding-top: 15rem !important;
  }

  .pr-xl-13,
.px-xl-13 {
    padding-right: 15rem !important;
  }

  .pb-xl-13,
.py-xl-13 {
    padding-bottom: 15rem !important;
  }

  .pl-xl-13,
.px-xl-13 {
    padding-left: 15rem !important;
  }

  .p-xl-14 {
    padding: 17rem !important;
  }

  .pt-xl-14,
.py-xl-14 {
    padding-top: 17rem !important;
  }

  .pr-xl-14,
.px-xl-14 {
    padding-right: 17rem !important;
  }

  .pb-xl-14,
.py-xl-14 {
    padding-bottom: 17rem !important;
  }

  .pl-xl-14,
.px-xl-14 {
    padding-left: 17rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -2rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -2rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -2rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -2rem !important;
  }

  .m-xl-n6 {
    margin: -3rem !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -3rem !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -3rem !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -3rem !important;
  }

  .m-xl-n7 {
    margin: -4rem !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -4rem !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -4rem !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -4rem !important;
  }

  .m-xl-n8 {
    margin: -5rem !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -5rem !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -5rem !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -5rem !important;
  }

  .m-xl-n9 {
    margin: -7rem !important;
  }

  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -7rem !important;
  }

  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -7rem !important;
  }

  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -7rem !important;
  }

  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -7rem !important;
  }

  .m-xl-n10 {
    margin: -9rem !important;
  }

  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -9rem !important;
  }

  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -9rem !important;
  }

  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -9rem !important;
  }

  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -9rem !important;
  }

  .m-xl-n11 {
    margin: -11rem !important;
  }

  .mt-xl-n11,
.my-xl-n11 {
    margin-top: -11rem !important;
  }

  .mr-xl-n11,
.mx-xl-n11 {
    margin-right: -11rem !important;
  }

  .mb-xl-n11,
.my-xl-n11 {
    margin-bottom: -11rem !important;
  }

  .ml-xl-n11,
.mx-xl-n11 {
    margin-left: -11rem !important;
  }

  .m-xl-n12 {
    margin: -13rem !important;
  }

  .mt-xl-n12,
.my-xl-n12 {
    margin-top: -13rem !important;
  }

  .mr-xl-n12,
.mx-xl-n12 {
    margin-right: -13rem !important;
  }

  .mb-xl-n12,
.my-xl-n12 {
    margin-bottom: -13rem !important;
  }

  .ml-xl-n12,
.mx-xl-n12 {
    margin-left: -13rem !important;
  }

  .m-xl-n13 {
    margin: -15rem !important;
  }

  .mt-xl-n13,
.my-xl-n13 {
    margin-top: -15rem !important;
  }

  .mr-xl-n13,
.mx-xl-n13 {
    margin-right: -15rem !important;
  }

  .mb-xl-n13,
.my-xl-n13 {
    margin-bottom: -15rem !important;
  }

  .ml-xl-n13,
.mx-xl-n13 {
    margin-left: -15rem !important;
  }

  .m-xl-n14 {
    margin: -17rem !important;
  }

  .mt-xl-n14,
.my-xl-n14 {
    margin-top: -17rem !important;
  }

  .mr-xl-n14,
.mx-xl-n14 {
    margin-right: -17rem !important;
  }

  .mb-xl-n14,
.my-xl-n14 {
    margin-bottom: -17rem !important;
  }

  .ml-xl-n14,
.mx-xl-n14 {
    margin-left: -17rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1048px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1248px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0039A6 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #001f5a !important;
}

.text-secondary {
  color: #78909C !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #546973 !important;
}

.text-success {
  color: #43A047 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #2c6a2f !important;
}

.text-info {
  color: #17A2B8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #FDD835 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #e3ba02 !important;
}

.text-danger {
  color: #D32F2F !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #962020 !important;
}

.text-light {
  color: #F8F9FA !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #262626 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #1D1D1D !important;
}

.text-muted {
  color: red !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 2px solid #6F6F6F;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
.h2,
h3,
.modal-title,
.h3 {
    orphans: 3;
    widows: 3;
  }

  h2, .h2,
h3,
.modal-title,
.h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 1048px !important;
  }

  .container {
    min-width: 1048px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 2px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #EAEAEA !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #DBDBDB;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #DBDBDB;
  }
}
a, button {
  text-decoration: underline;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
a:hover, button:hover {
  text-decoration: none;
}

* {
  outline: 0 !important;
}

*:focus {
  outline: 0 !important;
}

h1, .h1 {
  font-size: 42px;
  line-height: 42px;
  font-size: 4.2rem;
  line-height: 4.2rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 900;
  margin-bottom: 24px;
  color: #0039A6;
}
@media (min-width: 576px) {
  h1, .h1 {
    font-size: 55px;
    line-height: 55px;
    font-size: 5.5rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 72px;
    line-height: 72px;
    font-size: 7.2rem;
    line-height: 7.2rem;
  }
}

h2, .h2 {
  font-size: 38px;
  line-height: 48px;
  font-size: 3.8rem;
  line-height: 4.8rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  margin-bottom: 24px;
  color: #0039A6;
}
@media (min-width: 576px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 48px;
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 45px;
    line-height: 55px;
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 1048px) {
  h2, .h2 {
    font-size: 50px;
    line-height: 60px;
    font-size: 5rem;
    line-height: 6rem;
  }
}

h3, .modal-title, .h3 {
  font-size: 28px;
  line-height: 30px;
  font-size: 2.8rem;
  line-height: 3rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  margin-bottom: 24px;
  color: #0039A6;
}

h4, .h4 {
  font-size: 16px;
  line-height: 22px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  margin-bottom: 24px;
}

h5, .h5 {
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  margin-bottom: 24px;
}

h6, .h6 {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  margin-bottom: 24px;
}

h1, .h1, h2, h3, .modal-title, h4, h5, h6 .h1,
.h2, .h3, .h4, .h5, .h6 {
  position: relative;
  display: block;
}
h1 *, .h1 *, h2 *, h3 *, .modal-title *, h4 *, h5 *, h6 .h1 *,
.h2 *, .h3 *, .h4 *, .h5 *, .h6 * {
  color: inherit;
  text-decoration: inherit !important;
}
h1 + *, .h1 + *, h2 + *, h3 + *, .modal-title + *, h4 + *, h5 + *, h6 .h1 + *, .h6 .h1 + *,
.h2 + *, .h3 + *, .h4 + *, .h5 + *, .h6 + * {
  margin-top: 0 !important;
}
strong h1strong, strong h2strong, strong h3strong, strong h4strong, strong h5strong, strong h6 .h1strong, strong .h6 .h1strong,
strong .h2strong, strong .h3strong, strong .h4strong, strong .h5strong, strong .h6strong {
  color: #0039A6;
}
h1 a:not(.btn):hover, .h1 a:not(.btn):hover, h2 a:not(.btn):hover, h3 a:not(.btn):hover, .modal-title a:not(.btn):hover, h4 a:not(.btn):hover, h5 a:not(.btn):hover, h6 .h1 a:not(.btn):hover,
.h2 a:not(.btn):hover, .h3 a:not(.btn):hover, .h4 a:not(.btn):hover, .h5 a:not(.btn):hover, .h6 a:not(.btn):hover {
  color: #092E76;
}

p {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin: 0;
}
p:not(:first-child) {
  margin-top: 16px;
}

em {
  position: relative;
  display: block;
  font-size: 1.6rem;
  color: #506e79;
  font-family: "Helvetica Neue Roman", sans-serif;
  margin: 0;
}
em:not(:first-child) {
  margin-top: 16px;
}

b, strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

i {
  font-family: "Helvetica Neue Roman", sans-serif;
}

u {
  text-decoration: underline;
}

small {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.wysiwyg {
  position: relative;
  display: block;
}
.wysiwyg p + h1, .wysiwyg p + .h1, .wysiwyg p + h2, .wysiwyg p + h3, .wysiwyg p + .modal-title, .wysiwyg p + h4, .wysiwyg p + h5, .wysiwyg p + h6 p + .h1, .wysiwyg p + .h6 p + .h1,
.wysiwyg p + .h2, .wysiwyg p + .h3, .wysiwyg p + .h4, .wysiwyg p + .h5, .wysiwyg p + .h6 {
  margin-top: 32px;
}
.wysiwyg a:not(.btn) {
  color: #0039A6;
  text-decoration: underline;
  cursor: pointer;
}
.wysiwyg a:not(.btn):hover {
  text-decoration: none;
  color: #0039A6;
}
.wysiwyg a:not(.btn) * {
  text-decoration: initial;
  color: initial;
}
.wysiwyg ul {
  position: relative;
  display: block;
  margin-top: 24px;
}
.wysiwyg ul li {
  position: relative;
  display: block;
  padding: 1px 0;
  padding-left: 18px;
  margin-bottom: 0;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.wysiwyg ul li:before {
  position: absolute;
  left: 0;
  width: 8px;
  top: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background-color: #262626;
}
.wysiwyg ul ul {
  margin-left: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
.wysiwyg ol {
  list-style: decimal;
  position: relative;
  display: block;
  margin-top: 24px;
  padding-left: 18px;
  list-style-type: none;
  counter-reset: li-counter;
}
.wysiwyg ol li {
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  line-height: 24px;
  margin-bottom: 0;
  position: relative;
}
.wysiwyg ol li::before {
  display: block;
  position: absolute;
  left: -24px;
  top: -2px;
  font-size: 1.6rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #262626;
  content: counter(li-counter);
  counter-increment: li-counter;
}
.wysiwyg ol ol {
  padding-left: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
.wysiwyg img {
  margin-bottom: 24px;
  border-radius: 6px;
}
.wysiwyg .resp-table {
  position: relative;
  display: block;
  overflow: auto;
}
.wysiwyg table {
  max-width: 100%;
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  border-top: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  border-radius: 6px;
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.1);
  overflow: hidden;
}
.wysiwyg table th {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  background-color: #506e79;
  color: #fff;
  padding: 8px 16px;
}
.wysiwyg table tr {
  border-bottom: 1px solid #DBDBDB;
}
.wysiwyg table tr:nth-of-type(even) {
  background-color: #fff;
}
.wysiwyg table td {
  padding: 8px 16px;
  vertical-align: top;
}

.box-text__main__article blockquote:before, .box-gallery__one:after, .box-subPageNav__inner__control:before, .box-heading .slick-arrow:before, .box-slide .slick-arrow:before, .header__nav > ul li ul li.responsBack strong:before, .header__nav > ul li a:after, .icon, .icon-a:after, .icon-b:before {
  background-image: url("../img/pngSprite.png");
}

.icon.arrows, .icon-a.arrows:after, .icon-b.arrows:before {
  width: 10px;
  height: 10px;
  background-position: -154px -23px;
}

.ha.icon.arrows, .ha.icon-a.arrows:after, .ha.icon-b.arrows:before {
  margin-left: -5px;
  margin-top: -5px;
}

.va.icon.arrows, .va.icon-a.arrows:after, .va.icon-b.arrows:before {
  margin-top: -5px;
}

.ba.icon.arrows, .ba.icon-a.arrows:after, .ba.icon-b.arrows:before {
  margin-left: -5px;
  margin-top: -5px;
}

.icon.checked, .icon-a.checked:after, .icon-b.checked:before {
  width: 32px;
  height: 32px;
  background-position: -42px -68px;
}

.ha.icon.checked, .ha.icon-a.checked:after, .ha.icon-b.checked:before {
  margin-left: -16px;
  margin-top: -16px;
}

.va.icon.checked, .va.icon-a.checked:after, .va.icon-b.checked:before {
  margin-top: -16px;
}

.ba.icon.checked, .ba.icon-a.checked:after, .ba.icon-b.checked:before {
  margin-left: -16px;
  margin-top: -16px;
}

.icon.gmap, .icon-a.gmap:after, .icon-b.gmap:before {
  width: 28px;
  height: 30px;
  background-position: -116px 0px;
}

.ha.icon.gmap, .ha.icon-a.gmap:after, .ha.icon-b.gmap:before {
  margin-left: -14px;
  margin-top: -15px;
}

.va.icon.gmap, .va.icon-a.gmap:after, .va.icon-b.gmap:before {
  margin-top: -15px;
}

.ba.icon.gmap, .ba.icon-a.gmap:after, .ba.icon-b.gmap:before {
  margin-left: -14px;
  margin-top: -15px;
}

.icon.goDown, .icon-a.goDown:after, .icon-b.goDown:before {
  width: 22px;
  height: 24px;
  background-position: -116px -40px;
}

.ha.icon.goDown, .ha.icon-a.goDown:after, .ha.icon-b.goDown:before {
  margin-left: -11px;
  margin-top: -12px;
}

.va.icon.goDown, .va.icon-a.goDown:after, .va.icon-b.goDown:before {
  margin-top: -12px;
}

.ba.icon.goDown, .ba.icon-a.goDown:after, .ba.icon-b.goDown:before {
  margin-left: -11px;
  margin-top: -12px;
}

.icon.link, .icon-a.link:after, .icon-b.link:before {
  width: 32px;
  height: 32px;
  background-position: -74px 0px;
}

.ha.icon.link, .ha.icon-a.link:after, .ha.icon-b.link:before {
  margin-left: -16px;
  margin-top: -16px;
}

.va.icon.link, .va.icon-a.link:after, .va.icon-b.link:before {
  margin-top: -16px;
}

.ba.icon.link, .ba.icon-a.link:after, .ba.icon-b.link:before {
  margin-left: -16px;
  margin-top: -16px;
}

.icon.look, .icon-a.look:after, .icon-b.look:before {
  width: 32px;
  height: 32px;
  background-position: 0px -68px;
}

.ha.icon.look, .ha.icon-a.look:after, .ha.icon-b.look:before {
  margin-left: -16px;
  margin-top: -16px;
}

.va.icon.look, .va.icon-a.look:after, .va.icon-b.look:before {
  margin-top: -16px;
}

.ba.icon.look, .ba.icon-a.look:after, .ba.icon-b.look:before {
  margin-left: -16px;
  margin-top: -16px;
}

.icon.people-arrow, .icon-a.people-arrow:after, .icon-b.people-arrow:before {
  width: 18px;
  height: 13px;
  background-position: -116px -74px;
}

.ha.icon.people-arrow, .ha.icon-a.people-arrow:after, .ha.icon-b.people-arrow:before {
  margin-left: -9px;
  margin-top: -6.5px;
}

.va.icon.people-arrow, .va.icon-a.people-arrow:after, .va.icon-b.people-arrow:before {
  margin-top: -6.5px;
}

.ba.icon.people-arrow, .ba.icon-a.people-arrow:after, .ba.icon-b.people-arrow:before {
  margin-left: -9px;
  margin-top: -6.5px;
}

.icon.quote, .icon-a.quote:after, .icon-b.quote:before {
  width: 64px;
  height: 58px;
  background-position: 0px 0px;
}

.ha.icon.quote, .ha.icon-a.quote:after, .ha.icon-b.quote:before {
  margin-left: -32px;
  margin-top: -29px;
}

.va.icon.quote, .va.icon-a.quote:after, .va.icon-b.quote:before {
  margin-top: -29px;
}

.ba.icon.quote, .ba.icon-a.quote:after, .ba.icon-b.quote:before {
  margin-left: -32px;
  margin-top: -29px;
}

.icon.res-sub-back, .icon-a.res-sub-back:after, .icon-b.res-sub-back:before {
  width: 14px;
  height: 13px;
  background-position: -74px -42px;
}

.ha.icon.res-sub-back, .ha.icon-a.res-sub-back:after, .ha.icon-b.res-sub-back:before {
  margin-left: -7px;
  margin-top: -6.5px;
}

.va.icon.res-sub-back, .va.icon-a.res-sub-back:after, .va.icon-b.res-sub-back:before {
  margin-top: -6.5px;
}

.ba.icon.res-sub-back, .ba.icon-a.res-sub-back:after, .ba.icon-b.res-sub-back:before {
  margin-left: -7px;
  margin-top: -6.5px;
}

.icon.res-sub, .icon-a.res-sub:after, .icon-b.res-sub:before {
  width: 13px;
  height: 12px;
  background-position: 0px -110px;
}

.ha.icon.res-sub, .ha.icon-a.res-sub:after, .ha.icon-b.res-sub:before {
  margin-left: -6.5px;
  margin-top: -6px;
}

.va.icon.res-sub, .va.icon-a.res-sub:after, .va.icon-b.res-sub:before {
  margin-top: -6px;
}

.ba.icon.res-sub, .ba.icon-a.res-sub:after, .ba.icon-b.res-sub:before {
  margin-left: -6.5px;
  margin-top: -6px;
}

.icon.subPageNav-arrow, .icon-a.subPageNav-arrow:after, .icon-b.subPageNav-arrow:before {
  width: 13px;
  height: 7px;
  background-position: -23px -110px;
}

.ha.icon.subPageNav-arrow, .ha.icon-a.subPageNav-arrow:after, .ha.icon-b.subPageNav-arrow:before {
  margin-left: -6.5px;
  margin-top: -3.5px;
}

.va.icon.subPageNav-arrow, .va.icon-a.subPageNav-arrow:after, .va.icon-b.subPageNav-arrow:before {
  margin-top: -3.5px;
}

.ba.icon.subPageNav-arrow, .ba.icon-a.subPageNav-arrow:after, .ba.icon-b.subPageNav-arrow:before {
  margin-left: -6.5px;
  margin-top: -3.5px;
}

.icon.subnav-arrow, .icon-a.subnav-arrow:after, .icon-b.subnav-arrow:before {
  width: 10px;
  height: 13px;
  background-position: -154px 0px;
}

.ha.icon.subnav-arrow, .ha.icon-a.subnav-arrow:after, .ha.icon-b.subnav-arrow:before {
  margin-left: -5px;
  margin-top: -6.5px;
}

.va.icon.subnav-arrow, .va.icon-a.subnav-arrow:after, .va.icon-b.subnav-arrow:before {
  margin-top: -6.5px;
}

.ba.icon.subnav-arrow, .ba.icon-a.subnav-arrow:after, .ba.icon-b.subnav-arrow:before {
  margin-left: -5px;
  margin-top: -6.5px;
}

.icon.tell-arrow, .icon-a.tell-arrow:after, .icon-b.tell-arrow:before {
  width: 13px;
  height: 18px;
  background-position: -84px -68px;
}

.ha.icon.tell-arrow, .ha.icon-a.tell-arrow:after, .ha.icon-b.tell-arrow:before {
  margin-left: -6.5px;
  margin-top: -9px;
}

.va.icon.tell-arrow, .va.icon-a.tell-arrow:after, .va.icon-b.tell-arrow:before {
  margin-top: -9px;
}

.ba.icon.tell-arrow, .ba.icon-a.tell-arrow:after, .ba.icon-b.tell-arrow:before {
  margin-left: -6.5px;
  margin-top: -9px;
}

.icon-b:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
}

.icon-a:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-left: 10px;
}

.icon-a.va, .icon-a.ba, .icon-a.ha, .icon-b.va, .icon-b.ba, .icon-b.ha {
  position: relative;
}

.icon {
  display: block;
}

.ha.icon-b:before, .ha.icon, .ha.icon-a:after {
  position: absolute;
  left: 50%;
  top: 0;
}

.ba.icon-b:before, .ba.icon, .ba.icon-a:after {
  position: absolute;
  top: 50%;
  left: 50%;
}

.va.icon-b:before, .va.icon, .va.icon-a:after {
  position: absolute;
  left: 0;
  top: 50%;
}

/*-----------------------------------------------------------------------------------*/
/*  HELPERS
/*-----------------------------------------------------------------------------------*/
.table {
  display: table;
  width: 100%;
  vertical-align: middle;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.vertical-top {
  vertical-align: top;
}

.wow {
  visibility: hidden;
}
.wow.animated {
  visibility: visible;
}
.oldie .wow {
  visibility: visible !important;
}

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

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

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

.text-justify {
  text-align: justify;
}

.uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.text-no-decoration {
  text-decoration: none;
}

.text-strike {
  text-decoration: line-through;
}

.text-no-wrap {
  white-space: nowrap;
}

.text-wrap {
  word-wrap: break-word;
}

.m0 {
  margin: 0px;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m25 {
  margin: 25px;
}

.m30 {
  margin: 30px;
}

.m35 {
  margin: 35px;
}

.m40 {
  margin: 40px;
}

.m45 {
  margin: 45px;
}

.m50 {
  margin: 50px;
}

.m55 {
  margin: 55px;
}

.m60 {
  margin: 60px;
}

.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.mr0 {
  margin-right: 0px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.p0 {
  padding: 0px;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.p35 {
  padding: 35px;
}

.p40 {
  padding: 40px;
}

.p45 {
  padding: 45px;
}

.p50 {
  padding: 50px;
}

.p55 {
  padding: 55px;
}

.p60 {
  padding: 60px;
}

.pl0 {
  padding-left: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pr0 {
  padding-right: 0px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt100 {
  padding-top: 100px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fw-normal {
  font-weight: normal;
}

.fw-bold {
  font-weight: bold;
}

.fstyle-normal {
  font-style: normal;
}

.fstyle-italic {
  font-style: italic;
}

.captalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.clear {
  clear: both;
}

.clear-r {
  clear: right;
}

.clear-l {
  clear: left;
}

.flr {
  float: right;
}

.fll {
  float: left;
}

.fnone {
  float: none;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

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

.display-flex {
  display: flex;
}

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

.display-none-force-dont-remove {
  display: none !important;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.align-items-stretch {
  align-items: stretch;
}

.c-pointer {
  cursor: pointer;
}

.c-move {
  cursor: move;
}

.c-auto {
  cursor: auto;
}

.c-help {
  cursor: help;
}

.relative {
  position: relative;
}

.bb-2 {
  border-bottom: 2px solid #2a2a2a;
}

.bb-1 {
  border-bottom: 1px solid #2a2a2a;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 24px;
  height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: white;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  border-radius: 1px;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  background-color: white;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  background-color: white;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: white;
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* _reboot.scss */
ol,
ul,
dl {
  margin-bottom: 0;
}

figure {
  margin: 0 0 0;
}

/* _modal.scss */
.modal {
  padding: 0 !important;
  margin: 0 !important;
}
.modal-header {
  justify-content: center;
  color: #262626;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 12px;
}
@media (min-width: 1048px) {
  .modal-header {
    padding: 32px;
  }
}
.modal-title {
  margin-bottom: 0;
}
.modal-body {
  padding: 12px;
}
@media (min-width: 1048px) {
  .modal-body {
    padding: 32px;
  }
}
.modal-footer {
  padding: 12px;
}
@media (min-width: 1048px) {
  .modal-footer {
    padding: 32px;
  }
}
.modal-footer > * {
  margin: 0;
}
.modal .close {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 0;
  margin: 0;
  color: #262626;
  text-shadow: none;
  opacity: 1 !important;
  line-height: 1rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.modal .close * {
  line-height: 1rem;
}
.modal .close:hover, .modal .close:hover span {
  color: #D32F2F;
}

/* _grid.scss */
.row.min-gutters {
  margin-right: -8px;
  margin-left: -8px;
}
.row.min-gutters > .col,
.row.min-gutters > [class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

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

@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/* _alert.scss */
.alert {
  text-align: center;
}

.alert-dismissible .close {
  left: 0;
  right: unset;
}

html {
  scroll-padding-top: 100px;
}

body {
  overflow-x: hidden;
  color: #262626;
  background-color: #FAFAFA !important;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  max-width: 100vw;
}
body.noscroll, body.tos-opened {
  overflow: hidden !important;
}
body.overflow {
  overflow: hidden;
}
@media (max-width: 1047.98px) {
  body.responsOverflow {
    overflow: hidden;
  }
}
@media screen and (max-width: 76.25em) {
  body.active {
    overflow: hidden;
  }
}

body.overflow, html.overflow {
  overflow: hidden;
}

#CookiebotWidget {
  display: none !important;
}

.wrap {
  margin: 0 auto;
  width: 1288px;
}
@media screen and (max-width: 81.75em) {
  .wrap {
    width: auto;
    padding: 0 20px;
  }
}

.wrap-min {
  margin: 0 auto;
  width: 900px;
}
@media screen and (max-width: 57.5em) {
  .wrap-min {
    width: auto;
    padding: 0 20px;
  }
}

.clearfix::after,
.row::after,
.row-min::after,
.row-big::after,
.row-large::after,
.row-60::after,
.row-30::after {
  display: block;
  clear: both;
  content: "";
}

.row,
.row-min,
.row-big,
.row-large,
.row-60,
.row-30 {
  display: flex;
}

*:focus {
  outline: 0;
}

.bottomFixedPostion {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.hideandseek {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute !important;
  left: -99999px;
  z-index: -999999;
}

hr {
  display: none;
}

.js-ratio {
  overflow: hidden;
}
.js-ratio img {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  width: 101%;
  max-width: none !important;
  max-height: none !important;
}
.oldie .js-ratio img {
  top: auto;
  left: auto;
}
.js-ratio.h img {
  height: 101%;
  width: auto;
}

.dark {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #393939;
  z-index: 9999999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  display: none;
}
@media screen and (max-width: 59.375em) {
  .dark {
    display: none !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.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;
}

.tos-slide, .tos-slider, .tos-wrapper {
  width: 100%;
  height: 100%;
  z-index: 9999000;
}

.tos-noanimation {
  -webkit-transition-property: none !important;
  transition-property: none !important;
}

.tos-fastanimation {
  -webkit-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important;
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

.tos-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.tos-wrapper.tos-opened {
  display: block;
}

.tos-slide, .tos-slide:before, .tos-slide > * {
  display: inline-block;
}

.tos-wrapper.tos-opening {
  opacity: 1;
}

.tos-wrapper.tos-fixed {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999000;
}

.tos-slider, .tos-wrapper.tos-inline {
  position: relative;
}

.tos-slider {
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.tos-uibg, .tos-wrapper.tos-fx-slide.tos-fixed .tos-slider {
  position: absolute;
}

.tos-wrapper.tos-fx-slide .tos-slider {
  left: 0;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}

.tos-wrapper.tos-fx-fade .tos-slider {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.tos-uibg {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.tos-fill .tos-uibg {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.tos-desktop .tos-wrapper:hover .tos-uibg, .tos-touch .tos-wrapper.tos-hover .tos-uibg {
  opacity: 1;
}

.tos-slide {
  -webkit-overflow-scrolling: touch;
  line-height: 1px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.tos-slide:before {
  content: "";
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.tos-slide.tos-loading > * {
  opacity: 0;
}

.tos-slide > * {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.tos-slide.tos-html > div {
  -webkit-overflow-scrolling: touch;
  white-space: normal;
  text-align: left;
  line-height: 1.5;
}

.tos-slide.tos-html > div * {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

.tos-wrapper.tos-fill .tos-slide.tos-image > img {
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}

.tos-wrapper.tos-fixed .tos-slide.tos-html > div {
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
  display: inline-block;
  padding: 40px;
  overflow: auto;
}

.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(0, 0, 0, 0.85);
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide {
  padding: 20px;
}

.tos-close, .tos-next {
  right: 20px;
}

.tos-close, .tos-next, .tos-prev {
  background: #000;
  border-radius: 3px;
  opacity: 1;
  display: block;
  width: 40px;
  position: absolute;
  z-index: 99999000;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.tos-next, .tos-prev {
  height: 80px;
  margin-top: -40px;
  top: 50%;
}

.tos-next.tos-disabled, .tos-prev.tos-disabled {
  cursor: default;
}

.tos-prev {
  left: 20px;
}

.tos-close {
  height: 40px;
  top: 20px;
}

.tos-desktop .tos-wrapper:hover .tos-close, .tos-desktop .tos-wrapper:hover .tos-next, .tos-desktop .tos-wrapper:hover .tos-prev, .tos-touch .tos-wrapper.tos-hover .tos-close, .tos-touch .tos-wrapper.tos-hover .tos-next, .tos-touch .tos-wrapper.tos-hover .tos-prev {
  opacity: 0.8;
}

.tos-desktop .tos-wrapper:hover .tos-close:hover, .tos-desktop .tos-wrapper:hover .tos-next:hover, .tos-desktop .tos-wrapper:hover .tos-prev:hover, .tos-touch .tos-wrapper.tos-hover .tos-close:hover, .tos-touch .tos-wrapper.tos-hover .tos-next:hover, .tos-touch .tos-wrapper.tos-hover .tos-prev:hover {
  opacity: 0.9;
}

.tos-desktop .tos-wrapper:hover .tos-close.tos-disabled, .tos-desktop .tos-wrapper:hover .tos-next.tos-disabled, .tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled, .tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled, .tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled, .tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled {
  opacity: 0.2;
}

.tos-close span:after, .tos-close span:before, .tos-next span, .tos-prev span {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tos-close span:after, .tos-close span:before {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: 0;
  margin-right: 0;
}

.tos-close span:before, .tos-prev span {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  left: 50%;
}

.tos-close span:after, .tos-next span {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 50%;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide {
  padding-left: 80px;
  padding-right: 80px;
}

.tos-inline {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: inline-block;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.tos-inline.tos-prev {
  margin-right: -60px;
}

.tos-inline.tos-next {
  margin-left: -60px;
}

.tos-loading .tos-inline {
  opacity: 0 !important;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close, .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next, .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.tos-caption {
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.tos-caption:after {
  content: "";
  display: block;
  clear: both;
}

.tos-caption > div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  float: left;
}

.tos-caption > div:last-child {
  float: right;
  margin-right: -2px;
}

.tos-desktop .tos-wrapper:hover .tos-caption, .tos-touch .tos-wrapper.tos-hover .tos-caption {
  opacity: 1;
}

.tos-wrapper .tos-caption {
  line-height: 20px;
  font-size: 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  height: 40px;
}

.tos-wrapper.tos-has-caption .tos-uibg {
  height: 100px;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide {
  padding-bottom: 60px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 40px;
  font-size: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  height: 80px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 200px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 60px;
  font-size: 45px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  height: 120px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 300px;
}

.tos-wrapper.tos-fx-slide .tos-slider {
  -webkit-transition-property: left, margin;
  transition-property: left, margin;
}

.tos-pagination {
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.tos-pagination a {
  display: inline-block;
}

.tos-pagination.tos-bullets a {
  background-color: rgba(255, 255, 255, 0.2);
}

.tos-pagination.tos-bullets a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.tos-pagination.tos-bullets a.tos-selected {
  background-color: rgba(255, 255, 255, 0.9);
}

.tos-desktop .tos-wrapper:hover .tos-pagination, .tos-touch .tos-wrapper.tos-hover .tos-pagination {
  opacity: 1;
}

.tos-wrapper .tos-pagination:after, .tos-wrapper .tos-pagination:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
}

.tos-wrapper.tos-has-bullets .tos-pagination {
  height: 30px;
}

.tos-wrapper.tos-has-bullets .tos-pagination a {
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.tos-wrapper.tos-has-bullets .tos-caption {
  bottom: 30px;
}

.tos-wrapper.tos-has-bullets .tos-uibg {
  height: 90px;
}

.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 130px;
}

.tos-wrapper.tos-has-thumbnails .tos-pagination {
  height: 70px;
}

.tos-wrapper.tos-has-thumbnails .tos-pagination a {
  background-position: center center;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin: 0 5px;
}

.tos-wrapper.tos-has-thumbnails .tos-caption {
  bottom: 70px;
}

.tos-wrapper.tos-has-thumbnails .tos-uibg {
  height: 130px;
}

.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 170px;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide {
  padding-bottom: 50px;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide {
  padding-bottom: 80px;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide {
  padding-bottom: 90px;
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide {
  padding-bottom: 120px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:after, .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 60px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 60px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 180px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 260px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 140px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin: 0 10px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 140px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 260px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 340px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:after, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 30px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 90px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  margin: 0 15px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 90px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 270px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 390px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 210px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
  background-position: center center;
  background-size: cover;
  width: 150px;
  height: 150px;
  margin: 0 15px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 210px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 390px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 510px;
}

.tos-slide .tos-html {
  -webkit-overflow-scrolling: touch;
}

.tos-play, .tos-play:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.tos-play {
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.tos-play:after {
  content: "";
}

.tos-desktop .tos-wrapper:hover .tos-play, .tos-touch .tos-wrapper.tos-hover .tos-play {
  opacity: 1;
}

.tos-desktop .tos-wrapper:hover .tos-play:hover, .tos-touch .tos-wrapper.tos-hover .tos-play:hover {
  opacity: 0.9;
}

.tos-wrapper .tos-play {
  border-radius: 80px;
  width: 80px;
  height: 80px;
  margin: -40px;
}

.tos-wrapper .tos-play:after {
  border: 20px solid transparent;
  border-left-color: #fff;
  border-left-width: 30px;
  margin-top: -20px;
  margin-left: -10.5px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 160px;
  width: 160px;
  height: 160px;
  margin: -80px;
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after {
  border: 40px solid transparent;
  border-left-color: #fff;
  border-left-width: 60px;
  margin-top: -40px;
  margin-left: -21px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 240px;
  width: 240px;
  height: 240px;
  margin: -120px;
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after {
  border: 60px solid transparent;
  border-left-color: #fff;
  border-left-width: 90px;
  margin-top: -60px;
  margin-left: -31.5px;
}

@media screen and (min-width: 59.375em) {
  [data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  [data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
    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] {
    transition-timing-function: ease;
  }

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

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

  [data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    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] {
    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] {
    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] {
    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] {
    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] {
    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] {
    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] {
    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] {
    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] {
    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] {
    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] {
    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] {
    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] {
    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] {
    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] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

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

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

  [data-aos=fade-up] {
    transform: translateY(100px);
  }

  [data-aos=fade-down] {
    transform: translateY(-100px);
  }

  [data-aos=fade-right] {
    transform: translate(-100px);
  }

  [data-aos=fade-left] {
    transform: translate(100px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  [data-aos=slide-up] {
    transform: translateY(100%);
  }

  [data-aos=slide-down] {
    transform: translateY(-100%);
  }

  [data-aos=slide-right] {
    transform: translateX(-100%);
  }

  [data-aos=slide-left] {
    transform: translateX(100%);
  }

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

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

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

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

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

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

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

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

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

  /*# sourceMappingURL=aos.css.map*/
}
@media screen and (max-width: 1130px) {
  [data-aos-delay] {
    transition-delay: 0s !important;
  }
}
.selectbox {
  position: relative;
  display: block;
  border: 1px solid #cacaca;
  cursor: pointer;
  padding: 15px 60px 15px 15px;
  border-radius: 5px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 23px;
  height: 55px;
  font-size: 1.5rem;
  color: #2a2a2a;
  background: white;
  margin-bottom: 30px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.selectbox:hover {
  border-color: #0039A6;
}
.selectbox:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 24px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #0039A6;
}
.selectbox span {
  position: relative;
  display: block;
  max-width: 100%;
  overflow: hidden;
  height: 25px;
  background-size: red;
}

.selectbox ul {
  margin-top: 1px;
  position: absolute;
  left: -1px;
  top: 100%;
  background: #fff;
  list-style: none;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
  right: -1px;
  max-height: 200px;
  overflow: auto;
  font-weight: normal;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 1.5rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #2a2a2a;
  z-index: 999;
}

.selectbox li {
  cursor: pointer;
  padding: 10px 30px;
}

.selectbox li:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.jssocials-share {
  position: relative;
  display: inline-block;
}

.jssocials-share-link {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #2a2a2a;
  margin: 0 5px;
}
.jssocials-share-link img, .jssocials-share-link .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  max-width: 20px;
  max-height: 20px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.oldie .jssocials-share-link img, .oldie .jssocials-share-link .svg {
  top: auto;
  left: auto;
}
.jssocials-share-link .svg g {
  fill: white;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.jssocials-share-link:hover {
  background-color: #0039A6;
}
.jssocials-share-link:hover .svg, .jssocials-share-link:hover img {
  -webkit-transform: translate(-50%, -50%) rotateZ(0deg) scale(1.2);
  -moz-transform: translate(-50%, -50%) rotateZ(0deg) scale(1.2);
  -ms-transform: translate(-50%, -50%) rotateZ(0deg) scale(1.2);
  -o-transform: translate(-50%, -50%) rotateZ(0deg) scale(1.2);
  transform: translate(-50%, -50%) rotateZ(0deg) scale(1.2);
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .drp-calendar {
    float: left;
  }

  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .drp-calendar {
    float: right;
  }

  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker.ltr .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.ltr .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker.ltr .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
    float: left;
  }

  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }

  .daterangepicker.rtl .drp-calendar.left {
    clear: right;
    margin-left: 0;
  }

  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.rtl .drp-calendar.right {
    margin-right: 0;
  }

  .daterangepicker.rtl .drp-calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    padding-left: 12px;
  }

  .daterangepicker.rtl .ranges, .daterangepicker.rtl .drp-calendar {
    text-align: right;
    float: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker.ltr .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 36px;
  padding-bottom: 26px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1500;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0039A6;
}
@media screen and (max-width: 76.25em) {
  .header {
    text-align: center;
  }
}
.header__wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 76.25em) {
  .header__wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 87.5em) {
  .header {
    padding-top: 25px;
  }
}
.header__search-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  line-height: 90vh;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  display: none;
  z-index: 1102000;
}
.header__search-modal div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 800px;
  max-width: 100%;
  margin: 50px 20px;
  line-height: normal;
  text-align: left;
  padding-right: 73px;
}
@media (max-width: 1047.98px) {
  .header__search-modal div {
    max-width: 90%;
  }
}
.header__search-close {
  position: absolute;
  right: 40px;
  top: -80px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.header__search-close:hover {
  opacity: 0.5;
}
.header__search-close img {
  width: 25px;
}
.header__search-form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.header__search-form input {
  position: relative;
  display: block;
  border: 0;
  width: 100%;
  line-height: 50px;
  padding: 10px;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: normal;
  background-color: white;
}
.header__search-form button {
  position: absolute;
  right: 0px;
  top: 11px;
  height: 50px;
  width: 50px;
  border: 0;
  background-color: transparent;
  background-image: url(/images/search-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px auto;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 0rem;
  color: transparent;
  border-radius: 4px;
}
.header__search-form button:hover {
  opacity: 0.5;
}
.header .respons {
  position: absolute;
  left: 20px;
  top: 50%;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  height: 20px;
  width: 30px;
  margin-top: -9px;
}
@media screen and (min-width: 76.3125em) {
  .header .respons {
    display: none !important;
  }
}
@media screen and (max-width: 24.375em) {
  .header .respons {
    left: 10px;
  }
}
.header .respons:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background-color: white;
  content: "";
}
.header .respons-search {
  position: absolute;
  display: block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 99999999;
  right: 20px;
  top: 50%;
  margin-top: -20px;
}
@media screen and (max-width: 24.375em) {
  .header .respons-search {
    right: 0;
  }
}
@media screen and (min-width: 76.3125em) {
  .header .respons-search {
    display: none !important;
  }
}
.header .respons-search:before {
  position: absolute;
  left: 11px;
  top: 11px;
  content: "";
  width: 20px;
  height: 10px;
  background-color: transparent;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border: 2px solid white;
  border-bottom: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header .respons-search:after {
  position: absolute;
  left: 11px;
  top: 21px;
  content: "";
  width: 20px;
  height: 10px;
  background-color: transparent;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  border: 2px solid white;
  border-top: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header .respons-search.active:before {
  border-radius: 0;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  border-color: #fff !important;
}
.header .respons-search.active:after {
  border-radius: 0;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  border-color: #fff !important;
}
.header.active, .header.activePerma {
  background-color: #0039A6;
  padding-bottom: 16px;
  padding-top: 26px;
}
@media screen and (max-width: 76.25em) {
  .header.active .header__logo, .header.activePerma .header__logo {
    top: 0;
  }
}
.header.active .header__basket__control span, .header.activePerma .header__basket__control span {
  border-color: white !important;
}
.header.active .header-basket__main:before, .header.activePerma .header-basket__main:before {
  bottom: -17px;
}
.header.active .header__account:before, .header.activePerma .header__account:before {
  bottom: -22px;
}
@media screen and (min-width: 76.3125em) {
  .header.active .header__account__sub, .header.activePerma .header__account__sub {
    -webkit-transform: translateY(22px);
    -moz-transform: translateY(22px);
    -ms-transform: translateY(22px);
    -o-transform: translateY(22px);
    transform: translateY(22px);
    position: absolute;
  }
  .header.active .header-basket__sub, .header.activePerma .header-basket__sub {
    -webkit-transform: translateY(17px);
    -moz-transform: translateY(17px);
    -ms-transform: translateY(17px);
    -o-transform: translateY(17px);
    transform: translateY(17px);
  }
}
@media screen and (max-width: 76.25em) {
  .header.active .header__search__main, .header.activePerma .header__search__main {
    padding-top: 8px;
  }
  .header.active .header__right, .header.activePerma .header__right {
    padding-top: 80px;
  }
}
@media screen and (min-width: 76.3125em) {
  .header.active .header__search, .header.activePerma .header__search {
    width: 42px;
  }
  .header.active .header__nav__sub, .header.activePerma .header__nav__sub {
    top: 84px;
  }
}
.header__search {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 1111;
}
@media screen and (max-width: 76.25em) {
  .header__search {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}
.header__search__bgCover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: -100vh;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -10;
  display: none;
}
@media screen and (max-width: 76.25em) {
  .header__search__bgCover {
    display: none !important;
  }
}
.header__search__main {
  position: fixed;
  background-color: white;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 135px;
  padding-bottom: 66px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media screen and (max-width: 76.25em) {
  .header__search__main {
    position: absolute;
    display: block !important;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding-top: 0;
    padding-top: 14px;
    padding-bottom: 0;
    background: transparent !important;
  }
}
.header__search__main.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.header__search__main__helper {
  position: absolute;
  top: 100%;
  width: 100%;
  left: -40px;
  right: -40px;
  background-color: #F2F2F2;
  font-size: 1.6rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #565656;
  margin-top: 66px;
}
@media screen and (max-width: 76.25em) {
  .header__search__main__helper {
    left: 0;
    right: 0;
    margin-top: 10px;
    max-height: 250px;
  }
}
.header__search__main__helper:before {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #F2F2F2;
  content: "";
  bottom: 100%;
  left: 50px;
}
@media screen and (max-width: 76.25em) {
  .header__search__main__helper:before {
    left: 20px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #F2F2F2;
  }
}
.header__search__main__helper p, .header__search__main__helper #fulltext-search-loader {
  padding: 40px 40px 36px 40px;
}
@media screen and (max-width: 76.25em) {
  .header__search__main__helper p, .header__search__main__helper #fulltext-search-loader {
    padding: 15px 15px 11px 15px;
  }
}
.header__search__main__helper ul {
  position: relative;
  display: block;
  text-align: left;
  padding: 40px 40px 36px 40px;
  overflow: auto;
  max-height: 400px;
}
@media screen and (max-width: 76.25em) {
  .header__search__main__helper ul {
    padding: 15px 15px 11px 15px;
    max-height: 250px;
  }
}
.header__search__main__helper ul li {
  position: relative;
  display: block;
  margin-bottom: 4px;
}
.header__search__main__helper ul li a {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #565656;
  text-decoration: none;
}
@media screen and (max-width: 76.25em) {
  .header__search__main__helper ul li a {
    font-size: 1.6rem;
    line-height: 20px;
  }
}
.header__search__main__helper ul li a:hover {
  text-decoration: underline;
}
.header__search__main__inner {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 1075px;
}
@media screen and (max-width: 76.25em) {
  .header__search__main__inner {
    width: 100%;
    padding: 0 20px;
    padding-right: 90px;
  }
}
.header__search__main__inner input {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #949494;
  line-height: 35px;
  padding: 15px 0;
  padding-right: 100px;
  font-size: 2.2rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.header__search__main__inner input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(42, 42, 42, 0.3);
}
.header__search__main__inner input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(42, 42, 42, 0.3);
}
.header__search__main__inner input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(42, 42, 42, 0.3);
}
.header__search__main__inner input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(42, 42, 42, 0.3);
}
@media screen and (max-width: 76.25em) {
  .header__search__main__inner input {
    line-height: 35px;
    padding: 10px 0;
    background-color: transparent;
    border-bottom: 1px solid #353535;
    color: white;
    font-size: 1.6rem;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 0;
  }
  .header__search__main__inner input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.15);
  }
  .header__search__main__inner input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.15);
  }
  .header__search__main__inner input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.15);
  }
  .header__search__main__inner input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.15);
  }
}
.header__search__main__inner button {
  position: absolute;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
  right: 0;
  bottom: 0;
  border-bottom: 0;
  text-align: right;
  line-height: 50px;
  border: 0;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}
@media screen and (max-width: 76.25em) {
  .header__search__main__inner button {
    right: 90px;
    color: white;
  }
}
.header__search__main__inner button:hover {
  color: #0039A6;
}
@media screen and (max-width: 76.25em) {
  .header__search__main__inner button:hover {
    color: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
}
.header__search__control {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 11;
}
@media screen and (max-width: 76.25em) {
  .header__search__control {
    display: none !important;
  }
}
.header__search__control span {
  position: absolute;
  width: 2px;
  height: 0;
  top: 24px;
  left: 31px;
  background-color: white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  height: 15px;
}
.header__search__control:before {
  position: absolute;
  left: 11px;
  top: 11px;
  content: "";
  width: 20px;
  height: 10px;
  background-color: transparent;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border: 2px solid white;
  border-bottom: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header__search__control:after {
  position: absolute;
  left: 11px;
  top: 21px;
  content: "";
  width: 20px;
  height: 10px;
  background-color: transparent;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  border: 2px solid white;
  border-top: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header__search__control.active:before {
  border-radius: 0;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  border-color: #2a2a2a !important;
}
.header__search__control.active:after {
  border-radius: 0;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  border-color: #2a2a2a !important;
}
.header__search__control.active span {
  height: 0 !important;
}
.header__logo {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  z-index: 11;
  padding: 8px;
  margin-bottom: 3px;
  margin-left: -8px;
  min-width: 210px;
}
@media screen and (max-width: 76.25em) {
  .header__logo {
    padding: 3px;
    top: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}
.header__logo.blue .svg path {
  fill: #0039A6;
}
.header__logo .svg {
  height: 17px;
  width: auto;
  max-width: 210px;
}
.header__logo .svg path {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.header__right {
  position: relative;
  float: right;
  display: flex;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 76.25em) {
  .header__right {
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    padding-top: 88px;
    padding-bottom: 80px;
    left: 0;
    overflow: hidden;
    max-height: 100%;
    background-color: #2a2a2a;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .header__right.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.header__account {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.header__account:before {
  position: absolute;
  top: -41px;
  bottom: -32px;
  left: 0;
  right: 0;
  background-color: transparent;
  content: "";
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 76.25em) {
  .header__account:before {
    display: none;
  }
}
@media screen and (max-width: 76.25em) {
  .header__account {
    position: absolute;
    right: 0;
    left: 50%;
    bottom: 0;
    padding: 15px;
    text-align: center;
    line-height: 50px;
  }
}
.header__account__control {
  position: relative;
  display: block;
  min-width: 103px;
  padding: 10px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.17rem;
  vertical-align: top;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #fff;
  text-align: center;
  line-height: 20px;
  margin-right: 12px;
  overflow: hidden;
}
@media screen and (max-width: 76.25em) {
  .header__account__control {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
.header__account__control:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  content: "";
  height: 0;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media screen and (max-width: 76.25em) {
  .header__account__control:after {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
.header__account__control:hover:after {
  height: 100%;
}
.header__account__logged {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  line-height: 32px;
  padding-left: 32px;
  cursor: pointer;
}
@media screen and (max-width: 76.25em) {
  .header__account__logged {
    text-align: left;
    margin-right: 0;
    vertical-align: middle;
  }
}
.header__account__logged:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/user-ico-ci.svg);
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  content: "";
  margin-right: 5px;
}
.header__account__logged.op:before {
  background-image: url(../img/operator-ico-ci.svg);
}
.header__account__logged span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  font-size: 1.3rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: white;
  max-width: 88px;
  overflow: hidden;
}
.header__account__sub {
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(32px);
  -moz-transform: translateY(32px);
  -ms-transform: translateY(32px);
  -o-transform: translateY(32px);
  transform: translateY(32px);
  right: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 180px;
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
  display: none;
}
@media screen and (max-width: 76.25em) {
  .header__account__sub {
    position: fixed;
    left: 0;
    right: 0;
    overflow: auto;
    top: 0;
    height: 100vh;
    box-shadow: none;
    width: auto;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    text-align: left;
    background-color: #2a2a2a;
    z-index: 5000;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .header__account__sub.active {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.header__account__sub__name {
  position: relative;
  display: block;
  padding: 20px;
  line-height: 60px;
  padding-right: 60px;
  display: none;
}
@media screen and (max-width: 76.25em) {
  .header__account__sub__name {
    display: block;
  }
}
.header__account__sub__name strong {
  position: relative;
  display: inline-block;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  vertical-align: middle;
  line-height: 25px;
  color: white;
  font-size: 1.5rem;
}
.header__account__sub__close {
  position: absolute;
  top: 27px;
  right: 20px;
  width: 42px;
  height: 42px;
  background-image: url(../img/close-header.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  font-size: 0rem;
  display: none;
}
@media screen and (max-width: 76.25em) {
  .header__account__sub__close {
    display: block;
  }
}
.header__account__sub ul {
  position: relative;
  display: block;
}
.header__account__sub ul li {
  position: relative;
  display: block;
}
.header__account__sub ul li a {
  position: relative;
  display: block;
  line-height: 22px;
  padding: 17px 14px 14px 14px;
  color: #565656;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-align: right;
}
.header__account__sub ul li a:hover {
  color: #0039A6;
}
@media screen and (max-width: 76.25em) {
  .header__account__sub ul li a {
    line-height: 30px;
    padding: 15px 20px;
    text-align: left;
    border-bottom: 2px solid #2a2a2a;
    color: white;
    font-size: 1.3rem;
    font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-color: #353535;
  }
}
@media screen and (min-width: 76.3125em) {
  .header__account__sub ul li.gray a {
    background-color: #F2F2F2;
  }
  .header__account__sub ul li.gray a:hover {
    color: #0039A6;
  }
}
.header__account:hover .header__account__sub {
  display: block;
}
.header__order {
  position: relative;
  display: inline-block;
  min-width: 103px;
  padding: 11px 10px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.17rem;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  line-height: 20px;
  background-color: #2a2a2a;
  margin: 0 10px;
  margin-right: 20px;
  overflow: hidden;
}
@media screen and (max-width: 76.25em) {
  .header__order {
    position: absolute;
    bottom: 20px;
    left: 25%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    background: white;
    color: #2a2a2a;
  }
}
.header__order:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  content: "";
  height: 0;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.header__order:hover:after {
  height: 100%;
}
.header__nav {
  position: relative;
  display: inline-block;
  flex: 1;
  margin-right: 20px;
  margin-bottom: 3px;
}
@media screen and (max-width: 76.25em) {
  .header__nav {
    position: relative;
    display: block;
    background-color: #353535;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
    margin-right: 0;
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
.header__nav > ul {
  position: relative;
  display: block;
}
@media screen and (min-width: 76.3125em) {
  .header__nav > ul {
    height: auto !important;
  }
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.header__nav > ul li {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li {
    position: static;
    display: block;
  }
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li.home {
    display: none;
  }
}
.header__nav > ul li.home a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.header__nav > ul li.home a:hover .svg {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header__nav > ul li.active a:before {
  position: absolute;
  left: 19px;
  right: 19px;
  height: 2px;
  top: -11px;
  content: "";
  background-color: white;
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li.active a:before {
    display: none;
  }
}
.header__nav > ul li.dropdown:before {
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
  top: 100%;
  margin-top: -10px;
  content: "";
  display: none;
}
.header__nav > ul li.dropdown:hover:before {
  display: block;
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li.dropdown:hover:before {
    display: none;
  }
}
.header__nav > ul li a {
  position: relative;
  display: block;
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  padding: 0 15px;
}
.header__nav > ul li a:after {
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  content: "";
  width: 13px;
  height: 12px;
  background-position: 0px -110px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  display: none;
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li a {
    line-height: 30px;
    padding: 15px 20px;
    text-align: left;
    border-bottom: 2px solid #2a2a2a;
  }
  .header__nav > ul li a:after {
    display: block;
  }
}
.header__nav > ul li a .svg {
  position: relative;
  display: inline-block;
  width: 23px !important;
  height: 18px !important;
  max-width: 100% !important;
  height: auto;
  vertical-align: text-bottom;
  max-height: 100% !important;
  top: -1px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.header__nav > ul li a .svg path {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  fill: white;
}
.header__nav > ul li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@media screen and (min-width: 76.3125em) {
  .header__nav > ul li.hover > ul {
    display: block;
  }
}
.header__nav > ul li ul {
  position: absolute;
  top: 100%;
  left: -7px;
  width: 320px;
  background-color: #EFF2FB;
  margin-top: 20px;
  display: none;
  /*
  &:after {
  	position: absolute;
  	content: "";
  	right: -20px;
  	left: -20px;
  	bottom: -20px;
  	top: -7px;
  	z-index: -1;

  	@include query(1220)  {
  		display: none;
  	}
  }
  */
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li ul {
    width: 100%;
    left: 100%;
    height: 100%;
    overflow: auto;
    margin-top: 0;
    top: 0;
    background-color: #353535;
    display: block;
  }
  .header__nav > ul li ul.active {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1000;
  }
  .header__nav > ul li ul.active ul {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.header__nav > ul li ul:before {
  position: absolute;
  content: "";
  left: 25px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #EFF2FB;
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li ul:before {
    display: none;
  }
}
.header__nav > ul li ul .responsNavPlusSecond {
  position: absolute;
  right: 10px;
  width: 43px;
  height: 43px;
  top: 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #4f4f4f;
  display: none;
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li ul .responsNavPlusSecond {
    display: block;
  }
}
.header__nav > ul li ul .responsNavPlusSecond:before {
  position: absolute;
  content: "+";
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  text-align: center;
  line-height: 20px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
}
.oldie .header__nav > ul li ul .responsNavPlusSecond:before {
  top: auto;
  left: auto;
}
.header__nav > ul li ul .responsNavPlusSecond.active:before {
  content: "-" !important;
}
.header__nav > ul li ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid white;
  /*
  &.subbed:before {
  	position: absolute;
  	right: 0;
  	bottom: 100%;
  	content: "";
  	width: 130px; 
  	height: 50px; 
  	background-color: transparent;
  	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
  	clip-path: polygon(0 100%, 100% 100%, 100% 0);
  	z-index: 100;
  	display: none;

  	@include query(1220)  {
  		display: none !important;
  	}
  }
  &.subbed:after {
  	position: absolute;
  	right: 0;
  	top: 100%;
  	content: "";
  	width: 130px; 
  	height: 60px; 
  	background-color: transparent;
  	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  	clip-path: polygon(100% 0, 0 0, 100% 100%);
  	z-index: 100;
  	display: none;

  	@include query(1220)  {
  		display: none !important;
  	}
  }
  */
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li ul li {
    border-bottom: 0;
  }
}
.header__nav > ul li ul li.responsBack {
  display: none;
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li ul li.responsBack {
    display: block;
  }
}
.header__nav > ul li ul li.responsBack strong {
  position: relative;
  display: block;
  line-height: 25px;
  padding: 15px 20px;
  text-align: left;
  color: #353535;
  background-color: white;
  cursor: pointer;
  border-bottom: 2px solid #2a2a2a;
  font-size: 1.3rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.header__nav > ul li ul li.responsBack strong:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 14px;
  height: 13px;
  background-position: -74px -42px;
  top: -1px;
  margin-right: 8px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.header__nav > ul li ul li a {
  position: relative;
  display: block;
  color: #38393B;
  line-height: 30px;
  padding: 12px 25px 8px 25px;
  overflow: hidden;
}
.header__nav > ul li ul li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media screen and (max-height: 48.75em) {
  .header__nav > ul li ul li a {
    padding: 8px 25px 5px 25px;
    line-height: 25px;
  }
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li ul li a {
    padding: 15px 20px;
    line-height: 30px;
    color: white;
    border-bottom: 2px solid #2a2a2a;
    font-size: 1.3rem;
    font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
    font-weight: normal;
  }
}
.header__nav > ul li ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  background-color: #0039A6;
  content: "";
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  margin: 0;
}
.header__nav > ul li ul li.hover:after {
  display: block;
}
.header__nav > ul li ul li.hover:before {
  display: block;
}
.header__nav > ul li ul li.hover > a {
  background-color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li ul li.hover > a {
    background-color: inherit;
    color: rgba(255, 255, 255, 0.5);
  }
}
.header__nav > ul li ul li.hover > a ul {
  display: block;
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li ul li.hover > a ul {
    display: none;
  }
}
.header__nav > ul li ul li.hover > a:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.header__nav > ul li ul li ul {
  position: absolute;
  left: 100%;
  top: -1px;
  bottom: auto;
  margin-top: 0;
  background-color: white;
  display: none;
  border: 1px solid #EFF2FB;
  border-bottom: 0;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
  /*
  &:after {
  	position: absolute;
  	content: "";
  	right: -20px;
  	left: -20px;
  	bottom: -20px;
  	top: -20px;
  	z-index: -1;
  	background-color: transparent;
  	display: block;

  	@include query(1220)  {
  		display: none;
  	}
  }
  */
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li ul li ul {
    position: relative;
    display: none;
    left: auto;
    top: auto;
    background-color: #353535;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.header__nav > ul li ul li ul:before {
  display: none;
}
.header__nav > ul li ul li ul:after {
  display: none;
}
.header__nav > ul li ul li ul li {
  border-bottom: 1px solid #ECECEC;
}
.header__nav > ul li ul li ul li:before, .header__nav > ul li ul li ul li:after {
  display: none !important;
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li ul li ul li {
    border-bottom: 0;
  }
}
.header__nav > ul li ul li ul li a:hover {
  color: #0039A6;
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li ul li ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}
.header__nav > ul li ul li ul li a:hover:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li ul li ul li a {
    font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding-left: 40px;
    padding-top: 17px;
    padding-bottom: 13px;
  }
}
.header__nav > ul li ul li:nth-of-type(5):hover:before {
  display: block;
}
.header__nav > ul li ul li:nth-of-type(5) ul:not(.lessItems) {
  top: -51px;
}
@media screen and (max-height: 48.75em) {
  .header__nav > ul li ul li:nth-of-type(5) ul:not(.lessItems) {
    top: -40px;
  }
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li ul li:nth-of-type(5) ul:not(.lessItems) {
    top: 0;
  }
}
.header__nav > ul li ul li:nth-of-type(n+6):hover:before {
  display: block;
}
.header__nav > ul li ul li:nth-of-type(n+6) ul:not(.lessItems) {
  top: -102px;
}
@media screen and (max-height: 48.75em) {
  .header__nav > ul li ul li:nth-of-type(n+6) ul:not(.lessItems) {
    top: -79px;
  }
}
@media screen and (max-width: 76.25em) {
  .header__nav > ul li ul li:nth-of-type(n+6) ul:not(.lessItems) {
    top: 0;
  }
}

.detail-four {
  position: absolute;
  width: 25%;
  top: 0;
  left: 75%;
  display: none;
  line-height: normal !important;
}
.detail-four .header-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 50px 0;
  vertical-align: middle;
  line-height: normal !important;
}
.detail-four .header-inner figure {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 50%;
  overflow: hidden;
}
.detail-four .header-inner figure a {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0 !important;
}
.detail-four .header-inner figure a:before, .detail-four .header-inner figure a:after {
  display: none !important;
}
.detail-four .header-inner strong {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  color: #0039A6;
  font-size: 2rem;
}
.detail-four .header-inner p {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 18px;
  letter-spacing: 0.5px;
  max-height: 126px;
}
.detail-four.big {
  position: absolute;
  left: 34.5%;
  right: 5%;
  top: 100px;
  width: auto;
}
@media screen and (max-width: 76.25em) {
  .detail-four.big {
    display: none;
  }
}
.detail-four.big .header-inner {
  position: relative;
  display: inline-block;
  padding: 0;
  padding-left: 120px;
  padding-top: 10px;
  text-align: left;
}
.detail-four.big .header-inner figure {
  position: absolute;
  left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  background-color: red;
  width: 80px;
  height: 80px;
  top: 0;
  bottom: auto;
}
.detail-four.big .header-inner figure a {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 100%;
}
.detail-four.big .header-inner figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  width: 100%;
}
.oldie .detail-four.big .header-inner figure img {
  top: auto;
  left: auto;
}
.detail-four.big .header-inner figure p {
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.detail-four.big .header-inner figure .h img {
  width: auto;
  height: 100%;
}

a:hover + .detail-four {
  display: block;
}

@media screen and (max-width: 76.25em) {
  .responsNavPlusSecond {
    position: absolute;
    right: 15px;
    width: 43px;
    height: 43px;
    top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #4f4f4f;
  }
  .responsNavPlusSecond:before {
    position: absolute;
    content: "+";
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%) translateY(-50%);
    -webkit-transform: translate(-50%) translateY(-50%);
    -moz-transform: translate(-50%) translateY(-50%);
    -o-transform: translate(-50%) translateY(-50%);
    -ms-transform: translate(-50%) translateY(-50%);
    /* ie8 fix */
    text-align: center;
    line-height: 20px;
    font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
  }
  .oldie .responsNavPlusSecond:before {
    top: auto;
    left: auto;
  }
  .responsNavPlusSecond.active:before {
    content: "-" !important;
  }
}
.header-inner figure img {
  position: relative;
  display: block;
  width: 100%;
}

.header-basket {
  position: relative;
  display: inline-block;
  line-height: 42px;
  margin-right: 30px;
  height: 42px;
  width: 90px;
  text-align: center;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media screen and (max-width: 87.5em) {
  .header-basket {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 50%;
    width: auto;
    height: auto;
    line-height: 50px;
    padding: 15px;
    margin-right: 0;
  }
}
.header-basket:hover .header-basket__sub {
  display: block !important;
}
.header-basket__main {
  position: relative;
  cursor: pointer;
  display: block;
}
.header-basket__main:before {
  position: absolute;
  top: -36px;
  bottom: -46px;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media screen and (max-width: 87.5em) {
  .header-basket__main:before {
    display: none;
  }
}
@media screen and (max-width: 87.5em) {
  .header-basket__main {
    background-color: transparent;
    vertical-align: middle;
    display: inline-block;
  }
}
.header-basket__main img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  width: 23px;
}
@media screen and (max-width: 87.5em) {
  .header-basket__main img {
    width: 50px;
    margin-right: 0;
  }
}
.header-basket__main:after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 1px;
  content: "";
  width: 14px;
  height: 8px;
  background-image: url(../img/calc/arrow-down-white.svg);
  background-size: 100% 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media screen and (max-width: 87.5em) {
  .header-basket__main:after {
    display: none;
  }
}
.header-basket__main.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-basket__sub {
  position: absolute;
  right: 0;
  width: 440px;
  top: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
  text-align: left;
  z-index: 150;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  display: none;
  -webkit-transform: translateY(27px);
  -moz-transform: translateY(27px);
  -ms-transform: translateY(27px);
  -o-transform: translateY(27px);
  transform: translateY(27px);
}
@media screen and (max-width: 87.5em) {
  .header-basket__sub {
    display: none !important;
  }
}
.header-basket__sub__empty {
  position: relative;
  display: block;
  padding: 40px 0 30px 0;
  font-size: 1.3rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
}
.header-basket__sub__empty p {
  position: relative;
  display: block;
  line-height: 25px;
}
.header-basket__sub__heading {
  position: relative;
  display: block;
  background-color: #f2f2f2;
  color: #565656;
  padding: 13px 20px 7px 20px;
  line-height: 30px;
}
.header-basket__sub__heading::after {
  display: block;
  clear: both;
  content: "";
}
.header-basket__sub__heading strong {
  position: relative;
  float: right;
  color: #0039A6;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}
.header-basket__sub__heading span {
  position: relative;
  display: inline-block;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}
.header-basket__sub__heading span span {
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.header-basket__sub ul {
  position: relative;
  display: block;
  padding: 5px 20px 5px 20px;
}
.header-basket__sub .scrollbarwrap {
  position: relative;
  display: block;
  max-height: 199px;
  overflow: auto;
}
.header-basket__sub__item {
  position: relative;
  display: flex;
  padding: 22px 0 18px 0;
  border-bottom: 1px solid #cccccc;
  line-height: 22px;
  align-items: center;
}
.header-basket__sub__item:last-of-type {
  border-bottom: 0;
}
.header-basket__sub__item__name {
  position: relative;
  display: inline-block;
  color: #565656;
  flex: 1;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.header-basket__sub__item__pieces {
  position: relative;
  display: inline-block;
  width: 45px;
  text-align: right;
  font-size: 1.4rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.header-basket__sub__item__price {
  position: relative;
  display: inline-block;
  width: 110px;
  text-align: right;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #0039A6;
  font-size: 1.4rem;
}
.header-basket__sub__item__remove {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/calc/remove-light.svg);
  background-size: 100% 100%;
  background-position: center;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.header-basket__sub__item__remove:hover {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}
.header-basket__sub__goTo {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px;
  border: 1px solid #0039A6;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
  background-color: #0039A6;
  color: white;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.header-basket__sub__goTo:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.header-basket__sub__goTo img {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 26px;
}

/* @include media-breakpoint-up(lg) */
.header-nav {
  position: absolute;
  left: 46%;
  top: 15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 500;
}
@media (max-width: 1047.98px) {
  .header-nav {
    position: fixed;
    bottom: 47px;
    top: 48px;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: white;
    -webkit-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    -o-transform: translateX(-105%);
    transform: translateX(-105%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .header-nav.responsActive {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .header-nav.style-hideForUser {
    display: none;
  }
  .header-nav:before {
    position: absolute;
    left: 6px;
    bottom: -35px;
    background-image: url(/images/star-gray.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    width: 209px;
    height: 203px;
  }
  .header-nav img {
    position: relative;
    height: 18px;
    top: -2px;
  }
}
@media (min-width: 1048px) {
  .header-nav.active {
    top: -55px;
    position: fixed;
  }
}
.header-nav__responsControl {
  position: fixed;
  padding: 10px;
  right: 3px;
  top: 0px;
  z-index: 666;
}
@media (min-width: 1048px) {
  .header-nav__responsControl {
    display: none;
  }
}
@media (max-width: 1047.98px) {
  .header-nav__responsArrow {
    position: relative;
    padding-right: 60px !important;
  }
  .header-nav__responsArrow:after {
    position: absolute;
    right: 16px;
    top: 54%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 15px;
    content: "";
    background-image: url(/images/arrow-right-blue.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.header-nav__main {
  position: relative;
  display: flex;
}
@media (max-width: 1047.98px) {
  .header-nav__main {
    display: block;
  }
}
@media (max-width: 1047.98px) {
  .header-nav__main > li {
    border-bottom: 2px solid #F0F0F0;
  }
}
.header-nav__main > li > a {
  position: relative;
  display: block;
  padding: 8px 15px;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  color: #DBE3F4;
}
@media (max-width: 1470px) {
  .header-nav__main > li > a {
    padding: 8px 10px;
  }
}
@media (max-width: 1400px) {
  .header-nav__main > li > a {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 10px 5px;
  }
}
@media (max-width: 1047.98px) {
  .header-nav__main > li > a {
    color: #262626;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 10px 27px;
  }
}
.header-nav__main > li > a:hover {
  color: white;
}
@media (max-width: 1047.98px) {
  .header-nav__main > li > a:hover {
    color: #0039A6;
  }
}
.header-nav__main > li > a:before {
  position: absolute;
  bottom: 4px;
  left: 15px;
  right: 15px;
  height: 2px;
  background-color: white;
  content: "";
  display: none;
}
@media (max-width: 1470px) {
  .header-nav__main > li > a:before {
    left: 10px;
    right: 10px;
  }
}
@media (max-width: 1400px) {
  .header-nav__main > li > a:before {
    left: 5px;
    right: 5px;
  }
}
@media (max-width: 1047.98px) {
  .header-nav__main > li > a:before {
    display: none;
  }
}
@media (min-width: 1048px) {
  .header-nav__main > li.active > a {
    color: white;
  }
}
.header-nav__main > li.active > a:before {
  display: block;
}
.header-nav__main > li.active > ul {
  display: flex;
  /*@include media-breakpoint-down(md) {
  	display: block;
  }*/
}
@media (max-width: 1047.98px) {
  .header-nav__main > li.active > ul:not(.active) {
    display: none;
  }
  .header-nav__main > li.active > ul.active {
    display: block;
  }
}
@media (max-width: 1047.98px) {
  .header-nav__main > li a.header-nav__responsArrow:after {
    background-image: url(/images/arrow-down.svg);
  }
  .header-nav__main ul li a.header-nav__responsArrow:after {
    background-image: url(/images/arrow-right-blue.svg);
  }
  .header-nav__main ul li a.arr-top {
    background-color: #fff !important;
  }
  .header-nav__main ul li a.arr-top {
    position: relative;
  }
  .header-nav__main .arr-top-inner {
    position: relative;
  }
  .header-nav__main .arr-top-inner:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #0039A6;
  }
  .header-nav__main ul li a.arr-top:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 54%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 15px;
    background-image: url(/images/arrow-up.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .header-nav__main ul li a img.arr-top {
    display: none;
  }
  .header-nav__main .header-nav__sub.active > li {
    border-bottom: 0;
  }
  .header-nav__main .header-nav__sub.active > li + li a {
    padding-left: 50px;
  }
  .header-nav__main .header-nav__sub.pre-active > li {
    border-bottom: 0;
  }
  .header-nav__main .header-nav__sub.pre-active > li + li a {
    padding-left: 50px;
  }
  .header-nav__main .header-nav__sub.active .header-megamenu__inner li {
    padding-right: 0;
  }
  .header-nav__main .header-nav__sub.active .header-megamenu__inner li a {
    padding-left: 27px;
  }
}
.header-nav__sub {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 15px;
  top: 100%;
  display: none;
}
.header-nav__sub li.show-page {
  display: none;
}
@media (max-width: 1047.98px) {
  .header-nav__sub li.show-page {
    display: inline-block;
  }
}
@media (max-width: 1047.98px) {
  .header-nav__sub {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    height: 100%;
    display: block;
    margin-top: 0;
    background-color: white;
    z-index: 501;
    display: none;
  }
  .header-nav__sub.active {
    display: block;
    margin-top: -44px;
  }
  .header-nav__sub.pre-active {
    display: block !important;
    margin-top: -44px;
  }
}
@media (max-width: 1047.98px) {
  .header-nav__sub {
    position: static !important;
  }
}
.header-nav__sub > li {
  line-height: 47px;
  z-index: 3;
}
.header-nav__sub > li.megamenu-small {
  position: relative;
}
@media (max-width: 1047.98px) {
  .header-nav__sub > li.megamenu-small {
    position: static;
  }
}
@media (max-width: 1047.98px) {
  .header-nav__sub > li {
    line-height: normal;
    border-bottom: 2px solid #F0F0F0;
  }
}
.header-nav__sub > li.header-megamenu__background {
  z-index: 2;
}
.header-nav__sub > li > a {
  position: relative;
  display: block;
  padding: 15px 15px 13px 15px;
  white-space: nowrap;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-decoration: none;
  color: #1D1D1D;
}
@media (max-width: 1400px) {
  .header-nav__sub > li > a {
    padding: 15px 5px 13px 5px;
  }
}
@media (max-width: 1047.98px) {
  .header-nav__sub > li > a {
    color: #262626;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 10px 27px;
  }
}
.header-nav__sub > li > a:hover {
  color: #0039A6;
}
@media (min-width: 1048px) {
  .header-nav__sub > li.hover .header-megamenu {
    display: block;
  }
  .header-nav__sub > li.megamenu.hover ~ li.header-megamenu__background {
    display: block;
  }
  .header-nav__sub > li.megamenu-small.hover ~ li.header-megamenu__background {
    display: block;
  }
}
.header-nav__scrollInfo {
  position: absolute;
  top: 70px;
  background-color: white;
  height: 48px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #EAEAEA;
  z-index: 300;
}
@media (max-width: 1047.98px) {
  .header-nav__scrollInfo {
    display: none !important;
  }
}
.header-nav__scrollInfo.active {
  position: fixed;
  top: 0;
}
.header-nav__scrollInfo__innerWrap {
  position: relative;
  display: none;
  align-items: center;
  margin: 0 auto;
  width: 1760px;
  max-width: 100vw;
}
.header-nav__scrollInfo__inner {
  position: relative;
  display: flex;
  padding: 12px 20px;
  line-height: 24px;
}
.header-nav__scrollInfo__inner a  {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  height: 24px;
}
.header-nav__scrollInfo__inner a  img {
  height: 24px;
}
.header-nav__scrollInfo__inner__menuLink {
  position: relative;
  display: block;
  padding-left: 16px;
  margin-left: 16px;
  border-left: 2px solid #EAEAEA;
  padding-top: 1px;
  color: #0039A6;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-decoration: none;
}
.header-nav__scrollInfo__inner__menuLink:hover {
  text-decoration: underline;
}

.header-megamenu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-47vw);
  -moz-transform: translateX(-47vw);
  -ms-transform: translateX(-47vw);
  -o-transform: translateX(-47vw);
  transform: translateX(-47vw);
  margin-top: 1px;
  top: 100%;
  width: 100vw;
  display: none;
}
@media (max-width: 1047.98px) {
  .header-megamenu {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    display: block;
    background-color: white;
    z-index: 505;
    display: none;
    height: 100%;
    margin-top: 0;
    overflow: auto;
  }
  .header-megamenu.active {
    display: block;
  }
}
.header-megamenu__background {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-46vw);
  -moz-transform: translateX(-46vw);
  -ms-transform: translateX(-46vw);
  -o-transform: translateX(-46vw);
  transform: translateX(-46vw);
  margin-top: 1px;
  width: 100vw;
  background-color: #0039A6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  height: 150vh;
  display: none;
}
@media (max-width: 1047.98px) {
  .header-megamenu__background {
    display: none !important;
  }
}
.header-megamenu__inner {
  position: absolute;
  display: block;
  left: 50%;
  width: 1264px;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  border-radius: 0 0 8px 8px;
  padding: 30px 30px 5px 30px;
  border-top: 1px solid #EAEAEA;
  margin-top: -1px;
  column-count: 5;
  column-gap: 10px;
}
@media (max-width: 1047.98px) {
  .header-megamenu__inner {
    position: relative;
    display: block;
    left: auto;
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    padding: 0;
    border-top: 0;
    border-radius: 0;
    column-count: auto;
    column-gap: normal;
    margin-top: 0;
  }
}
.header-megamenu__inner li {
  line-height: normal;
  display: block;
  break-inside: avoid;
  padding-bottom: 30px;
  padding-right: 20px;
}
@media (max-width: 1047.98px) {
  .header-megamenu__inner li {
    width: 100%;
    border-bottom: 2px solid #F0F0F0;
    padding-bottom: 0;
    break-inside: auto;
  }
}
.header-megamenu__inner li a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 1047.98px) {
  .header-megamenu__inner li a {
    display: block;
    color: #262626;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 10px 27px;
  }
}
.header-megamenu__inner li a:hover {
  color: #0039A6;
  text-decoration: underline;
}
.header-megamenu__inner li ul {
  margin-top: 8px;
  margin-bottom: 0;
}
@media (max-width: 1047.98px) {
  .header-megamenu__inner li ul {
    position: fixed;
    left: 0;
    top: -1px;
    right: 0;
    background-color: white;
    z-index: 506;
    display: none;
    height: 100%;
    overflow: auto;
    margin-top: 0;
  }
  .header-megamenu__inner li ul.active {
    display: block;
  }
}
.header-megamenu__inner li ul li {
  padding-bottom: 0;
}
@media (max-width: 1047.98px) {
  .header-megamenu__inner li ul li {
    width: 100%;
    border-bottom: 2px solid #F0F0F0;
  }
}
.header-megamenu__inner li ul li a {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 3px 0;
}
@media (max-width: 1047.98px) {
  .header-megamenu__inner li ul li a {
    display: block;
    color: #262626;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    padding: 10px 27px;
  }
}
@media (min-width: 1048px) {
  .header-megamenu--small {
    width: 240px;
    left: -15px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .header-megamenu--small .header-megamenu__inner {
    width: 240px;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    column-count: auto;
    column-gap: normal;
    padding: 20px;
  }
  .header-megamenu--small .header-megamenu__inner li {
    break-inside: auto;
    width: 100%;
    padding-right: 0;
    padding-bottom: 6px;
  }
  .header-megamenu--small .header-megamenu__inner li a {
    font-size: 1.4rem;
    font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.28;
  }
  .header-megamenu--small .header-megamenu__inner li ul {
    display: none !important;
  }
}

.uniheader {
  position: absolute;
  top: 0;
  left: 0;
  width: 1760px;
  max-width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 20px;
  padding: 20px 12px 20px 20px;
  background-color: #0039A6;
  z-index: 350;
}
@media (max-width: 1047.98px) {
  .uniheader {
    padding: 13px 15px 10px 15px;
    position: fixed;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    left: 0;
  }
}
.uniheader:before {
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  background-color: #0039A6;
  content: "";
}
.uniheader__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.uniheader__right {
  position: relative;
  display: flex;
}
@media (max-width: 1047.98px) {
  .uniheader__right {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1050;
    width: 100%;
    height: 100vh;
    background-color: white;
    -webkit-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    -o-transform: translateX(-105%);
    transform: translateX(-105%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .uniheader__right.responsActive {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    top: 48px;
  }
}
.uniheader__logo {
  position: relative;
  display: block;
  padding: 5px;
  margin-left: -5px;
}
.uniheader__logo img {
  display: block;
  height: 20px;
}
@media (max-width: 1400px) {
  .uniheader__logo img {
    height: 15px;
  }
}
.uniheader__account {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-left: 1px solid #C6C6C6;
  border-top: 1px solid #C6C6C6;
}
@media (min-width: 1048px) {
  .uniheader__account {
    position: relative;
    /* margin-left: -12px; */
    left: auto;
    bottom: auto;
    width: auto;
    border-left: 0;
    border-top: 0;
    text-align: left;
  }
}
.uniheader__account__sub {
  position: absolute;
  top: 100%;
  background-color: white;
  right: 0;
  margin-top: 20px;
  z-index: 350;
  min-width: 200px;
  overflow: hidden;
  padding: 10px 20px 10px 20px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0px 5px 20px 0px #F0F0F0;
  -moz-box-shadow: 0px 5px 20px 0px #F0F0F0;
  box-shadow: 0px 5px 20px 0px #F0F0F0;
  display: none;
}
@media (max-width: 1047.98px) {
  .uniheader__account__sub {
    position: fixed;
    top: 48px;
    bottom: 47px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    z-index: 600;
    margin-top: 0;
    display: none;
  }
  .uniheader__account__sub.active {
    display: block;
  }
}
.uniheader__account__sub strong {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.5rem;
  white-space: nowrap;
  padding: 5px 0;
}
@media (max-width: 1047.98px) {
  .uniheader__account__sub strong {
    border-bottom: 2px solid #F0F0F0;
    padding: 10px 27px;
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
@media (max-width: 1047.98px) {
  .uniheader__account__sub ul li {
    border-bottom: 2px solid #F0F0F0;
  }
  .uniheader__account__sub ul li img {
    position: relative;
    height: 18px;
    top: -2px;
  }
}
.uniheader__account__sub ul li a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 2.5rem;
  padding: 5px 0;
  text-decoration: none;
}
@media (max-width: 1047.98px) {
  .uniheader__account__sub ul li a {
    color: #262626;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 10px 27px;
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
  }
  .uniheader__account__sub ul li a:hover {
    color: #0039A6;
  }
}
.uniheader__account__sub ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 1048px) {
  .uniheader__account:hover .uniheader__account__sub {
    display: block;
  }
  .uniheader__account:hover .uniheader__account__control:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
.uniheader__account__control {
  position: relative;
  display: block;
  padding: 8px 15px 8px 60px;
  height: 46px;
  width: 100%;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 1048px) {
  .uniheader__account__control {
    width: 54px;
    height: 30px;
    padding: 0;
    font-size: 0rem;
  }
}
.uniheader__account__control:after {
  position: absolute;
  background-image: url(../img/header-account-blue.svg);
  background-size: 100% 100%;
  background-position: left center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  content: "";
  left: 40px;
}
.oldie .uniheader__account__control:after {
  top: auto;
  left: auto;
}
@media (min-width: 1048px) {
  .uniheader__account__control:after {
    background-image: url(../img/header-account.svg);
    background-position: center;
    left: 50%;
  }
}
.uniheader__account__control:before {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #2C5FBF;
  top: -20px;
  bottom: -20px;
  content: "";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  transition: all 100ms ease;
  display: none;
}
@media (min-width: 1048px) {
  .uniheader__account__control:before {
    display: block;
  }
}
.uniheader__account__control:hover {
  background-color: #FAFAFA;
}
.uniheader__account__control:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media (min-width: 1048px) {
  .uniheader__account__control:hover {
    background-color: transparent;
  }
}
.uniheader__account__control--logged:after {
  background-image: url(../img/header-account-logged-blue.svg);
}
@media (min-width: 1048px) {
  .uniheader__account__control--logged:after {
    background-image: url(../img/header-account-logged.svg);
  }
}
.uniheader__basket {
  position: absolute;
  right: 40px;
  top: -13px;
  width: 42px;
  text-align: center;
  z-index: 1055;
}
@media (min-width: 1048px) {
  .uniheader__basket {
    position: absolute;
    display: block;
    margin-left: 16px;
    left: auto;
    right: 53px;
    bottom: auto;
    top: -1px;
    width: auto;
    text-align: left;
    border-top: 0;
  }
}
.uniheader__basket__sub {
  position: absolute;
  top: 100%;
  background-color: white;
  right: 0;
  margin-top: 20px;
  z-index: 350;
  width: 400px;
  display: none;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0px 5px 20px 0px #F0F0F0;
  -moz-box-shadow: 0px 5px 20px 0px #F0F0F0;
  box-shadow: 0px 5px 20px 0px #F0F0F0;
  display: none !important;
  display: block;
}
.uniheader__basket__sub__heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #EAEAEA;
  font-size: 1.6rem;
  line-height: 2.7rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.uniheader__basket__sub__heading strong {
  color: #108319;
}
.uniheader__basket__sub__heading span {
  position: relative;
  display: flex;
  align-items: center;
}
.uniheader__basket__sub__heading span span {
  position: relative;
  display: inline-block;
  background-color: #0039A6;
  border-radius: 50%;
  margin-left: 10px;
  color: white;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2rem;
  top: -1px;
}
.uniheader__basket__sub ul {
  position: relative;
  display: block;
  padding: 14px 0;
}
.uniheader__basket__sub ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  line-height: 2.5rem;
  padding: 5px 20px;
}
.uniheader__basket__sub ul li strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #108319;
}
.uniheader__basket:hover .uniheader__basket__sub {
  display: block;
}
.uniheader__basket:hover .uniheader__basket__control:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.uniheader__basket__control {
  position: relative;
  display: block;
  font-size: 0rem;
  padding: 8px 15px;
  height: 46px;
  width: 100%;
}
@media (min-width: 1048px) {
  .uniheader__basket__control {
    width: 54px;
    height: 30px;
    padding: 0;
  }
}
.uniheader__basket__control:hover {
  background-color: transparent;
}
@media (min-width: 1048px) {
  .uniheader__basket__control:hover {
    background-color: transparent;
  }
}
.uniheader__basket__control span {
  position: absolute;
  bottom: -4px;
  right: 7px;
  background-color: white;
  color: #0039A6;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 1047.98px) {
  .uniheader__basket__control span {
    bottom: 6px;
    left: 50%;
    right: auto;
  }
}
.uniheader__basket__control:after {
  position: absolute;
  background-image: url(../img/header-basket.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 21px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  content: "";
}
.oldie .uniheader__basket__control:after {
  top: auto;
  left: auto;
}
.uniheader__basket__control:before {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #2C5FBF;
  top: -20px;
  bottom: -20px;
  content: "";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: none;
}
@media (min-width: 1048px) {
  .uniheader__basket__control:before {
    display: block;
  }
}
@media (min-width: 1048px) {
  .uniheader__search {
    display: block;
    background-color: transparent;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    z-index: auto;
    padding: 0;
  }
}
.uniheader__search-icon {
  position: absolute;
  right: 98px;
  top: -6px;
  height: 36px;
  width: 43px;
  border: 0;
  background-color: transparent;
  background-image: url(/images/search-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px auto;
  cursor: pointer;
}
@media (min-width: 1048px) {
  .uniheader__search-icon {
    right: 113px;
    top: -20px;
    height: 70px;
    width: 54px;
  }
  .uniheader__search-icon:hover {
    background-color: #2C5FBF;
  }
}

.footer {
  position: relative;
  display: block;
  color: #6F6F6F;
  padding-top: 70px;
  overflow-x: hidden;
  max-width: 100vw;
  border-top: 2px solid #EAEAEA;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 51.3125em) {
  .footer__resHider__hiding {
    display: block !important;
  }
}
.footer__heading {
  position: relative;
  display: block;
  color: #0039A6;
  font-size: 20px;
  line-height: 26px;
  font-size: 2rem;
  line-height: 2.6rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 51.25em) {
  .footer__heading {
    padding-top: 20px;
  }
}
.footer__heading a {
  color: #0039A6;
}
.footer__heading a:hover {
  color: #0039A6;
  text-decoration: underline;
}
@media screen and (max-width: 51.25em) {
  .footer__resHider {
    position: relative;
    display: block;
    margin: 0 -20px;
    padding: 0 20px;
  }
  .footer__resHider.active h2, .footer__resHider.active .h2 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  .footer__resHider__hiding {
    padding-bottom: 20px;
  }
  .footer__resHider h2, .footer__resHider .h2 {
    position: relative;
    display: block;
  }
}
.footer__soc {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
.footer__soc a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  border-radius: 50%;
  background-color: #C6C6C6;
}
@media (min-width: 1048px) {
  .footer__soc a {
    margin-right: 16px;
    width: 35px;
    height: 35px;
  }
}
.footer__soc a img, .footer__soc a .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  max-width: 20px;
  max-height: 20px;
}
.oldie .footer__soc a img, .oldie .footer__soc a .svg {
  top: auto;
  left: auto;
}
.footer__soc a .svg g,
.footer__soc a .svg path {
  fill: white;
}
.footer__soc a:hover {
  background-color: #0039A6;
}
.footer h2, .footer .h2 {
  position: relative;
  display: block;
  font-size: 1.3rem;
  line-height: 25px;
  margin-bottom: 25px;
}
.footer h2 a, .footer .h2 a {
  color: inherit;
  text-decoration: none;
}
.footer h2 a:hover, .footer .h2 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 51.25em) {
  .footer h2, .footer .h2 {
    margin-bottom: 0;
    line-height: 38px;
    padding: 9px 0;
    font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
  }
}
@media screen and (max-width: 51.25em) {
  .footer h2.notResponsClicable, .footer .notResponsClicable.h2 {
    padding: 0;
  }
  .footer h2.notResponsClicable a, .footer .notResponsClicable.h2 a {
    position: relative;
    display: block;
    padding: 9px 0;
  }
}
.footer p {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
}
@media screen and (max-width: 51.25em) {
  .footer p {
    color: white;
  }
}
.footer p a {
  color: inherit;
  text-decoration: none;
}
.footer p a:hover {
  color: white;
}
@media screen and (max-width: 51.25em) {
  .footer p a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
}
.footer p strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.footer__mainUl {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
@media screen and (max-width: 51.25em) {
  .footer__mainUl {
    margin-bottom: 0;
  }
}
.footer__mainUl li {
  position: relative;
  display: block;
}
.footer__mainUl li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #6F6F6F;
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding: 2px 0;
}
.footer__mainUl li a:hover {
  color: #0039A6;
  text-decoration: underline;
}
.footer__mainUl li ul {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.footer__bot {
  position: relative;
  padding: 37px 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: center;
  border-top: 2px solid #EAEAEA;
}
@media (min-width: 1048px) {
  .footer__bot {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
}
.footer__bot__left {
  position: relative;
  display: inline-block;
}
.footer__bot__copy {
  position: relative;
  display: inline-block;
  color: #2a2a2a;
  color: #838383;
}
@media (min-width: 1048px) {
  .footer__bot__copy {
    margin-right: 15px;
  }
}
.footer__bot__nav {
  position: relative;
  display: inline-block;
  margin: 8px 0;
}
@media (min-width: 1048px) {
  .footer__bot__nav {
    margin: 0;
  }
}
.footer__bot__nav li {
  position: relative;
  display: inline-block;
}
.footer__bot__nav li a {
  position: relative;
  display: block;
  color: #0039A6;
  text-decoration: none;
  padding: 0 15px;
  color: #838383;
  font-size: 1.5rem;
  white-space: nowrap;
}
.footer__bot__nav li a:hover {
  color: #0039A6;
  text-decoration: underline;
}
.footer__bot__by {
  position: relative;
  color: #838383;
  font-size: 1.5rem;
}
.footer__bot__by a {
  color: inherit;
  text-decoration: none;
  font-size: 1.5rem;
}
.footer__bot__by a:hover {
  color: #1aaf5e;
}

.box-slide {
  position: relative;
  display: block;
  text-align: center;
  background-color: #0039A6;
  line-height: 100vh !important;
}
.box-slide__down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 25px;
  color: white;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
  line-height: normal;
  text-decoration: none;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 41.875em) {
  .box-slide__down {
    display: none;
  }
}
.box-slide__down:hover {
  color: inherit;
}
.box-slide__down:hover img {
  top: 5px;
}
.box-slide__down img {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 12px;
  top: 0;
  width: auto;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
  max-width: auto;
  margin-top: 8px;
}
.box-slide .slick-arrow {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  border: 0;
  font-size: 0rem;
  color: transparent;
  z-index: 999;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-slide .slick-arrow:before {
  position: absolute;
  width: 13px;
  height: 18px;
  background-position: -84px -68px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6.5px;
  margin-top: -9px;
  content: "";
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box-slide .slick-arrow:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.box-slide .slick-arrow.slick-next {
  left: auto;
  right: 20px;
}
.box-slide .slick-arrow.slick-next:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.box-slide__slider {
  position: relative;
  display: block;
  color: white;
}
.box-slide__slider .slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  max-width: 100%;
  line-height: normal;
  bottom: 90px;
  text-align: center;
  height: 10px;
}
@media screen and (max-width: 41.875em) {
  .box-slide__slider .slick-dots {
    width: 100%;
    bottom: 50px;
    left: 0;
    top: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    text-align: center;
  }
}
.box-slide__slider .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  z-index: 40;
}
.box-slide__slider .slick-dots li.slick-active button:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.box-slide__slider .slick-dots li button {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background-color: transparent;
  overflow: hidden;
  color: transparent;
  font-size: 0rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 60;
}
.box-slide__slider .slick-dots li button:after {
  position: absolute;
  left: 0;
  top: -5px;
  height: 50px;
  width: 100%;
  background-color: white;
  content: "";
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1000;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-slide__slider__one {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
}
.box-slide__slider__one__inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  z-index: 50;
  padding: 160px 20px;
  padding-bottom: 110px;
  max-width: 900px;
}
@media screen and (max-width: 66.875em) {
  .box-slide__slider__one__inner {
    padding: 160px 80px;
  }
}
@media screen and (max-width: 59.375em) {
  .box-slide__slider__one__inner {
    padding: 160px 20px;
  }
}
@media screen and (max-width: 29.375em) {
  .box-slide__slider__one__inner {
    padding: 130px 20px 160px 20px;
  }
}
.box-slide__slider__one__inner p {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
@media screen and (max-width: 41.875em) {
  .box-slide__slider__one__inner p {
    font-size: 1.3rem;
    margin-bottom: 0;
    margin-bottom: 25px;
  }
}
.box-slide__slider__one__inner p strong {
  position: relative;
  display: block;
  line-height: 75px;
  font-size: 6.5rem;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 41.875em) {
  .box-slide__slider__one__inner p strong {
    font-size: 3.5rem;
    line-height: 45px;
  }
}
@media screen and (max-width: 24.25em) {
  .box-slide__slider__one__inner p strong {
    font-size: 3rem;
    line-height: 38px;
  }
}
.box-slide .videoWrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #0039A6;
}
@media screen and (max-width: 48.75em) {
  .box-slide .videoWrap {
    display: none;
  }
}
.box-slide .videoWrap .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}
.oldie .box-slide .videoWrap .video {
  top: auto;
  left: auto;
}
@media screen and (max-width: 48.75em) {
  .box-slide .videoWrap .video {
    display: none;
  }
}

.box-news {
  position: relative;
  display: block;
  padding-top: 120px;
}
.box-news::after {
  display: block;
  clear: both;
  content: "";
}
.box-news--big {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (max-width: 71.875em) {
  .box-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.box-news__video {
  position: relative;
  display: block;
  max-width: 100%;
  margin-bottom: 150px;
}
@media screen and (max-width: 71.875em) {
  .box-news__video {
    margin-bottom: 40px;
  }
}
.box-news__video figure, .box-news__video div {
  position: relative;
  display: block;
  padding-bottom: 56.66666%;
}
.box-news__video figure iframe, .box-news__video div iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box-news__hp {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 110px;
}
.box-news__hp__img {
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  padding-bottom: 30%;
  margin-bottom: 50px;
}
.box-news__hp__img figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box-news__hp__main {
  position: relative;
  display: block;
  margin: 0 10%;
}
.box-news__hp h3, .box-news__hp .h3, .box-news__hp .modal-title {
  position: relative;
  font-size: 5rem;
  color: #0039A6;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 40px;
  padding-bottom: 0;
}
@media screen and (max-width: 37.5em) {
  .box-news__hp h3, .box-news__hp .h3, .box-news__hp .modal-title {
    font-size: 3rem;
    line-height: 37px;
  }
}
.box-news__hp h3 a, .box-news__hp .h3 a, .box-news__hp .modal-title a {
  text-decoration: none;
  color: #0039A6;
}
.box-news__hp h3 a:hover, .box-news__hp .h3 a:hover, .box-news__hp .modal-title a:hover {
  text-decoration: underline;
}
.box-news__hp__text {
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 30px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}
.box-news__hp__text strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-news__hp .in-btn {
  min-width: 175px !important;
  margin: 0 10px;
}
.box-news H2, .box-news h1, .box-news .h1 {
  position: relative;
  display: block;
  font-size: 3rem;
  line-height: 35px;
  padding-bottom: 22px;
  text-align: center;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 80px;
}
.box-news H2.mb50, .box-news h1.mb50, .box-news .mb50.h1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 71.875em) {
  .box-news H2, .box-news h1, .box-news .h1 {
    margin-bottom: 40px;
  }
}
.box-news H2:before, .box-news h1:before, .box-news .h1:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #262626;
  width: 78px;
  content: "";
  height: 1Px;
}
.box-news__sub {
  position: relative;
  display: flex;
  align-content: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 43.75em) {
  .box-news__sub {
    display: block;
    margin-bottom: 80px;
  }
}
.box-news__sub.az-po-rozkliku {
  display: none;
}
.box-news__sub__imgLink {
  position: relative;
  width: 45%;
  flex-grow: 1;
  order: 2;
  align-self: center;
  display: block;
  padding-left: 30px;
}
@media screen and (max-width: 43.75em) {
  .box-news__sub__imgLink {
    padding-left: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
.box-news__sub__imgLink figure {
  position: relative;
  display: block;
}
.box-news__sub__imgLink figure img {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
}
.box-news__sub__inner {
  position: relative;
  flex-grow: 1;
  align-self: center;
  width: 55%;
  order: 1;
  padding-right: 30px;
}
@media screen and (max-width: 43.75em) {
  .box-news__sub__inner {
    padding-right: 0;
    text-align: center;
    width: 100%;
    flex-grow: 0;
  }
}
.box-news__sub__inner h3, .box-news__sub__inner .h3, .box-news__sub__inner .modal-title, .box-news__sub__inner h2, .box-news__sub__inner .h2 {
  position: relative;
  font-size: 3.5rem;
  margin-bottom: 0;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-bottom: 0;
  text-align: left;
  margin-bottom: 35px;
  color: #2a2a2a;
  line-height: 1.15;
}
@media screen and (max-width: 43.75em) {
  .box-news__sub__inner h3, .box-news__sub__inner .h3, .box-news__sub__inner .modal-title, .box-news__sub__inner h2, .box-news__sub__inner .h2 {
    text-align: center;
  }
}
.box-news__sub__inner h3:before, .box-news__sub__inner .h3:before, .box-news__sub__inner .modal-title:before, .box-news__sub__inner h2:before, .box-news__sub__inner .h2:before {
  display: none;
}
.box-news__sub__inner h3 a, .box-news__sub__inner .h3 a, .box-news__sub__inner .modal-title a, .box-news__sub__inner h2 a, .box-news__sub__inner .h2 a {
  text-decoration: none;
  color: inherit;
}
.box-news__sub__inner h3 a:hover, .box-news__sub__inner .h3 a:hover, .box-news__sub__inner .modal-title a:hover, .box-news__sub__inner h2 a:hover, .box-news__sub__inner .h2 a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.box-news__sub__inner__tag {
  position: relative;
  display: inline-block;
  color: silver;
  font-size: 1.5rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
}
.box-news__sub__inner__tag:hover {
  color: #0039A6;
}
.box-news__sub__inner div {
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 30px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}
.box-news__sub__inner div p {
  font-size: 2rem;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.box-news__sub--right .box-news__sub__imgLink {
  padding-left: 0;
  padding-right: 30px;
  order: 1;
  margin-bottom: 40px;
  width: 38%;
}
@media screen and (max-width: 43.75em) {
  .box-news__sub--right .box-news__sub__imgLink {
    width: 100%;
    padding-right: 0;
  }
}
.box-news__sub--right .box-news__sub__inner {
  padding-left: 30px;
  padding-right: 0;
  order: 2;
  width: 62%;
}
@media screen and (max-width: 43.75em) {
  .box-news__sub--right .box-news__sub__inner {
    width: 100%;
    padding-left: 0;
  }
}
.box-news__main {
  position: relative;
  display: block;
  padding-top: 35px;
  display: flex;
  align-items: center;
  margin-bottom: 140px;
}
.box-news__main--minMB {
  margin-bottom: 80px;
}
@media screen and (max-width: 43.75em) {
  .box-news__main {
    display: block;
    margin-bottom: 80px;
  }
}
.box-news__main__imgLink {
  position: relative;
  flex-grow: 1;
  width: 50%;
  padding-right: 50px;
}
@media screen and (max-width: 43.75em) {
  .box-news__main__imgLink {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.box-news__main__imgLink figure {
  position: relative;
  display: block;
}
.box-news__main__imgLink figure img {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
}
.box-news__main__inner {
  position: relative;
  width: 50%;
  flex-grow: 1;
  padding-left: 30px;
}
@media screen and (max-width: 43.75em) {
  .box-news__main__inner {
    padding-left: 0;
    text-align: center;
    width: 100%;
    padding-left: 0;
  }
}
.box-news__main__inner h3, .box-news__main__inner .h3, .box-news__main__inner .modal-title, .box-news__main__inner h2, .box-news__main__inner .h2 {
  position: relative;
  font-size: 5rem;
  color: #0039A6;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 43.75em) {
  .box-news__main__inner h3, .box-news__main__inner .h3, .box-news__main__inner .modal-title, .box-news__main__inner h2, .box-news__main__inner .h2 {
    text-align: center;
  }
}
.box-news__main__inner h3:before, .box-news__main__inner .h3:before, .box-news__main__inner .modal-title:before, .box-news__main__inner h2:before, .box-news__main__inner .h2:before {
  display: none;
}
.box-news__main__inner h3 a, .box-news__main__inner .h3 a, .box-news__main__inner .modal-title a, .box-news__main__inner h2 a, .box-news__main__inner .h2 a {
  text-decoration: none;
  color: inherit;
}
.box-news__main__inner h3 a:hover, .box-news__main__inner .h3 a:hover, .box-news__main__inner .modal-title a:hover, .box-news__main__inner h2 a:hover, .box-news__main__inner .h2 a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.box-news__main__inner__tag {
  position: relative;
  display: inline-block;
  color: silver;
  font-size: 1.5rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
}
.box-news__main__inner__tag:hover {
  color: #0039A6;
}
.box-news__main__inner div {
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 30px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}
.box-news__main__inner div strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.box-news-aktuality {
  padding-top: 0;
  margin-top: 5em;
}
.box-news-aktuality strong {
  font-family: sofia-pro, sans-serif;
  font-weight: 800;
}
.box-news-aktuality .box-news__sub--right .box-news__sub__imgLink {
  padding-left: 0;
  padding-right: 30px;
  order: 1;
  margin-bottom: 40px;
  width: 50%;
}
@media screen and (max-width: 43.75em) {
  .box-news-aktuality .box-news__sub--right .box-news__sub__imgLink {
    width: 100%;
    padding-right: 0;
  }
}
.box-news-aktuality .box-news__sub--right .box-news__sub__inner {
  padding-left: 30px;
  padding-right: 0;
  order: 2;
  width: 42%;
}
@media screen and (max-width: 43.75em) {
  .box-news-aktuality .box-news__sub--right .box-news__sub__inner {
    width: 100%;
    padding-left: 0;
  }
}
.box-news-aktuality .box-news__sub--right .box-news__sub__imgLink {
  position: relative;
  width: 50%;
  flex-grow: 1;
  order: 2;
  align-self: center;
  display: block;
  padding-left: 0px;
}
@media screen and (max-width: 43.75em) {
  .box-news-aktuality .box-news__sub--right .box-news__sub__imgLink {
    padding-left: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
.box-news-aktuality .box-news__sub--right .box-news__sub__imgLink figure {
  position: relative;
  display: block;
  height: 400px;
}
@media screen and (max-width: 47.9375em) {
  .box-news-aktuality .box-news__sub--right .box-news__sub__imgLink figure {
    height: 200px;
  }
}
.box-news-aktuality .box-news__sub--right .box-news__sub__imgLink figure img {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: -10px 10px 0 0 #eaeaea;
  -moz-box-shadow: -10px 10px 0 0 #EAEAEA;
  box-shadow: -10px 10px 0 0 #eaeaea;
  border-radius: 10px;
}
.box-news-aktuality .box-news__sub .box-news__sub__imgLink {
  padding-left: 0;
}
.box-news-aktuality .box-news__sub .box-news__sub__imgLink figure {
  position: relative;
  display: block;
  height: 400px;
}
@media screen and (max-width: 47.9375em) {
  .box-news-aktuality .box-news__sub .box-news__sub__imgLink figure {
    height: 200px;
  }
}
.box-news-aktuality .box-news__sub .box-news__sub__imgLink img {
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 0 0 #eaeaea;
  -moz-box-shadow: 10px 10px 0 0 #EAEAEA;
  box-shadow: 10px 10px 0 0 #eaeaea;
  border-radius: 10px;
}
.box-news-aktuality .box-news__sub__inner {
  position: relative;
  flex-grow: 1;
  align-self: center;
  width: 42%;
  order: 1;
  padding-right: 30px;
}
.box-news-aktuality .box-news__sub__inner h3, .box-news-aktuality .box-news__sub__inner .h3, .box-news-aktuality .box-news__sub__inner .modal-title {
  font-size: 3.2rem;
  color: #0039A6;
}
.box-news-aktuality .box-news__sub__inner div {
  font-size: 1.6rem;
  margin-bottom: 35px;
}
.box-news-aktuality .box-news__sub__inner div p {
  font-size: 1.6rem;
}
@media screen and (max-width: 43.75em) {
  .box-news-aktuality .box-news__sub__inner {
    padding-right: 0;
    text-align: center;
    width: 100%;
    flex-grow: 0;
  }
}
.box-news-aktuality .box-news__sub .in-btn {
  color: #0039A6;
  border-radius: 50px;
  background-color: transparent;
  border: 2px solid #0039A6;
  padding: 8px 32px 10px;
  font-family: sofia-pro, sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
}
.box-news-aktuality .box-news__sub .in-btn:hover {
  background-color: #0039A6;
  color: #fff;
}

.box-refs {
  position: relative;
  display: block;
  text-align: center;
}
.box-refs__bgHeading {
  position: absolute;
  left: -50px;
  top: 50px;
  font-size: 12rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 900;
  color: #F0F0F0;
}
.box-refs h3, .box-refs .h3, .box-refs .modal-title {
  font-size: 3.5rem;
  color: #0039A6;
  font-family: sofia-pro, sans-serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 25px;
}
.box-refs__list {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
  font-size: 0rem;
  margin-bottom: 65px;
}
@media screen and (max-width: 40.625em) {
  .box-refs__list {
    padding: 0;
  }
}
@media screen and (max-width: 33.125em) {
  .box-refs__list {
    margin-bottom: 40px;
  }
}
.box-refs__list div, .box-refs__list figure, .box-refs__list__one, .box-refs__list a, .box-refs__list li {
  position: relative;
  display: inline-block;
  width: 16%;
  height: 70px;
  margin-bottom: 26px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media screen and (max-width: 40.625em) {
  .box-refs__list div, .box-refs__list figure, .box-refs__list__one, .box-refs__list a, .box-refs__list li {
    width: 25%;
  }
}
@media screen and (max-width: 33.125em) {
  .box-refs__list div, .box-refs__list figure, .box-refs__list__one, .box-refs__list a, .box-refs__list li {
    width: 33.333333%;
  }
}
@media screen and (max-width: 28.125em) {
  .box-refs__list div, .box-refs__list figure, .box-refs__list__one, .box-refs__list a, .box-refs__list li {
    width: 50%;
    margin-bottom: 20px;
    height: 80px;
  }
}
.box-refs__list div a, .box-refs__list figure a, .box-refs__list__one a, .box-refs__list a a, .box-refs__list li a {
  width: 100%;
}
.box-refs__list div img, .box-refs__list figure img, .box-refs__list__one img, .box-refs__list a img, .box-refs__list li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  max-width: 90%;
  max-height: 100%;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  /* mix-blend-mode: darken; */
}
.oldie .box-refs__list div img, .oldie .box-refs__list figure img, .oldie .box-refs__list__one img, .oldie .box-refs__list a img, .oldie .box-refs__list li img {
  top: auto;
  left: auto;
}
.box-refs__list a {
  cursor: pointer;
}
.box-refs__list a:hover img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}
.box-refs__list--biggerMargin div, .box-refs__list--biggerMargin figure, .box-refs__list--biggerMargin__one, .box-refs__list--biggerMargin a {
  margin-bottom: 50px;
}
@media screen and (max-width: 28.125em) {
  .box-refs__list--biggerMargin div, .box-refs__list--biggerMargin figure, .box-refs__list--biggerMargin__one, .box-refs__list--biggerMargin a {
    margin-bottom: 25px;
  }
}

.box-heading {
  position: relative;
  display: block;
  text-align: center;
  color: white;
  background-color: #0039A6;
  margin-top: 118px;
}
@media (max-width: 1047.98px) {
  .box-heading {
    margin-top: 48px;
  }
}
.box-heading .slick-arrow {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  border: 0;
  font-size: 0rem;
  color: transparent;
  z-index: 999;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-heading .slick-arrow:before {
  position: absolute;
  width: 13px;
  height: 18px;
  background-position: -84px -68px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6.5px;
  margin-top: -9px;
  content: "";
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box-heading .slick-arrow:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.box-heading .slick-arrow.slick-next {
  left: auto;
  right: 20px;
}
.box-heading .slick-arrow.slick-next:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.box-heading__slider {
  position: relative;
  display: block;
}
.box-heading__slider .slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  max-width: 100%;
  line-height: normal;
  bottom: 90px;
  text-align: center;
  height: 10px;
}
@media screen and (max-width: 41.875em) {
  .box-heading__slider .slick-dots {
    width: 100%;
    bottom: 50px;
    left: 0;
    top: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    text-align: center;
  }
}
.box-heading__slider .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  z-index: 40;
}
.box-heading__slider .slick-dots li.slick-active button:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.box-heading__slider .slick-dots li button {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background-color: transparent;
  overflow: hidden;
  color: transparent;
  font-size: 0rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 60;
}
.box-heading__slider .slick-dots li button:after {
  position: absolute;
  left: 0;
  top: -5px;
  height: 50px;
  width: 100%;
  background-color: white;
  content: "";
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1000;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-heading__slider__one {
  position: relative;
  display: block;
  background-image: url(../img/heading-bg.jpg);
  padding: 150px 0 150px 0;
  background-size: cover;
  background-position: center;
}
.box-heading__slider__one--oo {
  background-image: url(../img/ordersteps-bg.jpg);
}
.box-heading__slider__one--displayBG {
  background-image: url(../img/display-bg.png);
}
.box-heading__slider__one--pay {
  background-image: url(../img/pay-bg.jpg);
}
.box-heading__slider__one--payment {
  background-image: none;
  background-color: #fff;
  color: #0039A6;
}
@media screen and (max-width: 49.375em) {
  .box-heading__slider__one {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
.box-heading__slider__one__ico {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0 40px 0;
}
.box-heading__slider__one__ico img {
  position: relative;
  display: block;
  height: 85px;
}
.box-heading__slider__one .wrap {
  max-width: 980px !important;
}
.box-heading--min {
  padding-top: 140px;
  padding-bottom: 0;
  overflow: hidden;
  background-image: url(../img/heading-bg.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 76.25em) {
  .box-heading--min {
    padding-top: 90px;
  }
}
.box-heading--onlyTitle .box-heading__slider__one {
  padding-bottom: 60px;
  padding-top: 150px;
}
.box-heading--minBot .box-heading__slider__one {
  padding-bottom: 20px !important;
}
.box-heading h1, .box-heading .h1, .box-heading h2, .box-heading .h2 {
  position: relative;
  display: block;
  font-size: 5rem;
  line-height: 60px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 35px;
  color: inherit;
}
.box-heading h1 strong, .box-heading .h1 strong, .box-heading h2 strong, .box-heading .h2 strong {
  font-size: 5rem;
}
.box-heading h1 strong, .box-heading .h1 strong, .box-heading h2 strong, .box-heading .h2 strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  display: block;
}
.box-heading h1 span, .box-heading .h1 span, .box-heading h2 span, .box-heading .h2 span {
  position: relative;
  display: block;
  font-size: 2.5rem;
  font-family: "Helvetica Neue Thin", Arial, Helvetica, sans-serif;
  font-weight: 100;
}
.box-heading strong {
  position: relative;
  display: block;
  font-size: 4rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.box-heading p {
  position: relative;
  display: block;
  line-height: 30px;
  font-size: 1.8rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}
.box-heading p:last-of-type {
  margin-bottom: 0;
}
.box-heading .in-btn {
  margin: 0 5px !important;
}
.box-heading .videoWrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #0039A6;
}
@media screen and (max-width: 48.75em) {
  .box-heading .videoWrap {
    display: none;
  }
}
.box-heading .videoWrap .video {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}
@media screen and (max-width: 48.75em) {
  .box-heading .videoWrap .video {
    display: none;
  }
}

.box-aktuality {
  background-color: #fff;
  position: relative;
  padding-bottom: 5em;
}
.box-aktuality h1, .box-aktuality .h1 {
  color: #0039A6;
  padding-top: 1.8em;
}
@media screen and (max-width: 65.5em) {
  .box-aktuality h1, .box-aktuality .h1 {
    padding-top: 0.8em;
  }
}
.box-aktuality h1 strong, .box-aktuality .h1 strong {
  font-size: 7.2rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 800;
}
@media screen and (max-width: 65.5em) {
  .box-aktuality h1 strong, .box-aktuality .h1 strong {
    font-size: 5rem;
  }
}
.box-aktuality .circle {
  position: absolute;
  top: -332px;
  left: -110px;
  width: 583px;
  height: 583px;
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border-radius: 350px;
}
@media screen and (max-width: 100em) {
  .box-aktuality .circle {
    width: 480px;
    height: 480px;
    top: -256px;
    left: -163px;
  }
}
@media screen and (max-width: 37.5em) {
  .box-aktuality .circle {
    width: 300px;
    height: 300px;
    top: -165px;
    left: -117px;
  }
}

.box-detail {
  margin-top: 0;
  padding-top: 70px;
  background-image: unset;
  background-color: transparent;
}

.box-breadcrumb {
  position: relative;
  display: block;
  z-index: 1;
}
.box-breadcrumb--white {
  background-color: white;
}
.box-breadcrumb--big ul {
  padding: 30px 0 !important;
}
@media screen and (max-width: 60.625em) {
  .box-breadcrumb--order {
    display: none;
  }
}
.box-breadcrumb--calc {
  margin-top: 62px;
}
@media screen and (max-width: 76.25em) {
  .box-breadcrumb--calc {
    margin-top: 40px;
  }
}
.box-breadcrumb--calc ul {
  padding: 10px 0;
}
.box-breadcrumb ul {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 22px;
  padding: 37px 0;
}
@media (max-width: 1047.98px) {
  .box-breadcrumb ul {
    padding-top: 20px 0;
  }
}
.box-breadcrumb ul li {
  position: relative;
  display: flex;
  align-items: center;
  color: #A5A5A5;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
.box-breadcrumb ul li:last-of-type.active {
  color: #5A5A5A;
}
.box-breadcrumb ul li:after {
  position: relative;
  display: inline-block;
  content: "";
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 15px;
  width: 6px;
  height: 10px;
  background-image: url(../img/breadcrumb.svg);
  background-size: 100% 100%;
}
.box-breadcrumb ul li:last-of-type {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-breadcrumb ul li:last-of-type a {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-breadcrumb ul li:last-of-type:after {
  display: none;
}
.box-breadcrumb ul li a {
  position: relative;
  display: inline-block;
  color: #A5A5A5;
  text-decoration: none;
}
.box-breadcrumb ul li a:hover {
  color: #0039A6;
  text-decoration: underline;
}

.box-subPageNav {
  position: relative;
  display: block;
  text-align: right;
  margin: 40px 0 70px 0;
}
@media screen and (max-width: 58.125em) {
  .box-subPageNav {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 39.375em) {
  .box-subPageNav {
    margin-bottom: 40px;
  }
}
.box-subPageNav__inner {
  position: relative;
  display: inline-block;
  min-width: 330px;
  text-align: left;
}
@media screen and (max-width: 45em) {
  .box-subPageNav__inner {
    display: none;
  }
}
.box-subPageNav__inner__control {
  position: relative;
  display: block;
  background-color: #1853d5;
  color: white;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 25px;
  padding: 10px 50px 10px 20px;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-subPageNav__inner__control.active:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box-subPageNav__inner__control strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-subPageNav__inner__control:hover {
  color: rgba(255, 255, 255, 0.8);
}
.box-subPageNav__inner__control:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 7px;
  background-position: -23px -110px;
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  right: 17px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}
.box-subPageNav__inner__main {
  position: absolute;
  right: 0;
  top: 100%;
  left: 0;
  max-width: 100%;
  background-color: #0039A6;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: left;
  border-top: 1px solid white;
  z-index: 50;
  display: none;
}
.box-subPageNav__inner__main li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.box-subPageNav__inner__main li:last-of-type {
  border-bottom: 0;
}
.box-subPageNav__inner__main li span {
  position: relative;
  display: block;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-subPageNav__inner__main li a {
  position: relative;
  display: block;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
}
.box-subPageNav__inner__main li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.box-subPageNav__inner__main li ul {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
.box-subPageNav__inner__main li ul li a {
  padding-left: 35px;
}
.box-subPageNav__inner__main li ul li a:before {
  position: absolute;
  left: 20px;
  width: 7px;
  height: 2px;
  background-color: white;
  top: 19px;
  content: "";
}

.box-benefits {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 49.375em) {
  .box-benefits {
    margin-bottom: 30px;
  }
}
.box-benefits h2, .box-benefits .h2 {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Thin", Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 3rem;
  line-height: 40px;
  padding: 10px;
  color: #0039A6;
  margin-bottom: 88px;
  margin-bottom: 88px;
}
@media screen and (max-width: 49.375em) {
  .box-benefits h2, .box-benefits .h2 {
    margin-bottom: 40px;
  }
}
.box-benefits h2:before, .box-benefits .h2:before {
  position: absolute;
  width: 76px;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  background-color: #0039A6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  height: 1px;
  left: 50%;
  bottom: 0;
}
.box-benefits__inner {
  position: relative;
  display: block;
}
.box-benefits__inner--smaller {
  padding: 0 5%;
}
.box-benefits__one {
  position: relative;
  display: block;
  text-align: center;
  max-width: 100%;
  width: 320px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.box-benefits__one--bigger {
  width: 450px;
}
.box-benefits__one h3, .box-benefits__one .h3, .box-benefits__one .modal-title {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 40px;
  color: #0039A6;
}
.box-benefits__one p {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 30px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #2a2a2a;
}
.box-benefits__one p a {
  color: #0039A6;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
.box-benefits__one p a:hover {
  text-decoration: underline;
}

.box-coop {
  position: relative;
  display: block;
  margin-bottom: 80px;
  padding-top: 60px;
}
.box-coop::after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width: 49.375em) {
  .box-coop {
    margin-bottom: 40px;
  }
}
.box-coop__inner {
  position: relative;
  display: block;
  padding: 0 5%;
}
@media screen and (max-width: 51.25em) {
  .box-coop__inner {
    padding: 0;
  }
}
.box-coop h2, .box-coop .h2 {
  position: relative;
  display: block;
  text-align: center;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 35px;
  padding: 20px 0;
  margin-bottom: 66px;
}
.box-coop h2:before, .box-coop .h2:before {
  position: absolute;
  width: 76px;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  background-color: #2a2a2a;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  height: 1px;
  left: 50%;
  bottom: 0;
}
.box-coop a.box-coop__one:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background-color: #d6d6d6;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.box-coop a.box-coop__one strong {
  color: #0039A6;
}
.box-coop a.box-coop__one:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.box-coop__one {
  position: relative;
  display: block;
  background-color: #f8f8f8;
  margin: 0 8%;
  margin-bottom: 60px;
  text-decoration: none;
  color: #2a2a2a;
}
@media screen and (max-width: 51.3125em) {
  .box-coop__one {
    margin-bottom: 30px;
  }
}
.box-coop__one--line .box-coop__one__inner {
  padding-left: 15px !important;
}
@media screen and (max-width: 26.25em) {
  .box-coop__one--line .box-coop__one__inner {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 26.25em) {
  .box-coop__one {
    margin: 0;
    margin-bottom: 30px;
  }
}
.box-coop__one__inner {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: normal;
  vertical-align: middle;
  padding: 20px 20px 15px 120px;
  width: 100%;
  text-decoration: none;
  color: #2a2a2a;
}
@media screen and (max-width: 51.3125em) {
  .box-coop__one__inner {
    position: relative;
    display: block;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 26.25em) {
  .box-coop__one__inner {
    padding: 40px 20px 20px 20px;
    text-align: center;
  }
}
.box-coop__one__inner strong {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 1.8rem;
}
.box-coop__one__inner p {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 30px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.box-coop__one__inner p a {
  color: #0039A6;
  text-decoration: underline;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-coop__one__inner p a:hover {
  text-decoration: none;
}
.box-coop__one__inner span {
  position: absolute;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 55px;
  top: 50%;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  color: #0039A6;
  font-size: 2.6rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  overflow: hidden;
}
.box-coop__one__inner span:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 3px solid #0039A6;
  content: "";
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
}
.box-coop__one__inner span img, .box-coop__one__inner span .svg {
  position: relative;
  display: block;
  max-width: 100%;
  background: white;
  max-height: 100%;
}
@media screen and (max-width: 26.25em) {
  .box-coop__one__inner span {
    top: 0;
    background-color: #f8f8f8;
    left: 50%;
    margin-left: -26px;
  }
}

.box-marked {
  position: relative;
  display: block;
  background-color: #2a2a2a;
  color: white;
  text-align: center;
}
.box-marked__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url(../img/marked-bg.jpg);
  background-size: cover;
  background-position: center;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  content: "";
  z-index: 1;
}
.box-marked__inner {
  position: relative;
  display: block;
  z-index: 2;
  padding: 150px 10% 105px 10%;
}
@media screen and (max-width: 49.375em) {
  .box-marked__inner {
    padding: 100px 10% 55px 10%;
  }
}
.box-marked p {
  position: relative;
  display: block;
  line-height: 45px;
  font-size: 2.4rem;
  font-family: "Helvetica Neue Thin", Arial, Helvetica, sans-serif;
  font-weight: 100;
  margin-bottom: 45px;
}
@media screen and (max-width: 49.375em) {
  .box-marked p {
    font-size: 2rem;
    line-height: 38px;
    margin-bottom: 38px;
  }
}
.box-marked p strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-marked p a {
  color: inherit;
  text-decoration: underline;
}
.box-marked p a:hover {
  text-decoration: none;
}

.box-gallery {
  position: relative;
  display: block;
  padding: 0 0 50px 0;
  margin-top: 0;
}
.box-gallery__one {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.box-gallery__one:after {
  position: absolute;
  width: 32px;
  height: 32px;
  background-position: 0px -68px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  content: "";
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  z-index: 120;
}
.box-gallery__one:before {
  position: absolute;
  background-color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  content: "";
  z-index: 110;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-gallery__one:hover:before {
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}
.box-gallery__one:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.box-gallery__one.video:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  background-size: 100% 100%;
  background-position: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-image: url(../img/play-video.svg);
}
.oldie .box-gallery__one.video:after {
  top: auto;
  left: auto;
}
.box-gallery__one figure {
  position: relative;
  display: block;
  padding-bottom: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.box-gallery__one figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  width: 100%;
}
.oldie .box-gallery__one figure img {
  top: auto;
  left: auto;
}
.box-gallery__one figure.h img {
  height: 100%;
  width: auto;
}

.box-write {
  position: relative;
  display: block;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 49.375em) {
  .box-write {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}
.box-write h2, .box-write .h2 {
  max-width: 850px;
  margin: 7rem auto;
  text-align: center;
  font-size: 26px;
  line-height: 33px;
  font-size: 2.6rem;
  line-height: 3.3rem;
}
@media (min-width: 576px) {
  .box-write h2, .box-write .h2 {
    font-size: 28px;
    line-height: 35px;
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 768px) {
  .box-write h2, .box-write .h2 {
    font-size: 31px;
    line-height: 38px;
    font-size: 3.1rem;
    line-height: 3.8rem;
  }
}
@media (min-width: 1048px) {
  .box-write h2, .box-write .h2 {
    font-size: 40px;
    line-height: 46px;
    font-size: 4rem;
    line-height: 4.6rem;
  }
}
.box-write__underHeading {
  max-width: 850px;
  margin: 0 auto;
}
.box-write__underHeading a {
  color: #0039A6;
}
.box-write__upload {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.box-write__upload span {
  font-size: 1.2rem;
}
.box-write__upload__label {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 18px;
  margin-bottom: 4px;
  color: #6F6F6F;
}
.box-write__upload__filedrag, .box-write__upload #filedrag {
  position: relative;
  display: block;
  height: 182px;
  border: 2px dashed #C6C6C6;
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.box-write__upload__filedrag.hover, .box-write__upload #filedrag.hover {
  border-color: #0039A6;
}
.box-write__upload__filedrag.hover div, .box-write__upload #filedrag.hover div {
  pointer-events: none;
}
.box-write__upload__filedrag div, .box-write__upload #filedrag div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  text-align: center;
  width: 90%;
}
.oldie .box-write__upload__filedrag div, .oldie .box-write__upload #filedrag div {
  top: auto;
  left: auto;
}
.box-write__upload__filedrag div img, .box-write__upload #filedrag div img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.box-write__upload__filedrag div p, .box-write__upload #filedrag div p {
  position: relative;
  display: block;
  font-size: 1.4rem;
  color: #262626;
}
.box-write__upload__filedrag div p label, .box-write__upload #filedrag div p label {
  color: #0039A6;
  cursor: pointer;
  text-decoration: underline;
}
.box-write__upload__filedrag div p label:hover, .box-write__upload #filedrag div p label:hover {
  text-decoration: none;
}
.box-write__text {
  position: relative;
  display: block;
  margin-bottom: 30px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #6F6F6F;
  text-align: left;
}
.box-write__text p {
  position: relative;
  display: block;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #6F6F6F;
  text-align: left;
}
.box-write__text a {
  color: inherit;
  text-decoration: none;
}
.box-write__text a:hover {
  text-decoration: underline;
}
.box-write__rowWrap {
  position: relative;
  display: block;
  max-width: 480px;
  margin: 0 auto;
}
.box-write__one {
  position: relative;
  display: block;
}
.box-write__one__filler {
  position: absolute;
  font-size: 0rem;
  color: transparent;
  left: -99999999px;
}
.box-write__one span {
  font-size: 1.2rem;
}
.box-write__one label {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 18px;
  margin-bottom: 4px;
  color: #6F6F6F;
}
.box-write__one input, .box-write__one textarea {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  height: 42px;
  background-color: transparent;
  line-height: 22px;
  background-color: white;
  border: 2px solid #EAEAEA;
  font-size: 1.6rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #262626;
  padding: 10px 16px 6px 16px;
  margin-bottom: 20px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.box-write__one textarea {
  resize: none;
  height: 150px;
}

.box-ref {
  position: relative;
  display: block;
  padding: 30px 0;
}
.box-ref h2, .box-ref .h2 {
  position: relative;
  display: block;
  text-align: center;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 35px;
  padding: 20px 0;
  margin-bottom: 66px;
}
.box-ref h2:before, .box-ref .h2:before {
  position: absolute;
  width: 76px;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  background-color: #efefef;
  height: 1px;
  left: 50%;
  bottom: 0;
}
.box-ref__list {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.box-ref__list::after {
  display: block;
  clear: both;
  content: "";
}
.box-ref__list__one {
  position: relative;
  float: left;
  padding: 3px;
  width: 25%;
}
@media screen and (max-width: 47.5em) {
  .box-ref__list__one {
    width: 33.33333%;
  }
}
@media screen and (max-width: 25em) {
  .box-ref__list__one {
    width: 50%;
  }
}
.box-ref__list__one a {
  position: relative;
  display: block;
  padding-bottom: 75%;
  overflow: hidden;
  background-size: cover;
  cursor: pointer;
  background-position: center;
}
.box-ref__list__one a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  width: 100%;
}
.oldie .box-ref__list__one a img {
  top: auto;
  left: auto;
}
.box-ref__list__one a.h img {
  height: 100%;
  width: auto;
}
.box-ref__list__one a:before {
  position: absolute;
  background-color: #2a2a2a;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=56)";
  filter: alpha(opacity=56);
  -moz-opacity: 0.56;
  -khtml-opacity: 0.56;
  opacity: 0.56;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  content: "";
  z-index: 110;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  transition: all 450ms ease;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  transition: all 450ms ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.box-ref__list__one a:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=56)";
  filter: alpha(opacity=56);
  -moz-opacity: 0.56;
  -khtml-opacity: 0.56;
  opacity: 0.56;
}
.box-ref__list__one a:hover div {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.box-ref__list__one a:hover div .in-btn {
  opacity: 1;
}
.box-ref__list__one a div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  text-align: center;
  z-index: 120;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  transition: all 450ms ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.oldie .box-ref__list__one a div {
  top: auto;
  left: auto;
}
.box-ref__list__one a div strong {
  position: relative;
  display: block;
  color: white;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding-top: 15px;
}
.box-ref__list__one a div .in-btn {
  line-height: 20px;
  padding: 7px 20px 5px 20px;
  font-size: 1.3rem;
  min-width: 100px;
  opacity: 1;
}
.box-ref__list__one a div .in-btn:hover {
  color: black !important;
  background-color: white !important;
}
.box-ref__slider {
  position: relative;
  display: block;
  margin: 0 -3px;
  margin-bottom: 80px;
}
.box-ref__slider__main {
  position: relative;
  display: block;
  margin-bottom: 6px;
}
.box-ref__slider__main figure {
  position: relative;
  display: block;
  padding-bottom: 60%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.box-ref__slider__main figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  min-width: 100%;
  min-height: 100%;
}
.oldie .box-ref__slider__main figure img {
  top: auto;
  left: auto;
}
.box-ref__slider__nav {
  position: relative;
  display: block;
}
.box-ref__slider__nav figure {
  position: relative;
  display: block;
  padding-bottom: 70%;
  overflow: hidden;
  background-size: cover;
  margin: 0 3px;
  cursor: pointer;
  background-position: center;
}
.box-ref__slider__nav figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  min-width: 100%;
  max-width: 180%;
  min-height: 100%;
}
.oldie .box-ref__slider__nav figure img {
  top: auto;
  left: auto;
}
.box-ref__heading {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 200px;
}
@media screen and (max-width: 47.5em) {
  .box-ref__heading {
    padding: 0;
  }
}
.box-ref__heading__back {
  position: absolute;
  top: 54px;
  right: 0;
  color: #2a2a2a;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width: 47.5em) {
  .box-ref__heading__back {
    left: 0;
    top: -20px;
    right: auto;
  }
}
.box-ref__heading__back:hover {
  color: #0039A6;
}
.box-ref__heading__back:hover:before {
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  transform: translateX(-4px);
  color: #0039A6;
}
.box-ref__heading__back:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  margin-right: 6px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 18px;
  content: "<";
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-ref__heading h1, .box-ref__heading .h1 {
  position: relative;
  display: inline-block;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 4rem;
  line-height: 50px;
  padding: 30px;
  color: #0039A6;
  margin-bottom: 50px;
}
@media screen and (max-width: 49.375em) {
  .box-ref__heading h1, .box-ref__heading .h1 {
    margin-bottom: 40px;
  }
}
.box-ref__heading h1:before, .box-ref__heading .h1:before {
  position: absolute;
  width: 76px;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  background-color: #0039A6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  height: 1px;
  left: 50%;
  bottom: 0;
}
.box-ref__text {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #2a2a2a;
  text-align: center;
  margin-bottom: 80px;
}
.box-ref__text--min {
  margin-bottom: 50px;
}
.box-ref__text__cols {
  position: relative;
  display: block;
  text-align: left;
  margin: 0 -15px;
}
.box-ref__text__cols::after {
  display: block;
  clear: both;
  content: "";
}
.box-ref__text__cols div {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 47.5em) {
  .box-ref__text__cols div {
    float: none;
    width: 100%;
    display: block;
  }
}
.box-ref__text p {
  min-height: 30px;
  position: relative;
  display: block;
}
.box-ref__text strong, .box-ref__text b {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-ref__text .in-btn {
  margin-top: 45px;
}

.box-text {
  position: relative;
  display: block;
  padding: 50px 0 10px 0;
}
.box-text--bg {
  background-color: #f9f9f9;
}
.box-text--galleryUnder {
  margin-bottom: 80px;
}
.box-text.pt0 {
  padding-top: 0;
}
.box-text h2, .box-text .h2 {
  position: relative;
  display: block;
  line-height: 50px;
  padding-bottom: 15px;
  color: #2a2a2a;
  font-size: 3rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 47.5em) {
  .box-text h2, .box-text .h2 {
    line-height: 40px;
    margin-bottom: 45px;
  }
}
.box-text h2:before, .box-text .h2:before {
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #2a2a2a;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  width: 76px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}
.box-text__heading {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 200px;
}
@media screen and (max-width: 47.5em) {
  .box-text__heading {
    padding: 0;
  }
}
.box-text__heading__back {
  position: absolute;
  top: 54px;
  right: 0;
  color: #2a2a2a;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width: 47.5em) {
  .box-text__heading__back {
    left: 0;
    top: -20px;
    right: auto;
  }
}
.box-text__heading__back:hover {
  color: #0039A6;
}
.box-text__heading__back:hover:before {
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  transform: translateX(-4px);
  color: #0039A6;
}
.box-text__heading__back:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  margin-right: 6px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 18px;
  content: "<";
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-text__heading h1, .box-text__heading .h1 {
  position: relative;
  display: inline-block;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 50px;
  padding: 30px;
  color: #0039A6;
  margin-bottom: 50px;
}
@media screen and (max-width: 49.375em) {
  .box-text__heading h1, .box-text__heading .h1 {
    margin-bottom: 40px;
  }
}
.box-text__heading h1:before, .box-text__heading .h1:before {
  position: absolute;
  width: 320px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  background-color: #0039A6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  height: 1px;
  left: 50%;
  bottom: 0;
}
.box-text__heading--light h1, .box-text__heading--light .h1 {
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.box-text__heading--light h1 strong, .box-text__heading--light .h1 strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-text__heading--smallerTopPadding h1, .box-text__heading--smallerTopPadding .h1 {
  padding-top: 24px;
}
.box-text__main {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #2a2a2a;
  text-align: center;
  padding-bottom: 50px;
}
.box-text__main--paddings {
  padding: 0 10%;
}
.box-text__main--left {
  text-align: left;
}
.box-text__main p {
  min-height: 30px;
  position: relative;
  display: block;
}
.box-text__main strong, .box-text__main b {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-text__main .in-btn {
  margin: 0 5px;
  margin-top: 45px;
}
.box-text__main__logoGrid {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.box-text__main__logoGrid img {
  position: relative;
  display: inline-block;
  margin: 0 20px 20px 20px;
  height: 53px;
}
.box-text__main__article {
  position: relative;
  display: flex;
  text-align: left;
  justify-content: center;
  margin: 0 -15px;
}
.box-text__main__article::after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width: 47.5em) {
  .box-text__main__article {
    display: block;
  }
}
.box-text__main__article > div {
  position: relative;
  display: inline-block;
  flex-grow: 1;
  max-width: 670px;
  padding: 15px;
}
@media screen and (max-width: 47.5em) {
  .box-text__main__article > div {
    float: none;
    width: 100%;
    display: block;
    max-width: 100%;
  }
}
.box-text__main__article > div.max {
  max-width: 100%;
  width: 100%;
}
.box-text__main__article blockquote {
  position: relative;
  display: block;
  text-align: center;
  padding: 30px 40px;
  background-color: #f6f6f6;
  margin-bottom: 30px;
  padding-left: 100px;
}
.box-text__main__article blockquote:before {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 64px;
  height: 58px;
  background-position: 0px 0px;
  content: "";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.box-text__main__article h2, .box-text__main__article .h2 {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.box-text__main__article h2:before, .box-text__main__article .h2:before {
  display: none;
}
.box-text__main__article img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
  max-width: 100%;
}
.box-text__main__article img.pull-left {
  float: left;
  display: inline-block;
  margin-right: 30px;
  margin-left: 0;
  margin-top: 5px;
  max-width: 300px;
}
@media screen and (max-width: 47.5em) {
  .box-text__main__article img.pull-left {
    float: none !important;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.box-text__main__article img.pull-right {
  float: right;
  display: inline-block;
  margin-left: 30px;
  margin-right: 0;
  margin-top: 5px;
  max-width: 300px;
}
@media screen and (max-width: 47.5em) {
  .box-text__main__article img.pull-right {
    float: none !important;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.box-text__main__article h3, .box-text__main__article .h3, .box-text__main__article .modal-title {
  position: relative;
  display: block;
  color: #2a2a2a;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 2.7rem;
  margin-bottom: 15px;
}
.box-text__main__article i {
  font-style: italic;
}
.box-text__main__article h4, .box-text__main__article .h4 {
  position: relative;
  display: block;
  color: #2a2a2a;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.box-text__main__article p {
  position: relative;
  display: block;
  line-height: 30px;
  margin-bottom: 22px;
}
.box-text__main__article a {
  color: #0039A6;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
.box-text__main__article a:hover {
  text-decoration: underline;
}
.box-text__main__article a img {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-text__main__article a img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.box-text__main__article a.js-WSWpopUpGallery {
  display: inline-block;
  margin: 0 auto;
}
.box-text__main__article a.fl-img-l {
  float: left;
}
.box-text__main__article a.fl-img-l img {
  display: inline-block;
  margin-right: 30px;
  margin-left: 0;
  margin-top: 5px;
}
@media screen and (max-width: 47.5em) {
  .box-text__main__article a.fl-img-l {
    float: none !important;
    display: block;
    margin: 0 auto;
  }
  .box-text__main__article a.fl-img-l img {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.box-text__main__article a.fl-img-r {
  float: right;
}
.box-text__main__article a.fl-img-r img {
  margin-left: 30px;
  margin-right: 0;
  margin-top: 5px;
}
@media screen and (max-width: 47.5em) {
  .box-text__main__article a.fl-img-r {
    float: none !important;
    display: block;
    margin: 0 auto;
  }
  .box-text__main__article a.fl-img-r img {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.box-text__main__article sub {
  vertical-align: sub;
  font-size: smaller;
}
.box-text__main__article sup {
  position: relative;
  display: inline-block;
  vertical-align: sup;
  top: 0px;
  font-size: smaller;
}
.box-text__main__article ul {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.box-text__main__article ul li {
  position: relative;
  display: block;
  margin: 5px 0;
  padding-left: 30px;
}
.box-text__main__article ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0039A6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.box-text__main.contact .box-text__main__article > div {
  position: relative;
  flex-grow: 1;
  padding: 0 15px;
}
@media screen and (max-width: 52.5em) {
  .box-text__main.contact .box-text__main__article > div {
    float: none;
    width: 100% !important;
    display: block;
  }
}
.box-text__main.contact .box-text__main__article > div h2, .box-text__main.contact .box-text__main__article > div .h2 {
  text-align: left !important;
}
.box-text__main.contact .box-text__main__article > div h3, .box-text__main.contact .box-text__main__article > div .h3, .box-text__main.contact .box-text__main__article > div .modal-title, .box-text__main.contact .box-text__main__article > div strong {
  text-align: left;
}
.box-text__main.contact .box-text__main__article > div h2, .box-text__main.contact .box-text__main__article > div .h2 {
  position: relative;
  display: block;
  color: #0039A6;
  font-size: 2rem;
  line-height: 24px;
  margin-bottom: 20px;
}
.box-text__main.contact .box-text__main__article > div span {
  position: relative;
  display: block;
}
.box-text__main.contact .box-text__main__article > div h3, .box-text__main.contact .box-text__main__article > div .h3, .box-text__main.contact .box-text__main__article > div .modal-title, .box-text__main.contact .box-text__main__article > div strong {
  position: relative;
  display: block;
  color: #2a2a2a;
  font-size: 2rem;
  line-height: 24px;
  margin-bottom: 15px;
  padding-top: 5px;
}
.box-text__main.contact .box-text__main__article__blue {
  position: relative;
  display: block;
  background-color: #0039A6;
  color: white;
  padding: 20px;
  margin-top: -20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: -20px;
}
@media screen and (max-width: 52.5em) {
  .box-text__main.contact .box-text__main__article__blue {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.box-text__main.contact .box-text__main__article__blue h2, .box-text__main.contact .box-text__main__article__blue .h2 {
  color: white !important;
}
.box-text__main.contact .box-text__main__article__blue h3, .box-text__main.contact .box-text__main__article__blue .h3, .box-text__main.contact .box-text__main__article__blue .modal-title {
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: white !important;
}
.box-text__main.contact .box-text__main__article__blue a {
  color: white !important;
}
.box-text__main.contact .box-text__main__article__blue p {
  position: relative;
  display: block;
  font-size: 1.2rem;
  padding-top: 25px;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.8);
}
.box-text__basics {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.box-text__basics p {
  position: relative;
  display: block;
  line-height: 30px;
  margin-bottom: 22px;
}
.box-text__basics a {
  color: #0039A6;
  text-decoration: underline;
}
.box-text__basics a:hover {
  text-decoration: none;
}
.box-text__basics strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.box-text-detail {
  background-color: #fff !important;
}
@media screen and (max-width: 37.5em) {
  .box-text-detail .box-text__share {
    flex-direction: column;
  }
}
.box-text-detail .box-text__share strong {
  margin-right: 1em;
}
@media screen and (max-width: 37.5em) {
  .box-text-detail .box-text__share strong {
    margin-right: 0;
  }
}
.box-text-detail .circle {
  position: absolute;
  top: -270px;
  left: -110px;
  width: 583px;
  height: 583px;
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border-radius: 350px;
}
@media screen and (max-width: 100em) {
  .box-text-detail .circle {
    width: 480px;
    height: 480px;
    top: -256px;
    left: -163px;
  }
}
@media screen and (max-width: 37.5em) {
  .box-text-detail .circle {
    width: 380px;
    height: 380px;
    top: -211px;
    left: -151px;
  }
}
.box-text-detail .box-text__heading {
  text-align: left;
  padding: 0;
}
.box-text-detail .box-text__heading h1, .box-text-detail .box-text__heading .h1 {
  font-size: 7.2rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 800;
  line-height: 72px;
  padding: 0;
  padding-top: 1.25em;
  margin-bottom: 10px;
}
@media screen and (max-width: 65.5em) {
  .box-text-detail .box-text__heading h1, .box-text-detail .box-text__heading .h1 {
    padding-top: 0.4em;
    font-size: 5rem;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 37.5em) {
  .box-text-detail .box-text__heading h1, .box-text-detail .box-text__heading .h1 {
    line-height: 50px;
  }
}
.box-text-detail .box-text__heading h1::before, .box-text-detail .box-text__heading .h1::before {
  width: 0;
  height: 0;
  position: unset;
  background-color: none;
  display: none;
}
.box-text-detail .box-text__main__article {
  margin: 0 0;
  justify-content: flex-start;
}
.box-text-detail .box-text__main__article h2, .box-text-detail .box-text__main__article .h2, .box-text-detail .box-text__main__article h3, .box-text-detail .box-text__main__article .h3, .box-text-detail .box-text__main__article .modal-title {
  font-size: 3.5rem;
  color: #0039A6;
  font-family: sofia-pro, sans-serif;
  font-weight: 800;
  text-align: left;
  margin-bottom: 25px;
  line-height: 36px;
}

.box-text-kontakty {
  background-color: #fff !important;
  padding-bottom: 11em;
}
.box-text-kontakty .circle {
  position: absolute;
  top: -216px;
  left: -101px;
  width: 583px;
  height: 583px;
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border-radius: 350px;
}
@media screen and (max-width: 100em) {
  .box-text-kontakty .circle {
    width: 480px;
    height: 480px;
    top: -143px;
    left: -113px;
  }
}
@media screen and (max-width: 65.5em) {
  .box-text-kontakty .circle {
    width: 480px;
    height: 480px;
    top: -256px;
    left: -163px;
  }
}
@media screen and (max-width: 37.5em) {
  .box-text-kontakty .circle {
    width: 380px;
    height: 380px;
    top: -180px;
    left: -160px;
  }
}
.box-text-kontakty .box-text__heading {
  text-align: left;
  padding: 0;
  padding-top: 10em;
}
@media screen and (max-width: 65.5em) {
  .box-text-kontakty .box-text__heading {
    padding-top: 5em;
  }
}
@media screen and (max-width: 37.5em) {
  .box-text-kontakty .box-text__heading {
    padding-top: 1.5em;
  }
}
.box-text-kontakty .box-text__heading h1, .box-text-kontakty .box-text__heading .h1 {
  font-size: 7.2rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 800;
  line-height: 72px;
  padding: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 65.5em) {
  .box-text-kontakty .box-text__heading h1, .box-text-kontakty .box-text__heading .h1 {
    padding-top: 0.4em;
    font-size: 5rem;
  }
}
@media screen and (max-width: 37.5em) {
  .box-text-kontakty .box-text__heading h1, .box-text-kontakty .box-text__heading .h1 {
    line-height: 50px;
  }
}
.box-text-kontakty .box-text__heading h1::before, .box-text-kontakty .box-text__heading .h1::before {
  width: 0;
  height: 0;
  position: unset;
  background-color: none;
  display: none;
}
.box-text-kontakty .box-text__main__article {
  margin: 0 0;
  justify-content: flex-start;
}
.box-text-kontakty .box-text__main__article h2, .box-text-kontakty .box-text__main__article .h2, .box-text-kontakty .box-text__main__article h3, .box-text-kontakty .box-text__main__article .h3, .box-text-kontakty .box-text__main__article .modal-title {
  font-size: 3.5rem;
  color: #0039A6;
  font-family: sofia-pro, sans-serif;
  font-weight: 800;
  text-align: left;
  margin-bottom: 25px;
  line-height: 36px;
}
.box-text-kontakty .box-breadcrumb > .container {
  padding: 0;
}

.box-team {
  position: relative;
  display: block;
}
.box-team__button {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px 0 100px 0;
}
.box-team__button > span {
  color: #0039A6;
  border: 2px solid #0039A6;
  border-radius: 50px;
  padding: 8px 30px 10px 30px;
  font-size: 1.6rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 800;
}
.box-team__button > span:hover {
  background-color: #0039A6;
  color: #fff;
}
.box-team__heading {
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 35px;
  max-width: 670px;
}
.box-team__heading h2, .box-team__heading .h2 {
  position: relative;
  display: inline-block;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 5rem;
  line-height: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #0039A6;
  font-family: sofia-pro, sans-serif;
  font-weight: 800;
}
@media screen and (max-width: 49.375em) {
  .box-team__heading h2, .box-team__heading .h2 {
    margin-bottom: 40px;
  }
}
.box-team__heading p {
  position: relative;
  display: block;
  line-height: 30px;
  font-size: 1.6rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 45px;
}
.box-team__list {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  transition: all 700ms ease;
}
.box-team__list__inner {
  position: relative;
  display: block;
}
.box-team__list__someone {
  position: relative;
  display: block;
  padding-bottom: 100px;
  margin-bottom: 60px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 4px 4px 12px #00000026;
}
.box-team__list__someone--king .box-team__list__someone__main {
  background-color: #0039A6;
  color: white;
}
.box-team__list__someone--king .box-team__list__someone__main__more {
  background-color: #fff;
}
.box-team__list__someone--king .box-team__list__someone__main__more:before {
  background: url(../img/arrowUp_blue.svg);
  filter: brightness(1) invert(0);
}
.box-team__list__someone.active .box-team__list__someone__text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.box-team__list__someone figure {
  position: relative;
  display: block;
  padding-bottom: 111%;
  background-color: #F7F7F7;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 39.375em) {
  .box-team__list__someone figure {
    padding-bottom: 75%;
  }
}
@media screen and (max-width: 25em) {
  .box-team__list__someone figure {
    padding-bottom: 100%;
  }
}
.box-team__list__someone figure img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 95%;
  max-height: 95%;
  border-radius: 10px 10px 0 0;
}
.box-team__list__someone__text {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #0039A6;
  z-index: 10;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(101%);
  -moz-transform: translateY(101%);
  -ms-transform: translateY(101%);
  -o-transform: translateY(101%);
  transform: translateY(101%);
}
.box-team__list__someone__text__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 60em) {
  .box-team__list__someone__text__close {
    top: 10px;
  }
}
.box-team__list__someone__text__close:hover:before, .box-team__list__someone__text__close:hover:after {
  width: 10px;
}
.box-team__list__someone__text__close:hover:after {
  right: 12px;
  top: 24px;
}
.box-team__list__someone__text__close:hover:before {
  left: 12px;
  top: 24px;
}
.box-team__list__someone__text__close:hover div {
  bottom: 12px;
  height: 14px;
}
.box-team__list__someone__text__close div {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 14px;
  background-color: white;
  bottom: 18px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.box-team__list__someone__text__close:before {
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: white;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  left: 10px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-team__list__someone__text__close:after {
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: white;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  right: 10px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-team__list__someone__text__inner {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 90px;
  bottom: 25px;
  overflow: auto;
  color: white;
  line-height: 25px;
  font-size: 1.4rem;
}
@media screen and (max-width: 60em) {
  .box-team__list__someone__text__inner {
    top: 60px;
  }
}
.box-team__list__someone__text__inner strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-team__list__someone__text__inner p, .box-team__list__someone__text__inner em, .box-team__list__someone__text__inner strong {
  color: white;
}
.box-team__list__someone__text em {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 25px;
}
.box-team__list__someone__text p {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 25px;
}
.box-team__list__someone__main {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  right: 0;
  background-color: #F7F7F7;
  color: #2a2a2a;
  line-height: 79px;
  padding: 25px 90px 23px 20px;
}
@media screen and (max-width: 25em) {
  .box-team__list__someone__main {
    text-align: center;
    padding-right: 30px;
    padding-top: 30px;
    line-height: 52px;
    border-top: 3px solid #0039A6;
  }
}
.box-team__list__someone__main__inner {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: normal;
  vertical-align: middle;
}
.box-team__list__someone__main strong {
  position: relative;
  display: block;
  line-height: 20px;
  margin-bottom: 12px;
  font-size: 2.4rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 800;
}
.box-team__list__someone__main__position {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 22px;
}
.box-team__list__someone__main__more {
  position: absolute;
  background-color: #0039A6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  right: 20px;
  top: 20%;
  cursor: pointer;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}
@media screen and (max-width: 25em) {
  .box-team__list__someone__main__more {
    top: 50%;
    left: 50%;
    transform: translate(-50%) translateY(-50%);
    -webkit-transform: translate(-50%) translateY(-50%);
    -moz-transform: translate(-50%) translateY(-50%);
    -o-transform: translate(-50%) translateY(-50%);
    -ms-transform: translate(-50%) translateY(-50%);
    /* ie8 fix */
    top: 0;
    margin-top: -3px;
    border: 3px solid #0039A6;
  }
  .oldie .box-team__list__someone__main__more {
    top: auto;
    left: auto;
  }
}
.box-team__list__someone__main__more:before {
  position: absolute;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  content: "";
  background: url(../img/arrowUp_blue.svg);
  background-repeat: none;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  width: 33px;
  height: 33px;
  filter: brightness(0) invert(1);
}
.box-team__list__someone__main__more:hover:before {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.box-team__list__someone__main a {
  position: relative;
  display: block;
  color: inherit;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: underline;
  margin-top: 16px;
}
.box-team__list__someone__main a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.box-articleInfo {
  position: relative;
  padding: 10px 0;
  display: block;
  width: 100%;
  margin-bottom: 80px;
}
.box-articleInfo:before {
  position: absolute;
  top: -5px;
  width: 350px;
  height: 1px;
  content: "";
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, white 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, white));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, white 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, white 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, white 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, white 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.1)', endColorstr='white', GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.1)', endColorstr='white', GradientType=0)";
}
@media screen and (max-width: 84.375em) {
  .box-articleInfo {
    display: block;
  }
}
@media screen and (max-width: 40.625em) {
  .box-articleInfo {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
.box-articleInfo li {
  position: relative;
  color: #2a2a2a;
  font-size: 1.1rem;
  line-height: 25px;
  padding-left: 30px;
  padding: 3px 0 3px 30px;
}
.box-articleInfo li img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-articleInfo li a {
  text-decoration: none;
  color: inherit;
}
.box-articleInfo li a:hover {
  color: #0039A6;
}

.box-stores {
  position: relative;
  display: block;
}
.box-stores__map {
  position: relative;
  display: block;
  padding-bottom: 40%;
}
@media screen and (max-width: 34.375em) {
  .box-stores__map {
    padding-bottom: 0;
    height: 100vh;
    height: calc(100vh - 84px);
  }
}
.box-stores__map #map_canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box-stores__map #map_liveshow {
  position: absolute;
  right: 0;
  height: 100%;
  width: 50%;
  top: 0;
  bottom: 0;
}
.box-stores__map #map_liveshow iframe {
  width: 100%;
  height: 100%;
  position: absoute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.box-stores__map #map_liveshow figure {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  overflow: hidden;
}
.box-stores__map #map_liveshow figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  width: 100%;
}
.oldie .box-stores__map #map_liveshow figure img {
  top: auto;
  left: auto;
}
.box-stores__map #map_liveshow figure.h img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 42.5em) {
  .box-stores__map #map_liveshow {
    display: none;
  }
}
.box-stores__map--store {
  padding-bottom: 30%;
}
@media screen and (max-width: 42.5em) {
  .box-stores__map--store {
    padding-bottom: 40%;
  }
}
.box-stores__map--store #map_canvas {
  width: 50%;
}
@media screen and (max-width: 42.5em) {
  .box-stores__map--store #map_canvas {
    width: 100%;
  }
}
.box-stores h2, .box-stores .h2 {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 50px;
}
.box-stores__wrap__one {
  margin-bottom: 40px;
  position: relative;
  display: block;
  perspective: 600px;
}
.box-stores__wrap__one:hover .box-stores__wrap__card {
  transform: rotateY(180deg);
}
.box-stores__wrap__one:hover .box-stores__wrap__card.no-back {
  transform: rotateY(0) !important;
}
.box-stores__wrap__one:hover .box-stores__wrap__card.no-back h3, .box-stores__wrap__one:hover .box-stores__wrap__card.no-back .h3, .box-stores__wrap__one:hover .box-stores__wrap__card.no-back .modal-title {
  color: rgba(255, 255, 255, 0.5) !important;
}
.box-stores__wrap__one__time {
  position: absolute;
  left: 20px;
  bottom: 10px;
  padding-left: 25px;
  font-size: 1.6rem;
  color: white;
  line-height: 17px;
}
.box-stores__wrap__one__time--black {
  color: #2a2a2a;
}
.box-stores__wrap__one__time:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 17px;
  width: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #30a24e;
  content: "";
}
.box-stores__wrap__card {
  height: 240px;
  width: 100%;
  display: block;
  transition: transform 1.1s;
  transform-style: preserve-3d;
  position: relative;
  cursor: pointer;
}
.box-stores__wrap__card__front, .box-stores__wrap__card__back {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}
.box-stores__wrap__card__front {
  cursor: pointer;
  background-size: cover;
  background-position: center;
  z-index: 13;
}
.box-stores__wrap__card__front__warning {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 13px 5px 9px 5px;
  border-bottom: 2px solid white;
  font-size: 1.6rem;
  line-height: 19px;
  z-index: 10;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  background: #f08481;
  color: white;
}
.box-stores__wrap__card__front__warning strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-stores__wrap__card__front:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: blue;
  content: "";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.box-stores__wrap__card__front h3, .box-stores__wrap__card__front .h3, .box-stores__wrap__card__front .modal-title {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  text-align: center;
  font-size: 2.4rem;
  line-height: 36px;
  color: white;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.oldie .box-stores__wrap__card__front h3, .oldie .box-stores__wrap__card__front .h3, .oldie .box-stores__wrap__card__front .modal-title {
  top: auto;
  left: auto;
}
.box-stores__wrap__card__front__detail {
  position: absolute;
  right: 20px;
  bottom: 10px;
  padding-left: 20px;
  font-size: 1.6rem;
  color: white;
  line-height: 17px;
  text-decoration: underline;
}
.box-stores__wrap__card__back {
  background: #0039A6;
  transform: rotateY(180deg);
  font-size: 2.4rem;
  line-height: 36px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: white;
  backface-visibility: hidden;
  cursor: pointer;
  z-index: 12;
}
.box-stores__wrap__card__back p {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  text-align: center;
}
.oldie .box-stores__wrap__card__back p {
  top: auto;
  left: auto;
}
.box-stores__wrap__card__back p.mini {
  font-size: 1.6rem;
  line-height: 26px;
}

.col-lg-4.col-md-6.col-xs-12:nth-of-type(1) .box-stores__wrap__card__front:before {
  background-color: #009ee3;
}

.col-lg-4.col-md-6.col-xs-12:nth-of-type(2) .box-stores__wrap__card__front:before {
  background-color: #e6007d;
}

.col-lg-4.col-md-6.col-xs-12:nth-of-type(3) .box-stores__wrap__card__front:before {
  background-color: yellow;
}

.col-lg-4.col-md-6.col-xs-12:nth-of-type(4) .box-stores__wrap__card__front:before {
  background-color: #888888;
}

.col-lg-4.col-md-6.col-xs-12:nth-of-type(4) .box-stores__wrap__card__front {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}

.col-lg-4.col-md-6.col-xs-12:nth-of-type(4) .box-stores__wrap__card__back {
  background-color: black;
}

.col-lg-4.col-md-6.col-xs-12:nth-of-type(4) .box-stores__wrap__one__time:before {
  background-color: #3A3A3A !important;
}

.col-lg-4.col-md-6.col-xs-12:nth-of-type(5) .box-stores__wrap__card__front:before {
  background-color: #6f9ed4;
}

.col-lg-4.col-md-6.col-xs-12:nth-of-type(6) .box-stores__wrap__card__front:before {
  background-color: #77348b;
}

.style-close .box-stores__wrap__one__time:before {
  background-color: #ed5e44;
}

.style-early .box-stores__wrap__one__time:before {
  border-right: 8.5px solid #ed5e44;
}

.pobocka-info {
  padding: 20px 0 15px 15px;
  font-size: 16px;
  line-height: 24px;
}

.pobocka-info h2, .pobocka-info .h2 {
  font-size: 20px;
  line-height: 24px;
  color: #1954d6;
  margin-bottom: 20px;
  font-weight: 400;
}

.pobocka-info strong {
  font-weight: 400;
}

.pobocka-info small {
  font-size: 12px;
  line-height: 14px;
}

.pobocka-info a:not(.in-btn) {
  text-decoration: none;
  color: #000000;
}

.pobocka-info a:not(.in-btn):hover {
  text-decoration: underline;
  color: #1954d6;
}

.pobocka-info a.in-btn {
  margin-top: 20px;
}

.pobocka-info p + p {
  margin-top: 15px;
}

.box-contact {
  position: relative;
  display: block;
  background-color: white;
}
.box-contact__detailWarning {
  position: relative;
  display: block;
  background: #f08481;
  padding: 12px 0 8px 0;
}
.box-contact__detailWarning p {
  position: relative;
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 3.1rem;
  color: white;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.box-contact__detailWarning p strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-contact__time {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 1.6rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #108319;
  line-height: 17px;
}
.box-contact__time:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 14px;
  width: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #30a24e;
  content: "";
}
.box-contact__time.style-close:before {
  background-color: #ed5e44;
}
.box-contact__time.style-early:before {
  border-right: 7px solid #ed5e44;
}
.box-contact__time.style-close {
  color: #ed5e44;
}
.box-contact__bigContact {
  font-size: 2rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-contact__bigContact a {
  font-size: 2rem;
  line-height: 26px;
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-thickness: 1.5px;
}
.box-contact__bigContact a:hover {
  text-decoration: none;
}
.box-contact .inline-ul ul {
  display: block;
  text-transform: lowercase;
}
.box-contact .inline-ul ul li {
  display: inline-block;
}
.box-contact .inline-ul ul li:after {
  position: relative;
  display: inline-block;
  content: ",";
}
.box-contact .inline-ul ul li:first-of-type:first-letter {
  text-transform: uppercase;
}
.box-contact .inline-ul ul li:last-of-type:after {
  display: none;
}
.box-contact .inline-ul ul li a {
  text-decoration: none;
}
.box-contact .inline-ul ul li a:hover {
  text-decoration: underline;
}
.box-contact table {
  position: relative;
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-shadow: 0px 5px 20px 0px #F0F0F0;
  -moz-box-shadow: 0px 5px 20px 0px #F0F0F0;
  box-shadow: 0px 5px 20px 0px #F0F0F0;
  border-radius: 6px;
  overflow: hidden;
}
.box-contact table.spec th {
  background-color: #EFC040;
}
.box-contact table tbody tr:first-of-type td {
  padding-top: 20px;
}
.box-contact table tbody tr:last-of-type td {
  padding-bottom: 20px;
}
.box-contact table th {
  background-color: #0039A6;
  color: white;
  text-align: left;
  line-height: 26px;
  padding: 20px 24px;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
.box-contact table tbody tr td:first-of-type {
  width: 120px;
}
.box-contact table td {
  line-height: 20px;
  padding: 5px 20px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #1D1D1D;
}
.box-contact table td p {
  margin-bottom: 0;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 1.6rem;
}

.box-search {
  position: relative;
  display: block;
}
.box-search__nav {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 80px;
}
.box-search__nav li {
  position: relative;
  display: inline-block;
  padding: 0 13px;
}
.box-search__nav li.ui-tabs-active a {
  color: #0039A6;
  border-color: #0039A6;
}
.box-search__nav li a {
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 24px;
  padding: 12px 0;
  text-decoration: none;
  color: #2a2a2a;
  border-bottom: 2px solid #2a2a2a;
}
.box-search__nav li a:hover {
  color: #0039A6;
}
.box-search__list {
  position: relative;
  display: block;
}
.box-search__list li {
  position: relative;
  display: block;
  border-bottom: 1px solid #e9eaea;
  margin-bottom: 70px;
  padding-bottom: 10px;
}
.box-search__list li span {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #b1b1b1;
  font-size: 1.2rem;
  line-height: 18px;
}
.box-search__list li span strong {
  color: #2a2a2a;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-search__list li p {
  position: relative;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  display: block;
  line-height: 30px;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.box-search__list li h2, .box-search__list li .h2 {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 15px;
}
.box-search__list li h2 a, .box-search__list li .h2 a {
  color: inherit;
  text-decoration: underline;
  color: #0039A6;
}
.box-search__list li h2 a:hover, .box-search__list li .h2 a:hover {
  color: #0039A6;
  text-decoration: none;
}

.box-pager {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 80px;
}
.box-pager::after {
  display: block;
  clear: both;
  content: "";
}
.box-pager--minMarginBottom {
  margin-bottom: 20px;
}
.box-pager ul {
  position: relative;
  display: inline-block;
}
.box-pager ul li {
  position: relative;
  display: inline-block;
}
.box-pager ul li.nope {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.box-pager ul li.nope:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: transparent;
  content: "";
}
.box-pager ul li a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  color: #2a2a2a;
  padding: 0 10px;
  height: 36px;
  text-decoration: none;
  line-height: 36px;
}
.box-pager ul li a.active:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #0039A6;
  content: "";
}
.box-pager ul li a img, .box-pager ul li a .svg {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
}
.box-pager ul li a .svg g {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-pager ul li a:hover {
  color: #0039A6;
}
.box-pager ul li a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.box-pager ul li a:hover .svg g {
  stroke: #0039A6;
}

.box-person {
  position: relative;
  display: block;
  background-color: #0039A6;
  color: white;
  padding-left: 400px;
  min-height: 450px;
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 52.5em) {
  .box-person {
    padding-left: 0;
  }
}
.box-person figure {
  position: absolute;
  left: 0;
  width: 400px;
  top: 0;
  bottom: 0;
  background-color: #F7F7F7;
}
@media screen and (max-width: 52.5em) {
  .box-person figure {
    position: relative;
    display: block;
    height: 400px;
    width: auto;
    left: auto;
  }
}
.box-person figure img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 95%;
  max-height: 95%;
}
.box-person__inner {
  position: relative;
  display: block;
  padding: 30px;
  color: white;
}
.box-person__inner p {
  position: relative;
  display: block;
  line-height: 29px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.box-person__inner p strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-person__inner__heading {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.box-person__inner__heading:before {
  position: absolute;
  bottom: 0;
  width: 300px;
  height: 1px;
  content: "";
  left: 0;
  background-color: white;
}
.box-person__inner__heading h2, .box-person__inner__heading .h2 {
  position: relative;
  color: white;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 30px;
}
.box-person__inner__heading h2:before, .box-person__inner__heading .h2:before {
  display: none;
}
.box-person__inner__heading span {
  position: relative;
  display: block;
  line-height: 29px;
}
.box-person__inner__heading a {
  color: inherit;
  line-height: 29px;
  text-decoration: none;
}
.box-person__inner__heading a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  color: inherit;
}

.box-timeline {
  position: relative;
  display: block;
  padding-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 81.75em) {
  .box-timeline {
    overflow: hidden;
    margin: 0 -20px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline {
    padding-top: 10px;
  }
}
.box-timeline__popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  line-height: 100vh;
  z-index: 9999999;
  text-align: center;
  padding: 0 20px;
}
.box-timeline__popup__close {
  position: absolute;
  right: 20px;
  top: 11px;
  width: 20px;
  height: 20px;
  background-image: url(../img/close.svg);
  background-size: 100% 100%;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-timeline__popup__close:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.box-timeline__popup__inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  margin: 40px 0;
  line-height: normal;
  max-width: 100%;
  width: 680px;
  padding: 30px;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.box-timeline__popup__inner h2, .box-timeline__popup__inner .h2 {
  position: relative;
  display: block;
  line-height: 60px;
  color: #fff;
  font-size: 2.2rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  background-color: #0039A6;
  margin: -30px -30px 25px -30px;
}
.box-timeline__popup__inner p {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 20px;
}
.box-timeline__end {
  position: relative;
  display: block;
  text-align: center;
}
.box-timeline__end h2, .box-timeline__end .h2 {
  position: relative;
  font-size: 4.5rem;
  color: #0039A6;
  line-height: 55px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 45px;
  margin-bottom: 8px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 200ms;
  /* Safari 4.0 - 8.0 */
  transition-delay: 200ms;
}
.box-timeline__end h2.visible, .box-timeline__end .visible.h2 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.box-timeline__end strong {
  position: relative;
  display: block;
  font-size: 2.5rem;
  margin-bottom: 24px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: 200ms;
  /* Safari 4.0 - 8.0 */
  transition-delay: 200ms;
}
.box-timeline__end strong.visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.box-timeline__end div {
  position: relative;
  display: block;
}
.box-timeline__end div a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #2a2a2a;
  margin: 0 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.box-timeline__end div a.visible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.box-timeline__end div a:nth-of-type(1) {
  -webkit-transition-delay: 200ms;
  /* Safari 4.0 - 8.0 */
  transition-delay: 200ms;
}
.box-timeline__end div a:nth-of-type(2) {
  -webkit-transition-delay: 400ms;
  /* Safari 4.0 - 8.0 */
  transition-delay: 400ms;
}
@media screen and (max-width: 51.25em) {
  .box-timeline__end div a {
    height: 55px;
    width: 55px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
  }
}
@media screen and (max-width: 51.25em) {
  .box-timeline__end div a {
    margin: 0 10px;
  }
}
.box-timeline__end div a img, .box-timeline__end div a .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  max-width: 24px;
  max-height: 24px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.oldie .box-timeline__end div a img, .oldie .box-timeline__end div a .svg {
  top: auto;
  left: auto;
}
@media screen and (max-width: 51.25em) {
  .box-timeline__end div a img, .box-timeline__end div a .svg {
    max-width: 35px;
    max-height: 35px;
  }
}
.box-timeline__end div a .svg g {
  fill: white;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-timeline__end div a:hover .svg {
  max-width: 30px;
  max-height: 30px;
}
.box-timeline__section {
  position: relative;
  display: block;
  padding: 0 150px;
  min-height: 300px;
}
@media screen and (max-width: 60.625em) {
  .box-timeline__section {
    padding: 0 100px !important;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section {
    text-align: center;
    padding: 0 0px !important;
  }
}
@media screen and (max-width: 47.5em) {
  .box-timeline__section:first-of-type .box-timeline__section__innerText {
    padding-top: 100px;
  }
}
@media screen and (max-width: 47.5em) and (max-width: 40.625em) {
  .box-timeline__section:first-of-type .box-timeline__section__innerText {
    padding-top: 50px;
  }
}
.box-timeline__section:first-of-type .box-timeline__section__year {
  left: 50%;
  margin-top: -71px;
  top: 0;
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section:first-of-type .box-timeline__section__year {
    left: auto;
    margin-top: 0;
  }
}
.box-timeline__section:before {
  position: absolute;
  left: 150px;
  top: 0;
  bottom: -6px;
  border: 6px solid #2a2a2a;
  border-right: 0;
  right: 50%;
  z-index: 5;
  -webkit-border-radius: 75px 0 0 75px;
  -moz-border-radius: 75px 0 0 75px;
  border-radius: 75px 0 0 75px;
  content: "";
}
@media screen and (max-width: 60.625em) {
  .box-timeline__section:before {
    left: 50px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section:before {
    left: 50%;
    right: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: -3px;
  }
}
.box-timeline__section__label {
  position: absolute;
  margin-left: -110px;
  margin-top: -14px;
  left: 153px;
  top: 50%;
  background-color: #2a2a2a;
  color: white;
  line-height: 20px;
  padding: 4px 10px;
  width: 220px;
  z-index: 10;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  /* Safari */
  transform: rotateX(-90deg);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 300ms;
  /* Safari 4.0 - 8.0 */
  transition-delay: 300ms;
}
@media screen and (max-width: 68.75em) {
  .box-timeline__section__label {
    width: 150px;
    margin-left: -75px;
  }
}
@media screen and (max-width: 60.625em) {
  .box-timeline__section__label {
    width: 120px;
    left: 53px;
    margin-left: -60px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section__label {
    position: relative;
    display: block;
    margin: 30px auto 30px 0;
    left: 0;
    margin-left: 0;
    width: auto;
    -webkit-transform: rotateX(0);
    /* Safari */
    transform: rotateX(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .box-timeline__section__label:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6px;
    background-color: #2a2a2a;
    height: 50px;
    bottom: 100%;
    content: "";
  }
}
.box-timeline__section__label.visible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: rotateX(0);
  /* Safari */
  transform: rotateX(0);
}
.box-timeline__section__vertical, .box-timeline__section__horizontal {
  position: absolute;
  left: 153px;
  bottom: 95px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 12;
}
@media screen and (max-width: 60.625em) {
  .box-timeline__section__vertical, .box-timeline__section__horizontal {
    left: 53px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section__vertical, .box-timeline__section__horizontal {
    position: relative;
    display: block;
    left: auto;
    bottom: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.box-timeline__section__vertical a, .box-timeline__section__vertical div, .box-timeline__section__horizontal a, .box-timeline__section__horizontal div {
  position: relative;
  display: block;
  background-color: white;
  cursor: pointer;
  margin-top: 40px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  border-radius: 43px;
}
@media screen and (max-width: 47.5em) {
  .box-timeline__section__vertical a, .box-timeline__section__vertical div, .box-timeline__section__horizontal a, .box-timeline__section__horizontal div {
    margin-top: 20px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section__vertical a, .box-timeline__section__vertical div, .box-timeline__section__horizontal a, .box-timeline__section__horizontal div {
    display: inline-block;
    margin: 10px;
  }
}
.box-timeline__section__vertical a.visible, .box-timeline__section__vertical div.visible, .box-timeline__section__horizontal a.visible, .box-timeline__section__horizontal div.visible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.box-timeline__section__vertical a:hover path, .box-timeline__section__vertical a:hover rect, .box-timeline__section__vertical a:hover polygon, .box-timeline__section__vertical div:hover path, .box-timeline__section__vertical div:hover rect, .box-timeline__section__vertical div:hover polygon, .box-timeline__section__horizontal a:hover path, .box-timeline__section__horizontal a:hover rect, .box-timeline__section__horizontal a:hover polygon, .box-timeline__section__horizontal div:hover path, .box-timeline__section__horizontal div:hover rect, .box-timeline__section__horizontal div:hover polygon {
  fill: #0039A6;
}
.box-timeline__section__vertical a:hover p, .box-timeline__section__vertical div:hover p, .box-timeline__section__horizontal a:hover p, .box-timeline__section__horizontal div:hover p {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  margin-right: 10px;
}
.box-timeline__section__vertical a .svg, .box-timeline__section__vertical div .svg, .box-timeline__section__horizontal a .svg, .box-timeline__section__horizontal div .svg {
  position: relative;
  display: block;
  width: 85px;
  max-width: 100%;
  border: 4px solid white;
  max-height: 100%;
  -webkit-border-radius: 43Px;
  -moz-border-radius: 43Px;
  border-radius: 43Px;
}
.box-timeline__section__vertical a .svg path, .box-timeline__section__vertical a .svg rect, .box-timeline__section__vertical a .svg polygon, .box-timeline__section__vertical div .svg path, .box-timeline__section__vertical div .svg rect, .box-timeline__section__vertical div .svg polygon, .box-timeline__section__horizontal a .svg path, .box-timeline__section__horizontal a .svg rect, .box-timeline__section__horizontal a .svg polygon, .box-timeline__section__horizontal div .svg path, .box-timeline__section__horizontal div .svg rect, .box-timeline__section__horizontal div .svg polygon {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.box-timeline__section__vertical a p, .box-timeline__section__vertical div p, .box-timeline__section__horizontal a p, .box-timeline__section__horizontal div p {
  position: absolute;
  width: 120px;
  right: 100%;
  margin-right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  line-height: 16px;
  font-size: 1.4rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin-right: -5px;
  color: #2a2a2a;
}
@media screen and (max-width: 60.625em) {
  .box-timeline__section__vertical a p, .box-timeline__section__vertical div p, .box-timeline__section__horizontal a p, .box-timeline__section__horizontal div p {
    display: none !important;
  }
}
.box-timeline__section__vertical a p:before, .box-timeline__section__vertical div p:before, .box-timeline__section__horizontal a p:before, .box-timeline__section__horizontal div p:before {
  position: absolute;
  left: -30px;
  right: -30px;
  top: -30px;
  bottom: 0;
  content: "";
}
.box-timeline__section__vertical div, .box-timeline__section__horizontal div {
  cursor: default;
}
.box-timeline__section__horizontal {
  bottom: -3px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  left: 245px;
}
.box-timeline__section__horizontal::after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width: 60.625em) {
  .box-timeline__section__horizontal {
    left: 145px;
  }
}
@media screen and (max-width: 47.5em) {
  .box-timeline__section__horizontal {
    left: 120px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section__horizontal {
    left: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    bottom: auto;
  }
}
.box-timeline__section__horizontal a, .box-timeline__section__horizontal div {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 50px;
  margin-top: 0;
}
@media screen and (max-width: 47.5em) {
  .box-timeline__section__horizontal a, .box-timeline__section__horizontal div {
    margin-right: 20px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section__horizontal a, .box-timeline__section__horizontal div {
    float: none;
    margin: 10px;
    -webkit-transition-delay: 0 !important;
    /* Safari 4.0 - 8.0 */
    transition-delay: 0 !important;
  }
}
.box-timeline__section__horizontal a:nth-of-type(1), .box-timeline__section__horizontal div:nth-of-type(1) {
  -webkit-transition-delay: 200ms;
  /* Safari 4.0 - 8.0 */
  transition-delay: 200ms;
}
.box-timeline__section__horizontal a:nth-of-type(2), .box-timeline__section__horizontal div:nth-of-type(2) {
  -webkit-transition-delay: 400ms;
  /* Safari 4.0 - 8.0 */
  transition-delay: 400ms;
}
.box-timeline__section__horizontal a:nth-of-type(3), .box-timeline__section__horizontal div:nth-of-type(3) {
  -webkit-transition-delay: 600ms;
  /* Safari 4.0 - 8.0 */
  transition-delay: 600ms;
}
.box-timeline__section__horizontal a:nth-of-type(4), .box-timeline__section__horizontal div:nth-of-type(4) {
  -webkit-transition-delay: 800ms;
  /* Safari 4.0 - 8.0 */
  transition-delay: 800ms;
}
.box-timeline__section__horizontal a:hover p, .box-timeline__section__horizontal div:hover p {
  margin-right: 0;
  margin-top: 5px;
}
.box-timeline__section__horizontal a p, .box-timeline__section__horizontal div p {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  margin-top: -8px;
  text-align: center;
}
.box-timeline__section__year {
  position: absolute;
  background-color: white;
  border: 7px solid #2a2a2a;
  height: 142px;
  width: 142Px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #0039A6;
  text-align: center;
  line-height: 128px;
  -webkit-border-radius: 71px;
  -moz-border-radius: 71px;
  border-radius: 71px;
  font-size: 3rem;
  margin-left: -71px;
  top: 180px;
  z-index: 10;
}
@media screen and (max-width: 60.625em) {
  .box-timeline__section__year {
    width: 130px;
    height: 130px;
    line-height: 116px;
    margin-left: -68px;
  }
}
@media screen and (max-width: 47.5em) {
  .box-timeline__section__year {
    width: 110px;
    height: 110px;
    line-height: 96px;
    margin-left: -58px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section__year {
    height: 142px;
    width: 142Px;
    line-height: 128px;
    position: relative;
    display: inline-block;
    left: auto;
    margin-left: 0;
    top: auto;
    margin-top: 60px;
  }
}
.box-timeline__section__year span {
  position: relative;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transform: scale(8);
  -webkit-transform: scale(8);
  -moz-transform: scale(8);
  -o-transform: scale(8);
  -ms-transform: scale(8);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
@media screen and (max-width: 47.5em) {
  .box-timeline__section__year span {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    color: white;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section__year span {
    color: #0039A6;
    transform: scale(8);
    -webkit-transform: scale(8);
    -moz-transform: scale(8);
    -o-transform: scale(8);
    -ms-transform: scale(8);
  }
}
.box-timeline__section__year.visible span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
@media screen and (max-width: 47.5em) {
  .box-timeline__section__year.visible span {
    color: #0039A6;
  }
}
.box-timeline__section__innerText {
  position: relative;
  display: block;
  padding: 230px 150px;
  z-index: 11;
}
@media screen and (max-width: 81.75em) {
  .box-timeline__section__innerText {
    padding-right: 0;
  }
}
@media screen and (max-width: 60.625em) {
  .box-timeline__section__innerText {
    padding-left: 50px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section__innerText {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
}
.box-timeline__section__innerText h2, .box-timeline__section__innerText .h2 {
  position: relative;
  font-size: 5rem;
  color: #0039A6;
  line-height: 55px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 45px;
  padding-bottom: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}
@media screen and (max-width: 50em) {
  .box-timeline__section__innerText h2, .box-timeline__section__innerText .h2 {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section__innerText h2, .box-timeline__section__innerText .h2 {
    background-color: white;
  }
}
.box-timeline__section__innerText h2.visible, .box-timeline__section__innerText .visible.h2 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.box-timeline__section__innerText h2 a, .box-timeline__section__innerText .h2 a {
  text-decoration: none;
  color: inherit;
}
.box-timeline__section__innerText h2 a:hover, .box-timeline__section__innerText .h2 a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.box-timeline__section__innerText p {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 36px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #2a2a2a;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section__innerText p {
    background-color: white;
  }
}
.box-timeline__section__innerText p strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-timeline__section__innerText p.visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.box-timeline__section__innerText .in-btn {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition-delay: 200ms;
  /* Safari 4.0 - 8.0 */
  transition-delay: 200ms;
  -webkit-transition: transform 1s, opacity 1s, background-color 0.4s, color 0.4s;
  /* Safari */
  transition: transform 1s, opacity 1s, background-color 0.4s, color 0.4s;
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section__innerText .in-btn {
    -webkit-transition-delay: 0;
    /* Safari 4.0 - 8.0 */
    transition-delay: 0;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section__innerText .in-btn {
    background-color: white;
  }
}
.box-timeline__section__innerText .in-btn.visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.box-timeline__section--right:before {
  right: 150px;
  left: 50%;
  border-right: 6px solid #2a2a2a;
  border-left: 0;
  -webkit-border-radius: 0 75px 75px 0;
  -moz-border-radius: 0 75px 75px 0;
  border-radius: 0 75px 75px 0;
}
@media screen and (max-width: 60.625em) {
  .box-timeline__section--right:before {
    right: 50px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section--right:before {
    right: auto;
    left: 50%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: -3px;
  }
}
.box-timeline__section--right .box-timeline__section__innerText {
  text-align: right;
  padding-right: 200px;
}
@media screen and (max-width: 81.75em) {
  .box-timeline__section--right .box-timeline__section__innerText {
    padding-left: 0;
  }
}
@media screen and (max-width: 60.625em) {
  .box-timeline__section--right .box-timeline__section__innerText {
    padding-right: 50px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section--right .box-timeline__section__innerText {
    padding-right: 0;
    text-align: center;
  }
}
.box-timeline__section--right .box-timeline__section__year,
.box-timeline__section--right .box-timeline__section__vertical {
  left: auto;
  right: 153px;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
@media screen and (max-width: 60.625em) {
  .box-timeline__section--right .box-timeline__section__year,
.box-timeline__section--right .box-timeline__section__vertical {
    right: 53px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section--right .box-timeline__section__year,
.box-timeline__section--right .box-timeline__section__vertical {
    right: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.box-timeline__section--right .box-timeline__section__label {
  margin-right: -110px;
  left: auto;
  right: 153px;
}
@media screen and (max-width: 68.75em) {
  .box-timeline__section--right .box-timeline__section__label {
    margin-right: -75px;
  }
}
@media screen and (max-width: 60.625em) {
  .box-timeline__section--right .box-timeline__section__label {
    right: 53px;
    margin-right: -60px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section--right .box-timeline__section__label {
    right: 0;
    margin-right: 0;
  }
}
.box-timeline__section--right .box-timeline__section__vertical a:hover p {
  margin-right: 0;
  margin-left: 10px;
}
.box-timeline__section--right .box-timeline__section__vertical a p {
  right: auto;
  left: 100%;
  margin-right: 0;
  text-align: left;
  margin-left: -5px;
}
.box-timeline__section--right .box-timeline__section__horizontal {
  left: auto;
  right: 245px;
}
@media screen and (max-width: 60.625em) {
  .box-timeline__section--right .box-timeline__section__horizontal {
    right: 145px;
  }
}
@media screen and (max-width: 47.5em) {
  .box-timeline__section--right .box-timeline__section__horizontal {
    right: 120px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section--right .box-timeline__section__horizontal {
    right: 0;
  }
}
.box-timeline__section--right .box-timeline__section__horizontal a {
  float: right !important;
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section--right .box-timeline__section__horizontal a {
    float: none !important;
  }
}
.box-timeline__section--straightLeft, .box-timeline__section--straightRight {
  padding: 0 !important;
}
.box-timeline__section--straightLeft .box-timeline__section__year,
.box-timeline__section--straightLeft .box-timeline__section__vertical, .box-timeline__section--straightRight .box-timeline__section__year,
.box-timeline__section--straightRight .box-timeline__section__vertical {
  left: 50%;
}
@media screen and (max-width: 47.5em) {
  .box-timeline__section--straightLeft .box-timeline__section__year,
.box-timeline__section--straightLeft .box-timeline__section__vertical, .box-timeline__section--straightRight .box-timeline__section__year,
.box-timeline__section--straightRight .box-timeline__section__vertical {
    left: 50px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section--straightLeft .box-timeline__section__year,
.box-timeline__section--straightLeft .box-timeline__section__vertical, .box-timeline__section--straightRight .box-timeline__section__year,
.box-timeline__section--straightRight .box-timeline__section__vertical {
    left: 0;
  }
}
.box-timeline__section--straightLeft .box-timeline__section__year, .box-timeline__section--straightRight .box-timeline__section__year {
  top: 50px;
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section--straightLeft .box-timeline__section__year, .box-timeline__section--straightRight .box-timeline__section__year {
    top: 0;
  }
}
.box-timeline__section--straightLeft .box-timeline__section__innerText, .box-timeline__section--straightRight .box-timeline__section__innerText {
  padding-right: 50%;
  padding-left: 0;
  margin-right: 150px;
  text-align: right;
  padding-bottom: 200px;
  padding-top: 200px;
}
@media screen and (max-width: 60.625em) {
  .box-timeline__section--straightLeft .box-timeline__section__innerText, .box-timeline__section--straightRight .box-timeline__section__innerText {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 75em) {
  .box-timeline__section--straightLeft .box-timeline__section__innerText, .box-timeline__section--straightRight .box-timeline__section__innerText {
    margin-right: 100px;
  }
}
@media screen and (max-width: 60.625em) {
  .box-timeline__section--straightLeft .box-timeline__section__innerText, .box-timeline__section--straightRight .box-timeline__section__innerText {
    margin-right: 80px;
  }
}
@media screen and (max-width: 47.5em) {
  .box-timeline__section--straightLeft .box-timeline__section__innerText, .box-timeline__section--straightRight .box-timeline__section__innerText {
    margin-right: 0;
    padding-right: 0;
    padding-left: 130px;
    text-align: left;
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section--straightLeft .box-timeline__section__innerText, .box-timeline__section--straightRight .box-timeline__section__innerText {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
  }
}
.box-timeline__section--straightLeft .box-timeline__section__vertical, .box-timeline__section--straightRight .box-timeline__section__vertical {
  margin-left: -3px;
  bottom: 50px;
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section--straightLeft .box-timeline__section__vertical, .box-timeline__section--straightRight .box-timeline__section__vertical {
    bottom: 0;
    margin-left: 0;
  }
}
.box-timeline__section--straightLeft:before, .box-timeline__section--straightRight:before {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 6px;
  background-color: #2a2a2a;
  left: 50%;
  margin-left: -5px;
  right: auto;
}
@media screen and (max-width: 47.5em) {
  .box-timeline__section--straightLeft:before, .box-timeline__section--straightRight:before {
    left: 50px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section--straightLeft:before, .box-timeline__section--straightRight:before {
    left: 50%;
    margin-left: -3px;
  }
}
.box-timeline__section--straightRight .box-timeline__section__innerText {
  padding-left: 50%;
  padding-right: 0;
  margin-left: 150px;
  margin-right: 0;
  text-align: left;
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section--straightRight .box-timeline__section__innerText {
    text-align: center;
  }
}
@media screen and (max-width: 75em) {
  .box-timeline__section--straightRight .box-timeline__section__innerText {
    margin-left: 100px;
  }
}
@media screen and (max-width: 75em) and (max-width: 60.625em) {
  .box-timeline__section--straightRight .box-timeline__section__innerText {
    margin-left: 80px;
  }
}
@media screen and (max-width: 47.5em) {
  .box-timeline__section--straightRight .box-timeline__section__innerText {
    padding-left: 130px;
    margin-left: 0;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section--straightRight .box-timeline__section__innerText {
    padding-left: 0;
  }
}
.box-timeline__section.lff:after {
  position: absolute;
  top: 100%;
  width: 132px;
  background-color: white;
  content: "";
  height: 6px;
  left: 50%;
  z-index: 6;
}
@media screen and (max-width: 47.5em) {
  .box-timeline__section.lff:after {
    display: none;
  }
}
.box-timeline__section.ssff {
  margin-top: 152px;
  z-index: 11;
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section.ssff {
    margin-top: 0;
  }
}
.box-timeline__section.ssff:after {
  position: absolute;
  width: 152px;
  height: 152px;
  border-top: 6px solid #2a2a2a;
  border-left: 6px solid #2a2a2a;
  content: "";
  -webkit-border-radius: 76px 0 0 0;
  -moz-border-radius: 76px 0 0 0;
  border-radius: 76px 0 0 0;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 71px;
  z-index: 11;
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section.ssff:after {
    display: none;
  }
}
@media screen and (max-width: 47.5em) {
  .box-timeline__section.ssff:after {
    left: 50px;
    width: 350px;
    margin-left: -5px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.box-timeline__section--straightLeft .box-timeline__section__vertical a:hover p {
  margin-right: 0;
  margin-left: 10px;
}
.box-timeline__section--straightLeft .box-timeline__section__vertical a p {
  right: auto;
  left: 100%;
  margin-right: 0;
  text-align: left;
  margin-left: -5px;
}
.box-timeline__section--bigger .box-timeline__section__innerText {
  padding-top: 300px;
  padding-bottom: 300px;
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section--bigger .box-timeline__section__innerText {
    padding: 50px 0;
  }
}
.box-timeline__section--bigger.box-timeline__section--straightLeft .box-timeline__section__innerText, .box-timeline__section--bigger.box-timeline__section--straightLeft .box-timeline__section__innerText {
  padding-top: 250px;
  padding-bottom: 250px;
}
@media screen and (max-width: 60.625em) {
  .box-timeline__section--bigger.box-timeline__section--straightLeft .box-timeline__section__innerText, .box-timeline__section--bigger.box-timeline__section--straightLeft .box-timeline__section__innerText {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 47.5em) {
  .box-timeline__section--bigger.box-timeline__section--straightLeft .box-timeline__section__innerText, .box-timeline__section--bigger.box-timeline__section--straightLeft .box-timeline__section__innerText {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section--bigger.box-timeline__section--straightLeft .box-timeline__section__innerText, .box-timeline__section--bigger.box-timeline__section--straightLeft .box-timeline__section__innerText {
    padding: 50px 0;
  }
}
.box-timeline__section--biggest .box-timeline__section__innerText {
  padding-top: 350px;
  padding-bottom: 350px;
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section--biggest {
    padding: 50px 0;
  }
}
.box-timeline__section--biggest.box-timeline__section--straightLeft .box-timeline__section__innerText, .box-timeline__section--biggest.box-timeline__section--straightLeft .box-timeline__section__innerText {
  padding-top: 300px;
  padding-bottom: 300px;
}
@media screen and (max-width: 60.625em) {
  .box-timeline__section--biggest.box-timeline__section--straightLeft .box-timeline__section__innerText, .box-timeline__section--biggest.box-timeline__section--straightLeft .box-timeline__section__innerText {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 47.5em) {
  .box-timeline__section--biggest.box-timeline__section--straightLeft .box-timeline__section__innerText, .box-timeline__section--biggest.box-timeline__section--straightLeft .box-timeline__section__innerText {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 40.625em) {
  .box-timeline__section--biggest.box-timeline__section--straightLeft .box-timeline__section__innerText, .box-timeline__section--biggest.box-timeline__section--straightLeft .box-timeline__section__innerText {
    padding: 50px 0;
  }
}

@media screen and (max-width: 40.625em) {
  .asd:before {
    bottom: -37px;
  }
}
.asd:after {
  position: absolute;
  content: "";
  height: 30px;
  border-top: 10px solid white;
  border-bottom: 10px solid white;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10px;
  z-index: 10;
}
@media screen and (max-width: 47.5em) {
  .asd:after {
    left: 50px;
  }
}
@media screen and (max-width: 40.625em) {
  .asd:after {
    left: 50%;
    bottom: -27px;
  }
}

.box-iframe {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 9900000;
  display: none;
  -webkit-overflow-scrolling: touch;
}
.box-iframe__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-iframe__close:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.box-iframe__close:before {
  position: absolute;
  width: 2px;
  background-color: white;
  height: 35px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.box-iframe__close:after {
  position: absolute;
  width: 2px;
  background-color: white;
  height: 35px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}
.box-iframe__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  width: 970px;
  height: 600px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-overflow-scrolling: touch;
}
.oldie .box-iframe__inner {
  top: auto;
  left: auto;
}
@media screen and (max-width: 72.1875em) {
  .box-iframe__inner {
    transform: translate(-50%) translateY(-50%) scale(0.8);
    -webkit-transform: translate(-50%) translateY(-50%) scale(0.8);
    -moz-transform: translate(-50%) translateY(-50%) scale(0.8);
    -o-transform: translate(-50%) translateY(-50%) scale(0.8);
    -ms-transform: translate(-50%) translateY(-50%) scale(0.8);
  }
}
@media screen and (max-height: 43.75em) {
  .box-iframe__inner {
    transform: translate(-50%) translateY(-50%) scale(0.8);
    -webkit-transform: translate(-50%) translateY(-50%) scale(0.8);
    -moz-transform: translate(-50%) translateY(-50%) scale(0.8);
    -o-transform: translate(-50%) translateY(-50%) scale(0.8);
    -ms-transform: translate(-50%) translateY(-50%) scale(0.8);
  }
}
@media screen and (max-width: 58.75em) {
  .box-iframe__inner {
    transform: translate(-50%) translateY(-50%) scale(0.6);
    -webkit-transform: translate(-50%) translateY(-50%) scale(0.6);
    -moz-transform: translate(-50%) translateY(-50%) scale(0.6);
    -o-transform: translate(-50%) translateY(-50%) scale(0.6);
    -ms-transform: translate(-50%) translateY(-50%) scale(0.6);
  }
}
@media screen and (max-height: 37.5em) {
  .box-iframe__inner {
    transform: translate(-50%) translateY(-50%) scale(0.6);
    -webkit-transform: translate(-50%) translateY(-50%) scale(0.6);
    -moz-transform: translate(-50%) translateY(-50%) scale(0.6);
    -o-transform: translate(-50%) translateY(-50%) scale(0.6);
    -ms-transform: translate(-50%) translateY(-50%) scale(0.6);
  }
}
.box-iframe__inner .iframehide {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: -180px;
  height: 1000px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.box-iframe__inner .iframehide iframe {
  position: relative;
  display: block;
  width: 970px;
  overflow: auto;
  height: 1030px;
}

.box-order {
  position: relative;
  display: block;
  text-align: center;
  background-color: white;
  padding-bottom: 80px;
  padding: 0;
  overflow-x: hidden;
}
.box-order h1, .box-order .h1, .box-order h2, .box-order .h2 {
  padding-top: 50px;
}
.box-order__firstStepBreak {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.box-order__hr {
  position: relative;
  display: block;
  height: 1Px;
  background-color: #E9E9E9;
}
.box-order__ex {
  position: relative;
  display: block;
  padding-left: 87px;
  text-align: left;
  margin-bottom: 45px;
  max-width: 350px;
  margin: 0 auto 45px auto;
}
.box-order__ex h2, .box-order__ex .h2 {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 57px;
  min-height: 57px;
  text-align: left;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
.box-order__ex h2.blue, .box-order__ex .blue.h2 {
  color: #0039A6;
}
.box-order__ex h2:before, .box-order__ex .h2:before {
  display: none !important;
}
.box-order__ex h2 figure, .box-order__ex .h2 figure {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -87px;
}
.box-order__ex h2 figure img, .box-order__ex .h2 figure img {
  position: relative;
  display: block;
  width: 57px;
  height: 57px;
}
.box-order__ex h2 span, .box-order__ex .h2 span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}
.box-order__ex p {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 23px;
}
.box-order__ex p strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-order__ex p strong.blue {
  color: #0039A6;
}
.box-order__ex p a {
  color: inherit;
  text-decoration: none;
}
.box-order__ex p a:hover {
  color: #0039A6;
}
.box-order__addNext {
  position: relative;
  display: inline-block;
  padding-left: 55px;
  color: #0039A6;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: underline;
  font-size: 1.7rem;
  border: 0;
  background: transparent;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  line-height: 28px;
  margin-bottom: 15px;
}
.box-order__addNext:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /* ie8 fix */
  background-color: #0039A6;
  color: white;
  content: "+";
  width: 38px;
  height: 38px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  line-height: 40px;
  font-family: "Helvetica Neue Thin", Arial, Helvetica, sans-serif;
  font-weight: 100;
  padding-left: 1px;
  font-size: 3rem;
  text-align: center;
}
.oldie .box-order__addNext:before {
  top: auto;
}
.box-order__error {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999999999999;
  line-height: 100vh;
  text-align: center;
}
.box-order__error.ajax {
  display: none;
}
.box-order__error.bg-info .box-order__error__main {
  background-color: #0039A6;
}
.box-order__error.bg-success .box-order__error__main {
  background-color: #30a24e;
}
.box-order__error.bg-error .box-order__error__main, .box-order__error.bg-warning .box-order__error__main {
  background-color: #f08481;
}
.box-order__error__btn {
  margin-top: 15px;
  top: 10px;
}
.box-order__error__bg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 999999999999;
}
.box-order__error__main {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  background: #f08481;
  color: white;
  width: 450px;
  max-width: 100%;
  padding: 35px 50px;
  z-index: 9999999999999;
  font-size: 1.7rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
}
.box-order__error__main--good {
  background-color: #25bd62;
}
.box-order__error__close {
  position: absolute;
  right: 15px;
  top: 11px;
  width: 16px;
  height: 16px;
  background-image: url(../img/close.svg);
  background-size: 100% 100%;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-order__error__close:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.box-order #uploaded-files {
  position: relative;
  display: block;
  text-align: left;
  padding-top: 20px;
}
.box-order #uploaded-files li {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #2a2a2a;
  line-height: 20px;
  word-break: all;
  margin-bottom: 10px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  padding-left: 25px;
}
.box-order #uploaded-files li span {
  position: relative;
  display: inline-block;
}
.box-order #uploaded-files li a.objednavka-polozka-file-remove {
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-image: url(../img/delete_file.svg);
  background-size: 100% 100%;
  background-position: center;
  content: "";
  font-size: 0;
  color: transparent;
}
.box-order #uploaded-files li a.objednavka-polozka-file-remove:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.box-order #upload-progress-files {
  font-size: 0;
  margin-top: 20px;
}
.box-order #upload-progress-files .progress-striped {
  position: relative;
  display: block;
  height: 14px;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c4c4c4;
}
.box-order #upload-progress-files .progress-striped .progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #0039A6;
}
.box-order #upload-progress-files .sr-only {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 3px;
  font-size: 1.2rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: right;
}
.box-order__billing {
  position: relative;
  display: block;
  color: #2a2a2a;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 1.5rem;
}
.box-order__pay {
  position: relative;
  display: block;
  color: #2a2a2a;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 24px;
  font-size: 1.5rem;
}
.box-order__pay p {
  position: relative;
  display: block;
}
.box-order__pay strong {
  position: relative;
  display: block;
  color: #0039A6;
}
.box-order__success {
  position: relative;
  display: block;
  text-align: center;
  color: #2a2a2a;
  font-size: 2.5rem;
  line-height: 40px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 60px;
}
.box-order__success figure {
  position: relative;
  display: block;
  height: 72px;
  line-height: 72px;
  margin-bottom: 20px;
}
.box-order__success figure img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.box-order__success p {
  position: relative;
  display: block;
}
.box-order__success strong {
  color: #0039A6;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-order__summary {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
.box-order__summary h3, .box-order__summary .h3, .box-order__summary .modal-title {
  position: relative;
  display: block;
  color: white;
  background-color: #0039A6;
  padding: 7px 20px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 24px;
}
.box-order__summary ul {
  position: relative;
  display: block;
}
.box-order__summary ul li {
  position: relative;
  display: block;
  padding: 7px 20px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 24px;
  border-bottom: 1px solid #d4d4d4;
  padding-left: 30px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.box-order__summary ul li strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-order__summary ul li span {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.box-order__summary ul li span:first-of-type {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  width: 95px;
  padding-left: 10px;
}
.box-order__summary--price ul li:last-of-type {
  border-bottom: 0;
  color: #0039A6;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-order__summary--price ul li:last-of-type::after {
  display: block;
  clear: both;
  content: "";
}
.box-order__summary--price ul li:last-of-type span {
  float: right;
}
.box-order__summary__main {
  background-color: #eff4ff;
  padding-left: 20px !important;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-order__emergency {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.box-order__emergency__inner {
  position: relative;
  display: block;
  margin: 0 auto;
  color: white;
  padding: 55px 150px 55px 240px;
  width: 889px;
  background-color: rgba(59, 108, 228, 0.9);
  min-height: 205px;
  text-align: left;
}
.box-order__emergency__inner h3, .box-order__emergency__inner .h3, .box-order__emergency__inner .modal-title {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2.7rem;
  margin-bottom: 10px;
}
.box-order__emergency__inner p {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 30px;
}
.box-order__emergency__inner p a {
  color: white;
  text-decoration: underline;
}
.box-order__emergency__inner p a:hover {
  text-decoration: none;
}
.box-order__emergency__inner figure {
  position: absolute;
  left: 102px;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-order__emergency__inner figure img {
  position: relative;
  display: inline;
  vertical-align: middle;
  max-width: 100%;
  height: 100%;
}
.box-order .selectbox {
  width: 420px;
  max-width: 100%;
}
.box-order__small {
  position: relative;
  display: block;
  width: 589px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}
.box-order__mid {
  position: relative;
  display: block;
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}
.box-order__inp {
  position: relative;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #cacaca;
  line-height: 23px;
  padding: 15px;
  font-size: 1.5rem;
  color: #2a2a2a;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  width: 100%;
}
.box-order__inp:focus {
  border-color: #0039A6;
  color: #0039A6;
}
.box-order__input {
  position: relative;
  display: block;
  margin-bottom: 25px;
}
.box-order__input input {
  position: relative;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #cacaca;
  line-height: 23px;
  padding: 15px;
  font-size: 1.5rem;
  color: #2a2a2a;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  width: 100%;
}
.box-order__input input:focus {
  border-color: #0039A6;
  color: #0039A6;
}
.box-order__input--smaller input {
  width: 300px;
  max-width: 100%;
}
.box-order__help {
  position: absolute;
  left: 100%;
  top: -4px;
}
.box-order__help:hover div {
  display: block;
}
.box-order__help span {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  text-align: center;
  color: white;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 26px;
  background-color: black;
  cursor: pointer;
}
.box-order__help div {
  position: absolute;
  width: 200px;
  background-color: black;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 14px 18px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  display: none;
  margin-left: 6px;
  line-height: 16px;
}
.box-order__help div:after {
  position: absolute;
  right: 100%;
  width: 20px;
  height: 6Px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.box-order__help div:before {
  position: absolute;
  right: 100%;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid black;
}
.box-order__help div strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-order__help div p {
  position: relative;
  display: block;
}
.box-order__help div a {
  color: white;
  text-decoration: underline;
}
.box-order__help div a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.box-order__checkButton {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 165px;
  margin-right: 30px;
  margin-bottom: 30px;
  font-size: 1.2rem;
}
.box-order__checkButton:last-of-type {
  margin-right: 0;
}
.box-order__checkButton input {
  position: absolute;
  left: 0;
  top: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: -99999;
}
.box-order__checkButton label {
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 52px;
  color: #2a2a2a;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
  padding: 0 15px;
}
.box-order__checkButton label span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
}
.box-order__checkButton label:hover {
  border-color: #0039A6;
}
.box-order__checkButton input:checked ~ label {
  background-color: #0039A6;
  color: white;
}
.box-order .text-center .box-order__checkButton {
  margin-right: 15px;
  margin-left: 15px;
}
.box-order .text-center .box-order__checkButton:last-of-type {
  margin-right: 15px;
  margin-left: 15px;
}
.box-order__basicText p {
  position: relative;
  display: block;
  margin-bottom: 18px;
  color: #2a2a2a;
  font-size: 1.5rem;
  line-height: 18px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.box-order__basicText p strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-order__caption {
  position: relative;
  display: block;
  color: #858585;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 23px;
  margin-top: -15px;
  margin-bottom: 30px;
}
.box-order__caption p {
  position: relative;
  display: block;
}
.box-order__caption .vazba-text {
  display: none;
}
.box-order__caption .vazba-text.vazba-text-firstshow {
  display: block;
}
.box-order__caption--nm {
  margin-top: 0;
}
.box-order__caption strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-order__caption a {
  color: #0039A6;
  text-decoration: underline;
}
.box-order__caption a:hover {
  text-decoration: none;
}
.box-order__showOptions {
  position: relative;
  display: inline-block;
  color: #0039A6;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-order__showOptions:after {
  position: relative;
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #0039A6;
  border-left: 1px solid #0039A6;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -10px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-order__showOptions:hover {
  color: #fc654a;
}
.box-order__showOptions:hover:after {
  border-color: #fc654a;
}
.box-order__showOptions.active:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 0px;
}
.box-order__big {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 1033px;
  text-align: left;
  padding-bottom: 60px;
  padding-top: 100px;
}
.box-order__gray {
  position: relative;
  display: block;
  background-color: #f8f8f8;
}
.box-order__gray.white {
  background-color: white;
}
.box-order__gray.white:before {
  background-color: white;
}
.box-order__radio {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.box-order__radio label {
  position: relative;
  display: inline-block;
  line-height: 18px;
  color: #2a2a2a;
  font-size: 1.5rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding-left: 40px;
  cursor: pointer;
}
.box-order__radio label:before {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  width: 18px;
  height: 18px;
  content: "";
  background-color: white;
  border: 1px solid #BDBDBD;
}
.box-order__radio label strong {
  display: block;
  color: #0039A6;
  font-size: 1.5rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-order__radio label span {
  position: relative;
  display: block;
}
.box-order__radio label span.inline {
  display: inline;
}
.box-order__radio label span.roman {
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.box-order__radio label span strong {
  display: inline;
}
.box-order__radio label a {
  color: #0039A6;
  text-decoration: underline;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-order__radio label a:hover {
  text-decoration: none;
}
.box-order__radio label div {
  position: relative;
  display: block;
  padding: 10px 0 0 5px;
}
.box-order__radio label div span, .box-order__radio label div strong {
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.box-order__radio input {
  position: absolute;
  left: 0;
  top: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: -99999;
}
.box-order__radio input:checked + label:before {
  background-color: #0039A6;
}
.box-order__radio--start label div {
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-left: 0;
  padding-top: 5px;
}
.box-order__radio--start label div strong {
  color: #fc654a !important;
}
.box-order .inputLabel {
  position: relative;
  display: block;
  color: #2a2a2a;
  font-size: 1.5rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 14px;
}
.box-order__numberInp {
  position: relative;
  display: block;
  width: 110px;
}
.box-order__numberInp__plus {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 50%;
  z-index: 9;
  width: 35px;
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
  background-color: white;
  cursor: pointer;
  border-top: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
}
.box-order__numberInp__plus:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  margin-top: 5px;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #0039A6;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.oldie .box-order__numberInp__plus:before {
  top: auto;
  left: auto;
}
.box-order__numberInp__plus:hover:before {
  border-bottom: 7px solid #fc654a;
}
.box-order__numberInp__minus {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  z-index: 9;
  width: 35px;
  -webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
  background-color: white;
  cursor: pointer;
  border-bottom: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
}
.box-order__numberInp__minus:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  margin-top: -5px;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #0039A6;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.oldie .box-order__numberInp__minus:before {
  top: auto;
  left: auto;
}
.box-order__numberInp__minus:hover:before {
  border-top: 7px solid #fc654a;
}
.box-order__numberInp input {
  position: relative;
  max-width: 100%;
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: white;
  padding: 10px 0 10px 23px;
  text-align: left;
  color: #0039A6;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 33px;
}
.box-order textarea {
  position: relative;
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: white;
  padding: 20px 23px 20px 23px;
  text-align: left;
  color: #000;
  height: 195px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 23px;
  resize: none;
}
.box-order textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Helvetica Neue Thin", Arial, Helvetica, sans-serif;
  font-weight: 100;
  color: rgba(42, 42, 42, 0.7);
  font-style: italic;
}
.box-order textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Helvetica Neue Thin", Arial, Helvetica, sans-serif;
  font-weight: 100;
  color: rgba(42, 42, 42, 0.7);
  font-style: italic;
}
.box-order textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Helvetica Neue Thin", Arial, Helvetica, sans-serif;
  font-weight: 100;
  color: rgba(42, 42, 42, 0.7);
  font-style: italic;
}
.box-order textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Helvetica Neue Thin", Arial, Helvetica, sans-serif;
  font-weight: 100;
  color: rgba(42, 42, 42, 0.7);
  font-style: italic;
}
.box-order textarea:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}
.box-order textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.box-order textarea:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}
.box-order textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.box-order #attachment_file_upload {
  position: absolute;
  left: -99999px;
}
.box-order__file {
  position: relative;
  display: block;
  padding-bottom: 100%;
  background-color: white;
  border: 2px dashed #bbbdc0;
  text-align: center;
  letter-spacing: 0.5px;
}
.box-order__file span {
  position: absolute;
  bottom: 17px;
  left: 20px;
  right: 20px;
  line-height: 22px;
  font-size: 1.5rem;
  font-family: "Helvetica Neue Thin", Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-style: italic;
}
.box-order__file p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  right: 20px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #b0b0b0;
  line-height: 16px;
}
@media screen and (max-width: 26.25em) {
  .box-order__file p {
    top: 20px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.box-order__file p:before {
  position: relative;
  display: block;
  margin: 0 auto 15px auto;
  content: "";
  width: 62px;
  height: 50px;
  background-size: 100% 100%;
  background-image: url(../img/upload.svg);
}
.box-order__file p strong {
  color: #0039A6;
  text-decoration: underline;
  cursor: pointer;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.box-order__file p strong:hover {
  text-decoration: none;
}
.box-order__steps {
  position: relative;
  text-align: center;
  display: block;
  margin-top: -30px;
  margin-bottom: 50px;
  z-index: 11;
}
.box-order__steps:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  z-index: -1;
}
.box-order__steps ul {
  position: relative;
  display: block;
}
.box-order__steps ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
@media screen and (max-width: 28.75em) {
  .box-order__steps ul li {
    margin: 0 12px;
  }
}
.box-order__steps ul li a {
  position: relative;
  display: block;
  width: 59px;
  height: 59px;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  line-height: 60px;
  background-color: #e6e6e6;
  font-family: "Helvetica Neue Thin", Arial, Helvetica, sans-serif;
  font-weight: 100;
  text-decoration: none;
  color: #0039A6;
  font-size: 2.4rem;
  overflow: hidden;
}
@media screen and (max-width: 28.75em) {
  .box-order__steps ul li a {
    width: 49px;
    height: 49px;
    line-height: 50px;
    font-size: 2.3rem;
  }
}
.box-order__steps ul li strong {
  position: absolute;
  top: 100%;
  font-size: 1.3rem;
  text-align: center;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 20px;
  left: -40px;
  right: -40px;
  color: #e6e6e6;
  margin-top: 7px;
}
@media screen and (max-width: 28.75em) {
  .box-order__steps ul li strong {
    font-size: 1.1rem;
    line-height: 14px;
    left: -10px;
    right: -10px;
  }
}
.box-order__steps ul li span {
  z-index: 1;
  position: relative;
  display: block;
}
.box-order__steps ul li.active a {
  background-color: #5480ea;
  font-size: 2.8rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: white;
}
.box-order__steps ul li.active a:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  background-color: #3b6ce4;
  content: "";
  z-index: 0;
}
.box-order__steps ul li.active strong {
  color: #0039A6;
}
.box-order__infoBen {
  position: relative;
  display: block;
  padding-bottom: 100px;
  padding-top: 80px;
  text-align: center;
}
.box-order__infoBen h2, .box-order__infoBen .h2 {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 50px;
  padding: 10px;
  color: #2a2a2a;
  margin-bottom: 88px;
  text-align: center;
}
@media screen and (max-width: 49.375em) {
  .box-order__infoBen h2, .box-order__infoBen .h2 {
    margin-bottom: 40px;
  }
}
.box-order__infoBen h2:before, .box-order__infoBen .h2:before {
  position: absolute;
  width: 76px;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  background-color: #2a2a2a;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  height: 1px;
  left: 50%;
  bottom: 0;
}
.box-order__infoBen__one {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 25px;
}
.box-order__infoBen__one--no h3, .box-order__infoBen__one--no .h3, .box-order__infoBen__one--no .modal-title {
  color: #fc654a !important;
}
.box-order__infoBen__one figure {
  position: relative;
  display: block;
  margin-bottom: 30px;
  height: 95px;
}
.box-order__infoBen__one figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  max-width: 100%;
  max-height: 100%;
}
.oldie .box-order__infoBen__one figure img {
  top: auto;
  left: auto;
}
.box-order__infoBen__one h3, .box-order__infoBen__one .h3, .box-order__infoBen__one .modal-title {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 25px;
  color: #0039A6;
}
.box-order__infoBen__one h4, .box-order__infoBen__one .h4 {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 24px;
}
.box-order__infoBen__one p {
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 24px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #858585;
  margin-bottom: 15px;
}
.box-order__infoBen__one p strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-order__infoBen__one p a {
  color: #0039A6;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
.box-order__infoBen__one p a:hover {
  text-decoration: underline;
}
.box-order__optionsOther {
  display: none;
}
.box-order .siri-material .selectbox {
  display: none;
}
.box-order .siri-material .siri-material-ostatni {
  display: block;
}

.js-orderCustomSize {
  display: none;
}

.siri {
  display: none;
}

.siri-have-maloformat .siri-maloformat {
  display: block;
}

.siri-have-velkoformat .siri-velkoformat {
  display: block;
}

.buttonWidth210 {
  min-width: 210px !important;
}

.box-orderPaths {
  position: relative;
  display: block;
  padding: 100px 12% 50px 12%;
  overflow-x: hidden;
}
@media screen and (max-width: 60em) {
  .box-orderPaths {
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.box-orderPaths__one {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.box-orderPaths__one h2, .box-orderPaths__one .h2 {
  position: relative;
  display: block;
  color: #0039A6;
  font-size: 3rem;
  line-height: 40px;
  padding: 0 0 0 95px;
  margin-bottom: 10px;
  line-height: 76px;
}
.box-orderPaths__one h2 span, .box-orderPaths__one .h2 span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}
.box-orderPaths__one h2 a, .box-orderPaths__one .h2 a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.box-orderPaths__one h2 a:hover, .box-orderPaths__one .h2 a:hover {
  color: #f08481;
}
.box-orderPaths__one h2 figure, .box-orderPaths__one .h2 figure {
  position: absolute;
  width: 76px;
  height: 76px;
  left: 0;
  top: 50%;
  margin-top: -38px;
}
.box-orderPaths__one h2 figure img, .box-orderPaths__one .h2 figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  width: 100%;
}
.oldie .box-orderPaths__one h2 figure img, .oldie .box-orderPaths__one .h2 figure img {
  top: auto;
  left: auto;
}
.box-orderPaths__one p {
  position: relative;
  display: block;
  color: #262626;
  font-size: 1.6rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 11px;
  max-width: 420px;
}
.box-orderPaths__one__link {
  position: relative;
  display: inline;
  color: #0039A6;
  text-decoration: none;
  font-size: 1.4rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-orderPaths__one__link:hover {
  color: #f08481;
}
.box-orderPaths__speps {
  position: relative;
  display: block;
  background-color: #0039A6;
  color: white;
}

.box-orderSteps {
  position: relative;
  display: block;
  padding: 140px 0 130px 0;
  background-image: url(../img/ordersteps-bg.jpg);
  background-size: cover;
  background-position: center;
  background-color: #0039A6;
}
@media screen and (max-width: 75em) {
  .box-orderSteps {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 43.125em) {
  .box-orderSteps {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
.box-orderSteps__inner {
  position: relative;
  display: block;
  text-align: justify;
}
@media screen and (max-width: 75em) {
  .box-orderSteps__inner::after {
    display: block;
    clear: both;
    content: "";
  }
}
.box-orderSteps__inner:after {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1px;
  content: "";
}
.box-orderSteps__one {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 85px;
  line-height: 70px;
}
@media screen and (max-width: 75em) {
  .box-orderSteps__one {
    padding-top: 75px;
    text-align: center;
    padding-left: 0;
    width: 25%;
    line-height: normal;
    float: left;
  }
}
@media screen and (max-width: 43.125em) {
  .box-orderSteps__one {
    width: 100%;
    margin-bottom: 40px;
  }
}
.box-orderSteps__one p {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  color: white;
  font-size: 2.4rem;
  font-family: "Helvetica Neue Thin", Arial, Helvetica, sans-serif;
  font-weight: 100;
}
.box-orderSteps__one p strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-orderSteps__one span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  line-height: 56px;
  height: 60px;
  border: 2px solid white;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  color: white;
  margin-top: -4px;
  font-size: 3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 75em) {
  .box-orderSteps__one span {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }
}

.box-contacts {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  float: none !important;
  width: 100% !important;
  gap: 50px;
}
@media screen and (max-width: 35em) {
  .box-contacts {
    padding: 0;
  }
}
@media screen and (max-width: 43.75em) {
  .box-contacts {
    display: block;
    position: relative;
  }
}
.box-contacts .empty {
  margin: 0 20px !important;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  height: 1px;
}
@media screen and (max-width: 43.75em) {
  .box-contacts .empty {
    margin-bottom: 0 !important;
  }
}
.box-contacts .contact_people {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #fafafa;
  padding: 40px 20px 0px 20px !important;
  margin: 0 -20px;
  width: 100%;
  min-width: 100%;
  margin-bottom: 80px;
  gap: 50px;
}
@media screen and (max-width: 47.5em) {
  .box-contacts .contact_people {
    margin: 0;
    padding: 40px 10px 0px 10px !important;
  }
}
.box-contacts .contact_people h2, .box-contacts .contact_people .h2 {
  margin-bottom: 30px !important;
}
.box-contacts .contact_people img {
  position: relative;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
  width: 100px;
  height: 100px;
}
.box-contacts .contact_people div  {
  margin-bottom: 40px;
}
.box-contacts .contact_people .contact-people-box {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 37.5em) {
  .box-contacts .contact_people .contact-people-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.box-contacts .contact_people .contact-people-content p {
  line-height: 1;
  margin-bottom: 0 !important;
}
.box-contacts .contact_people .contact-people-content strong {
  font-size: 2rem;
  color: #2a2a2a;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-contacts div {
  flex: 1 0 30%;
  text-align: left;
}
@media screen and (max-width: 47.5em) {
  .box-contacts div {
    position: relative;
    display: block;
    margin-bottom: 50px;
  }
}
.box-contacts div strong {
  position: relative;
  display: block;
  color: #2a2a2a;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: 26px;
}
.box-contacts div p {
  position: relative;
  display: block;
  line-height: 1.6;
  font-size: 1.6rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 19px;
  min-height: 0;
}
.box-contacts div p strong {
  margin-bottom: 0;
  color: #2a2a2a;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 23px;
}
.box-contacts div span {
  position: relative;
  display: block;
  line-height: 19px;
  font-size: 1.6rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.box-contacts div h2, .box-contacts div .h2 {
  color: #0039A6;
  position: relative;
  display: block;
  font-weight: 800;
  font-size: 2.8rem;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 0 !important;
  font-family: sofia-pro, sans-serif;
  line-height: 1.2;
}
.box-contacts div h2:before, .box-contacts div .h2:before {
  display: none;
}
.box-contacts div a {
  position: relative;
  display: inline-block;
  color: #2a2a2a;
  line-height: 19px;
  font-size: 1.6rem;
}

.box-contactPanel {
  position: relative;
  display: block;
  margin-bottom: 80px;
}
.box-contactPanel__find {
  position: relative;
  font-size: 2rem;
  color: #2a2a2a;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-contactPanel__find .in-btn {
  margin-top: 20px;
}
.box-contactPanel__find .in-btn--blue {
  background-color: #0039A6;
  border: 2px solid #0039A6;
  padding: 8px 32px 10px;
  font-family: sofia-pro, sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  border-radius: 50px;
}
.box-contactPanel__find .in-btn--blue:hover {
  color: #0039A6;
  background-color: #fff;
}
.box-contactPanel__main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  color: white;
  background-color: #0039A6;
  border-radius: 10px;
  margin-top: -80px;
  overflow: hidden;
}
@media screen and (max-width: 60em) {
  .box-contactPanel__main {
    background-size: cover;
    background-position: center;
    background-image: url(../img/contact_team.jpg);
  }
}
.box-contactPanel__main__text {
  position: relative;
  display: block;
  width: 450px;
  padding: 40px;
  text-align: left;
}
@media screen and (max-width: 60em) {
  .box-contactPanel__main__text {
    width: 100%;
    background-color: rgba(0, 56, 168, 0.8);
  }
}
@media screen and (max-width: 35em) {
  .box-contactPanel__main__text {
    padding: 40px 15px;
  }
}
.box-contactPanel__main__text h2, .box-contactPanel__main__text .h2 {
  position: relative;
  display: block;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 42px;
  color: white;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: sofia-pro, sans-serif;
}
.box-contactPanel__main__text h2:before, .box-contactPanel__main__text .h2:before {
  display: none;
}
.box-contactPanel__main__text p {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 19px;
  margin-bottom: 19px;
  line-height: 1.7;
}
.box-contactPanel__main__team {
  position: relative;
  display: block;
  flex: 1;
  background-size: cover;
  background-position: center;
  background-image: url(../img/contact_team.jpg);
}
@media screen and (max-width: 75em) {
  .box-contactPanel__main__team {
    background-position: -360px center;
  }
}
@media screen and (max-width: 60em) {
  .box-contactPanel__main__team {
    display: none;
  }
}
.box-contactPanel__qr {
  position: absolute;
  right: 40px;
  bottom: 30px;
  color: white;
  width: 145px;
}
.box-contactPanel__qr img {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 6px;
}
.box-contactPanel__qr span {
  position: relative;
  display: block;
  font-size: 1.2rem;
  line-height: 14px;
  text-align: center;
}
.box-contactPanel__contactLink {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: white;
  text-decoration: underline;
  padding-top: 15px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 35em) {
  .box-contactPanel__contactLink {
    font-size: 1.6rem;
  }
}
.box-contactPanel__contactLink:hover {
  text-decoration: none;
}
.box-contactPanel__contactLink img {
  width: 32px;
  margin-right: 20px;
}
@media screen and (max-width: 35em) {
  .box-contactPanel__contactLink img {
    margin-right: 15px;
    width: 30px;
  }
}
.box-contactPanel__time {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.6rem;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 100px 0 15px 0;
  padding: 10px 12px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-contactPanel__time:before {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  border: 2px solid white;
  background-color: #d63636;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  margin-right: 8px;
}
.box-contactPanel__time .on {
  display: none;
}
.box-contactPanel__time .off {
  display: block;
  color: #d63636;
}
.box-contactPanel__time.style-time-on:before {
  background-color: #30a24e;
}
.box-contactPanel__time.style-time-on .on {
  display: block;
  color: #30a24e;
}
.box-contactPanel__time.style-time-on .off {
  display: none;
}
.box-contactPanel__info {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 20px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.box-contactPanel__info__closeInfo {
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: center;
  background-image: url(../img/close-black.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 20;
}
.box-contactPanel__info span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}
.box-contactPanel__info span:hover {
  text-decoration: none;
}
.box-contactPanel__info__text {
  position: absolute;
  left: 100%;
  top: 0;
  min-height: 100%;
  overflow: visible;
  width: 410px;
  padding: 55px 40px 20px 40px;
  background-color: white;
  color: #2a2a2a;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 47.5em) {
  .box-contactPanel__info__text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 55px 20px 20px 20px;
    overflow: auto;
    left: 0;
    border: 1px solid #0039A6;
  }
}
.box-contactPanel__info__text p {
  position: relative;
  display: block;
  line-height: 33px;
  font-size: 1.6rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.box-contactPanel__info__text:after {
  position: absolute;
  right: 100%;
  bottom: 40px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
}
@media screen and (max-width: 47.5em) {
  .box-contactPanel__info__text:after {
    display: none;
  }
}

.box-crefs {
  position: relative;
  display: block;
  text-align: center;
  padding: 70px 0;
}
@media screen and (max-width: 49.375em) {
  .box-crefs {
    margin-bottom: 30px;
  }
}
.box-crefs .js-crefs {
  position: relative;
  display: block;
}
.box-crefs h2, .box-crefs .h2 {
  position: relative;
  display: block;
  text-align: center;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 35px;
  padding: 20px 0;
  margin-bottom: 66px;
}
.box-crefs h2:before, .box-crefs .h2:before {
  position: absolute;
  width: 76px;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  background-color: #2a2a2a;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  height: 1px;
  left: 50%;
  bottom: 0;
}
.box-crefs__slider {
  position: relative;
  display: block;
  padding: 0 60px 30px 60px;
}
@media screen and (max-width: 26.25em) {
  .box-crefs__slider {
    padding: 0 50px;
  }
}
.box-crefs__slider__next, .box-crefs__slider__prev {
  position: absolute;
  bottom: 90px;
  width: 40px;
  height: 40px;
  background-color: #262626;
  border: 0;
  font-size: 0rem;
  color: transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.box-crefs__slider__next:hover, .box-crefs__slider__prev:hover {
  background-color: #0039A6;
}
.box-crefs__slider__next .svg, .box-crefs__slider__prev .svg {
  position: absolute;
  height: 12px;
  width: auto;
  max-width: 100%;
  left: 50%;
  top: 50%;
  margin-left: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
}
.oldie .box-crefs__slider__next .svg, .oldie .box-crefs__slider__prev .svg {
  top: auto;
  left: auto;
}
.box-crefs__slider__next .svg polygon, .box-crefs__slider__prev .svg polygon {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  fill: white;
}
.box-crefs__slider__prev {
  left: 0;
}
.box-crefs__slider__prev .svg {
  margin-left: -1px;
}
.box-crefs__slider__next {
  right: 0;
}
.box-crefs__one {
  position: relative;
  display: block;
  text-align: center;
  max-width: 320px;
  margin: 15px auto;
}
.box-crefs__one h3, .box-crefs__one .h3, .box-crefs__one .modal-title {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 3rem;
  margin-bottom: 0;
  line-height: 36px;
  color: #0039A6;
}
.box-crefs__one span {
  position: relative;
  display: block;
  font-style: italic;
  color: silver;
  font-family: "Helvetica Neue Thin", Arial, Helvetica, sans-serif;
  font-weight: 100;
  margin-bottom: 30px;
}
.box-crefs__one h4, .box-crefs__one .h4 {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 25px;
  margin-bottom: 6px;
}
.box-crefs__one p {
  position: relative;
  display: block;
  font-size: 1.3rem;
  line-height: 20px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #6d6d6d;
}
.box-crefs__one p a {
  color: #0039A6;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
.box-crefs__one p a:hover {
  text-decoration: underline;
}

.box-able + .box-crefs {
  padding-top: 0;
  padding-bottom: 100px;
}
.box-able + .box-crefs h2, .box-able + .box-crefs .h2 {
  padding-top: 0;
}

.box-zpHeader {
  position: relative;
  display: block;
  background-color: #0039A6;
  line-height: 62px;
}
.box-zpHeader::after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width: 76.25em) {
  .box-zpHeader {
    line-height: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 76.25em) {
  .box-zpHeader .header__search {
    display: none;
  }
}
.box-zpHeader__right {
  position: relative;
  float: right;
  background-color: #2e63d9;
}
.box-zpHeader__right::after {
  display: block;
  clear: both;
  content: "";
}
.box-zpHeader__logo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-left: 20px;
}
.box-zpHeader__logo img {
  display: block;
  height: 18px;
}
@media screen and (max-width: 28.125em) {
  .box-zpHeader__logo img {
    height: 10px;
  }
}
.box-zpHeader__user {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  color: white;
}
@media screen and (max-width: 43.75em) {
  .box-zpHeader__user {
    margin-right: 0;
  }
}
@media screen and (max-width: 43.75em) {
  .box-zpHeader__user {
    float: left;
  }
}
.box-zpHeader__user strong {
  position: relative;
  display: inline-block;
  background-color: #0039A6;
  padding: 0 15px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  vertical-align: top;
  line-height: 60px;
  padding-top: 2px;
}
@media screen and (max-width: 76.25em) {
  .box-zpHeader__user strong {
    line-height: 36px;
    padding-top: 4px;
    overflow: hidden;
  }
}
@media screen and (max-width: 31.25em) {
  .box-zpHeader__user strong {
    padding: 4px 18px 0 2px;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 43.75em) {
  .box-zpHeader__user strong {
    display: none;
  }
}
.box-zpHeader__user strong:before {
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  height: 20px;
  width: 18px;
  background-image: url(../img/zp-user.svg);
  background-size: 100% 100%;
  content: "";
  margin-right: 10px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-zpHeader__user strong:after {
  position: absolute;
  left: 100%;
  top: 0;
  display: inline-block;
  width: 30px;
  height: 100%;
  border-left: solid 14px #0039A6;
  border-bottom: solid 30px transparent;
  border-top: solid 31px transparent;
  content: "";
}
@media screen and (max-width: 76.25em) {
  .box-zpHeader__user strong:after {
    margin-left: -15px;
    border-bottom-color: #2E63D9;
    border-top-color: #2E63D9;
    top: -9px;
  }
}
.box-zpHeader__user div {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.box-zpHeader__user div span {
  position: relative;
  display: block;
  padding: 0 35px;
  padding-right: 30px;
  cursor: pointer;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 59px;
  padding-top: 3px;
}
@media screen and (max-width: 76.25em) {
  .box-zpHeader__user div span {
    line-height: 36px;
    padding-top: 4px !important;
  }
}
@media screen and (max-width: 43.75em) {
  .box-zpHeader__user div span {
    padding: 3px 18px 0 10px;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.box-zpHeader__user div span:after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  margin-left: 15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  content: "";
}
@media screen and (max-width: 43.75em) {
  .box-zpHeader__user div span:after {
    position: absolute;
    right: 5px;
    margin-left: 0;
    top: 20px;
  }
}
.box-zpHeader__user ul {
  position: absolute;
  top: 100%;
  width: 240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  border: 1px solid #dfdfdf;
  border-top: 3px solid #2a2a2a;
  line-height: 18px;
  margin-top: -10px;
  display: none;
  z-index: 99999;
}
@media screen and (max-width: 43.75em) {
  .box-zpHeader__user ul {
    margin-left: -30px;
    margin-top: -5px;
  }
}
.box-zpHeader__user ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid #efefef;
}
.box-zpHeader__user ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #2a2a2a;
  text-decoration: none;
}
.box-zpHeader__user ul li a:hover {
  background-color: #f4f4f4;
}
.box-zpHeader__user ul:last-of-type {
  border-bottom: 0;
}
.box-zpHeader__back {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  text-align: center;
}
.box-zpHeader__back--only {
  margin-left: 0;
}
@media screen and (max-width: 48.125em) {
  .box-zpHeader__back {
    margin-left: 10px;
  }
}
@media screen and (max-width: 31.25em) {
  .box-zpHeader__back {
    margin-left: 0;
  }
}
@media screen and (max-width: 25em) {
  .box-zpHeader__back {
    float: right;
  }
}
.box-zpHeader__back a {
  position: relative;
  display: block;
  background-color: #2a2a2a;
  width: 110px;
}
@media screen and (max-width: 48.125em) {
  .box-zpHeader__back a {
    width: 40px;
  }
}
.box-zpHeader__back a:hover:before {
  -webkit-transform: translateX(-6px);
  -moz-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  -o-transform: translateX(-6px);
  transform: translateX(-6px);
}
.box-zpHeader__back a:hover:after {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.box-zpHeader__back a:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 28px;
  background-image: url(../img/zp-back.svg);
  background-size: 100% 100%;
  content: "";
  margin: 0 6px;
  top: 1px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media screen and (max-width: 48.125em) {
  .box-zpHeader__back a:before {
    display: none;
  }
}
.box-zpHeader__back a:after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  background-image: url(../img/zp-home.svg);
  background-size: 100% 100%;
  content: "";
  margin: 0 6px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-zpHeader__back--text {
  vertical-align: top;
}
.box-zpHeader__back--text a {
  position: relative;
  display: block;
  color: white;
  text-decoration: none;
  line-height: 18px;
  padding: 13px 0;
  width: 90px;
}
.box-zpHeader__back--text a:before, .box-zpHeader__back--text a:after {
  display: none;
}
@media screen and (max-width: 76.25em) {
  .box-zpHeader__back--text a {
    padding: 0;
    line-height: 15px;
    font-size: 1.3rem;
    padding: 5px 0;
  }
}
.box-zpHeader__back--text a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.box-zpNav {
  position: relative;
  display: block;
  background-color: white;
  border-bottom: 2px solid #dddddd;
  text-align: center;
}
.box-zpNav--dark {
  background-color: #f7f7f7;
}
.box-zpNav--calc {
  margin-top: 62px;
}
@media screen and (max-width: 76.25em) {
  .box-zpNav--calc {
    margin-top: 40px;
  }
}
.box-zpNav nav {
  position: relative;
  display: block;
}
.box-zpNav nav ul {
  position: relative;
  display: block;
  padding-top: 15px;
}
@media screen and (max-width: 43.75em) {
  .box-zpNav nav ul {
    padding-top: 5px;
  }
}
.box-zpNav nav ul li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
@media screen and (max-width: 43.75em) {
  .box-zpNav nav ul li {
    padding: 0;
  }
}
.box-zpNav nav ul li a {
  display: block;
  position: relative;
  padding: 20px 12px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: rgba(42, 42, 42, 0.5);
  font-size: 1.6rem;
  line-height: 20px;
}
@media screen and (max-width: 43.75em) {
  .box-zpNav nav ul li a {
    padding: 10px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 31.25em) {
  .box-zpNav nav ul li a {
    padding: 10px 2px;
    font-size: 1.3rem;
  }
}
.box-zpNav nav ul li a:hover {
  color: black;
}
.box-zpNav nav ul li a:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background-color: #0039A6;
  height: 5px;
  content: "";
  height: 0;
}
.box-zpNav nav ul li.active a {
  color: black;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.box-zpNav nav ul li.active a:after {
  height: 5px;
}
@media screen and (max-width: 43.75em) {
  .box-zpNav nav ul li.active a:after {
    height: 3px;
  }
}

.box-zp {
  position: relative;
  display: block;
  background-color: #f7f7f7;
  padding-top: 60px;
}
.box-zp::after {
  display: block;
  clear: both;
  content: "";
}
.box-zp--white {
  background-color: white;
}
@media screen and (max-width: 43.75em) {
  .box-zp {
    padding-top: 30px;
  }
}
.box-zp .responsSideScrolling {
  position: relative;
  display: block;
  padding-top: 1px;
}
@media screen and (max-width: 62.5em) {
  .box-zp .responsSideScrolling {
    overflow-x: auto;
  }
}
@media screen and (max-width: 62.5em) {
  .box-zp .responsSideScrolling__inner {
    min-width: 900px;
  }
}
.box-zp .responsSideScrolling__innerSmalller {
  min-width: 500px;
}
.box-zp__rightHeadingPlace {
  position: relative;
  float: right;
}
@media screen and (max-width: 31.25em) {
  .box-zp__rightHeadingPlace {
    float: none;
    display: block;
    margin-bottom: 13px;
  }
}
.box-zp__heading {
  position: relative;
  display: inline-block;
  color: rgba(42, 42, 42, 0.5);
  font-size: 2rem;
  line-height: 25px;
  margin-bottom: 9px;
}
.box-zp__heading--bigger {
  color: #0039A6;
}
.box-zp__link, .box-zp__link a {
  color: #0039A6;
  text-decoration: underline;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 40.625em) {
  .box-zp__link, .box-zp__link a {
    display: block;
    margin-bottom: 10px;
    float: none;
  }
}
.box-zp__link:hover, .box-zp__link a:hover {
  text-decoration: none;
}
.box-zp__headBtn {
  margin-top: -3px;
}
.box-zp__detail {
  position: relative;
  display: flex;
  background-color: rgba(0, 0, 0, 0.05);
  background-color: white;
  font-size: 1.4rem;
  border: 1px solid #ddd;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  align-items: stretch;
  width: 100%;
  border-top: 0;
  min-width: 450px;
}
.box-zp__detail:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 1px;
  background-color: #ddd;
  content: "";
}
.box-zp__detail strong, .box-zp__detail div {
  position: relative;
  display: flex;
  align-self: stretch;
  float: left;
  overflow: auto;
  color: black;
  line-height: 23px;
  letter-spacing: 0.3px;
  padding: 11px 20px 6px 20px;
}
.box-zp__detail strong {
  width: 200px;
  min-width: 200px;
}
.box-zp__detail--contact strong {
  width: 270px;
}
@media screen and (max-width: 76.875em) {
  .box-zp__detail--contact strong {
    width: 220px;
  }
}
.box-zp__detail > div {
  background-color: rgba(0, 0, 0, 0.08);
  color: black;
  flex-grow: 1;
  white-space: nowrap;
  min-height: 40px;
  overflow: visible;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.box-zp__detail > div p {
  position: relative;
  display: block;
}
.box-zp__detail > div div {
  position: absolute;
  right: -12px;
  width: 24px;
  top: 8px;
  padding: 0;
  white-space: wrap;
  display: block;
}
@media screen and (max-width: 62.5em) {
  .box-zp__detail > div div {
    right: 4px;
    top: 4px;
  }
}
.box-zp__detail > div div img {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
}
.box-zp__detail > div span {
  position: relative;
  display: inline-block;
  width: 80px;
  flex-grow: 0;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.box-zp__detail > div a {
  color: #0039A6;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: underline;
}
.box-zp__detail > div a:hover {
  text-decoration: none;
}
.box-zp__tableRow {
  position: relative;
  display: flex;
  border: #dddddd;
  background-color: white;
  align-content: stretch;
  line-height: 35px;
  height: 41px;
  align-items: center;
  padding: 3px 10px 0 22px;
  border: 1px solid #dddddd;
  border-top: 0;
  min-width: 710px;
  border-bottom: 1px solid #0039A6;
}
.box-zp__tableRow:last-of-type {
  margin-bottom: 15px;
}
.box-zp__tableRow--faktura {
  border-bottom: 1px solid #2a2a2a;
}
.box-zp__tableRow span, .box-zp__tableRow a {
  position: relative;
  line-height: 20px;
  padding: 0 10px;
  display: flex;
  font-size: 1.4rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #2a2a2a;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25/1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  .box-zp__tableRow span, .box-zp__tableRow a {
    font-size: 1.3rem;
  }
}
.box-zp__tableRow span span, .box-zp__tableRow span a, .box-zp__tableRow a span, .box-zp__tableRow a a {
  padding: 0;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
.box-zp__tableRow span span img, .box-zp__tableRow span a img, .box-zp__tableRow a span img, .box-zp__tableRow a a img {
  position: relative;
  display: block;
  width: 10px;
  margin: 4px 2px;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-zp__tableRow span span img.active, .box-zp__tableRow span a img.active, .box-zp__tableRow a span img.active, .box-zp__tableRow a a img.active {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.box-zp__tableRow span span, .box-zp__tableRow a span {
  margin-right: 5px;
}
.box-zp__tableRow span a:hover img, .box-zp__tableRow a a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.box-zp__tableRow span.zp-date, .box-zp__tableRow a.zp-date {
  width: 15%;
}
.box-zp__tableRow span.zp-id, .box-zp__tableRow a.zp-id {
  width: 22%;
}
.box-zp__tableRow span.zp-status, .box-zp__tableRow a.zp-status {
  width: 26%;
}
.box-zp__tableRow span.zp-price, .box-zp__tableRow a.zp-price {
  width: 28%;
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
  text-align: right;
}
.box-zp__tableRow span.zp-show, .box-zp__tableRow a.zp-show {
  width: 9%;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-zp__tableRow span.text-right, .box-zp__tableRow a.text-right {
  text-align: right;
}
.box-zp__tableRow a {
  color: #0039A6;
}
.box-zp__tableRow--heading {
  line-height: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.box-zp__tableRow--heading span, .box-zp__tableRow--heading a {
  line-height: 15px;
  font-size: 1.4rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25/1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  .box-zp__tableRow--heading span, .box-zp__tableRow--heading a {
    font-size: 1.3rem;
  }
}
.box-zp__profile {
  position: relative;
  display: block;
  background-color: white;
  border: 1px solid #dddddd;
  text-align: center;
}
.box-zp__profile__list {
  position: relative;
  display: block;
}
.box-zp__profile__list ul {
  position: relative;
  display: block;
  text-align: left;
}
.box-zp__profile__list ul li {
  position: relative;
  display: block;
  padding: 15px;
  border-top: 1px solid #dddddd;
  font-size: 1.4rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 20px;
}
.box-zp__profile__list ul li::after {
  display: block;
  clear: both;
  content: "";
}
.box-zp__profile__list ul li span {
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  white-space: nowrap;
  display: inline-block;
}
.box-zp__profile__list ul li strong {
  display: inline-block;
  white-space: nowrap;
}
.box-zp__profile__list ul li a {
  position: relative;
  color: #0039A6;
  float: right;
  text-decoration: underline;
}
.box-zp__profile__list ul li a:hover {
  text-decoration: none;
}
.box-zp__profile__main {
  position: relative;
  display: block;
  padding: 35px 20px 30px 20px;
}
.box-zp__profile__main figure {
  position: relative;
  display: block;
  width: 126px;
  height: 126px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 68px;
  -moz-border-radius: 68px;
  border-radius: 68px;
  margin: 0 auto 15px auto;
}
.box-zp__profile__main figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  width: 100%;
}
.oldie .box-zp__profile__main figure img {
  top: auto;
  left: auto;
}
.box-zp__profile__main figure.h img {
  height: 100%;
  width: auto;
}
.box-zp__profile__main h3, .box-zp__profile__main .h3, .box-zp__profile__main .modal-title {
  position: relative;
  display: block;
  font-size: 2rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 30px;
  color: #0039A6;
}
.box-zp__profile__main span {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 26px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.box-zp__profile__counts {
  position: relative;
  display: block;
  border-top: 1px solid #dddddd;
}
.box-zp__profile__counts::after {
  display: block;
  clear: both;
  content: "";
}
.box-zp__profile__counts div {
  position: relative;
  float: left;
  width: 50%;
  border: 1px solid #dddddd;
  border-top: 0;
  border-left: 0;
  line-height: 96px;
}
.box-zp__profile__counts div span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: normal;
}
.box-zp__profile__counts div span strong {
  color: #0039A6;
  display: block;
  height: 23px;
}
.box-zp__profile__counts div:last-of-type {
  border-right: 0;
}
.box-zp__profile__link {
  position: relative;
  display: block;
  line-height: 70px;
  text-decoration: underline;
  color: #0039A6;
  font-size: 1.6rem;
}
.box-zp__profile__link:hover {
  text-decoration: none;
  background-color: #f7faff;
}
.box-zp__smallInp, .box-zp__sort input {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  border: 0;
  height: 25px;
  background-color: white;
  line-height: 18px;
  border: 1px solid #dddddd;
  font-size: 1.2rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #2a2a2a;
  padding: 5px 3px 2px 3px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  z-index: 1;
  text-align: center;
}
.box-zp__sort {
  line-height: 25px;
}
.box-zp__sort__pager {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 5px;
}
@media screen and (max-width: 40em) {
  .box-zp__sort__pager {
    display: none;
  }
}
.box-zp__sort label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-top: 4px;
  line-height: 21px;
}
.box-zp__sort .selectbox {
  padding: 2px 20px 0 7px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  font-size: 1.2rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  letter-spacing: 0.3px;
  margin-bottom: 0;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
}
.box-zp__sort .selectbox:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1954d6;
  top: 10px;
  right: 5px;
}
.box-zp__sort .selectbox ul li {
  display: block;
  font-size: 1.2rem;
  line-height: 20px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 2px 20px 0 7px;
}
.box-zp__inpText {
  position: relative;
  display: block;
  color: #858585;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 30px;
  margin-top: -12px;
  line-height: 15px;
  padding-left: 20px;
}
.box-zp__square {
  position: relative;
  display: block;
  background-color: #0039A6;
  color: white;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 3rem;
  line-height: 150px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  text-align: center;
}
.box-zp__square:hover {
  color: rgba(255, 255, 255, 0.5);
}
.box-zp__square span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.box-zp__text {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 24px;
  margin-bottom: 100px;
  padding-top: 20px;
}
.box-zp__text figure {
  position: relative;
  display: block;
}
.box-zp__text figure img {
  position: relative;
  display: block;
  width: 100%;
}
.box-zp__text p {
  position: relative;
  display: block;
  margin-bottom: 24px;
}
.box-zp__text a {
  color: #0039A6;
  text-decoration: underline;
}
.box-zp__text a:hover {
  text-decoration: none;
}
.box-zp__text--normal {
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 50px;
}
.box-zp__text--normal h2, .box-zp__text--normal .h2 {
  position: relative;
  display: block;
  color: black;
  font-size: 2rem;
  line-height: 25px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 9px;
}
.box-zp__text--normal strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-zp__text--infobox {
  padding: 30px 30px 6px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cacaca;
  background: #f9f9f9;
  margin-bottom: 35px;
}
.box-zp__check {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.box-zp__check--min label {
  padding-left: 0 !important;
}
.box-zp__check--min label:before {
  display: none;
}
.box-zp__check--min input:checked + label {
  color: #0039A6;
}
.box-zp__check + .box-zp__check {
  margin-left: 20px;
}
.box-zp__check label {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 15px;
  padding-top: 3Px;
}
.box-zp__check label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #0039A6;
  content: "";
}
.box-zp__check input {
  position: absolute;
  left: -999999px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.box-zp__check input:checked + label:before {
  background-color: #0039A6;
}
.box-zp__inp {
  position: relative;
  display: block;
  margin-bottom: 25px;
  background-color: white;
}
.box-zp__inp.star:before {
  position: absolute;
  left: 100%;
  content: "*";
  font-size: 1.4rem;
  color: #0039A6;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  top: -14px;
}
.box-zp__inp.js-lockedInp input {
  border: 1px solid #dddddd !important;
}
.box-zp__inp label {
  font-size: 1.4rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #8e8e8e;
  position: absolute;
  -webkit-transform: translateX(0) translateY(0px);
  -moz-transform: translateX(0) translateY(0px);
  -ms-transform: translateX(0) translateY(0px);
  -o-transform: translateX(0) translateY(0px);
  transform: translateX(0) translateY(0px);
  top: 11px;
  left: 20px;
  line-height: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 0;
  margin: 0;
  cursor: text;
  padding-right: 3px;
  max-width: 90%;
  overflow: hidden;
  height: 20px;
  z-index: 0;
}
.box-zp__inp label.active {
  font-size: 1.1rem;
  -webkit-transform: translateX(-20px) translateY(-28px);
  -moz-transform: translateX(-20px) translateY(-28px);
  -ms-transform: translateX(-20px) translateY(-28px);
  -o-transform: translateX(-20px) translateY(-28px);
  transform: translateX(-20px) translateY(-28px);
  width: auto;
  z-index: 9;
  color: silver;
}
.box-zp__inp input, .box-zp__inp textarea {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  height: 41px;
  background-color: transparent;
  line-height: 20px;
  border: 1px solid #dddddd;
  font-size: 1.4rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #0039A6;
  padding: 11px 20px 8px 20px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  z-index: 1;
}
.box-zp__inp input:focus, .box-zp__inp textarea:focus {
  outline: 0;
  border-color: #0039A6;
}
.box-zp__inp textarea {
  height: 170px;
  resize: none;
  width: 100%;
}
.box-zp__btn {
  position: relative;
  display: inline-block;
  background-color: #0039A6;
  border: 1px solid #0039A6;
  line-height: 27px;
  padding: 11px 20px 9px 20px;
  min-width: 180px;
  text-align: center;
  text-decoration: none;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  color: white;
}
.box-zp__btn::after {
  display: block;
  clear: both;
  content: "";
}
.box-zp__btn.display-none {
  display: none;
}
.box-zp__btn:hover {
  background-color: transparent;
  color: #0039A6;
}

.wt10 {
  width: 10%;
}

.wt15 {
  width: 15%;
}

.wt20 {
  width: 20%;
}

.wt25 {
  width: 25%;
}

.wt30 {
  width: 30%;
}

.wt35 {
  width: 35%;
}

.wt40 {
  width: 40%;
}

.wt45 {
  width: 45%;
}

.wt50 {
  width: 50%;
}

.wt55 {
  width: 55%;
}

.wt60 {
  width: 60%;
}

.wt65 {
  width: 65%;
}

.wt70 {
  width: 70%;
}

.wt75 {
  width: 75%;
}

.wt80 {
  width: 80%;
}

.wt85 {
  width: 85%;
}

.wt90 {
  width: 90%;
}

.wt95 {
  width: 95%;
}

.wt100 {
  width: 100%;
}

@media screen and (max-width: 60em) {
  .wt10-l {
    width: 10%;
  }

  .wt15-l {
    width: 15%;
  }

  .wt20-l {
    width: 20%;
  }

  .wt25-l {
    width: 25%;
  }

  .wt30-l {
    width: 30%;
  }

  .wt35-l {
    width: 35%;
  }

  .wt40-l {
    width: 40%;
  }

  .wt45-l {
    width: 45%;
  }

  .wt50-l {
    width: 50%;
  }

  .wt55-l {
    width: 55%;
  }

  .wt60-l {
    width: 60%;
  }

  .wt65-l {
    width: 65%;
  }

  .wt70-l {
    width: 70%;
  }

  .wt75-l {
    width: 75%;
  }

  .wt80-l {
    width: 80%;
  }

  .wt85-l {
    width: 85%;
  }

  .wt90-l {
    width: 90%;
  }

  .wt95-l {
    width: 95%;
  }

  .wt100-l {
    width: 100%;
  }
}
.box-youtube {
  position: relative;
  display: block;
  margin-bottom: 50px;
}
@media screen and (max-width: 51.1875em) {
  .box-youtube {
    margin-bottom: 35px;
  }
}
.box-youtube__video {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  margin-bottom: 22px;
}
.box-youtube__video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box-youtube figure {
  position: relative;
  display: block;
  padding-bottom: 62.5%;
  overflow: hidden;
  margin-bottom: 22px;
}
.box-youtube figure a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.box-youtube figure a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  background-image: url(../img/play-video.svg);
  background-size: 100% 100%;
  background-position: center;
  width: 70px;
  height: 70px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 10;
  content: "";
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.oldie .box-youtube figure a:after {
  top: auto;
  left: auto;
}
.box-youtube figure a:hover:after {
  width: 100px;
  height: 100px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}
.box-youtube a {
  color: inherit;
  text-decoration: none;
}
.box-youtube a:hover {
  color: #0039A6;
}
.box-youtube strong, .box-youtube h2, .box-youtube .h2 {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 3px;
  line-height: 24px;
  max-height: 24px;
  overflow: hidden;
}
.box-youtube p {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
}
.box-youtube--main figure a:after {
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 51.1875em) {
  .box-youtube--main figure a:after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 51.1875em) {
  .box-youtube--main figure a:after {
    width: 70px;
    height: 70px;
  }
}
.box-youtube--main figure a:hover:after {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 51.1875em) {
  .box-youtube--main figure a:hover:after {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 39.3125em) {
  .box-youtube--main figure a:hover:after {
    width: 100px;
    height: 100px;
  }
}
.box-youtube--main p {
  color: black;
}

.box-filters {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 51.25em) {
  .box-filters {
    display: block;
  }
}
.box-filters div {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 51.25em) {
  .box-filters div {
    width: 100%;
    display: block;
  }
}
.box-filters div ul {
  position: relative;
  display: block;
}
.box-filters div ul li {
  display: inline-block;
}
.box-filters h3, .box-filters .h3, .box-filters .modal-title {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  color: #0039A6;
  margin-bottom: 5px;
}
.box-filters__tags button, .box-filters__tags a {
  position: relative;
  display: inline-block;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 18px;
  white-space: nowrap;
  padding: 4px 12px 2px 12px;
  background-color: #0039A6;
  border: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
  margin-bottom: 1px;
  margin: 5px 6px 0 0;
  border: 1px solid #0039A6;
}
.box-filters__tags button.tag-red, .box-filters__tags a.tag-red {
  background-color: #E3243A;
  border-color: #E3243A;
}
.box-filters__tags button.tag-green, .box-filters__tags a.tag-green {
  background-color: #38A834;
  border-color: #38A834;
}
.box-filters__tags button.tag-green2, .box-filters__tags a.tag-green2 {
  background-color: #21AD85;
  border-color: #21AD85;
}
.box-filters__tags button.tag-blue, .box-filters__tags a.tag-blue {
  background-color: #029EE3;
  border-color: #029EE3;
}
.box-filters__tags button.tag-pink, .box-filters__tags a.tag-pink {
  background-color: #E5287D;
  border-color: #E5287D;
}
.box-filters__tags button:hover, .box-filters__tags a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.box-filters__tags button.active, .box-filters__tags a.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.box-filters__btns {
  position: relative;
  display: block;
  justify-content: space-between;
}
.box-filters__btns button, .box-filters__btns a {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  color: #2a2a2a;
  text-decoration: none;
  line-height: 18px;
  padding: 7px 5px;
  border: 1px solid #2a2a2a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  width: 48%;
  cursor: pointer;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 5;
  margin: 7px 0 0 0;
  letter-spacing: -0.4px;
}
.box-filters__btns button:hover, .box-filters__btns a:hover {
  border-color: #0039A6;
  color: #0039A6;
}
.box-filters__btns button.active, .box-filters__btns a.active {
  background-color: #0039A6;
  border-color: #0039A6;
  color: white;
}
.box-filters__btns button.active:hover, .box-filters__btns a.active:hover {
  color: rgba(255, 255, 255, 0.5);
}

.box-magazineFilter {
  position: relative;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 45px;
}
@media screen and (max-width: 24.25em) {
  .box-magazineFilter {
    padding-bottom: 15px;
  }
}
.box-magazineFilter strong {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 30px;
}
.box-magazineFilter ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
  flex: 1;
}
.box-magazineFilter ul li {
  position: relative;
  display: inline-block;
  padding: 0 3px;
  width: 11.11111%;
  margin-bottom: 6px;
}
@media screen and (max-width: 81.75em) {
  .box-magazineFilter ul li {
    width: 20%;
  }
}
@media screen and (max-width: 40.25em) {
  .box-magazineFilter ul li {
    width: 33.3333%;
  }
}
.box-magazineFilter ul li label {
  position: relative;
  display: block;
  padding: 2px 5px 0 5px;
  border: 1px solid #262626;
  color: #262626;
  line-height: 56px;
  font-size: 1.4rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-right: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
}
@media screen and (max-width: 24.25em) {
  .box-magazineFilter ul li label {
    margin-right: 0;
    font-size: 1.2rem;
  }
}
.box-magazineFilter ul li label span {
  position: relative;
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
}
.box-magazineFilter ul li label:hover {
  color: #0039A6;
  border-color: #0039A6;
}
.box-magazineFilter ul li input {
  position: absolute;
  left: -99999px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  width: 0;
  height: 0;
  overflow: hidden;
}
.box-magazineFilter ul li input:checked + label {
  background-color: #0039A6;
  border-color: #0039A6;
  color: white;
}

.box-magazineFilterNews strong {
  color: #0039A6;
  font-family: sofia-pro, sans-serif;
  font-weight: 800;
}
.box-magazineFilterNews ul {
  column-gap: 25px;
}
.box-magazineFilterNews ul li {
  width: auto;
}
.box-magazineFilterNews ul li input:checked + label {
  background-color: transparent;
  color: #0039A6;
  border: 1px solid #0039A6;
}
.box-magazineFilterNews ul li label {
  background-color: #0039A6;
  color: #fff;
  border: 1px solid #0039A6;
  border-radius: 0;
  line-height: normal;
  padding: 7px 15px;
  position: relative;
}
.box-magazineFilterNews ul li label::after {
  content: "";
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 0px solid transparent;
  border-left: 23px solid #0039A6;
  right: -23px;
  position: absolute;
  top: -0.6px;
}
.box-magazineFilterNews ul li label:hover {
  background-color: transparent;
  color: #0039A6;
}

.box-blocks {
  position: relative;
  display: block;
  margin: 0 -309px;
  margin-bottom: 80px;
  margin-top: -5px;
  min-width: 100%;
}
.box-blocks::after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width: 84.375em) {
  .box-blocks {
    margin-left: -209px;
    margin-right: -209px;
  }
}
@media screen and (max-width: 71.875em) {
  .box-blocks {
    margin-left: -109px;
    margin-right: -109px;
  }
}
@media screen and (max-width: 59.375em) {
  .box-blocks {
    margin-left: 0;
    margin-right: 0;
  }
}
.box-blocks__full {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-width: 100%;
  max-width: 100%;
}
.box-blocks__half {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-width: 50%;
  max-width: 50%;
}
@media screen and (max-width: 71.875em) {
  .box-blocks__half {
    min-width: 100%;
    max-width: 100%;
  }
}
.box-blocks__third {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-width: 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 59.375em) {
  .box-blocks__third {
    min-width: 100%;
    max-width: 100%;
    padding: 0 !important;
  }
}
.box-blocks__quarter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-width: 25%;
  max-width: 25%;
}
@media screen and (max-width: 59.375em) {
  .box-blocks__quarter {
    min-width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 34.375em) {
  .box-blocks__quarter {
    min-width: 100%;
    max-width: 100%;
  }
}
.box-blocks.spacing {
  margin-right: -318px;
  margin-left: -318px;
}
@media screen and (max-width: 84.375em) {
  .box-blocks.spacing {
    margin-left: -218px;
    margin-right: -218px;
  }
}
@media screen and (max-width: 71.875em) {
  .box-blocks.spacing {
    margin-left: -118px;
    margin-right: -118px;
  }
}
@media screen and (max-width: 59.375em) {
  .box-blocks.spacing {
    margin-left: -9px;
    margin-right: -9px;
  }
}
.box-blocks.spacing .box-blocks__half,
.box-blocks.spacing .box-blocks__third,
.box-blocks.spacing .box-blocks__quarter {
  padding: 0 9px;
}
.box-blocks.spacing .box-blocks__hoverSquare,
.box-blocks.spacing .box-blocks__square,
.box-blocks.spacing .box-blocks__bene {
  margin-bottom: 18px;
}
.box-blocks__hoverSquare {
  position: relative;
  display: flex;
  align-items: stretch;
  min-width: 100%;
  max-width: 100%;
  min-height: 330px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 59.375em) {
  .box-blocks__hoverSquare {
    min-height: 260px;
    padding: 0 9px;
    min-width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 26.875em) {
  .box-blocks__hoverSquare {
    padding: 0 0;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 59.375em) {
  .box-blocks__hoverSquare--big {
    max-width: 100%;
    min-width: 100%;
    min-height: 500px;
  }
}
@media screen and (max-width: 26.875em) {
  .box-blocks__hoverSquare--big {
    min-height: 0;
  }
}
.box-blocks__hoverSquare__text {
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(25, 84, 214, 0.9);
  color: white;
  padding: 0 30px 30px 30px;
  bottom: 0;
  margin-bottom: 68px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (max-width: 59.375em) {
  .box-blocks__hoverSquare__text {
    left: 9px;
    right: 9px;
  }
}
@media screen and (max-width: 47.5em) {
  .box-blocks__hoverSquare__text {
    position: relative;
    display: block;
    left: auto;
    right: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    align-self: flex-end;
    margin-bottom: 0;
    padding-top: 30px;
  }
}
.box-blocks__hoverSquare__text div {
  position: relative;
  display: flex;
  height: 68px;
  align-items: center;
}
@media screen and (max-width: 47.5em) {
  .box-blocks__hoverSquare__text div {
    height: autp;
  }
}
.box-blocks__hoverSquare__text div h3, .box-blocks__hoverSquare__text div .h3, .box-blocks__hoverSquare__text div .modal-title {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 26px;
  margin-bottom: 0;
  max-height: 52px;
  overflow: hidden;
  color: white;
  text-align: left;
}
@media screen and (max-width: 47.5em) {
  .box-blocks__hoverSquare__text div h3, .box-blocks__hoverSquare__text div .h3, .box-blocks__hoverSquare__text div .modal-title {
    max-height: none;
  }
}
.box-blocks__hoverSquare__text p {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 30px;
}
.box-blocks__hoverSquare__text a {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  color: white;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.box-blocks__hoverSquare__text a:hover {
  text-decoration: none;
}
.box-blocks__hoverSquare:hover .box-blocks__hoverSquare__text {
  -webkit-transform: translateY(68px);
  -moz-transform: translateY(68px);
  -ms-transform: translateY(68px);
  -o-transform: translateY(68px);
  transform: translateY(68px);
}
@media screen and (max-width: 47.5em) {
  .box-blocks__hoverSquare:hover .box-blocks__hoverSquare__text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.box-blocks__hoverSquare figure {
  position: relative;
  display: inline-block;
  background-color: #fafafa;
  min-width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 47.5em) {
  .box-blocks__hoverSquare figure {
    position: absolute;
    left: 9px;
    right: 9px;
    top: 0;
    bottom: 0;
    min-width: 0;
    max-width: none;
  }
}
@media screen and (max-width: 26.875em) {
  .box-blocks__hoverSquare figure {
    left: 0;
    right: 0;
  }
}
.box-blocks__square {
  position: relative;
  display: flex;
  align-items: stretch;
  min-width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 26.875em) {
  .box-blocks__square {
    flex-wrap: wrap;
  }
}
.box-blocks__square__text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50%;
  max-width: 50%;
  min-height: 322px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 26.875em) {
  .box-blocks__square__text {
    min-width: 100%;
    max-width: 100%;
  }
}
.box-blocks__square__text div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 34px;
  text-align: center;
  color: #2a2a2a;
}
@media screen and (max-width: 59.375em) {
  .box-blocks__square__text div {
    padding: 25px;
  }
}
.box-blocks__square__text div h3, .box-blocks__square__text div .h3, .box-blocks__square__text div .modal-title {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 26px;
  margin-bottom: 15px;
}
.box-blocks__square__text div p {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 30px;
}
.box-blocks__square__text div a {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  color: #0039A6;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.box-blocks__square__text div a:hover {
  text-decoration: none;
}
.box-blocks__square__text--blue {
  background-color: #0039A6;
}
.box-blocks__square__text--blue div {
  color: white;
}
.box-blocks__square__text--blue div a, .box-blocks__square__text--blue div p, .box-blocks__square__text--blue div h3, .box-blocks__square__text--blue div .h3, .box-blocks__square__text--blue div .modal-title {
  color: white;
}
.box-blocks__square__text--pink {
  background-color: #FF3EB2;
}
.box-blocks__square__text--pink div {
  color: white;
}
.box-blocks__square__text--pink div a, .box-blocks__square__text--pink div p, .box-blocks__square__text--pink div h3, .box-blocks__square__text--pink div .h3, .box-blocks__square__text--pink div .modal-title {
  color: white;
}
.box-blocks__square__text--bigAbsolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 0;
  max-width: none;
  min-height: 0;
  background-color: rgba(42, 42, 42, 0.8);
}
@media screen and (max-width: 26.875em) {
  .box-blocks__square__text--bigAbsolute {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    align-self: stretch;
  }
}
.box-blocks__square__text--bigAbsolute div {
  color: white;
  padding: 30px;
  text-align: left;
}
@media screen and (max-width: 59.375em) {
  .box-blocks__square__text--bigAbsolute div {
    padding: 25px;
  }
}
.box-blocks__square__text--bigAbsolute div h3, .box-blocks__square__text--bigAbsolute div .h3, .box-blocks__square__text--bigAbsolute div .modal-title, .box-blocks__square__text--bigAbsolute div p, .box-blocks__square__text--bigAbsolute div a {
  text-align: left;
  color: white;
}
.box-blocks__square figure {
  position: relative;
  display: inline-block;
  background-color: #fafafa;
  min-width: 50%;
  max-width: 50%;
}
@media screen and (max-width: 26.875em) {
  .box-blocks__square figure {
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 100%;
    display: block;
  }
}
.box-blocks__square figure.full {
  min-width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 71.875em) {
  .box-blocks__square figure.full {
    display: block;
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 26.875em) {
  .box-blocks__square figure.full {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 71.875em) {
  .box-blocks__square.odd figure {
    order: 1000;
  }
  .box-blocks__square.even figure {
    order: -1000;
  }
}
@media screen and (max-width: 26.875em) {
  .box-blocks__square figure {
    order: -1000 !important;
  }
}
.box-blocks__bene {
  position: relative;
  display: block;
  margin-bottom: 30px;
  color: #2a2a2a;
}
.box-blocks__bene figure {
  position: relative;
  display: block;
  padding-bottom: 100%;
  margin-bottom: 24px;
}
.box-blocks__bene h3, .box-blocks__bene .h3, .box-blocks__bene .modal-title {
  position: relative;
  display: block;
  font-size: 2.2rem;
  line-height: 26px;
  color: #2a2a2a;
  margin-bottom: 15px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: left;
}
.box-blocks__bene p {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.box-blocks__slider {
  position: relative;
  display: block;
  margin-bottom: 72px;
}
.box-blocks__slider .slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  max-width: 100%;
  line-height: normal;
  top: 100%;
  margin-top: 46px;
  text-align: center;
  height: 16px;
}
.box-blocks__slider .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0 7px;
  z-index: 40;
}
.box-blocks__slider .slick-dots li:before {
  display: none !important;
}
.box-blocks__slider .slick-dots li.slick-active button:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.box-blocks__slider .slick-dots li button {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #EFEFEF;
  background-color: transparent;
  overflow: hidden;
  color: transparent;
  font-size: 0rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 60;
}
.box-blocks__slider .slick-dots li button:after {
  position: absolute;
  left: 0;
  top: -5px;
  height: 50px;
  width: 100%;
  background-color: #0039A6;
  content: "";
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1000;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-blocks__slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  width: 18px;
  height: 24px;
  background-color: transparent;
  border: 0;
  font-size: 0rem;
  color: transparent;
  z-index: 999;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-blocks__slider .slick-arrow:before {
  position: absolute;
  width: 100%;
  height: 100%;
  baseline-size: 100% 100%;
  background-position: center;
  background-image: url(../img/arrow-blue-left.svg);
  content: "";
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.box-blocks__slider .slick-arrow:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.box-blocks__slider .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
@media screen and (max-width: 34.375em) {
  .box-blocks__slider .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: -40px;
  }
}
.box-blocks__slider .slick-arrow.slick-next:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box-blocks__slide {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 109px;
}
@media screen and (max-width: 59.375em) {
  .box-blocks__slide {
    padding: 0;
  }
}
.box-blocks__slide figure {
  position: relative;
  display: inline-block;
  min-width: 380px;
  max-width: 380px;
  height: 380px;
}
@media screen and (max-width: 59.375em) {
  .box-blocks__slide figure {
    width: 50%;
    min-width: 50%;
  }
}
@media screen and (max-width: 34.375em) {
  .box-blocks__slide figure {
    min-width: 100%;
    max-width: 100%;
    display: block;
    padding-bottom: 100%;
  }
}
.box-blocks__slide__text {
  position: relative;
  display: block;
  flex: 1;
  padding-left: 48px;
}
@media screen and (max-width: 34.375em) {
  .box-blocks__slide__text {
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
.box-blocks__slide__text h3, .box-blocks__slide__text .h3, .box-blocks__slide__text .modal-title {
  position: relative;
  display: block;
  font-size: 3.5rem;
  line-height: 43px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #0039A6;
  margin-bottom: 15px;
  text-align: left;
}
.box-blocks__slide__text p {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 50px;
}
.box-blocks__slide__text .in-btn {
  margin: 0 !important;
}
.box-blocks__tabs {
  position: relative;
  display: block;
}
.box-blocks__tabs__nav {
  position: relative;
  display: inline-block;
  margin-bottom: 77px;
  overflow-x: auto;
}
@media screen and (max-width: 71.875em) {
  .box-blocks__tabs__nav {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 34.375em) {
  .box-blocks__tabs__nav {
    margin-bottom: 20px;
    display: block;
  }
}
.box-blocks__tabs__nav ul {
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 0;
  min-width: 500px;
}
.box-blocks__tabs__nav ul:after {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 5px;
  content: "";
  background-color: #f7f7f7;
}
.box-blocks__tabs__nav ul li {
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  margin-right: 50px;
}
@media screen and (max-width: 59.375em) {
  .box-blocks__tabs__nav ul li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 46.875em) {
  .box-blocks__tabs__nav ul li {
    margin-right: 15px;
  }
}
.box-blocks__tabs__nav ul li:before {
  display: none;
}
.box-blocks__tabs__nav ul li:last-of-type {
  margin-right: 0;
}
.box-blocks__tabs__nav ul li a {
  position: relative;
  display: block;
  font-size: 2.2rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 16px 0;
  color: #2a2a2a;
  text-decoration: none;
}
@media screen and (max-width: 59.375em) {
  .box-blocks__tabs__nav ul li a {
    font-size: 1.8rem;
    line-height: 24px;
    padding: 13px 0;
  }
}
@media screen and (max-width: 46.875em) {
  .box-blocks__tabs__nav ul li a {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.box-blocks__tabs__nav ul li a:hover {
  text-decoration: none;
}
.box-blocks__tabs__nav ul li a:before {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 5px;
  content: "";
  background-color: #0039A6;
  z-index: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.box-blocks__tabs__nav ul li.ui-state-active a:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.box-blocks__tabs__one {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.box-blocks__tabs__one figure {
  position: relative;
  display: inline-block;
  min-width: 550px;
  max-width: 550px;
}
@media screen and (max-width: 71.875em) {
  .box-blocks__tabs__one figure {
    min-width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 34.375em) {
  .box-blocks__tabs__one figure {
    min-width: 100%;
    max-width: 100%;
    order: -1000;
    margin-bottom: 30px;
  }
}
.box-blocks__tabs__one figure img {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.box-blocks__tabs__one__text {
  position: relative;
  display: block;
  flex: 1;
  padding-right: 34px;
}
@media screen and (max-width: 71.875em) {
  .box-blocks__tabs__one__text {
    min-width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 34.375em) {
  .box-blocks__tabs__one__text {
    min-width: 100%;
    max-width: 100%;
  }
}
.box-blocks__tabs__one__text h3, .box-blocks__tabs__one__text .h3, .box-blocks__tabs__one__text .modal-title {
  position: relative;
  display: block;
  font-size: 3.5rem;
  line-height: 36px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #0039A6;
  margin-bottom: 25px;
  text-align: left;
}
.box-blocks__tabs__one__text p {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 50px;
}
.box-blocks__tabs__one__text .in-btn {
  margin: 0 !important;
}

.box-text-detail .box-text__main__article .box-blocks {
  margin: 0 0px;
}
@media (min-width: 1048px) {
  .box-text-detail .box-text__main__article .box-blocks {
    width: 985px;
  }
}
@media (min-width: 1248px) {
  .box-text-detail .box-text__main__article .box-blocks {
    width: 1200px;
  }
}
.box-text-detail .box-text__main__article .box-blocks__tabs__one__text p strong {
  display: inline-block;
  margin: 5px 0 15px 0;
}
@media screen and (max-width: 34.375em) {
  .box-text-detail .box-blocks__tabs__one__text {
    padding-right: 0;
  }
}
.box-text-detail .box-blocks__tabs__nav {
  max-width: 720px;
}
@media screen and (max-width: 48em) {
  .box-text-detail .box-blocks__tabs__nav {
    max-width: 100%;
  }
}
.box-text-detail .box-blocks__tabs__nav ul {
  max-width: 550px;
  border: 2px solid #0039A6;
  justify-content: space-between;
  border-radius: 50px;
  padding: 2px;
  margin-top: 50px;
  background-color: #E0EAFF;
  min-width: unset;
  overflow: auto;
}
@media screen and (max-width: 48em) {
  .box-text-detail .box-blocks__tabs__nav ul {
    max-width: 100%;
    gap: 3px;
  }
}
.box-text-detail .box-blocks__tabs__nav ul::after {
  width: 0;
  height: 0;
  background-color: transparent;
  position: unset;
  display: none;
}
.box-text-detail .box-blocks__tabs__nav ul li {
  margin-right: 0;
  align-items: center;
}
.box-text-detail .box-blocks__tabs__nav ul li a {
  font-size: 1.6rem;
  padding: 0;
  color: #0039A6;
  padding: 6px 30px;
  transition: all 300ms ease;
}
.box-text-detail .box-blocks__tabs__nav ul li a:before {
  height: 0;
  position: unset;
  width: 0;
  background-color: transparent;
  display: none;
}
.box-text-detail .box-blocks__tabs__nav ul li.ui-state-active a {
  background-color: #0039A6;
  color: #fff;
  padding: 6px 30px;
  border-radius: 50px;
}

.box-ajaxMessages {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 50px 9px 35px;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-width: 1288px;
  margin-bottom: 10px;
  display: none;
  text-align: left;
  background-color: white;
}
.box-ajaxMessages.active {
  display: block;
  display: block;
}
.box-ajaxMessages__wrap {
  position: relative;
  display: none;
}
.box-ajaxMessages__wrap.active {
  display: block;
}
.box-ajaxMessages__close {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
.box-ajaxMessages__close svg {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  max-width: 100%;
  max-height: 100%;
}
.box-ajaxMessages__close svg path {
  fill: #FF0000;
}
.box-ajaxMessages__close:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.box-ajaxMessages p {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 16px;
  color: #FF0000;
}
.box-ajaxMessages:before {
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 15px;
  background-color: #FF0000;
  content: "";
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.box-ajaxMessages.ajaxMessages-success p {
  color: #52D52C;
}
.box-ajaxMessages.ajaxMessages-success .box-ajaxMessages__close svg path {
  fill: #52D52C;
}
.box-ajaxMessages.ajaxMessages-success:before {
  background-color: #52D52C;
}
.box-ajaxMessages.ajaxMessages-info p {
  color: #00A2FF;
}
.box-ajaxMessages.ajaxMessages-info .box-ajaxMessages__close svg path {
  fill: #00A2FF;
}
.box-ajaxMessages.ajaxMessages-info:before {
  background-color: #00A2FF;
}
.box-ajaxMessages.ajaxMessages-warning p {
  color: #FFB300;
}
.box-ajaxMessages.ajaxMessages-warning .box-ajaxMessages__close svg path {
  fill: #FFB300;
}
.box-ajaxMessages.ajaxMessages-warning:before {
  background-color: #FFB300;
}

.box-oldBrowser__panel {
  background-color: #09357A;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 8px;
  position: relative;
  display: block;
}
.box-oldBrowser__popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  line-height: 100vh;
  padding: 0 20px;
  overflow: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5000;
  max-height: 100%;
  display: block;
}
.box-oldBrowser__popup__inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 50px 0;
  line-height: normal;
  width: 712px;
  max-width: 100%;
}
.box-oldBrowser__popup__inner h2, .box-oldBrowser__popup__inner .h2 {
  position: relative;
  display: block;
  font-size: 3.2rem;
  line-height: 37px;
  padding: 20px 0;
  color: #0039A6;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 33.75em) {
  .box-oldBrowser__popup__inner h2, .box-oldBrowser__popup__inner .h2 {
    text-align: left;
    margin-bottom: 0;
  }
}
.box-oldBrowser__popup__inner p {
  position: relative;
  font-size: 1.5rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
.box-oldBrowser__popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-oldBrowser__popup__close:before {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  content: "";
  background-image: url(../img/calc/icon-x-close.svg);
  background-size: 100% 100%;
}
.oldie .box-oldBrowser__popup__close:before {
  top: auto;
  left: auto;
}
.box-oldBrowser__popup__close:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.box-basePopup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  line-height: 100vh;
  padding: 0 20px;
  overflow: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5000;
  max-height: 100%;
  display: block;
}
.box-basePopup.closedOnStart {
  display: none;
}
.box-basePopup__inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 50px 0;
  line-height: normal;
  width: 712px;
  max-width: 100%;
}
.box-basePopup__inner--bigger {
  width: 1224px;
  padding-left: 200px;
  padding-right: 200px;
}
.box-basePopup__inner h2, .box-basePopup__inner .h2 {
  position: relative;
  display: block;
  font-size: 3.2rem;
  line-height: 37px;
  padding: 20px 0;
  color: #0039A6;
  margin-bottom: 0;
}
.box-basePopup__inner p {
  position: relative;
  font-size: 1.5rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
.box-basePopup__inner p strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.box-basePopup__inner--white {
  color: white;
}
.box-basePopup__inner--white h2, .box-basePopup__inner--white .h2 {
  color: white;
}
.box-basePopup__inner--christmas {
  padding-top: 50px;
  background-color: #CA1340;
  background-image: url(/images/propagace_vanoce_2020.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center -93px;
}
.box-basePopup__inner--christmas p {
  margin-bottom: 100px;
}
.box-basePopup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.box-basePopup__close:before {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  content: "";
  background-image: url(../img/calc/icon-x-close.svg);
  background-size: 100% 100%;
}
.oldie .box-basePopup__close:before {
  top: auto;
  left: auto;
}
.box-basePopup__close--white:before {
  background-image: url(../img/icon-x-close-white.svg);
}
.box-basePopup__close:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.in-btn {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  min-width: 122px;
  color: white;
  text-decoration: none !important;
  line-height: 20px;
  padding: 15px 35px;
  border: 1px solid white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  cursor: pointer;
  overflow: hidden;
  letter-spacing: 1px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 5;
}
.in-btn--big {
  line-height: 30px;
  padding: 15px 55px;
}
.in-btn--mt15 {
  margin-top: 15px !important;
}
.in-btn--noMargin {
  margin: 0 !important;
}
.in-btn--block {
  display: block;
  width: 100%;
}
.in-btn span {
  display: block;
}
.in-btn span.nope {
  display: none;
}
.in-btn:hover {
  background-color: white;
  color: #262626;
  text-decoration: none !important;
}
.in-btn--white {
  background: white;
  color: #2a2a2a;
}
.in-btn--white:hover {
  color: white !important;
  background-color: transparent !important;
}
.in-btn--white:hover {
  color: white !important;
  background-color: transparent !important;
}
.in-btn--orange {
  background: #fc654a;
  border: 1px solid #fc654a;
  color: white;
}
.in-btn--orange:hover {
  color: white !important;
  border: 1px solid #2a2a2a;
  background-color: #2a2a2a;
}
.in-btn--green {
  background: #38AA34;
  border: 1px solid #38AA34;
  color: white !important;
}
.in-btn--green:hover {
  color: white !important;
  border: 1px solid #87CC85;
  background-color: #87CC85;
}
.in-btn--dark {
  color: #262626;
  border-color: #262626;
}
.in-btn--dark:hover {
  color: white;
  background-color: #262626;
}
.in-btn--grad {
  border: 0;
  padding: 16px 35px;
  color: white !important;
}
.in-btn--grad:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #3b70e3;
  background: -moz-linear-gradient(left, #3b70e3 0%, #384aab 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3b70e3), color-stop(100%, #384aab));
  background: -webkit-linear-gradient(left, #3b70e3 0%, #384aab 100%);
  background: -o-linear-gradient(left, #3b70e3 0%, #384aab 100%);
  background: -ms-linear-gradient(left, #3b70e3 0%, #384aab 100%);
  background: linear-gradient(to right, #3b70e3 0%, #384aab 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b70e3', endColorstr='#384aab', GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b70e3', endColorstr='#384aab', GradientType=0)";
  content: "";
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  z-index: -5;
}
.in-btn--grad:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #384aab;
  background: -moz-linear-gradient(left, #384aab 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #384aab), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, #384aab 0%, transparent 100%);
  background: -o-linear-gradient(left, #384aab 0%, transparent 100%);
  background: -ms-linear-gradient(left, #384aab 0%, transparent 100%);
  background: linear-gradient(to right, #384aab 0%, transparent 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#384aab', endColorstr='transparent', GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#384aab', endColorstr='transparent', GradientType=0)";
  content: "";
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: -4;
}
.in-btn--grad:hover {
  background-color: transparent;
  color: white;
}
.in-btn--grad:hover:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.in-btn--medi {
  padding: 11px 20px 9px 20px;
  min-width: 0;
  vertical-align: middle;
  font-size: 1.3rem;
}
.in-btn--mini {
  padding: 4px 15px 1px 15px;
  min-width: 0;
  vertical-align: middle;
  font-size: 1.2rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  border: 1px solid #ddd;
  background-color: white;
}
.in-btn--mini:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: black;
}
.in-btn--mini--dark:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.btn--withIcon {
  padding-left: 70px;
}
@media screen and (max-width: 49.375em) {
  .btn--withIcon {
    padding-left: 45px;
  }
}
.btn--withIcon .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
  transition: all 0.1s linear;
}
@media screen and (max-width: 49.375em) {
  .btn--withIcon .icon {
    left: 20px;
  }
}
.btn--withIcon .icon-link {
  width: 16px;
  height: 16px;
  background-image: url("/styles/img/link-blue.svg");
}
.btn--withIcon:hover .icon-link {
  background-image: url("/styles/img/link-white.svg");
}

.in-square {
  position: relative;
  display: block;
  padding-bottom: 100%;
  background-color: #0039A6;
  margin-bottom: 30px;
  color: #2a2a2a;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  border: 1px solid #efefef;
}
@media screen and (max-width: 39.375em) {
  .in-square {
    padding-bottom: 55%;
  }
}
.in-square:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(25, 84, 214, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(25, 84, 214, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(25, 84, 214, 0.2);
  border-color: #0039A6;
}
.in-square:hover div {
  background-color: #fff;
}
.in-square:hover div p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.in-square figure {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  right: 0;
}
.in-square div {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  line-height: 120px;
  padding-left: 100px;
  padding-right: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.in-square div.no-ico {
  padding-left: 20px;
}
.in-square div h2, .in-square div .h2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #2a2a2a;
  font-size: 1.6rem;
}
.in-square div img {
  position: absolute;
  top: 50%;
  width: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}
.in-square div p {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #0039A6;
  color: white;
  padding: 15px 30px;
  font-size: 1.4rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 18px;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.in-listImg {
  position: relative;
  display: block;
  padding-bottom: 57%;
  background-color: silver;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 0px 0px #EAEAEA;
  -moz-box-shadow: 5px 5px 0px 0px #EAEAEA;
  box-shadow: 5px 5px 0px 0px #EAEAEA;
}
@media (min-width: 768px) {
  .in-listImg {
    -webkit-box-shadow: -10px 10px 0px 0px #EAEAEA;
    -moz-box-shadow: -10px 10px 0px 0px #EAEAEA;
    box-shadow: -10px 10px 0px 0px #EAEAEA;
  }
}
.in-listImg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media (min-width: 768px) {
  .in-listImg--reverse {
    -webkit-box-shadow: 10px 10px 0px 0px #EAEAEA;
    -moz-box-shadow: 10px 10px 0px 0px #EAEAEA;
    box-shadow: 10px 10px 0px 0px #EAEAEA;
  }
}

.block-tile {
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 5px 20px 0px #F0F0F0;
  -moz-box-shadow: 0px 5px 20px 0px #F0F0F0;
  box-shadow: 0px 5px 20px 0px #F0F0F0;
  background-color: white;
  border-radius: 6px;
  text-decoration: none;
  color: #262626;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  margin-bottom: 24px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.block-tile--snap {
  min-width: 280px;
}
@media (min-width: 576px) {
  .block-tile--snap {
    min-width: 288px;
  }
}
.block-tile--noHover {
  cursor: default;
}
.block-tile figure {
  position: relative;
  display: block;
  padding-bottom: 89%;
  background-color: #F0F0F0;
  overflow: hidden;
}
.block-tile figure div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
}
.block-tile figure div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
  padding: 15px;
  width: 100%;
  color: white;
  font-size: 1.6rem;
  line-height: 22px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
}
.oldie .block-tile figure div span {
  top: auto;
  left: auto;
}
.block-tile figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}
.block-tile__text {
  position: relative;
  display: block;
  padding: 20px 20px 18px 20px;
}
.block-tile__text h2, .block-tile__text .h2,
.block-tile__text strong,
.block-tile__text h1,
.block-tile__text .h1 {
  font-size: 2rem;
  line-height: 2.6rem;
  color: #1D1D1D;
  padding-bottom: 0;
  margin-bottom: 13px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.block-tile__text p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.block-tile__time {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 1.6rem;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #108319;
  line-height: 17px;
  margin-bottom: 4px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.block-tile__time:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 14px;
  width: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #30a24e;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.block-tile__time.style-close:before {
  background-color: #ed5e44;
}
.block-tile__time.style-early:before {
  border-right: 7px solid #ed5e44;
}
.block-tile__time.style-close {
  color: #ed5e44;
}
.block-tile__time.style-dead {
  color: #262626;
}
.block-tile__time.style-dead:before {
  background-color: #262626;
}
.block-tile__sub {
  position: absolute;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  background-color: transparent;
  color: white;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  padding: 20px 30px 13px 30px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}
.block-tile__sub:before {
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}
.block-tile__sub--circle-bg-1:before, .block-tile__sub--circle-bg-10:before {
  top: 90px;
  right: -100px;
}
.block-tile__sub--circle-bg-2:before, .block-tile__sub--circle-bg-11:before {
  top: -70px;
  left: -70px;
}
.block-tile__sub--circle-bg-3:before, .block-tile__sub--circle-bg-12:before {
  bottom: -100px;
  left: 30px;
}
.block-tile__sub--circle-bg-4:before, .block-tile__sub--circle-bg-13:before {
  bottom: -25px;
  right: -25px;
}
.block-tile__sub--circle-bg-5:before, .block-tile__sub--circle-bg-14:before {
  top: 85px;
  left: -25px;
}
.block-tile__sub--circle-bg-6:before, .block-tile__sub--circle-bg-15:before {
  top: -120px;
  left: 115px;
}
.block-tile__sub--circle-bg-7:before, .block-tile__sub--circle-bg-16:before {
  top: -20px;
  left: -100px;
}
.block-tile__sub--circle-bg-8:before, .block-tile__sub--circle-bg-17:before {
  bottom: -60px;
  left: 100px;
}
.block-tile__sub--circle-bg-9:before, .block-tile__sub--circle-bg-18:before {
  bottom: 40px;
  right: -140px;
}
.block-tile__sub__tileLink {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.block-tile__sub div {
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.block-tile__sub strong {
  display: block;
  font-size: 1.9rem;
  line-height: 2.8rem;
}
.block-tile__sub strong a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding-bottom: 7px;
}
.block-tile__sub strong a:hover {
  opacity: 0.7;
}
.block-tile__sub ul {
  position: relative;
  display: flex;
  flex-flow: column;
}
.block-tile__sub ul li {
  position: relative;
  display: block;
}
.block-tile__sub ul li a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding: 3px 0;
}
.block-tile__sub ul li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.block-tile:hover:not(.block-tile--nav, .block-tile--noHover) {
  background-color: #0039A6;
}
.block-tile:hover:not(.block-tile--nav, .block-tile--noHover) .block-tile__text h2, .block-tile:hover:not(.block-tile--nav, .block-tile--noHover) .block-tile__text .h2,
.block-tile:hover:not(.block-tile--nav, .block-tile--noHover) .block-tile__text strong,
.block-tile:hover:not(.block-tile--nav, .block-tile--noHover) .block-tile__text h1,
.block-tile:hover:not(.block-tile--nav, .block-tile--noHover) .block-tile__text .h1,
.block-tile:hover:not(.block-tile--nav, .block-tile--noHover) .block-tile__text p {
  color: white;
}
.block-tile:hover:not(.block-tile--nav, .block-tile--noHover) figure img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.block-tile:hover .block-tile__sub {
  background-color: #0039A6;
}
.block-tile:hover .block-tile__sub:before {
  background-color: #073791;
}
.block-tile:hover .block-tile__sub div {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.block-tile:hover:not(.block-tile--noHover) .block-tile__time {
  color: white !important;
}
.block-tile:hover:not(.block-tile--noHover) .block-tile__time:before {
  background-color: white !important;
}
.block-tile--nav figure {
  padding-bottom: 82%;
  min-height: 300px;
}
.block-tile--nav .block-tile__text {
  padding: 21px 30px 20px 30px;
}
.block-tile--nav .block-tile__text h2, .block-tile--nav .block-tile__text .h2,
.block-tile--nav .block-tile__text strong,
.block-tile--nav .block-tile__text h1,
.block-tile--nav .block-tile__text .h1 {
  font-size: 1.9rem;
  line-height: 2.8rem;
  margin-bottom: 0;
}
.block-tile--nav-second ul li + li {
  margin-top: 5px;
}
.block-tile--store figure {
  padding-bottom: 71.5%;
}

.block-whyUs {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .block-whyUs__inner {
    max-width: 1014px;
    margin: 0 auto;
  }
}
.block-whyUs__one {
  position: relative;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 30px 28px 30px;
  margin-bottom: 24px;
  border-radius: 6px;
  width: 100%;
}
.block-whyUs__one h3, .block-whyUs__one .h3, .block-whyUs__one .modal-title {
  font-size: 2.4rem;
  line-height: 3.1rem;
  margin-bottom: 10px;
  color: #262626;
}
.block-whyUs__one p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.block-homepage__bgHeading {
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 8rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 900;
  color: #F0F0F0;
}
@media (min-width: 768px) {
  .block-homepage__bgHeading {
    font-size: 10rem;
  }
}
@media (min-width: 1248px) {
  .block-homepage__bgHeading {
    font-size: 12rem;
    left: -150px;
    top: -55px;
  }
}
.block-homepage__printSection__ball {
  position: absolute;
  left: -130px;
  top: -200px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #E4EEF8;
  content: "";
}
.block-homepage__productsSnap {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.block-homepage__productsSnap__item {
  max-width: 312px;
  scroll-snap-align: start;
}
.block-homepage__ball {
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: #FAFAFA;
  content: "";
}
.block-homepage__ball--products1 {
  left: 260px;
  top: -100px;
}
.block-homepage__ball--products2 {
  bottom: 0;
  right: -300px;
}
.block-homepage__section {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 2560px;
}
@media (max-width: 767.98px) {
  .block-homepage__section .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 767.98px) {
  .block-homepage__section h2, .block-homepage__section .h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
  }
}
@media (min-width: 768px) {
  .block-homepage__section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1048px) {
  .block-homepage__section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.block-homepage__section--bestProducts {
  padding-top: 180px;
  padding-bottom: 66px;
}
.block-homepage__section--allProducts {
  background-color: transparent;
}
.block-homepage__section--print {
  background-color: #F0F6FC;
  color: #1D1D1D;
}
.block-homepage__section--whyUs {
  padding: 70px 0 70px 0;
  background-color: #F2C54E;
  /*background-image: url(../../images/backgrounds/whyus.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
}
@media (min-width: 768px) {
  .block-homepage__section--whyUs {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (min-width: 1048px) {
  .block-homepage__section--whyUs {
    padding: 215px 0 190px 0;
  }
}
.block-homepage__section--help {
  position: relative;
  padding-bottom: 140px;
  /*background-size: cover;
   		background-position: center;
  background-image: url(../../images/backgrounds/help.png); */
}
@media (min-width: 768px) {
  .block-homepage__section--help {
    padding-bottom: 170px;
  }
}
@media (min-width: 1048px) {
  .block-homepage__section--help {
    padding-bottom: 230px;
  }
}
.block-homepage__section__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.block-homepage__section__bg--alignTop {
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
}
.block-homepage__section__bg--alignLeft {
  -o-object-position: left center;
  object-position: left center;
  font-family: "object-fit: cover; object-position: left center;";
}
.block-homepage__section__bg--alignLeftTop {
  -o-object-position: left top;
  object-position: left top;
  font-family: "object-fit: cover; object-position: left top;";
}

.block-hero {
  position: relative;
  display: block;
  max-width: 2560px;
  margin: 0 auto;
  margin-top: 118px;
  background-color: white;
  z-index: 11;
  max-width: 100vw;
}
@media (max-width: 1047.98px) {
  .block-hero {
    margin-top: 48px;
  }
}
.block-hero img {
  display: inline-block;
}
.block-hero .slick-track {
  display: flex;
  align-items: stretch;
}
.block-hero .slick-slide {
  display: flex;
  align-items: stretch;
}
.block-hero .slick-initialized .block-slide__text {
  width: 510px;
}
.block-hero__dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1760px;
  max-width: 100%;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .block-hero__dots {
    right: 0;
    bottom: 40px;
    left: unset;
    transform: unset;
    width: auto;
    max-width: unset;
    position: static;
  }
}
.block-hero__dots ul {
  padding: 0 20px;
  max-width: 710px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .block-hero__dots ul {
    padding: 0 0px;
    justify-content: center;
  }
}
.block-hero__dots ul li {
  margin: 0 4px;
  display: flex;
  align-items: center;
  height: 18px;
}
.block-hero__dots ul li button {
  position: relative;
  display: block;
  color: transparent;
  font-size: 0;
  border: 0;
  background-color: #D8E4FA;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
@media (max-width: 767.98px) {
  .block-hero__dots ul li button {
    width: 8px;
    height: 8px;
  }
}
.block-hero__dots ul li button:hover {
  background-color: #0039A6;
}
.block-hero__dots ul li.slick-active button {
  transform: scale(1.33);
  -webkit-transform: scale(1.33);
  -moz-transform: scale(1.33);
  -o-transform: scale(1.33);
  -ms-transform: scale(1.33);
  background-color: #0039A6;
}
@media (max-width: 767.98px) {
  .block-hero__dots ul li.slick-active button {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
  }
}
.block-hero__one {
  padding: 0 0 48px 0;
  width: 1760px !important;
  max-width: 100vw;
  margin: 0 auto;
  height: auto;
  display: flex;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .block-hero__one {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .block-hero__one {
    padding: 120px 20px 120px 20px;
  }
}
.block-hero__text {
  position: relative;
  width: 100%;
  align-items: center;
}
@media (min-width: 768px) {
  .block-hero__text {
    min-height: 200px;
    display: flex;
    align-items: center;
    width: auto;
    padding-left: 40px;
  }
}
@media (min-width: 1048px) {
  .block-hero__text {
    min-height: 360px;
    padding-left: 80px;
    width: 750px;
  }
}
@media only screen and (min-width: 1840px) {
  .block-hero__text {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .block-hero__text--single  {
    width: auto;
  }
}
.block-hero__text:before {
  position: absolute;
  right: -200px;
  top: -5px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: #FAFAFA;
  content: "";
  display: none;
}
.block-hero__text__inner {
  margin: 10px;
  padding: 0px 12px;
  margin-top: 20px;
  order: 2;
  z-index: 30;
}
@media (max-width: 767.98px) {
  .block-hero__text__inner {
    margin-top: -3.5rem !important;
    position: relative;
    margin: 15px;
    background: #ffff;
    padding: 12px;
  }
}
@media (min-width: 768px) {
  .block-hero__text__inner {
    padding: 0;
    margin-top: 0;
    padding-right: 50px;
  }
  .block-hero__text__inner > div {
    display: flex;
    padding-top: 20px;
    flex-wrap: wrap;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  .block-hero__text__inner .btn {
    max-width: 220px;
    padding: 11px 3.5rem 13px 3.5rem;
    font-size: 1.5rem;
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  .block-hero__text__inner .btn-arrow {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.block-hero__text h1, .block-hero__text .h1 {
  z-index: 10;
  font-family: sofia-pro, sans-serif;
  font-weight: 800;
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  .block-hero__text h1, .block-hero__text .h1 {
    /*
    min-width: 400px;
    max-width: 750px;
    display: inline-block;
    */
    display: block;
  }
}
@media (max-width: 767.98px) {
  .block-hero__text h1, .block-hero__text .h1 {
    font-size: 3.4rem;
    line-height: 3.6rem;
    margin-bottom: 15px;
  }
}
.block-hero__text p {
  flex-grow: 1;
  font-size: 2rem;
  line-height: 2.8rem;
}
@media (min-width: 768px) {
  .block-hero__text p {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .block-hero__text p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.block-hero__text ul, .block-hero__text li {
  font-size: 2rem;
  line-height: 2.8rem;
}
.block-hero__text ul {
  margin-top: 16px;
}
.block-hero__text ul li {
  position: relative;
  display: block;
  padding: 4px 0;
  padding-left: 18px;
}
.block-hero__text ul li:before {
  position: absolute;
  border-radius: 50%;
  top: 12px;
  left: 1px;
  width: 8px;
  height: 8px;
  background-color: #262626;
  content: "";
}
.block-hero__text strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.block-hero__text a:not(.btn) {
  color: #0039A6;
  text-decoration: underline;
}
.block-hero__text a:not(.btn):hover {
  text-decoration: none;
}
.block-hero__coverPhoto {
  position: absolute;
  background-color: #FAFAFA;
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
  padding-bottom: 60%;
  order: 1 !important;
}
@media (max-width: 767.98px) {
  .block-hero__coverPhoto {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .block-hero__coverPhoto {
    position: absolute;
    left: 100%;
    top: -120px;
    bottom: -120px;
    width: calc(1280px + (1280px - 100% - (1280px - 860px)));
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 160em) {
  .block-hero__coverPhoto {
    width: calc(50vw + (50vw - 100% - (50vw - 860px)));
  }
}
@media screen and (max-width: 110em) {
  .block-hero__coverPhoto {
    width: calc(50vw + (50vw - 100% - 20px));
  }
}
.block-hero__coverPhoto img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.block-hero__coverPhoto--alignTop img {
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
}
.block-hero__coverPhoto--alignLeft img {
  -o-object-position: left center;
  object-position: left center;
  font-family: "object-fit: cover; object-position: left center;";
}
.block-hero__coverPhoto--alignLeftTop img {
  -o-object-position: left top;
  object-position: left top;
  font-family: "object-fit: cover; object-position: left top;";
}
.block-hero__overlay {
  position: absolute;
  display: none;
  width: calc(1280px + (1280px - 100% - (1280px - 860px)));
  left: 100%;
  top: -120px;
  bottom: -120px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .block-hero__overlay {
    display: block;
    width: calc(1280px + (1280px - 100% - (1280px - 860px)));
  }
}
@media screen and (max-width: 160em) {
  .block-hero__overlay {
    width: calc(50vw + (50vw - 100% - (50vw - 860px)));
  }
}
@media screen and (max-width: 110em) {
  .block-hero__overlay {
    width: calc(50vw + (50vw - 100% - 20px));
  }
}
.block-hero__overlay img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
}
.block-hero--slider .block-hero__text {
  width: 710px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .block-hero--slider .block-hero__text {
    width: 100%;
  }
}
.block-hero--slider .block-hero__text__inner > div p {
  width: auto;
}

.block-liteHero {
  position: relative;
  display: block;
  margin-top: 118px;
  padding-top: 45px;
}
@media (min-width: 768px) {
  .block-liteHero {
    padding-top: 90px;
  }
}
@media (max-width: 1047.98px) {
  .block-liteHero {
    margin-top: 48px;
  }
}
.block-liteHero:before {
  position: absolute;
  left: -423px;
  top: -337px;
  width: 583px;
  height: 583px;
  border-radius: 50%;
  background-color: #FAFAFA;
  content: "";
}

.block-productInfo {
  align-items: center;
  margin-bottom: 50px;
  display: block;
}
@media (min-width: 576px) {
  .block-productInfo {
    display: flex;
  }
}
@media (min-width: 1048px) {
  .block-productInfo {
    padding-right: 125px;
  }
}
.block-productInfo figure, .block-productInfo__foto {
  position: relative;
  display: block;
  min-width: 270px;
  height: 180px;
  margin-bottom: 27px;
}
@media (min-width: 576px) {
  .block-productInfo figure, .block-productInfo__foto {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .block-productInfo figure, .block-productInfo__foto {
    min-width: 392px;
    height: 260px;
  }
}
.block-productInfo figure img, .block-productInfo__foto img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media (min-width: 576px) {
  .block-productInfo__text {
    padding-left: 44px;
  }
}
.block-productInfo__text h3, .block-productInfo__text .modal-title, .block-productInfo__text .h3 {
  font-size: 2.8rem;
  line-height: 4rem;
  color: #1D1D1D;
}
.block-productInfo__text ul, .block-productInfo__text ol {
  margin-top: 16px !important;
}
.block-productInfo__text ul:not(:last-of-type), .block-productInfo__text ol:not(:last-of-type) {
  margin-bottom: 16px !important;
}
.block-productInfo__text ul li, .block-productInfo__text ol li {
  position: relative;
  display: block;
  padding: 2px 0;
  padding-left: 18px;
}
.block-productInfo__text ul li:before, .block-productInfo__text ol li:before {
  content: "";
  position: absolute;
  left: 1px;
}
.block-productInfo__text ul li:before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #262626;
  top: 8px;
}
.block-productInfo__text ol li {
  counter-increment: inst;
}
.block-productInfo__text ol li:before {
  content: counter(inst) ". ";
  top: 2px;
}
.block-productInfo__text p:not(:last-of-type) {
  margin-bottom: 16px;
}
.block-productInfo__text strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.block-productInfo__text a:not(.btn) {
  color: #0039A6;
}
.block-productInfo__text a:not(.btn):hover {
  text-decoration: none;
}

.block-virtu {
  position: relative;
  display: block;
}
.block-virtu__section {
  padding: 90px 0;
  padding: 45px 0;
}
@media (min-width: 576px) {
  .block-virtu__section {
    padding: 90px 0;
  }
}
.block-virtu__section h2, .block-virtu__section .h2 {
  margin-bottom: 40px;
}
.block-virtu__bgHeading {
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 8rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 900;
  color: #F0F0F0;
}
@media (min-width: 768px) {
  .block-virtu__bgHeading {
    font-size: 10rem;
  }
}
@media (min-width: 1248px) {
  .block-virtu__bgHeading {
    font-size: 12rem;
    left: -300px;
    top: -120px;
  }
}
.block-virtu__plugin {
  display: block;
  margin: 0 auto;
  width: 635px;
  max-width: 100%;
}

#bookio-iframe {
  display: block;
  margin: 0 auto;
  width: 635px;
  max-width: 100%;
}

.block-virtuHero {
  position: relative;
  display: flex;
  background-color: white;
  padding: 45px 0 55px 0;
  overflow: hidden;
  margin-top: 118px;
}
@media (max-width: 1047.98px) {
  .block-virtuHero {
    margin-top: 48px;
  }
}
@media (min-width: 576px) {
  .block-virtuHero {
    padding: 90px 0;
  }
}
.block-virtuHero__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
.block-virtuHero h1, .block-virtuHero .h1 {
  margin-bottom: 50px;
  width: 100%;
}
.block-virtuHero h2, .block-virtuHero .h2,
.block-virtuHero h3,
.block-virtuHero .modal-title, .block-virtuHero .h3,
.block-virtuHero h4, .block-virtuHero .h4,
.block-virtuHero h5, .block-virtuHero .h5 {
  color: #262626;
}
.block-virtuHero ul {
  margin-top: 16px;
}
.block-virtuHero ul li {
  position: relative;
  display: block;
  padding: 4px 0;
  padding-left: 18px;
}
.block-virtuHero ul li:before {
  position: absolute;
  border-radius: 50%;
  top: 10px;
  left: 1px;
  width: 8px;
  height: 8px;
  background-color: #262626;
  content: "";
}
.block-virtuHero__col {
  flex: 1;
}
.block-virtuHero__col:first-of-type {
  padding-right: 10px;
  flex: 2;
}
@media (min-width: 576px) {
  .block-virtuHero__col:first-of-type {
    flex: 1;
  }
}
.block-virtuHero__col:last-of-type {
  padding-left: 10px;
}
@media screen and (max-width: 25em) {
  .block-virtuHero__col:last-of-type {
    display: none;
  }
}
.block-virtuHero__ball {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}
.block-virtuHero__ball--1 {
  left: -350px;
  top: 90px;
  width: 550px;
  height: 550px;
  background-color: #FAFAFA;
  display: none;
}
@media (min-width: 768px) {
  .block-virtuHero__ball--1 {
    display: block;
  }
}
.block-virtuHero__ball--2 {
  right: -350px;
  top: -200px;
  width: 1000px;
  height: 1000px;
  background-color: #F0F0F0;
  display: none;
}
@media (min-width: 576px) {
  .block-virtuHero__ball--2 {
    display: block;
  }
}

.block-tilesSlider {
  position: relative;
  display: block;
}
.block-tilesSlider__item {
  position: relative;
  display: block;
  margin: 0 12px;
  padding: 40px;
  background-color: white;
  border-radius: 6px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  max-width: 75vw;
  width: 392px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.block-tilesSlider__item.slick-active {
  color: white;
  background-color: #0039A6;
}
.block-tilesSlider__item p {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.block-tilesSlider__item p strong {
  font-size: 2rem;
}
.block-tilesSlider div.slick-active .block-tilesSlider__item {
  color: white;
  background-color: #0039A6;
}
.block-tilesSlider .slick-list {
  overflow: visible !important;
  margin: 0 -12px;
}
.block-tilesSlider .slick-list .slick-track {
  display: flex;
  align-items: stretch;
}
.block-tilesSlider .slick-list .slick-slide {
  height: auto;
}
.block-tilesSlider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.block-tilesSlider .slick-dots li {
  position: relative;
}
.block-tilesSlider .slick-dots li button {
  position: relative;
  display: inline-block;
  border: 0;
  border-radius: 50%;
  background-color: #E1E1E1;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 0rem;
}
.block-tilesSlider .slick-dots li button:hover {
  background-color: #808080;
}
.block-tilesSlider .slick-dots li.slick-active button {
  background-color: #0039A6;
}

.block-contactTiles {
  position: relative;
  display: block;
}
.block-contactTiles__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 288px;
  min-width: 288px;
  padding: 25px 20px;
  background-color: white;
  border-radius: 6px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
  text-align: center;
}
.block-contactTiles__item figure {
  position: relative;
  display: block;
  margin-bottom: 25px;
}
.block-contactTiles__item figure img {
  margin: 0 auto;
  height: 60px;
}
.block-contactTiles__item p {
  font-size: 1.6rem;
  line-height: 22px;
}
.block-contactTiles__item div {
  flex: 1;
  padding-bottom: 25px;
}
.block-contactTiles__item div div {
  font-size: 1.6rem;
  line-height: 22px;
  margin-top: 15px;
  padding-bottom: 0;
}
.block-contactTiles__tileHeading {
  font-size: 2rem;
  line-height: 26px;
}

.block-faq {
  position: relative;
  max-width: 808px;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 6px;
  padding: 23px 120px 20px 30px;
  border: 2px solid #EAEAEA;
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}
.block-faq:hover button {
  -webkit-transform: translate(0, 0) rotateZ(45deg) scale(1.25);
  -moz-transform: translate(0, 0) rotateZ(45deg) scale(1.25);
  -ms-transform: translate(0, 0) rotateZ(45deg) scale(1.25);
  -o-transform: translate(0, 0) rotateZ(45deg) scale(1.25);
  transform: translate(0, 0) rotateZ(45deg) scale(1.25);
}
.block-faq:hover.active button {
  -webkit-transform: translate(0, 0) rotateZ(0deg) scale(1.25);
  -moz-transform: translate(0, 0) rotateZ(0deg) scale(1.25);
  -ms-transform: translate(0, 0) rotateZ(0deg) scale(1.25);
  -o-transform: translate(0, 0) rotateZ(0deg) scale(1.25);
  transform: translate(0, 0) rotateZ(0deg) scale(1.25);
}
.block-faq h2, .block-faq .h2 {
  color: #262626;
  font-size: 1.6rem;
  line-height: 27px;
  margin-bottom: 0;
}
.block-faq div {
  display: none;
}
.block-faq div p {
  margin-top: 15px;
  margin-bottom: 0;
}
.block-faq button {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 24px;
  top: 50%;
  margin-top: -12px;
  font-size: 0;
  color: transparent;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block-faq button:before, .block-faq button:after {
  position: absolute;
  width: 2px;
  height: 16px;
  margin-top: -8px;
  margin-left: -1px;
  top: 50%;
  left: 50%;
  background-color: #C6C6C6;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.block-faq button:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.block-faq.active {
  border-color: #0039A6;
}
.block-faq.active h2, .block-faq.active .h2 {
  color: #0039A6;
}
.block-faq.active button {
  -webkit-transform: translate(0, 0) rotateZ(0deg) scale(1);
  -moz-transform: translate(0, 0) rotateZ(0deg) scale(1);
  -ms-transform: translate(0, 0) rotateZ(0deg) scale(1);
  -o-transform: translate(0, 0) rotateZ(0deg) scale(1);
  transform: translate(0, 0) rotateZ(0deg) scale(1);
}
.block-faq.active button:before, .block-faq.active button:after {
  background-color: #0039A6;
}

.block-numberTiles {
  position: relative;
  display: block;
}
.block-numberTiles__ball {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  left: -160px;
  top: 50px;
  width: 600px;
  height: 600px;
  background-color: #FAFAFA;
}
.block-numberTiles__presection {
  position: relative;
  padding: 90px 0 120px 0;
  background-color: #0039A6;
}
.block-numberTiles__presection * {
  color: white;
}
.block-numberTiles__presection p {
  max-width: 600px;
}
.block-numberTiles__tiles {
  margin-top: -90px;
}
.block-numberTiles__item {
  position: relative;
  width: 100%;
  padding: 40px 20px;
  background-color: white;
  border-radius: 6px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
  text-align: center;
}
.block-numberTiles__item__number {
  position: relative;
  display: block;
  color: white;
  background-color: #0039A6;
  border-radius: 50%;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 78px;
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0 auto 40px auto;
}
.block-numberTiles__item p {
  font-size: 1.8rem;
  line-height: 24px;
}
.block-numberTiles__item p strong {
  font-size: 2.2rem;
}

.calc-chooseTile {
  position: relative;
  display: flex !important;
  flex-direction: column;
  -webkit-box-shadow: 0px 5px 20px 0px #F0F0F0;
  -moz-box-shadow: 0px 5px 20px 0px #F0F0F0;
  box-shadow: 0px 5px 20px 0px #F0F0F0;
  background-color: white;
  border-radius: 6px;
  text-decoration: none;
  color: #262626;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  margin-bottom: 24px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.calc-chooseTile figure, .calc-chooseTile__foto {
  position: relative;
  display: block;
  padding-bottom: 89%;
  background-color: #F0F0F0;
  overflow: hidden;
}
.calc-chooseTile figure:after, .calc-chooseTile__foto:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #108319;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  content: "";
  display: none;
}
.calc-chooseTile figure img, .calc-chooseTile__foto img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
}
.calc-chooseTile__text {
  flex-grow: 1;
  position: relative;
  display: block;
  padding: 20px 20px 20px 20px;
  border: 2px solid white;
  border-top: 0;
  border-radius: 0 0 6px 6px;
}
.calc-chooseTile__text h2, .calc-chooseTile__text .h2, .calc-chooseTile__text strong, .calc-chooseTile__text h1, .calc-chooseTile__text .h1, .calc-chooseTile__text h3, .calc-chooseTile__text .h3, .calc-chooseTile__text .modal-title {
  font-size: 2rem;
  line-height: 2.6rem;
  color: #1D1D1D;
  padding-bottom: 0;
  margin-bottom: 13px !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.calc-chooseTile__text p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 13px;
}
.calc-chooseTile.active .calc-chooseTile__text {
  border-color: #108319;
}
.calc-chooseTile.active .calc-chooseTile__foto:after {
  display: block;
}
.calc-chooseTile.active .calc-chooseTile__foto:before {
  position: absolute;
  z-index: 4;
  width: 60px;
  height: 60px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDYwIDYwIj4KICA8cGF0aCBpZD0iUGF0aF8yNzQ2IiBkYXRhLW5hbWU9IlBhdGggMjc0NiIgZD0iTTMwLDBBMzAsMzAsMCwxLDAsNjAsMzAsMzAuMDM1LDMwLjAzNSwwLDAsMCwzMCwwWk00Ni43NjcsMjIuMTA1LDI3LjU5NCw0MS4xMjhhMi45NSwyLjk1LDAsMCwxLTQuMTM1LjA3NWwtMTAuMTUtOS4yNDhhMy4wNDksMy4wNDksMCwwLDEtLjIyNi00LjIxMSwyLjk3NSwyLjk3NSwwLDAsMSw0LjIxMS0uMTVsOC4wNDUsNy4zNjhMNDIuNDgxLDE3LjgyYTMuMDMsMy4wMywwLDAsMSw0LjI4Niw0LjI4NloiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transform: translate(-50%) translateY(-50%);
  -moz-transform: translate(-50%) translateY(-50%);
  -o-transform: translate(-50%) translateY(-50%);
  -ms-transform: translate(-50%) translateY(-50%);
  /* ie8 fix */
}
.oldie .calc-chooseTile.active .calc-chooseTile__foto:before {
  top: auto;
  left: auto;
}
.calc-chooseTile:hover .calc-chooseTile__foto img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.calc-layout {
  position: relative;
  display: block;
  display: block;
  background-color: #f2f2f2;
  color: #565656;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  border-top: 118px solid #f2f2f2;
}
@media (max-width: 1047.98px) {
  .calc-layout {
    border-top: 48px solid #f2f2f2;
  }
}
.calc-layout--noBorderTop {
  border-top: 0 !important;
}
.calc-layout__center {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1254px;
  margin: 0 auto;
  align-items: stretch;
}
@media screen and (max-width: 52.5em) {
  .calc-layout__center {
    flex-wrap: wrap;
  }
}
.calc-layout__center--normal {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.calc-layout__center--noFlex {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.calc-layout__page {
  position: relative;
  display: block;
}
.calc-layout__page--full {
  background-color: white;
}
.calc-layout__basket {
  position: relative;
  display: block;
  min-width: 360px;
  width: 360px;
  background-color: #f2f2f2;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 80.9375em) {
  .calc-layout__basket {
    padding-right: 20px;
  }
}
@media screen and (max-width: 52.5em) {
  .calc-layout__basket {
    width: 100%;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
  }
}
.calc-layout__basket:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #f2f2f2;
  content: "";
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.25);
  display: none;
}
@media screen and (max-width: 52.5em) {
  .calc-layout__basket:after {
    display: none;
  }
}
.calc-layout__form {
  position: relative;
  display: block;
  flex: 1;
  background-color: white;
  padding: 15px 25px 100px 0;
}
@media screen and (max-width: 80.9375em) {
  .calc-layout__form {
    padding-left: 25px;
  }
}
@media screen and (max-width: 52.5em) {
  .calc-layout__form {
    width: 100%;
    min-width: 100%;
    flex: 0;
    padding-bottom: 50px;
  }
}
.calc-layout__form:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: -100vw;
  background-color: white;
  content: "";
}
@media screen and (max-width: 51.875em) {
  .calc-layout__form:before {
    display: none;
  }
}

.calc-heading {
  position: relative;
  display: block;
  width: 100%;
  min-width: 100%;
  padding-bottom: 5px;
}
.calc-heading--border {
  border-bottom: 1px solid #cccccc;
}
.calc-heading.style-shortText  {
  padding-bottom: 15px;
}
.calc-heading__btns {
  position: relative;
  display: block;
  text-align: right;
  margin-bottom: 15px;
}
.calc-heading__btns::after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width: 58.125em) {
  .calc-heading__btns {
    text-align: left;
  }
}
.calc-heading__btns__photogallery {
  position: absolute;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.calc-heading__btns__btn {
  position: relative;
  display: inline-block;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 30px;
  padding: 2px 12px 0 12px;
  text-align: left;
  min-width: 90px;
  font-size: 1.4rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #565656;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media screen and (max-width: 58.125em) {
  .calc-heading__btns__btn {
    margin-top: 2px;
  }
}
.calc-heading__btns__btn img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  max-width: 28px;
  max-height: 20px;
  top: -1px;
}
.calc-heading__btns__btn:hover {
  border-color: #0039A6;
}
.calc-heading__btns__btn--left {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.calc-heading__btns__btn--left img {
  max-height: 15px;
}
.calc-heading__type {
  position: relative;
  display: inline-block;
  line-height: 35px;
  font-size: 1.5rem;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-align: left;
  margin-left: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 58.125em) {
  .calc-heading__type {
    margin-top: 2px;
  }
}
@media screen and (max-width: 39.375em) {
  .calc-heading__type {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 21.875em) {
  .calc-heading__type .calc-help {
    display: none;
  }
}
.calc-heading__type__select {
  position: relative;
  display: inline-block;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-left: 5px;
}
.calc-heading__type__select .chosenOne {
  position: relative;
  display: flex;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 30px;
  padding: 2px 15px 0 15px;
  font-size: 1.5rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  cursor: pointer;
  min-width: 260px;
}
@media screen and (max-width: 40.625em) {
  .calc-heading__type__select .chosenOne {
    min-width: 120px;
  }
}
.calc-heading__type__select .chosenOne strong {
  position: relative;
  display: inline-block;
  width: 80px;
}
.calc-heading__type__select .chosenOne span {
  position: relative;
  display: inline-block;
  flex: 1;
  font-size: 1.2rem;
  color: #A8A8A8;
}
@media screen and (max-width: 40.625em) {
  .calc-heading__type__select .chosenOne span {
    display: none;
  }
}
.calc-heading__type__select .chosenOne:hover {
  border-color: #0039A6;
}
.calc-heading__type__select .chosenOne:after {
  position: absolute;
  right: 15px;
  content: "";
  width: 14px;
  height: 7px;
  border: 0;
  background-image: url(../img/calc/arrow-down-blue.svg);
  background-size: 100% 100%;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  top: 50%;
  margin-top: -3.5px;
}
.calc-heading__type__select .chosenOne.active:after {
  -webkit-transform: rotate(0.5deg);
  -moz-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  -o-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
}
.calc-heading__type__select .chosenOne.rada-nexi strong {
  color: #0039a6;
}
.calc-heading__type__select .chosenOne.rada-natura strong {
  color: #38aa33;
}
.calc-heading__type__select .chosenOne.rada-supra strong {
  color: #e40039;
}
.calc-heading__type__select .chosenOne.rada-trendy strong {
  color: #ff7500;
}
.calc-heading__type__select .chosenOne.rada-minima strong {
  color: #ffdc00;
}
.calc-heading__type__select ul {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 100%;
  overflow: auto;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-color: white;
  z-index: 200;
  overflow: auto;
  padding: 5px 0;
  display: none;
}
.calc-heading__type__select ul.active {
  display: block;
}
.calc-heading__type__select ul li {
  position: relative;
  display: block;
  padding-left: 0 !important;
}
.calc-heading__type__select ul li:before {
  display: none !important;
}
.calc-heading__type__select ul li.rozdel {
  background-color: #cccccc;
  height: 1px;
  margin: 5px 20px;
}
.calc-heading__type__select ul li a {
  position: relative;
  display: flex;
  padding: 7px 20px;
  line-height: 20px;
  font-size: 1.5rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #565656;
}
.calc-heading__type__select ul li a strong {
  position: relative;
  display: inline-block;
  width: 70px;
}
.calc-heading__type__select ul li a span {
  position: relative;
  display: inline-block;
  flex: 1;
  font-size: 1.2rem;
  color: #A8A8A8;
}
@media screen and (max-width: 40.625em) {
  .calc-heading__type__select ul li a span {
    display: none;
  }
}
.calc-heading__type__select ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.calc-heading__type__select ul li.rada-nexi a strong {
  color: #0039a6;
}
.calc-heading__type__select ul li.rada-natura a strong {
  color: #38aa33;
}
.calc-heading__type__select ul li.rada-supra a strong {
  color: #e40039;
}
.calc-heading__type__select ul li.rada-trendy a strong {
  color: #ff7500;
}
.calc-heading__type__select ul li.rada-minima a strong {
  color: #ffdc00;
}
.calc-heading__main {
  position: relative;
  display: block;
  line-height: 22px;
  font-size: 1.5rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #565656;
}
.calc-heading__main__topLine {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 39.375em) {
  .calc-heading__main__topLine {
    flex-wrap: wrap;
  }
}
.calc-heading__main h1, .calc-heading__main .h1 {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #0039A6;
  margin-bottom: 10px;
  line-height: 45px;
  flex: 1;
}
@media screen and (max-width: 39.375em) {
  .calc-heading__main h1, .calc-heading__main .h1 {
    min-width: 100%;
  }
}
.calc-heading__main h1 div, .calc-heading__main .h1 div {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.calc-heading__main h1 span, .calc-heading__main .h1 span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -3px;
  margin-left: 20px;
  line-height: 22px;
  padding: 0 13px;
  color: white;
  font-size: 1.5rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.calc-heading__main h1 span.rada-nexi, .calc-heading__main .h1 span.rada-nexi {
  background-color: #0039a6;
}
.calc-heading__main h1 span.rada-natura, .calc-heading__main .h1 span.rada-natura {
  background-color: #38aa33;
}
.calc-heading__main h1 span.rada-supra, .calc-heading__main .h1 span.rada-supra {
  background-color: #e40039;
}
.calc-heading__main h1 span.rada-trendy, .calc-heading__main .h1 span.rada-trendy {
  background-color: #ff7500;
}
.calc-heading__main h1 span.rada-minima, .calc-heading__main .h1 span.rada-minima {
  background-color: #ffdc00;
}
.calc-heading__main p {
  position: relative;
  display: block;
}
.calc-heading__main .specBasketLittleText {
  position: relative;
  display: block;
  max-width: 45%;
  max-width: calc(45% - 24px);
}
@media screen and (max-width: 76.25em) {
  .calc-heading__main .specBasketLittleText {
    max-width: 100%;
  }
}
.calc-heading__main .specBasketLittleText strong {
  color: #0039A6;
}
.calc-heading__main a {
  color: inherit;
  text-decoration: underline;
}
.calc-heading__main a:hover {
  text-decoration: none;
}
.calc-heading__main h2, .calc-heading__main .h2 {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 25px;
  margin-bottom: 0;
}
.calc-heading__main h2 sup, .calc-heading__main .h2 sup {
  font-size: 1.1rem;
}
.calc-heading__main h3, .calc-heading__main .h3, .calc-heading__main .modal-title, .calc-heading__main h4, .calc-heading__main .h4, .calc-heading__main h5, .calc-heading__main .h5 {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 0;
  line-height: 23Px;
}
.calc-heading__main h3 sup, .calc-heading__main .h3 sup, .calc-heading__main .modal-title sup, .calc-heading__main h4 sup, .calc-heading__main .h4 sup, .calc-heading__main h5 sup, .calc-heading__main .h5 sup {
  font-size: 0.9rem;
}
.calc-heading__main ul li {
  position: relative;
  display: block;
  padding-left: 15px;
}
.calc-heading__main ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #565656;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.calc-heading__main p sup, .calc-heading__main ul sup {
  font-size: 0.7pxrem;
}
.calc-heading__main p strong, .calc-heading__main ul strong {
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.calc-heading__main .style-hideContent {
  overflow: hidden;
  max-height: 44px;
}
.calc-heading__main .style-showContent {
  height: auto;
}
.calc-heading__main__hiddingControl {
  text-align: center;
  position: relative;
  display: block;
  padding-top: 10px;
  line-height: 22px;
  text-align: left;
}
.calc-heading__main__hiddingControl.active:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.calc-heading__main__hiddingControl:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 30px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='white', GradientType=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='white', GradientType=0)";
  content: "";
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  pointer-events: none;
}
.calc-heading__main__hiddingControl a {
  position: relative;
  display: inline-block;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  color: #0039A6;
  text-decoration: none;
}
.calc-heading__main__hiddingControl a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.calc-final {
  position: relative;
  display: block;
  text-align: center;
  padding: 50px 0;
}
.calc-final__main img {
  position: relative;
  display: inline-block;
  height: 60px;
  margin-bottom: 25px;
}
.calc-final__main h2, .calc-final__main .h2 {
  position: relative;
  display: block;
  font-size: 2.4rem;
  line-height: 32px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.calc-final__main h2 strong, .calc-final__main .h2 strong {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.calc-final__main p {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 22px;
}
.calc-final__main p strong {
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.calc-final__main a:not(.calc-btn) {
  color: #0039A6;
  text-decoration: underline;
}
.calc-final__main a:not(.calc-btn):hover {
  text-decoration: none;
}
.calc-final__message {
  position: relative;
  display: block;
  border: 1px solid #cccccc;
  line-height: 25px;
  padding: 4px 10px 3px 10px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #38aa34;
}
.calc-final__message--dis {
  color: #fb4d3d;
}

.calc-btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: #0039A6;
  border: 1px solid #0039A6;
  color: white;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  cursor: pointer;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  line-height: 30px;
  padding: 11px 10px 9px 10px;
  min-width: 160px;
  transform: skewX(0deg);
  text-decoration: none !important;
}
.calc-btn img {
  position: relative;
  display: inline-block;
  height: 30px;
  margin-right: 9px;
  top: -1px;
  vertical-align: middle;
}
.calc-btn[disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.calc-btn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.calc-btn--mid {
  padding: 6px 10px 4px 10px;
}
.calc-btn--wide {
  display: block;
}
.calc-btn--flowgate {
  width: calc(50% - 20px);
  display: block;
  margin-right: 20px;
}
.calc-btn--smaller {
  line-height: 20px;
  padding: 9px 10px 6px 10px;
  min-width: 130px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
.calc-btn--smaller img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  top: -2px;
}
.calc-btn--smaller img.smaller {
  height: 14px;
}
.calc-btn--smaller img.back {
  min-width: 0;
  padding-right: 20px;
}
.calc-btn--basket {
  font-size: 2rem;
  min-width: 130px;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.calc-btn--white {
  background-color: white;
  border-color: white;
  color: black;
}
.calc-btn--red {
  background-color: #fb4d3d;
  border: 1px solid #fb4d3d;
}
.calc-btn--gray {
  background-color: white;
  border: 1px solid #cccccc;
  color: #565656;
}
.calc-btn--blueBordered {
  background-color: white;
  border: 1px solid #0039A6;
  color: #565656;
}
.calc-btn--blue {
  background-color: #0039A6;
  border: 1px solid #0039A6;
}
.calc-btn--green {
  background-color: #38aa34;
  border: 1px solid #38aa34;
}
.calc-btn--bold {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.calc-btn--goToVO {
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
}

/*! ==============================================================

Author  : Jan Stejskal
Created : 24.08.2017

============================================================== */
.christmas-layout {
  position: relative;
  background-color: #e42139 !important;
  overflow: hidden;
  min-height: 100vh;
}
.christmas-layout__center {
  position: relative;
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 69.6875em) {
  .christmas-layout__center {
    overflow: auto;
    display: unset;
  }
}

#cookieInfo {
  font-family: "Helvetica Neue Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.christmas-box {
  position: relative;
  display: block;
  background-color: white;
  height: 642px;
}
@media screen and (max-width: 69.6875em) {
  .christmas-box {
    height: auto;
  }
  .christmas-box::after {
    display: block;
    clear: both;
    content: "";
  }
}
@media screen and (max-width: 62.5em) {
  .christmas-box {
    margin-bottom: 50px;
    margin-top: 100px;
  }
}
.christmas-box:before {
  position: absolute;
  left: -254px;
  top: -179px;
  width: 1519px;
  height: 1094px;
  background-image: url(../img/christmas/tree.png);
  content: "";
  background-size: 100% 100%;
  background-position: center;
}
@media screen and (max-width: 69.6875em) {
  .christmas-box:before {
    display: none;
  }
}
.christmas-box:after {
  position: absolute;
  right: 30px;
  bottom: 100%;
  background-image: url(../img/christmas/vetev.png);
  content: "";
  background-size: 100% 100%;
  background-position: center;
  width: 300px;
  height: 118px;
  display: none;
}
@media screen and (max-width: 62.5em) {
  .christmas-box:after {
    display: block;
  }
}
.christmas-box__inner {
  position: relative;
  display: block;
  z-index: 100;
  padding: 85px 72px 0 72px;
}
@media screen and (max-width: 69.6875em) {
  .christmas-box__inner {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 40.625em) {
  .christmas-box__inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.christmas-box__heading {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 46px;
  text-align: left;
  margin-bottom: 30px;
  color: #262626;
}
@media screen and (max-width: 40.625em) {
  .christmas-box__heading {
    font-size: 2.8rem;
    line-height: 36px;
  }
}

.christmas-form {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.christmas-form::after {
  display: block;
  clear: both;
  content: "";
}
.christmas-form__radio {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.christmas-form__radio h2, .christmas-form__radio .h2 {
  position: relative;
  display: block;
  font-size: 2.4rem;
  line-height: 30px;
  margin-top: -3px;
  margin-bottom: 34px;
  text-align: center;
  color: #262626;
}
@media screen and (max-width: 62.5em) {
  .christmas-form__radio h2, .christmas-form__radio .h2 {
    text-align: left;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 29.375em) {
  .christmas-form__radio h2, .christmas-form__radio .h2 {
    margin-bottom: 5px;
  }
}
.christmas-form__radio__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 40.625em) {
  .christmas-form__radio__wrap {
    justify-content: center;
  }
}
.christmas-form__radio__one {
  position: relative;
  display: inline-block;
  width: 133px;
  padding: 10px 0;
}
@media screen and (max-width: 40.625em) {
  .christmas-form__radio__one {
    padding: 10px;
  }
}
@media screen and (max-width: 29.375em) {
  .christmas-form__radio__one {
    width: 100px;
  }
}
.christmas-form__radio__one input {
  position: absolute;
  left: 40px;
  top: 40px;
}
.christmas-form__radio__one label {
  position: relative;
  display: block;
  width: 133px;
  height: 133px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid white;
  overflow: hidden;
  background-color: #ececec;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media screen and (max-width: 29.375em) {
  .christmas-form__radio__one label {
    width: 83px;
    height: 83px;
  }
}
.christmas-form__radio__one label img {
  position: absolute;
  width: 100%;
  height: auto;
}
.christmas-form__radio__one input:checked + label {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
  border: 4px solid #1954d6;
  -webkit-box-shadow: 0px 7px 0px 0px #eaeaea;
  -moz-box-shadow: 0px 7px 0px 0px #eaeaea;
  box-shadow: 0px 7px 0px 0px #eaeaea;
}
.christmas-form__inp {
  position: relative;
  display: block;
  margin-bottom: 51px;
}
.christmas-form__inp--last {
  margin-bottom: 38px;
}
.christmas-form__inp__filler {
  position: absolute;
  font-size: 0rem;
  color: transparent;
  left: -99999999px;
}
.christmas-form__inp span {
  position: absolute;
  right: 0;
  font-size: 2.4rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #e42139;
  bottom: 100%;
  line-height: 18px;
}
.christmas-form__inp label {
  font-size: 1.3rem;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #6c6c6c;
  position: absolute;
  -webkit-transform: translateX(0) translateY(0px);
  -moz-transform: translateX(0) translateY(0px);
  -ms-transform: translateX(0) translateY(0px);
  -o-transform: translateX(0) translateY(0px);
  transform: translateX(0) translateY(0px);
  top: 12px;
  left: 20px;
  z-index: 9;
  line-height: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 0;
  margin: 0;
  cursor: text;
  padding-right: 3px;
}
.christmas-form__inp label.active {
  font-size: 1.2rem;
  -webkit-transform: translateX(-20px) translateY(-30px);
  -moz-transform: translateX(-20px) translateY(-30px);
  -ms-transform: translateX(-20px) translateY(-30px);
  -o-transform: translateX(-20px) translateY(-30px);
  transform: translateX(-20px) translateY(-30px);
  width: auto;
  z-index: 9;
}
.christmas-form__inp p {
  position: relative;
  display: block;
  text-align: right;
  font-size: 1.2rem;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-top: 4px;
}
.christmas-form__inp input {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  height: 40px;
  background-color: transparent;
  line-height: 20px;
  background-color: #ececec;
  font-size: 1.3rem;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #2a2a2a;
  padding: 12px 20px 8px 20px;
  margin-bottom: 10px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media screen and (max-width: 49.375em) {
  .christmas-form__inp input {
    margin-bottom: 40px;
  }
}
.christmas-form__inp input:focus {
  outline: 0;
}
.christmas-form__btn {
  position: relative;
  display: inline-block;
  background-color: #262626;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 10px 31px;
  line-height: 33px;
  border: 0;
  color: white;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.christmas-form__btn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.christmas-form__checkbox {
  position: relative;
  display: inline-block;
  text-align: center;
}
.christmas-form__checkbox input {
  position: absolute;
  left: 0;
  top: 6px;
  z-index: -99999px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.christmas-form__checkbox label {
  position: relative;
  display: block;
  padding-left: 35px;
  line-height: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1.5rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.christmas-form__checkbox label a {
  color: inherit;
  text-decoration: underline;
}
.christmas-form__checkbox label a:hover {
  text-decoration: none;
}
.christmas-form__checkbox label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #ececec;
  content: "";
}
.christmas-form__checkbox input:checked + label:before {
  background-color: #1954d6;
}
.christmas-form__file {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.christmas-form__file__label {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: black;
  margin-bottom: 15px;
}
.christmas-form__file__info {
  position: relative;
  display: block;
  text-align: left;
  font-size: 1.2rem;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-top: 13px;
  margin-bottom: 10px;
}

.js .inputfile {
  width: 0.1px;
  overflow: hidden;
  position: absolute;
  top: 36px;
  left: 10px;
}

.inputfile + label {
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0 10rem;
  /* 10px 20px */
  display: flex;
  align-items: center;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 0 !important;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile + label svg {
  width: 26px;
  height: 23px;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 16px;
  /* 4px */
}

/* style 6 */
.inputfile-6 + label {
  color: #d3394c;
}

.inputfile-6 + label {
  border: 1px solid #d3394c;
  background-color: #f1e5e6;
  border: 0;
  background-color: transparent;
  padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
  border-color: transparent;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.inputfile-6 + label span {
  position: relative;
  flex: 1;
  line-height: 35px;
  padding-top: 1px;
  color: #000;
  display: inline-block;
  text-overflow: ellipsis;
  padding: 0 20Px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  background-color: #ef7a88;
  color: white;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.3rem;
  text-align: left;
}

.inputfile-6 + label strong {
  position: relative;
  height: 100%;
  color: white;
  font-size: 1.8rem;
  background-color: #0039A6;
  display: inline-block;
  padding: 17px 20px 13px 20px;
  line-height: 22px;
  margin-right: 20px;
}
.inputfile-6 + label strong:hover {
  background-color: transparent;
  color: white;
}
.inputfile-6 + label strong:hover:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
  background-color: #0039A6;
}

.christmas-header {
  position: relative;
  display: block;
  margin-top: 64px;
}
@media screen and (max-width: 40.625em) {
  .christmas-header {
    margin-top: 30px;
  }
}
.christmas-header__logo {
  position: relative;
  display: inline-block;
}
.christmas-header__logo img {
  position: relative;
  display: block;
  height: 18px;
}

.christmas-footer {
  position: relative;
  display: block;
  padding-bottom: 20px;
  padding-top: 10px;
  line-height: 30px;
  font-size: 0rem;
}
.christmas-footer__copy {
  position: relative;
  display: inline-block;
  color: white;
  font-size: 1.4rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-right: 10px;
}
@media screen and (max-width: 56.25em) {
  .christmas-footer__copy {
    text-align: center;
    display: block;
  }
}
.christmas-footer__nav {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 56.25em) {
  .christmas-footer__nav {
    display: block;
    text-align: center;
  }
}
.christmas-footer__nav li {
  position: relative;
  display: inline-block;
}
.christmas-footer__nav li a {
  position: relative;
  display: block;
  color: white;
  font-size: 1.4rem;
  font-family: "Helvetica Neue Roman", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 0 10px;
}
.christmas-footer__nav li a:hover {
  text-decoration: underline;
}

.christmas-thank {
  position: relative;
  display: block;
  margin-top: 120px;
}
.christmas-thank h1, .christmas-thank .h1 {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 46px;
  text-align: left;
  padding: 5px 0;
}
.christmas-thank p {
  position: relative;
  display: block;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 30px;
  margin-bottom: 30px;
}
.christmas-thank a {
  position: relative;
  display: inline-block;
  background-color: #262626;
  font-family: "Helvetica Neue Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 12px 31px 10px 31px;
  line-height: 31px;
  border: 0;
  color: white;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.christmas-thank a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

/*# sourceMappingURL=style.css.map */
