.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=''] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../libs/owl-carousel/dist/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.transition {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.make_transist {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hidescale {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
}

.showscale {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.hideleft {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.showleft {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.hidescaleup {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
}

.showscaleup {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.hideflip {
    opacity: 0;
    -webkit-transform: rotatey(-90deg) scale(1.1);
    transform: rotatey(-90deg) scale(1.1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.showflip {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: rotatey(0) scale(1);
    transform: rotatey(0) scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@font-face {
    font-family: Helvetica;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/HelveticaRegular/Helvetica-Regular.eot);
    src: url(../fonts/HelveticaRegular/Helvetica-Regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/HelveticaRegular/Helvetica-Regular.woff) format('woff'),
        url(../fonts/HelveticaRegular/Helvetica-Regular.ttf) format('truetype');
}

@font-face {
    font-family: LucidaGrande;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/LucidaGrandeRegular/LucidaGrande-Regular.eot);
    src: url(../fonts/LucidaGrandeRegular/LucidaGrande-Regular.eot?#iefix)
            format('embedded-opentype'),
        url(../fonts/LucidaGrandeRegular/LucidaGrande-Regular.woff) format('woff'),
        url(../fonts/LucidaGrandeRegular/LucidaGrande-Regular.ttf) format('truetype');
}

@font-face {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/MontserratBold/Montserrat-Bold.eot);
    src: url(../fonts/MontserratBold/Montserrat-Bold.eot?#iefix) format('embedded-opentype'),
        url(../fonts/MontserratBold/Montserrat-Bold.woff) format('woff'),
        url(../fonts/MontserratBold/Montserrat-Bold.ttf) format('truetype');
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/MontserratSemiBold/Montserrat-SemiBold.eot);
    src: url(../fonts/MontserratSemiBold/Montserrat-SemiBold.eot?#iefix) format('embedded-opentype'),
        url(../fonts/MontserratSemiBold/Montserrat-SemiBold.woff) format('woff'),
        url(../fonts/MontserratSemiBold/Montserrat-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: Montserrat;
    font-weight: 800;
    font-style: normal;
    src: url(../fonts/MontserratExtraBold/Montserrat-ExtraBold.eot);
    src: url(../fonts/MontserratExtraBold/Montserrat-ExtraBold.eot?#iefix)
            format('embedded-opentype'),
        url(../fonts/MontserratExtraBold/Montserrat-ExtraBold.woff) format('woff'),
        url(../fonts/MontserratExtraBold/Montserrat-ExtraBold.ttf) format('truetype');
}

@font-face {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/MontserratRegular/Montserrat-Regular.eot);
    src: url(../fonts/MontserratRegular/Montserrat-Regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/MontserratRegular/Montserrat-Regular.woff) format('woff'),
        url(../fonts/MontserratRegular/Montserrat-Regular.ttf) format('truetype');
}

@font-face {
    font-family: Open Sans;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/OpenSansBold/OpenSans-Bold.eot);
    src: url(../fonts/OpenSansBold/OpenSans-Bold.eot?#iefix) format('embedded-opentype'),
        url(../fonts/OpenSansBold/OpenSans-Bold.woff) format('woff'),
        url(../fonts/OpenSansBold/OpenSans-Bold.ttf) format('truetype');
}

@font-face {
    font-family: Open Sans;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/OpenSansRegular/OpenSans-Regular.eot);
    src: url(../fonts/OpenSansRegular/OpenSans-Regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/OpenSansRegular/OpenSans-Regular.woff) format('woff'),
        url(../fonts/OpenSansRegular/OpenSans-Regular.ttf) format('truetype');
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

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

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

[tabindex='-1']:focus {
    outline: 0 !important;
}

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

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

.materials-page h2 {
    margin-top: 15px;
}

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

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

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

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: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

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

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    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;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='time'] {
    -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-cancel-button,
[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;
}

@-ms-viewport {
    width: device-width;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

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

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

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

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

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

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

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

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-500px:before {
    content: '\f26e';
}

.fa-accessible-icon:before {
    content: '\f368';
}

.fa-accusoft:before {
    content: '\f369';
}

.fa-address-book:before {
    content: '\f2b9';
}

.fa-address-card:before {
    content: '\f2bb';
}

.fa-adjust:before {
    content: '\f042';
}

.fa-adn:before {
    content: '\f170';
}

.fa-adversal:before {
    content: '\f36a';
}

.fa-affiliatetheme:before {
    content: '\f36b';
}

.fa-air-freshener:before {
    content: '\f5d0';
}

.fa-algolia:before {
    content: '\f36c';
}

.fa-align-center:before {
    content: '\f037';
}

.fa-align-justify:before {
    content: '\f039';
}

.fa-align-left:before {
    content: '\f036';
}

.fa-align-right:before {
    content: '\f038';
}

.fa-allergies:before {
    content: '\f461';
}

.fa-amazon:before {
    content: '\f270';
}

.fa-amazon-pay:before {
    content: '\f42c';
}

.fa-ambulance:before {
    content: '\f0f9';
}

.fa-american-sign-language-interpreting:before {
    content: '\f2a3';
}

.fa-amilia:before {
    content: '\f36d';
}

.fa-anchor:before {
    content: '\f13d';
}

.fa-android:before {
    content: '\f17b';
}

.fa-angellist:before {
    content: '\f209';
}

.fa-angle-double-down:before {
    content: '\f103';
}

.fa-angle-double-left:before {
    content: '\f100';
}

.fa-angle-double-right:before {
    content: '\f101';
}

.fa-angle-double-up:before {
    content: '\f102';
}

.fa-angle-down:before {
    content: '\f107';
}

.fa-angle-left:before {
    content: '\f104';
}

.fa-angle-right:before {
    content: '\f105';
}

.fa-angle-up:before {
    content: '\f106';
}

.fa-angry:before {
    content: '\f556';
}

.fa-angrycreative:before {
    content: '\f36e';
}

.fa-angular:before {
    content: '\f420';
}

.fa-app-store:before {
    content: '\f36f';
}

.fa-app-store-ios:before {
    content: '\f370';
}

.fa-apper:before {
    content: '\f371';
}

.fa-apple:before {
    content: '\f179';
}

.fa-apple-alt:before {
    content: '\f5d1';
}

.fa-apple-pay:before {
    content: '\f415';
}

.fa-archive:before {
    content: '\f187';
}

.fa-archway:before {
    content: '\f557';
}

.fa-arrow-alt-circle-down:before {
    content: '\f358';
}

.fa-arrow-alt-circle-left:before {
    content: '\f359';
}

.fa-arrow-alt-circle-right:before {
    content: '\f35a';
}

.fa-arrow-alt-circle-up:before {
    content: '\f35b';
}

.fa-arrow-circle-down:before {
    content: '\f0ab';
}

.fa-arrow-circle-left:before {
    content: '\f0a8';
}

.fa-arrow-circle-right:before {
    content: '\f0a9';
}

.fa-arrow-circle-up:before {
    content: '\f0aa';
}

.fa-arrow-down:before {
    content: '\f063';
}

.fa-arrow-left:before {
    content: '\f060';
}

.fa-arrow-right:before {
    content: '\f061';
}

.fa-arrow-up:before {
    content: '\f062';
}

.fa-arrows-alt:before {
    content: '\f0b2';
}

.fa-arrows-alt-h:before {
    content: '\f337';
}

.fa-arrows-alt-v:before {
    content: '\f338';
}

.fa-assistive-listening-systems:before {
    content: '\f2a2';
}

.fa-asterisk:before {
    content: '\f069';
}

.fa-asymmetrik:before {
    content: '\f372';
}

.fa-at:before {
    content: '\f1fa';
}

.fa-atlas:before {
    content: '\f558';
}

.fa-atom:before {
    content: '\f5d2';
}

.fa-audible:before {
    content: '\f373';
}

.fa-audio-description:before {
    content: '\f29e';
}

.fa-autoprefixer:before {
    content: '\f41c';
}

.fa-avianex:before {
    content: '\f374';
}

.fa-aviato:before {
    content: '\f421';
}

.fa-award:before {
    content: '\f559';
}

.fa-aws:before {
    content: '\f375';
}

.fa-backspace:before {
    content: '\f55a';
}

.fa-backward:before {
    content: '\f04a';
}

.fa-balance-scale:before {
    content: '\f24e';
}

.fa-ban:before {
    content: '\f05e';
}

.fa-band-aid:before {
    content: '\f462';
}

.fa-bandcamp:before {
    content: '\f2d5';
}

.fa-barcode:before {
    content: '\f02a';
}

.fa-bars:before {
    content: '\f0c9';
}

.fa-baseball-ball:before {
    content: '\f433';
}

.fa-basketball-ball:before {
    content: '\f434';
}

.fa-bath:before {
    content: '\f2cd';
}

.fa-battery-empty:before {
    content: '\f244';
}

.fa-battery-full:before {
    content: '\f240';
}

.fa-battery-half:before {
    content: '\f242';
}

.fa-battery-quarter:before {
    content: '\f243';
}

.fa-battery-three-quarters:before {
    content: '\f241';
}

.fa-bed:before {
    content: '\f236';
}

.fa-beer:before {
    content: '\f0fc';
}

.fa-behance:before {
    content: '\f1b4';
}

.fa-behance-square:before {
    content: '\f1b5';
}

.fa-bell:before {
    content: '\f0f3';
}

.fa-bell-slash:before {
    content: '\f1f6';
}

.fa-bezier-curve:before {
    content: '\f55b';
}

.fa-bicycle:before {
    content: '\f206';
}

.fa-bimobject:before {
    content: '\f378';
}

.fa-binoculars:before {
    content: '\f1e5';
}

.fa-birthday-cake:before {
    content: '\f1fd';
}

.fa-bitbucket:before {
    content: '\f171';
}

.fa-bitcoin:before {
    content: '\f379';
}

.fa-bity:before {
    content: '\f37a';
}

.fa-black-tie:before {
    content: '\f27e';
}

.fa-blackberry:before {
    content: '\f37b';
}

.fa-blender:before {
    content: '\f517';
}

.fa-blind:before {
    content: '\f29d';
}

.fa-blogger:before {
    content: '\f37c';
}

.fa-blogger-b:before {
    content: '\f37d';
}

.fa-bluetooth:before {
    content: '\f293';
}

.fa-bluetooth-b:before {
    content: '\f294';
}

.fa-bold:before {
    content: '\f032';
}

.fa-bolt:before {
    content: '\f0e7';
}

.fa-bomb:before {
    content: '\f1e2';
}

.fa-bone:before {
    content: '\f5d7';
}

.fa-bong:before {
    content: '\f55c';
}

.fa-book:before {
    content: '\f02d';
}

.fa-book-open:before {
    content: '\f518';
}

.fa-book-reader:before {
    content: '\f5da';
}

.fa-bookmark:before {
    content: '\f02e';
}

.fa-bowling-ball:before {
    content: '\f436';
}

.fa-box:before {
    content: '\f466';
}

.fa-box-open:before {
    content: '\f49e';
}

.fa-boxes:before {
    content: '\f468';
}

.fa-braille:before {
    content: '\f2a1';
}

.fa-brain:before {
    content: '\f5dc';
}

.fa-briefcase:before {
    content: '\f0b1';
}

.fa-briefcase-medical:before {
    content: '\f469';
}

.fa-broadcast-tower:before {
    content: '\f519';
}

.fa-broom:before {
    content: '\f51a';
}

.fa-brush:before {
    content: '\f55d';
}

.fa-btc:before {
    content: '\f15a';
}

.fa-bug:before {
    content: '\f188';
}

.fa-building:before {
    content: '\f1ad';
}

.fa-bullhorn:before {
    content: '\f0a1';
}

.fa-bullseye:before {
    content: '\f140';
}

.fa-burn:before {
    content: '\f46a';
}

.fa-buromobelexperte:before {
    content: '\f37f';
}

.fa-bus:before {
    content: '\f207';
}

.fa-bus-alt:before {
    content: '\f55e';
}

.fa-buysellads:before {
    content: '\f20d';
}

.fa-calculator:before {
    content: '\f1ec';
}

.fa-calendar:before {
    content: '\f133';
}

.fa-calendar-alt:before {
    content: '\f073';
}

.fa-calendar-check:before {
    content: '\f274';
}

.fa-calendar-minus:before {
    content: '\f272';
}

.fa-calendar-plus:before {
    content: '\f271';
}

.fa-calendar-times:before {
    content: '\f273';
}

.fa-camera:before {
    content: '\f030';
}

.fa-camera-retro:before {
    content: '\f083';
}

.fa-cannabis:before {
    content: '\f55f';
}

.fa-capsules:before {
    content: '\f46b';
}

.fa-car:before {
    content: '\f1b9';
}

.fa-car-alt:before {
    content: '\f5de';
}

.fa-car-battery:before {
    content: '\f5df';
}

.fa-car-crash:before {
    content: '\f5e1';
}

.fa-car-side:before {
    content: '\f5e4';
}

.fa-caret-down:before {
    content: '\f0d7';
}

.fa-caret-left:before {
    content: '\f0d9';
}

.fa-caret-right:before {
    content: '\f0da';
}

.fa-caret-square-down:before {
    content: '\f150';
}

.fa-caret-square-left:before {
    content: '\f191';
}

.fa-caret-square-right:before {
    content: '\f152';
}

.fa-caret-square-up:before {
    content: '\f151';
}

.fa-caret-up:before {
    content: '\f0d8';
}

.fa-cart-arrow-down:before {
    content: '\f218';
}

.fa-cart-plus:before {
    content: '\f217';
}

.fa-cc-amazon-pay:before {
    content: '\f42d';
}

.fa-cc-amex:before {
    content: '\f1f3';
}

.fa-cc-apple-pay:before {
    content: '\f416';
}

.fa-cc-diners-club:before {
    content: '\f24c';
}

.fa-cc-discover:before {
    content: '\f1f2';
}

.fa-cc-jcb:before {
    content: '\f24b';
}

.fa-cc-mastercard:before {
    content: '\f1f1';
}

.fa-cc-paypal:before {
    content: '\f1f4';
}

.fa-cc-stripe:before {
    content: '\f1f5';
}

.fa-cc-visa:before {
    content: '\f1f0';
}

.fa-centercode:before {
    content: '\f380';
}

.fa-certificate:before {
    content: '\f0a3';
}

.fa-chalkboard:before {
    content: '\f51b';
}

.fa-chalkboard-teacher:before {
    content: '\f51c';
}

.fa-charging-station:before {
    content: '\f5e7';
}

.fa-chart-area:before {
    content: '\f1fe';
}

.fa-chart-bar:before {
    content: '\f080';
}

.fa-chart-line:before {
    content: '\f201';
}

.fa-chart-pie:before {
    content: '\f200';
}

.fa-check:before {
    content: '\f00c';
}

.fa-check-circle:before {
    content: '\f058';
}

.fa-check-double:before {
    content: '\f560';
}

.fa-check-square:before {
    content: '\f14a';
}

.fa-chess:before {
    content: '\f439';
}

.fa-chess-bishop:before {
    content: '\f43a';
}

.fa-chess-board:before {
    content: '\f43c';
}

.fa-chess-king:before {
    content: '\f43f';
}

.fa-chess-knight:before {
    content: '\f441';
}

.fa-chess-pawn:before {
    content: '\f443';
}

.fa-chess-queen:before {
    content: '\f445';
}

.fa-chess-rook:before {
    content: '\f447';
}

.fa-chevron-circle-down:before {
    content: '\f13a';
}

.fa-chevron-circle-left:before {
    content: '\f137';
}

.fa-chevron-circle-right:before {
    content: '\f138';
}

.fa-chevron-circle-up:before {
    content: '\f139';
}

.fa-chevron-down:before {
    content: '\f078';
}

.fa-chevron-left:before {
    content: '\f053';
}

.fa-chevron-right:before {
    content: '\f054';
}

.fa-chevron-up:before {
    content: '\f077';
}

.fa-child:before {
    content: '\f1ae';
}

.fa-chrome:before {
    content: '\f268';
}

.fa-church:before {
    content: '\f51d';
}

.fa-circle:before {
    content: '\f111';
}

.fa-circle-notch:before {
    content: '\f1ce';
}

.fa-clipboard:before {
    content: '\f328';
}

.fa-clipboard-check:before {
    content: '\f46c';
}

.fa-clipboard-list:before {
    content: '\f46d';
}

.fa-clock:before {
    content: '\f017';
}

.fa-clone:before {
    content: '\f24d';
}

.fa-closed-captioning:before {
    content: '\f20a';
}

.fa-cloud:before {
    content: '\f0c2';
}

.fa-cloud-download-alt:before {
    content: '\f381';
}

.fa-cloud-upload-alt:before {
    content: '\f382';
}

.fa-cloudscale:before {
    content: '\f383';
}

.fa-cloudsmith:before {
    content: '\f384';
}

.fa-cloudversify:before {
    content: '\f385';
}

.fa-cocktail:before {
    content: '\f561';
}

.fa-code:before {
    content: '\f121';
}

.fa-code-branch:before {
    content: '\f126';
}

.fa-codepen:before {
    content: '\f1cb';
}

.fa-codiepie:before {
    content: '\f284';
}

.fa-coffee:before {
    content: '\f0f4';
}

.fa-cog:before {
    content: '\f013';
}

.fa-cogs:before {
    content: '\f085';
}

.fa-coins:before {
    content: '\f51e';
}

.fa-columns:before {
    content: '\f0db';
}

.fa-comment:before {
    content: '\f075';
}

.fa-comment-alt:before {
    content: '\f27a';
}

.fa-comment-dots:before {
    content: '\f4ad';
}

.fa-comment-slash:before {
    content: '\f4b3';
}

.fa-comments:before {
    content: '\f086';
}

.fa-compact-disc:before {
    content: '\f51f';
}

.fa-compass:before {
    content: '\f14e';
}

.fa-compress:before {
    content: '\f066';
}

.fa-concierge-bell:before {
    content: '\f562';
}

.fa-connectdevelop:before {
    content: '\f20e';
}

.fa-contao:before {
    content: '\f26d';
}

.fa-cookie:before {
    content: '\f563';
}

.fa-cookie-bite:before {
    content: '\f564';
}

.fa-copy:before {
    content: '\f0c5';
}

.fa-copyright:before {
    content: '\f1f9';
}

.fa-couch:before {
    content: '\f4b8';
}

.fa-cpanel:before {
    content: '\f388';
}

.fa-creative-commons:before {
    content: '\f25e';
}

.fa-creative-commons-by:before {
    content: '\f4e7';
}

.fa-creative-commons-nc:before {
    content: '\f4e8';
}

.fa-creative-commons-nc-eu:before {
    content: '\f4e9';
}

.fa-creative-commons-nc-jp:before {
    content: '\f4ea';
}

.fa-creative-commons-nd:before {
    content: '\f4eb';
}

.fa-creative-commons-pd:before {
    content: '\f4ec';
}

.fa-creative-commons-pd-alt:before {
    content: '\f4ed';
}

.fa-creative-commons-remix:before {
    content: '\f4ee';
}

.fa-creative-commons-sa:before {
    content: '\f4ef';
}

.fa-creative-commons-sampling:before {
    content: '\f4f0';
}

.fa-creative-commons-sampling-plus:before {
    content: '\f4f1';
}

.fa-creative-commons-share:before {
    content: '\f4f2';
}

.fa-credit-card:before {
    content: '\f09d';
}

.fa-crop:before {
    content: '\f125';
}

.fa-crop-alt:before {
    content: '\f565';
}

.fa-crosshairs:before {
    content: '\f05b';
}

.fa-crow:before {
    content: '\f520';
}

.fa-crown:before {
    content: '\f521';
}

.fa-css3:before {
    content: '\f13c';
}

.fa-css3-alt:before {
    content: '\f38b';
}

.fa-cube:before {
    content: '\f1b2';
}

.fa-cubes:before {
    content: '\f1b3';
}

.fa-cut:before {
    content: '\f0c4';
}

.fa-cuttlefish:before {
    content: '\f38c';
}

.fa-d-and-d:before {
    content: '\f38d';
}

.fa-dashcube:before {
    content: '\f210';
}

.fa-database:before {
    content: '\f1c0';
}

.fa-deaf:before {
    content: '\f2a4';
}

.fa-delicious:before {
    content: '\f1a5';
}

.fa-deploydog:before {
    content: '\f38e';
}

.fa-deskpro:before {
    content: '\f38f';
}

.fa-desktop:before {
    content: '\f108';
}

.fa-deviantart:before {
    content: '\f1bd';
}

.fa-diagnoses:before {
    content: '\f470';
}

.fa-dice:before {
    content: '\f522';
}

.fa-dice-five:before {
    content: '\f523';
}

.fa-dice-four:before {
    content: '\f524';
}

.fa-dice-one:before {
    content: '\f525';
}

.fa-dice-six:before {
    content: '\f526';
}

.fa-dice-three:before {
    content: '\f527';
}

.fa-dice-two:before {
    content: '\f528';
}

.fa-digg:before {
    content: '\f1a6';
}

.fa-digital-ocean:before {
    content: '\f391';
}

.fa-digital-tachograph:before {
    content: '\f566';
}

.fa-directions:before {
    content: '\f5eb';
}

.fa-discord:before {
    content: '\f392';
}

.fa-discourse:before {
    content: '\f393';
}

.fa-divide:before {
    content: '\f529';
}

.fa-dizzy:before {
    content: '\f567';
}

.fa-dna:before {
    content: '\f471';
}

.fa-dochub:before {
    content: '\f394';
}

.fa-docker:before {
    content: '\f395';
}

.fa-dollar-sign:before {
    content: '\f155';
}

.fa-dolly:before {
    content: '\f472';
}

.fa-dolly-flatbed:before {
    content: '\f474';
}

.fa-donate:before {
    content: '\f4b9';
}

.fa-door-closed:before {
    content: '\f52a';
}

.fa-door-open:before {
    content: '\f52b';
}

.fa-dot-circle:before {
    content: '\f192';
}

.fa-dove:before {
    content: '\f4ba';
}

.fa-download:before {
    content: '\f019';
}

.fa-draft2digital:before {
    content: '\f396';
}

.fa-drafting-compass:before {
    content: '\f568';
}

.fa-draw-polygon:before {
    content: '\f5ee';
}

.fa-dribbble:before {
    content: '\f17d';
}

.fa-dribbble-square:before {
    content: '\f397';
}

.fa-dropbox:before {
    content: '\f16b';
}

.fa-drum:before {
    content: '\f569';
}

.fa-drum-steelpan:before {
    content: '\f56a';
}

.fa-drupal:before {
    content: '\f1a9';
}

.fa-dumbbell:before {
    content: '\f44b';
}

.fa-dyalog:before {
    content: '\f399';
}

.fa-earlybirds:before {
    content: '\f39a';
}

.fa-ebay:before {
    content: '\f4f4';
}

.fa-edge:before {
    content: '\f282';
}

.fa-edit:before {
    content: '\f044';
}

.fa-eject:before {
    content: '\f052';
}

.fa-elementor:before {
    content: '\f430';
}

.fa-ellipsis-h:before {
    content: '\f141';
}

.fa-ellipsis-v:before {
    content: '\f142';
}

.fa-ello:before {
    content: '\f5f1';
}

.fa-ember:before {
    content: '\f423';
}

.fa-empire:before {
    content: '\f1d1';
}

.fa-envelope:before {
    content: '\f0e0';
}

.fa-envelope-open:before {
    content: '\f2b6';
}

.fa-envelope-square:before {
    content: '\f199';
}

.fa-envira:before {
    content: '\f299';
}

.fa-equals:before {
    content: '\f52c';
}

.fa-eraser:before {
    content: '\f12d';
}

.fa-erlang:before {
    content: '\f39d';
}

.fa-ethereum:before {
    content: '\f42e';
}

.fa-etsy:before {
    content: '\f2d7';
}

.fa-euro-sign:before {
    content: '\f153';
}

.fa-exchange-alt:before {
    content: '\f362';
}

.fa-exclamation:before {
    content: '\f12a';
}

.fa-exclamation-circle:before {
    content: '\f06a';
}

.fa-exclamation-triangle:before {
    content: '\f071';
}

.fa-expand:before {
    content: '\f065';
}

.fa-expand-arrows-alt:before {
    content: '\f31e';
}

.fa-expeditedssl:before {
    content: '\f23e';
}

.fa-external-link-alt:before {
    content: '\f35d';
}

.fa-external-link-square-alt:before {
    content: '\f360';
}

.fa-eye:before {
    content: '\f06e';
}

.fa-eye-dropper:before {
    content: '\f1fb';
}

.fa-eye-slash:before {
    content: '\f070';
}

.fa-facebook:before {
    content: '\f09a';
}

.fa-facebook-f:before {
    content: '\f39e';
}

.fa-facebook-messenger:before {
    content: '\f39f';
}

.fa-facebook-square:before {
    content: '\f082';
}

.fa-fast-backward:before {
    content: '\f049';
}

.fa-fast-forward:before {
    content: '\f050';
}

.fa-fax:before {
    content: '\f1ac';
}

.fa-feather:before {
    content: '\f52d';
}

.fa-feather-alt:before {
    content: '\f56b';
}

.fa-female:before {
    content: '\f182';
}

.fa-fighter-jet:before {
    content: '\f0fb';
}

.fa-file:before {
    content: '\f15b';
}

.fa-file-alt:before {
    content: '\f15c';
}

.fa-file-archive:before {
    content: '\f1c6';
}

.fa-file-audio:before {
    content: '\f1c7';
}

.fa-file-code:before {
    content: '\f1c9';
}

.fa-file-contract:before {
    content: '\f56c';
}

.fa-file-download:before {
    content: '\f56d';
}

.fa-file-excel:before {
    content: '\f1c3';
}

.fa-file-export:before {
    content: '\f56e';
}

.fa-file-image:before {
    content: '\f1c5';
}

.fa-file-import:before {
    content: '\f56f';
}

.fa-file-invoice:before {
    content: '\f570';
}

.fa-file-invoice-dollar:before {
    content: '\f571';
}

.fa-file-medical:before {
    content: '\f477';
}

.fa-file-medical-alt:before {
    content: '\f478';
}

.fa-file-pdf:before {
    content: '\f1c1';
}

.fa-file-powerpoint:before {
    content: '\f1c4';
}

.fa-file-prescription:before {
    content: '\f572';
}

.fa-file-signature:before {
    content: '\f573';
}

.fa-file-upload:before {
    content: '\f574';
}

.fa-file-video:before {
    content: '\f1c8';
}

.fa-file-word:before {
    content: '\f1c2';
}

.fa-fill:before {
    content: '\f575';
}

.fa-fill-drip:before {
    content: '\f576';
}

.fa-film:before {
    content: '\f008';
}

.fa-filter:before {
    content: '\f0b0';
}

.fa-fingerprint:before {
    content: '\f577';
}

.fa-fire:before {
    content: '\f06d';
}

.fa-fire-extinguisher:before {
    content: '\f134';
}

.fa-firefox:before {
    content: '\f269';
}

.fa-first-aid:before {
    content: '\f479';
}

.fa-first-order:before {
    content: '\f2b0';
}

.fa-first-order-alt:before {
    content: '\f50a';
}

.fa-firstdraft:before {
    content: '\f3a1';
}

.fa-fish:before {
    content: '\f578';
}

.fa-flag:before {
    content: '\f024';
}

.fa-flag-checkered:before {
    content: '\f11e';
}

.fa-flask:before {
    content: '\f0c3';
}

.fa-flickr:before {
    content: '\f16e';
}

.fa-flipboard:before {
    content: '\f44d';
}

.fa-flushed:before {
    content: '\f579';
}

.fa-fly:before {
    content: '\f417';
}

.fa-folder:before {
    content: '\f07b';
}

.fa-folder-open:before {
    content: '\f07c';
}

.fa-font:before {
    content: '\f031';
}

.fa-font-awesome:before {
    content: '\f2b4';
}

.fa-font-awesome-alt:before {
    content: '\f35c';
}

.fa-font-awesome-flag:before {
    content: '\f425';
}

.fa-font-awesome-logo-full:before {
    content: '\f4e6';
}

.fa-fonticons:before {
    content: '\f280';
}

.fa-fonticons-fi:before {
    content: '\f3a2';
}

.fa-football-ball:before {
    content: '\f44e';
}

.fa-fort-awesome:before {
    content: '\f286';
}

.fa-fort-awesome-alt:before {
    content: '\f3a3';
}

.fa-forumbee:before {
    content: '\f211';
}

.fa-forward:before {
    content: '\f04e';
}

.fa-foursquare:before {
    content: '\f180';
}

.fa-free-code-camp:before {
    content: '\f2c5';
}

.fa-freebsd:before {
    content: '\f3a4';
}

.fa-frog:before {
    content: '\f52e';
}

.fa-frown:before {
    content: '\f119';
}

.fa-frown-open:before {
    content: '\f57a';
}

.fa-fulcrum:before {
    content: '\f50b';
}

.fa-futbol:before {
    content: '\f1e3';
}

.fa-galactic-republic:before {
    content: '\f50c';
}

.fa-galactic-senate:before {
    content: '\f50d';
}

.fa-gamepad:before {
    content: '\f11b';
}

.fa-gas-pump:before {
    content: '\f52f';
}

.fa-gavel:before {
    content: '\f0e3';
}

.fa-gem:before {
    content: '\f3a5';
}

.fa-genderless:before {
    content: '\f22d';
}

.fa-get-pocket:before {
    content: '\f265';
}

.fa-gg:before {
    content: '\f260';
}

.fa-gg-circle:before {
    content: '\f261';
}

.fa-gift:before {
    content: '\f06b';
}

.fa-git:before {
    content: '\f1d3';
}

.fa-git-square:before {
    content: '\f1d2';
}

.fa-github:before {
    content: '\f09b';
}

.fa-github-alt:before {
    content: '\f113';
}

.fa-github-square:before {
    content: '\f092';
}

.fa-gitkraken:before {
    content: '\f3a6';
}

.fa-gitlab:before {
    content: '\f296';
}

.fa-gitter:before {
    content: '\f426';
}

.fa-glass-martini:before {
    content: '\f000';
}

.fa-glass-martini-alt:before {
    content: '\f57b';
}

.fa-glasses:before {
    content: '\f530';
}

.fa-glide:before {
    content: '\f2a5';
}

.fa-glide-g:before {
    content: '\f2a6';
}

.fa-globe:before {
    content: '\f0ac';
}

.fa-globe-africa:before {
    content: '\f57c';
}

.fa-globe-americas:before {
    content: '\f57d';
}

.fa-globe-asia:before {
    content: '\f57e';
}

.fa-gofore:before {
    content: '\f3a7';
}

.fa-golf-ball:before {
    content: '\f450';
}

.fa-goodreads:before {
    content: '\f3a8';
}

.fa-goodreads-g:before {
    content: '\f3a9';
}

.fa-google:before {
    content: '\f1a0';
}

.fa-google-drive:before {
    content: '\f3aa';
}

.fa-google-play:before {
    content: '\f3ab';
}

.fa-google-plus:before {
    content: '\f2b3';
}

.fa-google-plus-g:before {
    content: '\f0d5';
}

.fa-google-plus-square:before {
    content: '\f0d4';
}

.fa-google-wallet:before {
    content: '\f1ee';
}

.fa-graduation-cap:before {
    content: '\f19d';
}

.fa-gratipay:before {
    content: '\f184';
}

.fa-grav:before {
    content: '\f2d6';
}

.fa-greater-than:before {
    content: '\f531';
}

.fa-greater-than-equal:before {
    content: '\f532';
}

.fa-grimace:before {
    content: '\f57f';
}

.fa-grin:before {
    content: '\f580';
}

.fa-grin-alt:before {
    content: '\f581';
}

.fa-grin-beam:before {
    content: '\f582';
}

.fa-grin-beam-sweat:before {
    content: '\f583';
}

.fa-grin-hearts:before {
    content: '\f584';
}

.fa-grin-squint:before {
    content: '\f585';
}

.fa-grin-squint-tears:before {
    content: '\f586';
}

.fa-grin-stars:before {
    content: '\f587';
}

.fa-grin-tears:before {
    content: '\f588';
}

.fa-grin-tongue:before {
    content: '\f589';
}

.fa-grin-tongue-squint:before {
    content: '\f58a';
}

.fa-grin-tongue-wink:before {
    content: '\f58b';
}

.fa-grin-wink:before {
    content: '\f58c';
}

.fa-grip-horizontal:before {
    content: '\f58d';
}

.fa-grip-vertical:before {
    content: '\f58e';
}

.fa-gripfire:before {
    content: '\f3ac';
}

.fa-grunt:before {
    content: '\f3ad';
}

.fa-gulp:before {
    content: '\f3ae';
}

.fa-h-square:before {
    content: '\f0fd';
}

.fa-hacker-news:before {
    content: '\f1d4';
}

.fa-hacker-news-square:before {
    content: '\f3af';
}

.fa-hackerrank:before {
    content: '\f5f7';
}

.fa-hand-holding:before {
    content: '\f4bd';
}

.fa-hand-holding-heart:before {
    content: '\f4be';
}

.fa-hand-holding-usd:before {
    content: '\f4c0';
}

.fa-hand-lizard:before {
    content: '\f258';
}

.fa-hand-paper:before {
    content: '\f256';
}

.fa-hand-peace:before {
    content: '\f25b';
}

.fa-hand-point-down:before {
    content: '\f0a7';
}

.fa-hand-point-left:before {
    content: '\f0a5';
}

.fa-hand-point-right:before {
    content: '\f0a4';
}

.fa-hand-point-up:before {
    content: '\f0a6';
}

.fa-hand-pointer:before {
    content: '\f25a';
}

.fa-hand-rock:before {
    content: '\f255';
}

.fa-hand-scissors:before {
    content: '\f257';
}

.fa-hand-spock:before {
    content: '\f259';
}

.fa-hands:before {
    content: '\f4c2';
}

.fa-hands-helping:before {
    content: '\f4c4';
}

.fa-handshake:before {
    content: '\f2b5';
}

.fa-hashtag:before {
    content: '\f292';
}

.fa-hdd:before {
    content: '\f0a0';
}

.fa-heading:before {
    content: '\f1dc';
}

.fa-headphones:before {
    content: '\f025';
}

.fa-headphones-alt:before {
    content: '\f58f';
}

.fa-headset:before {
    content: '\f590';
}

.fa-heart:before {
    content: '\f004';
}

.fa-heartbeat:before {
    content: '\f21e';
}

.fa-helicopter:before {
    content: '\f533';
}

.fa-highlighter:before {
    content: '\f591';
}

.fa-hips:before {
    content: '\f452';
}

.fa-hire-a-helper:before {
    content: '\f3b0';
}

.fa-history:before {
    content: '\f1da';
}

.fa-hockey-puck:before {
    content: '\f453';
}

.fa-home:before {
    content: '\f015';
}

.fa-hooli:before {
    content: '\f427';
}

.fa-hornbill:before {
    content: '\f592';
}

.fa-hospital:before {
    content: '\f0f8';
}

.fa-hospital-alt:before {
    content: '\f47d';
}

.fa-hospital-symbol:before {
    content: '\f47e';
}

.fa-hot-tub:before {
    content: '\f593';
}

.fa-hotel:before {
    content: '\f594';
}

.fa-hotjar:before {
    content: '\f3b1';
}

.fa-hourglass:before {
    content: '\f254';
}

.fa-hourglass-end:before {
    content: '\f253';
}

.fa-hourglass-half:before {
    content: '\f252';
}

.fa-hourglass-start:before {
    content: '\f251';
}

.fa-houzz:before {
    content: '\f27c';
}

.fa-html5:before {
    content: '\f13b';
}

.fa-hubspot:before {
    content: '\f3b2';
}

.fa-i-cursor:before {
    content: '\f246';
}

.fa-id-badge:before {
    content: '\f2c1';
}

.fa-id-card:before {
    content: '\f2c2';
}

.fa-id-card-alt:before {
    content: '\f47f';
}

.fa-image:before {
    content: '\f03e';
}

.fa-images:before {
    content: '\f302';
}

.fa-imdb:before {
    content: '\f2d8';
}

.fa-inbox:before {
    content: '\f01c';
}

.fa-indent:before {
    content: '\f03c';
}

.fa-industry:before {
    content: '\f275';
}

.fa-infinity:before {
    content: '\f534';
}

.fa-info:before {
    content: '\f129';
}

.fa-info-circle:before {
    content: '\f05a';
}

.fa-instagram:before {
    content: '\f16d';
}

.fa-internet-explorer:before {
    content: '\f26b';
}

.fa-ioxhost:before {
    content: '\f208';
}

.fa-italic:before {
    content: '\f033';
}

.fa-itunes:before {
    content: '\f3b4';
}

.fa-itunes-note:before {
    content: '\f3b5';
}

.fa-java:before {
    content: '\f4e4';
}

.fa-jedi-order:before {
    content: '\f50e';
}

.fa-jenkins:before {
    content: '\f3b6';
}

.fa-joget:before {
    content: '\f3b7';
}

.fa-joint:before {
    content: '\f595';
}

.fa-joomla:before {
    content: '\f1aa';
}

.fa-js:before {
    content: '\f3b8';
}

.fa-js-square:before {
    content: '\f3b9';
}

.fa-jsfiddle:before {
    content: '\f1cc';
}

.fa-kaggle:before {
    content: '\f5fa';
}

.fa-key:before {
    content: '\f084';
}

.fa-keybase:before {
    content: '\f4f5';
}

.fa-keyboard:before {
    content: '\f11c';
}

.fa-keycdn:before {
    content: '\f3ba';
}

.fa-kickstarter:before {
    content: '\f3bb';
}

.fa-kickstarter-k:before {
    content: '\f3bc';
}

.fa-kiss:before {
    content: '\f596';
}

.fa-kiss-beam:before {
    content: '\f597';
}

.fa-kiss-wink-heart:before {
    content: '\f598';
}

.fa-kiwi-bird:before {
    content: '\f535';
}

.fa-korvue:before {
    content: '\f42f';
}

.fa-language:before {
    content: '\f1ab';
}

.fa-laptop:before {
    content: '\f109';
}

.fa-laptop-code:before {
    content: '\f5fc';
}

.fa-laravel:before {
    content: '\f3bd';
}

.fa-lastfm:before {
    content: '\f202';
}

.fa-lastfm-square:before {
    content: '\f203';
}

.fa-laugh:before {
    content: '\f599';
}

.fa-laugh-beam:before {
    content: '\f59a';
}

.fa-laugh-squint:before {
    content: '\f59b';
}

.fa-laugh-wink:before {
    content: '\f59c';
}

.fa-layer-group:before {
    content: '\f5fd';
}

.fa-leaf:before {
    content: '\f06c';
}

.fa-leanpub:before {
    content: '\f212';
}

.fa-lemon:before {
    content: '\f094';
}

.fa-less:before {
    content: '\f41d';
}

.fa-less-than:before {
    content: '\f536';
}

.fa-less-than-equal:before {
    content: '\f537';
}

.fa-level-down-alt:before {
    content: '\f3be';
}

.fa-level-up-alt:before {
    content: '\f3bf';
}

.fa-life-ring:before {
    content: '\f1cd';
}

.fa-lightbulb:before {
    content: '\f0eb';
}

.fa-line:before {
    content: '\f3c0';
}

.fa-link:before {
    content: '\f0c1';
}

.fa-linkedin:before {
    content: '\f08c';
}

.fa-linkedin-in:before {
    content: '\f0e1';
}

.fa-linode:before {
    content: '\f2b8';
}

.fa-linux:before {
    content: '\f17c';
}

.fa-lira-sign:before {
    content: '\f195';
}

.fa-list:before {
    content: '\f03a';
}

.fa-list-alt:before {
    content: '\f022';
}

.fa-list-ol:before {
    content: '\f0cb';
}

.fa-list-ul:before {
    content: '\f0ca';
}

.fa-location-arrow:before {
    content: '\f124';
}

.fa-lock:before {
    content: '\f023';
}

.fa-lock-open:before {
    content: '\f3c1';
}

.fa-long-arrow-alt-down:before {
    content: '\f309';
}

.fa-long-arrow-alt-left:before {
    content: '\f30a';
}

.fa-long-arrow-alt-right:before {
    content: '\f30b';
}

.fa-long-arrow-alt-up:before {
    content: '\f30c';
}

.fa-low-vision:before {
    content: '\f2a8';
}

.fa-luggage-cart:before {
    content: '\f59d';
}

.fa-lyft:before {
    content: '\f3c3';
}

.fa-magento:before {
    content: '\f3c4';
}

.fa-magic:before {
    content: '\f0d0';
}

.fa-magnet:before {
    content: '\f076';
}

.fa-mailchimp:before {
    content: '\f59e';
}

.fa-male:before {
    content: '\f183';
}

.fa-mandalorian:before {
    content: '\f50f';
}

.fa-map:before {
    content: '\f279';
}

.fa-map-marked:before {
    content: '\f59f';
}

.fa-map-marked-alt:before {
    content: '\f5a0';
}

.fa-map-marker:before {
    content: '\f041';
}

.fa-map-marker-alt:before {
    content: '\f3c5';
}

.fa-map-pin:before {
    content: '\f276';
}

.fa-map-signs:before {
    content: '\f277';
}

.fa-markdown:before {
    content: '\f60f';
}

.fa-marker:before {
    content: '\f5a1';
}

.fa-mars:before {
    content: '\f222';
}

.fa-mars-double:before {
    content: '\f227';
}

.fa-mars-stroke:before {
    content: '\f229';
}

.fa-mars-stroke-h:before {
    content: '\f22b';
}

.fa-mars-stroke-v:before {
    content: '\f22a';
}

.fa-mastodon:before {
    content: '\f4f6';
}

.fa-maxcdn:before {
    content: '\f136';
}

.fa-medal:before {
    content: '\f5a2';
}

.fa-medapps:before {
    content: '\f3c6';
}

.fa-medium:before {
    content: '\f23a';
}

.fa-medium-m:before {
    content: '\f3c7';
}

.fa-medkit:before {
    content: '\f0fa';
}

.fa-medrt:before {
    content: '\f3c8';
}

.fa-meetup:before {
    content: '\f2e0';
}

.fa-megaport:before {
    content: '\f5a3';
}

.fa-meh:before {
    content: '\f11a';
}

.fa-meh-blank:before {
    content: '\f5a4';
}

.fa-meh-rolling-eyes:before {
    content: '\f5a5';
}

.fa-memory:before {
    content: '\f538';
}

.fa-mercury:before {
    content: '\f223';
}

.fa-microchip:before {
    content: '\f2db';
}

.fa-microphone:before {
    content: '\f130';
}

.fa-microphone-alt:before {
    content: '\f3c9';
}

.fa-microphone-alt-slash:before {
    content: '\f539';
}

.fa-microphone-slash:before {
    content: '\f131';
}

.fa-microscope:before {
    content: '\f610';
}

.fa-microsoft:before {
    content: '\f3ca';
}

.fa-minus:before {
    content: '\f068';
}

.fa-minus-circle:before {
    content: '\f056';
}

.fa-minus-square:before {
    content: '\f146';
}

.fa-mix:before {
    content: '\f3cb';
}

.fa-mixcloud:before {
    content: '\f289';
}

.fa-mizuni:before {
    content: '\f3cc';
}

.fa-mobile:before {
    content: '\f10b';
}

.fa-mobile-alt:before {
    content: '\f3cd';
}

.fa-modx:before {
    content: '\f285';
}

.fa-monero:before {
    content: '\f3d0';
}

.fa-money-bill:before {
    content: '\f0d6';
}

.fa-money-bill-alt:before {
    content: '\f3d1';
}

.fa-money-bill-wave:before {
    content: '\f53a';
}

.fa-money-bill-wave-alt:before {
    content: '\f53b';
}

.fa-money-check:before {
    content: '\f53c';
}

.fa-money-check-alt:before {
    content: '\f53d';
}

.fa-monument:before {
    content: '\f5a6';
}

.fa-moon:before {
    content: '\f186';
}

.fa-mortar-pestle:before {
    content: '\f5a7';
}

.fa-motorcycle:before {
    content: '\f21c';
}

.fa-mouse-pointer:before {
    content: '\f245';
}

.fa-music:before {
    content: '\f001';
}

.fa-napster:before {
    content: '\f3d2';
}

.fa-neos:before {
    content: '\f612';
}

.fa-neuter:before {
    content: '\f22c';
}

.fa-newspaper:before {
    content: '\f1ea';
}

.fa-nimblr:before {
    content: '\f5a8';
}

.fa-nintendo-switch:before {
    content: '\f418';
}

.fa-node:before {
    content: '\f419';
}

.fa-node-js:before {
    content: '\f3d3';
}

.fa-not-equal:before {
    content: '\f53e';
}

.fa-notes-medical:before {
    content: '\f481';
}

.fa-npm:before {
    content: '\f3d4';
}

.fa-ns8:before {
    content: '\f3d5';
}

.fa-nutritionix:before {
    content: '\f3d6';
}

.fa-object-group:before {
    content: '\f247';
}

.fa-object-ungroup:before {
    content: '\f248';
}

.fa-odnoklassniki:before {
    content: '\f263';
}

.fa-odnoklassniki-square:before {
    content: '\f264';
}

.fa-oil-can:before {
    content: '\f613';
}

.fa-old-republic:before {
    content: '\f510';
}

.fa-opencart:before {
    content: '\f23d';
}

.fa-openid:before {
    content: '\f19b';
}

.fa-opera:before {
    content: '\f26a';
}

.fa-optin-monster:before {
    content: '\f23c';
}

.fa-osi:before {
    content: '\f41a';
}

.fa-outdent:before {
    content: '\f03b';
}

.fa-page4:before {
    content: '\f3d7';
}

.fa-pagelines:before {
    content: '\f18c';
}

.fa-paint-brush:before {
    content: '\f1fc';
}

.fa-paint-roller:before {
    content: '\f5aa';
}

.fa-palette:before {
    content: '\f53f';
}

.fa-palfed:before {
    content: '\f3d8';
}

.fa-pallet:before {
    content: '\f482';
}

.fa-paper-plane:before {
    content: '\f1d8';
}

.fa-paperclip:before {
    content: '\f0c6';
}

.fa-parachute-box:before {
    content: '\f4cd';
}

.fa-paragraph:before {
    content: '\f1dd';
}

.fa-parking:before {
    content: '\f540';
}

.fa-passport:before {
    content: '\f5ab';
}

.fa-paste:before {
    content: '\f0ea';
}

.fa-patreon:before {
    content: '\f3d9';
}

.fa-pause:before {
    content: '\f04c';
}

.fa-pause-circle:before {
    content: '\f28b';
}

.fa-paw:before {
    content: '\f1b0';
}

.fa-paypal:before {
    content: '\f1ed';
}

.fa-pen:before {
    content: '\f304';
}

.fa-pen-alt:before {
    content: '\f305';
}

.fa-pen-fancy:before {
    content: '\f5ac';
}

.fa-pen-nib:before {
    content: '\f5ad';
}

.fa-pen-square:before {
    content: '\f14b';
}

.fa-pencil-alt:before {
    content: '\f303';
}

.fa-pencil-ruler:before {
    content: '\f5ae';
}

.fa-people-carry:before {
    content: '\f4ce';
}

.fa-percent:before {
    content: '\f295';
}

.fa-percentage:before {
    content: '\f541';
}

.fa-periscope:before {
    content: '\f3da';
}

.fa-phabricator:before {
    content: '\f3db';
}

.fa-phoenix-framework:before {
    content: '\f3dc';
}

.fa-phoenix-squadron:before {
    content: '\f511';
}

.fa-phone:before {
    content: '\f095';
}

.fa-phone-slash:before {
    content: '\f3dd';
}

.fa-phone-square:before {
    content: '\f098';
}

.fa-phone-volume:before {
    content: '\f2a0';
}

.fa-php:before {
    content: '\f457';
}

.fa-pied-piper:before {
    content: '\f2ae';
}

.fa-pied-piper-alt:before {
    content: '\f1a8';
}

.fa-pied-piper-hat:before {
    content: '\f4e5';
}

.fa-pied-piper-pp:before {
    content: '\f1a7';
}

.fa-piggy-bank:before {
    content: '\f4d3';
}

.fa-pills:before {
    content: '\f484';
}

.fa-pinterest:before {
    content: '\f0d2';
}

.fa-pinterest-p:before {
    content: '\f231';
}

.fa-pinterest-square:before {
    content: '\f0d3';
}

.fa-plane:before {
    content: '\f072';
}

.fa-plane-arrival:before {
    content: '\f5af';
}

.fa-plane-departure:before {
    content: '\f5b0';
}

.fa-play:before {
    content: '\f04b';
}

.fa-play-circle:before {
    content: '\f144';
}

.fa-playstation:before {
    content: '\f3df';
}

.fa-plug:before {
    content: '\f1e6';
}

.fa-plus:before {
    content: '\f067';
}

.fa-plus-circle:before {
    content: '\f055';
}

.fa-plus-square:before {
    content: '\f0fe';
}

.fa-podcast:before {
    content: '\f2ce';
}

.fa-poo:before {
    content: '\f2fe';
}

.fa-poop:before {
    content: '\f619';
}

.fa-portrait:before {
    content: '\f3e0';
}

.fa-pound-sign:before {
    content: '\f154';
}

.fa-power-off:before {
    content: '\f011';
}

.fa-prescription:before {
    content: '\f5b1';
}

.fa-prescription-bottle:before {
    content: '\f485';
}

.fa-prescription-bottle-alt:before {
    content: '\f486';
}

.fa-print:before {
    content: '\f02f';
}

.fa-procedures:before {
    content: '\f487';
}

.fa-product-hunt:before {
    content: '\f288';
}

.fa-project-diagram:before {
    content: '\f542';
}

.fa-pushed:before {
    content: '\f3e1';
}

.fa-puzzle-piece:before {
    content: '\f12e';
}

.fa-python:before {
    content: '\f3e2';
}

.fa-qq:before {
    content: '\f1d6';
}

.fa-qrcode:before {
    content: '\f029';
}

.fa-question:before {
    content: '\f128';
}

.fa-question-circle:before {
    content: '\f059';
}

.fa-quidditch:before {
    content: '\f458';
}

.fa-quinscape:before {
    content: '\f459';
}

.fa-quora:before {
    content: '\f2c4';
}

.fa-quote-left:before {
    content: '\f10d';
}

.fa-quote-right:before {
    content: '\f10e';
}

.fa-r-project:before {
    content: '\f4f7';
}

.fa-random:before {
    content: '\f074';
}

.fa-ravelry:before {
    content: '\f2d9';
}

.fa-react:before {
    content: '\f41b';
}

.fa-readme:before {
    content: '\f4d5';
}

.fa-rebel:before {
    content: '\f1d0';
}

.fa-receipt:before {
    content: '\f543';
}

.fa-recycle:before {
    content: '\f1b8';
}

.fa-red-river:before {
    content: '\f3e3';
}

.fa-reddit:before {
    content: '\f1a1';
}

.fa-reddit-alien:before {
    content: '\f281';
}

.fa-reddit-square:before {
    content: '\f1a2';
}

.fa-redo:before {
    content: '\f01e';
}

.fa-redo-alt:before {
    content: '\f2f9';
}

.fa-registered:before {
    content: '\f25d';
}

.fa-rendact:before {
    content: '\f3e4';
}

.fa-renren:before {
    content: '\f18b';
}

.fa-reply:before {
    content: '\f3e5';
}

.fa-reply-all:before {
    content: '\f122';
}

.fa-replyd:before {
    content: '\f3e6';
}

.fa-researchgate:before {
    content: '\f4f8';
}

.fa-resolving:before {
    content: '\f3e7';
}

.fa-retweet:before {
    content: '\f079';
}

.fa-rev:before {
    content: '\f5b2';
}

.fa-ribbon:before {
    content: '\f4d6';
}

.fa-road:before {
    content: '\f018';
}

.fa-robot:before {
    content: '\f544';
}

.fa-rocket:before {
    content: '\f135';
}

.fa-rocketchat:before {
    content: '\f3e8';
}

.fa-rockrms:before {
    content: '\f3e9';
}

.fa-route:before {
    content: '\f4d7';
}

.fa-rss:before {
    content: '\f09e';
}

.fa-rss-square:before {
    content: '\f143';
}

.fa-ruble-sign:before {
    content: '\f158';
}

.fa-ruler:before {
    content: '\f545';
}

.fa-ruler-combined:before {
    content: '\f546';
}

.fa-ruler-horizontal:before {
    content: '\f547';
}

.fa-ruler-vertical:before {
    content: '\f548';
}

.fa-rupee-sign:before {
    content: '\f156';
}

.fa-sad-cry:before {
    content: '\f5b3';
}

.fa-sad-tear:before {
    content: '\f5b4';
}

.fa-safari:before {
    content: '\f267';
}

.fa-sass:before {
    content: '\f41e';
}

.fa-save:before {
    content: '\f0c7';
}

.fa-schlix:before {
    content: '\f3ea';
}

.fa-school:before {
    content: '\f549';
}

.fa-screwdriver:before {
    content: '\f54a';
}

.fa-scribd:before {
    content: '\f28a';
}

.fa-search:before {
    content: '\f002';
}

.fa-search-minus:before {
    content: '\f010';
}

.fa-search-plus:before {
    content: '\f00e';
}

.fa-searchengin:before {
    content: '\f3eb';
}

.fa-seedling:before {
    content: '\f4d8';
}

.fa-sellcast:before {
    content: '\f2da';
}

.fa-sellsy:before {
    content: '\f213';
}

.fa-server:before {
    content: '\f233';
}

.fa-servicestack:before {
    content: '\f3ec';
}

.fa-shapes:before {
    content: '\f61f';
}

.fa-share:before {
    content: '\f064';
}

.fa-share-alt:before {
    content: '\f1e0';
}

.fa-share-alt-square:before {
    content: '\f1e1';
}

.fa-share-square:before {
    content: '\f14d';
}

.fa-shekel-sign:before {
    content: '\f20b';
}

.fa-shield-alt:before {
    content: '\f3ed';
}

.fa-ship:before {
    content: '\f21a';
}

.fa-shipping-fast:before {
    content: '\f48b';
}

.fa-shirtsinbulk:before {
    content: '\f214';
}

.fa-shoe-prints:before {
    content: '\f54b';
}

.fa-shopping-bag:before {
    content: '\f290';
}

.fa-shopping-basket:before {
    content: '\f291';
}

.fa-shopping-cart:before {
    content: '\f07a';
}

.fa-shopware:before {
    content: '\f5b5';
}

.fa-shower:before {
    content: '\f2cc';
}

.fa-shuttle-van:before {
    content: '\f5b6';
}

.fa-sign:before {
    content: '\f4d9';
}

.fa-sign-in-alt:before {
    content: '\f2f6';
}

.fa-sign-language:before {
    content: '\f2a7';
}

.fa-sign-out-alt:before {
    content: '\f2f5';
}

.fa-signal:before {
    content: '\f012';
}

.fa-signature:before {
    content: '\f5b7';
}

.fa-simplybuilt:before {
    content: '\f215';
}

.fa-sistrix:before {
    content: '\f3ee';
}

.fa-sitemap:before {
    content: '\f0e8';
}

.fa-sith:before {
    content: '\f512';
}

.fa-skull:before {
    content: '\f54c';
}

.fa-skyatlas:before {
    content: '\f216';
}

.fa-skype:before {
    content: '\f17e';
}

.fa-slack:before {
    content: '\f198';
}

.fa-slack-hash:before {
    content: '\f3ef';
}

.fa-sliders-h:before {
    content: '\f1de';
}

.fa-slideshare:before {
    content: '\f1e7';
}

.fa-smile:before {
    content: '\f118';
}

.fa-smile-beam:before {
    content: '\f5b8';
}

.fa-smile-wink:before {
    content: '\f4da';
}

.fa-smoking:before {
    content: '\f48d';
}

.fa-smoking-ban:before {
    content: '\f54d';
}

.fa-snapchat:before {
    content: '\f2ab';
}

.fa-snapchat-ghost:before {
    content: '\f2ac';
}

.fa-snapchat-square:before {
    content: '\f2ad';
}

.fa-snowflake:before {
    content: '\f2dc';
}

.fa-solar-panel:before {
    content: '\f5ba';
}

.fa-sort:before {
    content: '\f0dc';
}

.fa-sort-alpha-down:before {
    content: '\f15d';
}

.fa-sort-alpha-up:before {
    content: '\f15e';
}

.fa-sort-amount-down:before {
    content: '\f160';
}

.fa-sort-amount-up:before {
    content: '\f161';
}

.fa-sort-down:before {
    content: '\f0dd';
}

.fa-sort-numeric-down:before {
    content: '\f162';
}

.fa-sort-numeric-up:before {
    content: '\f163';
}

.fa-sort-up:before {
    content: '\f0de';
}

.fa-soundcloud:before {
    content: '\f1be';
}

.fa-spa:before {
    content: '\f5bb';
}

.fa-space-shuttle:before {
    content: '\f197';
}

.fa-speakap:before {
    content: '\f3f3';
}

.fa-spinner:before {
    content: '\f110';
}

.fa-splotch:before {
    content: '\f5bc';
}

.fa-spotify:before {
    content: '\f1bc';
}

.fa-spray-can:before {
    content: '\f5bd';
}

.fa-square:before {
    content: '\f0c8';
}

.fa-square-full:before {
    content: '\f45c';
}

.fa-squarespace:before {
    content: '\f5be';
}

.fa-stack-exchange:before {
    content: '\f18d';
}

.fa-stack-overflow:before {
    content: '\f16c';
}

.fa-stamp:before {
    content: '\f5bf';
}

.fa-star:before {
    content: '\f005';
}

.fa-star-half:before {
    content: '\f089';
}

.fa-star-half-alt:before {
    content: '\f5c0';
}

.fa-star-of-life:before {
    content: '\f621';
}

.fa-staylinked:before {
    content: '\f3f5';
}

.fa-steam:before {
    content: '\f1b6';
}

.fa-steam-square:before {
    content: '\f1b7';
}

.fa-steam-symbol:before {
    content: '\f3f6';
}

.fa-step-backward:before {
    content: '\f048';
}

.fa-step-forward:before {
    content: '\f051';
}

.fa-stethoscope:before {
    content: '\f0f1';
}

.fa-sticker-mule:before {
    content: '\f3f7';
}

.fa-sticky-note:before {
    content: '\f249';
}

.fa-stop:before {
    content: '\f04d';
}

.fa-stop-circle:before {
    content: '\f28d';
}

.fa-stopwatch:before {
    content: '\f2f2';
}

.fa-store:before {
    content: '\f54e';
}

.fa-store-alt:before {
    content: '\f54f';
}

.fa-strava:before {
    content: '\f428';
}

.fa-stream:before {
    content: '\f550';
}

.fa-street-view:before {
    content: '\f21d';
}

.fa-strikethrough:before {
    content: '\f0cc';
}

.fa-stripe:before {
    content: '\f429';
}

.fa-stripe-s:before {
    content: '\f42a';
}

.fa-stroopwafel:before {
    content: '\f551';
}

.fa-studiovinari:before {
    content: '\f3f8';
}

.fa-stumbleupon:before {
    content: '\f1a4';
}

.fa-stumbleupon-circle:before {
    content: '\f1a3';
}

.fa-subscript:before {
    content: '\f12c';
}

.fa-subway:before {
    content: '\f239';
}

.fa-suitcase:before {
    content: '\f0f2';
}

.fa-suitcase-rolling:before {
    content: '\f5c1';
}

.fa-sun:before {
    content: '\f185';
}

.fa-superpowers:before {
    content: '\f2dd';
}

.fa-superscript:before {
    content: '\f12b';
}

.fa-supple:before {
    content: '\f3f9';
}

.fa-surprise:before {
    content: '\f5c2';
}

.fa-swatchbook:before {
    content: '\f5c3';
}

.fa-swimmer:before {
    content: '\f5c4';
}

.fa-swimming-pool:before {
    content: '\f5c5';
}

.fa-sync:before {
    content: '\f021';
}

.fa-sync-alt:before {
    content: '\f2f1';
}

.fa-syringe:before {
    content: '\f48e';
}

.fa-table:before {
    content: '\f0ce';
}

.fa-table-tennis:before {
    content: '\f45d';
}

.fa-tablet:before {
    content: '\f10a';
}

.fa-tablet-alt:before {
    content: '\f3fa';
}

.fa-tablets:before {
    content: '\f490';
}

.fa-tachometer-alt:before {
    content: '\f3fd';
}

.fa-tag:before {
    content: '\f02b';
}

.fa-tags:before {
    content: '\f02c';
}

.fa-tape:before {
    content: '\f4db';
}

.fa-tasks:before {
    content: '\f0ae';
}

.fa-taxi:before {
    content: '\f1ba';
}

.fa-teamspeak:before {
    content: '\f4f9';
}

.fa-teeth:before {
    content: '\f62e';
}

.fa-teeth-open:before {
    content: '\f62f';
}

.fa-telegram:before {
    content: '\f2c6';
}

.fa-telegram-plane:before {
    content: '\f3fe';
}

.fa-tencent-weibo:before {
    content: '\f1d5';
}

.fa-terminal:before {
    content: '\f120';
}

.fa-text-height:before {
    content: '\f034';
}

.fa-text-width:before {
    content: '\f035';
}

.fa-th:before {
    content: '\f00a';
}

.fa-th-large:before {
    content: '\f009';
}

.fa-th-list:before {
    content: '\f00b';
}

.fa-theater-masks:before {
    content: '\f630';
}

.fa-themeco:before {
    content: '\f5c6';
}

.fa-themeisle:before {
    content: '\f2b2';
}

.fa-thermometer:before {
    content: '\f491';
}

.fa-thermometer-empty:before {
    content: '\f2cb';
}

.fa-thermometer-full:before {
    content: '\f2c7';
}

.fa-thermometer-half:before {
    content: '\f2c9';
}

.fa-thermometer-quarter:before {
    content: '\f2ca';
}

.fa-thermometer-three-quarters:before {
    content: '\f2c8';
}

.fa-thumbs-down:before {
    content: '\f165';
}

.fa-thumbs-up:before {
    content: '\f164';
}

.fa-thumbtack:before {
    content: '\f08d';
}

.fa-ticket-alt:before {
    content: '\f3ff';
}

.fa-times:before {
    content: '\f00d';
}

.fa-times-circle:before {
    content: '\f057';
}

.fa-tint:before {
    content: '\f043';
}

.fa-tint-slash:before {
    content: '\f5c7';
}

.fa-tired:before {
    content: '\f5c8';
}

.fa-toggle-off:before {
    content: '\f204';
}

.fa-toggle-on:before {
    content: '\f205';
}

.fa-toolbox:before {
    content: '\f552';
}

.fa-tooth:before {
    content: '\f5c9';
}

.fa-trade-federation:before {
    content: '\f513';
}

.fa-trademark:before {
    content: '\f25c';
}

.fa-traffic-light:before {
    content: '\f637';
}

.fa-train:before {
    content: '\f238';
}

.fa-transgender:before {
    content: '\f224';
}

.fa-transgender-alt:before {
    content: '\f225';
}

.fa-trash:before {
    content: '\f1f8';
}

.fa-trash-alt:before {
    content: '\f2ed';
}

.fa-tree:before {
    content: '\f1bb';
}

.fa-trello:before {
    content: '\f181';
}

.fa-tripadvisor:before {
    content: '\f262';
}

.fa-trophy:before {
    content: '\f091';
}

.fa-truck:before {
    content: '\f0d1';
}

.fa-truck-loading:before {
    content: '\f4de';
}

.fa-truck-monster:before {
    content: '\f63b';
}

.fa-truck-moving:before {
    content: '\f4df';
}

.fa-truck-pickup:before {
    content: '\f63c';
}

.fa-tshirt:before {
    content: '\f553';
}

.fa-tty:before {
    content: '\f1e4';
}

.fa-tumblr:before {
    content: '\f173';
}

.fa-tumblr-square:before {
    content: '\f174';
}

.fa-tv:before {
    content: '\f26c';
}

.fa-twitch:before {
    content: '\f1e8';
}

.fa-twitter:before {
    content: '\f099';
}

.fa-twitter-square:before {
    content: '\f081';
}

.fa-typo3:before {
    content: '\f42b';
}

.fa-uber:before {
    content: '\f402';
}

.fa-uikit:before {
    content: '\f403';
}

.fa-umbrella:before {
    content: '\f0e9';
}

.fa-umbrella-beach:before {
    content: '\f5ca';
}

.fa-underline:before {
    content: '\f0cd';
}

.fa-undo:before {
    content: '\f0e2';
}

.fa-undo-alt:before {
    content: '\f2ea';
}

.fa-uniregistry:before {
    content: '\f404';
}

.fa-universal-access:before {
    content: '\f29a';
}

.fa-university:before {
    content: '\f19c';
}

.fa-unlink:before {
    content: '\f127';
}

.fa-unlock:before {
    content: '\f09c';
}

.fa-unlock-alt:before {
    content: '\f13e';
}

.fa-untappd:before {
    content: '\f405';
}

.fa-upload:before {
    content: '\f093';
}

.fa-usb:before {
    content: '\f287';
}

.fa-user:before {
    content: '\f007';
}

.fa-user-alt:before {
    content: '\f406';
}

.fa-user-alt-slash:before {
    content: '\f4fa';
}

.fa-user-astronaut:before {
    content: '\f4fb';
}

.fa-user-check:before {
    content: '\f4fc';
}

.fa-user-circle:before {
    content: '\f2bd';
}

.fa-user-clock:before {
    content: '\f4fd';
}

.fa-user-cog:before {
    content: '\f4fe';
}

.fa-user-edit:before {
    content: '\f4ff';
}

.fa-user-friends:before {
    content: '\f500';
}

.fa-user-graduate:before {
    content: '\f501';
}

.fa-user-lock:before {
    content: '\f502';
}

.fa-user-md:before {
    content: '\f0f0';
}

.fa-user-minus:before {
    content: '\f503';
}

.fa-user-ninja:before {
    content: '\f504';
}

.fa-user-plus:before {
    content: '\f234';
}

.fa-user-secret:before {
    content: '\f21b';
}

.fa-user-shield:before {
    content: '\f505';
}

.fa-user-slash:before {
    content: '\f506';
}

.fa-user-tag:before {
    content: '\f507';
}

.fa-user-tie:before {
    content: '\f508';
}

.fa-user-times:before {
    content: '\f235';
}

.fa-users:before {
    content: '\f0c0';
}

.fa-users-cog:before {
    content: '\f509';
}

.fa-ussunnah:before {
    content: '\f407';
}

.fa-utensil-spoon:before {
    content: '\f2e5';
}

.fa-utensils:before {
    content: '\f2e7';
}

.fa-vaadin:before {
    content: '\f408';
}

.fa-vector-square:before {
    content: '\f5cb';
}

.fa-venus:before {
    content: '\f221';
}

.fa-venus-double:before {
    content: '\f226';
}

.fa-venus-mars:before {
    content: '\f228';
}

.fa-viacoin:before {
    content: '\f237';
}

.fa-viadeo:before {
    content: '\f2a9';
}

.fa-viadeo-square:before {
    content: '\f2aa';
}

.fa-vial:before {
    content: '\f492';
}

.fa-vials:before {
    content: '\f493';
}

.fa-viber:before {
    content: '\f409';
}

.fa-video:before {
    content: '\f03d';
}

.fa-video-slash:before {
    content: '\f4e2';
}

.fa-vimeo:before {
    content: '\f40a';
}

.fa-vimeo-square:before {
    content: '\f194';
}

.fa-vimeo-v:before {
    content: '\f27d';
}

.fa-vine:before {
    content: '\f1ca';
}

.fa-vk:before {
    content: '\f189';
}

.fa-vnv:before {
    content: '\f40b';
}

.fa-volleyball-ball:before {
    content: '\f45f';
}

.fa-volume-down:before {
    content: '\f027';
}

.fa-volume-off:before {
    content: '\f026';
}

.fa-volume-up:before {
    content: '\f028';
}

.fa-vuejs:before {
    content: '\f41f';
}

.fa-walking:before {
    content: '\f554';
}

.fa-wallet:before {
    content: '\f555';
}

.fa-warehouse:before {
    content: '\f494';
}

.fa-weebly:before {
    content: '\f5cc';
}

.fa-weibo:before {
    content: '\f18a';
}

.fa-weight:before {
    content: '\f496';
}

.fa-weight-hanging:before {
    content: '\f5cd';
}

.fa-weixin:before {
    content: '\f1d7';
}

.fa-whatsapp:before {
    content: '\f232';
}

.fa-whatsapp-square:before {
    content: '\f40c';
}

.fa-wheelchair:before {
    content: '\f193';
}

.fa-whmcs:before {
    content: '\f40d';
}

.fa-wifi:before {
    content: '\f1eb';
}

.fa-wikipedia-w:before {
    content: '\f266';
}

.fa-window-close:before {
    content: '\f410';
}

.fa-window-maximize:before {
    content: '\f2d0';
}

.fa-window-minimize:before {
    content: '\f2d1';
}

.fa-window-restore:before {
    content: '\f2d2';
}

.fa-windows:before {
    content: '\f17a';
}

.fa-wine-glass:before {
    content: '\f4e3';
}

.fa-wine-glass-alt:before {
    content: '\f5ce';
}

.fa-wix:before {
    content: '\f5cf';
}

.fa-wolf-pack-battalion:before {
    content: '\f514';
}

.fa-won-sign:before {
    content: '\f159';
}

.fa-wordpress:before {
    content: '\f19a';
}

.fa-wordpress-simple:before {
    content: '\f411';
}

.fa-wpbeginner:before {
    content: '\f297';
}

.fa-wpexplorer:before {
    content: '\f2de';
}

.fa-wpforms:before {
    content: '\f298';
}

.fa-wrench:before {
    content: '\f0ad';
}

.fa-x-ray:before {
    content: '\f497';
}

.fa-xbox:before {
    content: '\f412';
}

.fa-xing:before {
    content: '\f168';
}

.fa-xing-square:before {
    content: '\f169';
}

.fa-y-combinator:before {
    content: '\f23b';
}

.fa-yahoo:before {
    content: '\f19e';
}

.fa-yandex:before {
    content: '\f413';
}

.fa-yandex-international:before {
    content: '\f414';
}

.fa-yelp:before {
    content: '\f1e9';
}

.fa-yen-sign:before {
    content: '\f157';
}

.fa-yoast:before {
    content: '\f2b1';
}

.fa-youtube:before {
    content: '\f167';
}

.fa-youtube-square:before {
    content: '\f431';
}

.fa-zhihu:before {
    content: '\f63f';
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Fontawesome/fa-brands-400.eot);
    src: url(../fonts/Fontawesome/fa-brands-400.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Fontawesome/fa-brands-400.woff2) format('woff2'),
        url(../fonts/Fontawesome/fa-brands-400.woff) format('woff'),
        url(../fonts/Fontawesome/fa-brands-400.ttf) format('truetype'),
        url(../fonts/Fontawesome/fa-brands-400.svg#fontawesome) format('svg');
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Fontawesome/fa-regular-400.eot);
    src: url(../fonts/Fontawesome/fa-regular-400.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Fontawesome/fa-regular-400.woff2) format('woff2'),
        url(../fonts/Fontawesome/fa-regular-400.woff) format('woff'),
        url(../fonts/Fontawesome/fa-regular-400.ttf) format('truetype'),
        url(../fonts/Fontawesome/fa-regular-400.svg#fontawesome) format('svg');
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Fontawesome/fa-solid-900.eot);
    src: url(../fonts/Fontawesome/fa-solid-900.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Fontawesome/fa-solid-900.woff2) format('woff2'),
        url(../fonts/Fontawesome/fa-solid-900.woff) format('woff'),
        url(../fonts/Fontawesome/fa-solid-900.ttf) format('truetype'),
        url(../fonts/Fontawesome/fa-solid-900.svg#fontawesome) format('svg');
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: '';
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--3dx .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::after,
.hamburger--3dx .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::after,
.hamburger--3dx-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::after,
.hamburger--3dy .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::after,
.hamburger--3dy-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::after,
.hamburger--3dxy-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowalt .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.1s ease,
        -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),
        -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.1s ease,
        -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),
        -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    -webkit-transition: top 0.1s ease,
        -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),
        -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    -webkit-transition: bottom 0.1s ease,
        -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),
        -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.1s ease,
        -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),
        -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.1s ease,
        -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),
        -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    -webkit-transition: top 0.1s ease,
        -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),
        -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    -webkit-transition: bottom 0.1s ease,
        -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),
        -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowturn.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::after,
.hamburger--boring .hamburger-inner::before {
    -webkit-transition-property: none;
    transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
    transform: translate3d(0, -10px, 0) rotate(45deg);
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 125ms 275ms ease;
    transition: opacity 125ms 275ms ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55),
        -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55),
        -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
    transform: translate3d(0, 10px, 0) rotate(135deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms;
}

.hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms;
}

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 125ms 275ms ease;
    transition: opacity 125ms 275ms ease;
}

.hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55),
        -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55),
        -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
    transform: translate3d(0, -20px, 0) rotate(270deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms;
}

.hamburger--emphatic {
    overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 125ms 175ms ease-in;
    transition: background-color 125ms 175ms ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 50ms 125ms linear, left 125ms 175ms ease-in,
        -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 50ms 125ms linear, left 125ms 175ms ease-in,
        -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 125ms linear,
        left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 125ms linear,
        left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
    top: 10px;
    right: 0;
    -webkit-transition: top 50ms 125ms linear, right 125ms 175ms ease-in,
        -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 50ms 125ms linear, right 125ms 175ms ease-in,
        -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 125ms linear,
        right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 125ms linear,
        right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -80px;
    top: -80px;
    -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    -webkit-transition: left 125ms ease-out, top 50ms 125ms linear,
        -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear,
        -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear,
        transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear,
        transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1),
        -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -80px;
    top: -80px;
    -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    -webkit-transition: right 125ms ease-out, top 50ms 125ms linear,
        -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear,
        -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear,
        transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear,
        transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1),
        -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r {
    overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 125ms 175ms ease-in;
    transition: background-color 125ms 175ms ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 50ms 125ms linear, left 125ms 175ms ease-in,
        -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 50ms 125ms linear, left 125ms 175ms ease-in,
        -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 125ms linear,
        left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 125ms linear,
        left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
    top: 10px;
    right: 0;
    -webkit-transition: top 50ms 125ms linear, right 125ms 175ms ease-in,
        -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 50ms 125ms linear, right 125ms 175ms ease-in,
        -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 125ms linear,
        right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 125ms linear,
        right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -80px;
    top: 80px;
    -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
    -webkit-transition: left 125ms ease-out, top 50ms 125ms linear,
        -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear,
        -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear,
        transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear,
        transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1),
        -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -80px;
    top: 80px;
    -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
    -webkit-transition: right 125ms ease-out, top 50ms 125ms linear,
        -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear,
        -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear,
        transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear,
        transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1),
        -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--minus .hamburger-inner::after,
