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

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

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

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

body, html {
    margin: 0;
    padding: 0
}

html {
    font-size: 16px;
    font-size: 62.5%;
    font-weight: 400;
    line-height: 1.63
}

body {
    line-height: 1.44;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    background: #fff;
    background-size: 100% auto;
    font-size: 1.8rem;
    color: #707070;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent
}

a, img {
    outline: 0;
    text-decoration: none
}

img {
    display: block;
    max-width: 100%;
    border: none
}

button {
    cursor: pointer;
    outline: 0;
    background: 0 0;
    border: none
}

button:active, button:focus {
    outline: 0
}

a {
    color: inherit
}

p {
    margin-bottom: 1rem
}

.h1, h1 {
    margin: 0;
    line-height: 1.16;
    font-size: 2.8rem;
    font-weight: 300;
    color: #19295a;
    display: block
}

@media only screen and (min-width:1023px) {
    .h1, h1 {
        font-size: 3.1rem
    }
}

@media only screen and (min-width:1365px) {
    .h1, h1 {
        font-size: 3.8rem
    }
}

.h2, h2 {
    font-size: 3.2rem;
    font-weight: 800;
    margin: 0;
    display: block
}

.h3, h3 {
    font-size: 3rem;
    font-weight: 700;
    display: block
}

@media only screen and (min-width:1023px) {
    .h3, h3 {
        font-size: 2.9rem
    }
}

@media only screen and (min-width:1365px) {
    .h3, h3 {
        font-size: 3.2rem
    }
}

.text-uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.text-bold {
    font-weight: 700
}

.color--white {
    color: #fff
}

.color--primary {
    color: #19295a
}

.grecaptcha-badge {
    display: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}

.no-margin-top {
    margin-top: 0 !important
}

.section-title {
    font-weight: 400;
    color: #19295a;
    position: relative;
    font-size: 2.6rem;
    line-height: 1.23
}

.section-title * {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

@media only screen and (min-width:1023px) {
    .section-title {
        line-height: 1.225;
        font-size: 3.6rem
    }
}

@media only screen and (min-width:1599px) {
    .section-title {
        font-size: 4rem
    }
}

.section-title--smaller {
    font-weight: 700;
    line-height: 1.233;
    letter-spacing: -.01em;
    font-size: 1.6rem
}

@media only screen and (min-width:1023px) {
    .section-title--smaller {
        font-size: 2.6rem
    }
}

@media only screen and (min-width:1599px) {
    .section-title--smaller {
        font-size: 3rem
    }
}

.container {
    margin: 0 auto;
    padding: 0 3.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width:1023px) {
    .container {
        padding: 0 2rem
    }
}

@media only screen and (min-width:1210px) {
    .container {
        max-width: 1090px;
        padding: 0
    }
}

@media only screen and (min-width:1599px) {
    .container {
        max-width: 1364px
    }
}

@media only screen and (max-width:1022px) {
    .container-padding {
        padding-inline: 3.7rem
    }
}

@media only screen and (min-width:1023px) {
    .container-padding__left {
        padding-left: 2rem
    }
}

@media only screen and (min-width:1210px) {
    .container-padding__left {
        padding-left: calc((100% - 1090px)/ 2)
    }
}

@media only screen and (min-width:1599px) {
    .container-padding__left {
        padding-left: calc((100% - 1364px)/ 2)
    }
}

@media only screen and (min-width:1023px) {
    .container-padding__right {
        padding-right: 2rem
    }
}

@media only screen and (min-width:1210px) {
    .container-padding__right {
        padding-right: calc((100% - 1090px)/ 2)
    }
}

@media only screen and (min-width:1599px) {
    .container-padding__right {
        padding-right: calc((100% - 1364px)/ 2)
    }
}

body {
    overflow-x: hidden
}

body.is-opened {
    overflow: hidden
}

.site-wrapper {
    padding-top: 8.28rem
}

@media only screen and (max-width:767px) {
    .site-wrapper {
        overflow-x: hidden
    }
}

@media only screen and (min-width:1023px) {
    .site-wrapper {
        padding-top: 9.08rem
    }
}

@media only screen and (min-width:1599px) {
    .site-wrapper {
        padding-top: 11.58rem
    }
}

.site-wrapper--overflow {
    overflow: hidden
}

.site-wrapper--min {
    min-height: calc(100vh - 170px)
}

.custom-list ul {
    list-style: none;
    margin: 0;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.2
}

@media only screen and (min-width:1023px) {
    .custom-list ul {
        font-size: 2.5rem
    }
}

.custom-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 1.25rem;
    padding-left: 3.75rem
}

@media only screen and (min-width:1023px) {
    .custom-list ul li {
        padding-left: 3rem;
        margin-bottom: 2.1rem
    }
}

