
        html {
            overflow-x: hidden !important
        }

        html, html body {
            height: auto !important
        }

        html body {
            margin: 0 !important
        }

        body {
            -webkit-text-size-adjust: 100%;
            -moz-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
            text-size-adjust: 100%
        }

        body noscript>* {
            position: absolute !important;
            width: 100%;
            height: 100%;
            z-index: 2
        }

        body noscript {
            display: inline !important
        }

        template {
            display: none !important
        }
        
        [visible-when-invalid]:not(.visible),
        form [submit-error],
        form [submit-success],
        form [submitting] {
            display: none
        }

        [visible-when-invalid] {
            color: red
        }


        div,
        span,
        h1,
        h2,
        h4,
        p,
        a,
        ul,
        li,
        textarea,
        input {
            font: inherit;
        }

        * {
            box-sizing: border-box;
            outline: none;
        }

        *:focus {
            outline: none;
        }

        body {
            position: relative;
            font-style: normal;
            line-height: 1.5;
            color: #000000;
        }

        section {
            background-color: #ffffff;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: cover;
            overflow: hidden;
            padding: 30px 0;
        }

        section,
        .container {
            position: relative;
            word-wrap: break-word;
        }

        h1,
        h2,
        h4 {
            margin: 0;
            padding: 0;
        }

        p,
        li {
            letter-spacing: 0.5px;
            line-height: 1.7;
        }

        ul,
        p {
            margin-bottom: 0;
            margin-top: 0;
        }

        a {
            cursor: pointer;
        }

        a,
        a:hover {
            text-decoration: none;
        }

        h1,
        h2,
        h4,
        .display-1,
        .display-2,
        .display-5,
        .display-7 {
            word-break: break-word;
            word-wrap: break-word;
        }

        strong {
            font-weight: bold;
        }

        body {
            height: auto;
            min-height: 100vh;
        }

        .mbr-section-title {
            margin: 0;
            padding: 0;
            font-style: normal;
            line-height: 1.2;
            width: 100%;
        }

        .mbr-section-subtitle {
            line-height: 1.3;
            width: 100%;
        }

        .mbr-text {
            font-style: normal;
            line-height: 1.6;
            width: 100%;
        }

        .btn {
            text-align: center;
            position: relative;
            margin: .4rem .8rem;
            font-weight: 700;
            border-width: 2px;
            border-style: solid;
            font-style: normal;
            white-space: normal;
            transition: all .2s ease-in-out, box-shadow 2s ease-in-out;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            word-break: break-word;
            line-height: 1.5;
            letter-spacing: 1px;
        }

        .btn-form {
            padding: 1rem 2rem;
        }

        .btn-form:hover {
            cursor: pointer;
        }

        .mbr-white {
            color: #ffffff;
        }

        .align-center {
            text-align: center;
        }

        @media (max-width: 767px) {
            .align-center {
                text-align: center;
            }
        }

        .mbr-bold {
            font-weight: 700;
        }

        .mbr-section-btn {
            margin-left: -.8rem;
            margin-right: -.8rem;
            font-size: 0;
        }

        nav .mbr-section-btn {
            margin-left: 0rem;
            margin-right: 0rem;
        }

        .mbr-overlay {
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 0;
        }

        section.menu {
            min-height: 70px;
        }

        .menu-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            min-height: 70px;
        }

        @media (max-width: 991px) {
            .menu-container {
                max-width: 100%;
                padding: 0 2rem;
            }
        }

        @media (max-width: 767px) {
            .menu-container {
                padding: 0 1rem;
            }
        }

        .navbar {
            z-index: 100;
            width: 100%;
        }

        .navbar-fixed-top {
            position: fixed;
            top: 0;
        }

        .navbar-brand {
            display: flex;
            align-items: center;
            word-break: break-word;
            z-index: 1;
        }

        .navbar-caption-wrap {
            display: flex;
        }

        .navbar .navbar-collapse {
            display: flex;
            flex-basis: auto;
            align-items: center;
            justify-content: flex-end;
        }

        @media (max-width: 991px) {
            .navbar .navbar-collapse {
                display: none;
                position: absolute;
                top: 0;
                right: 0;
                min-height: 100vh;
                padding: 70px 2rem 1rem;
                z-index: 1;
            }
        }

        .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;
            }
        }

        .nav-item {
            word-break: break-all;
        }

        .nav-link {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .nav-link,
        .navbar-caption {
            transition: all 0.2s;
            letter-spacing: 1px;
        }

        .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 .5rem;
        }

        .hamburger span {
            position: absolute;
            right: 0;
            width: 30px;
            height: 2px;
            border-right: 5px;
        }

        .hamburger span:nth-child(1) {
            top: 0;
            transition: all .2s;
        }

        .hamburger span:nth-child(2) {
            top: 8px;
            transition: all .15s;
        }

        .hamburger span:nth-child(3) {
            top: 8px;
            transition: all .15s;
        }

        .hamburger span:nth-child(4) {
            top: 16px;
            transition: all .2s;
        }

        .ampstart-btn.hamburger {
            position: absolute;
            top: 25px;
            right: 15px;
            margin-left: auto;
            width: 30px;
            height: 20px;
            background: none;
            border: none;
            cursor: pointer;
            z-index: 1000;
        }

        .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;
        }

        .close-sidebar span:nth-child(1) {
            transform: rotate(45deg);
        }

        .close-sidebar span:nth-child(2) {
            transform: rotate(-45deg);
        }

        div[submit-success] {
            padding: 1rem;
            margin-bottom: 1rem;
        }

        div[submit-error] {
            padding: 1rem;
            margin-bottom: 1rem;
        }

        .is-builder section.horizontal-menu .ampstart-btn {
            display: none;
        }

        .container {
            padding-right: 1rem;
            padding-left: 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;
            }
        }

        .mbr-flex {
            display: flex;
        }

        .mbr-jc-c {
            justify-content: center;
        }

        .mbr-row {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -1rem;
            margin-left: -1rem;
        }

        .mbr-column {
            flex-direction: column;
        }

        @media (max-width: 767px) {
            .mbr-col-sm-12 {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
                padding-right: 1rem;
                padding-left: 1rem;
            }
        }

        @media (min-width: 768px) {
            .mbr-col-md-12 {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
                padding-right: 1rem;
                padding-left: 1rem;
            }
        }

        @media (min-width: 992px) {
            .mbr-col-lg-4 {
                -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
                max-width: 33.33%;
                padding-right: 1rem;
                padding-left: 1rem;
            }

            .mbr-col-lg-8 {
                -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
                max-width: 66.666667%;
                padding-left: 1rem;
                padding-right: 1rem;
            }

            .mbr-col-lg-12 {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
                padding-right: 1rem;
                padding-left: 1rem;
            }
        }

        .mbr-pt-2 {
            padding-top: 1rem;
        }

        .mbr-pt-3 {
            padding-top: 1.5rem;
        }

        .mbr-pt-4 {
            padding-top: 2rem;
        }

        .mbr-pb-3 {
            padding-bottom: 1.5rem;
        }

        .mbr-pb-4 {
            padding-bottom: 2rem;
        }

        .mbr-px-2 {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .mbr-m-auto {
            margin: auto;
        }

        .form-block {
            z-index: 1;
            background-color: transparent;
            padding: 3rem;
            position: relative;
            overflow: visible;
        }

        @media (max-width: 992px) {
            .form-block {
                padding: 1rem;
            }
        }

        .form-block input,
        .form-block textarea {
            border-radius: 0;
            background-color: #ffffff;
            margin: 0;
            transition: 0.4s;
            width: 100%;
            border: 1px solid #e0e0e0;
            padding: 11px 1rem;
        }

        form .fieldset {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            align-items: center;
        }

        .field {
            flex-basis: auto;
            flex-grow: 1;
            flex-shrink: 1;
            padding: 0.5rem;
        }

        @media (max-width: 768px) {
            .field {
                flex-basis: 100%;
            }
        }

        textarea {
            width: 100%;
            margin-right: 0;
        }

        .text-field {
            flex-basis: 100%;
            flex-grow: 1rem;
            flex-shrink: 1;
            padding: 0.5rem;
        }

        .iconfont-wrapper {
            display: inline-block;
            width: 1.5rem;
            height: 1.5rem;
        }

        .iconfont {
            vertical-align: middle;
            width: 1.5rem;
            height: 100%;
            font-size: 1.5rem;
        }

        body {
            font-family: Didact Gothic;
        }

        div[submit-success] {
            background: #f6f6f6;
        }

        div[submit-error] {
            background: #b2ccd2;
        }

        .display-1 {
            font-family: 'Poppins', sans-serif;
            font-size: 4.3rem;
            line-height: 1.2;
        }

        .display-2 {
            font-family: 'Poppins', sans-serif;
            font-size: 2.5rem;
            line-height: 1.2;
        }

        .display-5 {
            font-family: 'Poppins', sans-serif;
            font-size: 1.5rem;
            line-height: 1.2;
        }

        .display-7 {
            font-family: 'Poppins', sans-serif;
            font-size: 1.1rem;
            line-height: 1.6;
        }

        .form-block input,
        .form-block textarea {
            font-family: 'Poppins', sans-serif;
            font-size: 1.1rem;
            line-height: 1;
        }

        @media (max-width: 768px) {
            .display-1 {
                font-size: 3.44rem;
                font-size: calc(2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20)));
                line-height: calc(1.4 * (2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20))));
            }

            .display-2 {
                font-size: 2rem;
                font-size: calc(1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
                line-height: calc(1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
            }

            .display-5 {
                font-size: 1.2rem;
                font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
                line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
            }

            .display-7 {
                font-size: 0.88rem;
                font-size: calc(1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
                line-height: calc(1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
            }
        }

        .btn {
            padding: 10px 30px;
            border-radius: 0px;
        }

        .btn-md {
            padding: 10px 30px;
            border-radius: 0px;
        }

        .btn-primary {
            position: relative;
            z-index: 1;
        }

        .btn-primary:after {
            z-index: -1;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: 100%;
            transition: 0.2s;
            width: 0;
        }

        .btn-primary,
        .btn-primary:active {
            background-color: #7d5bd9;
            border-color: #7d5bd9;
            color: #ffffff;
        }

        .btn-primary:hover,
        .btn-primary:focus {
            background-color: #7d5bd9;
            border-color: #7d5bd9;
            color: #7d5bd9;
        }

        .btn-primary:hover:after {
            width: 100%;
            background-color: #fff;
        }

        .btn-primary:disabled {
            background-color: #aaa;
            color: #fff;
            cursor: not-allowed;
            border-color: #7d5bd9;
        }

        .btn-black {
            position: relative;
            z-index: 1;
        }

        .btn-black:after {
            z-index: -1;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: 100%;
            transition: 0.2s;
            width: 0;
        }

        .btn-black,
        .btn-black:active {
            background-color: #010101;
            border-color: #010101;
            color: #ffffff;
        }

        .btn-black:hover,
        .btn-black:focus {
            background-color: #010101;
            border-color: #010101;
            color: #010101;
        }

        .btn-black:hover:after {
            width: 100%;
            background-color: #fff;
        }

        .btn-black:disabled {
            color: #ffffff;
            background-color: #010101;
            border-color: #010101;
        }

        .text-black {
            color: #010101;
        }

        a[class*="text-"],
        .iconfont {
            transition: 0.2s ease-in-out;
        }

        .iconfont {
            color: #7d5bd9;
        }

        a.text-black:hover,
        a.text-black:focus {
            color: #cccccc;
        }

        .features1 span.iconfont {
            transition: 0.3s;
        }

        .features1 .card:hover span.iconfont {
            color: #f6f6f6;
        }

        .team1 .card .iconfont {
            transition: 0.2s ease-in-out;
        }

        @media (max-width: 767px) {
            .team1 .card .card-box .iconfont {
                color: #f6f6f6;
            }
        }

        .team1 .card:hover .iconfont {
            color: #f6f6f6;
        }

        .white-purple {
            background-color: #ffffff;
        }

        .white-purple .navbar {
            background: #ffffff;
        }

        .white-purple .navbar-caption {
            line-height: inherit;
        }

        @media (max-width: 991px) {
            .white-purple .navbar .navbar-collapse {
                background: #ffffff;
            }
        }

        .white-purple .nav-link {
            margin: .667em 1em;
            padding: 0;
        }

        .white-purple .hamburger span {
            background-color: #232323;
        }

        .white-purple .builder-sidebar {
            background-color: #ffffff;
        }

        .white-purple .close-sidebar:focus {
            outline: 2px auto #7d5bd9;
        }

        .white-purple .close-sidebar span {
            background-color: #232323;
        }

        @media (min-width: 992px) {
            .white-purple .menu-social-list {
                padding-left: 1rem;
            }
        }

        @media (max-width: 991px) {
            .white-purple .menu-social-list {
                padding-top: .5rem;
            }
        }

        @media (max-width: 991px) {
            .white-purple .menu-social-list {
                padding-bottom: .5rem;
            }
        }

        .align-background {
            padding-top: 10rem;
            padding-bottom: 10rem;
            min-height: 50vh;
            background-image: url("Tony's\ Misty\ Man\ Den.png");
            align-items: center;
            display: flex;
        }

        .align-background .mbr-overlay {
            background: #000000;
            opacity: 0.3;
        }

        @media (max-width: 767px) {
            .align-background .title-block {
                padding-left: 0;
                padding-right: 0;
            }
        }

        .align-background .mbr-section-title,
        .align-background .mbr-section-btn {
            color: #ffffff;
        }

        .align-background .mbr-section-subtitle,
        .align-background .mbr-section-btn {
            color: #ffffff;
        }

        .align-background .title-block {
            padding: 0;
        }

        .align-background .mbr-section-btn {
            color: #ffffff;
        }

        .contacts {
            padding-top: 75px;
            padding-bottom: 75px;
            background-color: #ffffff;
        }

        .contacts .form-block {
            padding: 0;
        }

        .contacts .iconfont {
            color: #7d5bd9;
            font-size: 2rem;
            width: 2rem;
            vertical-align: middle;
        }

        @media (max-width: 992px) {
            .contacts .first-element {
                padding-bottom: 2rem;
            }
        }

        @media (max-width: 992px) {
            .contacts .contacts-block {
                text-align: center;
            }
        }

        .contacts .mbr-form .fieldset input,
        .contacts .mbr-form .fieldset textarea {
            background-color: #ffffff;
            color: #000000;
            border: 1px solid #767676;
        }

        .contacts .mbr-form .fieldset input::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .contacts .mbr-form .fieldset input::-moz-placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .contacts .mbr-form .fieldset textarea::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .contacts .mbr-form .fieldset textarea::-moz-placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .contacts .mbr-form .fieldset textarea {
            min-height: 200px;
        }

        @media (min-width: 992px) {
            .contacts .main-row {
                margin-left: -2rem;
                margin-right: -2rem;
            }

            .contacts .main-row>* {
                padding-left: 2rem;
                padding-right: 2rem;
            }
        }

        .contacts .mbr-text {
            color: #000000;
        }

        .contacts .contacts-title {
            color: #000000;
        }

        .footer {
            padding-top: 2rem;
            padding-bottom: 2rem;
            background-color: #000000;
        }

        [class*="-iconfont"] {
            display: inline-flex;
        }

        @media (max-width: 575px) {

            /* .navbar {
                top: 13rem;
            } */
        }
                @keyframes animHeight {
            0% {
                transform: translatey(-8rem);
            }

            75% {
                transform: translatey(-8rem);
            }

            100% {
                transform: translatey(0);
            }
        }

#sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

#sidebar.sidebar-active {
    transform: translateX(0);
}

#sidebar .sidebar {
    padding: 40px 20px;
}

#sidebar .close-sidebar {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
}

@media (min-width: 992px) {
    #sidebar {
        transform: translateX(100%) !important;
    }
}

.submit-wrapper {
    display: inline-block;  /* shrink-wrap button + message */
    position: relative;     /* reference for absolute positioning */
}

#submit-button {
    display: inline-block;  /* keep button normal */
    z-index: 1;
}

#form-message {
    position: absolute;
    max-width: 100%;
    min-width: 100%;
    word-wrap: break-word;
    left: 100%;            /* immediately to the right of button */
    top: 50%;              /* vertical center relative to button */
    transform: translateY(-50%);
    margin-left: 10px;     /* space between button and message */
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.6;
    white-space: normal;
    pointer-events: none;
}

#form-message.success { color: #81c784; }
#form-message.error { color: #e57373; }