/* Typography */
.mtg_lp h1, .mtg_lp .h1,
.mtg_lp h2, .mtg_lp .h2,
.mtg_lp h3, .mtg_lp .h3,
.mtg_lp h4, .mtg_lp .h4,
.mtg_lp h5, .mtg_lp .h5,
.mtg_lp h6, .mtg_lp .h6,
.mtg_lp .h {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    margin: 0 0 0.5em;
    color: #e11b22;
}

.mtg_lp h1 b, .mtg_lp h1 strong, .mtg_lp .h1 b, .mtg_lp .h1 strong,
.mtg_lp h2 b,
.mtg_lp h2 strong, .mtg_lp .h2 b, .mtg_lp .h2 strong,
.mtg_lp h3 b,
.mtg_lp h3 strong, .mtg_lp .h3 b, .mtg_lp .h3 strong,
.mtg_lp h4 b,
.mtg_lp h4 strong, .mtg_lp .h4 b, .mtg_lp .h4 strong,
.mtg_lp h5 b,
.mtg_lp h5 strong, .mtg_lp .h5 b, .mtg_lp .h5 strong,
.mtg_lp h6 b,
.mtg_lp h6 strong, .mtg_lp .h6 b, .mtg_lp .h6 strong,
.mtg_lp .h b,
.mtg_lp .h strong {
    font-weight: 700;
}

/* paragraph style */
.mtg_lp p {
    font-family: inherit;
    margin: 0 0 1em;
}

.mtg_lp p:last-child {
    margin-bottom: 0;
}

/* anchor style */
.mtg_lp a {
    color: #000;
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.mtg_lp a:hover, .mtg_lp a:focus {
    color: #e11b22;
    text-decoration: none;
}

/* adaptive images */
.mtg_lp img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

/* Global styles */
html {
    box-sizing: border-box;
}

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

* {
    max-height: 1000000px;
}

/* body style */
body.mtg_lp_body {
    color: #292b2C;
    background: #fff;
    font: 300 16px/1.7 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: .25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar;
    min-width: 320px;
    margin: 0;
}

/* main wrapper style */
.mtg_lp #wrapper {
    display: table;
    table-layout: fixed;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

/* container style */
.mtg_lp .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 1200px) {
    .mtg_lp .container {
        padding: 0 60px;
    }
}

/* row style */
.mtg_lp .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px;
}

/* button style */
.mtg_lp .btn {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    font-family: inherit;
    color: #fff;
    background-color: #e11b22;
    border: 2px solid #e11b22;
    border-radius: 30px;
    box-shadow: 2px 2px 6px -3px #000;
    display: inline-block;
    max-width: 100%;
    min-width: 175px;
    vertical-align: top;
    padding: 14px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease;
    position: relative;
    outline: none;
}

.mtg_lp .btn:focus, .mtg_lp .btn:hover {
    background-color: #fff;
    color: #e11b22;
    box-shadow: none;
    outline: none;
}

/* social-networks style */
.mtg_lp .social-networks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 -10px 10px;
}

