.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/images/vendor/owl.carousel/dist/owl.video.play.png?4a37f8008959c75f619bf0a3a4e2d7a2) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.slbOverlay,
.slbWrap,
.slbWrapOuter {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.slbOverlay {
    overflow: hidden;
    z-index: 2000;
    background-color: #000;
    opacity: .7;
    -webkit-animation: slbOverlay .5s;
    animation: slbOverlay .5s
}

.slbWrapOuter {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2010
}

.slbWrap {
    position: absolute;
    text-align: center
}

.slbWrap:before {
    content: "";
    height: 100%
}

.slbContentOuter,
.slbWrap:before {
    display: inline-block;
    vertical-align: middle
}

.slbContentOuter {
    position: relative;
    margin: 0 auto;
    padding: 0 1em;
    box-sizing: border-box;
    z-index: 2020;
    text-align: left;
    max-width: 100%
}

.slbContentEl .slbContentOuter {
    padding: 5em 1em
}

.slbContent {
    position: relative
}

.slbContentEl .slbContent {
    background-color: #fff;
    box-shadow: 0 .2em 1em rgba(0, 0, 0, .4)
}

.slbContentEl .slbContent,
.slbImageWrap {
    -webkit-animation: slbEnter .3s;
    animation: slbEnter .3s
}

.slbImageWrap {
    position: relative
}

.slbImageWrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 5em;
    bottom: 5em;
    display: block;
    z-index: -1;
    box-shadow: 0 .2em 1em rgba(0, 0, 0, .6);
    background-color: #fff
}

.slbDirectionNext .slbImageWrap {
    -webkit-animation: slbEnterNext .4s;
    animation: slbEnterNext .4s
}

.slbDirectionPrev .slbImageWrap {
    -webkit-animation: slbEnterPrev .4s;
    animation: slbEnterPrev .4s
}

.slbImage {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 5em 0;
    margin: 0 auto
}

.slbCaption {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-size: 1.4em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .71429em 0;
    color: #fff;
    color: hsla(0, 0%, 100%, .7);
    text-align: center
}

.slbArrow,
.slbCloseBtn {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none
}

.slbArrow::-moz-focus-inner,
.slbCloseBtn::-moz-focus-inner {
    padding: 0;
    border: 0
}

.slbArrow:hover,
.slbCloseBtn:hover {
    opacity: .5
}

.slbArrow:active,
.slbCloseBtn:active {
    opacity: .8
}

.slbCloseBtn {
    -webkit-animation: slbEnter .3s;
    animation: slbEnter .3s;
    font-size: 3em;
    width: 1.66667em;
    height: 1.66667em;
    line-height: 1.66667em;
    position: absolute;
    right: -.33333em;
    top: 0;
    color: #fff;
    color: hsla(0, 0%, 100%, .7);
    text-align: center
}

.slbLoading .slbCloseBtn {
    display: none
}

.slbLoadingText {
    font-size: 1.4em;
    color: #fff;
    color: hsla(0, 0%, 100%, .9)
}

.slbArrows {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0
}

.slbLoading .slbArrows {
    display: none
}

.slbArrow {
    position: absolute;
    top: 50%;
    margin-top: -5em;
    width: 5em;
    height: 10em;
    opacity: .7;
    text-indent: -999em;
    overflow: hidden
}

.slbArrow:before {
    left: 50%;
    margin: -.8em 0 0 -.8em;
    border: .8em solid transparent
}

.slbArrow.next {
    right: 0
}

.slbArrow.next:before {
    border-left-color: #fff
}

.slbArrow.prev {
    left: 0
}

.slbArrow.prev:before {
    border-right-color: #fff
}

.slbIframeCont {
    width: 80em;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    margin: 5em 0
}

.slbIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 .2em 1em rgba(0, 0, 0, .6);
    background: #000
}

@-webkit-keyframes slbOverlay {
    0% {
        opacity: 0
    }

    to {
        opacity: .7
    }
}

@-webkit-keyframes slbEnter {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1em, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0)
    }
}

@keyframes slbEnter {
    0% {
        opacity: 0;
        transform: translate3d(0, -1em, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes slbEnterNext {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(4em, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0)
    }
}

@keyframes slbEnterNext {
    0% {
        opacity: 0;
        transform: translate3d(4em, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes slbEnterPrev {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-4em, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0)
    }
}

@keyframes slbEnterPrev {
    0% {
        opacity: 0;
        transform: translate3d(-4em, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

body,
html {
    height: 100%;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 400;
    font-family: Krub, sans-serif;
    font-weight: 500;
    color: #83a2c6;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    overflow: visible
}

body.bg-blue,
html.bg-blue {
    background-color: #eefafe
}

/* @media (max-width:1023px) {

    body.menu-mobile-active,
    html.menu-mobile-active {
        overflow: hidden
    }
} */

a,
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.preload {
    background-image: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important
}

input[type=button] {
    border: none
}

input[type=button],
input[type=button]:focus {
    outline: none !important
}

input[type=button]::-moz-focus-inner {
    border: 0
}

.row {
    max-width: 1400px;
    margin: auto;
    padding-right: 40px;
    padding-left: 40px
}

@media (min-width:1300px) {
    .row {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media (max-width:767px) {
    .row.menu-padding {
        padding: 0 30px
    }
}

@media (min-width:768px) {
    .row.menu-padding {
        padding: 0 60px
    }
}

@media (min-width:1024px) {
    .row.menu-padding {
        padding: 0 40px
    }
}

.no-margin-bottom {
    margin-bottom: 0
}

.full-height {
    height: 100%
}

.pages-carousel .owl-carousel .owl-item {
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform: translateZ(0) scale(1);
    -webkit-transform: translateZ(0) scale(1);
    -moz-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1)
}

.pages-carousel .owl-carousel .owl-item img {
    width: 100%;
    height: 100%
}

.pages-carousel .owl-carousel .owl-stage {
    display: flex;
    flex-direction: row
}

.pages-carousel .owl-carousel .owl-nav {
    display: block;
    text-align: center;
    margin-top: 40px
}

.pages-carousel .owl-carousel .owl-nav button {
    padding: 0 20px 5px !important;
    font-size: 36px
}

.pages-carousel .owl-carousel .owl-nav button.owl-prev {
    background-color: #86daf7 !important;
    color: #fff;
    margin: 0 20px 0 0
}

.pages-carousel .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #3da3e8 !important
}

.pages-carousel .owl-carousel .owl-nav button.owl-next {
    background-color: #86daf7 !important;
    color: #fff;
    margin: 0 0 0 20px
}

.pages-carousel .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #3da3e8 !important
}

.pages-carousel .owl-carousel .owl-nav button:focus {
    outline: none
}

.iframe-forget {
    height: 800px;
    border: none
}

@media (max-width:599px) {
    .iframe-forget {
        height: 600px
    }
}

.iframe-photocomp {
    height: 600px;
    border: none
}

@media (max-width:599px) {
    .iframe-photocomp {
        height: 500px
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    padding: 0;
    box-sizing: border-box;
    z-index: 3;
    transition: all .3s ease;
    background-color: #fff;
    box-shadow: 0 -4px 15px 0 #86daf7
}

.header.active {
    height: 90px
}

@media (max-width:1023px) {

    .header,
    .header.active {
        height: 70px
    }
}

.header .icon-arrow {
    width: 14px;
    padding-bottom: 2px;
    padding-left: 4px
}

.header .icon-arrow.language {
    width: 10px;
    padding-bottom: 0
}

.header .row {
    position: relative
}

.header .menu-icon {
    position: absolute;
    right: 0;
    width: 28px;
    height: 28px;
    fill: #fff;
    cursor: pointer
}

.header .menu-icon.icon-close {
    z-index: 2
}

.header .menu-icon.icon-menu {
    fill: #ffc597;
    transform: scaleX(-1)
}

.header .logo {
    width: 125px;
    display: inline-block;
    vertical-align: top;
    padding: 23px 0 27px;
    transition: all .5s ease
}

.header .logo.active {
    width: 105px;
    padding: 17px 0 18px
}

@media (max-width:1023px) {

    .header .logo,
    .header .logo.active {
        width: 90px;
        padding: 13px 0
    }
}

.header .menu {
    vertical-align: top;
    padding: 0 15px 0 35px;
    display: inline-block
}

@media (max-width:1023px) {
    .header .menu {
        display: none
    }
}

.header .menu-right-mobile {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    padding-right: 60px;
    padding-left: 60px
}

@media (max-width:767px) {
    .header .menu-right-mobile {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (min-width:1024px) {
    .header .menu-right-mobile {
        display: none
    }
}

.header .menu-right-mobile #menu-hamburger {
    cursor: pointer
}

.header .menu-right-mobile #menu-hamburger .hamburger {
    margin-top: 3px;
    width: 35px;
    height: 35px
}

.header .menu-right-mobile #menu-close {
    display: none;
    cursor: pointer
}

.header .menu-right-mobile #menu-close .close {
    margin-top: 6px;
    width: 30px;
    height: 30px
}

.header .menu-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 40px;
    display: inline-block
}

@media (min-width:1300px) {
    .header .menu-right {
        padding-right: 40px
    }
}

@media (max-width:1023px) {
    .header .menu-right {
        /* display: none */
    }
}

.header .menu-right .elements,
.header .menu-right .elements ul {
    display: inline-block;
    vertical-align: middle
}

.header .menu-right .elements ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.header .menu-right .elements ul li {
    cursor: pointer;
    height: 40px;
    width: 61px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: content-box
}

.header .menu-right .elements ul li .icon-arrow {
    height: 40px;
    margin-left: 5px
}

.header .menu-right .elements ul li img {
    height: 40px
}

.header .menu-right .elements ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 60px;
    right: -6px;
    background: #fff;
    width: 70px;
    padding: 10px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(45, 152, 238, .2);
    transition: visibility .5s, opacity .5s ease-in-out
}

.header .menu-right .elements ul li ul li {
    padding: 4px 0 4px 2px;
    width: 80px
}

.header .menu-right .elements ul li ul li img {
    opacity: .8;
    height: 40px
}

.header .menu-right .elements ul li ul li p {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 20px;
    height: 40px;
    padding-left: 8px;
    padding-right: 10px;
    color: #83a2c6;
    font-weight: 600;
    transition: color .5s ease
}

.header .menu-right .elements ul li ul li:hover img {
    opacity: 1
}

.header .menu-right .elements ul li ul li:hover p {
    color: #234356
}

.header .menu-right .elements ul li ul .triangle {
    position: absolute;
    top: -12px;
    right: -3px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent
}

.header .menu-right .elements ul li ul .triangle:after {
    content: "";
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius: 2px 0 0 0
}

.header .menu-right .elements ul li:hover ul {
    visibility: visible;
    opacity: 1
}

.menu-mobile {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 70px;
    background-color: #fff;
    height: calc(100vh - 70px);
    display: none
}

@media (min-width:1024px) {
    .menu-mobile {
        display: none !important
    }
}

.top-menu {
    transition: all .8s ease-in-out 0s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width:1023px) {
    .top-menu {
        width: 100%
    }
}

.top-menu ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    transition: all .3s ease
}

@media (max-width:1023px) {
    .top-menu ul {
        background-color: #3da3e8
    }
}

@media (max-width:767px) {
    .top-menu ul {
        padding: 15px 30px
    }
}

@media (max-width:399px) {
    .top-menu ul {
        padding-right: 5px
    }
}

@media (min-width:768px) {
    .top-menu ul {
        padding: 15px 60px
    }
}

@media (min-width:1024px) {
    .top-menu ul {
        padding: 20px 0 5px
    }
}

.top-menu ul li {
    position: relative;
    align-items: center;
    height: 24px;
    padding-right: 25px;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:399px) {
    .top-menu ul li {
        padding-right: 15px
    }
}

@media (max-width:1023px) {
    .top-menu ul li {
        height: 20px
    }
}

.top-menu ul li .menu-top-item {
    color: #3da3e8;
    cursor: pointer;
    font-size: 1em;
    letter-spacing: .5px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    transition: all .3s ease;
    margin: 0;
    padding: 0;
    text-decoration: none
}

@media (max-width:399px) {
    .top-menu ul li .menu-top-item {
        font-size: .9em
    }
}

@media (max-width:1023px) {
    .top-menu ul li .menu-top-item {
        color: #b5dffb
    }
}

.top-menu ul li .menu-top-item:hover {
    color: #ff9e5a
}

@media (max-width:1023px) {
    .top-menu ul li .menu-top-item:hover {
        color: #fff
    }
}

.top-menu ul li .menu-top-item.active {
    color: #ff9e5a;
    font-weight: 400
}

@media (max-width:1023px) {
    .top-menu ul li .menu-top-item.active {
        color: #fff
    }
}

.top-menu ul li:last-child {
    padding-right: 0
}

.top-menu ul.active {
    padding: 13px 0 4px
}

.submenu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: left;
    border-top: 1px solid #3da3e8
}

@media (max-width:1023px) {
    .submenu {
        width: 100%;
        border-top: none
    }
}

@media (max-width:767px) {
    .submenu {
        padding: 0 30px
    }
}

@media (min-width:768px) {
    .submenu {
        padding: 0 60px
    }
}

@media (min-width:1024px) {
    .submenu {
        padding: 0
    }
}

.submenu ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none
}

@media (max-width:1023px) {
    .submenu ul {
        display: block
    }
}

.submenu ul li {
    transition: all .3s ease-in-out;
    margin: 0 30px 0 0
}

@media (max-width:1023px) {
    .submenu ul li {
        margin: 0;
        border-bottom: 1px solid #cadae8
    }
}

@media (max-width:767px) {
    .submenu ul li {
        padding-top: 6px;
        padding-bottom: 6px
    }
}

