@font-face {
    font-family: 'Figtree';
    src: url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Regular.eot');
    src: url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Regular.eot#iefix') format('embedded-opentype'),
        url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Regular.woff2') format('woff2'),
        url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Regular.woff') format('woff'),
        url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Regular.ttf') format('truetype'),
        url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Regular.svg#Figtree-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FigtreeMedium';
    src: url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Medium.eot');
    src: url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Medium.eot#iefix') format('embedded-opentype'),
        url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Medium.woff2') format('woff2'),
        url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Medium.woff') format('woff'),
        url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Medium.ttf') format('truetype'),
        url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Medium.svg#Figtree-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FigtreeBold';
    src: url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Bold.eot');
    src: url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Bold.eot#iefix') format('embedded-opentype'),
        url('fonts/Figtree-Bold.woff') format('woff2'),
        url('fonts/Figtree-Bold.woff') format('woff'),
        url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Bold.ttf') format('truetype'),
        url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Bold.svg#Figtree-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FigtreeItalic';
    src: url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Italic.eot');
    src: url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Italic.eot#iefix') format('embedded-opentype'),
        url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Italic.woff2') format('woff2'),
        url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Italic.woff') format('woff'),
        url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Italic.ttf') format('truetype'),
        url('https://suportugal.org/programs/empowering-the-present-shaping-the-future/fonts/Figtree-Italic.svg#Figtree-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none !important;
	outline: none !important;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    width: 100%; overflow-x: hidden;
}
body {
    font-family: 'Montserrat', sans-serif;
	margin: 0; padding: 0; border: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
}

/* Content Wrapper */
#block-content {
    display: flex;
}
#block-content .block-left-content {
    position: relative;
    width: 68%;
}
#block-content .block-right-content {
    position: fixed;
    top: 0; right: 0;
    width: 32%; height: 100vh;
    background-color: #FFFFFF;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    padding: 60px 40px 60px 40px;
}
#content-wrapper {
    position: relative;
}