.mtg_lp .social-networks li {
    font-size: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.mtg_lp ul.social-networks a {
    color: #fff !important;
}

.mtg_lp .social-networks a.facebook:hover {
    color: #465999 !important;
}

.mtg_lp .social-networks a.twitter:hover {
    color: #5ea5e1 !important;
}

.mtg_lp .social-networks a.instagram:hover {
    color: #e1306c !important;
}

.mtg_lp .social-networks a.linkedin:hover {
    color: #0072b1 !important;
}

/*forms*/
.mtg_lp form,
.mtg_lp fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

/*input style*/
.mtg_lp input[type='text'],
.mtg_lp input[type='tel'],
.mtg_lp input[type='email'],
.mtg_lp input[type='search'],
.mtg_lp input[type='password'],
.mtg_lp input[type='url'],
.mtg_lp input[type='date'],
.mtg_lp textarea,
.mtg_lp .form-control {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    font-family: inherit;
    background: #fff;
    border: 1px solid #292b2C !important;
    box-shadow: none;
    color: #676676;
    display: block;
    height: 40px;
    margin: 0;
    padding: 5px 10px;
    outline: none;
    width: 100%;
}

.mtg_lp input[type='text']:focus,
.mtg_lp input[type='tel']:focus,
.mtg_lp input[type='email']:focus,
.mtg_lp input[type='search']:focus,
.mtg_lp input[type='password']:focus,
.mtg_lp input[type='url']:focus,
.mtg_lp input[type='date']:focus,
.mtg_lp textarea:focus,
.mtg_lp .form-control:focus {
    box-shadow: none;
    outline: none;
}

.mtg_lp input[type='text']::-webkit-input-placeholder,
.mtg_lp input[type='tel']::-webkit-input-placeholder,
.mtg_lp input[type='email']::-webkit-input-placeholder,
.mtg_lp input[type='search']::-webkit-input-placeholder,
.mtg_lp input[type='password']::-webkit-input-placeholder,
.mtg_lp input[type='url']::-webkit-input-placeholder,
.mtg_lp input[type='date']::-webkit-input-placeholder,
.mtg_lp textarea::-webkit-input-placeholder,
.mtg_lp .form-control::-webkit-input-placeholder {
    color: #292b2C;
}

.mtg_lp input[type='text']::-moz-placeholder,
.mtg_lp input[type='tel']::-moz-placeholder,
.mtg_lp input[type='email']::-moz-placeholder,
.mtg_lp input[type='search']::-moz-placeholder,
.mtg_lp input[type='password']::-moz-placeholder,
.mtg_lp input[type='url']::-moz-placeholder,
.mtg_lp input[type='date']::-moz-placeholder,
.mtg_lp textarea::-moz-placeholder,
.mtg_lp .form-control::-moz-placeholder {
    opacity: 1;
    color: #292b2C;
}

.mtg_lp input[type='text']:-moz-placeholder,
.mtg_lp input[type='tel']:-moz-placeholder,
.mtg_lp input[type='email']:-moz-placeholder,
.mtg_lp input[type='search']:-moz-placeholder,
.mtg_lp input[type='password']:-moz-placeholder,
.mtg_lp input[type='url']:-moz-placeholder,
.mtg_lp input[type='date']:-moz-placeholder,
.mtg_lp textarea:-moz-placeholder,
.mtg_lp .form-control:-moz-placeholder {
    color: #292b2C;
}

.mtg_lp input[type='text']:-ms-input-placeholder,
.mtg_lp input[type='tel']:-ms-input-placeholder,
.mtg_lp input[type='email']:-ms-input-placeholder,
.mtg_lp input[type='search']:-ms-input-placeholder,
.mtg_lp input[type='password']:-ms-input-placeholder,
.mtg_lp input[type='url']:-ms-input-placeholder,
.mtg_lp input[type='date']:-ms-input-placeholder,
.mtg_lp textarea:-ms-input-placeholder,
.mtg_lp .form-control:-ms-input-placeholder {
    color: #292b2C;
}

.mtg_lp input[type='text'].placeholder,
.mtg_lp input[type='tel'].placeholder,
.mtg_lp input[type='email'].placeholder,
.mtg_lp input[type='search'].placeholder,
.mtg_lp input[type='password'].placeholder,
.mtg_lp input[type='url'].placeholder,
.mtg_lp input[type='date'].placeholder,
.mtg_lp textarea.placeholder,
.mtg_lp .form-control.placeholder {
    color: #292b2C;
}

/*select style*/
.mtg_lp select {
    -webkit-border-radius: 0;
}

/*textarea*/
.mtg_lp textarea {
    resize: none;
    vertical-align: top;
    min-height: 185px;
}

.mtg_lp textarea.form-control {
    padding: 10px;
}

/*input submit*/
.mtg_lp button,
.mtg_lp input[type='button'],
.mtg_lp input[type='reset'],
.mtg_lp input[type='file'],
.mtg_lp input[type='submit'] {
    -webkit-appearance: none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    letter-spacing: 1px;
}

/*banner-section style*/
.mtg_lp .banner-section {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(5, 5, 5, 0.73) 100%), url("../images/banner-image.webp");
    background-color: #343a40;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
    position: relative;
    min-height: 342px;
}