@media (min-width:768px) {
    .submenu ul li {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (min-width:1024px) {
    .submenu ul li {
        padding-top: 0;
        padding-bottom: 0
    }
}

.submenu ul li .menu-item {
    font-family: Poppins, sans-serif;
    display: inline-block;
    vertical-align: top;
    color: #3da3e8;
    cursor: pointer;
    font-size: 12pt;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none;
    transition: all .3s ease-in-out
}

@media (max-width:1023px) {
    .submenu ul li .menu-item {
        width: 100%
    }
}

@media (max-width:767px) {
    .submenu ul li .menu-item {
        padding-top: 6px;
        padding-bottom: 6px
    }
}

@media (min-width:768px) {
    .submenu ul li .menu-item {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (min-width:1024px) {
    .submenu ul li .menu-item {
        padding-top: 14px;
        padding-bottom: 20px
    }
}

.submenu ul li .menu-item.active {
    color: #ff9e5a
}

.submenu ul li .menu-item:after {
    display: block;
    content: "";
    border-bottom: 2px solid #ff9e5a;
    transform: scaleX(0);
    transition: transform .25s ease-in-out
}

@media (max-width:1023px) {
    .submenu ul li .menu-item:after {
        display: none
    }
}

.submenu ul li .menu-item:hover {
    transition: all .5s ease-in-out
}

@media (max-width:1023px) {
    .submenu ul li .menu-item:hover {
        transition: all .5s ease;
        color: #ff9e5a
    }
}

.submenu ul li .menu-item:hover:after {
    transform: scaleX(.4)
}

@media (min-width:1300px) {
    .submenu ul li .menu-item {
        font-size: 12pt
    }
}

.submenu ul li:first-child.menu-item-first .menu-item .icon-mobile {
    position: absolute
}

@media (max-width:767px) {
    .submenu ul li:first-child.menu-item-first .menu-item .icon-mobile {
        right: 30px
    }
}

@media (min-width:768px) {
    .submenu ul li:first-child.menu-item-first .menu-item .icon-mobile {
        right: 60px
    }
}

.submenu ul li:first-child.menu-item-first .menu-item .icon-arrow {
    color: #83a2c6;
    margin-left: 5px;
    font-size: 13px
}

@media (max-width:1023px) {
    .submenu ul li:first-child.menu-item-first .menu-item .icon-arrow {
        transform: rotate(-90deg)
    }

    .submenu ul li:first-child.menu-item-first .menu-item .icon-arrow.back {
        margin-left: 0;
        margin-bottom: 3px;
        margin-right: 10px;
        transform: rotate(90deg)
    }
}

.submenu ul li:first-child.menu-item-first .menu-item.active {
    color: #ff9e5a
}

.submenu ul li:first-child.menu-item-first .menu-item:after {
    display: block;
    content: "";
    border-bottom: 0 solid #ff9e5a
}

@media (min-width:1024px) {
    .submenu ul li:first-child.menu-item-first:hover .sub-menu-services {
        visibility: visible;
        opacity: 1
    }
}

.submenu ul li:last-child {
    margin: 0
}

.submenu ul li.active {
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width:1024px) {
    .submenu ul li.active .menu-item {
        padding-top: 8px;
        padding-bottom: 14px
    }
}

.sub-menu-services {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #fff;
    max-width: 700px;
    padding: 10px 20px;
    z-index: 1;
    box-shadow: 0 10px 20px rgba(45, 152, 238, .2);
    top: 110px;
    transition: visibility .5s, opacity .5s ease-in-out
}

@media (max-width:1023px) {
    .sub-menu-services {
        top: 50px;
        width: 100%;
        max-width: 1023px;
        box-shadow: none;
        height: calc(100vh - 70px);
        padding: 0 0 0 60px;
        transition: visibility .2s, opacity .2s ease-in-out
    }
}

@media (max-width:767px) {
    .sub-menu-services {
        padding-right: 0
    }
}

@media (min-width:768px) {
    .sub-menu-services {
        padding-right: 60px
    }
}

.sub-menu-services .mobile-services {
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0 0 25px;
    border-bottom: 1px solid #cadae8
}

@media (max-width:767px) {
    .sub-menu-services .mobile-services {
        padding-top: 6px;
        padding-bottom: 6px;
        margin-bottom: 15px
    }
}

.sub-menu-services .col-sub-menu {
    float: left
}

@media (max-width:767px) {
    .sub-menu-services .col-sub-menu {
        float: none
    }
}

@media (min-width:768px) {
    .sub-menu-services .col-sub-menu {
        padding-right: 80px
    }
}

@media (min-width:1024px) {
    .sub-menu-services .col-sub-menu {
        padding-right: 30px
    }
}

.sub-menu-services .col-sub-menu .mobile-item-services {
    margin: 0 0 30px
}

@media (max-width:767px) {
    .sub-menu-services .col-sub-menu .mobile-item-services {
        margin: 0 0 15px
    }
}

.sub-menu-services .col-sub-menu .sub-menu-item {
    margin: 15px 10px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .2px;
    font-family: Poppins, sans-serif;
    color: #3da3e8;
    text-decoration: none;
    padding: 20px 0
}

@media (max-width:1023px) {
    .sub-menu-services .col-sub-menu .sub-menu-item {
        margin: 0
    }
}

.sub-menu-services .col-sub-menu .sub-menu-item .icon-item {
    width: 55px;
    height: 55px;
    vertical-align: middle;
    margin-right: 10px
}

@media (max-width:767px) {
    .sub-menu-services .col-sub-menu .sub-menu-item .icon-item {
        width: 40px;
        height: 40px;
        margin-right: 15px
    }
}

.sub-menu-services .col-sub-menu .sub-menu-item:hover {
    color: #ff9e5a;
    cursor: pointer
}

.sub-menu-services .col-sub-menu .sub-menu-item.active {
    color: #ff9e5a;
    font-weight: 400
}

.sub-menu-services.show-menu-services {
    visibility: visible;
    opacity: 1;
    -webkit-animation: ani-menu-services 1s ease forwards;
    animation: ani-menu-services 1s ease forwards
}

.sub-menu-services.remove-animation-menu-services {
    -webkit-animation: remove-ani-menu-services 1s ease-out forwards;
    animation: remove-ani-menu-services 1s ease-out forwards
}

.sub-menu-services.active {
    top: 90px
}

@media (max-width:1023px) {
    .sub-menu-services.active {
        top: 70px
    }
}

.menu-bottom {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block
}

@media (max-width:767px) {
    .menu-bottom {
        padding: 50px 30px 30px
    }

    .menu-bottom .margin-top {
        margin-top: 20px
    }
}

@media (min-width:768px) {
    .menu-bottom {
        padding: 80px 60px 60px
    }

    .menu-bottom .margin-top {
        margin-top: 40px
    }
}

.menu-bottom .link-flag {
    display: inline-grid;
    color: #cadae8;
    text-decoration: none;
    font-weight: 600;
    padding: 0 10px
}

.menu-bottom .link-flag .flag {
    width: 40px;
    height: 40px;
    opacity: .5
}

.menu-bottom .link-flag span {
    margin-top: 5px
}

.menu-bottom .link-flag.active {
    color: #3da3e8
}

.menu-bottom .link-flag.active .flag {
    opacity: 1
}

@-webkit-keyframes ani-menu-services {
    0% {
        transform: translateX(400px)
    }

    to {
        transform: translateX(-60px)
    }
}

@keyframes ani-menu-services {
    0% {
        transform: translateX(400px)
    }

    to {
        transform: translateX(-60px)
    }
}

@-webkit-keyframes remove-ani-menu-services {
    0% {
        transform: translateX(-60px)
    }

    to {
        transform: translateX(400px)
    }
}

@keyframes remove-ani-menu-services {
    0% {
        transform: translateX(-60px)
    }

    to {
        transform: translateX(400px)
    }
}

.hero {
    width: 100%;
    height: calc(100vh - 110px);
    transition: width .5s ease
}

@media (max-width:1023px) {
    .hero {
        height: calc(100vh - 70px)
    }
}

@media (max-width:599px) {
    .hero {
        height: calc(150vh - 70px)
    }
}

.hero .slider-home {
    max-width: 1100px;
    margin: 0 auto
}

.hero .initial-text-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 700px;
    margin: 0 auto
}

@media (min-width:1024px) {
    .hero .initial-text-slide {
        width: calc(100% - 50px)
    }
}

@media (max-width:1023px) {
    .hero .initial-text-slide {
        max-width: 900px;
        float: none;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:599px) {
    .hero .initial-text-slide {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1024px) {
    .hero .initial-text-slide {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (min-width:1300px) {
    .hero .initial-text-slide {
        padding-left: 80px;
        padding-right: 80px
    }
}

.hero .initial-text-slide .first-slide-label {
    transform: translateX(30px);
    opacity: 0;
    -webkit-animation: first-slide 1s ease-in-out forwards;
    animation: first-slide 1s ease-in-out forwards;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.hero .initial-text-slide .first-slide-title {
    transform: translateX(30px);
    opacity: 0;
    -webkit-animation: first-slide 1s ease-in-out forwards;
    animation: first-slide 1s ease-in-out forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.hero .initial-text-slide .first-slide-cta {
    transform: translateX(30px);
    opacity: 0;
    -webkit-animation: first-slide 1s ease-in-out forwards;
    animation: first-slide 1s ease-in-out forwards;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.hero .slide-label {
    font-family: Poppins, sans-serif;
    font-size: 15pt;
    color: #fff;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 300;
    background-color: #ff9e5a;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px
}

@media (max-width:767px) {
    .hero .slide-label {
        font-size: 13pt
    }
}

@media (max-width:399px) {
    .hero .slide-label {
        padding: 6px 12px;
        font-size: 11pt;
        margin-bottom: 10px
    }
}

.hero .slide-label.industry {
    background-color: #3da3e8
}

.hero .slide-title {
    font-family: Poppins, sans-serif;
    font-size: 25pt;
    color: #3da3e8;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700
}

@media (max-width:767px) {
    .hero .slide-title {
        font-size: 20pt
    }
}

@media (max-width:599px) {
    .hero .slide-title {
        font-size: 24pt
    }
}

@media (max-width:399px) {
    .hero .slide-title {
        font-size: 18pt
    }
}

@media (min-width:1300px) {
    .hero .slide-title {
        font-size: 22pt
    }
}

@media (min-width:1750px) {
    .hero .slide-title {
        font-size: 30pt
    }
}

.hero .slide-title.industry {
    color: #ff9e5a
}

.hero .slide-description {
    font-family: Krub, sans-serif;
    color: #3da3e8;
    font-size: 12pt;
    text-align: left;
    font-weight: 500;
    margin: 15px 0
}

@media (max-width:767px) {
    .hero .slide-description {
        font-size: 11pt
    }
}

@media (max-width:599px) {
    .hero .slide-description {
        font-size: 11pt
    }
}

@media (max-width:1023px) {
    .hero #owl-two {
        width: 100%;
        height: 50vh
    }
}

@media (max-width:599px) {
    .hero #owl-two {
        height: calc(60vh - 70px)
    }
}

.hero #owl-one {
    background-size: 10%, 16%;
    background-position: 88% 12%, 60% 95%;
    background-repeat: no-repeat;
    background-image: url(/images/icons/icon-bg-lightblue.svg), url(/images/icons/icon-bg-lightblue.svg);
    transition: background-image .1s linear
}

@media (max-width:1023px) {
    .hero #owl-one {
        width: 100%;
        height: calc(50vh - 60px)
    }
}

@media (max-width:599px) {
    .hero #owl-one {
        height: 80vh
    }
}

@media (min-width:1024px) {
    .hero #owl-one {
        width: calc(50% - 50px);
        margin-left: 50px
    }
}

@media (min-width:1300px) {
    .hero #owl-one {
        background-size: 10%, 8%, 16%;
        background-position: 88% 12%, 5% 5%, 60% 95%;
        background-repeat: no-repeat;
        background-image: url(/images/icons/icon-bg-lightblue.svg), url(/images/icons/icon-bg-lightblue.svg), url(/images/icons/icon-bg-lightblue.svg);
        transition: background-image .1s linear
    }
}

@media (min-width:1750px) {
    .hero #owl-one {
        background-size: 10%, 10%, 20%;
        background-position: 90% 12%, 65% 92%, 5% 10%;
        background-repeat: no-repeat;
        background-image: url(/images/icons/icon-bg-lightblue.svg), url(/images/icons/icon-bg-lightblue.svg), url(/images/icons/icon-bg-lightblue.svg);
        transition: background-image .1s linear
    }
}

.hero #owl-one.slide-item-1 {
    transition: background-image .4s linear;
    background-image: url(/images/icons/icon-check.svg), url(/images/icons/icon-check.svg)
}

@media (min-width:1300px) {
    .hero #owl-one.slide-item-1 {
        transition: background-image .4s linear;
        background-image: url(/images/icons/icon-check.svg), url(/images/icons/icon-check.svg), url(/images/icons/icon-check.svg)
    }
}

@media (min-width:1750px) {
    .hero #owl-one.slide-item-1 {
        transition: background-image .4s linear;
        background-image: url(/images/icons/icon-check.svg), url(/images/icons/icon-check.svg), url(/images/icons/icon-check.svg)
    }
}

.hero #owl-one.slide-item-2 {
    transition: background-image .4s linear;
    background-image: url(/images/icons/icon-solution.svg), url(/images/icons/icon-solution.svg)
}

@media (min-width:1300px) {
    .hero #owl-one.slide-item-2 {
        transition: background-image .4s linear;
        background-image: url(/images/icons/icon-solution.svg), url(/images/icons/icon-solution.svg), url(/images/icons/icon-solution.svg)
    }
}

@media (min-width:1750px) {
    .hero #owl-one.slide-item-2 {
        transition: background-image .4s linear;
        background-image: url(/images/icons/icon-solution.svg), url(/images/icons/icon-solution.svg), url(/images/icons/icon-solution.svg)
    }
}

.hero #owl-one.slide-item-3 {
    transition: background-image .4s linear;
    background-image: url(/images/icons/icon-target.svg), url(/images/icons/icon-target.svg)
}

.hero #owl-one.slide-item-3.practices {
    background-image: url(/images/icons/icon-heart.svg), url(/images/icons/icon-heart.svg)
}

@media (min-width:1300px) {
    .hero #owl-one.slide-item-3 {
        transition: background-image .4s linear;
        background-image: url(/images/icons/icon-target.svg), url(/images/icons/icon-target.svg), url(/images/icons/icon-target.svg)
    }

    .hero #owl-one.slide-item-3.practices {
        background-image: url(/images/icons/icon-heart.svg), url(/images/icons/icon-heart.svg), url(/images/icons/icon-heart.svg)
    }
}

@media (min-width:1750px) {
    .hero #owl-one.slide-item-3 {
        transition: background-image .4s linear;
        background-image: url(/images/icons/icon-target.svg), url(/images/icons/icon-target.svg), url(/images/icons/icon-target.svg)
    }

    .hero #owl-one.slide-item-3.practices {
        background-image: url(/images/icons/icon-heart.svg), url(/images/icons/icon-heart.svg), url(/images/icons/icon-heart.svg)
    }
}

.hero .owl-carousel .owl-item {
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform: translateZ(0) scale(1);
    -webkit-transform: translateZ(0) scale(1);
    -moz-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1)
}

@media (min-width:1024px) {
    .hero .owl-carousel {
        width: 50%;
        float: left;
        height: calc(100vh - 110px)
    }
}

@media (max-width:1023px) {
    .hero .owl-carousel {
        width: 100%;
        height: calc(50vh - 70px)
    }
}

.hero .owl-carousel .owl-slide-animated {
    transform: translateX(30px);
    opacity: 0;
    visibility: hidden;
    transition: all 1s
}

.hero .owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 1s
}

.hero .owl-carousel .owl-slide-label.is-transitioned {
    transition-delay: .3s
}

.hero .owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: .4s
}

.hero .owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: .6s
}

.hero .owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: .7s
}

.hero .owl-carousel .owl-slide-cta.is-transitioned.after-transition {
    transition-delay: 0s;
    transition: all .3s ease
}

.hero .owl-carousel .owl-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: calc(100vh - 170px)
}

@media (max-width:1023px) {
    .hero .owl-carousel .owl-img {
        height: calc(50vh - 70px)
    }
}

@media (max-width:599px) {
    .hero .owl-carousel .owl-img {
        height: calc(70vh - 116px)
    }
}

.hero .owl-carousel .slide-item-content .item-text {
    max-width: 700px;
    margin: 0 auto
}