.hamburger--minus .hamburger-inner::before {
    -webkit-transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out, opacity 0s linear;
    transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::after,
.hamburger--minus.is-active .hamburger-inner::before {
    opacity: 0;
    -webkit-transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s 80ms linear;
    transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s 80ms linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0;
}

.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
    top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
    transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in,
        -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in,
        -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out,
        -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out,
        -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in,
        -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in,
        -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: bottom 0.1s ease-out,
        -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out,
        -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    -webkit-transition: background-color 0s 0.13s linear;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand .hamburger-inner {
    -webkit-transition: background-color 0s 75ms linear,
        -webkit-transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: background-color 0s 75ms linear,
        -webkit-transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        background-color 0s 75ms linear;
    transition: transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        background-color 0s 75ms linear,
        -webkit-transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
    -webkit-transition: top 75ms 75ms ease-in,
        -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 75ms 75ms ease-in,
        -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
    -webkit-transition: bottom 75ms 75ms ease-in,
        -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 75ms ease-in,
        -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent;
    -webkit-transition: background-color 0s 0.15s linear,
        -webkit-transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0s 0.15s linear,
        -webkit-transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1),
        background-color 0s 0.15s linear;
    transition: transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1),
        background-color 0s 0.15s linear,
        -webkit-transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 75ms 0.1s ease-out,
        -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 75ms 0.1s ease-out,
        -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 75ms 0.1s ease-out, transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 75ms 0.1s ease-out, transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms 0.1s ease-out,
        -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms 0.1s ease-out,
        -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms 0.1s ease-out, transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms 0.1s ease-out, transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r .hamburger-inner {
    -webkit-transition: background-color 0s 75ms linear,
        -webkit-transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: background-color 0s 75ms linear,
        -webkit-transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        background-color 0s 75ms linear;
    transition: transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        background-color 0s 75ms linear,
        -webkit-transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
    -webkit-transition: top 75ms 75ms ease-in,
        -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 75ms 75ms ease-in,
        -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
    -webkit-transition: bottom 75ms 75ms ease-in,
        -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 75ms ease-in,
        -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: transparent;
    -webkit-transition: background-color 0s 0.15s linear,
        -webkit-transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0s 0.15s linear,
        -webkit-transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1),
        background-color 0s 0.15s linear;
    transition: transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1),
        background-color 0s 0.15s linear,
        -webkit-transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 75ms 0.1s ease-out,
        -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 75ms 0.1s ease-out,
        -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 75ms 0.1s ease-out, transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 75ms 0.1s ease-out, transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms 0.1s ease-out,
        -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms 0.1s ease-out,
        -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms 0.1s ease-out, transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms 0.1s ease-out, transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
    transition: top 75ms 0.12s ease, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 75ms 0.12s ease,
        -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 0.12s ease,
        -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
    transition: top 75ms ease, opacity 75ms 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 75ms ease,
        -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--vortex .hamburger-inner {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::after,
.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transform: rotate(765deg);
    transform: rotate(765deg);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::after,
.hamburger--vortex.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::after,
.hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-765deg);
    transform: rotate(-765deg);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::after,