/* Header */
header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh; min-height: 710px;
    background-image: url('images/Portugal-Executive-Program.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
header:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    opacity: 0.6;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 0.7) 50%,rgba(0, 0, 0, 0.7) 100%);
}
header .limit-wrapper {
    position: relative;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    padding: 100px 30px;
    z-index: 1;
}
header .block-header-brand {
    max-width: 100%;
}
header .block-header-brand span {
    display: block;
    font-family: 'FigtreeMedium', 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #FFFFFF;
}
header .block-header-program {
    margin-top: 5px;
    max-width: 100%;
}
header .block-header-program span {
    display: block;
    font-family: 'FigtreeBold', 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #FFFFFF;
}
header .block-header-brand-program {
    max-width: 100%;
}
header .block-header-title {
    max-width: 100%;
    margin-top: 20px;
}
header .block-header-title h1 {
    display: block;
    font-family: 'FigtreeBold', 'Open Sans', sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #FFFFFF;
}
header .block-header-subtitle {
    max-width: 100%;
    margin-top: 15px;
}
header .block-header-subtitle h2 {
    display: block;
    font-family: 'FigtreeMedium', 'Open Sans', sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    color: #FFFFFF;
}
header .block-header-group {
    max-width: 100%;
    margin-top: 30px;
}
header .block-header-group .block-header-col {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
header .block-header-group .block-header-col span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    color: #FFFFFF;
}
header .block-header-group .block-header-col span.block-header-col-subtitle {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
header .block-header-group .block-header-col span.block-header-col-small {
    font-size: 12px;
    line-height: 14px;
    margin-top: 2px;
}
header .block-header-logos {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 40px 0 0 0;
}
header .block-header-logos .col-logo {
    margin-right: 30px;
}
header .block-header-logos .col-logo img {
    display: block;
    width: 190px;
}

#block-form-close {
    display: none;
    width: 100%;
    padding: 10px 20px;
    background-color: #6633FF;
    cursor: pointer;
}
#block-form-close span {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-right: 5px;
}
#block-form-close img {
    display: block;
    width: 40px;
}
#block-form-mobile {
    display: none;
    position: fixed;
    bottom: 0; left: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: #6633FF;
    cursor: pointer; z-index: 9;
}
#block-form-mobile span, #block-form-mobile a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto; height: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #FFFFFF;
    transition: all .2s;
    padding: 5px 20px;
}
#block-form-mobile span:hover, #block-form-mobile a:hover {
    transform: translate(0, -2px);
}
#block-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%; min-height: 100%;
    background-color: #FFFFFF;
}
#block-form .block-form-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}
#block-form .block-form-title h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    color: #6633FF;
}
#block-form form .block-form-group {
    display: flex;
    justify-content: space-between;
}
#block-form form .block-form-group .block-form-small {
    width: 50%;
}
#block-form form .block-form-group .block-form-small:first-child {
    padding-right: 10px;
}
#block-form form .block-form-group .block-form-small:last-child {
    padding-left: 10px;
}
#block-form form .block-form-group .block-form-big {
    width: 100%;
}
#block-form form input[type="text"] {
    display: block;
    width: 100%; height: 38px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 400;
    color: #000;
    padding: 8px 12px;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 25px;
    transition: all .2s;
}
#block-form form input[type="text"]:hover,
#block-form form input[type="text"]:focus {
    border-bottom-color: #6633FF;
    color: #6633FF;
}
#block-form form select {
    display: block;
    width: 100%; height: 38px;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #f3f3f3;
    border: 1px solid #CCCCCC;
    padding: 8px 12px;
    margin-bottom: 25px;
	-webkit-appearance: auto !important;
}
#block-form form input[type="text"]:-moz-placeholder,
#block-form form select:-moz-placeholder {
    color: #999;
}
#block-form form input[type="text"]::-moz-placeholder,
#block-form form select::-moz-placeholder {
    color: #999;
    opacity: 1;
}
#block-form form input[type="text"]:-ms-input-placeholder,
#block-form form select:-ms-input-placeholder {
    color: #999;
}
#block-form form input[type="text"]::-webkit-input-placeholder,
#block-form form select::-webkit-input-placeholder {
    color: #999;
}
#block-form form .block-form-checkbox {
    position: relative;
    display: flex;
    margin-bottom: 25px;
}
#block-form form .block-form-checkbox input[type="checkbox"] {
    position: absolute;
    width: 30px; height: 30px;
    margin: auto;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
#block-form form .block-form-checkbox .checkbox-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px; height: 30px;
    background-color: #F6F6F6;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    margin-right: 10px;
    cursor: pointer;
}
#block-form form .block-form-checkbox .checkbox-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px; height: 20px;
    top: 0px; bottom: 0px;
    left: 0px; right: 0px;
    background: transparent;
    margin: auto;
    transition: all 0.3s ease-in-out;
}
#block-form form .block-form-checkbox label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #555555;
    width: calc(100% - 40px);
    padding-top: 7px;
}
#block-form form .block-form-checkbox label a {
    color: #6633FF;
}
#block-form form .block-form-checkbox input[type="checkbox"]:checked + .checkbox-wrapper::before {
    background-color: #6633FF;
}
#block-form form .block-form-required {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
#block-form form .block-form-required span {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    font-style: italic;
    color: #555555;
}
#block-form form .block-form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
#block-form form input[type="submit"] {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    border: 0;
    padding: 9px 15px;
    text-decoration: none;
    width: 250px;
    float: none;
    clear: none;
    text-align: center;
    text-transform: uppercase;
    background-color: #6633FF;
    border-radius: 70px;
    margin-top: 40px;
    padding-top: 19px;
    padding-bottom: 19px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: all .4s;
    display: inline-block;
    transform: translate(0);
}
#block-form form input[type="submit"]:hover {
    box-shadow: 0 0 13px 5px rgba(135, 18, 98, 0.2);
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}


#content-wrapper {
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
}
#content-wrapper:before {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 100%;
    background-color: #FFFFFF;
    background-image: url(images/icons/bg-espiral-lines-three.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 600px auto;
    opacity: 0.4;
    z-index: 0;
}
#content-wrapper:after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 100%; height: 100%;
    background-image: url(images/icons/bg-espiral-lines-two.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 92%;
    opacity: 0.8;
    z-index: 0;
}