@media (max-width:1023px) {
    .hero .owl-carousel .slide-item-content .item-text {
        max-width: 900px;
        float: none;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:599px) {
    .hero .owl-carousel .slide-item-content .item-text {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:1024px) {
    .hero .owl-carousel .slide-item-content .item-text {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (min-width:1300px) {
    .hero .owl-carousel .slide-item-content .item-text {
        padding-left: 80px;
        padding-right: 80px
    }
}

.hero .owl-carousel.owl-slide-text {
    display: flex;
    align-items: center;
    z-index: -1
}

.hero .owl-carousel.owl-slide-text.visible {
    z-index: 1
}

.hero .owl-carousel .owl-nav button {
    padding: 4px 24px 7px !important;
    font-size: 38px
}

@media (max-width:599px) {
    .hero .owl-carousel .owl-nav button {
        padding: 0 18px 3px !important;
        font-size: 33px
    }
}

.hero .owl-carousel .owl-nav button.owl-prev {
    background-color: #3da3e8 !important;
    color: #fff;
    margin: 0
}

.hero .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #016ebc !important
}

.hero .owl-carousel .owl-nav button.owl-next {
    background-color: #eefafe !important;
    color: #3da3e8;
    margin: 0
}

.hero .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #86daf7 !important;
    color: #fff
}

.hero .owl-carousel .owl-nav button:focus {
    outline: none
}

.hero .caption-slide {
    width: 100%;
    position: absolute
}

@media (max-width:1023px) {
    .hero .caption-slide {
        height: calc(100vh - 70px)
    }
}

@media (max-width:599px) {
    .hero .caption-slide {
        height: calc(150vh - 70px);
        background-color: #eefafe
    }
}

.hero .caption-slide .name-landing {
    position: absolute;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right;
    left: 25px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
    margin: 30px 0 0;
    color: #3da3e8;
    opacity: 0;
    -webkit-animation: opacity-animation 1s linear forwards;
    animation: opacity-animation 1s linear forwards
}

@media (max-width:1023px) {
    .hero .caption-slide .name-landing {
        display: none;
        height: calc(100vh - 70px)
    }
}

.hero .caption-slide .div-icons {
    height: calc(100vh - 110px);
    width: 50px;
    float: left
}

@media (max-width:1023px) {
    .hero .caption-slide .div-icons {
        display: none
    }
}

.hero .caption-slide .div-icons ul {
    position: absolute;
    bottom: 0;
    margin: 15px 15px 0;
    padding: 0;
    list-style: none
}

.hero .caption-slide .div-icons ul li.icon-facebook {
    opacity: 0;
    -webkit-animation: opacity-animation 1.5s linear forwards;
    animation: opacity-animation 1.5s linear forwards;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.hero .caption-slide .div-icons ul li.icon-instagram {
    opacity: 0;
    -webkit-animation: opacity-animation 1.5s linear forwards;
    animation: opacity-animation 1.5s linear forwards;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.hero .caption-slide .div-icons ul li.icon-linkedin {
    opacity: 0;
    -webkit-animation: opacity-animation 1.5s linear forwards;
    animation: opacity-animation 1.5s linear forwards;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.hero .caption-slide .div-icons ul li .icon {
    width: 20px;
    height: 20px;
    margin-bottom: 15px;
    transition: transform .3s ease
}

.hero .caption-slide .div-icons ul li .icon:hover {
    cursor: pointer;
    transform: scale(1.1)
}

.hero .caption-slide .div-icons:before {
    width: 1px;
    margin-right: -1px;
    display: block;
    height: 0%;
    background: #3da3e8;
    content: "";
    float: right;
    -webkit-animation: lineright 1.5s linear forwards;
    animation: lineright 1.5s linear forwards
}

@media (min-width:1024px) {
    .hero .caption-slide .column-50 {
        width: 50%;
        float: left;
        width: calc(50% - 50px);
        height: calc(100vh - 110px)
    }
}

@media (max-width:1023px) {
    .hero .caption-slide .column-50 {
        width: 100%
    }
}

.hero .caption-slide .column-50.first-slide-background {
    background-size: 10%, 16%;
    background-position: 88% 12%, 60% 95%;
    background-repeat: no-repeat;
    background-image: url(/images/icons/icon-check.svg), url(/images/icons/icon-check.svg)
}

@media (max-width:1023px) {
    .hero .caption-slide .column-50.first-slide-background {
        height: calc(50vh - 60px)
    }
}

@media (max-width:599px) {
    .hero .caption-slide .column-50.first-slide-background {
        height: 80vh
    }
}

.hero .caption-slide .column-50.first-slide-background.icons-back-out {
    background-image: url(/images/icons/icon-bg-lightblue.svg), url(/images/icons/icon-bg-lightblue.svg)
}

@media (min-width:1300px) {
    .hero .caption-slide .column-50.first-slide-background {
        background-size: 10%, 8%, 16%;
        background-position: 88% 12%, 5% 5%, 60% 95%;
        background-image: url(/images/icons/icon-check.svg), url(/images/icons/icon-check.svg), url(/images/icons/icon-check.svg)
    }

    .hero .caption-slide .column-50.first-slide-background.icons-back-out {
        background-image: url(/images/icons/icon-bg-lightblue.svg), url(/images/icons/icon-bg-lightblue.svg), url(/images/icons/icon-bg-lightblue.svg)
    }
}

@media (min-width:1750px) {
    .hero .caption-slide .column-50.first-slide-background {
        background-size: 10%, 10%, 20%;
        background-position: 90% 12%, 65% 92%, 5% 10%;
        background-image: url(/images/icons/icon-check.svg), url(/images/icons/icon-check.svg), url(/images/icons/icon-check.svg)
    }

    .hero .caption-slide .column-50.first-slide-background.icons-back-out {
        background-image: url(/images/icons/icon-bg-lightblue.svg), url(/images/icons/icon-bg-lightblue.svg), url(/images/icons/icon-bg-lightblue.svg)
    }
}

.hero .caption-slide .column-50 .image-caption {
    font-size: 13px;
    padding-left: 140px;
    position: absolute;
    height: 60px;
    line-height: 235%;
    bottom: 0
}

@media (max-width:599px) {
    .hero .caption-slide .column-50 .image-caption {
        font-size: 15px;
        padding-left: 110px;
        height: 46px;
        line-height: 120%
    }
}

.hero .caption-slide .column-50 .image-caption p {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 12pt;
    color: #3da3e8
}

@media (max-width:599px) {
    .hero .caption-slide .column-50 .image-caption p {
        font-size: 9pt;
        padding-right: 10px;
        margin-top: 15px
    }
}

.hero .caption-slide .column-50 .image-caption p span.total-slides {
    color: #83a2c6
}

.hero .caption-slide .column-50 .image-caption p span.description-slide {
    border-left: 1px solid;
    margin-left: 10px;
    font-family: Krub, sans-serif;
    font-weight: 500
}

.hero .caption-slide .column-50.line-animation:before {
    height: 1px;
    display: block;
    width: 0;
    background: #3da3e8;
    content: "";
    -webkit-animation: line 1s linear forwards;
    animation: line 1s linear forwards
}

.hero .caption-slide .column-50.white {
    background-color: #fff
}

@media (max-width:1023px) {
    .hero .caption-slide .column-50.white {
        width: 100%;
        height: 50vh
    }
}

@media (max-width:599px) {
    .hero .caption-slide .column-50.white {
        height: calc(71vh - 70px)
    }
}

@media (min-width:1024px) {
    .hero .caption-slide .column-50.white {
        width: 50%
    }
}

.hero .caption-slide:after {
    clear: both
}

@-webkit-keyframes opacity-animation {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacity-animation {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes first-slide {
    0% {
        opacity: 0;
        transform: translateX(30px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes first-slide {
    0% {
        opacity: 0;
        transform: translateX(30px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.section-label {
    width: 50px;
    float: left;
    display: none
}

@media (max-width:1023px) {
    .section-label {
        display: none !important
    }
}

.section-label .label-text {
    position: absolute;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right;
    left: 25px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
    margin-top: 30px;
    color: #3da3e8
}

.section-label:before {
    width: 1px;
    margin-right: -1px;
    display: block;
    height: 0%;
    background: #3da3e8;
    content: "";
    float: right;
    -webkit-animation: lineright 1.5s linear forwards;
    animation: lineright 1.5s linear forwards
}

@media (max-width:1023px) {
    .label-section {
        width: 100%
    }
}

@media (min-width:1024px) {
    .label-section {
        width: calc(100% - 50px)
    }
}

.space-label {
    width: 50px;
    float: left
}

.section-title {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #3da3e8;
    margin-top: 0
}

@media (max-width:767px) {
    .section-title {
        font-size: 24pt
    }
}

@media (min-width:768px) {
    .section-title {
        font-size: 28pt
    }
}

@media (min-width:1024px) {
    .section-title {
        font-size: 32pt
    }
}

.section-title.bottom-space {
    margin-bottom: 80px
}

@media (max-width:767px) {
    .section-title.bottom-space {
        margin-bottom: 60px
    }
}

.section-title.white {
    color: #fff
}

.section-title:after {
    border-bottom: 3px solid #ff9e5a;
    content: "";
    height: 5px;
    width: 80px;
    display: block;
    margin: 0 auto;
    box-sizing: content-box
}

.col-100-numbers,
.numbers-section {
    display: flex
}

@media (max-width:767px) {
    .col-100-numbers {
        width: 100%;
        display: inline-block
    }
}

.col-100-numbers .col-33 {
    width: 33.33%;
    float: left
}

@media (max-width:767px) {
    .col-100-numbers .col-33 {
        width: 100%;
        float: none
    }
}

.col-100-numbers:after {
    clear: both
}

.numbers {
    padding: 80px 0
}

@media (max-width:767px) {
    .numbers {
        padding: 40px 0
    }
}

.numbers .col-numbers {
    padding: 0 30px;
    text-align: center
}

@media (max-width:399px) {
    .numbers .col-numbers {
        padding: 0
    }
}

@media (max-width:767px) {
    .numbers .col-numbers.padding-top {
        padding-top: 30px
    }
}

.numbers .col-numbers p {
    margin: 0
}

.numbers .col-numbers p img {
    width: 80px
}

@media (max-width:767px) {
    .numbers .col-numbers p img {
        width: 60px
    }
}

.numbers .col-numbers .count {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 40pt;
    color: #3da3e8
}

@media (max-width:767px) {
    .numbers .col-numbers .count {
        font-size: 32pt
    }
}

.numbers .col-numbers .title {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 13pt;
    color: #3da3e8;
    margin: 5px 0
}

.numbers .col-numbers .description {
    font-family: Krub, sans-serif;
    font-weight: 400;
    font-size: 10pt;
    margin: 5px 0;
    color: #83a2c6
}

.services-section {
    display: flex
}

.services-section .services {
    padding: 80px 20px
}

@media (max-width:767px) {
    .services-section .services {
        padding: 40px 20px
    }
}

.services-carousel {
    padding: 0
}

.services-carousel .owl-carousel {
    width: 100%
}

.services-carousel .owl-carousel .owl-item img {
    display: inline-block;
    width: 90%
}

@media (min-width:1300px) {
    .services-carousel .owl-carousel .owl-item img {
        display: inline-block;
        width: 80%
    }
}

.services-carousel .owl-carousel .owl-stage {
    display: flex;
    flex-direction: row
}

.services-carousel .owl-carousel .services-col {
    padding: 0 20px;
    height: 100%
}

@media (max-width:399px) {
    .services-carousel .owl-carousel .services-col {
        height: auto
    }
}

@media (max-width:767px) {
    .services-carousel .owl-carousel .services-col {
        padding: 0 10px
    }
}

@media (max-width:399px) {
    .services-carousel .owl-carousel .services-col {
        padding: 0 5px
    }
}

.services-carousel .owl-carousel .services-col .service-img {
    background: #fff;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 38%, #fff 0, #fff);
    width: 100%;
    text-align: center
}

.services-carousel .owl-carousel .services-col .services-content {
    padding: 5px 30px 30px;
    background-color: #fff;
    height: 100%
}

@media (max-width:399px) {
    .services-carousel .owl-carousel .services-col .services-content {
        height: auto
    }
}

.services-carousel .owl-carousel .services-col .services-content .title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 13pt;
    color: #3da3e8;
    margin: 0
}

.services-carousel .owl-carousel .services-col .services-content .description {
    margin-top: 7px;
    margin-bottom: 15px;
    font-size: 10pt
}

.services-carousel .owl-carousel .owl-nav {
    display: block;
    text-align: center;
    margin-top: 40px
}

.services-carousel .owl-carousel .owl-nav button {
    padding: 0 20px 5px !important;
    font-size: 36px
}

@media (max-width:399px) {
    .services-carousel .owl-carousel .owl-nav button {
        padding: 0 18px 3px !important;
        font-size: 33px
    }
}

.services-carousel .owl-carousel .owl-nav button.owl-prev {
    background-color: #86daf7 !important;
    color: #fff;
    margin: 0 20px 0 0
}

.services-carousel .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #3da3e8 !important
}

.services-carousel .owl-carousel .owl-nav button.owl-next {
    background-color: #86daf7 !important;
    color: #fff;
    margin: 0 0 0 20px
}

.services-carousel .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #3da3e8 !important
}

.services-carousel .owl-carousel .owl-nav button:focus {
    outline: none
}

.testimonials-section {
    display: flex;
    overflow: hidden
}

.testimonials-section .testimonials {
    padding: 80px 0
}

@media (max-width:767px) {
    .testimonials-section .testimonials {
        padding: 40px 0
    }
}

.testimonials-section #owl-testimonials-image {
    width: 35%;
    float: left
}

@media (max-width:1023px) {
    .testimonials-section #owl-testimonials-image {
        width: 40%
    }
}

@media (max-width:767px) {
    .testimonials-section #owl-testimonials-image {
        width: 100%;
        float: none
    }
}

.testimonials-section #owl-testimonials-text {
    width: 65%;
    float: left
}

@media (max-width:1023px) {
    .testimonials-section #owl-testimonials-text {
        width: 60%
    }
}

@media (max-width:767px) {
    .testimonials-section #owl-testimonials-text {
        width: 100%;
        float: none
    }
}

.testimonials-section .owl-carousel .owl-testimonials-animated {
    opacity: 0;
    visibility: hidden;
    transition: all .05s
}

.testimonials-section .owl-carousel .owl-testimonials-animated.content {
    transform: translateX(30px)
}

.testimonials-section .owl-carousel .owl-testimonials-animated.quote-top {
    transform: translateY(30px)
}

.testimonials-section .owl-carousel .owl-testimonials-animated.quote-bottom {
    transform: translateY(-30px)
}

.testimonials-section .owl-carousel .owl-testimonials-animated.is-test-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all .5s
}

.testimonials-section .owl-carousel .owl-testimonials-description.is-test-transitioned {
    transition-delay: 0s
}

.testimonials-section .owl-carousel .owl-testimonials-name.is-test-transitioned {
    transition-delay: .2s
}

.testimonials-section .owl-carousel .owl-testimonials-profession.is-test-transitioned {
    transition-delay: .3s
}

.testimonials-section .owl-carousel .owl-testimonials-quote-bottom.is-test-transitioned,
.testimonials-section .owl-carousel .owl-testimonials-quote-top.is-test-transitioned {
    transition-delay: .2s
}

.testimonials-section .owl-carousel img.icon-quote {
    width: 60px
}

.testimonials-section .owl-carousel img.icon-quote.right {
    float: right
}

.testimonials-section .owl-carousel .testimonials-image {
    height: 350px;
    background-color: #eefafe;
    padding: 0 40px;
    display: flex
}

@media (max-width:767px) {
    .testimonials-section .owl-carousel .testimonials-image {
        height: 250px;
        align-items: center
    }
}

@media (max-width:399px) {
    .testimonials-section .owl-carousel .testimonials-image {
        height: 150px;
        align-items: center
    }
}

.testimonials-section .owl-carousel .testimonials-image .owl-testimonials-img {
    width: 80%;
    height: 80%;
    margin: auto;
    display: block
}

@media (max-width:767px) {
    .testimonials-section .owl-carousel .testimonials-image .owl-testimonials-img {
        height: 80%;
        margin: 0 auto
    }
}

.testimonials-section .owl-carousel .testimonials-content {
    padding: 0 40px 0 60px
}

@media (max-width:1023px) {
    .testimonials-section .owl-carousel .testimonials-content {
        padding: 0 0 0 40px
    }
}

@media (max-width:767px) {
    .testimonials-section .owl-carousel .testimonials-content {
        padding: 15px 20px 0
    }
}

@media (max-width:399px) {
    .testimonials-section .owl-carousel .testimonials-content {
        padding: 20px 0 0
    }
}

@media (min-width:1300px) {
    .testimonials-section .owl-carousel .testimonials-content {
        padding: 0 80px
    }
}

.testimonials-section .owl-carousel .testimonials-content p.testimonials-description {
    margin: 10px 0
}

.testimonials-section .owl-carousel .testimonials-content p.margin-top {
    margin-top: 30px;
    margin-bottom: 10px
}

.testimonials-section .owl-carousel .testimonials-content p.testimonials-name {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 13pt;
    color: #3da3e8;
    margin-bottom: 5px
}

.testimonials-section .owl-carousel .testimonials-content p.testimonials-profession {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 11pt;
    color: #3da3e8;
    margin-top: 0
}

.testimonials-section .owl-carousel .owl-nav {
    text-align: right
}

.testimonials-section .owl-carousel .owl-nav button {
    padding: 0 20px 5px !important;
    font-size: 36px
}

@media (max-width:399px) {
    .testimonials-section .owl-carousel .owl-nav button {
        padding: 0 18px 3px !important;
        font-size: 33px
    }
}

.testimonials-section .owl-carousel .owl-nav button.owl-prev {
    background-color: #3da3e8 !important;
    color: #fff;
    margin: 0
}

.testimonials-section .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #016ebc !important
}

.testimonials-section .owl-carousel .owl-nav button.owl-next {
    background-color: #eefafe !important;
    color: #3da3e8;
    margin: 0
}

.testimonials-section .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #86daf7 !important;
    color: #fff
}

.testimonials-section .owl-carousel .owl-nav button:focus {
    outline: none
}

.caption-testimonials {
    width: 100%;
    position: absolute;
    height: 400px
}

@media (min-width:1024px) {
    .caption-testimonials {
        width: calc(100% - 50px)
    }
}

@media (max-width:767px) {
    .caption-testimonials {
        height: 250px
    }
}

@media (max-width:399px) {
    .caption-testimonials {
        height: 150px
    }
}

.caption-testimonials .div-image-testimonials {
    position: relative
}

.caption-testimonials .div-image-testimonials .image-caption-testimonials {
    top: 350px;
    position: absolute;
    width: calc(35% - 120px);
    float: left;
    text-align: right
}

@media (max-width:1023px) {
    .caption-testimonials .div-image-testimonials .image-caption-testimonials {
        width: calc(40% - 120px)
    }
}

@media (max-width:767px) {
    .caption-testimonials .div-image-testimonials .image-caption-testimonials {
        width: calc(100% - 120px);
        float: none;
        top: 242px
    }
}

@media (max-width:399px) {
    .caption-testimonials .div-image-testimonials .image-caption-testimonials {
        top: 140px;
        width: calc(100% - 110px)
    }
}

.caption-testimonials .div-image-testimonials .image-caption-testimonials p {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 11pt;
    color: #3da3e8
}

@media (max-width:399px) {
    .caption-testimonials .div-image-testimonials .image-caption-testimonials p {
        font-size: 10pt
    }
}

.caption-testimonials .div-image-testimonials .image-caption-testimonials p span.total-slides {
    color: #83a2c6
}

.caption-testimonials .div-image-testimonials .image-caption-testimonials p span.description-slide {
    border-right: 1px solid;
    margin-right: 10px;
    font-family: Krub, sans-serif;
    font-weight: 500
}

.caption-testimonials .div-caption-testimonials {
    width: 65%;
    float: left
}

@media (max-width:1023px) {
    .caption-testimonials .div-caption-testimonials {
        width: 60%
    }
}

@media (max-width:767px) {
    .caption-testimonials .div-caption-testimonials {
        width: 100%;
        float: none
    }
}

@-webkit-keyframes lineright {
    0% {
        height: 0%
    }

    to {
        height: 100%
    }
}

@keyframes lineright {
    0% {
        height: 0%
    }

    to {
        height: 100%
    }
}

.bg-lightbox-cookies {
    position: fixed;
    background-color: rgba(61, 163, 232, .5);
    width: 100%;
    height: 100%;
    z-index: 3
}

.bg-lightbox-cookies .lightbox-cookies {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    display: inline-flex;
    border-radius: 10px
}

@media (max-width:599px) {
    .bg-lightbox-cookies .lightbox-cookies {
        width: 95%;
        transform: translate(-50%, -48%)
    }
}

@media (max-width:399px) {
    .bg-lightbox-cookies .lightbox-cookies {
        transform: translate(-50%, -43%)
    }
}

.bg-lightbox-cookies .lightbox-cookies .cookie-illustration {
    width: 150px;
    height: auto;
    background-color: #eefafe;
    margin-right: -1px;
    border-radius: 10px 0 0 10px;
    background-image: url(/images/icons/cookies.svg);
    background-position: 50%
}

@media (max-width:599px) {
    .bg-lightbox-cookies .lightbox-cookies .cookie-illustration {
        width: 50%
    }
}

@media (max-width:399px) {
    .bg-lightbox-cookies .lightbox-cookies .cookie-illustration {
        width: 50px
    }
}

.bg-lightbox-cookies .lightbox-cookies .cookie-content {
    width: 400px;
    background: #fff;
    height: auto;
    line-height: 24px;
    text-align: center;
    z-index: 3;
    padding: 35px;
    max-width: 500px;
    margin-right: 0;
    border-radius: 0 10px 10px 0
}

@media (max-width:599px) {
    .bg-lightbox-cookies .lightbox-cookies .cookie-content {
        width: 100%
    }
}

@media (max-width:399px) {
    .bg-lightbox-cookies .lightbox-cookies .cookie-content {
        width: 95%
    }
}

.bg-lightbox-cookies .lightbox-cookies .cookie-content #disablecookies {
    display: none
}

.bg-lightbox-cookies .lightbox-cookies .cookie-content p {
    text-align: left
}

