header {
    background-color: #fff;
}

.header.header-center {
    display: block;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0px;
    margin-bottom: 20px;
}

.header .logo h1 {
    color: var(--white-color);
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 34px;
    font-weight: bold;
    margin: 0px;
}

.header .logo h1 img {
    max-width: 200px;
    max-height: 100px;
    object-fit: contain;
	
    
}

.button-cta {
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    fill: var(--white-color) !important;
    color: var(--white-color) !important;
    background-color: var(--main-color);
    padding: 5px 25px 5px 25px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
}

.container {
    width: 1170px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
@media (max-width: 1170px) {
    .container {
        width: 100% !important;
    }
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px 15px 0px;
}

.countdown ul {
    margin: 0 auto;
    padding: 0;
    width: auto;
    display: block;
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.countdown ul li span {
    display: block;
    width: 55px;
    height: 55px;
    border: 3px solid var(--white-color);
    line-height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.countdown ul li {
    display: inline-block;
    color: var(--main-color) !important;
    font-family: "Lato", Sans-serif;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    list-style-type: none;
    text-align: center;
    padding: 20px 0;
}

a {
    text-decoration: none;
}

.box-white {
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 50px 55px 20px 55px;
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    max-width: 936px;
    margin: 0 auto;
}

.box-white p {
    text-align: center;
    color: #9c64f4;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}

.box-white h2 {
    color: #000000;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 56px;
    font-weight: 700;
    margin: 0px 0px 40px 0px;
    text-align: center;
}

.box-white ul {
    padding: 0px;
    list-style: none;
    text-align: left;
}

.box-white ul li i {
    color: #11d250;
    font-size: 24px;
    padding-right: 5px;
}

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

.box-white ul li {
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 6px;
}

.box-white .remember {
    text-align: center;
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    margin-bottom: 20px;
}

.box-white .button-cta {
    padding: 10px 40px 10px 40px;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.section .button-cta {
    font-size: 24px;
    padding: 10px 40px 10px 40px;
}

/* Thank You Page */

body.step-thankyou .header {
    justify-content: center;
}

body.step-thankyou .header .logo {
    width: 275px;
    text-align: center;
	margin: 0 auto;
    display: inline-block;
}

.section-thankyou p.sub-title {
    line-height: 1.5;
    color: #9c64f4;
    margin-top: 30px;
    text-align: center;
    color: #9d64f4;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: bold;
}

.countdown ul {
    max-width: 320px;
}
body.step-thankyou .countdown ul li {
    color: #9d64f4;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: 3px solid #fff;
    line-height: 15px;
    border-radius: 50%;
    margin-bottom: 10px;
}

body.step-thankyou .countdown ul li span {
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 47px;
    font-weight: bold;
    position: relative;
}

body.step-thankyou .countdown ul li span::after {
    content: ":";
    position: absolute;
    right: -20px;
    top: -5px;
}

body.step-thankyou .countdown ul li:last-child span::after {
    content: "";
}

body.step-thankyou .countdown ul li::after {
}

.step-thankyou .section-thankyou .icon-arrow-section {
    padding: 15px;
    color: #9c64f4;
    font-size: 50px;
}

.step-thankyou .section-thankyou {
    margin-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
    box-shadow: 0px 0 5px 2px rgba(0,0,0,0.3);
}

.section-thankyou h2 {
    color: #000000;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
}

.section-thankyou p {
    line-height: 1.5;
    text-align: center;
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.step-thankyou .section-thankyou .step-title {
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 34px;
    font-weight: 700;
}

.step-thankyou .section-thankyou .button-cta {
    font-family: "Open Sans", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #9d64f4;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 40px 10px 40px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.add-to-cal {
    width: 330px;
    margin: 30px auto 45px auto;
}

.step-thankyou .section-thankyou p small {
    margin-bottom: 30px;
    text-align: center;
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.section-footer .container,
.footer-bottom .container {
    max-width: 1000px;
    padding: 20px 0px 20px 0px;
}

.section-footer {
    padding: 45px 0px 45px 0px;
}

.section-footer p {
    color: #9c64f4;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
}

.section-footer h2 {
    color: #ffffff;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 0px;
}



.footer-logo {
    padding: 0px 0px 40px 0px;
    width: 150px;
}



.footer-bottom .footer-link li {
    position: relative;
    margin-right: calc(30px / 2);
    margin-left: calc(30px / 2);
    font-family: "Open Sans", Sans-serif;
    font-size: 13px;
}

.footer-bottom .footer-link li:last-child::after {
    display: none;
}

.footer-bottom .footer-link li:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -15px;
    content: "";
    border-color: #ddd;
}



#cal-error-wrapper {
    width: 400px;
    margin: 35px auto 0;
    border: 2px solid red;
    padding: 10px 30px;
    border-radius: 8px;
}

#cal-error-wrapper p {
    font-size: 18px;
    line-height: 1.5;
    color: #555;
}