* {
    margin: 0rem;
    padding: 0rem;
    outline: 0rem;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a img,
img {
    border: 0rem;
    outline: none;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}

a,
input[type="submit"],
button {
    outline: none;
}

.clear {
    clear: both;
}

::-moz-placeholder {
    opacity: 1;
}

input[type="submit"],
button,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input,
select,
button,
textarea {
    font-family: var(--ff-prime);
}

input[type="submit"],
button {
    cursor: pointer;
    transition: all 0.4s linear 0s;
}

input[type="submit"],
input[type="text"],
input[type="search"],
button,
input[type="email"],
input[type="tel"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
label,
input,
textarea,
img,
button,
a {
    margin: 0px;
    padding: 0px;
    outline: none;
    list-style: none;
}

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:focus {
    outline: 0;
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

body {
    font-family: var(--ff-prime);
    color: var(--color-txt-light);
    font-weight: normal;
    font-size: var(--fs-normal);
    line-height: var(--lh-normal);
}

p {
    margin: 0 0 1.25rem;
}

*:last-child {
    margin-bottom: 0rem;
}

/****reset styles*****/
.wrapper {
    padding-left: var(--padding-inline);
    padding-right: var(--padding-inline);
}

.flex_container {
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}

.txt-center {
    text-align: center;
}

.visit-link {
    display: inline-block;
    padding: 1rem 1.25rem;
    background-color: #075093;
    border-radius: 1.875rem;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    -moz-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    line-height: 1.1;
    text-decoration: none;
    color: var(--clr-white);
    font-weight: 100;
    margin-left: 0.25rem;
}

.pt100 {
    padding-top: var(--padding-block);
}

.button-primary {
    padding: 1.25rem 2.5rem;
    color: var(--clr-white);
    background-color: var(--clr-secondary);
    font-size: 1.125rem;
    text-align: center;
    outline: 0;
    font-weight: 100;
    border-radius: 10px;
    transition: all 0.5s;
    border: 1px solid transparent !important;
    cursor: pointer;
}

.button-primary:hover {
    border: 1px solid var(--clr-prime) !important;
}

.button-secondary {
    padding: 1.25rem 2.5rem;
    color: var(--clr-secondary);
    background-color: var(--clr-white);
    font-size: 1.125rem;
    text-align: center;
    outline: 0;
    font-weight: 100;
    border-radius: 10px;
    transition: all 0.5s;
    border: 1px solid var(--clr-secondary) !important;
    cursor: pointer;
}

.button-secondary:hover {
    background-color: var(--clr-prime);
}

/***utility clasess****/
.site-header {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}

.site-header .header-logo {
    max-width: 266px;
}

.site-header .header-icon {
    text-align: end;
}

/***header****/
.hero-section .hero-title-secondary {
    font-size: var(--fs-xl);
    line-height: var(--lh-regular);
    font-weight: 500;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    color: var(--clr-light);
}

.hero-section .highlight-txt {
    color: var(--clr-secondary);
    margin-top: 1.25rem;
}

.hero-section .hero-title-main {
    font-size: var(--fs-xl);
    font-weight: bolder;
    margin-top: 5rem;
    margin-bottom: 5rem;
    color: var(--clr-prime);
    line-height: var(--lh-regular);
}

.hero-section .hero-img {
    position: relative;
}

.hero-section .hero-img::before {
    content: "";
    width: 98%;
    height: 98%;
    background-color: var(--clr-white);
    border-radius: 50%;
    position: absolute;
    left: -18px;
    top: -18px;
    z-index: -1;
    box-shadow: 0px 10px 15px #0d529f52;
    -webkit-box-shadow: 0px 10px 15px #0d529f52;
    -moz-box-shadow: 0px 10px 15px #0d529f52;
}

.hero-section .hero-img img {
    width: 100%;
}

/****hero section****/

.thanks-card-section .thanks-form-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.thanks-card-section .form-inner {
    padding: 5rem 3.75rem;
    background-color: var(--clr-white);
    border-radius: 3.125rem;
    box-shadow: 0px 1px 15px #00000021;
}

.field-wrapper {
    font-size: 1.5rem;
}

.field-wrapper input {
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
    display: inline-block;
    line-height: 1.1;
    padding-bottom: 0.2rem;
    font-size: 1.125rem;
}

.head-field {
    color: var(--clr-prime);
    max-width: 100%;
    font-weight: 500;
}

.head-field input {
    width: 50%;
}

.field-wrapper span {
    color: rgba(112, 112, 112, 0.5);
}

.field-wrapper {
    margin-bottom: 1.5rem;
}

.field-split {
    display: flex;
    flex-wrap: wrap;
}

.field-split .name-field {
    width: 75%;
}

.field-split .name-field input {
    display: inline-block;
    width: 89%;
}

.txt-area-col {
    width: 100%;
    margin-top: -1.125rem;
}

.txt-field textarea {
    resize: none;
    font-size: 1.125rem;
    line-height: 2rem;
    color: var(--clr-light);
    background-image: repeating-linear-gradient(
        180deg,
        transparent 0px 31px,
        #ccc 31px 32px
    );
    background-size: 1.8rem 2rem;
    padding-left: 0rem;
    padding-right: 1rem;
    display: block;
    width: 100%;
    height: 160px;
    
}

.form-msg {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--clr-prime);
    width: 100%;
    margin-top: 2.5rem;
}

.field-split .story-field {
    width: 25%;
}

.field-split .story-field input {
    width: 50%;
}

.form-ctrls {
    margin-top: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.form-ctrls .form-row,
.form-ctrls .form-inner-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.form-ctrls .form-inner-row {
    justify-content: flex-start;
}

.form-ctrls .form-row .temp-select-col {
    max-width: 70%;
    flex: 0 0 70%;
}

.form-ctrls .form-row .btns-col {
    max-width: 30%;
    flex: 0 0 30%;
}

.form-ctrls .form-thumb-item {
    max-width: 180px;
    flex: 0 0 180px;
    height: 180px;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.img-btn img {
    width: 100%;
    height: inherit;
    object-fit: cover;
}

.img-btn > input {
    display: none;
}

.img-btn > img {
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 10px;
}

.img-btn > input:checked + img {
    border-color: var(--clr-secondary);
}

.btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.btn-row .btn-main {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.form-footer {
    width: 180px;
    margin-left: auto;
    margin-top: 3rem;
}

.sincere-field {
    color: var(--clr-secondary);
    font-weight: 500;
    text-align: right;
}

.sincere-field input {
    display: block;
    width: 100%;
    margin-top: 1rem;
}

.field-wrapper span {
    font-weight: 500;
}

.field-wrapper label {
    white-space: nowrap;
}

.form-txt-msg {
    font-size: var(--fs-xxl);
    line-height: 1.2;
    color: var(--clr-prime);
    text-align: center;
    margin-top: 1.75rem;
}

/****thank you form section*****/

.bg-gradient {
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(112, 202, 196, 0.8) 40%,
        rgba(26, 170, 161, 0.9999999999999999) 100%
    );
}

.site-footer .vid-section {
    padding-top: 10rem;
    padding-bottom: 3.75rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.site-footer .title-main {
    font-size: var(--fs-xl);
    color: var(--clr-white);
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 2.75rem;
}

.site-footer .vid-main {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.site-footer .vid-main img {
    border-radius: 20px;
}

.vid-main .plyr__control--overlaid {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100px;
    height: 50px;
    border-radius: 5px;
}

.vid-main .plyr__control--overlaid svg {
    left: 26px;
}

.site-footer .vid-main .plyr {
    border-radius: 1.25rem;
}

.site-footer .vid-main video {
    width: 100%;
    border-radius: 0.875rem;
}

.site-footer .plyr-main {
    border-radius: 0.9rem;
    background: transparent;
}

.vid-play-btn {
    width: 140px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.play-tri {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;

    border-left: 1.25rem solid var(--clr-white);
}

.site-footer .vid-txt-main {
    color: var(--clr-white);
    font-size: var(--fs-md);
    font-weight: light;
    letter-spacing: 0.1rem;
    margin-top: 5rem;
}

.site-footer .footer-bottom-bar {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-top: 1.2px solid var(--clr-white);
    color: var(--clr-white);
}

.site-footer .bar-txt {
    font-size: var(--fs-lg);
    line-height: 1.2;
    font-weight: 500;
}

.bar-row .column {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1rem;
}

.social-list {
    justify-content: center;
}

.social-list .list-item {
    padding-left: 1rem;
    padding-right: 1rem;
}

.copy-right-txt {
    color: var(--clr-white);
    font-size: var(--fs-md);
    font-weight: 100;
    letter-spacing: 0.1rem;
    margin-top: 1.75rem;
}

/****footer section****/

/****responsive****/
@media screen and (max-width: 1600px) {
    .button-primary {
        padding: 1.125rem 1.5rem;
    }

    .button-primary:hover {
        border: 1px solid var(--clr-prime) !important;
    }

    .button-secondary {
        padding: 1.125rem 1.5rem;
    }

    /***utility clasess****/
    .site-header {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    /***header***/
    .hero-section .hero-title-main {
        margin-top: 3.125rem;
        margin-bottom: 3.125rem;
    }

    .hero-section .hero-title-secondary {
        width: 100%;
    }

    .hero-section .hero-img::before {
        left: -10px;
        top: -14px;
    }

    /****hero section***/
    .site-footer .vid-section {
        padding-top: 8rem;
        padding-bottom: 3rem;
        width: 95%;
    }

    .site-footer .vid-txt-main {
        margin-top: 2.5rem;
    }

    .copy-right-txt {
        margin-top: 2.5rem;
    }

    .social-list .list-item {
        width: 70px;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-bottom: 0.5rem;
    }

    /****footer section****/
    .form-msg {
        font-size: 1.275rem;
    }

    .thanks-card-section .form-inner {
        padding: 4rem 2.75rem;
    }

    /***thanks form****/
}

@media screen and (max-width: 1366px) {
    .form-msg {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 1024px) {
    .site-header {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }

    /***header***/

    .hero-section .hero-txt-col {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    /****hero section***/
    .site-footer .vid-section {
        padding-top: 4rem;
    }

    .vid-section .row {
        flex-wrap: wrap-reverse;
    }

    .vid-col {
        padding-bottom: 1.25rem;
    }

    .social-list {
        justify-content: space-evenly;
    }

    .social-list .list-item {
        width: 75px;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .social-list .list-item img {
        width: 100%;
    }

    .visit-link {
        margin-top: 1rem;
    }

    /****footer section****/
    .form-msg {
        font-size: 1.25rem;
        margin-top: 1.25rem;
    }

    .thanks-card-section .form-inner {
        padding: 3rem 1.75rem;
    }

    .field-wrapper {
        margin-bottom: 1.25rem;
    }

    .thanks-card-section .thanks-form-container {
        width: 90%;
    }

    .thanks-card-section .form-inner-row {
        justify-content: space-between;
    }

    .form-ctrls .btn-row {
        justify-content: center;
        margin-top: 1.25rem;
    }

    .form-ctrls .form-row .temp-select-col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .form-ctrls .form-row .btns-col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .form-ctrls .form-thumb-item {
        max-width: 33.33%;
        flex: 0 0 33.33%;
        height: auto;
    }

    .field-wrapper label {
        font-size: 1.125rem;
    }

    /***thanks form****/
}

@media screen and (max-width: 767px) {
    .site-header {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    /***header***/
    .hero-section .hero-img::before {
        left: 50%;
        top: 50%;
        transform: translate(-53%, -53%);
    }

    /****hero section***/
    .vid-section .title-main {
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .social-list .list-item {
        width: 50px;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .copy-right-txt {
        margin-top: 1.5rem;
    }

    /****footer section****/
    .form-msg {
        font-size: 1.125rem;
    }

    .thanks-card-section .form-inner {
        padding: 2.5rem 1.5rem;
    }

    .field-wrapper {
        margin-bottom: 1.125rem;
    }

    .thanks-card-section .thanks-form-container {
        width: 100%;
    }

    .field-split .name-field {
        width: 100%;
    }

    .field-split .name-field label {
        margin-bottom: 1.125rem;
    }
    .field-split .name-field input {
        display: inline-block;
        width: 80%;
    }

    .field-split .story-field {
        width: 100%;
    }

    .form-footer {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .story-field .field-wrapper {
        margin-bottom: 0rem;
    }

    .txt-area-col {
        margin-top: 0.25rem;
    }

    /***thanks form****/
}

/****responsive****/

.hidden {
    display: none !important;
}

.form-output-area .inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.visually-hidden {
    position: absolute;
    left: -999999px;
}

#response {
    margin-bottom: 2rem;
}

#form-output-area {
    scroll-margin-top: 100px;
}