.bg-lightbox-cookies .lightbox-cookies .cookie-content p.cb-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-family: Poppins, sans-serif;
    color: #ff9e5a;
    font-size: 20pt;
    font-weight: 200;
    padding: 10px;
    margin: 0;
    transition: transform .3s ease
}

.bg-lightbox-cookies .lightbox-cookies .cookie-content p.cb-close:hover {
    cursor: pointer;
    transform: rotate(-90deg)
}

.bg-lightbox-cookies .lightbox-cookies .cookie-content p a {
    margin-left: 0
}

.bg-lightbox-cookies .lightbox-cookies .cookie-content p.manage-cookies {
    font-size: 14pt;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    color: #3da3e8
}

@media (max-width:399px) {
    .bg-lightbox-cookies .lightbox-cookies .cookie-content p.manage-cookies {
        font-size: 12pt;
        margin-top: 9px;
        margin-bottom: 4px
    }
}

.bg-lightbox-cookies .lightbox-cookies .cookie-content p.cookies-decline {
    font-size: 9pt;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 130%
}

@media (max-width:399px) {
    .bg-lightbox-cookies .lightbox-cookies .cookie-content p.cookies-decline {
        margin-top: 0
    }
}

.bg-lightbox-cookies .lightbox-cookies .cookie-content p.cookies-policy {
    font-size: 9pt;
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 100%
}

@media (max-width:399px) {
    .bg-lightbox-cookies .lightbox-cookies .cookie-content p.cookies-policy {
        margin-top: 5px
    }
}

.bg-lightbox-cookies .lightbox-cookies .cookie-content p.cookies-title {
    text-align: left;
    font-family: Poppins, sans-serif;
    color: #3da3e8;
    font-weight: 600;
    font-size: 24pt;
    margin-top: 5px;
    margin-bottom: 13px
}

@media (max-width:599px) {
    .bg-lightbox-cookies .lightbox-cookies .cookie-content p.cookies-title {
        font-size: 20pt
    }
}

@media (max-width:399px) {
    .bg-lightbox-cookies .lightbox-cookies .cookie-content p.cookies-title {
        font-size: 16pt;
        margin-bottom: 6px
    }
}

.bg-lightbox-cookies .lightbox-cookies .cookie-content p.cookies-message {
    font-size: 11pt;
    color: #83a2c6;
    margin-bottom: 20px;
    text-align: left;
    line-height: 140%
}

@media (max-width:599px) {
    .bg-lightbox-cookies .lightbox-cookies .cookie-content p.cookies-message {
        font-size: 9pt
    }
}

@media (max-width:399px) {
    .bg-lightbox-cookies .lightbox-cookies .cookie-content p.cookies-message {
        margin-top: 6px
    }
}

.zoom-image {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative
}

.zoom-image .overlay-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #3da3e8
}

.zoom-image .icon-zoom {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.zoom-image .icon-zoom:after {
    display: block;
    content: " ";
    background-image: url(/images/icons/icon-zoom.svg);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 50% 50%;
    width: 250px;
    height: 250px;
    position: relative;
    vertical-align: middle
}

.zoom-image .icon-zoom:hover:after {
    -webkit-animation: icon-scale .4s ease-in-out forwards;
    animation: icon-scale .4s ease-in-out forwards
}

.zoom-image:hover .overlay-img {
    opacity: .9
}

.slbOverlay {
    transition: all .3s ease;
    background: #eefafe;
    opacity: .95
}

.slbCloseBtn {
    line-height: 44px;
    font-family: Krub, sans-serif;
    font-weight: 300;
    color: #3da3e8;
    font-size: 4.5rem;
    transition: transform .3s ease;
    top: -15px
}

.slbCloseBtn:hover {
    transform: rotate(-90deg);
    opacity: 1
}

.slbCloseBtn:focus {
    outline: none
}

.slbImageWrap:after {
    box-shadow: 0 0 30px 0 #86daf7
}

.slbArrow {
    width: 100px;
    height: 100px;
    opacity: 1
}

.slbArrow.prev:before {
    transform: rotate(180deg);
    left: 30px
}

.slbArrow.next:before {
    right: 30px
}

.slbArrow:before {
    content: "";
    position: absolute;
    background-image: url(/images/icons/icon-arrow-right-orange.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 25px 25px;
    height: 40px;
    width: 40px;
    border: none;
    top: 50%;
    transition: background-size .1s linear
}

.slbArrow:hover:before {
    background-size: 40px 40px
}

.slbArrow:hover {
    opacity: 1
}

.slbArrow:focus {
    outline: none
}

@keyframes slbOverlay {
    0% {
        opacity: 0
    }

    to {
        opacity: .95
    }
}

button:focus {
    outline: none
}

.back-top-button {
    display: none;
    position: fixed;
    z-index: 2;
    right: 95px;
    bottom: 28px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 16px 18px 20px;
    font-size: 16pt;
    line-height: 100%;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease;
    background-color: #ff9e5a;
    color: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .15)
}

.back-top-button:after {
    display: block;
    content: " ";
    background-image: url(/images/icons/icon-arrow-right-white.svg);
    transform: rotate(-90deg);
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    transition: margin-bottom .3s ease
}

.back-top-button:hover {
    cursor: pointer;
    background-color: #ec8337
}

.back-top-button:hover:after {
    margin-bottom: 30px
}

.button {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 7px 20px;
    font-size: 11pt;
    line-height: 1.5;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-family: Krub, sans-serif;
    font-weight: 600;
    transition: all .3s ease;
    cursor: pointer
}

.button.orange {
    border: 2px solid #ff9e5a;
    background-color: #ff9e5a
}

.button.orange:hover {
    border: 2px solid #ec8337;
    background-color: #ec8337
}

.button.blue {
    border: 2px solid #3da3e8;
    background-color: #3da3e8
}

.button.blue:hover {
    border: 2px solid #016ebc;
    background-color: #016ebc
}

.button.white {
    border: 2px solid #fff;
    color: #3da3e8;
    background-color: #fff
}

.button.white:hover {
    color: #fff;
    background-color: #ff9e5a;
    border: 2px solid #ff9e5a
}

.button.margin-top {
    margin-top: 25px
}

.button.margin-right {
    margin-right: 10px
}

.button-tab {
    font-family: Poppins, sans-serif;
    padding: 0;
    font-size: 12pt;
    line-height: 1.5;
    color: #3da3e8;
    border: none;
    border-bottom: 2px solid #eefafe;
    background-color: transparent;
    text-decoration: none;
    font-weight: 500;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 0;
    margin-top: 0;
    box-shadow: none;
    text-transform: uppercase;
    margin-right: 30px;
    margin-bottom: 15px
}

.button-tab.is-checked,
.button-tab:hover {
    border-bottom: 2px solid #ff9e5a
}

.button-text-arrow {
    display: inline-block;
    text-align: left;
    font-size: 11pt;
    line-height: 1.5;
    text-decoration: none;
    font-weight: 600;
    color: #3da3e8;
    cursor: pointer;
    padding: 0;
    transition: all .3s ease;
    margin-bottom: 10px
}

.button-text-arrow.right:after {
    display: inline-block;
    content: " ";
    background-image: url(/images/icons/icon-arrow-right-orange.svg);
    background-size: 8px 8px;
    height: 8px;
    width: 8px;
    margin-left: 8px;
    margin-bottom: 1px;
    position: relative;
    transition: margin-left .3s ease
}

.button-text-arrow.right:hover:after {
    margin-left: 13px
}

.button-text-arrow.bottom:after {
    display: inline-block;
    content: " ";
    background-image: url(/images/icons/icon-arrow-right-orange.svg);
    background-size: 8px 8px;
    height: 8px;
    width: 8px;
    transform: rotate(90deg);
    margin-left: 8px;
    margin-bottom: 1px;
    position: relative;
    transition: margin-left .3s ease
}

.button-text-arrow.bottom:hover:after {
    -webkit-animation: animatearrowbottom .5s linear forwards;
    animation: animatearrowbottom .5s linear forwards
}

.button-text-arrow:hover {
    color: #ff9e5a
}

.button-arrow {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 7px 17px 7px 20px;
    font-size: 11pt;
    line-height: 1.5;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease
}

@media (max-width:599px) {
    .button-arrow.landing-button {
        padding: 5px 13px 5px 14px;
        font-size: 10pt
    }
}

.button-arrow.margin-top {
    margin-top: 25px
}

@media (max-width:599px) {
    .button-arrow.margin-top {
        margin-top: 12px
    }
}

@media (max-width:399px) {
    .button-arrow.margin-top {
        margin-top: 8px
    }
}

.button-arrow.margin-top-small {
    margin-top: 12px
}

@media (max-width:399px) {
    .button-arrow.margin-top-small {
        margin-top: 8px
    }
}

.button-arrow.margin-right {
    margin-right: 15px
}

@media (max-width:599px) {
    .button-arrow.margin-right {
        margin-right: 8px
    }
}

@media (max-width:399px) {
    .button-arrow.margin-right {
        margin-right: 5px
    }
}

@media (max-width:599px) {
    .button-arrow.margin-bottom {
        margin-bottom: 10px
    }
}

.button-arrow.super-small {
    padding: 4px 12px 4px 15px;
    font-size: 9.5pt;
    line-height: 1.6
}

.button-arrow.small {
    padding: 5px 15px 5px 18px;
    font-size: 10pt;
    line-height: 1.6
}

.button-arrow.large {
    padding: 9px 20px 9px 23px;
    font-size: 12pt;
    line-height: 1.6
}

.button-arrow.right-orange:after {
    display: inline-block;
    content: " ";
    background-image: url(/images/icons/icon-arrow-right-orange.svg);
    background-size: 8px 8px;
    height: 8px;
    width: 8px;
    margin-left: 8px;
    position: relative;
    vertical-align: middle;
    transition: margin-left .3s ease
}

.button-arrow.right-orange:hover:after {
    background-image: url(/images/icons/icon-arrow-right-white.svg);
    margin-left: 13px
}

.button-arrow.right-blue:after {
    display: inline-block;
    content: " ";
    background-image: url(/images/icons/icon-arrow-right-blue.svg);
    background-size: 8px 8px;
    height: 8px;
    width: 8px;
    margin-left: 8px;
    position: relative;
    vertical-align: middle;
    transition: margin-left .3s ease
}

.button-arrow.right-blue:hover:after {
    background-image: url(/images/icons/icon-arrow-right-white.svg);
    margin-left: 13px
}

.button-arrow.right-white:after {
    display: inline-block;
    content: " ";
    background-image: url(/images/icons/icon-arrow-right-white.svg);
    background-size: 8px 8px;
    height: 8px;
    width: 8px;
    margin-left: 8px;
    position: relative;
    vertical-align: middle;
    transition: margin-left .3s ease
}

.button-arrow.right-white:hover:after {
    background-image: url(/images/icons/icon-arrow-right-orange.svg);
    margin-left: 13px
}

.button-arrow.bottom-colorfull-white:after {
    display: inline-block;
    content: " ";
    background-image: url(/images/icons/icon-arrow-right-white.svg);
    transform: rotate(90deg);
    background-size: 8px 8px;
    height: 8px;
    width: 8px;
    margin-left: 8px;
    position: relative;
    top: 0
}

.button-arrow.bottom-colorfull-white:hover:after {
    background-image: url(/images/icons/icon-arrow-right-orange.svg);
    -webkit-animation: animatearrowbottom .5s linear forwards;
    animation: animatearrowbottom .5s linear forwards
}

.button-arrow.bottom-orange:after {
    display: inline-block;
    content: " ";
    background-image: url(/images/icons/icon-arrow-right-orange.svg);
    transform: rotate(90deg);
    background-size: 8px 8px;
    height: 8px;
    width: 8px;
    margin-left: 8px;
    position: relative;
    top: 0
}

.button-arrow.bottom-orange:hover:after {
    background-image: url(/images/icons/icon-arrow-right-white.svg);
    -webkit-animation: animatearrowbottom .5s linear forwards;
    animation: animatearrowbottom .5s linear forwards
}

.button-arrow.bottom-white:after {
    display: inline-block;
    content: " ";
    background-image: url(/images/icons/icon-arrow-right-white.svg);
    transform: rotate(90deg);
    background-size: 8px 8px;
    height: 8px;
    width: 8px;
    margin-left: 8px;
    position: relative;
    top: 0
}

.button-arrow.bottom-white:hover:after {
    -webkit-animation: animatearrowbottom .5s linear forwards;
    animation: animatearrowbottom .5s linear forwards
}

.button-arrow.top-white:after {
    display: inline-block;
    content: " ";
    background-image: url(/images/icons/icon-arrow-right-white.svg);
    transform: rotate(-90deg);
    background-size: 8px 8px;
    height: 8px;
    width: 8px;
    margin-left: 8px;
    position: relative;
    top: 0
}

.button-arrow.top-white:hover:after {
    -webkit-animation: animatearrowbottom .5s linear forwards;
    animation: animatearrowbottom .5s linear forwards
}

.button-arrow.blue {
    border: 2px solid #3da3e8;
    color: #3da3e8
}

.button-arrow.blue:hover {
    background-color: #3da3e8;
    color: #fff
}

.button-arrow.orange {
    border: 2px solid #ff9e5a;
    color: #ff9e5a
}

.button-arrow.orange-dark-orange,
.button-arrow.orange:hover {
    background-color: #ff9e5a;
    color: #fff
}

.button-arrow.orange-dark-orange {
    border: 2px solid #ff9e5a
}

.button-arrow.orange-dark-orange:hover {
    border: 2px solid #ec8337;
    background-color: #ec8337;
    color: #fff
}

.button-arrow.white-blue {
    border: 2px solid #fff;
    color: #fff
}

.button-arrow.white-blue:hover {
    background-color: #fff;
    color: #3da3e8
}

.button-arrow.white-orange {
    border: 2px solid #fff;
    color: #fff
}

.button-arrow.white-orange:hover {
    background-color: #fff;
    color: #ff9e5a
}

.button-arrow:hover {
    cursor: pointer
}

@-webkit-keyframes animatearrowbottom {
    0% {
        top: 0
    }

    25% {
        top: 4px
    }

    50% {
        top: 0
    }

    75% {
        top: -4px
    }

    to {
        top: 0
    }
}

@keyframes animatearrowbottom {
    0% {
        top: 0
    }

    25% {
        top: 4px
    }

    50% {
        top: 0
    }

    75% {
        top: -4px
    }

    to {
        top: 0
    }
}

.our-team-mobile {
    display: block
}

@media (min-width:1024px) {
    .our-team-mobile {
        display: none
    }
}

.our-team-desktop {
    display: none
}

@media (min-width:1024px) {
    .our-team-desktop {
        display: block
    }
}

.our-team {
    padding: 0 20px 20px;
    text-align: center
}

.our-team .team-img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 50%;
    filter: grayscale(1);
    transition: all .3s ease;
    margin: 0 auto
}

.our-team .team-name {
    font-weight: 600;
    font-size: 16pt;
    margin-bottom: 0
}

.our-team .team-degree,
.our-team .team-name {
    font-family: Poppins, sans-serif;
    color: #3da3e8
}

.our-team .team-degree {
    font-weight: 300;
    font-size: 9.5pt;
    margin-top: 0;
    margin-bottom: 5px
}

.our-team .team-role {
    font-family: krub, sans-serif;
    font-weight: 500;
    font-size: 11pt;
    color: #3da3e8;
    margin-top: 5px;
    margin-bottom: 20px
}

.our-team .team-role:before {
    border-top: 2px solid #ff9e5a;
    content: "";
    height: 12px;
    width: 30px;
    display: block;
    margin: 8px auto 0;
    box-sizing: content-box
}

.our-team .team-description {
    font-weight: 400;
    font-size: 10pt;
    color: #83a2c6
}

.our-team:hover .team-img {
    filter: none
}