.webp .mtg_lp .banner-section {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(5, 5, 5, 0.73) 100%), url("../images/banner-image.webp");
}

.no-webp .mtg_lp .banner-section {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(5, 5, 5, 0.73) 100%), url("../images/banner-image.jpg");
}

.mtg_lp .banner-section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: inherit;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .mtg_lp .banner-section .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .mtg_lp .banner-section .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.mtg_lp .banner-section h1, .mtg_lp .banner-section .h1 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (min-width: 360px) {
    .mtg_lp .banner-section h1, .mtg_lp .banner-section .h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (min-width: 414px) {
    .mtg_lp .banner-section h1, .mtg_lp .banner-section .h1 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (min-width: 480px) {
    .mtg_lp .banner-section h1, .mtg_lp .banner-section .h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (min-width: 992px) {
    .mtg_lp .banner-section h1, .mtg_lp .banner-section .h1 {
        font-size: 36px;
        line-height: 44px;
    }
}

@media (min-width: 1200px) {
    .mtg_lp .banner-section h1, .mtg_lp .banner-section .h1 {
        font-size: 40px;
        line-height: 48px;
    }
}

.mtg_lp .banner-section h1 b, .mtg_lp .banner-section h1 strong, .mtg_lp .banner-section .h1 b, .mtg_lp .banner-section .h1 strong {
    color: #fff;
}

.mtg_lp .banner-section__slogan {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 360px) {
    .mtg_lp .banner-section__slogan {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .mtg_lp .banner-section__slogan {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .mtg_lp .banner-section__slogan {
        font-size: 20px;
        line-height: 24px;
    }
}

/*about-section style*/
.mtg_lp .about-section {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .mtg_lp .about-section {
        padding: 60px 0;
    }
}

.mtg_lp .about-section__col {
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 992px) {
    .mtg_lp .about-section__col {
        width: 50%;
    }
}

.mtg_lp .about-section__image {
    text-align: center;
    margin-bottom: 15px;
}

.mtg_lp .about-section__image img {
    width: 100%;
}

@media (min-width: 992px) {
    .mtg_lp .about-section__image img {
        width: auto;
    }
}

.mtg_lp .about-section h2, .mtg_lp .about-section .h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media (min-width: 360px) {
    .mtg_lp .about-section h2, .mtg_lp .about-section .h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 480px) {
    .mtg_lp .about-section h2, .mtg_lp .about-section .h2 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 768px) {
    .mtg_lp .about-section h2, .mtg_lp .about-section .h2 {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 768px) {
    .mtg_lp .about-section__text {
        font-size: 18px;
        line-height: 32px;
    }
}

@media (min-width: 992px) {
    .mtg_lp .about-section__text {
        max-width: 520px;
    }
}

@media (min-width: 1200px) {
    .mtg_lp .about-section__text {
        font-size: 20px;
        line-height: 34px;
    }
}

.mtg_lp .about-section__text p {
    font-size: inherit;
    line-height: inherit;
}

/*success-section style*/
.mtg_lp .success-section {
    background-image: linear-gradient(to bottom, rgba(10, 10, 10, 0.5) 0%, rgba(0, 0, 0, 0.85) 100%), url("../images/bg-image.webp");
    background-color: #343a40;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
    position: relative;
    min-height: 300px;
}

.webp .mtg_lp .success-section {
    background-image: linear-gradient(to bottom, rgba(10, 10, 10, 0.5) 0%, rgba(0, 0, 0, 0.85) 100%), url("../images/bg-image.webp");
}

.no-webp .mtg_lp .success-section {
    background-image: linear-gradient(to bottom, rgba(10, 10, 10, 0.5) 0%, rgba(0, 0, 0, 0.85) 100%), url("../images/bg-image.jpg");
}

.mtg_lp .success-section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: inherit;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .mtg_lp .success-section .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.mtg_lp .success-section h2, .mtg_lp .success-section .h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
}

@media (min-width: 360px) {
    .mtg_lp .success-section h2, .mtg_lp .success-section .h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 480px) {
    .mtg_lp .success-section h2, .mtg_lp .success-section .h2 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 768px) {
    .mtg_lp .success-section h2, .mtg_lp .success-section .h2 {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 768px) {
    .mtg_lp .success-section__text {
        font-size: 18px;
        line-height: 32px;
    }
}

@media (min-width: 992px) {
    .mtg_lp .success-section__text {
        max-width: 820px;
    }
}

@media (min-width: 1200px) {
    .mtg_lp .success-section__text {
        font-size: 20px;
        line-height: 34px;
    }
}

.mtg_lp .success-section__text p {
    color: #fff;
    font-size: inherit;
    line-height: inherit;
}

/*contact-section style*/
.mtg_lp .contact-section {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .mtg_lp .contact-section {
        padding: 60px 0;
    }
}

@media (min-width: 992px) {
    .mtg_lp .contact-section .row {
        -webkit-align-items: center;
        align-items: center;
    }
}

.mtg_lp .contact-section__col {
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 992px) {
    .mtg_lp .contact-section__col {
        width: 50%;
    }
}

.mtg_lp .contact-section h2, .mtg_lp .contact-section .h2 {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    max-width: 520px;
}

@media (min-width: 360px) {
    .mtg_lp .contact-section h2, .mtg_lp .contact-section .h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 480px) {
    .mtg_lp .contact-section h2, .mtg_lp .contact-section .h2 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 768px) {
    .mtg_lp .contact-section h2, .mtg_lp .contact-section .h2 {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 768px) {
    .mtg_lp .contact-section__text {
        font-size: 18px;
        line-height: 32px;
    }
}

@media (min-width: 992px) {
    .mtg_lp .contact-section h2{
        width: 79%;
    }
    .mtg_lp .contact-section__text {
        max-width: 520px;
    }
}

@media (min-width: 1200px) {
    .mtg_lp .contact-section__text {
        font-size: 20px;
        line-height: 34px;
    }
}

.mtg_lp .contact-section__text p {
    font-size: inherit;
    line-height: inherit;
}

.mtg_lp .contact-section__box {
    background: #fff;
    padding: 30px 15px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 5px 14px 0 rgba(129, 129, 129, 0.2);
}

@media (min-width: 576px) {
    .mtg_lp .contact-section__box {
        padding: 40px 25px;
    }
}

@media (min-width: 768px) {
    .mtg_lp .contact-section__box {
        padding: 60px 40px;
    }
}

.mtg_lp .contact-section .contact-form {
    text-align: center;
}

.mtg_lp .contact-section .contact-form .form-group {
    margin-bottom: 20px;
}

.mtg_lp .contact-section .contact-form .btn {
    margin-top: 10px;
}

@media (min-width: 576px) {
    .mtg_lp .contact-section .contact-form .btn {
        margin-top: 25px;
    }
}

@media (min-width: 768px) {
    .mtg_lp .contact-section .contact-form .btn {
        margin-top: 40px;
    }
}

/*dream-section style*/
.mtg_lp .dream-section {
    background-image: linear-gradient(to bottom, rgba(10, 10, 10, 0.5) 0%, rgba(0, 0, 0, 0.85) 100%), url("../images/bg-image.webp");
    background-color: #343a40;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
    position: relative;
    min-height: 240px;
}

@media (min-width: 768px) {
    .mtg_lp .dream-section {
        min-height: 300px;
    }
}

.webp .mtg_lp .dream-section {
    background-image: linear-gradient(to bottom, rgba(10, 10, 10, 0.5) 0%, rgba(0, 0, 0, 0.85) 100%), url("../images/bg-image.webp");
}

.no-webp .mtg_lp .dream-section {
    background-image: linear-gradient(to bottom, rgba(10, 10, 10, 0.5) 0%, rgba(0, 0, 0, 0.85) 100%), url("../images/bg-image.jpg");
}

.mtg_lp .dream-section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: inherit;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .mtg_lp .dream-section .container {
        /*padding-top: 60px;*/
        /*padding-bottom: 60px;*/
        padding: 115px;
    }
}

.mtg_lp .dream-section h2, .mtg_lp .dream-section .h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #fff;
}

@media (min-width: 480px) {
    .mtg_lp .dream-section h2, .mtg_lp .dream-section .h2 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 768px) {
    .mtg_lp .dream-section h2, .mtg_lp .dream-section .h2 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 30px;
    }
}

/* footer style */
.mtg_lp .footer {
    position: relative;
}

.mtg_lp .footer__info-wrap {
    background-color: #eaeaea;
    padding: 40px 0;
}

@media (min-width: 768px) {
    .mtg_lp .footer__info-wrap {
        padding: 60px 0;
    }
}

.mtg_lp .footer__info-copyright {
    padding: 30px 0;
    background-color: #000;
    color: #fff;
    text-align: center;
}

.mtg_lp .footer__info-copyright--logo {
    display: block;
    margin-bottom: 10px;
}

.mtg_lp .footer__info-copyright--logo img {
    width: 60px;
}

.mtg_lp .footer__info-copyright .social-networks mar
a {
    color: #fff;
}

.mtg_lp .footer .container {
    max-width: 900px;
}

@media (min-width: 576px) {
    .mtg_lp .footer .container {
        padding: 0 20px;
    }
}

@media (min-width: 640px) {
    .mtg_lp .footer .row {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

.mtg_lp .footer__col {
    padding: 0 15px;
    margin-bottom: 10px;
    width: 100%;
}

@media (min-width: 640px) {
    .mtg_lp .footer__col {
        margin: 0;
        width: auto;
    }
}

.mtg_lp .footer__col:last-child {
    margin-bottom: 0;
}

.mtg_lp .footer h3, .mtg_lp .footer .h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .mtg_lp .footer h3, .mtg_lp .footer .h3 {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .mtg_lp .footer h3, .mtg_lp .footer .h3 {
        margin-bottom: 28px;
    }
}

.mtg_lp .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}

@media (min-width: 640px) {
    .mtg_lp .footer ul {
        font-size: 16px;
        line-height: 27px;
    }
}

.mtg_lp .footer ul li {
    padding-bottom: 5px;
}

@media (min-width: 640px) {
    .mtg_lp .footer ul li {
        padding-bottom: 5px;
    }
}

.mtg_lp .footer ul li:last-child {
    padding-bottom: 0;
}

.mtg_lp .footer ul a {
    color: #000;
}

.mtg_lp .footer ul a:hover {
    color: #e11b22;
}

.mtg_lp .footer .copyright {
    font-size: 13px;
    line-height: 17px;
    color: #4c5256;
    display: block;
}

.mtg_lp .footer .leadpop-logo {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.mtg_lp .gform_body ul{
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 60px;
}
.mtg_lp .gform_body ul li{
    margin-bottom: 20px;
}
.mtg_lp .gform_validation_error ul li{
    margin-bottom: 0;
}
.mtg_lp .gform_button{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    font-family: inherit;
    color: #fff;
    background-color: #e11b22;
    border: 2px solid #e11b22;
    border-radius: 30px;
    box-shadow: 2px 2px 6px -3px #000;
    display: inline-block;
    max-width: 100%;
    min-width: 175px;
    vertical-align: top;
    padding: 14px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease;
    position: relative;
    outline: none;
}
.mtg_lp .gform_button:focus, .mtg_lp .gform_button:hover {
    background-color: #fff ;
    color: #e11b22;
    box-shadow: none;
    outline: none;
}
.mtg_lp .gfield_label{
    display: none;
}
.mtg_lp .validation_error{
    display: none;
}
.mtg_lp .validation_message{
    font-size: 14px;
    color: #e11b22;
}
.mtg_lp .screen-reader-response{
    display: none;
}
.mtg_lp .wpcf7-form.invalid .form-group{
    margin-bottom: 0;
}
.mtg_lp .wpcf7-form .wpcf7-not-valid-tip{
    font-size: 14px;
    color: #e11b22;
}
.mtg_lp .wpcf7-form .wpcf7-validation-errors{
    display: none;
}