.hamburger--vortex-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    color: #333;
    margin-bottom: 415px;
}

body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.7);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.mobile-nav-opened:before {
    z-index: 5;
    opacity: 1;
    visibility: visible;
}

.header-input-mobile {
    display: none;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-responsive.img-width {
    width: 100%;
}

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

b,
strong {
    font-weight: 700;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

ul a {
    color: #fff;
}

ul a:hover {
    text-decoration: none;
    color: #fff;
}

ul.solution-page-info-description-downloads a {
    font-weight: 600;
    color: #1c3673 !important;
    font-size: 14px;
}

ul.solution-page-info-description-downloads a:hover {
    text-decoration: underline;
    color: #1c3673 !important;
}
ul.solution-page-info-description-downloads {
    width: 100%;
}
ul.solution-page-info-description-downloads li {
    margin-right: 15px;
    width: 190px;
    float: left;
    margin-bottom: 15px;
}
ul.solution-page-info-description-downloads li div.left {
    margin-right: 10px;
    width: 40px;
}
ul.solution-page-info-description-downloads li div.left img {
    max-width: 38px;
    max-height: 36px;
}
.mg_20 {
    margin-top: 20px;
}

input {
    color: #fff;
    border: none;
}

input:focus {
    outline: 0;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

.hamburger {
    outline: 0;
    opacity: 1;
}

.hamburger:active,
.hamburger:focus,
.hamburger:hover {
    outline: 0;
    opacity: 1;
}

.hamburger .hamburger-box span,
.hamburger .hamburger-box span:after,
.hamburger .hamburger-box span:before {
    background: #a2b7d2;
    height: 3px;
    width: 35px;
}

.mobile-nav-opened {
    position: relative;
    overflow: hidden;
}

.mobile-nav-opened .header-main-b .header-main-bottom .header-nav-mobile {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.header-main-b .header-main-bottom .header-nav-mobile ul .secondary-nav-opened .secondary-ul {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.header-main-t {
    background: #fff;
    width: 100%;
}

.header-main-t .header-main-top {
    padding: 55px 0;
}

.header-main-t .header-main-top .header-phone {
    height: 40px;
}

.header-main-t .header-main-top .header-phone .left {
    background: #5a6978;
    width: 40px;
}

.header-main-t .header-main-top .header-phone .right {
    background: #f04037;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    padding-left: 17px;
    padding-right: 17px;
}

.header-main-t .header-main-top .header-phone-info {
    font-size: 12px;
    width: 185px;
    color: #555;
    line-height: 1.15;
    margin-left: 15px;
}

.header-main-b {
    background: #1c3673;
    height: 60px;
}

.header-main-b .header-main-bottom .header-nav ul li {
    margin-right: 29px;
    position: relative;
}

.header-main-b .header-main-bottom .header-nav ul li .has-secondary-ul {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 60px;
}

.header-main-b .header-main-bottom .header-nav ul li:hover .secondary-ul {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.header-main-b .header-main-bottom .header-nav ul li .secondary-ul {
    position: absolute;
    top: 60px;
    background: #fff;
    padding: 35px 0;
    padding-left: 35px;
    opacity: 0;
    width: 240px;
    left: 0;
    visibility: hidden;
    z-index: -1;
}

.header-main-b .header-main-bottom .header-nav ul li .secondary-ul li {
    margin-right: 0;
    margin-top: 10px;
    position: relative;
}

.header-main-b .header-main-bottom .header-nav ul li .secondary-ul li:first-child {
    margin-top: 0;
}

.header-main-b .header-main-bottom .header-nav ul li .secondary-ul li:hover .third-ul {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.header-main-b .header-main-bottom .header-nav ul li .secondary-ul li .has-third-ul {
    color: #1c3673;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: underline;
}

.header-main-b .header-main-bottom .header-nav ul li .secondary-ul li:hover .has-third-ul {
    font-weight: 700;
}

.header-main-b .header-main-bottom .header-nav ul li .secondary-ul li:hover:after {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    margin-left: 10px;
}

.header-main-b .header-main-bottom .header-nav ul li .secondary-ul li .third-ul {
    position: absolute;
    left: 205px;
    top: -15px;
    background: #fff;
    padding: 35px;
    opacity: 0;
    width: 240px;
    visibility: hidden;
    z-index: -1;
}

.header-main-b .header-main-bottom .header-nav ul li .secondary-ul li .third-ul li {
    margin-right: 0;
    margin-top: 10px;
}

.header-main-b .header-main-bottom .header-nav ul li .secondary-ul li .third-ul li:first-child {
    margin-top: 0;
}

.header-main-b .header-main-bottom .header-nav ul li .secondary-ul li .third-ul li a {
    color: #1c3673;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 400;
    font-family: LucidaGrande, sans-serif;
}

.header-main-b .header-main-bottom .header-nav ul li .secondary-ul li .third-ul li:hover a {
    font-weight: 700;
}

.header-main-b .header-main-bottom .header-nav ul li .secondary-ul li .third-ul li:hover:before {
    display: none;
}

.header-main-b .header-main-bottom .header-nav ul li .secondary-ul li .third-ul li:hover:after {
    display: none;
}

.header-main-b .header-main-bottom .header-nav ul li:nth-child(4) .secondary-ul,
.header-main-b .header-main-bottom .header-nav ul li:nth-child(5) .secondary-ul,
.header-main-b .header-main-bottom .header-nav ul li:nth-child(6) .secondary-ul {
    right: 0;
    left: auto;
    text-align: right;
    padding-left: 0;
    padding-right: 35px;
}

.header-main-b .header-main-bottom .header-nav ul li:nth-child(4) .secondary-ul li:hover,
.header-main-b .header-main-bottom .header-nav ul li:nth-child(5) .secondary-ul li:hover,
.header-main-b .header-main-bottom .header-nav ul li:nth-child(6) .secondary-ul li:hover {
    text-align: right;
}

.header-main-b .header-main-bottom .header-nav ul li:nth-child(4) .secondary-ul li:hover:before,
.header-main-b .header-main-bottom .header-nav ul li:nth-child(5) .secondary-ul li:hover:before,
.header-main-b .header-main-bottom .header-nav ul li:nth-child(6) .secondary-ul li:hover:before {
    content: '\f100';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    margin-right: 10px;
}

.header-main-b .header-main-bottom .header-nav ul li:nth-child(4) .secondary-ul li:hover:after,
.header-main-b .header-main-bottom .header-nav ul li:nth-child(5) .secondary-ul li:hover:after,
.header-main-b .header-main-bottom .header-nav ul li:nth-child(6) .secondary-ul li:hover:after {
    display: none;
}

.header-main-b .header-main-bottom .header-nav ul li:nth-child(4) .secondary-ul li .third-ul,
.header-main-b .header-main-bottom .header-nav ul li:nth-child(5) .secondary-ul li .third-ul,
.header-main-b .header-main-bottom .header-nav ul li:nth-child(6) .secondary-ul li .third-ul {
    padding-left: 0;
    padding-right: 35px;
    right: 205px;
    left: auto;
}

.header-main-b .header-main-bottom .header-nav ul li:nth-child(4) .secondary-ul li .third-ul li,
.header-main-b .header-main-bottom .header-nav ul li:nth-child(5) .secondary-ul li .third-ul li,
.header-main-b .header-main-bottom .header-nav ul li:nth-child(6) .secondary-ul li .third-ul li {
    margin-left: 0;
    margin-top: 10px;
}

.header-main-b
    .header-main-bottom
    .header-nav
    ul
    li:nth-child(4)
    .secondary-ul
    li
    .third-ul
    li:first-child,
.header-main-b
    .header-main-bottom
    .header-nav
    ul
    li:nth-child(5)
    .secondary-ul
    li
    .third-ul
    li:first-child,
.header-main-b
    .header-main-bottom
    .header-nav
    ul
    li:nth-child(6)
    .secondary-ul
    li
    .third-ul
    li:first-child {
    margin-top: 0;
}

.header-main-b .header-main-bottom .header-nav ul li:nth-child(4) .secondary-ul li .third-ul li a,
.header-main-b .header-main-bottom .header-nav ul li:nth-child(5) .secondary-ul li .third-ul li a,
.header-main-b .header-main-bottom .header-nav ul li:nth-child(6) .secondary-ul li .third-ul li a {
    color: #1c3673;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 400;
    font-family: LucidaGrande, sans-serif;
}

.header-main-b
    .header-main-bottom
    .header-nav
    ul
    li:nth-child(4)
    .secondary-ul
    li
    .third-ul
    li:hover
    a,
.header-main-b
    .header-main-bottom
    .header-nav
    ul
    li:nth-child(5)
    .secondary-ul
    li
    .third-ul
    li:hover
    a,
.header-main-b
    .header-main-bottom
    .header-nav
    ul
    li:nth-child(6)
    .secondary-ul
    li
    .third-ul
    li:hover
    a {
    font-weight: 700;
}

.header-main-b
    .header-main-bottom
    .header-nav
    ul
    li:nth-child(4)
    .secondary-ul
    li
    .third-ul
    li:hover:before,
.header-main-b
    .header-main-bottom
    .header-nav
    ul
    li:nth-child(5)
    .secondary-ul
    li
    .third-ul
    li:hover:before,
.header-main-b
    .header-main-bottom
    .header-nav
    ul
    li:nth-child(6)
    .secondary-ul
    li
    .third-ul
    li:hover:before {
    display: none;
}

.header-main-b .header-main-bottom .header-nav-mobile {
    position: fixed;
    top: 100px;
    left: -1000px;
    width: 240px;
    height: 100%;
    background: #fff;
    z-index: 25;
    opacity: 1;
    background: #1c3673;
    visibility: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.header-main-b .header-main-bottom .header-nav-mobile ul {
    padding-top: 20px;
}

.header-main-b .header-main-bottom .header-nav-mobile ul li a {
    padding-left: 40px;
    font-size: 13px;
    line-height: 50px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.header-main-b .header-main-bottom .header-nav-mobile ul li:hover {
    background: #3b548e;
}

.header-main-b .header-main-bottom .header-input {
    height: 100%;
    margin-left: 20px;
    position: relative;
}

.header-main-b .header-main-bottom .header-input input {
    background: #1d4193;
    padding: 0 20px;
    height: 100%;
    line-height: 100%;
    font-size: 15px;
    width: 200px;
    padding-right: 47px;
}

.header-main-b .header-main-bottom .header-input input::-webkit-input-placeholder {
    font-weight: 700;
    font-size: 15px;
    color: #91a5d5;
}

.header-main-b .header-main-bottom .header-input input:-ms-input-placeholder {
    font-weight: 700;
    font-size: 15px;
    color: #91a5d5;
}

.header-main-b .header-main-bottom .header-input input::-ms-input-placeholder {
    font-weight: 700;
    font-size: 15px;
    color: #91a5d5;
}

.header-main-b .header-main-bottom .header-input input::placeholder {
    font-weight: 700;
    font-size: 15px;
    color: #91a5d5;
}

.header-main-b .header-main-bottom .header-input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.header-main-b .header-main-bottom .header-input:focus:-ms-input-placeholder {
    opacity: 0;
}

.header-main-b .header-main-bottom .header-input:focus::-ms-input-placeholder {
    opacity: 0;
}

.header-main-b .header-main-bottom .header-input:focus::placeholder {
    opacity: 0;
}

.header-main-b .header-main-bottom .header-input:after {
    font-size: 20px;
    color: #fff;
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    cursor: pointer;
    position: absolute;
}

.footer-main-t {
    background: #526979;
    padding: 70px 0;
    height: 295px;
    position: fixed;
    bottom: 120px;
    z-index: -1;
    width: 100%;
}

.footer-main-t .footer-main-top .footer-input {
    position: relative;
    margin-top: 60px;
}

.footer-main-t .footer-main-top .footer-input input {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #899aab;
    padding: 0 25px;
    border-radius: 10em;
    padding-right: 51px;
}

.footer-main-t .footer-main-top .footer-input input::-webkit-input-placeholder {
    font-size: 15px;
    color: #e0e9f3;
}

.footer-main-t .footer-main-top .footer-input input:-ms-input-placeholder {
    font-size: 15px;
    color: #e0e9f3;
}

.footer-main-t .footer-main-top .footer-input input::-ms-input-placeholder {
    font-size: 15px;
    color: #e0e9f3;
}

.footer-main-t .footer-main-top .footer-input input::placeholder {
    font-size: 15px;
    color: #e0e9f3;
}

.footer-main-t .footer-main-top .footer-input:after {
    font-size: 20px;
    color: #fff;
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    top: 50%;
    margin-top: -10px;
    right: 33px;
    cursor: pointer;
    position: absolute;
}

.footer-main-t .footer-main-top .footer-nav-left {
    height: 100%;
}

.footer-main-t .footer-main-top .footer-nav-left li {
    display: block;
}

.footer-main-t .footer-main-top .footer-nav-left li a {
    font-size: 15px;
    color: #e0e9f3;
}

.footer-main-t .footer-main-top .footer-nav-left li a i {
    font-size: 12px;
    margin-right: 10px;
}

.footer-main-t .footer-main-top .footer-nav-right-title {
    padding-left: 40px;
    font-weight: 700;
    color: #e0e9f3;
}

.footer-main-t .footer-main-top .footer-nav-right {
    padding-left: 40px;
    margin-top: 25px;
    height: 90px;
}

.footer-main-t .footer-main-top .footer-nav-right li {
    display: block;
}

.footer-main-t .footer-main-top .footer-nav-right li a {
    font-size: 15px;
    color: #e0e9f3;
}

.footer-main-t .footer-main-top .footer-nav-right li a i {
    font-size: 12px;
    margin-right: 10px;
}

.footer-main-t .footer-main-top .footer-contact ul li {
    margin-left: 15px;
}

.footer-main-t .footer-main-top .footer-contact ul li a i {
    font-size: 25px;
    color: #e0e9f3;
}

.footer-main-t .footer-main-top .footer-contact ul li:first-child {
    margin-bottom: -4px;
}

.footer-main-t .footer-main-top .footer-contact ul li:nth-child(2) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 11px;
}

.footer-main-t .footer-main-top .footer-contact ul li:nth-child(2) a i {
    font-size: 21px;
}

.footer-main-t .footer-main-top .footer-phone {
    text-align: right;
    margin-top: 2px;
}

.footer-main-t .footer-main-top .footer-phone a {
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    margin-top: 3px;
}

.footer-main-t .footer-main-top .footer-mail {
    text-align: right;
}

.footer-main-t .footer-main-top .footer-mail a {
    color: #e0e9f3;
    font-size: 15px;
    margin-top: 3px;
}

.footer-main-t .footer-main-top .footer-mail i {
    color: #e0e9f3;
    font-size: 18px;
}

.footer-main-t
    .footer-main-top
    .footer-add-mobile
    .footer-contact-mobile
    .footer-contact-mobile-title {
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
}

.footer-main-t
    .footer-main-top
    .footer-add-mobile
    .footer-contact-mobile
    .footer-contact-mobile-address {
    margin-top: 30px;
}

.footer-main-t
    .footer-main-top
    .footer-add-mobile
    .footer-contact-mobile
    .footer-contact-mobile-address
    i {
    color: #fff;
    font-size: 30px;
}

.footer-main-t
    .footer-main-top
    .footer-add-mobile
    .footer-contact-mobile
    .footer-contact-mobile-address
    span {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-left: 15px;
}

.footer-main-t
    .footer-main-top
    .footer-add-mobile
    .footer-contact-mobile
    .footer-contact-mobile-address
    span
    a {
    color: #fff;
    font-size: 12px;
}

.footer-main-t
    .footer-main-top
    .footer-add-mobile
    .footer-contact-mobile
    .footer-contact-mobile-mail {
    margin-top: 20px;
}

.footer-main-t
    .footer-main-top
    .footer-add-mobile
    .footer-contact-mobile
    .footer-contact-mobile-mail
    i {
    color: #fff;
    font-size: 25px;
}

.footer-main-t
    .footer-main-top
    .footer-add-mobile
    .footer-contact-mobile
    .footer-contact-mobile-mail
    a {
    color: #fff;
    font-size: 12px;
    display: block;
    margin-left: 15px;
}

.footer-main-t
    .footer-main-top
    .footer-add-mobile
    .footer-contact-mobile
    .footer-contact-mobile-line {
    margin-top: 40px;
    width: 85vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -42.5vw;
    margin-right: -42.5vw;
}

.footer-main-t
    .footer-main-top
    .footer-add-mobile
    .footer-contact-mobile
    .footer-contact-mobile-rights {
    margin-top: 10px;
    width: 95%;
    text-align: center;
    color: #fff;
    font-size: 10px;
}

.footer-main-t
    .footer-main-top
    .footer-add-mobile
    .footer-contact-mobile
    .footer-contact-mobile-make_by {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 10px;
}

.footer-main-t
    .footer-main-top
    .footer-add-mobile
    .footer-contact-mobile
    .footer-contact-mobile-make_by
    .squere {
    width: 8px;
    display: inline-block;
    height: 8px;
    background: #e8fa00;
}

.footer-main-b {
    background: #415768;
    height: 120px;
    line-height: 120px;
    position: fixed;
    bottom: 0;
    z-index: -1;
    width: 100%;
}

.footer-main-b .footer-main-bottom .footer-rights {
    font-size: 14px;
    color: #e0e9f3;
}

.footer-main-b .footer-main-bottom .footer-make_by {
    color: #fff;
    font-size: 14px;
    color: #e0e9f3;
}

.footer-main-b .footer-main-bottom .footer-make_by .squere {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #e8fa00;
    margin-bottom: -1px;
    margin-left: 2px;
    margin-right: 1px;
}

.footer-main-b .footer-main-bottom .footer-make_by .firm-name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e0e9f3;
}

.solution_catalog {
    background: #fff;
    padding-bottom: 80px;
}

.solution_catalog .solution_catalog-item {
    background: #ecf5fe;
    height: 170px;
    margin-top: 40px;
    position: relative;
}

.solution_catalog .solution_catalog-item .solution_catalog-item-image {
    width: 50%;
}

.solution_catalog .solution_catalog-item .solution_catalog-item-name {
    width: 50%;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #344981;
    margin-top: 40px;
}

.solution_catalog .solution_catalog-item .solution_catalog-item-link {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    height: 38px;
    width: 38px;
    background: #003376;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 35px;
}

.solution_catalog .solution_catalog-item .solution_catalog-item-link i {
    margin-right: -3px;
}

.solution_catalog .solution_catalog-item:hover {
    cursor: pointer;
}

.solution_catalog .solution_catalog-item:hover .solution_catalog-item-name {
    color: #f04037;
}

.solution_catalog .solution_catalog-item:hover .solution_catalog-item-link {
    background: #f04037;
}

.solution_text {
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
}

@media (max-width: 1199.98px) {
    .header-main-b .header-main-bottom .header-nav ul li {
    font-size: 12px !important;
}

    .solution_catalog .solution_catalog-item .solution_catalog-item-name {
        margin-top: 30px;
        padding-right: 20px;
        line-height: 1.3;
        font-size: 16px;
    }

    .solution_catalog .solution_catalog-item .solution_catalog-item-link {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .solution_catalog .solution_catalog-item {
        height: 150px;
    }

    .solution_catalog .solution_catalog-item .solution_catalog-item-image img {
        width: 70%;
    }

    .solution_catalog .solution_catalog-item .solution_catalog-item-name {
        margin-top: 30px;
        padding-right: 20px;
        line-height: 1.3;
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .solution_catalog {
        padding-bottom: 40px;
    }

    .solution_catalog .solution_catalog-item {
        height: 130px;
    }

    .solution_catalog .solution_catalog-item .solution_catalog-item-name {
        line-height: 1.3;
        font-size: 12px;
    }

    .solution_catalog .solution_catalog-item .solution_catalog-item-link {
        height: 25px;
        width: 25px;
        line-height: 25px;
        font-size: 15px;
    }

    .solution_text {
        font-size: 20px;
    }

    .solution_text br {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .solution_catalog .solution_catalog-item .solution_catalog-item-image img {
        width: 65%;
        max-height: 80%;
        max-width: 125px;
    }

    .solution_text {
        font-size: 18px;
    }
}

.contact {
    background: #fff;
}

.contact .contact-info {
    padding: 20px 0;
    background: #fff;
}

.contact .contact-info .first-item,
.contact .contact-info .second-item {
    padding: 40px 70px;
    background: #dfeaf6;
    height: 100%;
}

.contact .contact-info .first-item .item-logo img,
.contact .contact-info .second-item .item-logo img {
    width: 155px;
}

.contact .contact-info .first-item .item-title,
.contact .contact-info .second-item .item-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #003376;
    line-height: 1;
    margin-top: 15px;
}

.contact .contact-info .first-item .item-production,
.contact .contact-info .second-item .item-production {
    font-size: 15px;
    font-weight: 700;
    margin-top: 15px;
    line-height: 1.3;
}

.contact .contact-info .first-item .item-address,
.contact .contact-info .second-item .item-address {
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    margin-top: 15px;
}

.contact .contact-info .first-item .item-address a,
.contact .contact-info .second-item .item-address a {
    font-size: 15px;
    line-height: 1.4;
    color: #000;
}

.contact .contact-map {
    height: 560px;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .contact .contact-info .first-item,
    .contact .contact-info .second-item {
        padding: 40px 50px;
    }

    .contact .contact-info .first-item .item-title,
    .contact .contact-info .second-item .item-title {
        font-size: 17px;
    }

    .contact .contact-info .first-item .item-production,
    .contact .contact-info .second-item .item-production {
        font-size: 14px;
    }

    .contact .contact-info .first-item .item-address,
    .contact .contact-info .second-item .item-address {
        font-size: 14px;
    }

    .contact .contact-info .first-item .item-address a,
    .contact .contact-info .second-item .item-address a {
        font-size: 14px;
    }

    .contact .contact-map {
        height: 500px;
    }
}

@media (max-width: 991.98px) {
    .contact .contact-info .first-item,
    .contact .contact-info .second-item {
        padding: 40px;
    }

    .contact .contact-info .first-item .item-title,
    .contact .contact-info .second-item .item-title {
        font-size: 15px;
        line-height: 1.2;
    }

    .contact .contact-info .first-item .item-production,
    .contact .contact-info .second-item .item-production {
        font-size: 13px;
    }

    .contact .contact-info .first-item .item-address,
    .contact .contact-info .second-item .item-address {
        font-size: 13px;
    }

    .contact .contact-info .first-item .item-address a,
    .contact .contact-info .second-item .item-address a {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .contact .contact-info .first-item,
    .contact .contact-info .second-item {
        padding: 30px;
    }

    .contact .contact-info .first-item .item-title,
    .contact .contact-info .second-item .item-title {
        font-size: 15px;
        line-height: 1.3;
    }
}

@media (max-width: 575.98px) {
    .contact .contact-info .first-item,
    .contact .contact-info .second-item {
        padding: 25px;
        height: 320px;
    }

    .contact .contact-info .first-item .item-title,
    .contact .contact-info .second-item .item-title {
        font-size: 14px;
        line-height: 1.2;
    }

    .contact .contact-info .first-item .item-production,
    .contact .contact-info .second-item .item-production {
        font-size: 12px;
    }

    .contact .contact-info .first-item .item-address,
    .contact .contact-info .second-item .item-address {
        font-size: 12px;
    }

    .contact .contact-info .first-item .item-address a,
    .contact .contact-info .second-item .item-address a {
        font-size: 12px;
    }

    .contact .contact-info .first-item {
        border-bottom: 5px solid #fff;
    }

    .contact .contact-info .second-item {
        border-top: 5px solid #fff;
    }

    .contact .contact-map {
        height: 400px;
    }
}

.news {
    background: #fff;
    padding-bottom: 90px;
}

.news .news-sort {
    height: 60px;
    background: #a0b8cd;
}

.news .news-sort ul li {
    padding-left: 10px;
    padding-right: 10px;
}

.news .news-sort ul li a {
    line-height: 60px;
    font-weight: 700;
    font-size: 20px;
    padding: 2px 20px;
}

.news .news-sort ul li a:hover {
    background: #f24941;
}

.news .news-sort ul .active a {
    background: #f24941;
}

.news .news-info {
    padding-top: 75px;
    padding-bottom: 105px;
}

.news .news-info .news-info-item {
    margin-top: 50px;
}

.news .news-info .news-info-item:first-child {
    margin-top: 0;
}

.news .news-info .news-info-item .news-info-item-date {
    background: #344981;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}

.news .news-info .news-info-item .news-info-item-img img {
    width: calc(100% + 60px);
    margin-left: -30px;
}

.news .news-info .news-info-item .news-info-item-describe {
    padding-left: 35px;
}

.news .news-info .news-info-item .news-info-item-describe .title {
    font-weight: 700;
    font-size: 20px;
    color: #003376;
    line-height: 1.1;
}

.news .news-info .news-info-item .news-info-item-describe .text {
    font-size: 15px;
    color: #303030;
    margin-top: 20px;
}

.news .news-info .news-info-item .news-info-item-describe .more {
    margin-top: 30px;
    display: block;
}

.news .news-info .news-info-item .news-info-item-describe .more a {
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
    color: #344981;
}

.news .number-page-wrap {
    background: #fff;
}

.news .number-page-wrap .numbers ul li a {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #bababa;
    padding: 5px 15px;
}

.news .number-page-wrap .numbers ul li:hover a {
    background: #344981;
    color: #fff;
}

.news .number-page-wrap .numbers ul .active a {
    background: #344981;
    color: #fff;
}

.news .number-page-wrap .numbers .numbers-arrow {
    display: block;
    margin-left: 13px;
}

.news .number-page-wrap .numbers .numbers-arrow a {
    font-size: 22px;
    color: #bababa;
    display: block;
}

.news .number-page-wrap .numbers .numbers-arrow a:hover {
    color: #000;
}

@media (max-width: 1199.98px) {
    .news {
        padding-bottom: 75px;
    }

    .news .news-sort {
        height: 50px;
    }

    .news .news-sort .container {
        min-width: 100%;
    }

    .news .news-sort .container ul li a {
        line-height: 50px;
        font-size: 15px;
    }

    .news .news-info {
        padding-bottom: 75px;
    }

    .news .news-info .news-info-item .news-info-item-date {
        height: 40px;
        line-height: 40px;
        font-size: 17px;
    }

    .news .news-info .news-info-item .news-info-item-describe .title {
        font-size: 17px;
    }

    .news .news-info .news-info-item .news-info-item-describe .text {
        font-size: 13px;
    }

    .news .news-info .news-info-item .news-info-item-describe .more {
        margin-top: 20px;
    }

    .news .news-info .news-info-item .news-info-item-describe .more a {
        font-size: 12px;
    }

    .news .number-page-wrap .numbers ul li a {
        font-size: 17px;
        padding: 5px 10px;
    }

    .news .number-page-wrap .numbers .numbers-arrow {
        margin-left: 10px;
    }

    .news .number-page-wrap .numbers .numbers-arrow a {
        font-size: 17px;
    }
}

@media (max-width: 991.98px) {
    .news .news-info .news-info-item .news-info-item-img img {
        width: 100%;
        margin-left: 0;
    }

    .news .news-info .news-info-item .news-info-item-describe .title {
        font-size: 14px;
    }

    .news .news-info .news-info-item .news-info-item-describe .text {
        font-size: 12px;
    }

    .news .news-info .news-info-item .news-info-item-describe .more {
        font-size: 10px;
    }

    .news .number-page-wrap .numbers ul li a {
        font-size: 14px;
    }

    .news .number-page-wrap .numbers .numbers-arrow a {
        font-size: 14px;
        line-height: 2;
    }
}

@media (max-width: 767.98px) {
    .news {
        padding-bottom: 45px;
    }

    .news .news-sort {
        height: 45px;
    }

    .news .news-sort .container ul li {
        padding: 0;
    }

    .news .news-sort .container ul li a {
        line-height: 45px;
    }

    .news .news-info {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .news .news-info .news-info-item .news-info-item-describe {
        padding-left: 0;
    }

    .news .news-info .news-info-item .news-info-item-describe .text {
        margin-top: 10px;
    }

    .news .news-info .news-info-item .news-info-item-describe .more {
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .news .news-sort {
        height: auto;
    }

    .news .news-sort .container ul li:first-child {
        width: 100%;
        text-align: center;
    }

    .news .news-sort .container ul li a {
        line-height: 40px;
        font-size: 14px;
    }

    .news .news-info .news-info-item .news-info-item-describe .title {
        margin-top: 25px;
        font-size: 15px;
    }

    .news .news-info .news-info-item .news-info-item-describe .text {
        margin-top: 20px;
        font-size: 13px;
    }

    .news .news-info .news-info-item .news-info-item-describe .more {
        margin-top: 20px;
        font-size: 13px;
    }
}

.breadcrumbs-wrap-news-page {
    height: 175px !important;
}

.breadcrumbs-wrap-news-page .page-title {
    text-transform: none !important;
    line-height: 1.1;
}

.news-page {
    background: #fff;
}

.news-page .news-page-info {
    padding-top: 70px;
    padding-bottom: 80px;
}

.news-page .news-page-info .news-page-info-date {
    height: 66px;
    line-height: 66px;
    background: #ecf5fe;
    text-align: center;
    font-size: 25px;
    color: #344981;
    font-weight: 600;
    position: relative;
    font-family: Montserrat, sans-serif;
}

.news-page .news-page-info .news-page-info-date:after {
    content: '';
    width: 100%;
    height: 10px;
    background: #344981;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.news-page .news-page-info .news-page-info-socials .title {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
}

.news-page .news-page-info .news-page-info-socials ul {
    margin-top: 20px;
}

.news-page .news-page-info .news-page-info-socials ul li a {
    width: 38px;
    height: 38px;
    display: block;
    background: #4070a4;
    text-align: center;
    line-height: 38px;
}

.news-page .news-page-info .news-page-info-socials ul li:nth-child(2) a {
    background: #00bbf7;
}

.news-page .news-page-info .news-page-info-socials ul li:nth-child(3) a {
    background: #f34b28;
}

.news-page .news-page-info .news-page-info-image {
    position: relative;
}

.news-page .news-page-info .news-page-info-image img {
    width: 100%;
}

.news-page .news-page-info .news-page-info-image:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #f04037;
}

.news-page .news-page-info .news-page-info-text {
    color: #757584;
    font-size: 14px;
    margin-top: 40px;
    line-height: 2;
}

.news-page-read_more {
    background: #ecf5fe;
    padding-top: 65px;
    padding-bottom: 125px;
}

.news-page-read_more .news-page-read_more-top .title {
    font-weight: 700;
    color: #003376;
    font-size: 24px;
}

.news-page-read_more .news-page-read_more-top .link .left {
    color: #003376;
    font-size: 13px;
    text-transform: uppercase;
    text-align: right;
    margin-right: 15px;
    line-height: 1.3;
}

.news-page-read_more .news-page-read_more-top .link .right {
    color: #fff;
    background: #003376;
    height: 40px;
    width: 38px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}

.news-page-read_more .news-page-read_more-items {
    margin-top: 50px;
}

.news-page-read_more .news-page-read_more-items .news-page-read_more-item:hover {
    cursor: pointer;
}

.news-page-read_more
    .news-page-read_more-items
    .news-page-read_more-item:hover
    .news-page-read_more-item-image
    .news-page-read_more-item-date {
    background: #f04037;
}

.news-page-read_more
    .news-page-read_more-items
    .news-page-read_more-item
    .news-page-read_more-item-image {
    position: relative;
}

.news-page-read_more
    .news-page-read_more-items
    .news-page-read_more-item
    .news-page-read_more-item-image
    img {
    width: 100%;
}

.news-page-read_more
    .news-page-read_more-items
    .news-page-read_more-item
    .news-page-read_more-item-image
    .news-page-read_more-item-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #fff;
    background: #003376;
}

.news-page-read_more
    .news-page-read_more-items
    .news-page-read_more-item
    .news-page-read_more-item-describe {
    text-align: center;
    margin-top: 15px;
}

.news-page-read_more
    .news-page-read_more-items
    .news-page-read_more-item
    .news-page-read_more-item-describe
    a {
    font-weight: 700;
    font-size: 15px;
    color: #003376;
    text-decoration: underline;
}

@media (max-width: 1199.98px) {
    .breadcrumbs-wrap-news-page {
        height: auto !important;
    }

    .breadcrumbs-wrap-news-page .page-title {
        margin: 10px 0 20px !important;
    }

    .breadcrumbs-wrap-news-page .page-title br {
        display: none;
    }

    .news-page .news-page-info .news-page-info-date {
        margin-top: 50px;
        width: 175px;
    }

    .news-page .news-page-info .news-page-info-socials {
        margin-top: 50px;
    }

    .news-page .news-page-info .news-page-info-socials .title {
        margin-top: 0;
        line-height: 1;
    }

    .news-page .news-page-info .news-page-info-image img {
        width: 100%;
        display: block;
    }

    .news-page .news-page-info .news-page-info-image:after {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .news-page .news-page-info .news-page-info-date {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        width: 150px;
    }

    .news-page .news-page-info .news-page-info-date:after {
        height: 5px;
        bottom: -5px;
    }

    .news-page .news-page-info .news-page-info-socials .title {
        font-size: 16px;
    }

    .news-page .news-page-info .news-page-info-socials ul {
        margin-top: 15px;
    }

    .news-page .news-page-info .news-page-info-socials ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .news-page-read_more {
        padding-bottom: 65px;
    }
}

@media (max-width: 767.98px) {
    .news-page .news-page-info {
        padding-top: 20px;
    }

    .news-page .news-page-info .news-page-info-date {
        height: 55px;
        line-height: 55px;
        font-size: 17px;
        width: 140px;
    }
}

@media (max-width: 575.98px) {
    .news-page .news-page-info .news-page-info-date {
        width: 100%;
    }

    .news-page .news-page-info .news-page-info-socials ul li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .news-page .news-page-info .news-page-info-text {
        font-size: 13px;
    }

    .news-page-read_more {
        padding-top: 40px;
    }

    .news-page-read_more .news-page-read_more-top .title {
        margin-top: 40px;
    }

    .news-page-read_more .news-page-read_more-top .link {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.offices {
    background: #fff;
}

.offices .offices-map {
    height: 875px;
    width: 100%;
}

.offices .offices-map .makrinfo {
    width: 240px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 0;
    padding-bottom: 20px;
}

.offices .offices-map .makrinfo .makrinfo-right {
    color: #303030;
    margin-left: 30px;
}

.offices .offices-map .makrinfo .makrinfo-right .makrinfo-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.offices .offices-map .makrinfo .makrinfo-right .makrinfo-contact {
    margin-top: 3px;
    font-size: 12.5px;
    line-height: 1.4;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .offices .offices-map {
        height: 750px;
    }
}

@media (max-width: 991.98px) {
    .offices .offices-map {
        height: 600px;
    }

    .offices .offices-map .makrinfo {
        width: 220px;
    }
}

@media (max-width: 767.98px) {
    .offices .offices-map {
        height: 500px;
    }
}

.materias_catalog .solution_catalog {
    padding-bottom: 0;
}

.materias_catalog .solution_catalog .solution_catalog-item .solution_catalog-item-name {
    line-height: 1.2;
    padding-right: 40px;
}

.materias_catalog .materias_catalog-wherebuy {
    height: 120px;
    line-height: 120px;
    background: #fff;
}

.materias_catalog .materias_catalog-wherebuy .title-decoration span {
    height: 37px;
    width: 37px;
    background: #003376;
    display: block;
}

.materias_catalog .materias_catalog-wherebuy .title-decoration span:nth-child(2) {
    background: #d0e0ee;
}

.materias_catalog .materias_catalog-wherebuy .title {
    font-size: 29px;
    font-weight: 700;
    color: #003376;
    text-transform: uppercase;
    margin-left: 30px;
}

@media (max-width: 1199.98px) {
    .materias_catalog .materias_catalog-wherebuy {
        height: 100px;
        line-height: 100px;
    }

    .materias_catalog .materias_catalog-wherebuy .title-decoration span {
        height: 32px;
        width: 32px;
    }

    .materias_catalog .materias_catalog-wherebuy .title {
        font-size: 25px;
    }
}

@media (max-width: 991.98px) {
    .materias_catalog
        .solution_catalog
        .materials_catalog-item-special
        .solution_catalog-item-image
        img {
        height: 80%;
        width: auto;
    }
}

@media (max-width: 767.98px) {
    .materias_catalog .materias_catalog-wherebuy {
        height: 100px;
        line-height: 100px;
    }

    .materias_catalog .materias_catalog-wherebuy .title-decoration span {
        height: 26px;
        width: 26px;
    }

    .materias_catalog .materias_catalog-wherebuy .title {
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    .materias_catalog
        .solution_catalog
        .materials_catalog-item-special
        .solution_catalog-item-image
        img {
        width: auto;
    }
}

.materials-page {
    padding-top: 50px;
    padding-bottom: 55px;
    background: #fff;
}

.materials-page .materials-page-image {
    padding-top: 70px;
    padding-bottom: 120px;
    background: #ecf5fe;
    position: relative;
}

.materials-page .materials-page-image .item:hover {
    cursor: pointer;
}

.materials-page .materials-page-image .item img {
    width: auto;
    margin: 0 auto;
}

.materials-page .materials-page-image .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -30px;
}

.materials-page .materials-page-image .owl-dots .owl-dot {
    margin-right: 10px;
}

.materials-page .materials-page-image .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.materials-page .materials-page-image .owl-dots .owl-dot span {
    background: #003f97;
    height: 10px;
    width: 10px;
    display: block;
}

.materials-page .materials-page-image .owl-dots .owl-dot span:hover {
    background: #f04037;
}

.materials-page .materials-page-image .owl-dots .owl-dot:active,
.materials-page .materials-page-image .owl-dots .owl-dot:focus,
.materials-page .materials-page-image .owl-dots .owl-dot:hover {
    outline: 0;
}

.materials-page .materials-page-image .owl-dots .active span {
    background: #f04037;
}

.materials-page .materials-page-benefits {
    margin-top: 50px;
}

.materials-page .materials-page-benefits ul li {
    position: relative;
    margin-right: 15px;
}

.materials-page .materials-page-benefits ul li:last-child {
    margin-right: 0;
}

.materials-page .materials-page-benefits ul li:hover {
    cursor: pointer;
}

.materials-page .materials-page-benefits ul li .materials-page-benefit-describe {
    z-index: -1;
    top: -70px;
    left: -30px;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    color: #002067;
    font-size: 11px;
    background: #fff;
    text-align: center;
    line-height: 1.2;
    padding: 12px 7px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.materials-page .materials-page-benefits ul li .materials-page-benefit-describe:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -14px;
    bottom: -18px;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid #000;
    border-color: transparent transparent #fff #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: -5px 5px 10px -5px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 5px 10px -5px rgba(0, 0, 0, 0.5);
}

.materials-page .materials-page-benefits ul li:hover .materials-page-benefit-describe {
    z-index: 1;
    overflow: visible;
    opacity: 1;
}

.materials-page .materials-page-techlist {
    margin-top: 40px;
    padding-left: 30px;
}

.materials-page .materials-page-techlist .right {
    margin-left: 25px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.materials-page .materials-page-description {
    font-size: 15px;
    line-height: 1.35;
}

.materials-page .materials-page-description .title {
    font-weight: 700;
    display: block;
    margin-top: 15px;
}

.materials-page .materials-page-description .title:first-child {
    margin-top: 0;
}

.materials-page .materials-page-description .text {
    display: block;
    margin-top: 10px;
}

.materials-page .materials-page-description .text p .underline {
    text-decoration: underline;
}

.materials-page .materials-page-table {
    margin-top: 20px;
}

.materials-page .materials-page-table .main-title {
    font-size: 20px;
    font-weight: 700;
}

.materials-page .materials-page-table .main-characteristics {
    width: 100%;
    font-size: 10px;
    font-weight: 700;
    margin-top: 20px;
}

.materials-page .materials-page-table .main-characteristics thead {
    border-bottom: 1px solid #ff7575;
}

.materials-page .materials-page-table .main-characteristics thead tr th {
    text-align: center;
}

.materials-page .materials-page-table .main-characteristics tbody tr td {
    text-align: center;
}

.materials-page .materials-page-table .main-characteristics tbody tr td:first-child {
    text-align: left;
    width: 240px;
}

.materials-page .materials-page-table .main-characteristics tbody .blue-row {
    background: #dfebf7;
}

.materials-page .materials-page-table .add-info-to-main-characteristics {
    margin-top: 20px;
    font-size: 10px;
    font-weight: 700;
}

.materials-page .materials-page-table .add-title {
    margin-top: 20px;
    font-size: 16px;
}

.materials-page .materials-page-table .geometric-characteristics {
    width: 100%;
    font-size: 10px;
    font-weight: 700;
    margin-top: 20px;
    border-bottom: 1px solid #dfebf7;
}

.materials-page .materials-page-table .geometric-characteristics thead {
    border-bottom: 1px solid #dfebf7;
}

.materials-page .materials-page-table .geometric-characteristics thead tr th {
    text-align: center;
}

.materials-page .materials-page-table .geometric-characteristics tbody tr td {
    text-align: center;
}

.materials-page .materials-page-table .geometric-characteristics tbody tr td:first-child {
    text-align: left;
    width: 240px;
}

.materials-page .materials-page-table .geometric-characteristics tbody .blue-row {
    background: #dfebf7;
}

.materials-page .materials-page-table .add-info-to-geometric-characteristics {
    margin-top: 20px;
    font-size: 10px;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .materials-page .materials-page-image .item img {
        margin: 0 auto;
        max-width: 100%;
        width: 85%;
    }

    .materials-page .materials-page-benefits ul li {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .materials-page .materials-page-benefits ul li .materials-page-benefit-describe {
        left: -39px;
    }

    .materials-page .materials-page-benefits ul li img {
        width: 100%;
    }

    .materials-page .materials-page-techlist {
        padding-left: 40px;
    }

    .materials-page .materials-page-techlist .right {
        font-size: 13px;
        margin-left: 15px;
    }

    .materials-page .materials-page-description {
        font-size: 14px;
    }

    .materials-page .materials-page-table .main-title {
        font-size: 19px;
    }

    .materials-page .materials-page-table .main-characteristics {
        margin-top: 10px;
    }

    .materials-page .materials-page-table .main-characteristics tbody tr td:first-child {
        width: 228px;
    }
}

@media (max-width: 991.98px) {
    .materials-page .materials-page-image .item img {
        width: auto;
    }

    .materials-page .materials-page-techlist {
        padding-left: 0;
    }

    .materials-page .materials-page-description {
        margin-top: 40px;
    }

    .materials-page .materials-page-table .main-title {
        font-size: 19px;
    }

    .materials-page .materials-page-table .main-characteristics {
        margin-top: 10px;
    }

    .materials-page .materials-page-table .main-characteristics tbody tr td:first-child {
        width: 228px;
    }
}

@media (max-width: 575.98px) {
    .materials-page .materials-page-image .item img {
        width: 85%;
    }

    .materials-page .materials-page-benefits ul li:first-child .materials-page-benefit-describe {
        top: -5px;
        left: 50px;
    }

    .materials-page
        .materials-page-benefits
        ul
        li:first-child
        .materials-page-benefit-describe:after {
        display: none;
    }

    .materials-page .materials-page-benefits ul li:last-child .materials-page-benefit-describe {
        left: -129px;
        width: 119px;
        top: -5px;
    }

    .materials-page
        .materials-page-benefits
        ul
        li:last-child
        .materials-page-benefit-describe:after {
        display: none;
    }

    .materials-page .materials-page-table .geometric-characteristics,
    .materials-page .materials-page-table .main-characteristics {
        font-size: 8px;
    }
}

.solution-page-info {
    background: #fff;
    padding-top: 35px;
    padding-bottom: 100px;
}

.solution-page-info .solution-page-info-sidebar {
    background: #ecf5fe;
    margin-left: -30px;
}

.solution-page-info .solution-page-info-sidebar .sidebar-list {
    padding: 25px 0;
}

.solution-page-info .solution-page-info-sidebar .sidebar-list .accordion_item:hover .title_block {
    background: #003376;
    color: #fff;
}

.solution-page-info .solution-page-info-sidebar .sidebar-list .accordion_item .title_block {
    font-weight: 700;
    font-size: 14px;
    color: #003376;
    cursor: pointer;
    padding: 10px 30px;
    width: 100%;
    display: block;
    text-transform: uppercase;
}

.solution-page-info .solution-page-info-sidebar .sidebar-list .accordion_item .info {
    display: none;
    padding: 10px 45px;
}

.solution-page-info .solution-page-info-sidebar .sidebar-list .accordion_item .info li a {
    color: #344981;
    font-size: 13px;
    font-weight: 700;
}

.solution-page-info .solution-page-info-sidebar .sidebar-list .accordion_item .info li:hover a {
    color: #f04037;
}

.solution-page-info .solution-page-info-sidebar .sidebar-list .active_block .title_block {
    background: #003376;
    color: #fff;
}

.solution-page-info .solution-page-info-sidebar .sidebar-list .active_block .info .active_link a {
    color: #f04037;
}

.solution-page-info .solution-page-info-sidebar .sidebar-list .first-active_block .title_block {
    background: #003376;
    color: #fff;
}

.solution-page-info .solution-page-info-sidebar .sidebar-list .first-active_block .info {
    display: block;
}

.solution-page-info
    .solution-page-info-sidebar
    .sidebar-list
    .first-active_block
    .info
    .active_link
    a {
    color: #f04037;
}

.solution-page-info .solution-page-info-description .solution-page-info-description-main > .left {
    width: 33.33%;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-main
    > .left
    .solution-page-info-description-image {
    text-align: center;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-main
    > .left
    .solution-page-info-description-downloads {
    padding-left: 45px;
    margin-top: 30px;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-main
    > .left
    .solution-page-info-description-downloads
    li {
    margin-top: 30px;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-main
    > .left
    .solution-page-info-description-downloads
    li
    .right {
    padding-left: 20px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
}

.solution-page-info .solution-page-info-description .solution-page-info-description-main .right {
    width: 100%;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-main
    .right
    .solution-page-info-description-consistof {
    background: #efefef;
    padding: 40px 35px;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-main
    .right
    .solution-page-info-description-consistof
    .title {
    font-weight: 700;
    font-size: 15px;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-main
    .right
    .solution-page-info-description-consistof
    ol {
    margin-bottom: 0;
    padding-left: 15px;
    margin-top: 30px;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-main
    .right
    .solution-page-info-description-consistof
    ol
    li {
    font-size: 15px;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-main
    .right
    .solution-page-info-description-consistof
    ol
    .underline {
    text-decoration: underline;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-main
    .right
    .solution-page-info-description-title {
    margin-top: 50px;
    font-weight: 700;
    font-size: 15px;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-main
    .right
    .solution-page-info-description-text {
    margin-top: 25px;
    font-size: 15px;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-main
    .right_last {
    width: 23%;
    padding-left: 20px;
    padding-top: 10px;
}

.solution-page-info .solution-page-info-description .solution-page-info-description-main .right2 {
    white-space: nowrap;
    line-height: 17px;
}

.solution-page-info .solution-page-info-description .solution-page-info-description-tabs {
    margin-top: 50px;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    .tabs-types {
    border-bottom: 1px solid #9a9a9a;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    .tabs-types
    li
    a {
    color: #787878;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding: 15px 70px;
    display: block;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    .tabs-types
    .tabulous_active {
    border: 1px solid #9a9a9a;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container {
    position: relative;
    margin: 40px 25px;
    margin-bottom: 0;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    > div {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 0;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-1
    p {
    color: #303030;
    font-size: 15px;
    margin-top: 10px;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-1
    p:first-child {
    margin-top: 0;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-1
    .table-main-title {
    font-size: 15px;
    color: #303030;
    font-weight: 700;
    margin-top: 30px;
    margin-right: auto;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-1
    .table-consist-title {
    margin-top: 30px;
    margin-right: auto;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-1
    .table-consist,
.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-1
    .table-main {
    font-size: 12px;
    width: 100%;
    margin-top: 40px;
    line-height: 2;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-1
    .table-consist
    thead
    tr,
.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-1
    .table-main
    thead
    tr {
    background: #d9d9d9;
    border-bottom: 1px solid #000;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-1
    .table-consist
    thead
    tr
    th,
.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-1
    .table-main
    thead
    tr
    th {
    text-align: center;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-1
    .table-consist
    tbody
    tr
    td,
.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-1
    .table-main
    tbody
    tr
    td {
    text-align: center;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-1
    .table-consist
    tbody
    tr:nth-child(2n + 1),
.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-1
    .table-main
    tbody
    tr:nth-child(2n + 1) {
    background: #dbe5f1;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-1
    .table-consist {
    margin-top: 0;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-2
    .download-items {
    width: 100%;
    display: block;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-2
    .download-items
    li {
    padding: 20px 35px;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-2
    .download-items
    li:nth-child(2n + 1) {
    background: #ecf5fe;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-2
    .download-items
    li
    .download-left {
    display: block;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-2
    .download-items
    li
    .download-left
    .download-title {
    font-size: 13px;
    margin-left: 20px;
    width: 270px;
    line-height: 1.3;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-2
    .download-items
    li
    .download-right {
    display: block;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-2
    .download-items
    li
    .download-right
    .download-text {
    margin-left: 5px;
    color: #003376;
    font-weight: 700;
    font-size: 13px;
}

.solution-page-info
    .solution-page-info-description
    .solution-page-info-description-tabs
    #tabs_container
    #tabs-2
    .download-items
    li:last-child {
    padding-bottom: 0;
}

@media (max-width: 1199.98px) {
    .solution-page-info {
        padding-bottom: 70px;
    }

    .solution-page-info .solution-page-info-sidebar {
        margin-left: -15px;
    }

    .solution-page-info .solution-page-info-sidebar .sidebar-list .accordion_item .title_block {
        padding: 10px 20px;
        font-size: 13px;
    }

    .solution-page-info .solution-page-info-sidebar .sidebar-list .accordion_item .info {
        padding: 10px 30px;
    }

    .solution-page-info .solution-page-info-sidebar .sidebar-list .accordion_item .info li a {
        font-size: 11px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        > .left
        .solution-page-info-description-image
        img {
        width: 90%;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        > .left
        .solution-page-info-description-downloads {
        padding-left: 20px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        > .left
        .solution-page-info-description-downloads
        li
        .right {
        font-size: 13px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        .right
        .solution-page-info-description-consistof {
        padding: 35px 30px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        .right
        .solution-page-info-description-consistof
        ol {
        margin-top: 20px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        .right
        .solution-page-info-description-consistof
        ol
        li {
        font-size: 13px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        .right
        .solution-page-info-description-title {
        margin-top: 40px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        .right
        .solution-page-info-description-text {
        margin-top: 25px;
        font-size: 13px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        .tabs-types
        li
        a {
        font-size: 13px;
        padding: 10px 50px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container {
        margin: 35px 20px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        > div
        p {
        font-size: 13px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        > div
        .table-main-title {
        font-size: 14px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        > div
        .table-consist-title {
        font-size: 14px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        > div
        .table-consist,
    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        > div
        .table-main {
        font-size: 11px;
    }
}

@media (max-width: 991.98px) {
    .solution-page-info {
        padding-bottom: 50px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        > .left {
        width: 100%;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        > .left
        .solution-page-info-description-image
        img {
        width: auto;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        > .left
        .solution-page-info-description-downloads {
        padding-left: 0;
        margin-top: 0;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        > .left
        .solution-page-info-description-downloads
        li
        .left
        img {
        width: 25px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        > .left
        .solution-page-info-description-downloads
        li
        .right {
        font-size: 11px;
        padding-left: 10px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        .right {
        width: 100%;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        .right
        .solution-page-info-description-consistof {
        margin-top: 30px;
        padding: 25px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        .right
        .solution-page-info-description-consistof
        .title {
        font-size: 14px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        .right
        .solution-page-info-description-consistof
        ol {
        margin-top: 15px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        .right
        .solution-page-info-description-consistof
        ol
        li {
        font-size: 12px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        .right
        .solution-page-info-description-title {
        font-size: 14px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        .right
        .solution-page-info-description-text {
        margin-top: 20px;
        font-size: 12px;
    }

    .solution-page-info .solution-page-info-description .solution-page-info-description-tabs {
        margin-top: 40px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        .tabs-types
        li
        a {
        font-size: 12px;
        padding: 10px 35px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container {
        margin: 25px 15px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        #tabs-1
        p {
        font-size: 12px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        #tabs-1
        .table-main-title {
        font-size: 12px;
        margin-top: 20px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        #tabs-1
        .table-consist-title {
        font-size: 12px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        #tabs-1
        .table-consist,
    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        #tabs-1
        .table-main {
        font-size: 10px;
        line-height: 1.6;
        margin-top: 25px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        #tabs-1
        .table-consist {
        margin-top: 0;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        #tabs-2
        .download-items
        li
        .download-left
        img {
        width: 25px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        #tabs-2
        .download-items
        li
        .download-left
        .download-title {
        width: 150px;
        font-size: 12px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        #tabs-2
        .download-items
        li
        .download-right
        .download-text {
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .solution-page-info {
        padding-bottom: 35px;
    }

    .solution-page-info .solution-page-info-sidebar {
        margin-left: 0;
        margin-top: 40px;
    }

    .solution-page-info .solution-page-info-sidebar .sidebar-list {
        padding: 15px 0;
    }

    .solution-page-info .solution-page-info-sidebar .sidebar-list .accordion_item .title_block {
        padding: 10px;
        font-size: 11px;
        text-align: center;
    }

    .solution-page-info .solution-page-info-sidebar .sidebar-list .accordion_item .info li {
        text-align: center;
    }

    .solution-page-info .solution-page-info-sidebar .sidebar-list .accordion_item .info li a {
        font-size: 10px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        > .left
        .solution-page-info-description-image
        img {
        width: 200px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        > .left
        .solution-page-info-description-downloads
        li
        .left
        img {
        width: 20px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        > .left
        .solution-page-info-description-downloads
        li
        .right {
        font-size: 10px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        .right
        .solution-page-info-description-consistof {
        margin-top: 35px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        .right
        .solution-page-info-description-title {
        margin-top: 35px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        .right
        .solution-page-info-description-text {
        margin-top: 15px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        > div
        .table-consist-title {
        margin-top: 25px;
    }
}

@media (max-width: 575.98px) {
    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        > .left
        .solution-page-info-description-image
        img {
        width: 180px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        > .left
        .solution-page-info-description-downloads {
        margin-top: 25px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        > .left
        .solution-page-info-description-downloads
        li {
        margin-top: 10px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        > .left
        .solution-page-info-description-downloads
        li
        .left
        img {
        width: 18px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        > .left
        .solution-page-info-description-downloads
        li
        .right {
        line-height: 26px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-main
        .right
        .solution-page-info-description-consistof {
        padding: 20px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        .tabs-types
        li
        a {
        padding: 10px 20px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container {
        margin: 0;
        margin-top: 35px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        #tabs-1
        .table-main-title {
        font-size: 11px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        #tabs-1
        .table-consist-title {
        font-size: 11px;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        #tabs-1
        .table-consist,
    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        #tabs-1
        .table-main {
        font-size: 9p;
    }

    .solution-page-info
        .solution-page-info-description
        .solution-page-info-description-tabs
        #tabs_container
        #tabs-2
        .download-items
        li
        .download-right {
        margin-top: 10px;
    }
}

.doc-section {
    background: #fff;
    padding-top: 35px;
    padding-bottom: 60px;
}

.doc-section .doc-section-sidebar {
    background: #ecf5fe;
    margin-right: -30px;
}

.doc-section .doc-section-sidebar .sidebar-list {
    padding: 25px 0;
}

.doc-section .doc-section-sidebar .sidebar-list .accordion_item:hover .title_block {
    /*background: #003376;*/
    /*color: #fff*/
}

.doc-section .doc-section-sidebar .sidebar-list .accordion_item .title_block {
    font-weight: 700;
    font-size: 14px;
    color: #003376;
    cursor: pointer;
    padding: 10px 30px;
    width: 100%;
    display: block;
    text-transform: uppercase;
}

.doc-section .doc-section-sidebar .sidebar-list .accordion_item .info {
    display: none;
    padding: 10px 16px;
}

.doc-section .doc-section-sidebar .sidebar-list .accordion_item a,
.doc-section .doc-section-sidebar .sidebar-list .accordion_item .info li a {
    color: #344981;
    font-size: 13px;
    font-weight: 700;
}

.doc-section .doc-section-sidebar .sidebar-list .accordion_item .info li:hover > a {
    color: #f04037;
}

.doc-section .doc-section-sidebar .sidebar-list .active_block .title_block {
    background: rgba(0, 51, 118, 0.65) !important;
    color: #fff;
}

.doc-section .doc-section-sidebar .sidebar-list .active_block .info .active_link > a {
    color: #f04037;
}

main.doc-section .doc-section-sidebar ul.sidebar-list ul.info ul.info ul.info li a {
    font-weight: 400;
}

.doc-section .doc-section-sidebar .sidebar-list .first-active_block .title_block {
    background: #003376;
    color: #fff;
}

.doc-section .doc-section-sidebar .sidebar-list .first-active_block .info {
    display: block;
}

.doc-section .doc-section-sidebar .sidebar-list .first-active_block .info .active_link a {
    color: #f04037;
}

.doc-section .doc-section-description {
    margin-left: 30px;
}

.doc-section .doc-section-description .download-items {
    width: 100%;
    display: block;
}

.doc-section .doc-section-description .download-items li {
    padding: 20px 35px;
}

.doc-section .doc-section-description .download-items li:nth-child(2n + 1) {
    background: #ecf5fe;
}

.doc-section .doc-section-description .download-items li .download-left {
    display: block;
}

.doc-section .doc-section-description .download-items li .download-left .download-title {
    font-size: 13px;
    margin-left: 20px;
    width: 270px;
    line-height: 1.3;
}

.doc-section .doc-section-description .download-items li .download-right {
    display: block;
}

.doc-section .doc-section-description .download-items li .download-right .download-text {
    margin-left: 5px;
    color: #003376;
    font-weight: 700;
    font-size: 13px;
}

.doc-section .doc-section-description .download-items li:last-child {
    padding-bottom: 0;
}

@media (max-width: 1199.98px) {
    .doc-section {
        padding-bottom: 50px;
    }

    .doc-section .doc-section-sidebar .sidebar-list .accordion_item .title_block {
        padding: 10px 20px;
        font-size: 13px;
    }

    .doc-section .doc-section-sidebar .sidebar-list .accordion_item .info {
        padding: 10px 30px;
    }

    .doc-section .doc-section-sidebar .sidebar-list .accordion_item a,
    .doc-section .doc-section-sidebar .sidebar-list .accordion_item .info li a {
        font-size: 11px;
    }
}

@media (max-width: 991.98px) {
    .doc-section {
        padding-bottom: 40px;
    }

    .doc-section .doc-section-description .download-items li .download-left img {
        width: 25px;
    }

    .doc-section .doc-section-description .download-items li .download-left .download-title {
        width: 150px;
        font-size: 12px;
    }

    .doc-section .doc-section-description .download-items li .download-right .download-text {
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .doc-section {
        padding-bottom: 35px;
    }

    .doc-section .doc-section-sidebar {
        margin-right: 0;
    }

    .doc-section .doc-section-sidebar .sidebar-list {
        padding: 15px 0;
    }

    .doc-section .doc-section-sidebar .sidebar-list .accordion_item .title_block {
        padding: 10px;
        font-size: 11px;
        text-align: center;
    }

    .doc-section .doc-section-sidebar .sidebar-list .accordion_item .info li {
        text-align: center;
    }

    .doc-section .doc-section-sidebar .sidebar-list .accordion_item a,
    .doc-section .doc-section-sidebar .sidebar-list .accordion_item .info li a {
        font-size: 10px;
    }

    .doc-section .doc-section-description {
        margin-left: 0;
    }

    .doc-section .doc-section-description .download-items {
        padding-bottom: 35px;
    }
}

@media (max-width: 575.98px) {
    .doc-section .doc-section-description .download-items li .download-right {
        margin-top: 10px;
    }
}

@media (max-width: 1199.98px) {
    body {
        margin-bottom: calc(285px + 120px);
    }

    .header-main-b .header-main-bottom .header-nav ul li .has-secondary-ul {
        font-size: 12px;
    }

    .header-main-b .header-main-bottom .header-nav ul li .secondary-ul {
        padding: 25px 0;
        padding-left: 25px;
        width: 200px;
    }

    .header-main-b .header-main-bottom .header-nav ul li .secondary-ul li .has-third-ul {
        font-size: 12px;
    }

    .header-main-b .header-main-bottom .header-nav ul li .secondary-ul li .third-ul {
        left: 165px;
        padding: 25px;
        width: 200px;
    }

    .header-main-b .header-main-bottom .header-nav ul li .secondary-ul li .third-ul li a {
        font-size: 12px;
    }

    .header-main-b .header-main-bottom .header-nav ul li:nth-child(4) .secondary-ul,
    .header-main-b .header-main-bottom .header-nav ul li:nth-child(5) .secondary-ul,
    .header-main-b .header-main-bottom .header-nav ul li:nth-child(6) .secondary-ul {
        padding-right: 25px;
    }

    .header-main-b .header-main-bottom .header-nav ul li:nth-child(4) .secondary-ul li .third-ul,
    .header-main-b .header-main-bottom .header-nav ul li:nth-child(5) .secondary-ul li .third-ul,
    .header-main-b .header-main-bottom .header-nav ul li:nth-child(6) .secondary-ul li .third-ul {
        right: 165px;
        padding: 25px;
    }

    .header-main-b
        .header-main-bottom
        .header-nav
        ul
        li:nth-child(4)
        .secondary-ul
        li
        .third-ul
        li
        a,
    .header-main-b
        .header-main-bottom
        .header-nav
        ul
        li:nth-child(5)
        .secondary-ul
        li
        .third-ul
        li
        a,
    .header-main-b
        .header-main-bottom
        .header-nav
        ul
        li:nth-child(6)
        .secondary-ul
        li
        .third-ul
        li
        a {
        font-size: 12px;
    }

    .header-main-b .header-main-bottom .header-input input {
        font-size: 12px;
    }

    .header-main-b .header-main-bottom .header-input input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .header-main-b .header-main-bottom .header-input input:-ms-input-placeholder {
        font-size: 12px;
    }

    .header-main-b .header-main-bottom .header-input input::-ms-input-placeholder {
        font-size: 12px;
    }

    .header-main-b .header-main-bottom .header-input input::placeholder {
        font-size: 12px;
    }

    .header-main-b .header-main-bottom .header-input:after {
        font-size: 17px;
    }

    .footer-main-t {
        height: 285px;
    }

    .footer-main-t .footer-main-top .footer-input input {
        font-size: 12px;
        height: 45px;
    }

    .footer-main-t .footer-main-top .footer-input input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .footer-main-t .footer-main-top .footer-input input:-ms-input-placeholder {
        font-size: 12px;
    }

    .footer-main-t .footer-main-top .footer-input input::-ms-input-placeholder {
        font-size: 12px;
    }

    .footer-main-t .footer-main-top .footer-input input::placeholder {
        font-size: 12px;
    }

    .footer-main-t .footer-main-top .footer-input:after {
        font-size: 17px;
    }

    .footer-main-t .footer-main-top .footer-nav-right,
    .footer-main-t .footer-main-top .footer-nav-right-title {
        padding-left: 0;
    }

    .footer-main-t .footer-main-top .footer-nav-right-title {
        font-size: 14px;
    }

    .footer-main-t .footer-main-top .footer-nav-right {
        margin-top: 15px;
    }

    .footer-main-t .footer-main-top .footer-nav-right li a {
        font-size: 13px;
    }

    .footer-main-t .footer-main-top .footer-nav-right li a i {
        font-size: 11px;
    }

    .footer-main-t .footer-main-top .footer-phone a {
        font-size: 22px;
    }

    .footer-main-t .footer-main-top .footer-nav-left {
        padding-left: 35px;
    }

    .footer-main-t .footer-main-top .footer-nav-left li a {
        font-size: 13px;
    }

    .footer-main-t .footer-main-top .footer-nav-left li a i {
        font-size: 11px;
    }

    .footer-main-t .footer-main-top .footer-mail a {
        font-size: 14px;
    }

    .footer-main-t .footer-main-top .footer-mail a i {
        font-size: 15px;
    }

    .footer-main-t .footer-main-top .footer-contact ul li a i {
        font-size: 20px;
    }

    .footer-main-b .footer-main-bottom .footer-make_by,
    .footer-main-b .footer-main-bottom .footer-make_by .firm-name,
    .footer-main-b .footer-main-bottom .footer-rights {
        font-size: 13px;
    }
}

@media (max-width: 991.98px) {
    body {
        margin-bottom: 565.5px;
        margin-top: 145px;
    }

    .header-main-t {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .header-main-t .header-main-top {
        padding: 20px 0;
    }

    .header-main-t .header-main-top .header-logo a img {
        width: 210px;
    }

    .header-main-t .header-main-top .header-phone {
        height: 40px;
    }

    .header-main-t .header-main-top .header-phone .right {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
    }

    .header-main-t .header-main-top .header-phone .right a {
        line-height: 40px;
    }

    .header-main-b {
        position: fixed;
        top: 80px;
        left: 0;
        z-index: 10;
        padding: 0;
        width: 100%;
    }

    .header-main-b .header-main-bottom .header-nav-mobile {
        top: 145px;
    }

    .header-main-b .header-main-bottom .hamburger {
        padding: 10px 15px;
        padding-left: 0;
    }

    .header-main-b .header-main-bottom .hamburger .hamburger-box {
        vertical-align: bottom;
    }

    .header-main-b .header-main-bottom .hamburger .hamburger-box span {
        width: 30px;
    }

    .header-main-b .header-main-bottom .hamburger .hamburger-box span:after,
    .header-main-b .header-main-bottom .hamburger .hamburger-box span:before {
        width: 30px;
    }

    .header-main-b .header-main-bottom .header-mail {
        margin-right: 10px;
    }

    .header-main-b .header-main-bottom .header-mail a i {
        font-size: 16px;
        color: #8daacd;
    }

    .header-main-b .header-main-bottom .header-search-mobile {
        height: 100%;
        width: 35px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .header-main-b .header-main-bottom .header-search-mobile a {
        font-size: 14px;
        color: #8daacd;
    }

    .header-main-b .header-main-bottom .header-search-mobile-disable {
        pointer-events: none;
    }

    .header-main-b .header-main-bottom .header-search-mobile-active {
        background: #8daacd;
    }

    .header-main-b .header-main-bottom .header-search-mobile-active a i {
        color: #fff;
    }

    .header-main-b {
        height: auto;
        padding: 10px 0;
    }

    .header-main-b .header-main-bottom .header-nav-mobile {
        top: 144px;
    }

    .header-main-b .header-main-bottom .header-nav ul li .has-secondary-ul {
        font-size: 11.9px;
    }

    .header-main-b .header-main-bottom .header-nav ul li .secondary-ul {
        padding: 20px 0;
        padding-left: 20px;
        width: 190px;
    }

    .header-main-b .header-main-bottom .header-nav ul li .secondary-ul li .has-third-ul {
        font-size: 11.9px;
    }

    .header-main-b .header-main-bottom .header-nav ul li .secondary-ul li .third-ul {
        left: 165px;
        padding: 20px;
        width: 190px;
    }

    .header-main-b .header-main-bottom .header-nav ul li .secondary-ul li .third-ul li a {
        font-size: 11.9px;
    }

    .header-main-b .header-main-bottom .header-nav ul li:nth-child(4) .secondary-ul,
    .header-main-b .header-main-bottom .header-nav ul li:nth-child(5) .secondary-ul,
    .header-main-b .header-main-bottom .header-nav ul li:nth-child(6) .secondary-ul {
        padding-right: 20px;
    }

    .header-main-b .header-main-bottom .header-nav ul li:nth-child(4) .secondary-ul li .third-ul,
    .header-main-b .header-main-bottom .header-nav ul li:nth-child(5) .secondary-ul li .third-ul,
    .header-main-b .header-main-bottom .header-nav ul li:nth-child(6) .secondary-ul li .third-ul {
        right: 165px;
        padding: 20px;
    }

    .header-main-b
        .header-main-bottom
        .header-nav
        ul
        li:nth-child(4)
        .secondary-ul
        li
        .third-ul
        li
        a,
    .header-main-b
        .header-main-bottom
        .header-nav
        ul
        li:nth-child(5)
        .secondary-ul
        li
        .third-ul
        li
        a,
    .header-main-b
        .header-main-bottom
        .header-nav
        ul
        li:nth-child(6)
        .secondary-ul
        li
        .third-ul
        li
        a {
        font-size: 11.9px;
    }

    .header-main-b .header-main-bottom .header-input {
        height: 45px;
    }

    .footer-main-t {
        padding-bottom: 70px;
    }

    .footer-main-t .footer-main-top .footer-contact {
        margin-top: 100px;
    }

    .footer-main-t .footer-main-top .footer-contact ul li:first-child {
        margin-left: 0;
    }

    .footer-main-t .footer-main-top .footer-phone {
        text-align: center;
        margin-top: 10px;
    }

    .footer-main-t .footer-main-top .footer-mail {
        text-align: center;
        margin-top: 10px;
    }

    .footer-main-b,
    .footer-main-t {
        height: auto;
        position: relative;
        z-index: 1;
        bottom: 0;
    }

    .footer-main-t {
        padding: 50px 30px;
    }

    .footer-main-t .footer-main-top .footer-logo img {
        margin: 0 auto;
        width: 190px;
    }

    .footer-main-t .footer-main-top .footer-input {
        padding-left: 0;
        margin-top: 40px;
    }

    .footer-main-t .footer-main-top .footer-nav-left {
        margin-top: 35px;
    }

    .footer-main-t .footer-main-top .footer-nav-left li {
        height: 20px;
    }

    .footer-main-t .footer-main-top .footer-nav-left li a i {
        display: none;
    }

    .footer-main-t .footer-main-top .footer-nav-right-title {
        margin-top: 80px;
        display: none;
    }

    .footer-main-t .footer-main-top .footer-nav-right {
        padding-left: 110px;
    }

    .footer-main-t .footer-main-top .footer-nav-right li {
        height: 20px;
    }

    .footer-main-t .footer-main-top .footer-nav-right li a i {
        display: none;
    }

    .footer-main-t .footer-main-top .footer-contact-mobile {
        margin-top: 50px;
    }

    .footer-main-b {
        line-height: unset;
        height: auto;
        padding: 20px 0;
        text-align: center;
    }

    .footer-main-b .footer-make_by {
        margin-top: 10px;
    }

    .footer-main-t {
        height: 565.5px;
        position: fixed;
        bottom: 0;
        z-index: -1;
        width: 100%;
    }

    .footer-main-t .footer-main-top .footer-logo {
        padding-left: 0;
    }

    .footer-main-t .footer-main-top .footer-input {
        margin-top: 0;
        padding-right: 0;
    }

    .footer-main-t .footer-main-top .footer-nav-left {
        padding-left: 0;
        margin-top: 50px;
    }

    .footer-main-t .footer-main-top .footer-nav-right-title {
        margin-top: 50px;
    }

    .footer-main-t .footer-main-top .footer-phone a {
        font-size: 22px;
    }

    .footer-main-t .footer-main-top .footer-contact ul li:nth-child(2) a i {
        font-size: 19px;
    }

    .footer-main-t .footer-main-top .footer-contact ul li a i {
        font-size: 19px;
    }
}

@media (max-width: 767.98px) {
    body {
        margin-bottom: 0;
        margin-top: 111px;
    }

    .container {
        width: 100%;
        max-width: none;
    }

    .header-main-t {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .header-main-t .header-main-top {
        padding: 15px 0;
    }

    .header-main-t .header-main-top .header-logo a img {
        width: 190px;
    }

    .header-main-t .header-main-top .header-phone {
        height: 35px;
    }

    .header-main-t .header-main-top .header-phone .right {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }

    .header-main-t .header-main-top .header-phone .right a {
        line-height: 35px;
    }

    .header-main-b {
        position: fixed;
        top: 65px;
        left: 0;
        z-index: 10;
        padding: 0;
        width: 100%;
    }

    .header-main-b .header-main-bottom .header-nav-mobile {
        top: 110px;
    }

    .header-main-b .header-main-bottom .hamburger {
        padding: 10px 15px;
        padding-left: 0;
    }

    .header-main-b .header-main-bottom .hamburger .hamburger-box {
        vertical-align: bottom;
    }

    .header-main-b .header-main-bottom .hamburger .hamburger-box span {
        width: 35px;
    }

    .header-main-b .header-main-bottom .hamburger .hamburger-box span:after,
    .header-main-b .header-main-bottom .hamburger .hamburger-box span:before {
        width: 35px;
    }

    .header-main-b .header-main-bottom .header-mail {
        margin-right: 10px;
    }

    .header-main-b .header-main-bottom .header-mail a i {
        font-size: 16px;
        color: #8daacd;
    }

    .header-main-b .header-main-bottom .header-search-mobile {
        height: 100%;
        width: 35px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .header-main-b .header-main-bottom .header-search-mobile a {
        font-size: 14px;
        color: #8daacd;
    }

    .header-main-b .header-main-bottom .header-search-mobile-disable {
        pointer-events: none;
    }

    .header-main-b .header-main-bottom .header-search-mobile-active {
        background: #8daacd;
    }

    .header-main-b .header-main-bottom .header-search-mobile-active a i {
        color: #fff;
    }

    .header-input-mobile {
        display: block;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 111px;
        left: 0;
        z-index: 10;
        width: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .header-input-mobile input {
        height: 45px;
        display: block;
        background: #8daacd;
        padding: 0 10px;
        line-height: 100%;
        font-size: 15px;
        width: 100%;
    }

    .header-input-mobile input::-webkit-input-placeholder {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
    }

    .header-input-mobile input:-ms-input-placeholder {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
    }

    .header-input-mobile input::-ms-input-placeholder {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
    }

    .header-input-mobile input::placeholder {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
    }

    .header-input-mobile:focus::-webkit-input-placeholder {
        opacity: 0;
    }

    .header-input-mobile:focus:-ms-input-placeholder {
        opacity: 0;
    }

    .header-input-mobile:focus::-ms-input-placeholder {
        opacity: 0;
    }

    .header-input-mobile:focus::placeholder {
        opacity: 0;
    }

    .header-input-mobile-active {
        z-index: 10;
        opacity: 1;
        visibility: visible;
    }

    .footer-main-t {
        padding-bottom: 70px;
    }

    .footer-main-t .footer-main-top .footer-contact {
        margin-top: 100px;
    }

    .footer-main-t .footer-main-top .footer-contact ul li:first-child {
        margin-left: 0;
    }

    .footer-main-t .footer-main-top .footer-phone {
        text-align: center;
        margin-top: 10px;
    }

    .footer-main-t .footer-main-top .footer-mail {
        text-align: center;
        margin-top: 10px;
    }

    .footer-main-b,
    .footer-main-t {
        height: auto;
        position: relative;
        z-index: 1;
        bottom: 0;
    }

    .footer-main-t {
        padding: 50px 30px;
    }

    .footer-main-t .footer-main-top .footer-logo img {
        margin: 0 auto;
        width: 190px;
    }

    .footer-main-t .footer-main-top .footer-input {
        padding-left: 0;
        margin-top: 40px;
    }

    .footer-main-t .footer-main-top .footer-nav-left {
        margin-top: 35px;
    }

    .footer-main-t .footer-main-top .footer-nav-left li {
        height: 20px;
    }

    .footer-main-t .footer-main-top .footer-nav-left li a i {
        display: none;
    }

    .footer-main-t .footer-main-top .footer-nav-right-title {
        margin-top: 80px;
        display: none;
    }

    .footer-main-t .footer-main-top .footer-nav-right {
        padding-left: 98px;
    }

    .footer-main-t .footer-main-top .footer-nav-right li {
        height: 20px;
    }

    .footer-main-t .footer-main-top .footer-nav-right li a i {
        display: none;
    }

    .footer-main-t .footer-main-top .footer-contact-mobile {
        margin-top: 30px;
    }

    .footer-main-b {
        line-height: unset;
        height: auto;
        padding: 20px 0;
        text-align: center;
    }

    .footer-main-b .footer-make_by {
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    body {
        margin-top: 100px;
    }

    .header-main-t {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .header-main-t .header-main-top {
        padding: 15px 0;
    }

    .header-main-t .header-main-top .header-logo a img {
        width: 130px;
    }

    .header-main-t .header-main-top .header-phone {
        height: 25px;
    }

    .header-main-t .header-main-top .header-phone .right {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }

    .header-main-t .header-main-top .header-phone .right a {
        line-height: 25px;
    }

    .header-main-b {
        position: fixed;
        top: 55px;
        left: 0;
        z-index: 10;
        padding: 0;
        width: 100%;
    }

    .header-main-b .header-main-bottom .header-nav-mobile {
        top: 101px;
    }

    .header-main-b .header-main-bottom .hamburger {
        padding: 10px 15px;
        padding-left: 0;
    }

    .header-main-b .header-main-bottom .hamburger .hamburger-box {
        vertical-align: bottom;
    }

    .header-main-b .header-main-bottom .hamburger .hamburger-box span {
        width: 30px;
    }

    .header-main-b .header-main-bottom .hamburger .hamburger-box span:after,
    .header-main-b .header-main-bottom .hamburger .hamburger-box span:before {
        width: 30px;
    }

    .header-main-b .header-main-bottom .header-mail {
        margin-right: 10px;
    }

    .header-main-b .header-main-bottom .header-mail a i {
        font-size: 16px;
        color: #8daacd;
    }

    .header-main-b .header-main-bottom .header-search-mobile {
        height: 100%;
        width: 35px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .header-main-b .header-main-bottom .header-search-mobile a {
        font-size: 14px;
        color: #8daacd;
    }

    .header-main-b .header-main-bottom .header-search-mobile-disable {
        pointer-events: none;
    }

    .header-main-b .header-main-bottom .header-search-mobile-active {
        background: #8daacd;
    }

    .header-main-b .header-main-bottom .header-search-mobile-active a i {
        color: #fff;
    }

    .header-input-mobile {
        display: block;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 100px;
        left: 0;
        z-index: 10;
        width: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .header-input-mobile input {
        height: 45px;
        display: block;
        background: #8daacd;
        padding: 0 10px;
        line-height: 100%;
        font-size: 15px;
        width: 100%;
    }

    .header-input-mobile input::-webkit-input-placeholder {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
    }

    .header-input-mobile input:-ms-input-placeholder {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
    }

    .header-input-mobile input::-ms-input-placeholder {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
    }

    .header-input-mobile input::placeholder {
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
    }

    .header-input-mobile:focus::-webkit-input-placeholder {
        opacity: 0;
    }

    .header-input-mobile:focus:-ms-input-placeholder {
        opacity: 0;
    }

    .header-input-mobile:focus::-ms-input-placeholder {
        opacity: 0;
    }

    .header-input-mobile:focus::placeholder {
        opacity: 0;
    }

    .header-input-mobile-active {
        z-index: 10;
        opacity: 1;
        visibility: visible;
    }

    .footer-main-t {
        padding: 50px 30px;
    }

    .footer-main-t .footer-main-top .footer-logo img {
        margin: 0 auto;
    }

    .footer-main-t .footer-main-top .footer-input {
        padding-left: 0;
        margin-top: 40px;
    }

    .footer-main-t .footer-main-top .footer-nav-left {
        margin-top: 35px;
    }

    .footer-main-t .footer-main-top .footer-nav-left li {
        height: 20px;
    }

    .footer-main-t .footer-main-top .footer-nav-left li a i {
        display: none;
    }

    .footer-main-t .footer-main-top .footer-nav-right-title {
        margin-top: 80px;
        display: none;
    }

    .footer-main-t .footer-main-top .footer-nav-right {
        padding-left: 0;
    }

    .footer-main-t .footer-main-top .footer-nav-right li {
        height: 20px;
    }

    .footer-main-t .footer-main-top .footer-nav-right li a i {
        display: none;
    }

    .footer-main-t .footer-main-top .footer-contact {
        margin-top: 60px;
    }

    .footer-main-b {
        line-height: unset;
        height: auto;
        padding: 20px 0;
        text-align: center;
    }

    .footer-main-b .footer-make_by {
        margin-top: 10px;
    }
}

.contstoi .first-item.contacts-manager {
    align-items: center;
    display: flex;
    padding: 20px 30px;
}

.contacts-manager-content {
    padding-left: 30px;
    text-align: left;
}

.contacts-manager-image img {
    width: 120px;
}

/* Сравнение */

section.section {
    position: relative;
    padding: 50px 0;
    background-color: #fff;
}

.materials-compare {
    padding-left: 15px;
}

.materials-compare__link {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    color: #1c3673;
    z-index: 1;
    transition: color 0.2s;
}

.materials-compare__link:hover {
    color: #f04037;
}

.materials-compare__icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background: url(../img/icons/share-files.svg) no-repeat 50% 50% / contain;
    margin-right: 10px;
}

.compare-switcher {
    font-size: 20px;
    display: flex;
    align-items: center;
}

.compare-switcher .custom-switcher {
    margin: 0 15px;
}

.compare-switcher a {
    color: #000;
    line-height: 1.2;
    transition: color 0.2s;
}

.compare-switcher a:hover {
    color: #003376;
}

.compare-tabs-content-wrap {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
}

.compare-tabs-content {
    margin-left: -30px;
    margin-right: -30px;
}

.compare-content {
    position: relative;
    padding-top: 30px;
}

.compare-item {
    position: relative;
}

.compare-item__title {
    height: 53px;
    margin-bottom: 22px;
    overflow: hidden;
}

.compare-item__title a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    transition: color 0.2s;
}

.compare-item__title a:hover {
    color: #f04037;
}

.compare-item__img {
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-item__img a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.compare-item__img a:focus {
    outline: none;
}

.compare-item__img img {
    max-height: 100%;
    max-width: 100%;
}

.compare-item__row {
    position: relative;
    padding: 70px 0 30px;
}

.compare-item__row.is-hidden {
    display: none;
}

.compare-item__text {
    font-size: 14px;
}

.compare-item__remove {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px;
    width: 40px;
    height: 40px;
    background: url(../img/icons/trash.svg) no-repeat 50% 50%;
    background-size: 20px 20px;
}

.compare-frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 280px 30px 0;
}

.compare-frame__item {
    border-top: 1px solid #ececec;
}

.compare-frame__item.is-hidden {
    display: none;
}

.compare-frame__title {
    padding-top: 25px;
    text-transform: uppercase;
    color: #cacaca;
    font-weight: 700;
    white-space: nowrap;
}

.compare-carousel {
    width: 100%;
    z-index: 10;
}

.compare-carousel .slick-slide {
    transition: opacity 0.2s;
}

.compare-carousel .slick-track {
    margin-left: 0;
    margin-right: 0;
}

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

.compare-carousel .slick-slide.is-removing {
    opacity: 0.5;
}

.compare-carousel .compare-item {
    padding: 0 30px;
}

.compare-carousel .slick-arrow,
.compare-slider .slick-arrow {
    position: absolute;
    top: -30px;
    z-index: 10;
    width: 50px;
    height: 50px;
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: 0.2s;
    cursor: pointer;
}

.compare-carousel .slick-arrow svg,
.compare-slider .slick-arrow svg {
    stroke: #1c3673;
    width: 24px;
    height: 24px;
}

.compare-carousel .slick-prev,
.compare-slider .slick-prev {
    left: 0;
    transform: scaleX(-1);
}

.compare-carousel .slick-next,
.compare-slider .slick-next {
    right: 0;
}

.compare-carousel .slick-disabled,
.compare-slider .slick-disabled {
    opacity: 0.5;
}

.compare-slider {
    width: 20%;
    padding: 0 30px;
}

.compare-slider + .compare-carousel {
    width: 80%;
}

@media screen and (max-width: 1199.98px) {
    .compare-slider {
        width: 25%;
    }

    .compare-slider + .compare-carousel {
        width: 75%;
    }
}

@media screen and (max-width: 991.98px) {
    .compare-slider {
        width: 33.33%;
    }

    .compare-slider + .compare-carousel {
        width: 66.66%;
    }
}

@media screen and (max-width: 767.98px) {
    .compare-tabs {
        margin-left: -15px;
        margin-right: -15px;
        overflow: auto;
    }

    .compare-tabs::-webkit-scrollbar {
        display: none;
    }

    .compare-tabs .no-list {
        white-space: nowrap;
        flex-wrap: nowrap !important;
    }

    .compare-tabs li:first-child {
        padding-left: 15px;
    }

    .compare-tabs li:last-child {
        padding-right: 15px;
    }
}

@media screen and (max-width: 575.98px) {
    .compare-slider {
        width: 50%;
    }

    .compare-slider + .compare-carousel {
        width: 50%;
    }

    .compare-tabs li a {
        padding: 0 30px !important;
    }

    .compare-item {
        font-size: 14px;
    }
}

.compare-carousel-group {
    display: flex;
}

.catalog-items {
    display: flex;
    flex-wrap: wrap;
    font-size: inherit !important;
}

.catalog-item {
    position: relative;
    height: auto !important;
}

.catalog-item .materials-compare,
.elements-item .materials-compare {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding-left: 0;
    z-index: 10;
}

.catalog-item--link.-compare {
    padding-bottom: 50px !important;
}

.solution-page-info-description-main .materials-compare {
    padding-left: 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}

@media (max-width: 767.98px) {
    .solution-page-info-description-main .materials-compare {
        position: relative;
    }
}

@media (max-width: 575.98px) {
    section.section {
        padding: 30px 0;
    }
}

.elements-enum[data-view='list'] .materials-compare {
    text-align: right;
    padding-right: 30px;
}

.compare-tabs {
    color: #000;
    display: flex;
    align-items: center;
}

.compare-tabs .no-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -5px;
}

.compare-tabs li {
    margin-right: 10px;
    margin-bottom: 5px;
}

.compare-tabs li:last-child {
    margin-right: 0;
}

.compare-tabs li.is-active a {
    background-color: #f04037;
    color: #fff !important;
}

.compare-tabs li a {
    padding: 0 25px;
    color: rgba(0, 0, 0, 0.4) !important;
    display: flex;
    align-items: center;
    height: 36px;
    background-color: #cacaca;
    font-weight: 700;
    transition: 0.2s;
    min-width: 240px;
}

.compare-tabs li a span {
    opacity: 0.5;
    margin-left: 5px;
}

.compare-tabs li.is-active .compare-tabs__trash {
    background-image: url(../img/icons/trash-white.svg);
}

.compare-tabs__trash {
    height: 26px;
    width: 26px;
    background-image: url(../img/icons/trash.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 18px 18px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    margin-right: -20px;
    margin-left: auto !important;
    opacity: 1 !important;
}

.compare-tabs__count {
    margin-right: 10px !important;
}

.compare-tabs__back {
    margin-left: auto;
    padding-left: 30px;
}

.compare-tabs__back-link {
    color: #333;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    transition: 0.2s;
}

.compare-tabs__back-link:hover {
    color: #f04037;
}

.compare-tabs__back-link:before {
    content: '';
    min-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #1c3673;
    margin-right: 10px;
    background: url(../img/icons/arrow-blue.svg) no-repeat 50% 50%;
    background-size: 7px 11px;
    transform: scaleX(-1);
}

.compare-total {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    z-index: 1000;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50%) translateZ(0);
    -webkit-backface-visibility: hidden;
}

.compare-total.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateZ(0);
}

.compare-total__group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.compare-total__item {
    display: flex;
    align-items: center;
}

.compare-total__text {
}

.compare-total__link {
    color: #f24941 !important;
    margin-right: 20px;
    border-bottom: 1px dashed currentColor;
    transition: 0.2s;
}

.compare-total__link:hover {
    border-color: transparent;
}

.compare-total__btn {
    background-color: #f24941;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    font-weight: 700;
    transition: 0.2s;
}

.compare-total__btn:hover {
    background-color: #f93229;
}

.compare-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: -10px;
}

.compare-filter__item {
    margin-right: 30px;
    margin-bottom: 10px;
    display: flex;
}

.compare-filter__item:last-child {
    margin-right: 0;
}

.compare-filter .radio-control {
    font-size: 12px;
}

@media (max-width: 991.98px) {
    .compare-filter__item:first-child,
    .compare-filter__link {
        width: 100%;
    }

    .compare-tabs {
        flex-wrap: wrap;
    }

    .compare-tabs__back {
        padding-left: 15px;
        margin-left: 0;
        width: 100%;
        order: -1;
        margin-bottom: 20px;
    }
}

.link-remove {
    color: #333 !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
}

.link-remove:before {
    content: '';
    cursor: pointer;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background: url(../img/icons/trash-gray.svg) no-repeat 50% 50% / contain;
    margin-right: 5px;
}

/* Сравнение */

/* Переключатель */

.custom-switcher {
    cursor: pointer;
    margin: 0;
    position: relative;
    width: 45px;
    height: 25px;
}

.custom-switcher input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-switcher__text:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 12px;
    border-radius: 6px;
    background-color: #ececec;
}

.custom-switcher__text:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #1c3673;
    transition: 0.2s;
}
.custom-switcher input:checked + .custom-switcher__text:after {
    transform: translateX(20px);
}

/* Переключатель */

/* Галерея объектов */

.gallery {
}

.gallery > .row {
    margin-bottom: -30px;
}

.gallery > .row > div {
    margin-bottom: 30px;
}

.gallery__item {
    text-align: center;
}

.gallery__img {
    height: 250px;
}

.gallery__img a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery__info {
    margin-top: 10px;
}

.gallery__title {
}

.gallery__title a {
    color: #000;
    transition: color 0.2s;
}

.gallery__title a:hover {
    color: #f04037;
}

.gallery__amount {
    font-size: 14px;
}

.pagination {
    margin-top: 30px;
}

.pagination a {
    color: #1c3673;
}

.gallery-detail {
}

.gallery-detail__img {
    cursor: zoom-in;
}

.gallery-detail__img img {
    max-width: 100%;
}

.gallery-detail__info {
}

.gallery-detail__info li {
    margin-bottom: 10px;
}

.gallery-detail__info li:last-child {
    margin-bottom: 0;
}

.gallery-detail__info li span {
    font-weight: bold;
}

.gallery-nav {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.gallery-nav__btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.gallery-nav__btn svg {
    width: 24px;
    height: 24px;
    stroke: #1c3673;
}

.gallery-nav__btn.-prev {
    transform: scaleX(-1);
}

.gallery-nav__link {
    line-height: normal;
    color: #1c3673;
    border-bottom: 1px solid currentColor;
    transition: border 0.2s;
    margin: 0 auto;
}

.gallery-nav__link:hover {
    color: #1c3673;
    border-color: transparent;
}

@media (max-width: 575.98px) {
    .gallery__img {
        height: 220px;
    }
}

/* Галерея объектов */

/*Табы*/

[data-tabs-content] {
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}

.tab-content {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    width: 100%;
}

.tab-content.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}

/*Табы*/

/* Радио кнопки */

.radio-control {
    position: relative;
    line-height: 18px;
    min-height: 20px;
    font-size: 14px;
}

.radio-control input[type='radio'] {
    position: absolute;
    opacity: 0;
}

.radio-control input[type='radio'] + label {
    cursor: pointer;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 30px;
    margin-bottom: 0;
}

.radio-control input[type='radio'] + label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #bbb;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.radio-control input[type='radio'] + label:after {
    content: '';
    background: url(../img/icons/check.svg) no-repeat;
    background-size: contain;
    width: 10px;
    height: 9px;
    position: absolute;
    left: 5px;
    top: 6px;
    visibility: hidden;
    transform: scale(0);
    transition: 0.15s;
}

.radio-control input[type='radio'] + label:hover:before {
    border-color: #f04037;
}

.radio-control input[type='radio']:checked + label:before {
    background: #f04037;
    border-color: #f04037;
}

.radio-control input[type='radio']:checked + label:after {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* Радио кнопки */

.contacts-manager-email,
.contacts-manager-time,
.contacts-manager-phone {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.contacts-manager-time:before,
.contacts-manager-email:before,
.contacts-manager-phone:before {
    background-image: url("../img/phone.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    margin-right: 10px;
    height: 18px;
    width: 18px;
}
.contacts-manager-email:before {
    background-image: url("../img/mail.svg");
}
.contacts-manager-time:before {
    background-image: url("../img/time.svg");
}

/* Выдача фреймов калькулятора */

.calc-frame {

}

.calc-frame__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.calc-frame__choose .radio-control {
    margin-bottom: 10px;
}

.calc-frame__choose .radio-control:last-child {
    margin-bottom: 0;
}

.calc-frame__share {
    margin-top: 30px;
}

.calc-frame__share-title {
    margin-bottom: 10px;
}

.calc-frame__share-input {
    border: 2px solid #dcdcdc;
    width: 100%;
    color: #333;
    padding: 5px 10px;
}

/* Выдача фреймов калькулятора */

.item-services {
    padding-top: 10px;
    font-size: 9px;
}
.contact .contact-info .contacts-manager-content .item-title {
    margin-top: 0;
    font-size: 13px;
}
/*.contact .contact-info .first-item .item-address {
    font-size: 12px;
}
.contact .contact-info .first-item .item-address a {
    font-size: 12px;
}*/