* {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

script, title, style { display: none; }

@font-face{ font-family: 'font-black'; src: url('font/inter/Inter-Black.ttf') format("truetype"); }
@font-face{ font-family: 'font-bold'; src: url('font/inter/Inter-Bold.ttf') format("truetype"); }
@font-face{ font-family: 'font-extraBold'; src: url('font/inter/Inter-ExtraBold.ttf') format("truetype"); }
@font-face{ font-family: 'font-extraLight'; src: url('font/inter/Inter-ExtraLight.ttf') format("truetype"); }
@font-face{ font-family: 'font-italic'; src: url('font/inter/Inter-Italic.ttf') format("truetype"); }
@font-face{ font-family: 'font-light'; src: url('font/inter/Inter-Light.ttf') format("truetype"); }
@font-face{ font-family: 'font-medium'; src: url('font/inter/Inter-Medium.ttf') format("truetype"); }
@font-face{ font-family: 'font-regular'; src: url('font/inter/Inter-Regular.ttf') format("truetype"); }
@font-face{ font-family: 'font-semiBold'; src: url('font/inter/Inter-SemiBold.ttf') format("truetype"); }
@font-face{ font-family: 'font-thin'; src: url('font/inter/Inter-Thin.ttf') format("truetype"); }
@font-face{ font-family: 'font-blackItalic'; src: url('font/inter/Inter-BlackItalic.ttf') format("truetype"); }
@font-face{ font-family: 'font-boldItalic'; src: url('font/inter/Inter-BoldItalic.ttf') format("truetype"); }
@font-face{ font-family: 'font-extraBoldItalic'; src: url('font/inter/Inter-ExtraBoldItalic.ttf') format("truetype"); }
@font-face{ font-family: 'font-extraLightItalic'; src: url('font/inter/Inter-ExtraLightItalic.ttf') format("truetype"); }
@font-face{ font-family: 'font-lightItalic'; src: url('font/inter/Inter-LightItalic.ttf') format("truetype"); }
@font-face{ font-family: 'font-mediumItalic'; src: url('font/inter/Inter-MediumItalic.ttf') format("truetype"); }
@font-face{ font-family: 'font-semiBoldItalic'; src: url('font/inter/Inter-SemiBoldItalic.ttf') format("truetype"); }
@font-face{ font-family: 'font-thinItalic'; src: url('font/inter/Inter-ThinItalic.ttf') format("truetype"); }

a:link, a:visited { color: #029edf; text-decoration: none; }
a:hover { color: #242424; text-decoration: underline; }
.uppercase { text-transform: uppercase; }

.flex-row { flex-direction: row; }
.flex-1 { flex: 1; }
.flex-2 { flex: 2; }
.flex-3 { flex: 3; }
.jc-center { justify-content: center; }
.jc-sb { justify-content: space-between; }
.ai-center { align-items: center; }
.ai-start { align-items: flex-start; }
.row { flex-direction: row; }
.border-bottom { border-bottom: #e8e8e8 1px solid; }
.no-padding-top { padding-top: 0; }
.no-padding-bottom { padding-bottom: 0; }
.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 20px; }
.mt-3 { margin-top: 30px; }
.mt-4 { margin-top: 40px; }
.mt-5 { margin-top: 50px; }
.mt-6 { margin-top: 60px; }
.mt-7 { margin-top: 70px; }
.mt-8 { margin-top: 80px; }
.mt-9 { margin-top: 90px; }
.mt-10 { margin-top: 100px; }
.mt-14 { margin-top: 140px; }
.mt-16 { margin-top: 160px; }

.mb-1 { margin-bottom: 10px; }
.mb-2 { margin-bottom: 20px; }
.mb-3 { margin-bottom: 30px; }
.mb-4 { margin-bottom: 40px; }
.mb-5 { margin-bottom: 50px; }
.mb-6 { margin-bottom: 60px; }
.mb-7 { margin-bottom: 70px; }
.mb-8 { margin-bottom: 80px; }
.mb-9 { margin-bottom: 90px; }
.mb-10 { margin-bottom: 100px; }
.mb-14 { margin-bottom: 140px; }
.mb-16 { margin-bottom: 160px; }

.right-item { align-items: flex-end; }
.left-item { align-items: flex-start; }
.image-radius { border-radius: 6px; }

.right-item img, .left-item img {
    max-width: 80%;
}

body { 
    font-family: 'font-regular'; 
    margin: 0; 
    padding: 80px 0 0 0; 
}

.container {
    width: 100%;
    max-width: 1240px;
}

#topbar {
    background-color: #f5f5f5;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 5px #cccccc;
    border-bottom: #e8e8e8 1px solid;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#topbar img { 
    height: 30px; 
}

a.logo:link, a.logo:visited, a.logo:hover {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'font-semiBold';
    color: #242424;
    font-size: 22px;
    text-decoration: none;
    padding: 20px;
}

a.logo img { margin-right: 15px; }
a.logo label { cursor: pointer; }

nav {
    flex-direction: row;
    padding-right: 10px;
}

nav a:link,
    nav a:visited {
    color: #707070;
    margin: 0 20px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}

nav a:hover {
    color: #cc0001;
}

section {
    align-items: center;
    padding: 80px 0;
}

section.promo h1 {
    margin: 0;
    font-family: 'font-bold';
    font-size: 60px;
    letter-spacing: -2px;
    text-align: center;
    padding: 0 10%;
    margin: 0;
}

h3 {
    font-family: 'font-bold';
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 40px;
    text-align: center;
    margin: 0 0 0 0;
}

h3.light { font-family: 'font-semiBold'; font-size:32px; }
h3.bold { font-size: 52px; }

h5 {
    font-family: 'font-semiBold';
    font-size: 66px;
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 0 0 30px 0;
}

section.promo p {
    padding: 0 20%;
    font-family: 'font-regular';
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -.5px;
}

.button-set {
    padding: 40px 0 20px 0;
    flex-direction: row;
}

.button-set.center {
    justify-content: center;
}

a.blue:link, a.blue:visited {
    background-color: #0052cc;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 35px;
    border: transparent 0px solid;
    border-radius: 6px;
    font-weight: 700;
    transition: all .5s;
}

a.blue:hover {
    background-color: #28282a;
}

a.gray:link, a.gray:visited {
    background-color: #f5f5f5;
    color: #242424;
    text-decoration: none;
    padding: 12px 35px;
    border: transparent 0px solid;
    border-radius: 6px;
    font-weight: 700;
    transition: all .5s;
}

a.gray:hover {
    background-color: #e8e8e8;
}

section.promo .container {
    position: relative;
}

section.promo .container .circle {
    position: absolute;
    right: -50px;
    bottom: 550px;
    width: 100px;
}

section.promo .container .square {
    position: absolute;
    right: -75px;
    bottom: 150px;
    width: 70px;
}

section.promo .container .triangle {
    position: absolute;
    left: -50px;
    bottom: 250px;
    width: 100px;
}

section.promo .promo-image {
    padding: 50px 0% 0 0%;
}

section.promo .promo-image img {
    max-width: 100%;
}

section.methodology {
    padding-top: 20px;
}

section.methodology .container.boxes {
    flex-direction: row;
}

section.methodology .container h3 {
    padding: 0 10%;
    flex: 1;
    line-height: 1.4;
    margin: 40px 0;
}

section.methodology h4 {
    padding-top: 30px;
    text-align: center;
    color: #242424;
    font-size: 22px;
    font-family: 'font-semiBold';
    letter-spacing: -.5px;
}

.box {
    margin: 20px 30px;
}

.box .image {
    height: 180px;
    background-color: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box h2 {
    font-family: font-semiBold;
    font-size: 20px;
    padding: 30px 20px 10px 20px;
    text-align: center;
    margin: 0;
    letter-spacing: -0.5px;
}

.box p {
    padding: 0 20px;
    margin: 0;
    text-align: center;
}

section.partners {
    padding: 40px 0;
}

section.partners .container.ref-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

section.partners .container.ref-container .ref {
    padding: 10px;
    width: 20%;
    align-items: center;
    justify-content: center;
}

section.partners .container.ref-container .ref img {
    max-width: 100%;
}

footer {
    flex-direction: row;
}

footer iframe {
    min-height: 600px;
    width: 100%;    
}

section.copyright .container {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    font-size: 12px;
    color: #28282a;
}

.shadow-container { z-index: 1000; position: fixed; display: flex; left: 0;  right: 0; top: 0; bottom: 0; align-items: center; justify-content: center; }
.shadow-container.hide { display: none; }
.shadow { position: absolute; left: 0;  right: 0; top: 0; bottom: 0; background-color: #000000; opacity: .8; z-index: 800; }
.shadow-container .content { width: 1000px; border-radius: 10px; height: 90%; background-color: #ffffff; z-index: 900; }
.shadow-container .content iframe {
    width: 100%;
    height: 100%; 
}

.popup-container { overflow: auto; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; display: none; justify-content: center; align-items: center; }
.popup-container.show { display: flex; }
.popup-container .shadow { z-index: 5; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: #000000; opacity: .65; }
.popup-container .popup-content { z-index: 10; width: 400px; max-width: 95%; background-color: #ffffff; position: relative; margin-top: 100px; padding: 20px; border-radius: 10px; }
.popup-container .popup-content .button-set { padding-top: 15px; display: flex; justify-content: space-between; }

.flush-message {
    position: fixed;
    background-color: #009900;
    width: 100%;
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    top: 70px;
}

.flush-message.show { display: flex; }
.flush-message p {
    width: 400px;
    max-width: 95%;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    padding: 20px;
}

.btn img { display: none; }
.btn.inprogress img { display: inline-block; }
.btn.inprogress span { display: none; }

section.offer { text-align: center; border-bottom: #e8e8e8 1px solid; border-top: #e8e8e8 1px solid; padding-bottom: 40px; }
section.offer p { padding: 0 10%; margin-bottom: 30px; line-height: 28px; font-size: 18px; }
section.offer #offer-read-more:link, section.offer #offer-read-more:visited { font-size: 14px; text-decoration: none; align-self: center; padding: 0 25px; line-height: 38px; }
section.offer #offer-read-more:hover { background-color: #f2f2f2; border-radius: 5px; }
section.offer h3.bold { margin-bottom: 20px; }
section.offer h3.light { margin-bottom: 40px; }

.integration-row { flex-direction: row; align-items: flex-start; padding: 30px 0; border-bottom: #f2f2f2 1px solid; }
.integration-row .first { flex-direction: row; width: 450px; font-family: font-semiBold; }
.integration-row .first img { align-self: flex-start; width: 36px; margin-right: 25px; }
.integration-row .first label { flex: 1; margin-top: 5px; color: #5f6368; }
.integration-row p { margin: 0; padding: 0; color: #707070; font-size: 15px; line-height: 26px; flex: 1; }
.integration-row.first { border-top: #f2f2f2 1px solid; }

.integration-row.subscription {
    padding: 45px 45px;
    border-radius: 7px;
    margin: 15px 0;
}
.integration-row.subscription.silver {
    background-color: #f2f2f2;
}
.integration-row.subscription.gold {
    background-color: #ffcc00;
}

.integration-row.subscription p, .integration-row.subscription label { color: #242424; }
.integration-row.subscription span { margin-top: 5px; color: #cc0001; }

#redirect-links { display: none; }

.option-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.options {
    display: flex;
    flex-direction: row;
    width: 450px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    border: #d4d4d4 1px solid;
    border-radius: 5px;
}

.options label {
    font-size: 13px;
    text-transform: uppercase;
    flex: 1;
    text-align: center;
    padding: 10px 0;
    border-left: #d4d4d4 1px solid;
    cursor: pointer;
}

.options label:hover { background-color: #f2f2f2; }

.options label.selected {
    background-color: #0052cc;
    color: #ffffff;
    cursor: default;
}

.options label:first-child { border-left: transparent 0px solid; }