@charset "UTF-8";
/* CSS Document */

div#c3_header_main {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	aspect-ratio: 2.26 / 1;
    background-color: var(--c3-color-teal);
    margin-top: -128px;
    overflow: hidden;
}

div#c3_header_main iframe {
   max-width: 300%; 
}

@media only screen and (max-width: 1325px) {
    
    div#c3_header_main {
        min-height: 665px;
    }
    
    div#c3_header_main iframe {
        width: 150% !important;
        left: -25% !important;
    }
}

@media only screen and (max-width: 1000px) {
    
    div#c3_header_main iframe {
        width: 200% !important;
        left: -50% !important;
    }
}

@media only screen and (max-width: 767px) {
    div#c3_header_main {
        min-height: 350px;
    }
}

div.text-image-block:has(div#c3_header_main) {
    padding: 0px;
}

div#c3_header_main div.site-header__main-wrapper {
    margin-top: 148px;
    height: calc(100% - 168px);
    position: relative;
    display: flex;
    align-self: flex-end;
}

@media only screen and (max-width: 1023px) {
    div#c3_header_main div.site-header__main-wrapper {
        max-width: 100%;
        min-height: 497px;
    }
}

@media only screen and (max-width: 767px) {
    div#c3_header_main div.site-header__main-wrapper {
        min-height: 186px;
    }
}

div#c3_header_main div.site-header__main-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 32px);
    height: 100%;
    top: 0px;
    left: 0px;
    max-width: 1248px;
    margin: auto;
    margin-left: 16px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    border-bottom-right-radius: 200px;
}

@media only screen and (max-width: 1023px) {
    div#c3_header_main div.site-header__main-wrapper::after {
        border-radius: 20px;
        border-bottom-right-radius: 100px;
    }
}

@media only screen and (max-width: 767px) {
    div#c3_header_main div.site-header__main-wrapper::after {
        width: calc(100% - 60px);
        margin-left: 30px;
    }
}

div#c3_header_main h1 {
    margin-top: auto;
    padding: 32px;
    color: #ffffff;
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    div#c3_header_main h1 {
        font-size: 30px;
        line-height: 36px;
        padding: 16px;
    }
}

div#c3_header_main h1 span {
    display: block;
    font-weight: 200;
    font-size: 30px;
    line-height: 36px;
}

@media only screen and (max-width: 767px) {
    div#c3_header_main h1 span {
        font-size: 20px;
        line-height: 26px;
    }
}