.custom-list .list-el {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: .75rem;
    left: -.35rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (min-width:768px) {
    .custom-list .list-el {
        top: 0;
        width: 30px;
        height: 30px
    }
}

@media only screen and (min-width:1023px) {
    .custom-list .list-el {
        top: .35rem
    }
}

.custom-list .list-el svg {
    width: 25px;
    height: 25px
}

@media only screen and (min-width:1023px) {
    .custom-list .list-el svg {
        width: 30px;
        height: 30px
    }
}

.custom-list .list-el circle, .custom-list .list-el path {
    fill: #19295a
}

.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    z-index: 1003;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.arrow svg {
    width: 30px;
    height: 30px
}

.arrow circle, .arrow path {
    fill: #19295a
}

@media only screen and (min-width:1023px) {
    .arrow {
        width: 42px;
        height: 42px
    }

    .arrow svg {
        width: 42px;
        height: 42px
    }
}

.arrow--left {
    left: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.arrow--right {
    right: 0
}

.toggler {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 4rem;
    height: 3.5rem
}

@media only screen and (min-width:1023px) {
    .toggler {
        width: 2.9rem;
        height: 2rem
    }
}

.toggler svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 100%;
    height: 100%
}

@media only screen and (min-width:1023px) {
    .toggler svg {
        width: 2.9rem;
        height: 2.9rem
    }
}

.toggler svg circle, .toggler svg path {
    fill: #19295a
}

.toggler:hover svg {
    -webkit-transform: rotate(90deg) scale(1.05);
    -ms-transform: rotate(90deg) scale(1.05);
    transform: rotate(90deg) scale(1.05)
}

.toggler.active svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.toggler.active:hover svg {
    -webkit-transform: rotate(-90deg) scale(1.05);
    -ms-transform: rotate(-90deg) scale(1.05);
    transform: rotate(-90deg) scale(1.05)
}

.personToggler {
    width: 2.9rem;
    height: 2.9rem;
    display: inline-block;
    background-image: url(../images/elements/elem.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.personToggler.active {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.before-elem {
    display: block;
    position: relative
}

.before-elem::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    min-height: 5rem;
    width: .7rem;
    background-image: url(../images/elements/before-title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 1rem
}

@media only screen and (min-width:1023px) {
    .before-elem::before {
        width: .7rem;
        min-height: auto
    }
}

.before-elements {
    position: absolute;
    left: -.25rem;
    height: 90%;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

@media only screen and (min-width:1023px) {
    .before-elements {
        height: 80%;
        left: -1rem
    }
}

.before-elements svg {
    width: 3.5rem;
    height: 5.8rem;
    margin-left: -1rem;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

@media only screen and (min-width:1023px) {
    .before-elements svg {
        width: 6rem;
        height: 8.2rem
    }
}

.before-elements svg circle, .before-elements svg path {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.before-elements svg:last-of-type {
    opacity: .35
}

.before-elements svg:last-of-type circle, .before-elements svg:last-of-type path {
    stroke: #59bdda
}

.before-elements:hover svg:first-of-type {
    opacity: .35
}

.before-elements:hover svg:first-of-type circle, .before-elements:hover svg:first-of-type path {
    stroke: #59bdda
}

.before-elements:hover svg:last-of-type {
    opacity: 1
}

.before-elements:hover svg:last-of-type circle, .before-elements:hover svg:last-of-type path {
    stroke: #19295a
}

.scroll-to-top {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    z-index: 1005;
    border: 1px solid rgba(25, 41, 90, .5);
    background-color: #fff;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    display: none;
    cursor: pointer
}

@media only screen and (min-width:1023px) {
    .scroll-to-top {
        bottom: 4rem;
        right: 4rem;
        width: 5rem;
        height: 5rem
    }
}

.scroll-to-top::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    background: url(../images/svg/elem.svg) no-repeat center;
    background-size: contain;
    width: 1.35rem;
    height: 2.3rem
}

@media only screen and (min-width:1023px) {
    .scroll-to-top::before {
        width: 1.8rem;
        height: 3rem
    }
}

.page-default {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
    position: relative
}

@media only screen and (min-width:1599px) {
    .page-default {
        font-size: 2rem;
        line-height: 1.1;
        padding-bottom: 7rem
    }
}

.page-default__elem {
    position: absolute;
    top: 33%;
    right: -20rem;
    width: 50rem;
    height: 50rem;
    -webkit-transform: rotate(73deg);
    -ms-transform: rotate(73deg);
    transform: rotate(73deg);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.page-default__elem::after {
    content: '';
    background-image: url(../images/elements/circle.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50rem;
    height: 50rem;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    pointer-events: none;
    opacity: .7;
    display: none
}

@media only screen and (min-width:1023px) {
    .page-default__elem::after {
        display: block
    }
}

.page-default__elem:hover {
    -webkit-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg)
}

.page-default__title {
    margin-bottom: 3rem
}

@media only screen and (min-width:1599px) {
    .page-default__title {
        margin-bottom: 4.75rem
    }
}

.page-default h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-top: 2rem
}

@media only screen and (min-width:1599px) {
    .page-default h2 {
        margin-top: 4.5rem
    }
}

.page-default ul {
    list-style-type: none
}

.page-default ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem
}

.page-default ul li::before {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #19295a;
    content: '';
    position: absolute;
    left: 0;
    top: 1rem
}

@media only screen and (min-width:1599px) {
    .page-default ul li::before {
        top: .5rem
    }
}

.page-default ol {
    list-style-position: inside;
    margin-left: 1.5rem
}

@media only screen and (min-width:1599px) {
    .page-default ol {
        margin-left: 4.5rem
    }
}

.page-default ol li {
    margin-bottom: 1rem
}

.link {
    color: #19295a;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.link:hover {
    color: #59bdda
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

/*
.hamburger {
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    line-height: 0;
    position: relative;
    right: 0;
    z-index: 20
}

@media only screen and (min-width:1023px) {
    .hamburger {
        display: none
    }
}

.hamburger:hover {
    opacity: 1
}

.hamburger.is-active:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
    background-color: #19295a
}

.hamburger-box {
    width: 49px;
    height: 31.55px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -3.925px
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 49px;
    height: 7.85px;
    background-color: #59bdda;
    border-radius: 5px;
    position: absolute;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after, .hamburger-inner::before {
    content: '';
    display: block
}

.hamburger-inner::before {
    top: -11.85px
}

.hamburger-inner::after {
    bottom: -11.85px
}

.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 75ms;
    -o-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 75ms .12s ease, opacity 75ms ease;
    -o-transition: top 75ms .12s ease, opacity 75ms ease;
    transition: top 75ms .12s ease, opacity 75ms ease;
    background-color: transparent;
    background-image: url(../images/elements/menu-before.png)
}

.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 75ms .12s ease, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms .12s ease, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    background-color: transparent;
    background-image: url(../images/elements/menu-after.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 75ms ease, opacity 75ms .12s ease;
    -o-transition: top 75ms ease, opacity 75ms .12s ease;
    transition: top 75ms ease, opacity 75ms .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms ease, -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
    -o-transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
    background-image: url(../images/elements/menu-after.png);
    background-color: transparent;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.topBar {
    z-index: 1004;
    width: 100%;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    background-color: #fff;
    padding: .75rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

@media only screen and (min-width:1023px) {
    .topBar {
        padding: 1.15rem 0
    }
}

@media only screen and (min-width:1599px) {
    .topBar {
        padding: 2.4rem 0
    }
}

@media only screen and (max-width:767px) {
    .topBar__container {
        padding: 0 1rem
    }
}

.topBar .btn-mobile {
    font-size: 1rem;
    height: auto;
    padding: 1rem .75rem;
    margin-left: auto;
    margin-right: 1.5rem
}

@media only screen and (min-width:1023px) {
    .topBar .btn-mobile {
        display: none
    }
} */

.main-navigation {
    padding: 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 2rem;
    font-weight: 400;
    color: #19295a
}

@media only screen and (min-width:1023px) {
    .main-navigation {
        -webkit-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
        font-size: 1.4rem;
        margin: 0 auto;
        position: static
    }
}

.mainMenuWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:1022px) {
    .mainMenuWrapper {
        font-weight: 400;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
        margin-top: 8.3rem;
        background-color: #fff;
        overflow-y: auto;
        -webkit-transition: opacity .15s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: opacity .15s ease-in-out, -webkit-transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out, opacity .15s ease-in-out;
        transition: transform .3s ease-in-out, opacity .15s ease-in-out;
        transition: transform .3s ease-in-out, opacity .15s ease-in-out, -webkit-transform .3s ease-in-out;
        display: block
    }

    .mainMenuWrapper .btn, .mainMenuWrapper .nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content .mainMenuWrapper input[type=submit] {
        min-height: 3.9rem;
        height: auto;
        padding: .5rem 5.75rem;
        font-size: 1.7rem;
        margin-left: 2rem
    }
}

@media only screen and (min-width:1023px) {
    .mainMenuWrapper {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mainMenuWrapper .btn, .mainMenuWrapper .nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content .mainMenuWrapper input[type=submit] {
        font-size: 1.4rem;
        margin-left: 1rem;
        height: auto;
        padding: .5rem 1.5rem
    }
}

@media only screen and (min-width:1599px) {
    .mainMenuWrapper .btn, .mainMenuWrapper .nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content .mainMenuWrapper input[type=submit] {
        padding: .5rem 2.5rem;
        margin-left: 2.75rem
    }
}

@media only screen and (min-width:1023px) {
    .mainMenuWrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@-webkit-keyframes menuHoverIn {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

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

@keyframes menuHoverIn {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

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

.logoContainer {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .logoContainer {
        overflow: visible
    }
}

.logoContainer a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    width: 13.8rem
}

@media only screen and (min-width:1023px) {
    .logoContainer a {
        width: 15.5rem
    }
}

@media only screen and (min-width:1599px) {
    .logoContainer a {
        width: 25.455rem
    }
}

.logoContainer a svg {
    width: 100%
}

@media only screen and (max-width:1022px) {
    .menu-header {
        list-style: none;
        width: 100%;
        text-transform: uppercase;
        margin-bottom: 1.35rem
    }

    .menu-header .menu-item {
        padding: 1.4rem 2rem .75rem;
        position: relative;
        line-height: 1.2
    }

    .menu-header .menu-item__icon {
        width: 22px;
        height: 22px;
        cursor: pointer;
        position: relative
    }

    .menu-header .menu-item__icon::after, .menu-header .menu-item__icon::before {
        content: '';
        display: inline-block;
        background-color: #19295a;
        position: absolute;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .menu-header .menu-item__icon::before {
        width: 100%;
        height: 1px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .menu-header .menu-item__icon::after {
        height: 100%;
        width: 1px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .menu-header .menu-item__icon.active::after {
        -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg)
    }

    .menu-header .menu-item-has-children {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 5rem;
        margin-right: 3.7rem
    }

    .menu-header .menu-item-has-children.active {
        color: #19295a
    }

    .menu-header .sub-menu {
        margin-left: 0;
        list-style: none;
        font-size: 1.6rem;
        width: 100%;
        display: none;
        color: #19295a
    }

    .menu-header .sub-menu .menu-item {
        padding-bottom: 10px
    }

    .mainMenuContainer {
        position: relative;
        z-index: 5
    }
}

.mainMenuContainer {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu-header .landing-menu {
    display: none !important
}

@media only screen and (min-width:1023px) {
    .menu-header {
        margin: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        font-size: 1.3rem;
        text-transform: uppercase
    }

    .menu-header .menu-item {
        margin: 0 .5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }
}

@media only screen and (min-width:1599px) {
    .menu-header {
        font-size: 1.4rem
    }

    .menu-header .menu-item {
        margin: 0 1.5rem
    }
}

.menu-item a {
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width:1022px) {
    .menu-item a {
        width: 100%
    }
}

body:not(.home) .current-menu-parent>a {
    color: #59bdda
}

body:not(.home) .current-menu-item {
    color: #59bdda;
    text-decoration: underline
}

.category .menu-item-blog, .single-post .menu-item-blog {
    color: #59bdda
}

.menu-item-has-children>a::after {
    content: '';
    width: 1.6rem;
    height: 1.1rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 0;
    display: inline-block;
    background-image: url(../images/elements/chevron-transparent.svg);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

@media only screen and (max-width:1022px) {
    .menu-item-has-children>a::after {
        position: absolute;
        top: .5rem;
        right: -3.7rem;
        width: 3.1rem;
        height: 2.2rem
    }
}

@media only screen and (max-width:1022px) {
    .menu-item-has-children.active>a::after {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
}

@media only screen and (min-width:1023px) {
    .menu-item-has-children.active>a, .menu-item-has-children:hover>a {
        z-index: 2
    }

    .menu-item-has-children.active>a::after, .menu-item-has-children:hover>a::after {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
}

/* .sub-menu {
    display: none;
    background-color: #fff;
    font-size: 1.4rem;
    text-transform: none
}

@media only screen and (min-width:1023px) {
    .sub-menu {
        z-index: 1;
        margin: 0 -.5rem;
        padding: 9.4rem 2rem 1.5rem;
        top: -4rem;
        left: -1.5rem;
        min-width: 30.5rem;
        font-size: 1.2rem;
        right: 0;
        display: block;
        position: absolute;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
        opacity: 0;
        -webkit-transition: opacity .2s ease-in-out .15s, -webkit-transform .1s ease-in-out;
        transition: opacity .2s ease-in-out .15s, -webkit-transform .1s ease-in-out;
        -o-transition: transform .1s ease-in-out, opacity .2s ease-in-out .15s;
        transition: transform .1s ease-in-out, opacity .2s ease-in-out .15s;
        transition: transform .1s ease-in-out, opacity .2s ease-in-out .15s, -webkit-transform .1s ease-in-out;
        overflow: hidden;
        -webkit-box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, .16);
        box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, .16)
    }
}

.sub-menu .menu-item {
    margin-bottom: 0;
    display: block
}

@media only screen and (min-width:1023px) {
    .sub-menu .menu-item {
        opacity: 0;
        padding: 0;
        -webkit-transition: opacity .2s ease-in-out .35s;
        -o-transition: opacity .2s ease-in-out .35s;
        transition: opacity .2s ease-in-out .35s;
        margin: 0 0 1rem
    }
}

@media only screen and (min-width:1023px) {
    .menu-item:hover .sub-menu {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }

    .menu-item:hover .menu-item {
        opacity: 1
    }
}
*/

/* .search-form {
    position: relative
} */

/* @media only screen and (max-width:1022px) {
    .search-form {
        display: inline-block;
        margin-top: 2rem;
        margin-left: 2rem;
        margin-bottom: 2rem;
        min-width: 55%
    }
}

@media only screen and (min-width:1023px) {
    .search-form {
        margin-left: 1rem
    }
}

@media only screen and (min-width:1599px) {
    .search-form {
        margin-left: 4.35rem
    }
}

.search-form .screen-reader-text {
    display: none
}

.search-form .search-field {
    border: .1rem solid #707070;
    border-radius: 5rem;
    -webkit-box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, .16);
    box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, .16);
    padding: .75rem;
    font-size: 1.4rem;
    width: 100%
}

@media only screen and (min-width:1023px) {
    .search-form .search-field {
        max-width: 13.5rem
    }
}

@media only screen and (min-width:1599px) {
    .search-form .search-field {
        padding: .5rem 1rem
    }
}

.search-form .search-field:focus {
    outline: 0
}

.search-form .search-field::-webkit-input-placeholder {
    font-size: 0
}

.search-form .search-field::-moz-placeholder {
    font-size: 0
}

.search-form .search-field:-ms-input-placeholder {
    font-size: 0
}

.search-form .search-field::-ms-input-placeholder {
    font-size: 0
}

.search-form .search-field::placeholder {
    font-size: 0
}

.search-form input[type=search]::-webkit-search-cancel-button, .search-form input[type=search]::-webkit-search-decoration, .search-form input[type=search]::-webkit-search-results-button, .search-form input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.search-form .search-submit {
    background-image: url(../images/svg/icon--search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    font-size: 0;
    border: 0;
    position: absolute;
    top: 50%;
    width: 1.7rem;
    height: 1.7rem;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width:1599px) {
    .search-form .search-submit {
        right: .75rem;
        width: 1.85rem;
        height: 1.85rem
    }
} */

.topBar.is-opened {
    z-index: 1005
}

@media only screen and (max-width:1022px) {
    .topBar.is-opened .mainMenuWrapper {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.footer {
    font-size: 2rem;
    border-top: .3rem solid #59bdda
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 3.9rem;
    padding-bottom: 3rem
}

@media only screen and (min-width:768px) {
    .footer__content {
        padding: 3.5rem 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.footer__content .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style: none;
    text-transform: uppercase;
    line-height: 1.22;
    margin-left: .5rem;
    margin-top: 3.25rem;
    color: #19295a
}

@media only screen and (min-width:768px) {
    .footer__content .menu {
        width: 100%
    }
}

@media only screen and (min-width:1023px) {
    .footer__content .menu {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 0;
        margin-left: 12rem;
        width: auto
    }
}

@media only screen and (max-width:767px) {
    .footer__content .menu-item-has-children {
        margin-right: 3.7rem
    }
}

@media only screen and (max-width:767px) {
    .footer__content .menu-item-has-children a::after {
        right: -4rem
    }
}

.footer__content .menu-item {
    margin-bottom: 2rem;
    position: relative
}

.footer__content .menu-item a {
    position: static
}

@media only screen and (max-width:1022px) {
    .footer__content .menu-item .sub-menu {
        padding-top: 2rem
    }
}

@media only screen and (min-width:1023px) {
    .footer__content .menu-item {
        margin-bottom: .5rem
    }

    .footer__content .menu-item:last-of-type {
        margin-bottom: 0
    }

    .footer__content .menu-item .sub-menu {
        padding: 2rem;
        bottom: 0;
        top: auto;
        left: 102%;
        -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        transform-origin: bottom center
    }
}

.footer__landing {
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media only screen and (min-width:1023px) {
    .footer__landing {
        margin-top: 3rem;
        margin-bottom: 3rem;
        -webkit-columns: 3 auto;
        -moz-columns: 3 auto;
        columns: 3 auto
    }
}

@media only screen and (min-width:1365px) {
    .footer__landing {
        margin-top: 5rem;
        margin-bottom: 5rem
    }
}

.footer__landing p {
    font-size: 1.6rem;
    color: #59bdda;
    margin-bottom: .5rem
}

.footer__landing .item {
    display: inline-block
}

.footer__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:768px) {
    .footer__details {
        width: 50%
    }
}

@media only screen and (min-width:1023px) {
    .footer__details {
        width: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.footer__logo {
    height: auto;
    width: 14rem;
    margin-left: .5rem
}

@media only screen and (min-width:1023px) {
    .footer__logo {
        width: 13.8rem
    }
}

.footer__logo svg {
    width: 100%;
    height: auto
}

.footer__social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width:767px) {
    .footer__social {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: .75rem
    }
}

.footer__social__item {
    width: 4.06rem;
    height: 4.06rem;
    margin-left: 4rem;
    display: inline-block
}

.footer__social__item:first-of-type {
    margin-left: 0
}

.footer__social__item svg {
    width: 100%;
    height: 100%
}

.footer__adds {
    background-color: #59bdda;
    color: #fff;
    padding: 2rem 0 1.65rem
}

@media only screen and (max-width:1022px) {
    .footer__adds {
        font-size: 1.6rem;
        padding-bottom: 0
    }
}

.footer__adds .menu {
    list-style: none;
    margin: 0
}

@media only screen and (min-width:1023px) {
    .footer__adds .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.footer__adds .menu-item {
    margin-bottom: 1.5rem
}

@media only screen and (min-width:1023px) {
    .footer__adds .menu-item {
        margin-bottom: 0;
        margin-left: 4rem
    }

    .footer__adds .menu-item:first-of-type {
        margin-left: 0
    }
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:1023px) {
    .footer__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (max-width:1022px) {
    .footer__copy {
        margin-bottom: 1.25rem
    }
}

.footer__author {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.75rem
}

@media only screen and (min-width:1023px) {
    .footer__author {
        margin-bottom: 0
    }
}

.footer__author .icon {
    width: 3rem;
    height: 3rem;
    display: inline-block;
    margin: 0 1rem
}

.footer__author .icon svg {
    width: 100%;
    height: 100%
}

.footer__author a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn, .nf-form-cont .nf-form-content input[type=submit] {
    font-size: 1.6rem;
    font-weight: 300;
    border: .2rem solid;
    border-radius: 5rem;
    padding: 0 3rem;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    text-transform: uppercase;
    -webkit-box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, .16);
    box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, .16);
    cursor: pointer
}

.btn.active, .btn:hover, .nf-form-cont .nf-form-content input.active[type=submit], .nf-form-cont .nf-form-content input:hover[type=submit] {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media only screen and (min-width:768px) {
    .btn.active, .btn:hover, .nf-form-cont .nf-form-content input.active[type=submit], .nf-form-cont .nf-form-content input:hover[type=submit] {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15)
    }
}

.btn--primary, .nf-form-cont .nf-form-content input[type=submit] {
    color: #fff;
    background-color: #19295a;
    border-color: #19295a;
    height: 5.3rem
}

.btn--primary.transparent, .nf-form-cont .nf-form-content input.transparent[type=submit] {
    background-color: transparent;
    color: #19295a;
    height: 4.9rem
}

.btn--primary.transparent.active, .btn--primary.transparent:hover, .nf-form-cont .nf-form-content input.transparent.active[type=submit], .nf-form-cont .nf-form-content input.transparent:hover[type=submit] {
    border-color: #59bdda;
    color: #59bdda;
    background-color: transparent
}

.btn--primary.active, .btn--primary:hover, .nf-form-cont .nf-form-content input.active[type=submit], .nf-form-cont .nf-form-content input:hover[type=submit] {
    background-color: #59bdda;
    border-color: #59bdda
}

.btn--secondary {
    border-color: #59bdda;
    color: #fff;
    background-color: #59bdda;
    height: 5.3rem
}

.btn--secondary.transparent {
    background-color: transparent;
    color: #59bdda;
    height: 4.9rem
}

.btn--secondary.transparent.active, .btn--secondary.transparent:hover {
    border-color: #19295a;
    color: #19295a
}

.btn--secondary.active, .btn--secondary:hover {
    background-color: #19295a;
    border-color: #19295a
}

.btn--thin {
    border-width: .1rem
}

.nf-form-cont .nf-form-title {
    display: none
}

.nf-form-cont .nf-input-limit {
    display: none
}

.nf-form-cont .nf-form-fields-required {
    display: none
}

.nf-form-cont .nf-form-content {
    padding: 0;
    max-width: none
}

.nf-form-cont .nf-form-content input:not([type=submit]), .nf-form-cont .nf-form-content textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #59bdda;
    color: #707070;
    font-size: 2rem;
    font-weight: 300;
    font-family: Montserrat, sans-serif;
    padding: 1.3rem 0 .8rem;
    height: auto;
    outline: 0;
    resize: none
}

.nf-form-cont .nf-form-content input:not([type=submit]):focus, .nf-form-cont .nf-form-content textarea:focus {
    background-color: transparent
}

.nf-form-cont .nf-form-content textarea {
    border: 1px solid #59bdda;
    padding: 1.25rem 1.75rem
}

.nf-form-cont .nf-form-content textarea.ninja-forms-field {
    height: 21rem
}

.nf-form-cont .nf-form-content input[type=submit] {
    outline: 0;
    cursor: pointer;
    width: 100%;
    text-transform: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.nf-form-cont .nf-form-content input[type=submit]:hover {
    color: #fff
}

.nf-form-cont .ninja-forms-req-symbol {
    display: none
}

.nf-form-cont .nf-field-label {
    display: none
}

.nf-form-cont .nf-field-container {
    position: relative;
    margin-bottom: .9rem;
    width: 100%
}

.nf-form-cont .nf-field-container .nf-error-msg {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    font-size: .9rem;
    position: absolute;
    bottom: .3rem
}

.nf-form-cont .textarea-container {
    margin-bottom: 1.5rem
}

@media only screen and (min-width:1023px) {
    .nf-form-cont .textarea-container {
        margin-bottom: 2rem
    }
}

@media only screen and (min-width:1599px) {
    .nf-form-cont .textarea-container {
        margin-bottom: .9rem
    }
}

@media only screen and (min-width:1023px) {
    .nf-form-cont .checkbox-container {
        width: 54%
    }
}

@media only screen and (min-width:1599px) {
    .nf-form-cont .checkbox-container {
        width: 47%
    }
}

.nf-form-cont .submit-container {
    margin-top: 1rem;
    margin-bottom: .5rem
}

@media only screen and (min-width:1023px) {
    .nf-form-cont .submit-container {
        width: 43%;
        text-align: right;
        margin-top: 0;
        margin-bottom: 0
    }
}

@media only screen and (min-width:1599px) {
    .nf-form-cont .submit-container {
        width: 37%;
        padding-right: 1rem
    }
}

.nf-form-cont .nf-error.field-wrap .nf-field-element:after, .nf-form-cont .nf-pass.field-wrap .nf-field-element:after {
    display: none
}

.nf-form-cont .submit-container {
    margin-bottom: 0
}

.nf-form-cont .checkbox-container {
    margin-top: .25rem
}

.nf-form-cont .checkbox-container .checkbox-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.nf-form-cont .checkbox-container .checkbox-wrap .nf-field-label {
    width: auto;
    font-size: 0
}

.nf-form-cont .checkbox-container .checkbox-wrap .nf-field-label label {
    font-size: 0;
    margin-left: 2.5rem
}

.nf-form-cont .checkbox-container .checkbox-wrap .nf-field-label label::after {
    background-color: transparent;
    border-color: #59bdda;
    left: -2.5rem
}

.nf-form-cont .checkbox-container .checkbox-wrap .nf-field-label label::before {
    color: #19295a;
    left: -2.5rem
}

.nf-form-cont .checkbox-container .checkbox-wrap .nf-field-description {
    width: auto;
    margin-right: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3
}

.nf-form-cont .checkbox-container .checkbox-wrap .nf-field-description a {
    color: #19295a;
    position: relative;
    z-index: 2
}

.nf-form-cont .checkbox-container.label-right .nf-field-element {
    width: 100%;
    display: block;
    opacity: 0;
    position: absolute
}

@media only screen and (min-width:1210px) {
    .nf-form-cont .checkbox-container.label-right .nf-field-element {
        height: 100%
    }
}

.nf-form-cont .checkbox-container.label-right .nf-field-element input {
    margin-right: 0;
    width: 100%;
    height: auto;
    display: block
}

@media only screen and (min-width:1210px) {
    .nf-form-cont .checkbox-container.label-right .nf-field-element input {
        height: 100%;
        width: 100%
    }
}

.nf-form-cont .nf-after-form-content {
    position: relative
}

.nf-form-cont .nf-after-form-content .nf-error-msg {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    font-size: 1.4rem
}

.nf-form-cont .nf-response-msg {
    line-height: 1.44;
    font-family: Montserrat, sans-serif;
    font-weight: 400
}

@media only screen and (min-width:1023px) {
    .nf-form-cont .form-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-width:1023px) {
    .nf-form-cont .form-left {
        width: 41%
    }
}

@media only screen and (min-width:1599px) {
    .nf-form-cont .form-left {
        width: 43.5%
    }
}

.nf-form-cont .form-required {
    font-size: 1rem;
    display: block;
    margin-top: 2.15rem
}

.nf-form-cont .form-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2rem
}

@media only screen and (min-width:1023px) {
    .nf-form-cont .form-right {
        width: 57.5%;
        margin-top: 0
    }
}

@media only screen and (min-width:1599px) {
    .nf-form-cont .form-right {
        width: 51.25%
    }
}

@-webkit-keyframes appear-reverse {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2rem);
        transform: translateY(-2rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes appear-reverse {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2rem);
        transform: translateY(-2rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes appear-hide {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes appear-hide {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.breadcrumbs {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.2rem;
    color: #19295a;
    text-transform: uppercase
}

.breadcrumbs__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #19295a;
    margin-right: .25rem
}

.breadcrumbs__item::after {
    display: inline-block;
    width: 1.2rem;
    height: 1rem;
    background-image: url(../images/svg/separator.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    margin: 0 .1rem
}

.breadcrumbs__item:last-of-type {
    color: inherit;
    pointer-events: none
}

.breadcrumbs__item:last-of-type::after {
    display: none
}

.main-slider {
    position: relative
}

.main-slider .container {
    height: 100%
}

.main-slider__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.75rem
}

@media only screen and (min-width:768px) {
    .main-slider__inner {
        padding-left: 4rem;
        padding-top: 5rem;
        padding-bottom: 3rem
    }
}

@media only screen and (min-width:1365px) {
    .main-slider__inner {
        padding-bottom: 6rem
    }
}

@media only screen and (min-width:1599px) {
    .main-slider__inner {
        padding-bottom: 7.5rem;
        padding-top: 7.2rem
    }
}

.main-slider__item {
    height: 67.5rem;
    background-position: center top;
    background-repeat: no-repeat
}

@media only screen and (min-width:768px) {
    .main-slider__item {
        height: 89.1rem;
        margin-top: -8.28rem;
        padding-top: 8.28rem;
        background-size: cover
    }
}

@media only screen and (min-width:1599px) {
    .main-slider__item {
        margin-top: -11.58rem;
        padding-top: 11.58rem;
        height: 95.5rem
    }
}

.main-slider__item--1 {
    background-image: url(../images/slider/slide-1-mobile.jpg?02072021)
}

@media only screen and (min-width:768px) {
    .main-slider__item--1 {
        background-image: url(../images/slider/slide-1.jpg)
    }
}

.main-slider__item--1 .main-slider__img {
    left: 8rem;
    top: 7.75rem;
    width: 45rem
}

@media only screen and (min-width:1023px) {
    .main-slider__item--1 .main-slider__img {
        left: -1.4rem;
        top: 7.35rem
    }
}

@media only screen and (min-width:1365px) {
    .main-slider__item--1 .main-slider__img {
        left: 4rem
    }
}

@media only screen and (min-width:1599px) {
    .main-slider__item--1 .main-slider__img {
        left: -.4rem;
        top: 2.85rem;
        width: auto
    }
}

.main-slider__item--2 {
    background-image: url(../images/slider/slide-2-mobile.jpg?02072021)
}

@media only screen and (min-width:768px) {
    .main-slider__item--2 {
        background-image: url(../images/slider/slide-2.jpg)
    }
}

.main-slider__item--2 .main-slider__img {
    left: -1.4rem;
    top: .05rem;
    width: 54rem
}

@media only screen and (min-width:1599px) {
    .main-slider__item--2 .main-slider__img {
        left: -1.5rem;
        top: -4.75rem;
        width: auto
    }
}

.main-slider__item--3 {
    background-image: url(../images/slider/slide-3-mobile.jpg?02072021)
}

@media only screen and (min-width:768px) {
    .main-slider__item--3 {
        background-image: url(../images/slider/slide-3.jpg)
    }
}

.main-slider__item--3 .main-slider__img {
    left: -1rem;
    top: -3.25rem;
    width: 43.5rem
}

@media only screen and (min-width:768px) {
    .main-slider__item--3 .main-slider__img {
        left: -3.4rem;
        top: 1.1rem;
        width: 41rem
    }
}

@media only screen and (min-width:1023px) {
    .main-slider__item--3 .main-slider__img {
        left: -1.5rem
    }
}

@media only screen and (min-width:1365px) {
    .main-slider__item--3 .main-slider__img {
        left: 1.5rem;
        top: 1.9rem;
        width: 40.5rem
    }
}

@media only screen and (min-width:1599px) {
    .main-slider__item--3 .main-slider__img {
        left: 5.4rem;
        top: -3.2rem;
        width: auto
    }
}

.main-slider__item--4 {
    background-image: url(../images/slider/slide-4-mobile.jpg?02072021)
}

@media only screen and (min-width:768px) {
    .main-slider__item--4 {
        background-image: url(../images/slider/slide-4.jpg)
    }
}

.main-slider__item--4 .main-slider__img {
    left: 2rem;
    top: 3.2rem;
    width: 34rem
}

@media only screen and (min-width:1023px) {
    .main-slider__item--4 .main-slider__img {
        left: 4.5rem;
        top: 3.3rem
    }
}

@media only screen and (min-width:1210px) {
    .main-slider__item--4 .main-slider__img {
        left: 6.5rem
    }
}

@media only screen and (min-width:1365px) {
    .main-slider__item--4 .main-slider__img {
        left: 7.9rem
    }
}

@media only screen and (min-width:1599px) {
    .main-slider__item--4 .main-slider__img {
        left: 13.5rem;
        top: -.7rem;
        width: auto
    }
}

.main-slider .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

@media only screen and (min-width:768px) {
    .main-slider__content {
        width: 50%;
        padding-top: 1.25rem
    }
}

.main-slider__titleWrapper {
    margin-bottom: 2.5rem
}

@media only screen and (min-width:768px) {
    .main-slider__titleWrapper {
        margin-bottom: 5.45rem;
        min-height: 19rem
    }
}

@media only screen and (min-width:1365px) {
    .main-slider__titleWrapper {
        margin-bottom: 12rem;
        min-height: 23rem
    }
}

.main-slider__title {
    display: block;
    font-weight: 500;
    line-height: 1.222;
    font-size: 2.8rem;
    margin-left: 1.8rem;
    z-index: 3
}

@media only screen and (min-width:768px) {
    .main-slider__title {
        margin-left: 0;
        line-height: 1.217;
        font-size: 5rem
    }
}

@media only screen and (min-width:1365px) {
    .main-slider__title {
        font-weight: 600;
        font-size: 6.2rem;
        width: 100%
    }
}

.main-slider__title::before {
    left: -2rem;
    height: 100%
}

@media only screen and (max-width:767px) {
    .main-slider__title::before {
        width: .4rem
    }
}

@media only screen and (min-width:768px) {
    .main-slider__title::before {
        height: 80%;
        left: -4rem
    }
}

.main-slider__title p {
    margin-bottom: 0
}

.main-slider__text {
    display: none
}

@media only screen and (min-width:768px) {
    .main-slider__text {
        display: block;
        max-width: 90%
    }
}

@media only screen and (min-width:1599px) {
    .main-slider__text {
        max-width: 70%
    }
}

.main-slider__text h2, .main-slider__text h3, .main-slider__text h4, .main-slider__text h5, .main-slider__text h6 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 3.75rem;
    line-height: 1.2;
    max-width: 90%
}

@media only screen and (min-width:1023px) {
    .main-slider__text h2, .main-slider__text h3, .main-slider__text h4, .main-slider__text h5, .main-slider__text h6 {
        margin-bottom: .75rem;
        font-size: 4rem;
        max-width: none
    }
}

.main-slider__text p {
    font-size: 1.8rem;
    line-height: 1.22;
    letter-spacing: -.005em
}

.main-slider__imgWrapper {
    display: none
}

@media only screen and (min-width:768px) {
    .main-slider__imgWrapper {
        position: relative;
        width: 50%;
        display: inline-block
    }
}

.main-slider__imgWrapper::after {
    content: '';
    background-image: url(../images/elements/circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -.2rem;
    left: -5.8rem;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    pointer-events: none;
    width: 70.4rem;
    height: 70.4rem
}

@media only screen and (min-width:1599px) {
    .main-slider__imgWrapper::after {
        top: -2.8rem
    }
}

.main-slider__imgWrapper:hover::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.main-slider__img {
    position: absolute;
    max-width: none;
    pointer-events: none;
    z-index: 2
}

.main-slider__buttons {
    text-align: center;
    display: inline-grid;
    grid-template-columns: repeat(1, 1fr)
}

@media only screen and (min-width:768px) {
    .main-slider__buttons {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.main-slider__buttons .btn, .main-slider__buttons .nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content .main-slider__buttons input[type=submit] {
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
    padding: 0 2.5rem
}

@media only screen and (max-width:767px) {
    .main-slider__buttons .btn, .main-slider__buttons .nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content .main-slider__buttons input[type=submit] {
        font-size: 1.4rem;
        font-weight: 300;
        padding: 0 1rem;
        width: 100%;
        margin-bottom: 2rem
    }
}

@media only screen and (min-width:1023px) {
    .main-slider__buttons .btn, .main-slider__buttons .nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content .main-slider__buttons input[type=submit] {
        width: 25rem
    }
}

@media only screen and (min-width:1599px) {
    .main-slider__buttons .btn, .main-slider__buttons .nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content .main-slider__buttons input[type=submit] {
        width: 32.6rem
    }
}

.main-slider__nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 33.3%;
    margin: 0 -4rem;
    pointer-events: none
}

@media only screen and (min-width:1023px) {
    .main-slider__nav {
        bottom: 4.6rem;
        margin: 0
    }
}

@media only screen and (min-width:1365px) {
    .main-slider__nav {
        bottom: 7.25rem
    }
}

@media only screen and (min-width:1599px) {
    .main-slider__nav {
        bottom: 8.75rem
    }
}

.main-slider__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    pointer-events: all
}

@media only screen and (min-width:1023px) {
    .main-slider__arrows {
        margin-left: auto;
        width: 12.25rem
    }
}

.main-slider__arrows .arrow {
    height: 4.2rem;
    width: 3.4rem
}

@media only screen and (min-width:1023px) {
    .main-slider__arrows .arrow {
        width: 2.9rem
    }
}

.main-slider__arrows .arrow svg {
    width: 100%;
    height: 100%
}

.about-section {
    padding-top: 2rem
}

@media only screen and (min-width:1023px) {
    .about-section {
        padding-top: 10rem
    }
}

@media only screen and (min-width:1599px) {
    .about-section {
        padding-top: 13rem
    }
}

.about-section__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:1023px) {
    .about-section__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (min-width:1599px) {
    .about-section__wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.about-section__imgWrapper {
    position: relative;
    margin-left: -4rem
}

@media only screen and (min-width:1023px) {
    .about-section__imgWrapper {
        margin-left: 0;
        width: 36%;
        margin-top: 2.5rem
    }
}

@media only screen and (min-width:1599px) {
    .about-section__imgWrapper {
        width: 50%;
        margin-top: -3rem
    }
}

.about-section__img {
    width: 94vw;
    max-width: none
}

@media only screen and (min-width:1023px) {
    .about-section__img {
        position: absolute;
        right: 0;
        width: 39.5vw;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        max-width: 50vw
    }
}

@media only screen and (min-width:1599px) {
    .about-section__img {
        right: 11rem;
        width: 45vw
    }
}

.about-section__content {
    margin-top: 2.35rem
}

@media only screen and (min-width:1023px) {
    .about-section__content {
        margin-top: 0;
        width: 55%;
        padding-left: 1.75rem
    }
}

@media only screen and (min-width:1599px) {
    .about-section__content {
        width: 50%;
        padding-left: 3rem
    }
}

.about-section__title {
    margin-bottom: 2rem
}

@media only screen and (min-width:1023px) {
    .about-section__title {
        max-width: 88%;
        margin-bottom: 2.5rem
    }
}

@media only screen and (min-width:1599px) {
    .about-section__title {
        margin-bottom: 5.3rem
    }
}

.about-section__title::before {
    left: -3.75rem
}

@media only screen and (min-width:1023px) {
    .about-section__title::before {
        left: -4.5rem;
        height: 95%
    }
}

@media only screen and (min-width:1599px) {
    .about-section__title::before {
        height: 85%
    }
}

.about-section__text {
    font-weight: 300;
    line-height: 1.222;
    font-size: 1.6rem
}

.about-section__text * {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

@media only screen and (min-width:1023px) {
    .about-section__text {
        font-size: 1.8rem;
        padding-left: .25rem
    }
}

.about-section__text p {
    margin-bottom: 1rem;
    display: none
}

@media only screen and (min-width:1023px) {
    .about-section__text p {
        margin-bottom: 1.4rem
    }
}

.about-section__text p:nth-of-type(-n+3) {
    display: block
}

.about-section__text .toggler {
    margin-top: .5rem
}

@media only screen and (min-width:1023px) {
    .about-section__text .toggler {
        margin-top: 1rem
    }
}

.injuries {
    padding-top: 1.5rem
}

@media only screen and (min-width:1599px) {
    .injuries {
        padding-top: 9.5rem
    }
}

.injuries__title {
    margin-bottom: 2rem
}

@media only screen and (min-width:768px) {
    .injuries__title {
        max-width: 33%;
        margin-bottom: 1.5rem
    }
}

.injuries__subtitle {
    font-weight: 300;
    line-height: 1.22;
    display: block;
    width: 100%
}

.injuries__subtitle * {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.injuries__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 4.25rem;
    position: relative
}

@media only screen and (min-width:1023px) {
    .injuries__wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 7rem
    }

    .injuries__wrapper.active .injuries__content {
        opacity: 1
    }

    .injuries__wrapper.active .injuries__loader {
        display: none
    }
}

@media only screen and (min-width:1599px) {
    .injuries__wrapper {
        margin-top: 21rem
    }
}

.injuries__man {
    display: none
}

@media only screen and (min-width:1023px) {
    .injuries__man {
        display: block;
        position: absolute;
        left: 35.5%;
        top: -4.5rem;
        width: 33.5rem
    }
}

@media only screen and (min-width:1599px) {
    .injuries__man {
        left: 28.75%;
        top: -13rem;
        width: auto
    }
}

.injuries__man svg {
    width: 100%;
    height: auto
}

.injuries__man svg .special {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.injuries__man svg .special:not(.chosen) {
    cursor: pointer
}

.injuries__loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.injuries__loader .loader {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 7rem;
    height: 7rem;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.injuries__loader .loader svg {
    width: 100%;
    height: 100%
}

.injuries__content {
    display: none
}

@media only screen and (min-width:1023px) {
    .injuries__content {
        display: block;
        position: relative;
        width: 50%;
        min-height: 55rem;
        opacity: 0
    }
}

@media only screen and (min-width:1365px) {
    .injuries__content {
        min-height: 51rem
    }
}

@media only screen and (min-width:1599px) {
    .injuries__content {
        min-height: 48rem
    }
}

.injuries__content::before {
    content: '';
    border-top-right-radius: 27rem;
    border-bottom-right-radius: 27rem;
    -webkit-box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, .16);
    box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, .16);
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: -19rem;
    z-index: -1
}

@media only screen and (min-width:1599px) {
    .injuries__content::before {
        right: -16rem
    }
}

.injuries__item {
    display: none;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.injuries__text {
    font-weight: 600;
    color: #19295a;
    display: block;
    margin-bottom: 1.95rem;
    max-width: 75%;
    font-size: 2.4rem;
    line-height: 1.23
}

@media screen and (min-width:only screen && (min-width:1365px)) {
    .injuries__text {
        font-size: 3rem
    }
}

.injuries__body {
    line-height: 1.22;
    max-width: 65%;
    margin-bottom: 3.75rem
}

@media only screen and (min-width:1599px) {
    .injuries__body {
        max-width: 60%
    }
}

.injuries__list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 26rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 3rem
}

@media only screen and (min-width:1023px) {
    .injuries__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width:1365px) {
    .injuries__list {
        width: 27rem
    }
}

.injuries__btn {
    margin-bottom: 2.5rem;
    text-align: center;
    padding-top: .25rem;
    display: none
}

.injuries__btn:last-of-type {
    margin-bottom: 0
}

.injuries__btn.show {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media only screen and (min-width:1023px) {
    .injuries__btn {
        font-size: 1.4rem
    }
}

@media only screen and (min-width:1365px) {
    .injuries__btn {
        font-size: 1.4rem
    }
}

.injuries__mobile {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.injuries__mobile .item {
    margin-bottom: 2rem;
    width: 100%
}

.injuries__mobile .item .btn, .injuries__mobile .item .nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content .injuries__mobile .item input[type=submit] {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.injuries__mobile .item .btn.active, .injuries__mobile .item .nf-form-cont .nf-form-content input.active[type=submit], .nf-form-cont .nf-form-content .injuries__mobile .item input.active[type=submit] {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.injuries__mobile .item .title {
    font-size: 3rem;
    font-weight: 600;
    color: #19295a;
    display: block;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    line-height: 1.1
}

.injuries__mobile .item .text {
    font-size: 1.6rem;
    line-height: 1.18;
    margin-bottom: 3rem
}

.injuries__mobile .item.active .inner {
    display: block
}

.injuries__mobile .inner {
    display: none
}

.injuries__mobile .inner .btn, .injuries__mobile .inner .nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content .injuries__mobile .inner input[type=submit] {
    margin-bottom: 1.5rem
}

@media only screen and (min-width:1023px) {
    .injuries__mobile {
        display: none
    }
}

.svg-cursor {
    pointer-events: bounding-box;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.svg-cursor:not(.chosen) {
    cursor: pointer
}

.svg-cursor.active *, .svg-cursor:hover * {
    fill: #19295a
}

.svg-man .special {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.svg-man ellipse, .svg-man path {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.svg-man .active {
    opacity: 1
}

.reasons {
    padding-top: 2.5rem
}

@media only screen and (min-width:1023px) {
    .reasons {
        padding-top: 6rem
    }
}

@media only screen and (min-width:1599px) {
    .reasons {
        padding-top: 25rem;
        padding-bottom: 11.5rem
    }
}

.reasons__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

@media only screen and (min-width:1023px) {
    .reasons__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.reasons__imgWrapper {
    position: relative;
    margin-left: -4rem
}

@media only screen and (min-width:1023px) {
    .reasons__imgWrapper {
        margin-top: 13rem;
        margin-left: 0;
        width: 46%
    }
}

@media only screen and (min-width:1599px) {
    .reasons__imgWrapper {
        width: 50%;
        margin-top: 0
    }
}

.reasons__img {
    width: 90.5vw;
    max-width: none
}

@media only screen and (min-width:1023px) {
    .reasons__img {
        position: absolute;
        width: auto;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        right: 12.75rem;
        top: 2rem;
        max-width: 39.5vw
    }
}

@media only screen and (min-width:1599px) {
    .reasons__img {
        right: 14rem;
        top: 1rem;
        max-width: 50vw
    }
}

.reasons__content {
    margin-top: 2.65rem
}

@media only screen and (min-width:1023px) {
    .reasons__content {
        margin-top: 9rem;
        width: 53%
    }
}

@media only screen and (min-width:1599px) {
    .reasons__content {
        width: 50%;
        padding-left: 2.5rem
    }
}

.reasons__title {
    margin-bottom: 1.75rem
}

@media only screen and (min-width:1023px) {
    .reasons__title {
        margin-bottom: 3.5rem;
        max-width: 75%
    }
}

@media only screen and (min-width:1599px) {
    .reasons__title {
        margin-bottom: 4.75rem
    }
}

.reasons__title::before {
    left: -3.75rem;
    height: 90%
}

@media only screen and (min-width:1023px) {
    .reasons__title::before {
        left: -4rem
    }
}

.reasons__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer
}

.reasons__item br {
    display: none
}

@media only screen and (min-width:1023px) {
    .reasons__item {
        max-width: 85%
    }
}

@media only screen and (min-width:1599px) {
    .reasons__item {
        max-width: none
    }

    .reasons__item br {
        display: block
    }
}

.reasons__item.active .reasons__el {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media only screen and (min-width:1210px) {
    .reasons__item:first-of-type .reasons__body {
        display: block
    }
}

.reasons__body {
    cursor: default;
    display: none
}

.reasons__inner {
    padding-top: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.5
}

.slider-specialist {
    padding-top: 2rem;
    position: relative
}

@media only screen and (min-width:1023px) {
    .slider-specialist {
        padding-bottom: 4rem
    }
}

@media only screen and (min-width:1599px) {
    .slider-specialist {
        padding-top: 5rem
    }
}

.slider-specialist__title {
    width: 100%
}

.slider-specialist__title .before-elements {
    top: 0
}

.slider-specialist__slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden
}

@media only screen and (min-width:1023px) {
    .slider-specialist__slider {
        padding: 0 6.5rem
    }
}

@media only screen and (min-width:1599px) {
    .slider-specialist__slider {
        padding: 0 9.5rem
    }
}

.slider-specialist__wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-top: 2rem
}

@media only screen and (min-width:1023px) {
    .slider-specialist__wrapper {
        margin-top: 8rem
    }
}

@media only screen and (min-width:1599px) {
    .slider-specialist__wrapper {
        margin-top: 5rem
    }
}

.slider-specialist .slick-list, .slider-specialist .slick-track {
    height: 100%
}

.slider-specialist .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider-specialist .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    outline: 0
}

.slider-specialist .slick-slide>div, .slider-specialist .slick-slide>div>div {
    height: 100%
}

.slider-specialist__item {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 2.5rem
}

@media only screen and (min-width:1023px) {
    .slider-specialist__item {
        padding-bottom: 2rem
    }
}

.nf-form-cont .nf-form-content .slider-specialist__item input[type=submit], .slider-specialist__item .btn, .slider-specialist__item .nf-form-cont .nf-form-content input[type=submit] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 4rem
}

@media only screen and (max-width:767px) {
    .nf-form-cont .nf-form-content .slider-specialist__item input[type=submit], .slider-specialist__item .btn, .slider-specialist__item .nf-form-cont .nf-form-content input[type=submit] {
        height: 4.9rem
    }
}

@media only screen and (min-width:1599px) {
    .nf-form-cont .nf-form-content .slider-specialist__item input[type=submit], .slider-specialist__item .btn, .slider-specialist__item .nf-form-cont .nf-form-content input[type=submit] {
        padding: 0 3rem
    }
}

.slider-specialist__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.slider-specialist__imgWrapper {
    overflow: hidden;
    width: 23.97rem;
    height: 31rem;
    margin-bottom: 2.25rem
}

@media only screen and (min-width:1023px) {
    .slider-specialist__imgWrapper {
        width: 26rem;
        height: 33.72rem;
        margin-bottom: 2.5rem
    }
}

@media only screen and (min-width:1599px) {
    .slider-specialist__imgWrapper {
        margin-bottom: 3rem;
        width: 33.6rem;
        height: 43.6rem
    }
}

.slider-specialist__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 2
}

.slider-specialist__img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.slider-specialist__details {
    margin: 0 -1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width:768px) {
    .slider-specialist__details {
        margin: 0 auto;
        max-width: 26rem;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
}

@media only screen and (min-width:1599px) {
    .slider-specialist__details {
        max-width: 33.6rem
    }
}

.slider-specialist__name {
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.23;
    color: #19295a
}

.slider-specialist__specialization {
    display: block;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.19;
    margin-top: 1.5rem;
    margin-bottom: 2.15rem
}

@media only screen and (min-width:1023px) {
    .slider-specialist__specialization {
        margin-bottom: 1rem
    }
}

@media only screen and (min-width:1599px) {
    .slider-specialist__specialization {
        font-size: 2.1rem
    }
}

.slider-specialist__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% + 7rem);
    position: absolute;
    top: 25.5%;
    left: -3.5rem;
    pointer-events: none
}

@media only screen and (min-width:1023px) {
    .slider-specialist__arrows {
        top: 22%;
        left: 0;
        width: 100%
    }
}

@media only screen and (min-width:1599px) {
    .slider-specialist__arrows {
        top: 28.5%
    }
}

.slider-specialist__arrow {
    width: 5.6rem;
    height: 5.6rem;
    pointer-events: all
}

.slider-specialist__arrow svg {
    width: 100%;
    height: 100%
}

.slider-specialist__arrow--left {
    margin-left: -1rem
}

.slider-specialist__arrow--right {
    margin-right: -1rem
}

.treatment {
    padding-top: 3rem;
    padding-bottom: 4.25rem
}

@media only screen and (min-width:1023px) {
    .treatment {
        padding-bottom: 8rem;
        padding-top: 0
    }
}

@media only screen and (min-width:1599px) {
    .treatment {
        padding-bottom: 10.5rem
    }
}

.treatment__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.5rem
}

@media only screen and (min-width:1023px) {
    .treatment__item {
        margin-bottom: 0;
        width: 98vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .treatment__item--last {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .treatment__item--last .treatment__imgWrapper {
        margin-right: 5rem
    }
}

.treatment__content {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 3.7rem
}

@media only screen and (min-width:1023px) {
    .treatment__content {
        margin-top: 0;
        width: 57%;
        padding-left: 11.5rem;
        padding-right: 0
    }
}

@media only screen and (min-width:1365px) {
    .treatment__content {
        width: 50%;
        margin-top: 15rem;
        padding-left: 5.5rem
    }
}

.treatment__header {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1.2rem
}

@media only screen and (min-width:1023px) {
    .treatment__header {
        margin-bottom: 3.5rem;
        margin-top: 2rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (min-width:1365px) {
    .treatment__header {
        margin-bottom: 5rem
    }
}

.treatment__header .section-title::before {
    left: -3.9rem
}

@media only screen and (min-width:1023px) {
    .treatment__header .section-title::before {
        left: -3.5rem
    }
}

@media only screen and (min-width:1599px) {
    .treatment__header .section-title::before {
        left: -5rem
    }
}

@media only screen and (min-width:1023px) {
    .treatment__header .section-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.treatment__header .before-elements {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: none
}

@media only screen and (min-width:1023px) {
    .treatment__header .before-elements {
        display: inline-block;
        width: 11rem;
        height: 8.7rem;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out
    }
}

@media only screen and (min-width:1599px) {
    .treatment__header .before-elements {
        width: 19rem;
        height: 12.3rem
    }
}

.treatment__header .before-elements svg {
    height: auto
}

@media only screen and (min-width:1599px) {
    .treatment__header .before-elements svg {
        width: 8.5rem
    }
}

.treatment__header .before-elements--reverse {
    -webkit-transform: rotateY(180deg) translateY(-40%);
    transform: rotateY(180deg) translateY(-40%);
    position: absolute;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: auto;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.treatment__header .before-elements--reverse svg:last-of-type {
    opacity: .17
}

.treatment__header:hover .before-elements {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%)
}

.treatment__header:hover .before-elements svg:first-of-type {
    opacity: .35
}

.treatment__header:hover .before-elements svg:first-of-type circle, .treatment__header:hover .before-elements svg:first-of-type path {
    stroke: #59bdda
}

.treatment__header:hover .before-elements svg:last-of-type {
    opacity: 1
}

.treatment__header:hover .before-elements svg:last-of-type circle, .treatment__header:hover .before-elements svg:last-of-type path {
    stroke: #19295a
}

.treatment__header:hover .before-elements--reverse {
    -webkit-transform: rotateY(180deg) translateY(-40%) translateX(50%);
    transform: rotateY(180deg) translateY(-40%) translateX(50%)
}

.treatment__header:hover .before-elements--reverse svg:first-of-type {
    opacity: .17
}

.treatment__header:hover .before-elements--reverse svg:last-of-type {
    opacity: 1
}

.treatment__title {
    display: inline-block;
    line-height: 1.34
}

@media only screen and (min-width:1023px) {
    .treatment__title {
        max-width: 75%
    }
}

@media only screen and (min-width:1599px) {
    .treatment__title {
        max-width: 60%
    }
}

.treatment__text {
    font-size: 1.6rem;
    font-weight: 300;
    display: block;
    line-height: 1.1875
}

@media only screen and (min-width:1023px) {
    .treatment__text {
        max-width: 80%
    }
}

@media only screen and (min-width:1599px) {
    .treatment__text {
        line-height: 1.2322;
        font-size: 1.8rem;
        max-width: 74%
    }
}

.treatment__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 2rem
}

@media only screen and (min-width:1023px) {
    .treatment__footer {
        padding-bottom: 1rem;
        padding-right: 1rem;
        width: 80%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 0
    }
}

@media only screen and (min-width:1365px) {
    .treatment__footer {
        padding-bottom: 10.5rem
    }
}

@media only screen and (min-width:1599px) {
    .treatment__footer {
        width: 92%;
        padding-right: 0
    }
}

@media only screen and (min-width:1023px) {
    .treatment__footer--equal {
        max-width: 74%
    }
}

@media only screen and (max-width:1022px) {
    .nf-form-cont .nf-form-content .treatment__footer input[type=submit], .treatment__footer .btn, .treatment__footer .nf-form-cont .nf-form-content input[type=submit] {
        width: 100%
    }
}

.treatment__back {
    cursor: pointer
}

.treatment__next {
    font-size: 2rem;
    font-weight: 400;
    color: #19295a;
    line-height: 1.23;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 1002
}

@media only screen and (min-width:1023px) {
    .treatment__next {
        font-size: 2.5rem
    }

    .treatment__next:hover .treatment__el svg {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    .treatment__next:hover .treatment__el svg circle, .treatment__next:hover .treatment__el svg path {
        stroke: #59bdda;
        fill: #59bdda
    }
}

@media only screen and (min-width:1599px) {
    .treatment__next {
        font-size: 3rem
    }
}

.treatment__nextSlide {
    cursor: pointer
}

.treatment__el {
    display: inline-block;
    margin-left: 2.25rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media only screen and (min-width:1023px) {
    .treatment__el {
        -webkit-transform: translateY(.65rem);
        -ms-transform: translateY(.65rem);
        transform: translateY(.65rem);
        margin-left: 1.25rem
    }
}

@media only screen and (min-width:1599px) {
    .treatment__el {
        margin-left: 1rem
    }
}

.treatment__el svg {
    width: 2.4rem;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    height: auto;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.treatment__el svg circle, .treatment__el svg path {
    fill: #19295a
}

@media only screen and (min-width:1023px) {
    .treatment__imgWrapper {
        margin-top: 1rem;
        width: 43%
    }
}

@media only screen and (min-width:1210px) {
    .treatment__imgWrapper {
        width: 46%
    }
}

@media only screen and (min-width:1599px) {
    .treatment__imgWrapper {
        width: auto;
        margin-top: 0
    }
}

@media only screen and (max-width:767px) {
    .treatment__img {
        width: 95vw;
        max-width: none
    }
}

@media only screen and (min-width:1023px) {
    .treatment__img {
        max-width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: right top;
        object-position: right top
    }
}

@media only screen and (min-width:1210px) {
    .treatment__img {
        max-height: 65rem
    }
}

@media only screen and (min-width:1599px) {
    .treatment__img {
        max-width: none;
        max-height: 85rem
    }
}

.contact {
    padding-bottom: 3rem
}

@media only screen and (min-width:1023px) {
    .contact {
        padding-bottom: 8rem
    }
}

.contact__form {
    width: 100%;
    margin-top: .25rem
}

@media only screen and (min-width:1023px) {
    .contact__form {
        margin-top: 3.5rem
    }
}

@media only screen and (min-width:1599px) {
    .contact__form {
        margin-top: 2.4rem
    }
}

@media only screen and (min-width:1599px) {
    .contact__header {
        width: 50%
    }
}

.contact__title {
    width: 100%;
    display: block;
    margin-bottom: 2rem
}

@media only screen and (min-width:1599px) {
    .contact__title {
        margin-bottom: 1.5rem
    }
}

.contact__subtitle {
    font-weight: 300;
    line-height: 1.22;
    display: block
}

.contact__subtitle * {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.contact__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.22;
    margin-top: 2rem
}

@media only screen and (min-width:1023px) {
    .contact__bottom {
        margin-top: 5.5rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (min-width:1599px) {
    .contact__bottom {
        padding-right: 8rem
    }
}

.contact__bottom .email .link {
    white-space: nowrap
}

.contact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 1.5rem
}

@media only screen and (min-width:1023px) {
    .contact__item {
        margin-bottom: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left
    }
}

@media only screen and (min-width:1599px) {
    .contact__item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

.contact__item .icon {
    margin-bottom: 1.1rem
}

@media only screen and (min-width:1023px) {
    .contact__item .icon {
        margin-bottom: 0;
        margin-right: 3rem
    }
}

.contact__item p {
    margin-bottom: 0
}

.map {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media only screen and (min-width:1023px) {
    .map {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (min-width:1599px) {
    .map {
        margin-top: 8rem
    }
}

.map__wrapper {
    margin: 2rem -3.7rem 0;
    min-height: 37.1rem
}

@media only screen and (min-width:1023px) {
    .map__wrapper {
        width: 34%;
        margin-top: 1.5rem
    }
}

@media only screen and (min-width:1599px) {
    .map__wrapper {
        width: 40%
    }
}

.map__wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 37.1rem;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

@media only screen and (min-width:1023px) {
    .map__content {
        width: 54.3%;
        margin-top: .5rem
    }
}

@media only screen and (min-width:1599px) {
    .map__content {
        width: 48.5%
    }
}

.map__content .section-title::before {
    left: -3.75rem
}

@media only screen and (min-width:1023px) {
    .map__content .section-title::before {
        left: -3.5rem
    }
}

.map__text {
    line-height: 1.22;
    margin-top: 2rem
}

@media only screen and (min-width:1023px) {
    .map__text {
        margin-top: 3.25rem
    }
}

@media only screen and (min-width:1599px) {
    .map__text {
        margin-top: 2.5rem
    }
}

.map__text p {
    margin-bottom: 1.25rem
}

.news-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2rem;
    border-radius: .8rem;
    -webkit-box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, .16);
    box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, .16);
    background-color: #fff
}

@media only screen and (min-width:768px) {
    .news-item {
        width: 48%;
        border-radius: 1.6rem
    }
}

@media only screen and (min-width:1023px) {
    .news-item {
        width: 46.5%;
        margin-bottom: 3rem;
        border-radius: 2rem
    }
}

.news-item__imgWrapper {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (min-width:768px) {
    .news-item__imgWrapper {
        height: 21.4rem
    }
}

@media only screen and (min-width:768px) {
    .news-item__img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.news-item__content {
    padding: 1.25rem 1.75rem 1.25rem
}

@media only screen and (min-width:1023px) {
    .news-item__content {
        padding: 1.5rem 2.5rem 1.8rem
    }
}

.news-item__title {
    font-size: 1.6rem;
    line-height: 1.2;
    color: #19295a;
    font-weight: 400;
    display: block;
    margin-bottom: .5rem
}

@media only screen and (min-width:768px) {
    .news-item__title {
        margin-bottom: 1rem;
        font-size: 1.8rem
    }
}

@media only screen and (min-width:1023px) {
    .news-item__title {
        font-size: 2rem;
        margin-bottom: 1.5rem
    }
}

.news-item__info {
    color: #707070;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 300
}

@media only screen and (min-width:768px) {
    .news-item__info {
        font-size: 1.6rem
    }
}

.news-item__date {
    margin-right: 1.25rem
}

@media only screen and (min-width:768px) {
    .news-item__date {
        margin-right: 1.7rem
    }
}

.news-item__time {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-item__time .icon {
    margin-right: .5rem
}

.news-item__body {
    margin-top: .75rem;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.1875;
    color: #707070
}

@media only screen and (min-width:768px) {
    .news-item__body {
        font-size: 1.6rem
    }
}

.news-item__read {
    margin-top: .7rem
}

@media only screen and (min-width:1365px) {
    .news-item__read {
        padding-left: 4.8rem;
        padding-right: 4.8rem
    }
}

.site-404 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:1023px) {
    .site-404 {
        padding-bottom: 14rem
    }
}

.site-404::after {
    content: '';
    background-image: url(../images/elements/circle.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 50rem;
    height: 50rem;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    pointer-events: none;
    opacity: .7;
    -webkit-transform: rotate(73deg);
    -ms-transform: rotate(73deg);
    transform: rotate(73deg);
    display: none
}

@media only screen and (min-width:1023px) {
    .site-404::after {
        display: block;
        top: 33%;
        right: -20rem
    }
}

@media only screen and (min-width:1599px) {
    .site-404::after {
        top: 7.8rem;
        right: -28.2rem;
        width: 92rem;
        height: 92rem
    }
}

.site-404::after:hover {
    -webkit-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg)
}

.site-404__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 3rem;
    width: 100%
}

@media only screen and (min-width:1023px) {
    .site-404__wrapper {
        padding-left: 4rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.site-404__header {
    margin-bottom: 5rem
}

@media only screen and (min-width:1023px) {
    .site-404__header {
        width: 35%;
        margin-bottom: 0
    }
}

.site-404__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: .5rem;
    margin-bottom: 3.5rem
}

.site-404__title::before {
    left: -4rem;
    max-height: 8.3rem;
    top: .75rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.site-404__main-title {
    margin-bottom: .5rem
}

@media only screen and (min-width:1599px) {
    .nf-form-cont .nf-form-content .site-404 input[type=submit], .site-404 .btn, .site-404 .nf-form-cont .nf-form-content input[type=submit] {
        padding: .5rem 4rem
    }
}

@media only screen and (max-width:1022px) {
    .site-404__imgWrapper {
        max-width: 75%;
        margin: 0 auto;
        -ms-flex-item-align: center;
        align-self: center
    }

    .site-404__imgWrapper svg {
        width: 100%;
        height: auto
    }
}

.person {
    padding-top: 1.5rem
}

@media only screen and (min-width:1023px) {
    .person {
        padding-top: 3.25rem
    }
}

@media only screen and (min-width:1599px) {
    .person {
        margin-bottom: -1.5rem
    }
}

.person__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-top: 1.5rem
}

@media only screen and (min-width:1023px) {
    .person__wrapper {
        margin-top: 3.35rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.person__imgWrapper {
    display: none
}

@media only screen and (min-width:1023px) {
    .person__imgWrapper {
        width: 40%;
        display: block;
        margin-bottom: 0
    }
}

@media only screen and (min-width:1365px) {
    .person__imgWrapper {
        width: 45%
    }
}

.person__imgWrapper--mobile {
    display: block;
    margin: 0 auto 2.5rem;
    width: 25rem
}

@media only screen and (min-width:1023px) {
    .person__imgWrapper--mobile {
        display: none
    }
}

.person__imgWrapper img {
    height: auto
}

@media only screen and (min-width:1023px) {
    .person__content {
        width: 52%
    }
}

@media only screen and (min-width:1365px) {
    .person__content {
        width: 47.75%
    }
}

.person__title {
    margin-bottom: 2.5rem
}

@media only screen and (min-width:1365px) {
    .person__title {
        margin-bottom: 4.25rem
    }
}

.person__title::before {
    left: -3.75rem
}

@media only screen and (min-width:1365px) {
    .person__title::before {
        left: -4.55rem;
        height: 98%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: .65rem
    }
}

.person__position {
    font-weight: 300;
    font-size: 1.6rem;
    display: block;
    line-height: 1;
    margin-top: 1rem;
    color: #707070
}

@media only screen and (min-width:1023px) {
    .person__position {
        margin-top: 2.1rem;
        font-size: 1.8rem
    }
}

.person__box {
    line-height: 1.22;
    margin-bottom: 2.5rem
}

.person__box .title {
    display: block;
    font-weight: 600;
    font-size: 2rem;
    color: #19295a;
    margin-bottom: .5rem
}

.person__box .title * {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

@media only screen and (min-width:1023px) {
    .person__box .title {
        font-size: 2.2rem;
        margin-bottom: 1rem
    }
}

@media only screen and (min-width:1365px) {
    .person__box .title {
        margin-bottom: 1.8rem;
        font-size: 3rem
    }
}

@media only screen and (max-width:1022px) {
    .person__box .text {
        font-size: 1.6rem
    }
}

.nf-form-cont .nf-form-content .person__box .text input[type=submit], .person__box .text .btn, .person__box .text .nf-form-cont .nf-form-content input[type=submit] {
    padding: 0 1.75rem;
    margin-top: .75rem;
    height: 4.9rem
}

@media only screen and (max-width:1022px) {
    .nf-form-cont .nf-form-content .person__box .text input[type=submit], .person__box .text .btn, .person__box .text .nf-form-cont .nf-form-content input[type=submit] {
        font-size: 1.6rem
    }
}

@media only screen and (min-width:1023px) {
    .nf-form-cont .nf-form-content .person__box .text input[type=submit], .person__box .text .btn, .person__box .text .nf-form-cont .nf-form-content input[type=submit] {
        margin-top: 1.35rem;
        margin-left: .2rem
    }
}

.person__box ul {
    list-style: none;
    margin-top: 2rem;
    margin-bottom: 2rem
}

@media only screen and (min-width:1023px) {
    .person__box ul {
        margin-top: 3rem;
        margin-bottom: 4rem
    }
}

.person__box ul li {
    margin-bottom: 1rem;
    padding-left: 3rem
}

@media only screen and (min-width:1023px) {
    .person__box ul li {
        margin-bottom: 2rem;
        font-size: 1.8rem;
        padding-left: 4rem
    }
}

.person__box ul .list-el {
    top: -.35rem;
    left: .4rem
}

@media only screen and (max-width:1022px) {
    .person__box ul .list-el {
        width: 2.2rem;
        height: 2.2rem;
        top: 0;
        left: 0
    }

    .person__box ul .list-el svg {
        width: 100%;
        height: 100%
    }
}

.person__box--experience p+p {
    display: none
}

.injury {
    padding-top: 7rem;
    padding-bottom: 3rem
}

@media only screen and (min-width:1023px) {
    .injury {
        padding-bottom: 6rem
    }
}

@media (max-width: 992px) {
    .injury {
        padding-top: 4rem;

    }
}

@media (max-width: 400px) {
    .injury {
        padding-top: 2.5rem;

    }
}


.injury__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 3rem
}

@media only screen and (min-width:1599px) {
    .injury__wrapper {
        margin-top: 5.65rem
    }
}

.injury__man {
    display: none
}

@media only screen and (min-width:1023px) {
    .injury__man {
        display: inline-block;
        position: relative;
        width: 34%;
        text-align: center
    }

    .injury__man svg {
        width: 37rem;
        height: auto;
        position: relative;
        z-index: 2
    }

    .injury__man::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: url(../images/elements/circle.png) no-repeat center center/contain;
        z-index: 0;
        -webkit-transform: rotate(64deg);
        -ms-transform: rotate(64deg);
        transform: rotate(64deg);
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        -o-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
    }

    .injury__man:hover::before {
        -webkit-transform: rotate(104deg);
        -ms-transform: rotate(104deg);
        transform: rotate(104deg)
    }
}

.injury__man .svg-cursor {
    display: none
}

.injury__img {
    display: inline-block
}

@media only screen and (min-width:1023px) {
    .injury__thumb {
        display: none
    }
}

@media only screen and (min-width:1023px) {
    .injury__content {
        width: 48%;
        padding-left: .25rem
    }
}

.injury__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2rem
}

.injury__title::before {
    left: -3rem
}

@media only screen and (min-width:1023px) {
    .injury__title::before {
        left: -4.5rem
    }
}

.injury__subtitle {
    font-size: 1.8rem;
    line-height: 1.23;
    margin-top: .5rem;
    font-weight: 600;
    display: block
}

@media only screen and (min-width:1599px) {
    .injury__subtitle {
        font-size: 3rem;
        margin-top: .75rem
    }
}

.injury__text {
    line-height: 1.23;
    font-weight: 300
}

.injury__text p {
    margin-bottom: 1rem
}

@media only screen and (min-width:1023px) {
    .injury__text {
        padding-right: 2rem
    }

    .injury__text p {
        margin-bottom: 2rem
    }
}

.injury__btn {
    height: 4.9rem;
    margin-top: 1rem;
    padding: 0 1.5rem
}

@media only screen and (max-width:1022px) {
    .injury__btn {
        font-size: 1.6rem
    }
}

@media only screen and (min-width:1023px) {
    .injury__btn {
        margin-top: 3.25rem;
        padding: 0 2rem
    }
}

@media only screen and (min-width:1023px) {
    .info {
        padding-top: 2rem
    }
}

.info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@media only screen and (min-width:1023px) {
    .info__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 5rem
    }
}

@media only screen and (min-width:1599px) {
    .info__item {
        margin-bottom: 10rem
    }
}

@media only screen and (min-width:1023px) {
    .info__item--reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media only screen and (min-width:1023px) {
    .info__item--reverse .info__imgWrapper {
        width: 56.2%
    }
}

@media only screen and (min-width:1599px) {
    .info__item--reverse .info__imgWrapper {
        width: 59%
    }
}

@media only screen and (min-width:1023px) {
    .info__item--reverse .info__content {
        width: 36%
    }
}

@media only screen and (min-width:1599px) {
    .info__item--reverse .info__content {
        width: 32.5%
    }
}

.info__imgWrapper {
    position: relative;
    margin: 1rem -3.7rem 2rem
}

@media only screen and (min-width:1023px) {
    .info__imgWrapper {
        width: 49.3%;
        margin: 1rem 0 0 0
    }
}

@media only screen and (min-width:1023px) {
    .info__img {
        max-width: none;
        width: 100%
    }
}

.info__content {
    padding-left: .5rem
}

@media only screen and (min-width:1023px) {
    .info__content {
        width: 40.3%
    }
}

.info__content ol, .info__content ul {
    font-size: 1.8rem;
    margin-block: 1rem
}

@media only screen and (min-width:1365px) {
    .info__content ol, .info__content ul {
        font-size: 2rem
    }
}

.info__content ol li, .info__content ul li {
    padding-left: 1.5rem;
    margin-bottom: .75rem
}

@media only screen and (min-width:1023px) {
    .info__content ol li, .info__content ul li {
        padding-left: 2.25rem;
        margin-bottom: 1.25rem
    }
}

@media only screen and (min-width:1365px) {
    .info__content ol li, .info__content ul li {
        margin-bottom: 1.5rem
    }
}

.info__content ol li::before, .info__content ul li::before {
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width:1023px) {
    .info__content ol li::before, .info__content ul li::before {
        width: 2rem;
        height: 2rem
    }
}

.info__content ol {
    padding-left: 2rem
}

.info__content ol li {
    padding-left: 0
}

.info__content ol li::before {
    content: unset
}

.info__content h2:not(.section-title), .info__content h3 {
    color: #19295a;
    font-weight: 400
}

.info__content h2:not(.section-title) *, .info__content h3 * {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.info__content h2:not(.section-title) {
    font-size: 2.4rem;
    line-height: 1.23;
    margin-bottom: 1rem
}

@media only screen and (min-width:1365px) {
    .info__content h2:not(.section-title) {
        font-size: 2.7rem;
        margin-bottom: 1.5rem
    }
}

@media only screen and (min-width:1599px) {
    .info__content h2:not(.section-title) {
        font-size: 3rem
    }
}

.info__content h3 {
    font-size: 2.1rem;
    line-height: 1.23;
    margin-bottom: 1rem
}

@media only screen and (min-width:1365px) {
    .info__content h3 {
        font-size: 2.2rem;
        margin-bottom: 1.5rem
    }
}

@media only screen and (min-width:1599px) {
    .info__content h3 {
        font-size: 2.5rem
    }
}

.info__content h4 {
    font-size: 1.8rem;
    line-height: 1.23;
    margin-bottom: 1rem
}

@media only screen and (min-width:1365px) {
    .info__content h4 {
        font-size: 1.9rem;
        margin-bottom: 1.5rem
    }
}

@media only screen and (min-width:1599px) {
    .info__content h4 {
        font-size: 2.2rem
    }
}

.info__content h5 {
    font-size: 1.6rem;
    line-height: 1.23;
    margin-bottom: 1rem
}

@media only screen and (min-width:1365px) {
    .info__content h5 {
        font-size: 1.7rem;
        margin-bottom: 1.5rem
    }
}

@media only screen and (min-width:1599px) {
    .info__content h5 {
        font-size: 1.9rem
    }
}

.info__content h6 {
    font-size: 1.4rem;
    line-height: 1.23;
    margin-bottom: 1rem
}

@media only screen and (min-width:1365px) {
    .info__content h6 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem
    }
}

@media only screen and (min-width:1599px) {
    .info__content h6 {
        font-size: 1.7rem
    }
}

.info__title {
    margin-bottom: 2.75rem;
    display: none
}

@media only screen and (min-width:1023px) {
    .info__title {
        display: block
    }
}

.info__title::before {
    left: -3rem
}

@media only screen and (min-width:1023px) {
    .info__title::before {
        left: -4rem
    }
}

.info__title--mobile {
    display: block
}

@media only screen and (min-width:1023px) {
    .info__title--mobile {
        display: none
    }
}

.info__content li::before {
    width: 3rem;
    height: 3rem;
    content: '';
    background: url(../images/elements/elem.png) no-repeat center center/contain;
    position: absolute;
    left: -.5rem;
    top: .35rem
}

.info__btn {
    margin-top: 2rem;
    margin-left: .5rem;
    padding: 0 2rem;
    height: 4.9rem
}

.price__title {
    margin-bottom: 1rem;
    display: block
}

@media only screen and (max-width:767px) {
    .price__title {
        max-width: 50%
    }
}

@media only screen and (min-width:1023px) {
    .price__title .before-elements {
        top: 0
    }
}

.price__text {
    font-weight: 300;
    margin-bottom: 2rem
}

.price .icon {
    margin-right: 2rem
}

@media only screen and (min-width:1023px) {
    .nf-form-cont .nf-form-content .price input[type=submit], .price .btn, .price .nf-form-cont .nf-form-content input[type=submit] {
        height: 4.9rem;
        margin-top: .9rem;
        padding: 0 3.5rem 0 2rem
    }
}

.related-injuries {
    margin-top: 5rem;
    margin-bottom: 5rem
}

@media only screen and (min-width:1023px) {
    .related-injuries {
        margin-top: 9.5rem
    }
}

@media only screen and (min-width:1023px) {
    .related-injuries__title .before-elements {
        top: 0
    }
}

.related-injuries__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 3rem
}

@media only screen and (min-width:1023px) {
    .related-injuries__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 6rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 1.5rem 2rem
    }
}

@media only screen and (min-width:1365px) {
    .related-injuries__wrapper {
        -webkit-column-gap: 3.56rem;
        -moz-column-gap: 3.56rem;
        column-gap: 3.56rem
    }
}

@media only screen and (min-width:1599px) {
    .related-injuries__wrapper {
        -webkit-column-gap: 5.36rem;
        -moz-column-gap: 5.36rem;
        column-gap: 5.36rem
    }
}

.related-injuries__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4rem
}

@media only screen and (min-width:1023px) {
    .related-injuries__item {
        max-width: 22%
    }
}

@media only screen and (min-width:1365px) {
    .related-injuries__item {
        margin-bottom: 0;
        max-width: 22%;
        width: auto
    }
}

.related-injuries__item:hover .related-injuries__imgWrapper::before {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}

.related-injuries__item:hover .related-injuries__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.related-injuries__imgWrapper {
    width: 20rem;
    height: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 auto 1.5rem
}

@media only screen and (min-width:1365px) {
    .related-injuries__imgWrapper {
        width: 26.4rem;
        height: 26.4rem
    }
}

.related-injuries__imgWrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    background: url(../images/elements/circle.png) no-repeat center center/contain
}

.related-injuries__img {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media only screen and (max-width:1022px) {
    .related-injuries__img {
        width: 12.5rem;
        height: 12.5rem
    }
}

@media only screen and (min-width:1023px) {
    .related-injuries__img {
        width: 13.5rem;
        height: 13.5rem
    }
}

@media only screen and (min-width:1210px) {
    .related-injuries__img {
        width: auto;
        height: auto
    }
}

.related-injuries__name {
    font-size: 2rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem
}

@media only screen and (min-width:1023px) {
    .related-injuries__name {
        font-size: 1.9rem
    }
}

@media only screen and (min-width:1365px) {
    .related-injuries__name {
        font-size: 2.6rem
    }
}

@media only screen and (min-width:1365px) {
    .table-section {
        margin-top: 2rem
    }
}

.table-section__wrapper {
    margin: 2.5rem 0 7.5rem;
    width: 100%
}

@media only screen and (max-width:767px) {
    .table-section__wrapper {
        overflow-x: auto
    }
}

.table-section__small {
    font-size: 1.4rem;
    font-style: italic;
    display: block
}

.table-section .table {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 2rem
}

.table-section .table, .table-section .table td {
    border: 1px solid #59bdda;
    border-collapse: collapse;
    border-spacing: 0
}

.table-section .table td {
    width: calc(100% / 3);
    text-align: center;
    font-size: 1.15rem;
    padding: .4rem
}

@media only screen and (min-width:371px) {
    .table-section .table td {
        padding: .5rem;
        font-size: 1.2rem
    }
}

@media only screen and (min-width:479px) {
    .table-section .table td {
        font-size: 1.3rem
    }
}

@media only screen and (min-width:768px) {
    .table-section .table td {
        font-size: 1.4rem;
        padding: .75rem
    }
}

@media only screen and (min-width:1023px) {
    .table-section .table td {
        font-size: 1.6rem;
        padding: 1.5rem
    }
}

.table-section .table span {
    display: block;
    word-break: keep-all;
    font-weight: 700;
    margin-top: .5rem
}

.table-section .table span.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    font-weight: 400
}

.search-page {
    padding-top: 3.25rem;
    padding-bottom: 6.8rem
}

.search-page__header {
    padding-left: 4.5rem
}

.search-page__title::before {
    left: -4.5rem
}

.search-page__subtitle {
    display: block;
    font-size: 3rem;
    font-weight: 600;
    margin-top: .5rem
}

.search-page__wrapper {
    margin-top: 2.75rem;
    width: 100%
}

.search-page__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
    margin-left: 0;
    margin-top: 4rem
}

.search-page__item {
    font-size: 2.5rem;
    font-weight: 300;
    color: #19295a;
    margin-left: -.65rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: .75rem;
    line-height: 1.2;
    margin-bottom: 1rem
}

.search-page__el svg {
    width: 3.2rem;
    height: 3.2rem
}

.search-page__el circle, .search-page__el path {
    fill: #19295a
}

.search-page__nav {
    margin-top: 5rem;
    text-align: center;
    font-size: 2.5rem;
    color: #19295a
}

.search-page__nav h2 {
    display: none
}

.search-page__nav svg {
    width: 3.2rem;
    height: 3.2rem
}

.search-page__nav circle, .search-page__nav path {
    fill: #19295a
}

.search-page__nav .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search-page__nav .page-numbers {
    margin: .75rem
}

.search-page__nav .next, .search-page__nav .prev {
    width: 3.2rem;
    height: 3.2rem
}

.search-page__nav .prev {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.postContent {
    display: none !important;
    font-size: 0 !important
}

.single-news {
    padding-top: 2rem;
    padding-bottom: 3.5rem
}

@media only screen and (min-width:1023px) {
    .single-news {
        padding-top: 4rem;
        padding-bottom: 5.5rem;
        position: relative;
        overflow: hidden
    }
}

@media only screen and (min-width:1365px) {
    .single-news {
        padding-top: 5rem;
        padding-bottom: 10rem
    }
}

.single-news__el {
    display: none
}

@media only screen and (min-width:1023px) {
    .single-news__el {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 25rem;
        -webkit-transform: translateX(-70%);
        -ms-transform: translateX(-70%);
        transform: translateX(-70%);
        width: 55rem;
        z-index: -1;
        opacity: .2
    }
}

@media only screen and (min-width:1599px) {
    .single-news__el {
        width: auto;
        top: 17rem;
        -webkit-transform: translateX(-57%);
        -ms-transform: translateX(-57%);
        transform: translateX(-57%)
    }
}

.single-news__el2 {
    display: none
}

@media only screen and (min-width:1023px) {
    .single-news__el2 {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 130rem;
        -webkit-transform: translate(27%, -70%) rotate(58deg);
        -ms-transform: translate(27%, -70%) rotate(58deg);
        transform: translate(27%, -70%) rotate(58deg);
        z-index: 0;
        opacity: .2
    }
}

.single-news__wrapper {
    margin-top: 1rem;
    width: 100%
}

@media only screen and (min-width:1023px) {
    .single-news__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 2.5rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-width:1365px) {
    .single-news__wrapper {
        margin-top: 3.5rem
    }
}

@media only screen and (min-width:1023px) {
    .single-news__outer {
        width: 65.25%
    }
}

@media only screen and (min-width:1023px) {
    .single-news__sidebar {
        width: 30%
    }
}

.single-news__content {
    background-color: #fff;
    -webkit-box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, .16);
    box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, .16);
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem
}

@media only screen and (min-width:1023px) {
    .single-news__content {
        border-bottom-left-radius: 1.6rem;
        border-bottom-right-radius: 1.6rem
    }
}

@media only screen and (min-width:1365px) {
    .single-news__content {
        border-bottom-left-radius: 2rem;
        border-bottom-right-radius: 2rem
    }
}

.single-news__body {
    margin-top: 0;
    padding: 1.5rem
}

@media only screen and (min-width:1023px) {
    .single-news__body {
        padding: 2rem 2rem
    }
}

@media only screen and (min-width:1365px) {
    .single-news__body {
        padding: 6rem 5.5rem 4.5rem
    }
}

.single-news__imgWrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-news__imgWrapper img {
    height: auto
}

@media only screen and (max-width:1022px) {
    .single-news__title {
        font-size: 2rem;
        line-height: 1.2
    }
}

.single-news__info {
    font-size: 1.5rem;
    color: #707070;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:1023px) {
    .single-news__info {
        font-size: 1.8rem;
        margin-top: 1.5rem;
        margin-bottom: 4.25rem
    }
}

.single-news__date {
    margin-right: 1rem
}

@media only screen and (min-width:1023px) {
    .single-news__date {
        margin-right: 2rem
    }
}

@media only screen and (min-width:1365px) {
    .single-news__date {
        margin-right: 2.5rem
    }
}

.single-news__time {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-news__time .icon {
    margin-right: 1rem
}

.single-news__list {
    margin-bottom: 2rem
}

@media only screen and (max-width:1022px) {
    .single-news__list {
        font-size: 1.5rem
    }
}

.single-news__list .title {
    display: block;
    font-weight: 500;
    color: #707070
}

.single-news__list ol {
    margin-top: .7rem;
    margin-left: 0;
    list-style-position: inside;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-news__list li {
    margin-bottom: .6rem;
    cursor: pointer
}

.single-news__text {
    color: #707070;
    line-height: 1.222
}

@media only screen and (max-width:1022px) {
    .single-news__text {
        font-size: 1.4rem
    }
}

@media only screen and (min-width:1023px) {
    .single-news__text {
        margin-top: 5.85rem
    }
}

.single-news__text h1 {
    font-weight: 700;
    font-size: 2.6rem;
    color: #19295a;
    margin-top: 2rem;
    margin-bottom: 2rem
}

@media only screen and (min-width:1023px) {
    .single-news__text h1 {
        font-size: 3.2rem;
        margin-bottom: 2.5rem;
        margin-top: 4.25rem
    }
}

@media only screen and (min-width:1365px) {
    .single-news__text h1 {
        font-size: 4rem
    }
}

.single-news__text h2 {
    font-weight: 700;
    color: #19295a;
    font-size: 2.4rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media only screen and (min-width:1023px) {
    .single-news__text h2 {
        margin-bottom: 2.25rem;
        margin-top: 4.25rem
    }
}

@media only screen and (min-width:1365px) {
    .single-news__text h2 {
        font-size: 3.2rem
    }
}

.single-news__text h3 {
    font-weight: 600;
    font-size: 2.1rem;
    color: #19295a;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media only screen and (min-width:1023px) {
    .single-news__text h3 {
        margin-bottom: 2rem;
        margin-top: 4.25rem
    }
}

@media only screen and (min-width:1365px) {
    .single-news__text h3 {
        font-size: 2.6rem
    }
}

.single-news__text h4 {
    font-weight: 500;
    font-size: 1.8rem;
    color: #707070;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media only screen and (min-width:1023px) {
    .single-news__text h4 {
        margin-bottom: 1.2rem;
        margin-top: 4.25rem
    }
}

.single-news__text h5 {
    font-weight: 500;
    font-size: 1.6rem;
    color: #707070;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media only screen and (min-width:1023px) {
    .single-news__text h5 {
        margin-bottom: 1rem;
        margin-top: 3.5rem
    }
}

.single-news__text h6 {
    font-weight: 500;
    font-size: 1.4rem;
    color: #707070;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media only screen and (min-width:1023px) {
    .single-news__text h6 {
        margin-top: 3rem;
        margin-bottom: 1rem
    }
}

.single-news__text a {
    color: #19295a
}

.single-news__text p {
    margin-bottom: 1rem;
    line-height: 1.23
}

.single-news__author {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem;
    -webkit-box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, .16);
    box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, .16);
    border-radius: .8rem;
    background-color: #fff
}

@media only screen and (max-width:1022px) {
    .single-news__author {
        font-size: 1.5rem;
        margin-bottom: 2rem
    }
}

@media only screen and (min-width:1023px) {
    .single-news__author {
        margin-top: 3.5rem;
        padding: 2.25rem 3.5rem;
        border-radius: 1.6rem
    }
}

@media only screen and (min-width:1365px) {
    .single-news__author {
        margin-top: 5.5rem;
        padding: 2.25rem 5.5rem;
        border-radius: 2rem
    }
}

.single-news__author .imgWrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 6.2rem;
    height: 6.2rem;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width:1022px) {
    .single-news__author .imgWrapper {
        margin-bottom: 1rem
    }
}

.single-news__author .imgWrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.single-news__author .imgWrapper--mobile {
    display: none
}

@media only screen and (max-width:1022px) {
    .single-news__author .imgWrapper {
        display: none
    }

    .single-news__author .imgWrapper--mobile {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.single-news__author .content {
    line-height: 1.23
}

@media only screen and (min-width:1023px) {
    .single-news__author .content {
        margin-left: 1.25rem
    }
}

@media only screen and (min-width:1365px) {
    .single-news__author .content {
        margin-left: 2rem
    }
}

.single-news__author .author {
    color: #19295a;
    font-weight: 600;
    display: block
}

.single-news__author .bio {
    margin-top: 1rem
}

.single-news__header {
    font-size: 2.4rem;
    color: #19295a;
    font-weight: 600;
    margin-bottom: 1.5rem
}

@media only screen and (min-width:1023px) {
    .single-news__header {
        font-size: 3rem
    }
}

.single-news__related {
    padding: 1rem
}

.single-news__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1.5rem;
    margin-bottom: 1.5rem
}

@media only screen and (min-width:1023px) {
    .single-news__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-right: 3rem;
        margin-bottom: 2.25rem
    }
}

.single-news__item .imgWrapper {
    border-radius: 50%;
    overflow: hidden;
    width: 6.2rem;
    height: 6.2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.single-news__item .imgWrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.single-news__item .content {
    margin-left: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:1023px) {
    .single-news__item .content {
        margin-left: 2.35rem
    }
}

.single-news__item .title {
    font-size: 1.5rem;
    font-weight: 300;
    color: #19295a;
    display: inline-block;
    line-height: 1.15;
    margin-bottom: .5rem
}

@media only screen and (min-width:1023px) {
    .single-news__item .title {
        font-size: 1.8rem
    }
}

.single-news__item .single-news__date {
    font-size: 1.2rem
}

@media only screen and (min-width:1023px) {
    .single-news__item .single-news__date {
        font-size: 1.4rem
    }
}

.single-news__categories {
    padding: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 3.5rem;
}

@media only screen and (min-width:1023px) {
    .single-news__categories {
        margin-top: 2.25rem;
        /* min-height: 37rem */
    }
}

@media only screen and (min-width:1365px) {
    .single-news__categories {
        margin-top: 3rem;
        /* min-height: 46rem */
    }
}

.single-news__categories ul {
    font-size: 1.8rem;
    color: #707070;
    font-weight: 300;
    margin-top: 1.5rem
}

@media only screen and (min-width:1023px) {
    .single-news__categories ul {
        margin-top: 3rem
    }
}

.single-news__categories ul .list-el {
    top: -.35rem
}

.single-news__categories ul li {
    margin-bottom: 1.25rem
}

@media only screen and (min-width:1023px) {
    .single-news__categories ul li {
        margin-bottom: 3.25rem
    }
}

.single-nav {
    margin-top: 1.75rem
}

@media only screen and (min-width:1023px) {
    .single-nav {
        margin-top: 3rem
    }
}

@media only screen and (min-width:1365px) {
    .single-nav {
        margin-top: 5rem
    }
}

.single-nav__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-nav__block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%
}

.single-nav__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #19295a;
    font-weight: 300;
    font-size: 1.8rem
}

@media only screen and (min-width:1023px) {
    .single-nav__box {
        font-size: 2.1rem
    }
}

@media only screen and (min-width:1365px) {
    .single-nav__box {
        font-size: 2.5rem
    }
}

.single-nav__text {
    display: inline-block
}

@media only screen and (min-width:1023px) {
    .single-nav__prev {
        margin-left: -.75rem
    }
}

.single-nav__prev .text {
    margin-left: 1rem
}

.single-nav__next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

@media only screen and (min-width:1023px) {
    .single-nav__next {
        -webkit-transform: translateX(1.4rem);
        -ms-transform: translateX(1.4rem);
        transform: translateX(1.4rem)
    }
}

.single-nav__next .text {
    margin-right: 1rem
}

.blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 2rem;
    margin-top: 2rem
}

@media only screen and (min-width:1023px) {
    .blog {
        padding-bottom: 3.25rem;
        margin: 0
    }
}

.blog-nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.blog__title {
    width: 100%;
    padding-left: 2rem;
    margin-bottom: 2.5rem
}

@media only screen and (min-width:1023px) {
    .blog__title {
        padding-left: 2.5rem
    }
}

@media only screen and (min-width:1365px) {
    .blog__title {
        padding-left: 4.5rem;
        margin-bottom: 5.5rem
    }
}

.blog__el {
    display: none
}

@media only screen and (min-width:1023px) {
    .blog__el {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 70rem;
        -webkit-transform: translate(33%, -50%);
        -ms-transform: translate(33%, -50%);
        transform: translate(33%, -50%);
        z-index: -1;
        opacity: .2
    }
}

@media only screen and (min-width:1365px) {
    .blog__el {
        top: 130rem
    }
}

@media only screen and (min-width:1023px) {
    .landing__title .before-elements {
        height: 8.2rem
    }
}

.landing__subtitle {
    width: 100%
}

.landing__wrapper {
    width: 100%;
    margin-top: 2rem
}

@media only screen and (min-width:768px) {
    .landing__wrapper {
        margin-top: 4rem
    }
}

@media only screen and (min-width:1023px) {
    .landing__wrapper {
        margin-top: 5.5rem
    }
}

@media only screen and (min-width:1365px) {
    .landing__wrapper {
        margin-top: 7rem;
        -webkit-columns: 2 auto;
        -moz-columns: 2 auto;
        columns: 2 auto
    }
}

.landing .item {
    margin-bottom: 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.landing .item h2 {
    margin-top: 0;
    margin-bottom: 1rem
}

.landing .item ul {
    list-style: none;
    font-size: 1.8rem;
    font-weight: 500
}

.landing .item ul li {
    padding-left: 0;
    margin-bottom: .75rem;
    line-height: 1.3
}

.landing .item ul li::before {
    display: none
}

.landing__buttons {
    margin-bottom: 2rem
}

.landing-news {
    padding-top: 2rem;
    padding-bottom: 3.5rem
}

@media only screen and (min-width:1023px) {
    .landing-news {
        padding-top: 4rem;
        padding-bottom: 5.5rem;
        position: relative
    }
}

@media only screen and (min-width:1365px) {
    .landing-news {
        padding-top: 5rem;
        padding-bottom: 10rem
    }
}

.landing-news__el {
    display: none
}

@media only screen and (min-width:1023px) {
    .landing-news__el {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 25rem;
        -webkit-transform: translateX(-70%);
        -ms-transform: translateX(-70%);
        transform: translateX(-70%);
        width: 55rem;
        z-index: -1;
        opacity: .2
    }
}

@media only screen and (min-width:1599px) {
    .landing-news__el {
        width: auto;
        top: 17rem;
        -webkit-transform: translateX(-57%);
        -ms-transform: translateX(-57%);
        transform: translateX(-57%)
    }
}

.landing-news__el2 {
    display: none
}

@media only screen and (min-width:1023px) {
    .landing-news__el2 {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 130rem;
        -webkit-transform: translate(27%, -70%) rotate(58deg);
        -ms-transform: translate(27%, -70%) rotate(58deg);
        transform: translate(27%, -70%) rotate(58deg);
        z-index: 0;
        opacity: .2
    }
}

.landing-news__wrapper {
    margin-top: 1rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media only screen and (min-width:1023px) {
    .landing-news__wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 2.5rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-width:1365px) {
    .landing-news__wrapper {
        margin-top: 3.5rem
    }
}

@media only screen and (min-width:1023px) {
    .landing-news__outer {
        width: 65.25%
    }
}

.landing-news__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (min-width:1023px) {
    .landing-news__sidebar {
        width: 30%;
        position: -webkit-sticky;
        position: sticky;
        top: 12rem
    }
}

.landing-news__content {
    background-color: #fff;
    -webkit-box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, .16);
    box-shadow: 0 .3rem .6rem 0 rgba(0, 0, 0, .16);
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem
}

@media only screen and (min-width:1023px) {
    .landing-news__content {
        border-bottom-left-radius: 1.6rem;
        border-bottom-right-radius: 1.6rem
    }
}

@media only screen and (min-width:1365px) {
    .landing-news__content {
        border-bottom-left-radius: 2rem;
        border-bottom-right-radius: 2rem
    }
}

.landing-news__body {
    margin-top: 0;
    padding: 1.5rem
}

@media only screen and (min-width:1023px) {
    .landing-news__body {
        padding: 2rem 2rem
    }
}

@media only screen and (min-width:1365px) {
    .landing-news__body {
        padding: 3rem 5.5rem 4.5rem
    }
}

@media only screen and (max-width:1022px) {
    .landing-news__title {
        font-size: 2rem;
        line-height: 1.2
    }
}

.landing-news__info {
    font-size: 1.5rem;
    color: #707070;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:1023px) {
    .landing-news__info {
        font-size: 1.8rem;
        margin-top: 1.5rem
    }
}

.landing-news__time {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.landing-news__time .icon {
    margin-right: 1rem
}

.landing-news__list {
    margin-bottom: 2rem;
    font-size: 1.8rem
}

@media only screen and (max-width:1022px) {
    .landing-news__list {
        font-size: 1.5rem
    }
}

.landing-news__list li {
    margin-bottom: .6rem;
    cursor: pointer
}

.landing-news__text {
    color: #707070;
    line-height: 1.222
}

@media only screen and (max-width:1022px) {
    .landing-news__text {
        font-size: 1.4rem
    }
}

@media only screen and (min-width:1023px) {
    .landing-news__text {
        margin-top: 2rem
    }
}

.landing-news__text h1 {
    font-weight: 700;
    font-size: 2.6rem;
    color: #19295a;
    margin-top: 2rem;
    margin-bottom: 2rem
}

@media only screen and (min-width:1023px) {
    .landing-news__text h1 {
        font-size: 3.2rem;
        margin-bottom: 2.5rem;
        margin-top: 4.25rem
    }
}

@media only screen and (min-width:1365px) {
    .landing-news__text h1 {
        font-size: 4rem
    }
}

.landing-news__text h2 {
    font-weight: 700;
    color: #19295a;
    font-size: 2.4rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media only screen and (min-width:1023px) {
    .landing-news__text h2 {
        margin-bottom: 2.25rem;
        margin-top: 4.25rem
    }
}

@media only screen and (min-width:1365px) {
    .landing-news__text h2 {
        font-size: 3.2rem
    }
}

.landing-news__text h3 {
    font-weight: 600;
    font-size: 2.1rem;
    color: #19295a;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media only screen and (min-width:1023px) {
    .landing-news__text h3 {
        margin-bottom: 2rem;
        margin-top: 4.25rem
    }
}

@media only screen and (min-width:1365px) {
    .landing-news__text h3 {
        font-size: 2.6rem
    }
}

.landing-news__text h4 {
    font-weight: 500;
    font-size: 1.8rem;
    color: #707070;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media only screen and (min-width:1023px) {
    .landing-news__text h4 {
        margin-bottom: 1.2rem;
        margin-top: 4.25rem
    }
}

.landing-news__text h5 {
    font-weight: 500;
    font-size: 1.6rem;
    color: #707070;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media only screen and (min-width:1023px) {
    .landing-news__text h5 {
        margin-bottom: 1rem;
        margin-top: 3.5rem
    }
}

.landing-news__text h6 {
    font-weight: 500;
    font-size: 1.4rem;
    color: #707070;
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media only screen and (min-width:1023px) {
    .landing-news__text h6 {
        margin-top: 3rem;
        margin-bottom: 1rem
    }
}

.landing-news__text a {
    color: #19295a
}

.landing-news__text p {
    margin-bottom: 1rem;
    line-height: 1.23
}

.landing-news__header {
    font-size: 2.4rem;
    color: #19295a;
    font-weight: 600;
    margin-bottom: 1.5rem
}

@media only screen and (min-width:1023px) {
    .landing-news__header {
        font-size: 3rem
    }
}

.landing-news__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.landing-news__buttons .btn, .landing-news__buttons .nf-form-cont .nf-form-content input[type=submit], .nf-form-cont .nf-form-content .landing-news__buttons input[type=submit] {
    margin-bottom: 2rem
}

/* #wpadminbar {
    display: none;
} */

/* tags list */

.custom-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 10;
}

.custom-tag-list a {
    padding: 5px 20px;
    background-color: #f2f5f8;
    color: #19295a;
    font-weight: 700;
    border-radius: 5px;
    display: inline-flex;
}


/* single post */

body.single-post .single-news__tags.single-news__post_tags {
    margin-top: -25px;
    margin-bottom: 40px;
    position: relative;
}

body.single-post .single-news__tags.single-news__post_tags a {
    font-size: 16px;
}