#block-intro {
    position: relative;
    width: 100%;
    padding-top: 60px;
    z-index: 1;
}
#block-intro .limit-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%; height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}
#block-intro .block-intro-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 0 15px;
}
#block-intro .block-intro-wrapper .block-intro-title h2 {
    display: block;
    font-family: Open Sans, sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
}

#block-featured {
    position: relative;
    width: 100%;
    padding-top: 40px;
    z-index: 1;
}
#block-featured .limit-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%; height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}
#block-featured .block-featured-wrapper {
    width: 100%;
    padding: 0 15px;
}
#block-featured .block-featured-wrapper .block-featured-title {
    background-image: url(images/SingularityU-Portugal-logo-orbita.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: top left;
}
#block-featured .block-featured-wrapper .block-featured-title h3 {
    display: block;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    padding-left: 36px;
}
#block-featured .block-featured-wrapper .block-featured-video {
    width: 100%; max-width: 460px;
}
#block-featured .block-featured-wrapper .block-featured-video .block-featured-vlayer {
    position: relative;
    padding-top: 56.2061%;
    margin-top: 20px;
}
#block-featured .block-featured-wrapper .block-featured-video .block-featured-vlayer iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: none;
}

#block-primary {
    position: relative;
    width: 100%;
    padding-top: 40px;
    z-index: 1;
}
#block-primary .limit-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%; height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}
#block-primary .block-primary-wrapper {
    width: 50%;
    padding: 0 15px;
}
#block-primary .block-primary-wrapper .block-primary-title {
    background-image: url(images/SingularityU-Portugal-logo-orbita.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: top left;
}
#block-primary .block-primary-wrapper .block-primary-title h3 {
    display: block;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #555555;
    text-transform: uppercase;
    padding-left: 36px;
}
#block-primary .block-primary-wrapper .block-primary-text {
    margin-top: 20px;
}
#block-primary .block-primary-wrapper .block-primary-text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 10px;
}
#block-primary .block-primary-wrapper .block-primary-text ul {
    padding-left: 40px;
    margin-bottom: 10px;
}
#block-primary .block-primary-wrapper .block-primary-text ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 5px;
}

#block-testimonials {
    position: relative;
    width: 100%;
    padding-top: 40px;
    margin-bottom: 180px;
    z-index: 1;
}
#block-testimonials .limit-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%; height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}
#block-testimonials .block-testimonials-wrapper {
    width: 100%;
    padding: 0 15px;
}
#block-testimonials .block-testimonials-wrapper .block-testimonials-title {
    background-image: url(images/SingularityU-Portugal-logo-orbita.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: top left;
}
#block-testimonials .block-testimonials-wrapper .block-testimonials-title h3 {
    display: block;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #555555;
    text-transform: uppercase;
    padding-left: 36px;
}
#block-testimonials .block-testimonials-wrapper .block-testimonials-item {
    margin-top: 20px;
}
#block-testimonials .block-testimonials-wrapper .block-testimonials-item .block-testimonials-quote p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    font-style: italic;
    color: #000000;
    margin-bottom: 5px;
}
#block-testimonials .block-testimonials-wrapper .block-testimonials-item .block-testimonials-author span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

#block-secondary {
    position: relative;
    width: 100%;
    height: 150px;
    margin-top: 50px;
    background-color: #6633FF;
    z-index: 1;
}
#block-secondary .limit-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}
#block-secondary .block-secondary-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 60%;
    padding-right: 20px;
}
#block-secondary .block-secondary-text span {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
}

footer {
    width: 100%;
    margin: 50px auto 50px auto;
}
footer .limit-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}
footer .row-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
footer .row-logos .col-logo {
    padding: 0 15px;
}
footer .row-logos .col-logo img {
    display: block;
    width: 210px;
}
footer .row-logos .col-logo:first-child img {
    width: 240px;
}

