@font-face {
    font-family: gobCL_Bold;
    src: url(../fonts/gobCL_Bold.otf);
}

@font-face {
    font-family: gobCL_Heavy;
    src: url(../fonts/gobCL_Heavy.otf);
}

@font-face {
    font-family: gobCL_Light;
    src: url(../fonts/gobCL_Light.otf);
}
@font-face {
    font-family: Inter-Black;
    src: url(../fonts/Inter-Black.ttf);
}
@font-face {
    font-family: Inter-Bold;
    src: url(../fonts/Inter-Bold.ttf);
}
@font-face {
    font-family: Inter-ExtraBold;
    src: url(../fonts/Inter-ExtraBold.ttf);
}
@font-face {
    font-family: Inter-ExtraLight;
    src: url(../fonts/Inter-ExtraLight.ttf);
}
@font-face {
    font-family: Inter-Light;
    src: url(../fonts/Inter-Light.ttf);
}
@font-face {
    font-family: Inter-Medium;
    src: url(../fonts/Inter-Medium.ttf);
}
@font-face {
    font-family: Inter-Regular;
    src: url(../fonts/Inter-Regular.ttf);
}
@font-face {
    font-family: Inter-SemiBold;
    src: url(../fonts/Inter-SemiBold.ttf);
}
@font-face {
    font-family: Inter-Thin;
    src: url(../fonts/Inter-Thin.ttf);
}

header {
    background: url(../assets/header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

ul.headtext {
    list-style: none;
    color: white;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 80px 0;
}
ul.headtext li {
    background: #00a8ebcc;
    display: inline-block;
    padding: 0 15px;
    font-size: 57px;
    font-family: 'Inter-ExtraBold';
}
ul.headtext li.frm_1 {
    width: 100%;
    max-width: 390px;
    background: #4b7cc2db;
}
ul.headtext li.frm_2 {
    width: 100%;
    max-width: 390px;
    background: #4b7cc2db;
    font-size: 23px;
    font-family: 'Inter-Medium';
}
ul.headtext li.frm_2 span {
    font-family: 'Inter-ExtraBold';
}

ul.headtext li.frm_3{
    color: #34558f;
    background-color: white;
    font-size: 15px;
    font-family: 'Inter-Black';
    width: 100%;
    max-width: 390px;
    padding-top: 5px;
    padding-bottom: 5px;
}
h2 {
    color: #628bc7;
    font-family: 'gobCL_Heavy';
    font-size: 34px;
    text-align: center;
    margin: 0 0 15px;
}
h3 {
    font-size: 40px;
    font-family: 'Inter-ExtraBold';
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 0;
    color: #2b487f;
    
}

h3 span{
    color: #628bc7;
}
h4 {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #64b7eb;
    font-size: 24px;
    font-family: 'Inter-Medium';
}
h4 span {
    font-family: 'Inter-ExtraBold';
}
p.frm_4 {
    text-align: center;
    max-width: 715px;
    margin: 20px auto;
    font-size: 20px;
    color: #628bc7;
}
footer {
    background: #64b7eb;
    padding: 40px 0;
}
ul.socialbox {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    gap: 10px;
}
a:hover, a:active, a:focus {
    opacity: 0.9;
}
ul.socialbox img {
    max-width: 60px;
}
iframe {
    max-width: 750px;
    margin: 0 auto;
    display: block;
}
.subhead{
    position: relative;
}
.subhead .container {
    display: flex;
    padding: 60px 0;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.decorbox{
    position: relative;
}
img.decor1 {
    position: absolute;
    right: 0;
    top: -70px;
    width: 50px;
}
img.decor0 {
    position: absolute;
    left: 0;
    bottom: -40px;
    max-width: 200px;
    width: 100%;
}
.button_frm {
    height: auto;
    width: 100%;
    max-width: 600px;
    padding-left: 25px;
}
.logo {
    height: 100px;
}
.logosub {
    position: absolute;
    bottom: 0;
    max-width: 110px;
    display: flex;
    right: 40px;
    gap: 20px;
    flex-direction: row-reverse;
    align-items: flex-end;
}
.logosub img {
    width: auto;
    height: 120px;
}
.extratext {
    position: absolute;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    color: white;
    width: 200px;
    right: 20%;
    font-size: 18px;
}
img.logopol {
    height: 50px;
    margin-bottom: 20px;
}
header{
    position: relative;
}
.subhead {
    background: url(../assets/headbg.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
}
.prefoot {
    height: auto;
    background-image: none;
    background-position: center;
    background-size: cover;
}


@media (max-width: 998px) {
    .prefoot {
        height: 200px;
        background-image: url(../assets/footer.jpg);
        background-position: center;
        background-size: cover;
    }
    .prefoot img{
        display: none;
    }
    .decor0{
        content:url(../assets/decor0mob.png);
    }
    .decor1{
        content:url(../assets/decor1mob.png);
    }
    p.frm_4 {
        max-width: 80%;
    }
    img.decor1 {
        position: absolute;
        right: 0;
        top: auto;
        width: 40px;
        bottom: -20px;
    }
    h2.subvideo {
        margin-top: 70px;
        margin-bottom: 30px;
    }
    .subhead .container {
        flex-direction: column-reverse;
        padding: 30px;
        gap: 30px;
    }
    ul.headtext li {
        font-size: 37px;
    }
    ul.headtext {
        padding: 80px 0 120PX;
    }
    img.logosub {
        right: 10px;
    }
}
.boxmob .extratext{
    display: none;
}
.logosub.mobsub .extratext{
    display: none;
}
@media (max-width: 998px) {
    .boxmob .extratext {
        display: block;
        color: black;
        position: relative;
        height: auto;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        font-size: 13px;
    }
    .logosub.mobsub .extratext{
        display: block;
    }
    .logosub {
        position: absolute;
        bottom: 0;
        max-width: 100%;
        display: flex;
        right: unset;
        gap: 20px;
        flex-direction: row;
        align-items: center;
        left: 0px;
        width: 100%;
        padding: 0 30px;    
    }
    .logosub.mobsub .extratext {
        font-size: 14px;
        display: block;
        position: relative;
        height: auto;
        width: auto;
        left: unset;
        right: unset;
    }
    .boxmob img {
        width: auto;
        height: 50px;
    }
    .extratext,
    .logopol{
        display: none;
    }
    .logosub img {
        width: auto;
        height: 100px;
    }
}