@media (max-width:599px) {
    .row-contact-us-page {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (max-width:1023px) {
    .contact-cols {
        display: inline-block !important
    }
}

@media (max-width:599px) {
    .contact-meeting {
        padding: 26px !important
    }
}

@media (max-width:399px) {
    .contact-meeting {
        padding: 0 !important;
        background-color: #fff !important
    }
}

@media (max-width:399px) {
    .contact-meeting .super-title {
        color: #3da3e8 !important;
        margin-left: 30px;
        font-size: 26px !important;
        font-weight: 600 !important
    }
}

@media (max-width:1023px) {
    .contact-box-icons {
        margin: 0 auto;
        text-align: center;
        background-color: #fff !important;
        padding: 70px 20px 20px !important
    }
}

@media (max-width:399px) {
    .contact-box-icons {
        padding: 20px 0 0 !important
    }
}

@media (max-width:599px) {
    .contact-box-icons {
        padding: 50px 20px 20px !important
    }
}

.contacts-box {
    display: inline-flex;
    align-items: normal;
    margin-bottom: 40px
}

.contacts-box .icon {
    width: 40px;
    height: 40px
}

.contacts-box .contact-text {
    margin-left: 20px;
    text-align: left
}

@media (max-width:1023px) {
    .contacts-box .contact-text {
        width: 175px
    }
}

.contacts-box .contact-text .title-contact-page {
    font-family: Poppins, sans-serif;
    font-size: 18pt;
    font-weight: 600;
    color: #3da3e8;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: left
}

.contacts-box .contact-text .margin {
    margin: 0 !important
}

.col-100-contact {
    display: flex
}

.col-100-contact .col-40 {
    float: left
}

@media (max-width:767px) {
    .col-100-contact .col-40 {
        width: 10%
    }
}

@media (max-width:599px) {
    .col-100-contact .col-40 {
        width: 0
    }
}

@media (min-width:768px) {
    .col-100-contact .col-40 {
        width: 35%
    }
}

@media (min-width:1024px) {
    .col-100-contact .col-40 {
        width: 40%
    }
}

.col-100-contact .col-50 {
    float: left
}

@media (max-width:767px) {
    .col-100-contact .col-50 {
        width: 80%
    }
}

@media (max-width:599px) {
    .col-100-contact .col-50 {
        width: 100%
    }
}

@media (min-width:768px) {
    .col-100-contact .col-50 {
        width: 60%
    }
}

@media (min-width:1024px) {
    .col-100-contact .col-50 {
        width: 50%
    }
}

.col-100-contact:after {
    clear: both
}

.contact-section {
    padding: 120px 0
}

@media (max-width:767px) {
    .contact-section {
        padding: 60px 0
    }
}

@media (max-width:599px) {
    .contact-section {
        padding: 60px 0 350px
    }
}

@media (max-width:399px) {
    .contact-section {
        padding: 60px 0 260px
    }

    .contact-section .row-contact {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.contact-section.bg-img {
    background: #eefafe;
    background-image: url(/images/contact/girl-computer.svg), url(/images/contact/envelope-half-mail.svg), url(/images/contact/bottom-blue.svg), url(/images/contact/send-emails-1.svg), url(/images/contact/send-emails-2.svg), url(/images/contact/send-emails-3.svg);
    background-repeat: no-repeat;
    background-size: 45%, 25%, 101%, 45%, 45%, 45%;
    background-position: 0 100%, 100% 100%, bottom, 0 130%, -6% 160%, -20% 170%;
    -webkit-animation: animatedMails 6s infinite alternate forwards;
    animation: animatedMails 6s infinite alternate forwards
}

@media (max-width:1023px) {
    .contact-section.bg-img {
        background-size: 60%, 30%, 100%, 50%, 50%, 50%;
        background-position: -30% 100%, 100% 100%, bottom, -10% 100%, -16% 120%, -20% 120%;
        -webkit-animation: animatedMobileTablet 6s infinite alternate forwards;
        animation: animatedMobileTablet 6s infinite alternate forwards
    }
}

@media (max-width:599px) {
    .contact-section.bg-img {
        background-size: 63%, 35%, 100%, 50%, 50%, 50%;
        background-position: -30% 100%, 100% 100%, bottom, -10% 100%, -16% 112%, -20% 110%;
        -webkit-animation: animatedMobileMails 6s infinite alternate forwards;
        animation: animatedMobileMails 6s infinite alternate forwards
    }
}

@media (max-width:399px) {
    .contact-section.bg-img {
        background-size: 60%, 30%, 100%, 45%, 45%, 45%;
        background-position: 0 100%, 100% 100%, bottom, 0 110%, 0 110%, -8% 110%;
        -webkit-animation: animatedHalfMobileMails 6s infinite alternate forwards;
        animation: animatedHalfMobileMails 6s infinite alternate forwards
    }
}

@media (min-width:1300px) {
    .contact-section.bg-img {
        background-size: 35%, 18%, 100%, 35%, 35%, 35%;
        background-position: 0 100%, 100% 100%, bottom, 0 150%, -20px 180%, -120px 200%;
        -webkit-animation: animatedMailsLarge 6s infinite alternate forwards;
        animation: animatedMailsLarge 6s infinite alternate forwards
    }
}

@media (min-width:1750px) {
    .contact-section.bg-img {
        background-size: 30%, 18%, 100%, 30%, 30%, 30%;
        background-position: 0 100%, 100% 100%, bottom, 0 150%, -20px 180%, -120px 200%;
        -webkit-animation: animatedMailsLarge 6s infinite alternate forwards;
        animation: animatedMailsLarge 6s infinite alternate forwards
    }
}

.contact-us {
    padding: 40px 50px 50px;
    background: #fff;
    box-shadow: 0 0 45px 0 #c3eefc
}

@media (max-width:599px) {
    .contact-us {
        padding: 30px 20px 40px
    }
}

.contact-us .form-group {
    width: 100%;
    text-align: left
}

.contact-us .form-group .label-text {
    font-size: 14pt;
    color: #3da3e8
}

.contact-us .form-group input,
.contact-us .form-group textarea {
    width: 100%;
    padding: 15px;
    background-color: #eefafe;
    font-size: 11pt;
    margin: 6px 0;
    font-family: Krub, sans-serif;
    font-weight: 600;
    color: #234356;
    border: none;
    box-sizing: inherit
}

.contact-us .form-group input:focus,
.contact-us .form-group textarea:focus {
    background-color: #ff9e5a;
    color: #fff;
    outline: none
}

.contact-us .form-group input::-moz-placeholder,
.contact-us .form-group textarea::-moz-placeholder {
    color: #ff9e5a;
    opacity: 1
}

.contact-us .form-group input:-ms-input-placeholder,
.contact-us .form-group textarea:-ms-input-placeholder {
    opacity: 1
}

.contact-us .form-group input::placeholder,
.contact-us .form-group textarea::placeholder {
    color: #ff9e5a;
    opacity: 1
}

.contact-us .form-group input:-ms-input-placeholder,
.contact-us .form-group textarea:-ms-input-placeholder {
    color: #ff9e5a
}

.contact-us .form-group input::-ms-input-placeholder,
.contact-us .form-group textarea::-ms-input-placeholder {
    color: #ff9e5a
}

.send-mail-message {
    margin-top: 20px
}

.news-subcription-errors {
    margin-top: 5px
}

.form-validation {
    display: none;
    font-weight: 600;
    font-size: 11pt
}

.form-validation.success {
    color: #3da3e8;
    padding: 0 20px
}

@media (max-width:399px) {
    .form-validation.success {
        padding: 0
    }
}

.form-validation.news-success {
    color: #fff;
    padding: 5px 10px
}

.form-validation.news-fail {
    margin-bottom: 10px
}

.form-validation.news-fail.duplicate {
    color: #ff9e5a
}

.form-validation.news-fail.error {
    color: #ed4b37
}

.form-validation.news-fail span {
    background-color: #fff;
    padding: 5px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 155%
}

.form-validation.error {
    color: #ed4b37;
    padding: 0 20px
}

.form-validation.error.news-error {
    color: #fff;
    margin-left: 8px
}

@media (max-width:399px) {
    .form-validation.error {
        padding: 0
    }
}

.form-validation.error a {
    color: #ed4b37
}

.mail {
    margin: 0
}

.g-recaptcha.center {
    display: inline-table;
    margin-top: 10px
}

@-webkit-keyframes animatedMobileTablet {
    0% {
        background-position: -30% 100%, 100% 100%, bottom, -10% 100%, -16% 120%, -20% 120%
    }

    to {
        background-position: -30% 100%, 100% 100%, bottom, -10% 55%, -6% 45%, -10% 35%
    }
}

@keyframes animatedMobileTablet {
    0% {
        background-position: -30% 100%, 100% 100%, bottom, -10% 100%, -16% 120%, -20% 120%
    }

    to {
        background-position: -30% 100%, 100% 100%, bottom, -10% 55%, -6% 45%, -10% 35%
    }
}

@-webkit-keyframes animatedMobileMails {
    0% {
        background-position: -30% 100%, 100% 100%, bottom, -10% 100%, -16% 112%, -20% 110%
    }

    to {
        background-position: -30% 100%, 100% 100%, bottom, -10% 75%, -6% 85%, -10% 75%
    }
}

@keyframes animatedMobileMails {
    0% {
        background-position: -30% 100%, 100% 100%, bottom, -10% 100%, -16% 112%, -20% 110%
    }

    to {
        background-position: -30% 100%, 100% 100%, bottom, -10% 75%, -6% 85%, -10% 75%
    }
}

@-webkit-keyframes animatedHalfMobileMails {
    0% {
        background-position: 0 100%, 100% 100%, bottom, 0 110%, 0 110%, -8% 110%
    }

    to {
        background-position: 0 100%, 100% 100%, bottom, 0 85%, 0 85%, 0 80%
    }
}

@keyframes animatedHalfMobileMails {
    0% {
        background-position: 0 100%, 100% 100%, bottom, 0 110%, 0 110%, -8% 110%
    }

    to {
        background-position: 0 100%, 100% 100%, bottom, 0 85%, 0 85%, 0 80%
    }
}

@-webkit-keyframes animatedMails {
    0% {
        background-position: 0 100%, 100% 100%, bottom, 0 130%, -6% 160%, -20% 170%
    }

    to {
        background-position: 0 100%, 100% 100%, bottom, 0 75%, 0 65%, 0 55%
    }
}

@keyframes animatedMails {
    0% {
        background-position: 0 100%, 100% 100%, bottom, 0 130%, -6% 160%, -20% 170%
    }

    to {
        background-position: 0 100%, 100% 100%, bottom, 0 75%, 0 65%, 0 55%
    }
}

@-webkit-keyframes animatedMailsLarge {
    0% {
        background-position: 0 100%, 100% 100%, bottom, 0 150%, -20px 180%, -120px 200%
    }

    to {
        background-position: 0 100%, 100% 100%, bottom, 0 70%, 0 60%, 0 50%
    }
}

@keyframes animatedMailsLarge {
    0% {
        background-position: 0 100%, 100% 100%, bottom, 0 150%, -20px 180%, -120px 200%
    }

    to {
        background-position: 0 100%, 100% 100%, bottom, 0 70%, 0 60%, 0 50%
    }
}

.page-content-section .box-social {
    margin-top: -1px !important
}

.page-content-section .box-social:focus {
    outline: none !important
}

@media (max-width:599px) {
    .page-content-section .row-social-tabs {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.page-content-section .social-content {
    display: none;
    width: 100%;
    height: auto
}

.page-content-section .social-content .social-text {
    padding-left: 50px;
    padding-right: 70px
}

@media (max-width:1023px) {
    .page-content-section .social-content .social-text {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (max-width:599px) {
    .page-content-section .social-content .social-text {
        padding-left: 30px;
        padding-right: 30px
    }
}

.page-content-section .social-content.active {
    display: flex;
    border: 1px solid #c3eefc;
    background: #f3fbff;
    background: linear-gradient(180deg, #f3fbff, #fafdff)
}

@media (max-width:1023px) {
    .page-content-section .social-content.active {
        display: inline-block
    }
}

.page-content-section .social-content.align-center {
    align-items: center
}

.page-content-section .social-icon-link {
    display: contents;
    text-decoration: none
}

.page-content-section .social-icon {
    text-align: center;
    display: inline-flex;
    align-items: center;
    height: auto
}

.page-content-section .social-icon .icon {
    width: 65px;
    opacity: 1;
    transition: all .3s ease;
    margin-bottom: 5px
}

@media (max-width:1023px) {
    .page-content-section .social-icon .icon {
        width: 60px;
        margin-bottom: 10px
    }
}

@media (max-width:599px) {
    .page-content-section .social-icon .icon {
        width: 50px;
        margin-bottom: 25px
    }
}

.page-content-section .social-icon .separator {
    display: none
}

.page-content-section .social-icon .separator:after {
    height: 1px;
    display: block;
    width: 15px;
    background: #cadae8;
    content: ""
}

.page-content-section .social-icon .content {
    width: 100%;
    padding: 20px 15px 30px;
    height: auto
}

@media (max-width:599px) {
    .page-content-section .social-icon .content {
        width: 100%;
        padding: 15px 0 0
    }
}

@media (max-width:599px) {
    .page-content-section .social-icon .content .text-tab {
        padding-bottom: 30px
    }
}

.page-content-section .social-icon .content .title {
    font-family: Poppins, sans-serif;
    color: #3da3e8;
    font-weight: 500;
    font-size: 11pt;
    margin: 5px 0 2px;
    opacity: 1;
    transition: all .3s ease
}

@media (max-width:1023px) {
    .page-content-section .social-icon .content .title {
        font-size: 10pt;
        width: 95px;
        height: 40px;
        margin: 0 auto
    }
}

@media (max-width:599px) {
    .page-content-section .social-icon .content .title {
        font-size: 9pt;
        text-align: left;
        padding-bottom: 10px;
        padding-top: 10px;
        margin: 0 auto;
        width: 92px;
        height: 55px;
        transform: rotate(-90deg)
    }
}

@media (max-width:399px) {
    .page-content-section .social-icon .content .title {
        font-size: 8pt;
        text-align: left;
        padding-bottom: 10px;
        padding-top: 10px;
        margin: 0 auto;
        width: 78px;
        height: 52px;
        transform: rotate(-90deg)
    }
}

.page-content-section .social-icon:hover {
    cursor: pointer
}

.page-content-section .social-icon:hover .content {
    border: 1px solid #f3fbff;
    background: #f3fbff
}

.page-content-section .social-icon.active .icon {
    filter: none;
    opacity: 1
}

.page-content-section .social-icon.active .content {
    border: 1px solid #c3eefc;
    border-bottom-color: #f3fbff;
    background: #f3fbff;
    z-index: 1
}

.page-content-section .social-icon.active .content .avaiable,
.page-content-section .social-icon.active .content .title {
    opacity: 1
}

.page-content-section .social-icon.active .center-buttons .button-arrow {
    border-color: #cadae8;
    color: #cadae8
}

.page-content-section .buttons-show-more-less {
    position: absolute;
    z-index: 1;
    bottom: -60px;
    width: 100%;
    text-align: center;
    display: none
}

.page-content-section .button-group {
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 10px
}

.page-content-section .grid {
    margin-bottom: 60px
}

.page-content-section .grid:after {
    content: "";
    display: block;
    clear: both
}

.page-content-section .element-item {
    position: relative;
    float: left;
    width: 22%;
    height: auto;
    margin: 10px;
    padding: 0;
    background: #fff;
    color: #262524
}

@media (max-width:767px) {
    .page-content-section .element-item {
        width: 46%
    }
}

@media (max-width:599px) {
    .page-content-section .element-item {
        width: 43%
    }
}

@media (max-width:399px) {
    .page-content-section .element-item {
        width: 94%
    }
}

@media (min-width:768px) {
    .page-content-section .element-item {
        width: 30%
    }
}

@media (min-width:1100px) {
    .page-content-section .element-item {
        width: 23%
    }
}

.page-content-section .element-item .img {
    width: 100%;
    align-self: flex-start
}

.page-content-section .element-item .content {
    padding: 20px
}

@media (max-width:599px) {
    .page-content-section .element-item .content {
        padding: 15px
    }
}

.page-content-section .element-item .content .title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 12pt;
    margin-top: 0;
    margin-bottom: 5px;
    color: #234356
}

@media (max-width:599px) {
    .page-content-section .element-item .content .title {
        font-size: 11pt
    }
}

.page-content-section .element-item .content .category {
    color: #83a2c6;
    font-size: 10pt;
    margin-top: 5px
}

.page-content-section .element-item>* {
    margin: 0;
    padding: 0
}

.col-100-footer {
    display: flex
}

@media (max-width:1023px) {
    .col-100-footer {
        width: 100%;
        display: inline-block
    }
}

.col-100-footer.news-subs {
    background-color: #3198df;
    text-align: center;
    padding: 25px;
    display: block
}

.col-100-footer .col-25 {
    width: 25%;
    float: left
}

@media (max-width:599px) {
    .col-100-footer .col-25 {
        width: 100%
    }

    .col-100-footer .col-25.margin-bottom {
        margin-bottom: 30px
    }

    .col-100-footer .col-25 .contact-info {
        display: block
    }
}

@media (min-width:600px) {
    .col-100-footer .col-25 {
        width: 50%;
        float: left
    }

    .col-100-footer .col-25.margin-bottom {
        margin-bottom: 30px
    }

    .col-100-footer .col-25 .contact-info {
        display: block
    }
}

.col-100-footer:after {
    clear: both
}

.footer-section {
    padding: 50px 0;
    margin-top: -2px
}

.footer-section.newsletter-subscription {
    padding-bottom: 0
}

.footer-section #RecaptchaField3 {
    display: contents
}

.footer-section .logo {
    width: 90px
}

.footer-section .title-news-subs {
    font-family: Poppins, sans-serif;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: contents;
    color: #fff;
    font-size: 15pt;
    font-weight: 600;
    margin: 0
}

@media (max-width:1023px) {
    .footer-section .title-news-subs {
        width: 100%;
        display: block;
        padding-bottom: 15px
    }
}

.footer-section input#email-newsletter {
    width: 350px;
    padding: 12px;
    background-color: #3da3e8;
    font-size: 11pt;
    margin: 0 25px 0 40px;
    font-family: Krub, sans-serif;
    font-weight: 600;
    color: #fff;
    border: none;
    box-sizing: inherit
}

@media (max-width:1023px) {
    .footer-section input#email-newsletter {
        margin: 0 25px 0 0
    }
}

@media (max-width:767px) {
    .footer-section input#email-newsletter {
        width: 100%;
        margin: 0 0 15px
    }
}

.footer-section input#email-newsletter:focus {
    background-color: #016ebc;
    color: #fff;
    outline: none
}

.footer-section .news-subs-button {
    vertical-align: baseline
}

.footer-section .title {
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 9pt;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0
}

.footer-section .contact-info {
    display: inline-block;
    vertical-align: middle
}

.footer-section .contact-info .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 3px;
    vertical-align: middle
}

.footer-section .content {
    color: #fff;
    font-size: 11pt;
    font-weight: 400;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px 0
}

.footer-section .content a {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.footer-section .content a:after {
    display: block;
    content: "";
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
    transform: scaleX(0);
    transition: transform .25s ease-in-out
}

.footer-section .content a:hover:after {
    transform: scaleX(1)
}

.footer-section .content.inline {
    display: inline-block;
    vertical-align: middle
}

.footer-section .content.sub-content {
    font-size: 9pt;
    margin: 5px 0 0 10px
}

.footer-section .content.bottom {
    margin-bottom: 20px
}

.footer-section .social-media {
    display: inline-block
}

.footer-section .social-media .icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    transition: all .3s ease
}

.footer-section .social-media .icon:hover {
    cursor: pointer;
    transform: scale(1.1)
}

.lpage {
    height: 100%;
    background-color: #eefafe
}

.lpage:focus {
    outline: none !important
}

.lpage .grecaptcha-badge {
    visibility: hidden
}

.lpage .lpage-body {
    position: relative;
    top: 110px;
    height: 100%;
    width: 100%;
    transition: top .5s ease
}

.lpage .lpage-body.with-menu {
    overflow: hidden
}

@media (max-width:1023px) {
    .lpage .lpage-body {
        top: 70px
    }
}

.lpage .lpage-body .body-content {
    overflow-x: hidden
}

.lpage section .center {
    text-align: center
}

.lpage section .img-website {
    width: 100%
}

.lpage section .col-100 {
    display: flex
}

.lpage section .col-100 .col-75 {
    width: 75%;
    float: left
}

.lpage section .col-100 .col-60 {
    width: 60%;
    float: left
}

@media (max-width:1023px) {
    .lpage section .col-100 .col-60 {
        width: 100%;
        float: none
    }

    .lpage section .col-100 .col-60.subscription-col {
        width: 60%;
        float: left
    }
}

@media (max-width:767px) {
    .lpage section .col-100 .col-60.subscription-col {
        width: 100%;
        float: none;
        margin-top: 30px
    }
}

.lpage section .col-100 .col-50 {
    width: 50%;
    float: left
}

@media (max-width:1023px) {
    .lpage section .col-100 .col-50 {
        width: 100%;
        float: none
    }

    .lpage section .col-100 .col-50.col-website {
        width: 80%;
        padding-bottom: 50px
    }
}

@media (max-width:399px) {
    .lpage section .col-100 .col-50.padding-website {
        padding-top: 0
    }
}

@media (min-width:1024px) {
    .lpage section .col-100 .col-50.col-website {
        width: 50%
    }

    .lpage section .col-100 .col-50.padding-website {
        padding-top: 50px
    }
}

.lpage section .col-100 .col-40 {
    width: 40%;
    float: left
}

@media (max-width:1023px) {
    .lpage section .col-100 .col-40 {
        width: 100%;
        float: none
    }
}

.lpage section .col-100 .col-25 {
    width: 25%;
    float: left
}

@media (max-width:767px) {
    .lpage section .col-100 .col-25 {
        width: 100%
    }
}

@media (min-width:768px) {
    .lpage section .col-100 .col-25 {
        width: 50%
    }
}

@media (min-width:1100px) {
    .lpage section .col-100 .col-25 {
        width: 25%
    }
}

.lpage section .col-100.margin {
    padding: 0 20px
}

.lpage section .col-100.bottom-space {
    padding-bottom: 60px
}

.lpage section .col-100:after {
    clear: both
}

.lpage section .website-cols {
    display: inline-block
}

.lpage section.page-intro-section {
    min-height: 450px;
    background-color: #eefafe
}

.lpage section.page-intro-section.cookie-privacy {
    min-height: 300px
}

.lpage section.page-intro-section .row {
    max-width: 1400px;
    margin: auto
}

@media (max-width:767px) {
    .lpage section.page-intro-section .row {
        padding: 0 30px
    }
}

@media (min-width:768px) {
    .lpage section.page-intro-section .row {
        padding: 0 60px
    }
}

@media (min-width:1024px) {
    .lpage section.page-intro-section .row {
        padding: 0 40px
    }
}

@media (min-width:1300px) {
    .lpage section.page-intro-section .row {
        padding: 0 80px
    }
}

.lpage section.page-intro-section .intro-text {
    display: flex;
    align-items: center;
    min-height: 450px
}

@media (max-width:1023px) {
    .lpage section.page-intro-section .intro-text {
        display: inline-block
    }
}

.lpage section.page-intro-section .intro-text.cookie-privacy {
    min-height: 300px
}

.lpage section.page-intro-section .intro-text .content {
    padding: 20px 100px 20px 0
}

@media (max-width:1023px) {
    .lpage section.page-intro-section .intro-text .content {
        padding: 40px 0 40vh
    }

    .lpage section.page-intro-section .intro-text .content.cookie-privacy {
        padding-bottom: 20vh
    }
}

@media (min-width:768px) {
    .lpage section.page-intro-section .intro-text .content {
        padding: 40px 50px 40vh 0
    }

    .lpage section.page-intro-section .intro-text .content.cookie-privacy {
        padding-bottom: 30vh
    }
}

@media (min-width:1024px) {

    .lpage section.page-intro-section .intro-text .content,
    .lpage section.page-intro-section .intro-text .content.cookie-privacy {
        padding: 20px 40px 20px 0
    }
}

@media (min-width:1100px) {

    .lpage section.page-intro-section .intro-text .content,
    .lpage section.page-intro-section .intro-text .content.cookie-privacy {
        padding: 20px 50px 20px 0
    }
}

.lpage section.page-intro-section .intro-text .content .label {
    font-family: Poppins, sans-serif;
    font-size: 12pt;
    color: #ff9e5a;
    text-align: left;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase
}

.lpage section.page-intro-section .intro-text .content .title {
    font-family: Poppins, sans-serif;
    font-size: 25pt;
    color: #3da3e8;
    text-align: left;
    margin-top: 0;
    margin-bottom: 18px;
    font-weight: 700
}

@media (max-width:599px) {
    .lpage section.page-intro-section .intro-text .content .title {
        font-size: 20pt
    }
}

@media (min-width:768px) {
    .lpage section.page-intro-section .intro-text .content .title {
        font-size: 28pt
    }
}

@media (min-width:1024px) {
    .lpage section.page-intro-section .intro-text .content .title {
        font-size: 22pt
    }
}

@media (min-width:1300px) {
    .lpage section.page-intro-section .intro-text .content .title {
        font-size: 26pt
    }
}

.lpage section.page-intro-section .intro-text .content .description {
    font-family: Krub, sans-serif;
    color: #3da3e8;
    font-size: 12pt;
    text-align: left;
    font-weight: 500;
    margin-bottom: 30px
}

@media (max-width:599px) {
    .lpage section.page-intro-section .intro-text .content .description {
        font-size: 10pt
    }
}

.lpage section.page-intro-section.bg-social-media {
    background-image: url(/images/page/social-media/intro/guy-ipad.svg), url(/images/page/social-media/intro/social-icon-facebook.svg), url(/images/page/social-media/intro/social-reactions.svg), url(/images/page/social-media/intro/social-icons.svg), url(/images/page/social-media/intro/girl-stairs.svg), url(/images/page/social-media/intro/back.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 160% 100%, 160% 100%, 140% 100%, 190% 100%, 150% 100%, 200% 100%;
    -webkit-animation: animatedSocialMedia 2s forwards;
    animation: animatedSocialMedia 2s forwards
}

@media (max-width:1023px) {
    .lpage section.page-intro-section.bg-social-media {
        background-size: 90%;
        -webkit-animation: animatedSocialMediaMobileTablet 2s forwards;
        animation: animatedSocialMediaMobileTablet 2s forwards
    }
}

@media (max-width:599px) {
    .lpage section.page-intro-section.bg-social-media {
        background-size: 120%;
        -webkit-animation: animatedSocialMediaHMobile 2s forwards;
        animation: animatedSocialMediaHMobile 2s forwards
    }
}

@media (min-width:1100px) {
    .lpage section.page-intro-section.bg-social-media {
        -webkit-animation: animatedSocialMediaHalfLarge 2s forwards;
        animation: animatedSocialMediaHalfLarge 2s forwards
    }
}

@media (min-width:1300px) {
    .lpage section.page-intro-section.bg-social-media {
        -webkit-animation: animatedSocialMediaLarge 2s forwards;
        animation: animatedSocialMediaLarge 2s forwards
    }
}

.lpage section.page-intro-section.bg-newsletters {
    background-image: url(/images/page/newsletters/intro/cat.svg), url(/images/page/newsletters/intro/seat-girl.svg), url(/images/page/newsletters/intro/email-girl.svg), url(/images/page/newsletters/intro/computer.svg), url(/images/page/newsletters/intro/fly-newsletters.svg), url(/images/page/newsletters/intro/back.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 160% 100%, 160% 100%, 140% 100%, 190% 100%, 150% 100%, 200% 100%;
    -webkit-animation: animatedSocialMedia 2s forwards;
    animation: animatedSocialMedia 2s forwards
}

@media (max-width:1023px) {
    .lpage section.page-intro-section.bg-newsletters {
        background-size: 90%;
        -webkit-animation: animatedSocialMediaMobileTablet 2s forwards;
        animation: animatedSocialMediaMobileTablet 2s forwards
    }
}

@media (max-width:599px) {
    .lpage section.page-intro-section.bg-newsletters {
        background-size: 120%;
        -webkit-animation: animatedSocialMediaHMobile 2s forwards;
        animation: animatedSocialMediaHMobile 2s forwards
    }
}

@media (min-width:1100px) {
    .lpage section.page-intro-section.bg-newsletters {
        -webkit-animation: animatedSocialMediaHalfLarge 2s forwards;
        animation: animatedSocialMediaHalfLarge 2s forwards
    }
}

@media (min-width:1300px) {
    .lpage section.page-intro-section.bg-newsletters {
        -webkit-animation: animatedSocialMediaLarge 2s forwards;
        animation: animatedSocialMediaLarge 2s forwards
    }
}

.lpage section.page-intro-section.bg-content-marketing {
    background-image: url(/images/page/content-marketing/intro/girl.svg), url(/images/page/content-marketing/intro/dog.svg), url(/images/page/content-marketing/intro/top-box.svg), url(/images/page/content-marketing/intro/two-boxes.svg), url(/images/page/content-marketing/intro/computer.svg), url(/images/page/content-marketing/intro/back.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 160% 100%, 160% 100%, 140% 100%, 190% 100%, 150% 100%, 200% 100%;
    -webkit-animation: animatedSocialMedia 2s forwards;
    animation: animatedSocialMedia 2s forwards
}

@media (max-width:1023px) {
    .lpage section.page-intro-section.bg-content-marketing {
        background-size: 90%;
        -webkit-animation: animatedSocialMediaMobileTablet 2s forwards;
        animation: animatedSocialMediaMobileTablet 2s forwards
    }
}

@media (max-width:599px) {
    .lpage section.page-intro-section.bg-content-marketing {
        background-size: 120%;
        -webkit-animation: animatedSocialMediaHMobile 2s forwards;
        animation: animatedSocialMediaHMobile 2s forwards
    }
}

@media (min-width:1100px) {
    .lpage section.page-intro-section.bg-content-marketing {
        -webkit-animation: animatedSocialMediaHalfLarge 2s forwards;
        animation: animatedSocialMediaHalfLarge 2s forwards
    }
}

@media (min-width:1300px) {
    .lpage section.page-intro-section.bg-content-marketing {
        -webkit-animation: animatedSocialMediaLarge 2s forwards;
        animation: animatedSocialMediaLarge 2s forwards
    }
}

.lpage section.page-intro-section.bg-forget-me-not {
    background-image: url(/images/page/forget-me-not/intro/phone.svg), url(/images/page/forget-me-not/intro/guinea-pig-cat.svg), url(/images/page/forget-me-not/intro/rabbit-dog.svg), url(/images/page/forget-me-not/intro/computer.svg), url(/images/page/forget-me-not/intro/rainbow-sun.svg), url(/images/page/forget-me-not/intro/back.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 160% 100%, 160% 100%, 140% 100%, 190% 100%, 150% 100%, 200% 100%;
    -webkit-animation: animatedSocialMedia 2s forwards;
    animation: animatedSocialMedia 2s forwards
}

@media (max-width:1023px) {
    .lpage section.page-intro-section.bg-forget-me-not {
        background-size: 90%;
        -webkit-animation: animatedSocialMediaMobileTablet 2s forwards;
        animation: animatedSocialMediaMobileTablet 2s forwards
    }
}

@media (max-width:599px) {
    .lpage section.page-intro-section.bg-forget-me-not {
        background-size: 120%;
        -webkit-animation: animatedSocialMediaHMobile 2s forwards;
        animation: animatedSocialMediaHMobile 2s forwards
    }
}

@media (min-width:1100px) {
    .lpage section.page-intro-section.bg-forget-me-not {
        -webkit-animation: animatedSocialMediaHalfLarge 2s forwards;
        animation: animatedSocialMediaHalfLarge 2s forwards
    }
    .logo_vd{
        max-width:400px;
    }
}

@media (min-width:1300px) {
    .lpage section.page-intro-section.bg-forget-me-not {
        -webkit-animation: animatedSocialMediaLarge 2s forwards;
        animation: animatedSocialMediaLarge 2s forwards
    }
    .logo_vd{
        max-width:400px;
    }
}

.lpage section.page-intro-section.bg-about-us {
    background-image: url(/images/page/about-us/intro/vet-girls.svg), url(/images/page/about-us/intro/guy-computer.svg), url(/images/page/about-us/intro/guy-rabbit.svg), url(/images/page/about-us/intro/girl.svg), url(/images/page/about-us/intro/table.svg), url(/images/page/about-us/intro/back.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 160% 100%, 160% 100%, 140% 100%, 190% 100%, 150% 100%, 200% 100%;
    -webkit-animation: animatedSocialMedia 2s forwards;
    animation: animatedSocialMedia 2s forwards
}

@media (max-width:1600px) {
    .lpage section.page-intro-section.bg-about-us {
        background-size: 70%;
        -webkit-animation: animatedSocialMediaMobileTablet 2s forwards;
        animation: animatedSocialMediaMobileTablet 2s forwards
    }
}

@media (max-width:1023px) {
    .lpage section.page-intro-section.bg-about-us {
        background-size: 120%;
        -webkit-animation: animatedSocialMediaHMobile 2s forwards;
        animation: animatedSocialMediaHMobile 2s forwards
    }
}

@media (min-width:1024px) {
    .lpage section.page-intro-section.bg-about-us {
        -webkit-animation: animatedSocialMediaHalfLarge 2s forwards;
        animation: animatedSocialMediaHalfLarge 2s forwards
    }
}

@media (min-width:1850px) {
    .lpage section.page-intro-section.bg-about-us {
        -webkit-animation: animatedSocialMediaLarge 2s forwards;
        animation: animatedSocialMediaLarge 2s forwards
    }
}

.lpage section.page-intro-section.bg-web-design {
    background-image: url(/images/page/web-design/intro/guy-computer-code.svg), url(/images/page/web-design/intro/dog.svg), url(/images/page/web-design/intro/phone.svg), url(/images/page/web-design/intro/computer.svg), url(/images/page/web-design/intro/settings.svg), url(/images/page/web-design/intro/back.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 160% 100%, 160% 100%, 140% 100%, 190% 100%, 150% 100%, 200% 100%;
    -webkit-animation: animatedSocialMedia 2s forwards;
    animation: animatedSocialMedia 2s forwards
}

@media (max-width:1023px) {
    .lpage section.page-intro-section.bg-web-design {
        background-size: 90%;
        -webkit-animation: animatedSocialMediaMobileTablet 2s forwards;
        animation: animatedSocialMediaMobileTablet 2s forwards
    }
}

@media (max-width:599px) {
    .lpage section.page-intro-section.bg-web-design {
        background-size: 120%;
        -webkit-animation: animatedSocialMediaHMobile 2s forwards;
        animation: animatedSocialMediaHMobile 2s forwards
    }
}

@media (min-width:1100px) {
    .lpage section.page-intro-section.bg-web-design {
        -webkit-animation: animatedSocialMediaHalfLarge 2s forwards;
        animation: animatedSocialMediaHalfLarge 2s forwards
    }
}

@media (min-width:1300px) {
    .lpage section.page-intro-section.bg-web-design {
        -webkit-animation: animatedSocialMediaLarge 2s forwards;
        animation: animatedSocialMediaLarge 2s forwards
    }
}

.lpage section.page-intro-section.bg-graphic-design {
    background-image: url(/images/page/graphic-design/intro/girl.svg), url(/images/page/graphic-design/intro/cat-design-stuff.svg), url(/images/page/graphic-design/intro/design-tool.svg), url(/images/page/graphic-design/intro/graphic-design.svg), url(/images/page/graphic-design/intro/idea.svg), url(/images/page/graphic-design/intro/back.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 160% 100%, 160% 100%, 140% 100%, 190% 100%, 150% 100%, 200% 100%;
    -webkit-animation: animatedSocialMedia 2s forwards;
    animation: animatedSocialMedia 2s forwards
}

@media (max-width:1023px) {
    .lpage section.page-intro-section.bg-graphic-design {
        background-size: 90%;
        -webkit-animation: animatedSocialMediaMobileTablet 2s forwards;
        animation: animatedSocialMediaMobileTablet 2s forwards
    }
}

@media (max-width:599px) {
    .lpage section.page-intro-section.bg-graphic-design {
        background-size: 120%;
        -webkit-animation: animatedSocialMediaHMobile 2s forwards;
        animation: animatedSocialMediaHMobile 2s forwards
    }
}

@media (min-width:1100px) {
    .lpage section.page-intro-section.bg-graphic-design {
        -webkit-animation: animatedSocialMediaHalfLarge 2s forwards;
        animation: animatedSocialMediaHalfLarge 2s forwards
    }
}

@media (min-width:1300px) {
    .lpage section.page-intro-section.bg-graphic-design {
        -webkit-animation: animatedSocialMediaLarge 2s forwards;
        animation: animatedSocialMediaLarge 2s forwards
    }
}

.lpage section.page-intro-section.bg-packs {
    background-image: url(/images/page/packs/intro/girl.svg), url(/images/page/packs/intro/dog-pack.svg), url(/images/page/packs/intro/pack-1.svg), url(/images/page/packs/intro/pack-3.svg), url(/images/page/packs/intro/pack-4.svg), url(/images/page/packs/intro/back.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 160% 100%, 160% 100%, 140% 100%, 190% 100%, 150% 100%, 200% 100%;
    -webkit-animation: animatedSocialMedia 2s forwards;
    animation: animatedSocialMedia 2s forwards
}

@media (max-width:1023px) {
    .lpage section.page-intro-section.bg-packs {
        background-size: 90%;
        -webkit-animation: animatedSocialMediaMobileTablet 2s forwards;
        animation: animatedSocialMediaMobileTablet 2s forwards
    }
}

@media (max-width:599px) {
    .lpage section.page-intro-section.bg-packs {
        background-size: 120%;
        -webkit-animation: animatedSocialMediaHMobile 2s forwards;
        animation: animatedSocialMediaHMobile 2s forwards
    }
}

@media (min-width:1100px) {
    .lpage section.page-intro-section.bg-packs {
        -webkit-animation: animatedSocialMediaHalfLarge 2s forwards;
        animation: animatedSocialMediaHalfLarge 2s forwards
    }
}

@media (min-width:1300px) {
    .lpage section.page-intro-section.bg-packs {
        -webkit-animation: animatedSocialMediaLarge 2s forwards;
        animation: animatedSocialMediaLarge 2s forwards
    }
}

.lpage section.page-intro-section.bg-blackfriday {
    background-image: url(/images/page/black-friday/intro/leaves.svg), url(/images/page/black-friday/intro/cat-dog.svg), url(/images/page/black-friday/intro/girl.svg), url(/images/page/black-friday/intro/boy.svg), url(/images/page/black-friday/intro/black-friday.svg), url(/images/page/black-friday/intro/back.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 160% 100%, 160% 100%, 140% 100%, 190% 100%, 150% 100%, 200% 100%;
    -webkit-animation: animatedSocialMedia 2s forwards;
    animation: animatedSocialMedia 2s forwards
}

@media (max-width:1023px) {
    .lpage section.page-intro-section.bg-blackfriday {
        background-size: 90%;
        -webkit-animation: animatedSocialMediaMobileTablet 2s forwards;
        animation: animatedSocialMediaMobileTablet 2s forwards
    }
}

@media (max-width:599px) {
    .lpage section.page-intro-section.bg-blackfriday {
        background-size: 120%;
        -webkit-animation: animatedSocialMediaHMobile 2s forwards;
        animation: animatedSocialMediaHMobile 2s forwards
    }
}

@media (min-width:1100px) {
    .lpage section.page-intro-section.bg-blackfriday {
        -webkit-animation: animatedSocialMediaHalfLarge 2s forwards;
        animation: animatedSocialMediaHalfLarge 2s forwards
    }
}

@media (min-width:1300px) {
    .lpage section.page-intro-section.bg-blackfriday {
        -webkit-animation: animatedSocialMediaLarge 2s forwards;
        animation: animatedSocialMediaLarge 2s forwards
    }
}

.lpage section.page-intro-section.bg-cookies {
    background-image: url(/images/page/cookie-policy/intro/cookie1.svg), url(/images/page/cookie-policy/intro/cookie2.svg), url(/images/page/cookie-policy/intro/cookie3.svg), url(/images/page/cookie-policy/intro/cookie4.svg), url(/images/page/cookie-policy/intro/cookie5.svg), url(/images/page/cookie-policy/intro/back.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 160% 100%, 160% 100%, 140% 100%, 190% 100%, 150% 100%, 200% 100%;
    -webkit-animation: animatedSocialMedia 2s forwards;
    animation: animatedSocialMedia 2s forwards
}

@media (max-width:1023px) {
    .lpage section.page-intro-section.bg-cookies {
        background-size: 90%;
        -webkit-animation: animatedSocialMediaMobileTablet 2s forwards;
        animation: animatedSocialMediaMobileTablet 2s forwards
    }
}

@media (max-width:599px) {
    .lpage section.page-intro-section.bg-cookies {
        background-size: 120%;
        -webkit-animation: animatedSocialMediaHMobile 2s forwards;
        animation: animatedSocialMediaHMobile 2s forwards
    }
}

@media (min-width:1100px) {
    .lpage section.page-intro-section.bg-cookies {
        -webkit-animation: animatedSocialMediaHalfLarge 2s forwards;
        animation: animatedSocialMediaHalfLarge 2s forwards
    }
}

@media (min-width:1300px) {
    .lpage section.page-intro-section.bg-cookies {
        -webkit-animation: animatedSocialMediaLarge 2s forwards;
        animation: animatedSocialMediaLarge 2s forwards
    }
}

.lpage section.page-intro-section.bg-privacy-policy {
    background-image: url(/images/page/privacy-policy/intro/padlock1.svg), url(/images/page/privacy-policy/intro/padlock-insurance.svg), url(/images/page/privacy-policy/intro/insurance1.svg), url(/images/page/privacy-policy/intro/padlock2.svg), url(/images/page/privacy-policy/intro/insurance2.svg), url(/images/page/privacy-policy/intro/back.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 160% 100%, 160% 100%, 140% 100%, 190% 100%, 150% 100%, 200% 100%;
    -webkit-animation: animatedSocialMedia 2s forwards;
    animation: animatedSocialMedia 2s forwards
}

@media (max-width:1023px) {
    .lpage section.page-intro-section.bg-privacy-policy {
        background-size: 90%;
        -webkit-animation: animatedSocialMediaMobileTablet 2s forwards;
        animation: animatedSocialMediaMobileTablet 2s forwards
    }
}

@media (max-width:599px) {
    .lpage section.page-intro-section.bg-privacy-policy {
        background-size: 120%;
        -webkit-animation: animatedSocialMediaHMobile 2s forwards;
        animation: animatedSocialMediaHMobile 2s forwards
    }
}

@media (min-width:1100px) {
    .lpage section.page-intro-section.bg-privacy-policy {
        -webkit-animation: animatedSocialMediaHalfLarge 2s forwards;
        animation: animatedSocialMediaHalfLarge 2s forwards
    }
}

@media (min-width:1300px) {
    .lpage section.page-intro-section.bg-privacy-policy {
        -webkit-animation: animatedSocialMediaLarge 2s forwards;
        animation: animatedSocialMediaLarge 2s forwards
    }
}

.lpage section.page-content-section {
    padding: 80px 0
}

@media (max-width:767px) {
    .lpage section.page-content-section {
        padding: 40px 0
    }
}

.lpage section.page-content-section:focus {
    outline: none !important
}

@media (max-width:1023px) {
    .lpage section.page-content-section.bottom {
        padding-bottom: 0
    }
}

@media (max-width:1023px) {
    .lpage section.page-content-section.top {
        padding-top: 0
    }
}

.lpage section.page-content-section.privacy-policy .title-small {
    font-family: Poppins, sans-serif;
    font-size: 20pt;
    font-weight: 700;
    color: #3da3e8;
    margin-top: 0;
    margin-bottom: 25px
}

.lpage section.page-content-section.privacy-policy .title {
    font-family: Poppins, sans-serif;
    font-size: 28pt;
    font-weight: 600;
    color: #3da3e8;
    margin-top: 40px;
    margin-bottom: 25px
}

.lpage section.page-content-section.privacy-policy .subtitle {
    font-family: Poppins, sans-serif;
    color: #ff9e5a;
    font-size: 16pt;
    margin-top: 35px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px
}

.lpage section.page-content-section.privacy-policy .terms {
    font-family: Krub, sans-serif;
    font-size: 11pt;
    font-weight: 500;
    color: #83a2c6
}

.lpage section.page-content-section.privacy-policy a {
    color: #3da3e8
}

.lpage section.page-content-section.no-padding-top {
    padding-top: 0
}

.lpage section.page-content-section.no-padding {
    padding: 0
}

.lpage section.page-content-section .page-content {
    display: flex
}

.lpage section.page-content-section .page-content.align-center {
    align-items: center
}

@media (max-width:1023px) {
    .lpage section.page-content-section .page-content {
        display: inline-block
    }

    .lpage section.page-content-section .page-content.reverse {
        display: inline-flex;
        flex-direction: column-reverse
    }
}

.lpage section.page-content-section .page-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #eefafe
}

@media (max-width:1023px) {
    .lpage section.page-content-section .page-img {
        height: 400px
    }
}

@media (max-width:599px) {
    .lpage section.page-content-section .page-img {
        height: 300px
    }
}

.lpage section.page-content-section .page-img.social-tab {
    padding: 40px;
    background-color: transparent
}

@media (max-width:1023px) {
    .lpage section.page-content-section .page-img.social-tab {
        height: 400px;
        padding-top: 0
    }
}

@media (max-width:599px) {
    .lpage section.page-content-section .page-img.social-tab {
        height: 300px;
        padding: 0 30px 30px
    }
}

.lpage section.page-content-section .page-img.min-height {
    height: 420px
}

@media (max-width:1023px) {
    .lpage section.page-content-section .page-img.min-height {
        height: 400px
    }
}

@media (max-width:599px) {
    .lpage section.page-content-section .page-img.min-height {
        height: 250px
    }
}

.lpage section.page-content-section .center-one-col {
    margin: 0 auto
}

.lpage section.page-content-section .padding-all {
    padding: 50px
}

.lpage section.page-content-section .padding-left {
    padding-left: 60px
}

@media (min-width:1300px) {
    .lpage section.page-content-section .padding-left {
        padding-left: 90px
    }
}

@media (max-width:1023px) {
    .lpage section.page-content-section .padding-left {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:599px) {
    .lpage section.page-content-section .padding-left {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:399px) {
    .lpage section.page-content-section .padding-left {
        padding-left: 0;
        padding-right: 0
    }
}

.lpage section.page-content-section .margin-left {
    margin-left: 15px
}

.lpage section.page-content-section .padding-right {
    padding-right: 60px
}

@media (min-width:1300px) {
    .lpage section.page-content-section .padding-right {
        padding-right: 90px
    }
}

@media (max-width:1023px) {
    .lpage section.page-content-section .padding-right {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:599px) {
    .lpage section.page-content-section .padding-right {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:399px) {
    .lpage section.page-content-section .padding-right {
        padding-left: 0;
        padding-right: 0
    }
}

.lpage section.page-content-section .margin-right {
    margin-right: 15px
}

.lpage section.page-content-section .bg-light-blue {
    background-color: #eefafe
}

.lpage section.page-content-section .bg-blue {
    background-color: #3da3e8
}

.lpage section.page-content-section .bg-orange {
    background-color: #ff9e5a
}

.lpage section.page-content-section .super-title {
    font-family: Poppins, sans-serif;
    font-size: 25pt;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px
}

.lpage section.page-content-section .super-title.margin-bottom {
    margin-bottom: 35px
}

.lpage section.page-content-section .super-title.align-left {
    text-align: left
}

.lpage section.page-content-section .super-title.blue {
    color: #3da3e8
}

.lpage section.page-content-section .super-title.orange {
    color: #ff9e5a
}

.lpage section.page-content-section .super-title.white {
    color: #fff
}

.lpage section.page-content-section .subtitle {
    font-family: Poppins, sans-serif;
    font-size: 12pt;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px
}

.lpage section.page-content-section .subtitle.link {
    transition: all .3s ease;
    text-decoration: none
}

.lpage section.page-content-section .subtitle.link:hover {
    color: #ff9e5a
}

.lpage section.page-content-section .subtitle.margin-bottom {
    margin-bottom: 30px
}

.lpage section.page-content-section .subtitle.align-left {
    text-align: left
}

.lpage section.page-content-section .subtitle.blue {
    color: #3da3e8
}

.lpage section.page-content-section .subtitle.orange {
    color: #ff9e5a
}

.lpage section.page-content-section .subtitle.dark-gray {
    color: #83a2c6
}

.lpage section.page-content-section .subtitle.white {
    color: #fff
}

.lpage section.page-content-section .label-social {
    font-family: Poppins, sans-serif;
    font-size: 12pt;
    color: #3da3e8;
    text-align: left;
    font-weight: 500;
    margin-top: 55px;
    margin-bottom: 10px
}

.lpage section.page-content-section .title {
    font-family: Poppins, sans-serif;
    font-size: 24pt;
    font-weight: 600;
    color: #234356;
    margin-top: 50px
}

.lpage section.page-content-section .title.margin-top {
    margin-top: 15px
}

@media (max-width:599px) {
    .lpage section.page-content-section .title {
        font-size: 18pt;
        margin-top: 30px
    }
}

@media (max-width:399px) {
    .lpage section.page-content-section .title {
        font-size: 16pt
    }
}

.lpage section.page-content-section .description {
    font-size: 11pt;
    line-height: 140%
}

@media (max-width:599px) {
    .lpage section.page-content-section .description {
        font-size: 10pt
    }
}

.lpage section.page-content-section .title-portfolio {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14pt;
    margin-top: 0;
    margin-bottom: 5px;
    color: #234356
}

.lpage section.page-content-section .title-portfolio.website {
    margin-bottom: 15px
}

.lpage section.page-content-section .description-portfolio {
    color: #83a2c6;
    font-size: 10pt;
    margin-top: 5px;
    margin-bottom: 20px
}

.lpage section.page-content-section .buttons {
    margin-top: 20px;
    margin-bottom: 45px
}

@media (max-width:1023px) {
    .lpage section.page-content-section .buttons {
        margin-bottom: 25px
    }
}

.lpage section.page-content-section a.link-text {
    font-weight: 700;
    color: #3da3e8;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease
}

.lpage section.page-content-section a.link-text:hover {
    color: #ff9e5a
}

.lpage section.page-content-section .newsletters-carousel .newsletters-col {
    padding: 0 10px;
    height: 100%
}

.lpage section.page-content-section .newsletters-carousel .newsletters-col .newsletters-content {
    padding: 20px 20px 30px;
    background-color: #fff
}

.lpage section.page-content-section .newsletters-carousel .newsletters-col .newsletters-content .title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 12pt;
    margin-top: 0;
    margin-bottom: 5px;
    color: #234356
}

.lpage section.page-content-section .newsletters-carousel .newsletters-col .newsletters-content .description {
    color: #83a2c6;
    font-size: 10pt;
    margin-top: 5px
}

.lpage section.page-content-section .forgetmenot-carousel .forgetmenot-col {
    height: 100%
}

.lpage section.page-content-section .forgetmenot-carousel .forgetmenot-col .forgetmenot-content {
    height: 100%;
    text-align: center;
    padding: 0 30px 30px
}

.lpage section.page-content-section .forgetmenot-carousel .forgetmenot-col .forgetmenot-content .title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 12pt;
    margin-top: 0;
    text-align: center;
    margin-bottom: 5px;
    color: #234356
}

.lpage section.page-content-section .forgetmenot-carousel .forgetmenot-col .forgetmenot-content .description {
    text-align: center;
    color: #83a2c6;
    font-size: 10pt;
    margin-top: 5px
}

.lpage section.page-content-section #section-subscribe {
    height: 0;
    display: none
}

.lpage section.page-content-section .subscribe-subtitle {
    font-family: Krub, sans-serif;
    font-weight: 600;
    font-size: 11pt;
    margin-top: 0;
    margin-bottom: 20px;
    color: #3da3e8
}

@media (max-width:399px) {
    .lpage section.page-content-section .row-subscribe {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.lpage section.page-content-section .padding-bottom-top {
    padding-top: 80px;
    padding-bottom: 80px
}

.lpage section.page-content-section .packs-cols {
    display: inline-block
}

@media (min-width:1100px) {
    .lpage section.page-content-section .packs-cols {
        display: flex
    }
}

.lpage section.page-content-section .packs-box-cols {
    display: inline-block
}

@media (max-width:767px) {
    .lpage section.page-content-section .packs-box-cols {
        display: inline-block
    }

    .lpage section.page-content-section .packs-box-cols .packs-padding-bottom {
        padding-bottom: 40px
    }

    .lpage section.page-content-section .packs-box-cols .packs-padding-top {
        padding-top: 40px
    }
}

@media (min-width:768px) {
    .lpage section.page-content-section .packs-box-cols {
        display: flex
    }
}

.lpage section.page-content-section .promotion-sticker {
    font-family: Poppins, sans-serif;
    position: absolute;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    margin: -28px 0 0 -15px;
    transform: rotate(-25deg)
}

.lpage section.page-content-section .promotion-sticker.orange {
    background-color: #ff9e5a
}

.lpage section.page-content-section .promotion-sticker.blue {
    background-color: #3da3e8
}

.lpage section.page-content-section .promotion-sticker .number {
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin: 22px 0 0;
    line-height: 100%;
    font-weight: 600
}

.lpage section.page-content-section .promotion-sticker .number.discount {
    margin-top: 0;
    font-size: 13px
}

.lpage section.page-content-section .packs-title-promotion {
    font-family: Poppins, sans-serif;
    text-align: center;
    color: #3da3e8;
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 25px
}

.lpage section.page-content-section .packs-asterisk-promotion {
    font-family: Krub, sans-serif;
    text-align: center;
    color: #83a2c6;
    margin: 20px 0 0;
    font-weight: 500;
    font-size: 16px
}

.lpage section.page-content-section .packs {
    padding: 12px
}

.lpage section.page-content-section .packs.lower {
    margin-top: 30px;
    transition: all .5s ease
}

.lpage section.page-content-section .packs.higher {
    margin-top: 10px;
    transition: all .5s ease
}

.lpage section.page-content-section .packs .box-shadow {
    box-shadow: 0 0 16px 0 rgba(61, 163, 232, .3);
    height: 100%
}

.lpage section.page-content-section .packs .box-shadow .pack-name {
    padding: 15px
}

.lpage section.page-content-section .packs .box-shadow .pack-name.blue {
    background-color: #3da3e8
}

.lpage section.page-content-section .packs .box-shadow .pack-name.orange {
    background-color: #ff9e5a
}

.lpage section.page-content-section .packs .box-shadow .pack-name p {
    margin: 0;
    text-align: center
}

.lpage section.page-content-section .packs .box-shadow .pack-name p img {
    width: 80px;
    height: 80px
}

.lpage section.page-content-section .packs .box-shadow .pack-name .title {
    font-family: Poppins, sans-serif;
    text-align: center;
    color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 22px
}

.lpage section.page-content-section .packs .box-shadow .pack-name .title.most-popular {
    text-transform: uppercase;
    font-size: 15px
}

.lpage section.page-content-section .packs .box-shadow .box-button {
    padding: 0 25px 25px;
    text-align: center
}

.lpage section.page-content-section .packs .box-shadow .pack-description {
    padding: 25px 25px 35px;
    text-align: center;
    height: calc(100% - 147px);
    display: flex;
    flex-direction: column
}

.lpage section.page-content-section .packs .box-shadow .pack-description.most-popular-height {
    height: calc(100% - 170px)
}

.lpage section.page-content-section .packs .box-shadow .pack-description .content {
    flex-grow: 1;
    margin: 0 0 10px
}

.lpage section.page-content-section .packs .box-shadow .pack-description .content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-top-color: #3da3e8
}

.lpage section.page-content-section .packs .box-shadow .pack-description .content .price-cut {
    font-family: Poppins, sans-serif;
    color: #ff9e5a;
    margin: 0;
    font-weight: 600;
    font-size: 30px;
    text-decoration: line-through;
    line-height: 100%
}

.lpage section.page-content-section .packs .box-shadow .pack-description .content .price {
    font-family: Poppins, sans-serif;
    color: #3da3e8;
    margin: 0;
    font-weight: 800;
    font-size: 45px
}

.lpage section.page-content-section .packs .box-shadow .pack-description .content .price-vat {
    margin-top: 0;
    color: #ff9e5a;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Poppins, sans-serif
}

.lpage section.page-content-section .packs .box-shadow .pack-description .content .enterprise-pack {
    line-height: 125%;
    font-size: 24px;
    border: 1px solid #ff9e5a;
    padding: 15px;
    font-weight: 600;
    text-align: left
}

.lpage section.page-content-section .packs .box-shadow .pack-description .content .enterprise-icon {
    width: 80%;
    margin-top: 10px
}

.lpage section.page-content-section .packs .box-shadow .pack-description .content .includes {
    font-family: Krub, sans-serif;
    letter-spacing: 0;
    color: #83a2c6;
    text-align: left;
    line-height: 120%;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 14px
}

.lpage section.page-content-section .packs .box-shadow .pack-description .content .includes span.check {
    font-weight: 700;
    color: #ff9e5a
}

.lpage section.page-content-section .packs .box-shadow .pack-description .content .includes span.lighter {
    font-weight: 400
}

.lpage section.page-content-section #biography-team {
    height: 0;
    display: none
}

.lpage section.page-content-section .team-close {
    position: absolute;
    margin-top: 50px;
    right: 10%
}

@media (max-width:767px) {
    .lpage section.page-content-section .team-close {
        margin-top: 40px
    }
}

@media (min-width:1300px) {
    .lpage section.page-content-section .team-close {
        right: 20%
    }
}

.lpage section.page-content-section .team-close img {
    width: 40px;
    height: 40px;
    transition: transform .3s ease
}

@media (max-width:767px) {
    .lpage section.page-content-section .team-close img {
        width: 30px;
        height: 30px
    }
}

.lpage section.page-content-section .team-close img:hover {
    cursor: pointer;
    transform: rotate(-90deg)
}

.lpage section.page-content-section .our-team-biography.padding-our-team-bio {
    padding: 80px
}

@media (max-width:767px) {
    .lpage section.page-content-section .our-team-biography.padding-our-team-bio {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:599px) {
    .lpage section.page-content-section .our-team-biography.padding-our-team-bio {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:399px) {
    .lpage section.page-content-section .our-team-biography.padding-our-team-bio {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1300px) {
    .lpage section.page-content-section .our-team-biography.padding-our-team-bio {
        padding: 80px 150px
    }
}

.lpage section.page-content-section .our-team-biography .our-team-bio {
    width: 100%;
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid #cadae8;
    padding-bottom: 25px;
    margin-bottom: 20px
}

.lpage section.page-content-section .our-team-biography .our-team-bio .team-img-bio {
    width: 150px;
    height: 150px;
    border-radius: 50%
}

@media (max-width:767px) {
    .lpage section.page-content-section .our-team-biography .our-team-bio .team-img-bio {
        width: 100px;
        height: 100px
    }
}

.lpage section.page-content-section .our-team-biography .our-team-bio .team-name-bio {
    text-align: left;
    margin-left: 30px
}

@media (max-width:767px) {
    .lpage section.page-content-section .our-team-biography .our-team-bio .team-name-bio {
        margin-left: 20px
    }
}

.lpage section.page-content-section .our-team-biography .our-team-bio .team-name-bio .team-name {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 20pt;
    margin-bottom: 0;
    margin-top: 0;
    color: #3da3e8
}

@media (max-width:767px) {
    .lpage section.page-content-section .our-team-biography .our-team-bio .team-name-bio .team-name {
        font-size: 16pt
    }
}

@media (max-width:399px) {
    .lpage section.page-content-section .our-team-biography .our-team-bio .team-name-bio .team-name {
        font-size: 14pt
    }
}

.lpage section.page-content-section .our-team-biography .our-team-bio .team-name-bio .team-name span {
    color: #3da3e8;
    font-size: 14pt;
    font-weight: 500
}

.lpage section.page-content-section .our-team-biography .our-team-bio .team-name-bio .team-suffix {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 12pt;
    color: #ff9e5a;
    margin-top: 5px;
    margin-bottom: 0
}

@media (max-width:399px) {
    .lpage section.page-content-section .our-team-biography .our-team-bio .team-name-bio .team-suffix {
        font-size: 10pt;
        font-weight: 500
    }
}

.lpage section.page-content-section .our-team-biography .biography-content .short-bio {
    font-weight: 500;
    font-size: 10.5pt;
    color: #83a2c6
}

.lpage section.page-content-section .our-team-biography .biography-content .short-bio.no-margin {
    margin: 0
}

.lpage section.light-blue {
    background-color: #eefafe
}

.lpage section.blue {
    background-color: #3da3e8
}

.lpage section.orange {
    background-color: #ff9e5a
}

.lpage section.white {
    background-color: #fff
}

.lpage section.blue-orange {
    background: #3da3e8;
    background: linear-gradient(90deg, #3da3e8, #3da3e8 50%, #ff9e5a 0, #ff9e5a)
}

@media (max-width:767px) {
    .lpage section.blue-orange {
        background: linear-gradient(0deg, #3da3e8, #3da3e8 45%, #ff9e5a 0, #ff9e5a)
    }
}

.lpage section.shadow {
    box-shadow: inset 0 5px 50px 0 rgba(1, 110, 188, .2)
}

.lpage section .center-buttons {
    text-align: center
}

.lpage section .row {
    max-width: 1200px;
    margin: auto;
    padding-right: 40px;
    padding-left: 40px
}

@media (max-width:767px) {
    .lpage section .row {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:399px) {
    .lpage section .row.row-demos {
        padding-left: 0;
        padding-right: 0
    }
}

.lpage section .row.bottom-space {
    padding-bottom: 80px
}

.lpage section .row.blackfriday {
    padding-right: 140px;
    padding-left: 140px
}

.lpage section .row.blackfriday ul {
    padding-left: 15px
}

.lpage section .row.blackfriday ul li {
    list-style: none
}

.lpage section .row.blackfriday ul li:last-child {
    margin-bottom: 30px
}

@media (max-width:1023px) {
    .lpage section .row.blackfriday {
        padding-right: 40px;
        padding-left: 40px
    }
}

.lpage section .row-packs {
    max-width: 1400px;
    margin: auto;
    padding-right: 40px;
    padding-left: 40px
}

@media (max-width:767px) {
    .lpage section .row-packs {
        padding-right: 80px;
        padding-left: 80px
    }
}

@media (max-width:599px) {
    .lpage section .row-packs {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (max-width:399px) {
    .lpage section .row-packs {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width:1024px) {
    .lpage section .row-packs {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (min-width:1100px) {
    .lpage section .row-packs {
        padding-left: 20px;
        padding-right: 20px
    }
}

@-webkit-keyframes icon-scale {
    0% {
        background-size: 50px 50px
    }

    50% {
        background-size: 80px 80px
    }

    to {
        background-size: 50px 50px
    }
}

@keyframes icon-scale {
    0% {
        background-size: 50px 50px
    }

    50% {
        background-size: 80px 80px
    }

    to {
        background-size: 50px 50px
    }
}

@-webkit-keyframes animatedSlide {
    0% {
        background-position: 90% 5%, 98% 98%
    }

    25% {
        background-position: 75% 10%, 90% 90%
    }

    50% {
        background-position: 95% 25%, 75% 95%
    }

    75% {
        background-position: 95% 60%, 95% 95%
    }

    to {
        background-position: 75% 20%, 95% 75%
    }
}

@keyframes animatedSlide {
    0% {
        background-position: 90% 5%, 98% 98%
    }

    25% {
        background-position: 75% 10%, 90% 90%
    }

    50% {
        background-position: 95% 25%, 75% 95%
    }

    75% {
        background-position: 95% 60%, 95% 95%
    }

    to {
        background-position: 75% 20%, 95% 75%
    }
}

@-webkit-keyframes animatedSlideLarge {
    0% {
        background-position: 90% 5%, 1% 50%, 98% 98%
    }

    25% {
        background-position: 75% 10%, 10% 30%, 90% 90%
    }

    50% {
        background-position: 95% 25%, 5% 5%, 75% 95%
    }

    75% {
        background-position: 95% 60%, 15% 5%, 95% 95%
    }

    to {
        background-position: 75% 20%, 1% 30%, 95% 75%
    }
}

@keyframes animatedSlideLarge {
    0% {
        background-position: 90% 5%, 1% 50%, 98% 98%
    }

    25% {
        background-position: 75% 10%, 10% 30%, 90% 90%
    }

    50% {
        background-position: 95% 25%, 5% 5%, 75% 95%
    }

    75% {
        background-position: 95% 60%, 15% 5%, 95% 95%
    }

    to {
        background-position: 75% 20%, 1% 30%, 95% 75%
    }
}

@-webkit-keyframes animatedSlideSuperLarge {
    0% {
        background-position: 90% 5%, 5% 75%, 0 25%
    }

    25% {
        background-position: 75% 10%, 10% 90%, 5% 6%
    }

    50% {
        background-position: 95% 25%, 20% 60%, 10% 15%
    }

    75% {
        background-position: 95% 60%, 20% 95%, 10% 35%
    }

    to {
        background-position: 75% 20%, 10% 60%, 5% 15%
    }
}

@keyframes animatedSlideSuperLarge {
    0% {
        background-position: 90% 5%, 5% 75%, 0 25%
    }

    25% {
        background-position: 75% 10%, 10% 90%, 5% 6%
    }

    50% {
        background-position: 95% 25%, 20% 60%, 10% 15%
    }

    75% {
        background-position: 95% 60%, 20% 95%, 10% 35%
    }

    to {
        background-position: 75% 20%, 10% 60%, 5% 15%
    }
}

@-webkit-keyframes animatedSocialMediaHMobile {
    0% {
        background-position: 10% 100%, 10% 100%, -20% 100%, 20% 100%, 0 100%, 30% 100%
    }

    to {
        background-position: 60% 100%, 60% 100%, 60% 100%, 60% 100%, 60% 100%, 60% 100%
    }
}

@keyframes animatedSocialMediaHMobile {
    0% {
        background-position: 10% 100%, 10% 100%, -20% 100%, 20% 100%, 0 100%, 30% 100%
    }

    to {
        background-position: 60% 100%, 60% 100%, 60% 100%, 60% 100%, 60% 100%, 60% 100%
    }
}

@-webkit-keyframes animatedSocialMediaMobileTablet {
    0% {
        background-position: 280% 100%, 280% 100%, 260% 100%, 300% 100%, 270% 100%, 310% 100%
    }

    to {
        background-position: 120% 100%, 120% 100%, 120% 100%, 120% 100%, 120% 100%, 120% 100%
    }
}

@keyframes animatedSocialMediaMobileTablet {
    0% {
        background-position: 280% 100%, 280% 100%, 260% 100%, 300% 100%, 270% 100%, 310% 100%
    }

    to {
        background-position: 120% 100%, 120% 100%, 120% 100%, 120% 100%, 120% 100%, 120% 100%
    }
}

@-webkit-keyframes animatedSocialMedia {
    0% {
        background-position: 260% 100%, 260% 100%, 240% 100%, 290% 100%, 250% 100%, 300% 100%
    }

    to {
        background-position: 190% 100%, 150% 100%, 150% 100%, 150% 100%, 140% 100%, 180% 100%
    }
}

@keyframes animatedSocialMedia {
    0% {
        background-position: 260% 100%, 260% 100%, 240% 100%, 290% 100%, 250% 100%, 300% 100%
    }

    to {
        background-position: 190% 100%, 150% 100%, 150% 100%, 150% 100%, 140% 100%, 180% 100%
    }
}

@-webkit-keyframes animatedSocialMediaHalfLarge {
    0% {
        background-position: 180% 100%, 180% 100%, 160% 100%, 210% 100%, 170% 100%, 220% 100%
    }

    to {
        background-position: 135% 100%, 130% 100%, 130% 100%, 130% 100%, 125% 100%, 130% 100%
    }
}

@keyframes animatedSocialMediaHalfLarge {
    0% {
        background-position: 180% 100%, 180% 100%, 160% 100%, 210% 100%, 170% 100%, 220% 100%
    }

    to {
        background-position: 135% 100%, 130% 100%, 130% 100%, 130% 100%, 125% 100%, 130% 100%
    }
}

@-webkit-keyframes animatedSocialMediaLarge {
    0% {
        background-position: 160% 100%, 160% 100%, 140% 100%, 190% 100%, 150% 100%, 200% 100%
    }

    to {
        background-position: 105% 100%, 105% 100%, 105% 100%, 105% 100%, 105% 100%, 105% 100%
    }
}

@keyframes animatedSocialMediaLarge {
    0% {
        background-position: 160% 100%, 160% 100%, 140% 100%, 190% 100%, 150% 100%, 200% 100%
    }

    to {
        background-position: 105% 100%, 105% 100%, 105% 100%, 105% 100%, 105% 100%, 105% 100%
    }
}

#preloader {
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eefafe;
    z-index: 99999;
    box-shadow: inset 0 7px 18px -14px #86daf7
}

#loading-newsletter-subscription,
#loading-send-mail,
#loading-send-mail-subscribe {
    display: none;
    transform: scale(.5);
    margin-top: 0
}

#loading-testimonials {
    transform: scale(.8);
    padding-bottom: 30px
}

#loading-services {
    transform: scale(.8);
    padding-top: 30px
}

.status {
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px
}

.lds-roller,
.status {
    width: 80px;
    height: 80px
}

.lds-roller {
    display: inline-block;
    position: relative
}

.lds-roller div {
    -webkit-animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    transform-origin: 40px 40px
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff9e5a;
    margin: -4px 0 0 -4px
}

.lds-roller div:first-child {
    -webkit-animation-delay: -36ms;
    animation-delay: -36ms
}

.lds-roller div:first-child:after {
    top: 63px;
    left: 63px
}

.lds-roller div:nth-child(2) {
    -webkit-animation-delay: -72ms;
    animation-delay: -72ms
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px
}

.lds-roller div:nth-child(3) {
    -webkit-animation-delay: -.108s;
    animation-delay: -.108s
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px
}

.lds-roller div:nth-child(4) {
    -webkit-animation-delay: -.144s;
    animation-delay: -.144s
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px
}

.lds-roller div:nth-child(5) {
    -webkit-animation-delay: -.18s;
    animation-delay: -.18s
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px
}

.lds-roller div:nth-child(6) {
    -webkit-animation-delay: -.216s;
    animation-delay: -.216s
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px
}

.lds-roller div:nth-child(7) {
    -webkit-animation-delay: -.252s;
    animation-delay: -.252s
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px
}

.lds-roller div:nth-child(8) {
    -webkit-animation-delay: -.288s;
    animation-delay: -.288s
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px
}

@-webkit-keyframes lds-roller {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

::-moz-placeholder {
    color: #e7f2f7;
    opacity: 1
}

:-ms-input-placeholder {
    opacity: 1
}

::placeholder {
    color: #e7f2f7;
    opacity: 1
}

:-ms-input-placeholder {
    color: #e7f2f7
}

::-ms-input-placeholder {
    color: #e7f2f7
}