#page-thankyou header .block-header-success {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}
#page-thankyou header .block-header-success span {
    display: block;
    font-family: 'FigtreeMedium', 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
    color: #FFFFFF;
}
#page-thankyou header .block-header-brand-title {
    max-width: 650px;
    margin: 20px auto 0 auto;
    text-align: center;
}
#page-thankyou header .block-header-title {
    display: none;
    max-width: 650px;
    margin: 20px auto 0 auto;
    text-align: center;
}
#page-thankyou header .block-header-title h1 {
    display: block;
    font-family: 'FigtreeBold', 'Open Sans', sans-serif;
    font-size: 60px;
    line-height: 62px;
    font-weight: 700;
    color: #FFFFFF;
}
#page-thankyou header .block-header-subtitle {
    max-width: 550px;
    margin: 20px auto 0 auto;
    text-align: center;
}
#page-thankyou header .block-header-subtitle span {
    display: block;
    font-family: 'Figtree', 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    color: #FFFFFF;
}
#page-thankyou header .block-header-logos {
    max-width: 650px;
    justify-content: center;
    margin: 40px auto;
}
#page-thankyou header .block-header-logos .col-logo:last-child {
    margin-right: 0;
}

#page-thankyou #content-wrapper:before {
    bottom: -80px;
    background-size: 600px auto;
}
#page-thankyou #content-wrapper:after {
    background-size: auto 800px;
}

#page-thankyou #block-contact {
    position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    z-index: 1;
}
#page-thankyou #block-contact .limit-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}
#page-thankyou #block-contact .block-contact-title {
    text-align: center;
}
#page-thankyou #block-contact .block-contact-title h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
}
#page-thankyou #block-contact .block-contact-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
#page-thankyou #block-contact .block-contact-group .block-contact-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
#page-thankyou #block-contact .block-contact-group .block-contact-photo img {
    display: block;
    width: 100%;
    max-width: 180px;
    border-radius: 50%;
}
#page-thankyou #block-contact .block-contact-group .block-contact-info {
}
#page-thankyou #block-contact .block-contact-group .block-contact-info .block-contact-name {

}
#page-thankyou #block-contact .block-contact-group .block-contact-info .block-contact-name span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #6633FF;
}
#page-thankyou #block-contact .block-contact-group .block-contact-info .block-contact-position {
    margin-top: 2px;
}
#page-thankyou #block-contact .block-contact-group .block-contact-info .block-contact-position span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
#page-thankyou #block-contact .block-contact-group .block-contact-info .block-contact-phone {
    margin-top: 15px;
}
#page-thankyou #block-contact .block-contact-group .block-contact-info .block-contact-phone a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #6633FF;
}
#page-thankyou #block-contact .block-contact-group .block-contact-info .block-contact-email {
    margin-top: 10px;
}
#page-thankyou #block-contact .block-contact-group .block-contact-info .block-contact-email a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #6633FF;
}
#page-thankyou #block-visit {
    position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
    z-index: 1;
}
#page-thankyou #block-visit .limit-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}
#page-thankyou #block-visit .block-visit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
#page-thankyou #block-visit .block-visit-btn a {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    border: 0;
    padding: 9px 15px;
    text-decoration: none;
    width: 250px;
    float: none;
    clear: none;
    text-align: center;
    text-transform: uppercase;
    background-color: #6633FF;
    border-radius: 70px;
    padding-top: 19px;
    padding-bottom: 19px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: all .4s;
    display: inline-block;
    transform: translate(0);
}
#page-thankyou #block-visit .block-visit-btn a:hover {
    box-shadow: 0 0 13px 5px rgba(135, 18, 98, 0.2);
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}
    
@media all and (max-width: 1440px) {
    #content-wrapper:before {
        background-size: 500px auto;
    }
    #content-wrapper:after {
        background-size: auto 90%;
    }
}

@media all and (max-width: 1140px) {
    #content-wrapper:before {
        display: none;
    }
    #content-wrapper:after {
        display: none;
    }
    #block-content .block-right-content {
        padding: 40px 20px 40px 20px;
    }
}

