div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
ol,
ul,
li,
figcaption,
textarea,
input {
    font: inherit;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
*:focus {
    outline: none;
}
body {
    position: relative;
    font-style: normal;
    line-height: 1.62;
}
section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
p,
li,
blockquote {
    letter-spacing: normal;
    line-height: 1.62;
}
ul,
ol,
blockquote,
p {
    margin-bottom: 0;
    margin-top: 0;
}
a {
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}
a.mbr-iconfont:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7 {
    word-break: break-word;
    word-wrap: break-word;
}
b,
strong {
    font-weight: bold;
}
blockquote {
    padding: 10px 0 10px 20px;
    position: relative;
    border-left: 3px solid;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    transition-property: background-color, color;
}
html,
body {
    height: auto;
    min-height: 100vh;
}
.mbr-section-title {
    margin: 0;
    padding: 0;
    font-style: normal;
    line-height: 1.12;
    width: 100%;
    color: #000000;
}
.mbr-section-subtitle {
    line-height: 1.12;
    width: 100%;
    color: #ef4623;
}
.mbr-text {
    font-style: normal;
    line-height: 1.62;
    width: 100%;
    color: #777777;
    font-weight: 400;
}
.mbr-white {
    color: #ffffff;
}
.mbr-black {
    color: #000000;
}
.align-left {
    text-align: left;
}
.align-left .list-item {
    justify-content: flex-start;
}
.align-center {
    text-align: center;
}
.align-center .list-item {
    justify-content: center;
}
.align-right {
    text-align: right;
}
.align-right .list-item {
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .align-left,
    .align-center,
    .align-right {
        text-align: center;
    }
    .align-left .list-item,
    .align-center .list-item,
    .align-right .list-item {
        justify-content: center;
    }
}
.mbr-light {
    font-weight: 300;
}
.mbr-regular {
    font-weight: 400;
}
.mbr-semibold {
    font-weight: 500;
}
.mbr-bold {
    font-weight: 700;
}
.icons-list a {
    margin: 0;
}
.icons-list a:last-child {
    margin: 0;
}
.mbr-figure {
    align-self: center;
}
.hidden {
    visibility: hidden;
}
.super-hide {
    display: none;
}
.inactive {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
}
.mbr-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}
.map-placeholder {
    display: none;
}
.google-map,
.google-map iframe {
    position: relative;
    width: 100%;
    height: 400px;
}
amp-img {
    width: 100%;
}
amp-img img {
    max-height: 100%;
    max-width: 100%;
}
img.mbr-temp {
    width: 100%;
}
.rounded {
    border-radius: 50%;
}
.is-builder .nodisplay + img[async],
.is-builder .nodisplay + img[decoding="async"],
.is-builder amp-img > a + img[async],
.is-builder amp-img > a + img[decoding="async"] {
    display: none;
}
html:not(.is-builder) amp-img > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.is-builder .temp-amp-sizer {
    position: absolute;
}
.is-builder amp-youtube .temp-amp-sizer,
.is-builder amp-vimeo .temp-amp-sizer {
    position: static;
}
.mobirise-spinner {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: 10%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    z-index: 4;
}
.mobirise-spinner em {
    width: 24px;
    height: 24px;
    background: #3ac;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: slide 1s infinite;
}
.mobirise-spinner em:nth-child(1) {
    -webkit-animation-delay: 0.1s;
}
.mobirise-spinner em:nth-child(2) {
    -webkit-animation-delay: 0.2s;
}
.mobirise-spinner em:nth-child(3) {
    -webkit-animation-delay: 0.3s;
}
@-moz-keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-o-keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes slide {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
.mobirise-loader .amp-active > div {
    display: none;
}
.iconfont-wrapper {
    display: inline-flex;
}
.mbr-flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.mbr-jc-s {
    justify-content: flex-start;
}
.mbr-jc-c {
    justify-content: center;
}
.mbr-jc-e {
    justify-content: flex-end;
}
.mbr-row-reverse {
    flex-direction: row-reverse;
}
.mbr-column {
    flex-direction: column;
}
amp-img,
img {
    height: 100%;
    width: 100%;
}
.hidden-slide {
    display: none;
}
.visible-slide {
    display: flex;
}
section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}
.mbr-fullscreen {
    display: flex;
    align-items: center;
    height: 100vh;
    min-height: 100vh;
    padding: 3rem 0;
}
.container {
    padding: 0 1rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 767px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding: 0 2rem;
}
.btn {
    position: relative;
    font-weight: 400;
    margin: 0.4rem 0.9rem;
    border: 1px solid;
    font-style: normal;
    white-space: normal;
    transition: all 0.2s ease-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    line-height: 1;
    letter-spacing: 0.02em;
}
.btn-form {
    padding: 1rem 2rem;
}
.btn-form:hover {
    cursor: pointer;
}
.btn {
    padding: 1.05rem 1.5625rem;
    border-radius: 5px;
}
.btn-sm {
    padding: 1.05rem 1.5625rem;
    border-radius: 5px;
}
.btn-md {
    padding: 1.14375rem 1.5625rem;
    border-radius: 5px;
}
.btn-lg {
    padding: 1.2375rem 1.5625rem;
    border-radius: 5px;
}
form .btn,
form .mbr-section-btn {
    margin: 0;
}
.note-popover .btn:after {
    display: none;
}
.mbr-section-btn {
    margin: 0 -0.9rem;
    font-size: 0;
}
nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}
.btn .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    cursor: pointer;
    margin: 1px 0 0 1rem;
}
.btn-sm .mbr-iconfont {
    margin: 1px 0 0 1rem;
}
[type="submit"] {
    -webkit-appearance: none;
}
section.menu {
    min-height: 56px;
    overflow: visible;
    padding: 0;
}
.menu-container {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    min-height: 56px;
}
@media (max-width: 991px) {
    .menu-container {
        max-width: 100%;
        padding: 0.5rem 1rem;
    }
}
@media (max-width: 767px) {
    .menu-container {
        padding: 0.5rem 1rem;
    }
}
.navbar {
    z-index: 100;
    width: 100%;
    position: absolute;
}
.navbar-fixed-top {
    position: fixed;
    top: 0;
}
.navbar-brand {
    display: flex;
    align-items: center;
    word-break: break-word;
    z-index: 1;
}
.navbar-logo {
    margin: 0 0.8rem 0 0;
}
@media (max-width: 767px) {
    .navbar-logo amp-img {
        max-height: 35px;
        max-width: 35px;
    }
}
.navbar-caption-wrap {
    display: flex;
}
/*.navbar .navbar-collapse {
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}*/
/*@media (max-width: 991px) {
    .navbar .navbar-collapse {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        height: 100vh;
        overflow-y: auto;
        padding: 70px 2rem 1rem;
        z-index: 1;
    }
}*/
/*@media (max-width: 991px) {
    .navbar.opened .navbar-collapse.show,
    .navbar.opened .navbar-collapse.collapsing {
        display: block;
    }
    .is-builder .navbar-collapse {
        position: fixed;
    }
}*/
.navbar-nav {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    min-width: 10rem;
}
@media (max-width: 991px) {
    .navbar-nav {
        flex-direction: column;
    }
}/*
.navbar-nav .mbr-iconfont {
    margin: 0 0 0 0.4rem;
    order: 1;
    display: inline-block;
}*/
.nav-item {
    word-break: break-all;
}
.nav-link {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.nav-link,
.navbar-caption {
    transition: all 0.3s;
}
.nav-dropdown .dropdown-menu {
    min-width: 10rem;
    position: absolute;
    left: 0;
    padding: 26px 29px;
    transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.nav-dropdown .dropdown-menu .dropdown-item {
    line-height: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 6px 12px 6px 0;
    margin: 3px 0;
    white-space: nowrap;
}
.nav-dropdown .dropdown-menu .dropdown-item:active {
    background: none;
}
.nav-dropdown .dropdown-menu .dropdown {
    position: relative;
}
.dropdown-menu .dropdown:hover > .dropdown-menu {
    opacity: 1;
    pointer-events: all;
}
.nav-dropdown .dropdown-submenu {
    top: 0;
    left: 100%;
    margin: 0;
}
.nav-item.dropdown {
    position: relative;
}
.nav-item.dropdown .dropdown-menu {
    opacity: 0;
    pointer-events: none;
}
.nav-item.dropdown:hover > .dropdown-menu {
    opacity: 1;
    pointer-events: all;
}
.navbar .dropdown.open > .dropdown-menu {
    display: block;
}
@media (max-width: 991px) {
    .is-builder .nav-dropdown .dropdown-menu {
        position: relative;
    }
    .nav-dropdown .dropdown-submenu {
        left: 0;
    }
    .nav-dropdown .dropdown-menu .dropdown-item {
        padding: 0;
        margin: 0;
        justify-content: flex-start;
    }
    .nav-dropdown .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .navbar.opened .dropdown-menu {
        top: 0;
    }
}
.navbar-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .navbar-buttons {
        flex-direction: column;
    }
}
.menu-social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.menu-social-list a {
    margin: 0 12px;
}
.menu-social-list a span {
    font-size: 22px;
    width: 22px;
}
/*button.navbar-toggler {
    position: relative;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}*/
.hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
}
.hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}
.hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}
.hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}
.hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}
/*nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(4),
nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(2) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}
nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(3) {
    transform: rotate(45deg);
    transition: all 0.25s;
}*/
.ampstart-btn.hamburger {
    position: relative;
    margin-left: auto;
    height: 20px;
    width: 30px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
}
@media (min-width: 992px) {
    .ampstart-btn,
    amp-sidebar {
        display: none;
    }
}
.close-sidebar {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
.close-sidebar span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    top: 14px;
}
.close-sidebar span:nth-child(1) {
    transform: rotate(-45deg);
}
.close-sidebar span:nth-child(2) {
    transform: rotate(45deg);
}
.builder-sidebar {
    position: relative;
    height: 100vh;
    overflow-y: auto;
    min-width: 10rem;
    z-index: 1030;
    padding: 1rem 2rem;
    max-width: 20rem;
}
.builder-sidebar .dropdown:hover > .dropdown-menu {
    position: relative;
    text-align: center;
}
section.sidebar-open:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1040;
}
.is-builder section.horizontal-menu .ampstart-btn {
    display: none;
}
.is-builder section.horizontal-menu .dropdown-menu {
    z-index: auto;
    opacity: 1;
    pointer-events: auto;
}
.is-builder .menu {
    overflow: visible;
}
#sidebar {
    background-color: transparent;
}
.card-title {
    margin: 0;
}
.card {
    position: relative;
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 0 1rem;
}
@media (max-width: 767px) {
    .card:not(.last-child) {
        padding-bottom: 30px;
    }
}
.card .card-img {
    width: auto;
    border-radius: 0;
}
.card .card-wrapper {
    height: 100%;
}
@media (max-width: 767px) {
    .card .card-wrapper {
        flex-direction: column;
    }
}
.card img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.card-inner,
.items-list {
    display: flex;
    flex-direction: column;
}
.items-list {
    list-style-type: none;
    padding: 0;
}
.items-list .list-item {
    padding: 1rem 2rem;
}
.card-head {
    padding: 1.5rem 2rem;
}
.card-price-wrap {
    padding: 1rem 2rem;
}
.card-button {
    padding: 1rem;
    margin: 0;
}
.timeline-wrap {
    position: relative;
}
.timeline-wrap .iconBackground {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    display: inline-block;
    background-color: #000000;
    top: 20px;
    margin: 0 0 0 -10px;
}
@media (max-width: 767px) {
    .timeline-wrap .iconBackground {
        left: 0;
    }
}
.separline {
    position: relative;
}
@media (max-width: 767px) {
    .separline:not(.last-child) {
        padding-bottom: 2rem;
    }
}
.separline:before {
    position: absolute;
    content: "";
    width: 2px;
    background-color: #000000;
    left: calc(50% - 1px);
    height: calc(100% - 20px);
    top: 40px;
}
@media (max-width: 767px) {
    .separline:before {
        left: 0;
    }
}
.gallery-img-wrap {
    position: relative;
    height: 100%;
}
.gallery-img-wrap:hover {
    cursor: pointer;
}
.gallery-img-wrap:hover .icon-wrap,
.gallery-img-wrap:hover .caption-on-hover {
    opacity: 1;
}
.gallery-img-wrap:hover:after {
    opacity: 0.5;
}
.gallery-img-wrap amp-img {
    height: 100%;
}
.gallery-img-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}
.gallery-img-wrap .icon-wrap,
.gallery-img-wrap .img-caption {
    z-index: 3;
    pointer-events: none;
    position: absolute;
}
.gallery-img-wrap .icon-wrap,
.gallery-img-wrap .caption-on-hover {
    opacity: 0;
    transition: opacity 0.2s;
}
.gallery-img-wrap .icon-wrap {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 50%;
}
.gallery-img-wrap .amp-iconfont {
    color: #000;
    font-size: 1rem;
    width: 1rem;
    display: block;
}
.gallery-img-wrap .img-caption {
    left: 0;
    right: 0;
}
.gallery-img-wrap .img-caption.caption-top {
    top: 0;
}
.gallery-img-wrap .img-caption.caption-bottom {
    bottom: 0;
}
.gallery-img-wrap .img-caption:not(.caption-on-hover):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    transition: opacity 0.2s;
    z-index: -1;
    pointer-events: none;
}
@media (max-width: 767px) {
    .gallery-img-wrap:after,
    .gallery-img-wrap:hover:after,
    .gallery-img-wrap .icon-wrap {
        display: none;
    }
    .gallery-img-wrap .caption-on-hover {
        opacity: 1;
    }
}
.is-builder .gallery-img-wrap .icon-wrap,
.is-builder .gallery-img-wrap .img-caption > * {
    pointer-events: all;
}
.amp-carousel-button,
.dots-wrapper .dots span {
    transition: all 0.3s;
    cursor: pointer;
    outline: none;
}
.amp-carousel-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.dots-wrapper .dots {
    display: inline-block;
    margin: 4px 8px;
}
.dots-wrapper .dots span {
    display: block;
    border-radius: 12px;
    height: 24px;
    width: 24px;
    background-color: #ffffff;
    border: 10px solid #cccccc;
    opacity: 0.5;
}
.dots-wrapper .dots span.current {
    width: 40px;
}
.dots-wrapper .dots span:hover,
.dots-wrapper .dots span.current {
    opacity: 1;
}
.amp-carousel-button-next:after {
    right: 1rem;
}
.amp-carousel-button-prev:after {
    left: 1rem;
}
button.btn-img {
    cursor: pointer;
}
.is-builder .preview button.btn-img {
    opacity: 0.5;
    position: relative;
    pointer-events: none;
}
amp-image-lightbox,
.lightbox {
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: auto;
}
amp-image-lightbox a.control,
.lightbox a.control {
    position: absolute;
    cursor: default;
    top: 0;
    right: 0;
}
amp-image-lightbox .close,
.lightbox .close {
    background: none;
    border: none;
    position: absolute;
    top: 16px;
    right: 16px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    z-index: 1000;
}
amp-image-lightbox .close:before,
amp-image-lightbox .close:after,
.lightbox .close:before,
.lightbox .close:after {
    position: absolute;
    top: 0;
    right: 16px;
    content: " ";
    height: 32px;
    width: 2px;
    background-color: #fff;
}
amp-image-lightbox .close:before,
.lightbox .close:before {
    transform: rotate(45deg);
}
amp-image-lightbox .close:after,
.lightbox .close:after {
    transform: rotate(-45deg);
}
amp-image-lightbox .video-block,
.lightbox .video-block {
    width: 100%;
}
div[submit-success] > *,
div[submit-error] > * {
    padding: 15px;
    margin-bottom: 1rem;
}
.form-block {
    z-index: 1;
    background-color: transparent;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.form-block .mbr-overlay {
    z-index: -1;
}
@media (max-width: 991px) {
    .form-block {
        padding: 0;
    }
}
form input,
form textarea,
form select {
    padding: 13px 22px;
    line-height: 24px;
    width: 100%;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 0px;
    color: #000000;
}
form input[type="checkbox"],
form input[type="radio"] {
    border: none;
    background: none;
    width: auto;
}
form .field {
    padding-bottom: 20px;
    padding-top: 0;
}
form textarea.field-input {
    height: 125px;
}
form .fieldset {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
textarea[type="hidden"] {
    display: none;
}
.form-check {
    margin-bottom: 0;
}
.form-check-label {
    padding-left: 0;
}
.form-check-input {
    position: relative;
    margin: 4px;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.mbr-row,
.mbr-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}
.mbr-form-row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.mbr-form-row > [class*="mbr-col"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
@media (max-width: 767px) {
    .mbr-col,
    .mbr-col-auto {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 768px) {
    .mbr-col,
    .mbr-col-auto {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-md-2 {
        -ms-flex: 0 0 16.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-md-4 {
        -ms-flex: 0 0 33.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-md-5 {
        -ms-flex: 0 0 41.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-md-7 {
        -ms-flex: 0 0 58.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-md-8 {
        -ms-flex: 0 0 66.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-md-10 {
        -ms-flex: 0 0 83.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
.mbr-col {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    max-width: 100%;
}
.mbr-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
@media (min-width: 992px) {
    .mbr-col,
    .mbr-col-auto {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-lg-2 {
        -ms-flex: 0 0 16.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-lg-4 {
        -ms-flex: 0 0 33.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-lg-5 {
        -ms-flex: 0 0 41.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-lg-7 {
        -ms-flex: 0 0 58.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-lg-8 {
        -ms-flex: 0 0 66.6666666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-lg-10 {
        -ms-flex: 0 0 83.3333333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .mbr-col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 992px) {
    .lg-pb {
        padding-bottom: 3rem;
    }
}
@media (max-width: 991px) {
    .md-pb {
        padding-bottom: 3rem;
    }
}
.mbr-pt-1,
.mbr-py-1 {
    padding-top: 10px;
}
.mbr-pb-1,
.mbr-py-1 {
    padding-bottom: 10px;
}
.mbr-px-1 {
    padding-left: 10px;
    padding-right: 10px;
}
.mbr-p-1 {
    padding: 10px;
}
.mbr-pt-2,
.mbr-py-2 {
    padding-top: 15px;
}
.mbr-pb-2,
.mbr-py-2 {
    padding-bottom: 15px;
}
.mbr-px-2 {
    padding-left: 15px;
    padding-right: 15px;
}
.mbr-p-2 {
    padding: 15px;
}
.mbr-pt-3,
.mbr-py-3 {
    padding-top: 20px;
}
.mbr-pb-3,
.mbr-py-3 {
    padding-bottom: 20px;
}
.mbr-px-3 {
    padding-left: 20px;
    padding-right: 20px;
}
.mbr-p-3 {
    padding: 20px;
}
.mbr-pt-4,
.mbr-py-4 {
    padding-top: 25px;
}
.mbr-pb-4,
.mbr-py-4 {
    padding-bottom: 25px;
}
.mbr-px-4 {
    padding-left: 25px;
    padding-right: 25px;
}
.mbr-p-4 {
    padding: 25px;
}
.mbr-pt-5,
.mbr-py-5 {
    padding-top: 30px;
}
.mbr-pb-5,
.mbr-py-5 {
    padding-bottom: 30px;
}
.mbr-px-5 {
    padding-left: 30px;
    padding-right: 30px;
}
.mbr-p-5 {
    padding: 30px;
}
@media (max-width: 991px) {
    .mbr-py-4,
    .mbr-py-5 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .mbr-px-4,
    .mbr-px-5 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mbr-p-3,
    .mbr-p-4,
    .mbr-p-5 {
        padding: 15px;
    }
}
.mbr-ml-auto {
    margin-left: auto;
}
.mbr-mr-auto {
    margin-right: auto;
}
.mbr-m-auto {
    margin: auto;
}
#scrollToTopMarker {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 300px;
}
#scrollToTopButton {
    position: fixed;
    bottom: 18px;
    right: 66px;
    opacity: 0.4;
    z-index: 5000;
    font-size: 32px;
    height: 52px;
    width: 52px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#scrollToTopButton:focus {
    outline: none;
}
#scrollToTopButton a:after {
    content: "";
    position: absolute;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 20%;
    height: 20%;
    left: 40%;
    bottom: 35%;
    transform: rotate(-45deg);
}
.is-builder #scrollToTopButton a:after {
    left: 40%;
}
a {
    font-style: normal;
    font-weight: 400;
}
@media (max-width: 767px) {
    .mbr-section-btn,
    .mbr-section-title {
        text-align: center;
    }
}
@media (min-width: 992px) {
    .mbr-col-lg-11 {
        flex: 0 0 91.666%;
        max-width: 91.666%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
a {
    transition: all 0.3s ease;
}
a.btn span,
.mbr-form .btn span {
    order: 1;
    transition: all 0.3s ease-in-out;
}
a.btn:hover span,
.mbr-form .btn:hover span {
    transform: translateX(3px);
}
.mbr-section-title {
    margin: 0;
    letter-spacing: -0.01em;
}
.mbr-section-subtitle {
    letter-spacing: 0.3em;
    margin-bottom: 4px;
}
@media (max-width: 767px) {
    .container-fluid {
        padding: 0 1rem;
    }
}
.dots-wrapper .dots {
    margin: 5px 12px;
}
.dots-wrapper .dots span {
    border-radius: 50%;
    height: 9px;
    width: 9px;
    background-color: #ffffff;
    border: 0;
    opacity: 1;
}
.dots-wrapper .dots span:hover,
.dots-wrapper .dots span.current {
    opacity: 1;
}
.dots-wrapper .dots span.current {
    width: 9px;
}
/*body {
    font-family: Jost;
}*/
blockquote {
    border-color: #20a997;
}
div[submit-success] > * {
    background: #383838;
    color: #ffffff;
}
div[submit-error] > * {
    background: #341abd;
    color: #ffffff;
}
/*
.display-1 {
    font-family: "Jost", sans-serif;
    font-size: 4rem;
}
.display-2 {
    font-family: "Jost", sans-serif;
    font-size: 3rem;
}
.display-4 {
    font-family: "Jost", sans-serif;
    font-size: 1rem;
}
.display-5 {
    font-family: "Jost", sans-serif;
    font-size: 2.125rem;
}
.display-7 {
    font-family: "Jost", sans-serif;
    font-size: 1.5625rem;
}
*/
.display-1 .mbr-iconfont-btn {
    font-size: 4rem;
    width: 4rem;
}
.display-2 .mbr-iconfont-btn {
    font-size: 3rem;
    width: 3rem;
}
.display-5 .mbr-iconfont-btn {
    font-size: 2.125rem;
    width: 2.125rem;
}
.display-7 .mbr-iconfont-btn {
    font-size: 1.5625rem;
    width: 1.5625rem;
}
@media (max-width: 768px) {
    .display-1 {
        font-size: 3.2rem;
        font-size: calc(2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-2 {
        font-size: 2.4rem;
        font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-4 {
        font-size: 0.8rem;
        font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-5 {
        font-size: 1.7rem;
        font-size: calc(1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-7 {
        font-size: 1.25rem;
        font-size: calc(1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20))));
    }
}
.bg-primary {
    background-color: #20a997;
}
.bg-secondary {
    background-color: #f7f8fa;
}
.bg-success {
    background-color: #383838;
}
.bg-info {
    background-color: #282828;
}
.bg-warning {
    background-color: #a1ce55;
}
.bg-danger {
    background-color: #341abd;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
    background-color: #20a997;
    border-color: #20a997;
    color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #14695e;
    border-color: #14695e;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff;
    background-color: #14695e;
    border-color: #14695e;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
    background-color: #f7f8fa;
    border-color: #f7f8fa;
    color: #5d7095;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
    color: #5d7095;
    background-color: #c8cfdd;
    border-color: #c8cfdd;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #5d7095;
    background-color: #c8cfdd;
    border-color: #c8cfdd;
}
.btn-info,
.btn-info:active,
.btn-info.active {
    background-color: #282828;
    border-color: #282828;
    color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #020202;
    border-color: #020202;
}
.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff;
    background-color: #020202;
    border-color: #020202;
}
.btn-success,
.btn-success:active,
.btn-success.active {
    background-color: #383838;
    border-color: #383838;
    color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #121212;
    border-color: #121212;
}
.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff;
    background-color: #121212;
    border-color: #121212;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
    background-color: #a1ce55;
    border-color: #a1ce55;
    color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
    color: #ffffff;
    background-color: #7aa730;
    border-color: #7aa730;
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff;
    background-color: #7aa730;
    border-color: #7aa730;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
    background-color: #341abd;
    border-color: #341abd;
    color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #21117a;
    border-color: #21117a;
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff;
    background-color: #21117a;
    border-color: #21117a;
}
.btn-black,
.btn-black:active,
.btn-black.active {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
    color: #ffffff;
    background-color: #0d0d0d;
    border-color: #0d0d0d;
}
.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff;
    background-color: #0d0d0d;
    border-color: #0d0d0d;
}
.btn-white,
.btn-white:active,
.btn-white.active {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
    color: #808080;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
    color: #808080;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}
.btn-white,
.btn-white:active,
.btn-white.active {
    color: #333333;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
    color: #333333;
}
.btn-white.disabled,
.btn-white:disabled {
    color: #333333;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
    background: none;
    border-color: #10534a;
    color: #10534a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
    color: #ffffff;
    background-color: #20a997;
    border-color: #20a997;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff;
    background-color: #20a997;
    border-color: #20a997;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
    background: none;
    border-color: #b8c1d3;
    color: #b8c1d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
    color: #5d7095;
    background-color: #f7f8fa;
    border-color: #f7f8fa;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #5d7095;
    background-color: #f7f8fa;
    border-color: #f7f8fa;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
    background: none;
    border-color: #000000;
    color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
    color: #ffffff;
    background-color: #282828;
    border-color: #282828;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #ffffff;
    background-color: #282828;
    border-color: #282828;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
    background: none;
    border-color: #050505;
    color: #050505;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
    color: #ffffff;
    background-color: #383838;
    border-color: #383838;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #ffffff;
    background-color: #383838;
    border-color: #383838;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
    background: none;
    border-color: #6c932a;
    color: #6c932a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
    color: #ffffff;
    background-color: #a1ce55;
    border-color: #a1ce55;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #ffffff;
    background-color: #a1ce55;
    border-color: #a1ce55;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
    background: none;
    border-color: #1b0e63;
    color: #1b0e63;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
    color: #ffffff;
    background-color: #341abd;
    border-color: #341abd;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff;
    background-color: #341abd;
    border-color: #341abd;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
    background: none;
    border-color: #000000;
    color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
    color: #333333;
    background-color: #ffffff;
    border-color: #ffffff;
}
.text-primary {
    color: #20a997;
}
.text-secondary {
    color: #f7f8fa;
}
.text-success {
    color: #383838;
}
.text-info {
    color: #282828;
}
.text-warning {
    color: #a1ce55;
}
.text-danger {
    color: #341abd;
}
.text-white {
    color: #ffffff;
}
.text-black {
    color: #000000;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #10534a;
}
a.text-secondary:hover,
a.text-secondary:focus {
    color: #b8c1d3;
}
a.text-success:hover,
a.text-success:focus {
    color: #050505;
}
a.text-info:hover,
a.text-info:focus {
    color: #000000;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #6c932a;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #1b0e63;
}
a.text-white:hover,
a.text-white:focus {
    color: #cccccc;
}
a.text-black:hover,
a.text-black:focus {
    color: #4d4d4d;
}
.alert-success {
    background-color: #383838;
}
.alert-info {
    background-color: #282828;
}
.alert-warning {
    background-color: #a1ce55;
}
.alert-danger {
    background-color: #341abd;
}
a,
a:hover {
    color: #20a997;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #66e2d2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #ababab;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #dbdbdb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #f9fcf3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #806ceb;
}
.mobirise-spinner em:nth-child(1) {
    background: #20a997;
}
.mobirise-spinner em:nth-child(2) {
    background: #f7f8fa;
}
.mobirise-spinner em:nth-child(3) {
    background: #383838;
}
#scrollToTopMarker {
    display: none;
}
#scrollToTopButton {
    background-color: #2a3cb7;
}
#scrollToTopButton a:before {
    background: #ffffff;
}
#scrollToTopButton a:after {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
}
.display-4 .mbr-iconfont-btn {
    font-size: 0.6875rem;
    width: 0.6875rem;
}
form.mbr-form input.display-7,
form.mbr-form textarea.display-7,
form.mbr-form select.display-7,
    /*.form-check-label.display-7 {
        font-family: "Jost", sans-serif;
        font-size: 1rem;
    }*/
.cid-srugmNvvB2 {
    min-height: 56px;
    background-color: #2b3238;
}
.cid-srugmNvvB2 .hamburger span,
.cid-srugmNvvB2 .close-sidebar span {
    background: #ffffff;
}
.cid-srugmNvvB2 .nav-dropdown .dropdown-menu .dropdown-item {
    font-weight: 500;
    width: 100%;
    text-align: inherit;
    transition: padding 0.2s ease-out;
    overflow: visible;
    position: relative;
    line-height: 35px;
}
.cid-srugmNvvB2 .nav-dropdown .dropdown-menu .dropdown-item:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 0;
    background: #777;
    transition: all 0.2s ease-out;
    left: 0;
}
.cid-srugmNvvB2 .nav-dropdown .dropdown-menu .dropdown-item:hover {
    padding-left: 12px;
    padding-right: 0;
}
.cid-srugmNvvB2 .nav-dropdown .dropdown-menu .dropdown-item:hover:before {
    width: 7px;
}
.cid-srugmNvvB2 a.nav-link {
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 0.02em;
    position: relative;
}
.cid-srugmNvvB2 .menu-social-list {
    margin: 0 2rem;
}
.cid-srugmNvvB2 .menu-social-list .amp-iconfont {
    color: #ffffff;
}
.cid-srugmNvvB2 .navbar {
    min-height: 56px;
    background: #2b3238;
}
@media (max-width: 991px) {
    .cid-srugmNvvB2 .navbar .navbar-brand {
        flex-shrink: initial;
    }
}
.cid-srugmNvvB2 .navbar-brand {
    flex-shrink: 0;
    padding: 0;
    margin: 0;
}
@media (min-width: 992px) {
    .cid-srugmNvvB2 .collapse {
        margin-left: 60px;
    }
    .cid-srugmNvvB2 .navbar-nav .nav-link {
        margin: 0;
        padding: 0;
    }
    .cid-srugmNvvB2 .navbar-nav .nav-item {
        margin: 0 29px;
    }
    .cid-srugmNvvB2 .navbar-nav .nav-item:first-child {
        margin-left: 0;
    }
    .cid-srugmNvvB2 .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }
    .cid-srugmNvvB2 .navbar-buttons {
        margin-left: 2rem;
    }
    .cid-srugmNvvB2 .navbar-nav .mbr-iconfont {
        line-height: 70px;
    }
}
.cid-srugmNvvB2 .navbar-buttons .btn {
    box-shadow: none;
    transform: none;
}
.cid-srugmNvvB2 .builder-sidebar,
.cid-srugmNvvB2 .collapse,
.cid-srugmNvvB2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #2b3238;
}
@media (max-width: 991px) {
    .cid-srugmNvvB2 .navbar-nav {
        margin: 34px 0;
    }
    .cid-srugmNvvB2 .navbar-nav a {
        padding: 0;
        margin: 0;
    }
    .cid-srugmNvvB2 .dropdown-menu {
        padding: 0;
    }
    .cid-srugmNvvB2 .navbar-buttons .btn {
        margin-top: 1rem;
    }
    .cid-srugmNvvB2 a.nav-link {
        line-height: 28px;
    }
    .cid-srugmNvvB2 .dropdown-toggle .mbr-iconfont,
    .cid-srugmNvvB2 .navbar-nav .mbr-iconfont {
        position: absolute;
        right: 0;
        line-height: 28px;
    }
    .cid-srugmNvvB2 .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        content: "";
        margin-left: 0.25rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 45%;
    }
    .cid-srugmNvvB2 .link.dropdown-toggle:after {
        content: "";
        margin-left: 0.25rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        margin-top: 10px;
    }
}
.cid-srugmNvvB2 .close-sidebar:focus {
    outline: 2px auto #20a997;
}
.cid-srugmNvvB2 amp-img {
    height: 47px;
    width: 47px;
}
.cid-srugmNvvB2 amp-img img {
    height: 47px;
    object-fit: contain;
}
.cid-srugmNvvB2 .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    content: none;
}
.cid-srugmNvvB2 .link.dropdown-toggle:after {
    content: none;
}
.cid-srwSJkLzVK {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #000000;
}
.cid-srwSJkLzVK .carousel-img {
    width: 100%;
    margin: 0;
}
.cid-srwSJkLzVK img {
    object-fit: cover;
}
.cid-srwSJkLzVK .carousel {
    height: 100vh;
}
.cid-srwSJkLzVK .section_title {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
@media (max-width: 767px) {
    .cid-srwSJkLzVK h2 {
        line-height: 1.2;
    }
    .cid-srwSJkLzVK .section_title {
        width: 100%;
        padding: 0 1rem;
    }
    .cid-srwSJkLzVK .amp-carousel-button {
        display: none;
    }
}
.cid-srwSJkLzVK .amp-carousel-button {
    display: none;
}
.cid-srwSJkLzVK .amp-carousel-button-next,
.cid-srwSJkLzVK .amp-carousel-button-prev {
    background-size: 51px;
    border-radius: 0;
    background-color: transparent;
}
.cid-srwSJkLzVK .amp-carousel-button-next {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 330.002 330.002' style='enable-background:new 0 0 330.002 330.002;' xml:space='preserve'%3E%3Cpath id='XMLID_226_' d='M233.252,155.997L120.752,6.001c-4.972-6.628-14.372-7.97-21-3c-6.628,4.971-7.971,14.373-3,21 l105.75,140.997L96.752,306.001c-4.971,6.627-3.627,16.03,3,21c2.698,2.024,5.856,3.001,8.988,3.001 c4.561,0,9.065-2.072,12.012-6.001l112.5-150.004C237.252,168.664,237.252,161.33,233.252,155.997z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E ");
}
.cid-srwSJkLzVK .amp-carousel-button-next:hover {
    right: 12px;
}
.cid-srwSJkLzVK .amp-carousel-button-prev {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 330.002 330.002' style='enable-background:new 0 0 330.002 330.002;' xml:space='preserve'%3E%3Cpath id='XMLID_227_' d='M233.25,306.001L127.5,165.005L233.25,24.001c4.971-6.628,3.627-16.03-3-21c-6.627-4.971-16.03-3.626-21,3 L96.75,156.005c-4,5.333-4,12.667,0,18l112.5,149.996c2.947,3.93,7.451,6.001,12.012,6.001c3.131,0,6.29-0.978,8.988-3.001 C236.878,322.03,238.221,312.628,233.25,306.001z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E ");
}
.cid-srwSJkLzVK .amp-carousel-button-prev:hover {
    left: 12px;
}
.cid-srwSJkLzVK .dots-wrapper {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
}
.cid-srwSJkLzVK .dots-wrapper .dots {
    margin: 30px 10px;
}
.cid-srwSJkLzVK .dots-wrapper .dots .current {
    background-color: #20a997;
}
.cid-srwQZCq9Ba {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
}
.cid-srwQZCq9Ba H3 {
    text-align: left;
    color: #2b3238;
}
.cid-srwQZCq9Ba .widgets_item {
    padding: 40px;
}
@media (max-width: 767px) {
    .cid-srwQZCq9Ba .widgets_item {
        padding: 20px;
    }
}
.cid-srwQZCq9Ba .card-img .mbr-iconfont {
    color: #a1ce55;
    font-size: 3rem;
    width: 3rem;
}
.cid-srwQZCq9Ba .mbr-text {
    color: #383838;
}
.cid-srwQZCq9Ba .card_text {
    color: #383838;
}
.cid-srwQZCq9Ba h5,
.cid-srwQZCq9Ba .card-img {
    color: #2b3238;
}
.cid-srwQZCq9Ba H4 {
    color: #20a997;
}
.cid-srwSBXwMD5 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
}
.cid-srwSBXwMD5 H3,
.cid-srwSBXwMD5 .mbr-section-btn {
    text-align: left;
}
@media (min-width: 992px) {
    .cid-srwSBXwMD5 amp-img,
    .cid-srwSBXwMD5 img {
        height: 100vh;
    }
}
.cid-srwSBXwMD5 .mbr-row {
    align-items: center;
}
.cid-srwSBXwMD5 amp-img,
.cid-srwSBXwMD5 img {
    object-fit: cover;
}
.cid-srwSBXwMD5 H3 {
    color: #2b3238;
}
.cid-srwSBXwMD5 .mbr-text,
.cid-srwSBXwMD5 .mbr-section-btn {
    color: #383838;
}
.cid-srwSBXwMD5 H4 {
    color: #20a997;
}
.cid-srwRa9Px7Z {
    padding-top: 150px;
    padding-bottom: 0px;
    background-color: #ffffff;
}
.cid-srwRa9Px7Z .card_wrap {
    position: relative;
    height: 340px;
    margin-bottom: 35px;
    cursor: pointer;
}
.cid-srwRa9Px7Z .card_wrap:hover .card_content {
    opacity: 1;
}
.cid-srwRa9Px7Z .card_wrap h5 {
    pointer-events: all;
}
.cid-srwRa9Px7Z .card_wrap amp-img,
.cid-srwRa9Px7Z .card_wrap img {
    object-fit: cover;
}
.cid-srwRa9Px7Z .card_wrap .card_content {
    padding: 0 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.2s ease-out;
    pointer-events: none;
}
@media (min-width: 992px) {
    .cid-srwRa9Px7Z .card_wrap .card_content {
        opacity: 0;
    }
}
.cid-srwRa9Px7Z .info_card {
    padding: 0 35px;
    width: 100%;
    background: #20a997;
}
.cid-srwRaqO7j5 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
}
.cid-srwRaqO7j5 .card_wrap {
    position: relative;
    height: 500px;
    margin-bottom: 35px;
    cursor: pointer;
}
.cid-srwRaqO7j5 .card_wrap:hover .card_content {
    opacity: 1;
}
.cid-srwRaqO7j5 .card_wrap h5 {
    pointer-events: all;
}
.cid-srwRaqO7j5 .card_wrap amp-img,
.cid-srwRaqO7j5 .card_wrap img {
    object-fit: cover;
}
.cid-srwRaqO7j5 .card_wrap .card_content {
    padding: 0 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.2s ease-out;
    pointer-events: none;
}
@media (min-width: 992px) {
    .cid-srwRaqO7j5 .card_wrap .card_content {
        opacity: 0;
    }
}
.cid-srwRaqO7j5 .info_card {
    padding: 0 35px;
    width: 100%;
    background: #341abd;
}
.cid-srwRaqO7j5 .btn-primary {
    padding: 0;
    background-color: transparent;
    border-color: transparent;
}
.cid-srwRaqO7j5 .btn-primary:hover,
.cid-srwRaqO7j5 .btn-primary:focus,
.cid-srwRaqO7j5 .btn-primary:active {
    border-color: transparent;
    background-color: transparent;
}
.cid-srwRaqO7j5 h5,
.cid-srwRaqO7j5 h4,
.cid-srwRaqO7j5 .mbr-section-btn {
    text-align: left;
}
.cid-srwRaESBu3 {
    padding-top: 0px;
    padding-bottom: 60px;
    background-color: #ffffff;
}
.cid-srwRaESBu3 .card_wrap {
    position: relative;
    height: 340px;
    margin-bottom: 35px;
    cursor: pointer;
}
.cid-srwRaESBu3 .card_wrap:hover .card_content {
    opacity: 1;
}
.cid-srwRaESBu3 .card_wrap h5 {
    pointer-events: all;
}
.cid-srwRaESBu3 .card_wrap amp-img,
.cid-srwRaESBu3 .card_wrap img {
    object-fit: cover;
}
.cid-srwRaESBu3 .card_wrap .card_content {
    padding: 0 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.2s ease-out;
    pointer-events: none;
}
@media (min-width: 992px) {
    .cid-srwRaESBu3 .card_wrap .card_content {
        opacity: 0;
    }
}
.cid-srwRaESBu3 .info_card {
    padding: 0 35px;
    width: 100%;
    background: #a1ce55;
}
.cid-srwRaESBu3 .card-img .mbr-iconfont {
    font-size: 3.5rem;
    width: 3.5rem;
    color: #ffffff;
}
.cid-srwU3IHSya {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #ffffff;
}
.cid-srwU3IHSya .carousel,
.cid-srwU3IHSya .slider-box,
.cid-srwU3IHSya .carousel-img {
    width: 100%;
    height: 300px;
}
.cid-srwU3IHSya .carousel-img {
    margin: 30px 50px 3rem 0;
}
.cid-srwU3IHSya .carousel-img:last-child {
    margin-right: 0;
}
.cid-srwU3IHSya amp-img,
.cid-srwU3IHSya img {
    object-fit: cover;
}
@media (min-width: 768px) {
    .cid-srwU3IHSya .carousel-img {
        max-width: 420px;
    }
}
@media (max-width: 767px) {
    .cid-srwU3IHSya .amp-carousel-button {
        display: none;
    }
    .cid-srwU3IHSya .carousel-img {
        padding: 0;
        margin-left: 1.5rem;
    }
    .cid-srwU3IHSya .carousel-img:first-child {
        margin-left: 0;
    }
    .cid-srwU3IHSya .carousel-img:last-child {
        margin-right: 0;
    }
}
.cid-srwU3IHSya .amp-carousel-button-next,
.cid-srwU3IHSya .amp-carousel-button-prev {
    background-size: 51px;
    border-radius: 0;
    background-color: transparent;
}
.cid-srwU3IHSya .amp-carousel-button-next {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 330.002 330.002' style='enable-background:new 0 0 330.002 330.002;' xml:space='preserve'%3E%3Cpath id='XMLID_226_' d='M233.252,155.997L120.752,6.001c-4.972-6.628-14.372-7.97-21-3c-6.628,4.971-7.971,14.373-3,21 l105.75,140.997L96.752,306.001c-4.971,6.627-3.627,16.03,3,21c2.698,2.024,5.856,3.001,8.988,3.001 c4.561,0,9.065-2.072,12.012-6.001l112.5-150.004C237.252,168.664,237.252,161.33,233.252,155.997z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E ");
}
.cid-srwU3IHSya .amp-carousel-button-prev {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 330.002 330.002' style='enable-background:new 0 0 330.002 330.002;' xml:space='preserve'%3E%3Cpath id='XMLID_227_' d='M233.25,306.001L127.5,165.005L233.25,24.001c4.971-6.628,3.627-16.03-3-21c-6.627-4.971-16.03-3.626-21,3 L96.75,156.005c-4,5.333-4,12.667,0,18l112.5,149.996c2.947,3.93,7.451,6.001,12.012,6.001c3.131,0,6.29-0.978,8.988-3.001 C236.878,322.03,238.221,312.628,233.25,306.001z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E ");
}
.cid-srwU3IHSya H4 {
    color: #20a997;
}
.cid-srwU3IHSya H3 {
    color: #2b3238;
}
.cid-srwRn6BEv2 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
}
.cid-srwRn6BEv2 .carousel,
.cid-srwRn6BEv2 .slider-box,
.cid-srwRn6BEv2 .carousel-img {
    width: 100%;
    height: 360px;
}
.cid-srwRn6BEv2 amp-img,
.cid-srwRn6BEv2 img {
    object-fit: cover;
}
@media (min-width: 992px) {
    .cid-srwRn6BEv2 .carousel-img {
        max-width: 900px;
    }
}
.cid-srwRn6BEv2 .card-img .mbr-iconfont {
    color: #20a997;
    font-size: 2rem;
    width: 2rem;
}
.cid-srwRn6BEv2 .rewiew {
    line-height: 1.1;
}
.cid-srwRn6BEv2 .amp-carousel-button {
    display: none;
}
.cid-srwRn6BEv2 .dots-wrapper {
    position: absolute;
    left: 50%;
    bottom: 1%;
    transform: translateX(-50%);
}
.cid-srwRn6BEv2 .dots-wrapper .dots {
    margin: 5px 10px;
}
.cid-srwRn6BEv2 .dots-wrapper .dots span {
    background-color: #282828;
}
.cid-srwRn6BEv2 .dots-wrapper .dots .current {
    background-color: #20a997;
}
.cid-srwRn6BEv2 .profession {
    color: #a1ce55;
}
.cid-srwRn6BEv2 .rewiew,
.cid-srwRn6BEv2 .card-img {
    color: #383838;
}
.cid-srwRn6BEv2 .author {
    color: #2b3238;
}
.cid-srwRb2UZyl {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
}
.cid-srwRb2UZyl H3,
.cid-srwRb2UZyl .mbr-section-btn {
    text-align: left;
}
.cid-srwRb2UZyl amp-img,
.cid-srwRb2UZyl img {
    object-fit: cover;
}
@media (min-width: 992px) {
    .cid-srwRb2UZyl .section_title {
        padding: 52px 60px 52px 30px;
    }
}
@media (max-width: 991px) {
    .cid-srwRb2UZyl .section_title {
        padding: 3rem 2rem;
    }
}
.cid-srwRb2UZyl .card_location {
    align-items: center;
}
.cid-srwRb2UZyl .card_location .mbr-iconfont {
    margin-right: 8px;
    font-size: 16px;
    width: 16px;
    color: #20a997;
}
.cid-srwRb2UZyl H3 {
    color: #2b3238;
}
.cid-srwRb2UZyl .info {
    color: #383838;
}
.cid-srwRb2UZyl .text,
.cid-srwRb2UZyl .mbr-section-btn {
    color: #383838;
}
.cid-srwRqnJ5kL {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
}
@media (max-width: 991px) {
    .cid-srwRqnJ5kL .m_md {
        margin-bottom: 35px;
    }
}
.cid-srwRqnJ5kL .section_title {
    margin-bottom: 60px;
}
.cid-srwRqnJ5kL .card_wrap {
    margin-bottom: 35px;
    position: relative;
    cursor: pointer;
    height: 100%;
    min-height: 220px;
}
.cid-srwRqnJ5kL .card_wrap:hover a:before,
.cid-srwRqnJ5kL .card_wrap:hover a span {
    opacity: 1;
}
.cid-srwRqnJ5kL amp-img,
.cid-srwRqnJ5kL img {
    object-fit: cover;
}
.cid-srwRqnJ5kL a:before {
    content: "";
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
}
.cid-srwRqnJ5kL a span {
    opacity: 1;
    position: absolute;
    top: 50%;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
    .cid-srwRqnJ5kL a:before {
        opacity: 0;
    }
    .cid-srwRqnJ5kL a span {
        opacity: 0;
    }
}
.is-builder .cid-srwRqnJ5kL a:before {
    pointer-events: none;
}
.cid-srwRqnJ5kL .info_card {
    padding: 35px;
    width: 100%;
    background: #20a997;
}
.cid-srwRqnJ5kL .amp-iconfont {
    width: 2rem;
    font-size: 2rem;
    color: #ffffff;
}
.cid-srwRqnJ5kL H3 {
    color: #2b3238;
}
.cid-srwRqnJ5kL H4 {
    color: #20a997;
}
.cid-srwRr85KE4 {
    padding-top: 105px;
    padding-bottom: 105px;
    background-color: #2b3238;
}
.cid-srwRr85KE4 h4 {
    text-align: left;
}
.cid-srwRr85KE4 .copyright,
.cid-srwRr85KE4 .item,
.cid-srwRr85KE4 .mbr-text {
    color: #cccccc;
}
.cid-srwRr85KE4 .social_list a {
    margin-right: 15px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 29.4px;
}
.cid-srwRr85KE4 .social_list a:last-child {
    margin-right: 0;
}
.cid-srwRr85KE4 .social_list a:hover {
    opacity: 0.8;
}
.cid-srwRr85KE4 .social_list a:nth-child(1),
.cid-srwRr85KE4 .social_list a:nth-child(4) {
    background-color: #a1ce55;
}
.cid-srwRr85KE4 .social_list a:nth-child(2),
.cid-srwRr85KE4 .social_list a:nth-child(5) {
    background-color: #20a997;
}
.cid-srwRr85KE4 .social_list a:nth-child(3),
.cid-srwRr85KE4 .social_list a:nth-child(6) {
    background-color: #f7f8fa;
}
.cid-srwRr85KE4 .social_list .amp-iconfont {
    width: 14px;
    font-size: 14px;
    color: #2b3238;
}
.cid-srwRr85KE4 .mbr-form {
    position: relative;
}
.cid-srwRr85KE4 .field-input {
    background-color: transparent;
    border: 1px solid #616161;
    height: 55px;
    letter-spacing: -0.02em;
    padding-right: 75px;
    color: #cccccc;
}
.cid-srwRr85KE4 input::placeholder {
    color: #cccccc;
}
.cid-srwRr85KE4 .btn-form {
    height: 55px;
    position: absolute;
    right: 4%;
    border-radius: 0;
}
.cid-srwRr85KE4 .btn-form span {
    margin-left: 7px;
}
.cid-srwRr85KE4 .btn-form.btn-black {
    background-color: transparent;
    border-color: transparent;
}
.cid-srwRr85KE4 .copyright a,
.cid-srwRr85KE4 .item a,
.cid-srwRr85KE4 .adress a {
    transition: all 0.3s ease;
}
.cid-srwRr85KE4 .contacts {
    align-items: baseline;
}
.cid-srwRr85KE4 .mbr-iconfont {
    font-size: 16px;
    width: 16px;
    color: #ffffff;
    margin-right: 14px;
}
@media (min-width: 992px) {
    .cid-srwRr85KE4 .wrap_left {
        padding-right: 10%;
    }
    .cid-srwRr85KE4 .about_wrap {
        padding: 0 10% 0 6%;
    }
}
@media (max-width: 991px) {
    .cid-srwRr85KE4 .group-title {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .cid-srwRr85KE4 .wrap_left {
        padding-right: 0;
    }
    .cid-srwRr85KE4 .about_wrap {
        padding: 0;
    }
}
.cid-srwRr85KE4 .gdpr-block {
    text-align: left;
    padding: 10px 20px;
}
.cid-srwRr85KE4 .textGDPR {
    font-size: 16px;
}
.cid-srwRr85KE4 .info {
    color: #ffffff;
}
.cid-srwRr85KE4 .about {
    color: #ffffff;
}
/*[class*="-iconfont"] {
    display: inline-flex;
}*/