@media all and (max-width: 1024px) {
    #block-content .block-left-content {
        width: 100%;
    }
    header .limit-wrapper {
        padding: 20px 20px;
    }
    header  .block-header-brand-program {
        margin: 0 auto;
        text-align: center;
    }
    header .block-header-title {
        margin: 20px auto 0 auto;
        text-align: center;
    }
    header .block-header-subtitle {
        margin: 15px auto 0 auto;
        text-align: center;
    }
    header .block-header-group {
        margin: 30px auto 0 auto;
        text-align: center;
    }
    header .block-header-logos {
        margin: 20px auto;
        justify-content: center;
    }
    #block-intro {
        padding-top: 40px;
    }
    #block-featured {
        padding-top: 30px;
    }
    #block-featured .limit-wrapper {
        justify-content: center;
    }
    #block-featured .block-featured-wrapper .block-featured-video {
        max-width: 100%;
    }
    #block-primary {
        padding-top: 30px;
    }
    #block-testimonials {
        padding-top: 30px;
        margin-bottom: 80px;
    }
    #block-form-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #block-content .block-right-content {
        top: 100vh; bottom: 0;
        left: 0; right: 0;
        width: 100%; height: 100vh;
        padding: 0; z-index: 10;
        transition: all .6s ease-in-out;
    }
    #block-content .block-right-content.show-form {
        top: 0;
        transition: all .6s ease-in-out;
    }
    #block-form-close {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    #block-form {
        padding: 40px 40px 60px 40px;
        min-height: auto;
    }
}

@media all and (max-width: 768px) {
    #block-featured .block-featured-wrapper {
        width: 100%;
    }
    #block-primary .limit-wrapper {
        justify-content: center;
        flex-direction: column;
    }
    #block-primary .block-primary-wrapper {
        width: 100%;
    }
    #block-primary .block-primary-wrapper:not(last-child) {
        margin-bottom: 20px;
    }
    #block-primary .block-primary-wrapper .block-primary-text ul {
        padding-left: 30px;
    }
    #block-testimonials {
        margin-bottom: 60px;
    }

    #page-thankyou #content-wrapper:before {
        display: none;
    }
    #page-thankyou #content-wrapper:after {
        display: none;
    }
    #page-thankyou #block-visit {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 640px) {
    header .block-header-title h1 br,
    #block-intro .block-intro-wrapper .block-intro-title h2 br {
        display: none;
    }
    #block-secondary .limit-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #block-secondary .block-secondary-text {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding-right: 0;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 580px) {
    #block-primary .block-primary-wrapper {
        padding: 0;
    }
    #block-featured .block-featured-wrapper {
        padding: 0;
    }
    #block-testimonials .block-testimonials-wrapper {
        padding: 0;
    }
    footer {
        margin: 20px auto;
    }
    footer .limit-wrapper {
        justify-content: center;
    }
    footer .row-logos {
        flex-direction: column;
    }
    footer .row-logos .col-logo {
        padding: 0;
        margin-bottom: 20px;
    }
    footer .row-logos .col-logo:first-child img {
        width: 280px;
    }
    footer .row-logos .col-logo img {
        width: 240px;
    }

    #page-thankyou header .block-header-brand-title svg {
        width: 90%;
        height: auto;
        max-width: 460px;
    }
}
@media all and (max-width: 460px) {
    header {
        min-height: 810px;
    }
    header .block-header-logos {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    header .block-header-logos .col-logo {
        margin-right: 0;
        margin-bottom: 10px;
    }
    header .block-header-logos .col-logo:last-child {
        margin-bottom: 0;
    }
    header .block-header-logos .col-logo img {
        width: 200px;
    }
    
    #block-form {
        padding: 30px 20px 40px 20px;
    }

    #page-thankyou #block-contact {
        margin: 30px 0;
    }
    #page-thankyou #block-contact .block-contact-group .block-contact-photo {
        margin-right: 20px;
    }
    #page-thankyou #block-visit {
        margin: 30px 0;
    }
}
@media all and (max-width: 420px) {
    #page-thankyou #block-contact .block-contact-group {
        flex-direction: column;
    }
    #page-thankyou #block-contact .block-contact-group .block-contact-photo {
        margin-right: 0;
        margin-bottom: 20px;
    }
    #page-thankyou #block-contact .block-contact-group .block-contact-info {
        text-align: center;
    }
}