<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom Form CSS */
/* Crystal Pacheco - June 4, 2025 */

@font-face {
    font-family: New Hero;
    src: url(https://explore.icreon.com/rs/550-GOG-457/images/NewHeroBold.woff2) format("woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: New Hero;
    src: url(https://explore.icreon.com/rs/550-GOG-457/images/NewHeroMedium.woff2) format("woff2");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: New Hero;
    src: url(https://explore.icreon.com/rs/550-GOG-457/images/NewHeroRegular.woff2) format("woff2");
    font-weight: 400;
    font-display: swap;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}
body {
    font-family: "New Hero", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #000;
}
.background-container {
    /*background-image: url("https://explore.icreon.com/rs/550-GOG-457/images/arrow-background-image.jpg");*/
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; /* For the pseudo-element and text overlay */
    color: white; /* Set default text color for children */
    display: flex; /* To easily center text content if not using absolute positioning for text */
    align-items: center; /* Vertical centering for flexbox */
    justify-content: center; /* Horizontal centering for flexbox */
    text-align: center; /* Fallback text alignment */
}

.background-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
    /* Or a gradient: */
    /* background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7)); */
    z-index: 1; /* Ensure it's above the background but below the text */
}

.text-overlay {
    color: white;
    padding: 20px 40px;
    box-sizing: border-box;
    text-align: left;
    z-index: 2;
}

.text-overlay h1 {
    font-size: 8.333vw;
}

html,
body {
    font-family: "New Hero", Helvetica, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
optgroup,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
img {
    border: 0;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    height:auto!important;
}
a:focus-visible {
    outline: none;
}
article {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
main {
    flex-grow: 1;
}
main {
    display: flex;
    flex-wrap: wrap;
}
main section {
    width: 100%;
}
header,
main,
footer {
    flex-shrink: 0;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
optgroup,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
img {
    border: 0;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}
a:focus-visible {
    outline: none;
}
.container-fluid {
    padding-left: max(2.5rem, 2.778vw);
    padding-right: max(2.5rem, 2.778vw);
}

.blue {
    color: #386aff;
}

/*Header Style*/

/* ==== General Header Styles ==== */
header.headermain {
    background-color: #fff;
    height: max(160px, 11.111vw);
    display: flex;
    align-items: center;
}

header .inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: flex-end;
}

/* ==== Logo ==== */
header .logo {
    padding-bottom: max(2.5rem, 2.778vw);
    padding-left: max(2.5rem, 2.778vw);
}
header .logo img {
    height: max(1.5rem, 1.9vw)!important;
    width: auto;
    transition: filter 0.3s ease;
}

.nav-wrapper.show + .headermain .logo img {
    filter: brightness(0) invert(1);
}

/* ==== Navigation (Desktop) ==== */
.nav-wrapper {
    display: none;
}

.main-nav {
    display: flex;
    gap: unset;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.main-nav li {
    width: 16.6666666667vw;
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: auto;
    flex: 1 1 auto;
    box-shadow:
        rgba(0, 0, 0, 0) 0 0 0 0,
        rgba(0, 0, 0, 0) 0 0 0 0,
        rgba(0, 0, 0, 0.2) -1px 0 0 0;
}
.main-nav li a {
    font-size: 1.2rem;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-bottom: 1rem;
    height: 100%;
}

.main-nav li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #386aff;
    transition: width 0.3s ease;
    z-index: -1;
}
.main-nav li a:hover::before {
    width: 100%;
}
.main-nav li a:hover {
    color: #fff;
}

/* ==== Hamburger ==== */
.menu-toggle {
    position: relative;
    width: 30px;
    height: 24px;
    background: none;
    border: none;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburger-icon,
.hamburger-icon::before,
.hamburger-icon::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: #333;
    position: absolute;
    transition: all 0.3s ease;
}

.hamburger-icon::before {
    top: -8px;
}
.hamburger-icon::after {
    top: 8px;
}

/* Animate to X */
.menu-toggle.open .hamburger-icon {
    background-color: transparent;
}
.menu-toggle.open .hamburger-icon::before {
    transform: rotate(45deg);
    top: 0;
}
.menu-toggle.open .hamburger-icon::after {
    transform: rotate(-45deg);
    top: 0;
}
.menu-toggle.open .hamburger-icon::before,
.menu-toggle.open .hamburger-icon::after {
    background-color: #fff;
}
/* ==== Mobile Nav Panel ==== */
.nav-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #007bff;
    z-index: 990;
    padding: 80px 20px 20px;
    flex-direction: column;
    justify-content: center;
    transition: right 0.3s ease;
}

.nav-wrapper.show {
    right: 0;
    display: flex;
}

.main-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: unset;
}

.main-nav li a {
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.arrow {
    font-size: 1.5rem;
    margin-left: 10px;
}

/* ==== Desktop Overrides ==== */
@media (min-width: 768px) {
    header.headermain {
    box-shadow:inset 0 0 0 1px rgba(0, 0, 0, .2);
}
    .menu-toggle {
        display: none;
    }

    .nav-wrapper {
        position: static;
        display: flex !important;
        height: 100%;
        padding: 0;
        background: none;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .main-nav {
        flex-direction: row;
        gap: unset;
    }
    .main-nav li a:hover {
        color: #fff;
    }
    .main-nav li a {
        color: #000;
        font-size: 1.2rem;
        padding-bottom: max(2.5rem, 2.778vw);
        padding-left: max(2.5rem, 2.778vw);
        align-items: flex-end;
    }

    .arrow {
        display: none;
    }

    .logo img {
        filter: none !important;
    }
}
iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}
/* Section 1 Style */
#Sec1Text h4 {
    font-family: "New Hero", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    padding-bottom: 32px;
}
#Sec1Text p {
    color: #000000;
    font-family: "New Hero", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
#Sec1Text ul li {
    color: #000000;
    list-style: disc;
    margin-bottom: 8px;
    padding-left: 4px;
    font-size: 24px;
    line-height: 32px;
    font-family: "New Hero", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
#FormTitle,
#FormText {
    color: #fff;
    font-family: "New Hero", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
#FormText a {
    color: #fff;
    font-family: "New Hero", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-decoration: underline;
}
/* Section 1 Style */

/*Hero Style*/
section.hero {
    padding: 100px 0 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    flex-wrap: wrap;
}
.hero h1 {
    color: #ffffff;
    font-size: 8.333vw;
    margin-bottom: 15px;
    font-weight: 400;
}
.hero p {
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 400;
}
.herocta {
    margin-top: 30px;
}
.herocta a {
    display: inline-flex;
    align-items: center;
    border-radius: max(2rem, 2.222vw);
    border: thin solid #ffffff;
    background-color: transparent;
    padding-left: max(1rem, 1.111vw);
    padding-right: max(1rem, 1.111vw);
    font-family: "New Hero", Helvetica, Arial, sans-serif;
    font-size: max(14px, 0.972vw);
    line-height: 2.172;
    color: #ffffff;
    transition-property:
        color,
        background-color,
        border-color,
        text-decoration-color,
        fill,
        stroke,
        opacity,
        box-shadow,
        transform,
        filter,
        backdrop-filter,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.5s;
    text-decoration: none;
}
#herocta1 a:hover {
    background-color: #386aff;
    border: thin solid #386aff;
    cursor: pointer;
    color: #fff;
}
.defaultcta a {
    background-color: #386aff;
    color: #ffffff;
}

#sec1toptext h1 {
    font-size: 6.333vw;
    margin-bottom: 15px;
    font-weight: 400;
}

h1 {
    font-size: clamp(2.5rem, 6.333vw, 5rem);
    margin-bottom: 15px;
    font-weight: 400;
}

h2 {
    font-size: clamp(2rem, 4.75vw, 4rem);
    font-weight: 400;
}

h3 {
    font-size: clamp(1.75rem, 3.56vw, 3rem);
    font-weight: 400;
}

h4 {
    font-size: clamp(1.5rem, 2.67vw, 2.25rem);
    font-weight: 400;
}

h5 {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 400;
}

h6 {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    font-weight: 400;
}

p {
    font-size: clamp(0.95rem, 1.25vw, 1.1rem);
    line-height: 1.6;
}
/*Hero Style*/
/* Two Column Style */
.twocolumn .twocol {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.twocol h3 {
    font-family: "New Hero", Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
}
.twocol p {
    color: #000000;
    font-family: "New Hero", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.cta a {
    display: inline-flex;
    align-items: center;
    border-radius: max(2rem, 2.222vw);
    border: thin solid #000000;
    background-color: transparent;
    padding-left: max(1rem, 1.111vw);
    padding-right: max(1rem, 1.111vw);
    font-family: "New Hero", Helvetica, Arial, sans-serif;
    font-size: max(14px, 0.972vw);
    line-height: 2.172;
    color: #000000;
    transition-property:
        color,
        background-color,
        border-color,
        text-decoration-color,
        fill,
        stroke,
        opacity,
        box-shadow,
        transform,
        filter,
        backdrop-filter,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.5s;
    text-decoration: none;
}
.cta a:hover {
    background-color: #386aff;
    border: thin solid #386aff;
    cursor: pointer;
    color: #fff;
}
/* Two Column Style */

/* Testimonial Style */
#pullquotetext p {
    font-size: 5.556vw;
    line-height: 1.15;
}
#pullquoteauthor p {
    font-size: max(24px, 1.667vw);
    line-height: 1.2;
}
span.grey {
    color: rgba(0, 0, 0, 0.4);
}
/* Testimonial Style */

/* Callout Style */
.calloutsection .container-fluid .row .col-md-12 {
    display: flex;
    height: 60vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
#callouttext h2 {
    padding-left: max(2.5rem, 2.778vw);
    padding-right: max(2.5rem, 2.778vw);
    font-size: 8.3333333333vw;
    color: #ffffff;
}
#callouttext p {
    font-size: max(24px, 1.667vw);
    line-height: 1.2;
    color: #ffffff;
}
.white-cta a {
    display: inline-flex;
    align-items: center;
    border-radius: max(2rem, 2.222vw);
    border: thin solid #ffffff;
    background-color: transparent;
    padding-left: max(1rem, 1.111vw);
    padding-right: max(1rem, 1.111vw);
    font-family: "New Hero", Helvetica, Arial, sans-serif;
    font-size: max(14px, 0.972vw);
    line-height: 2.172;
    color: #ffffff;
    transition-property:
        color,
        background-color,
        border-color,
        text-decoration-color,
        fill,
        stroke,
        opacity,
        box-shadow,
        transform,
        filter,
        backdrop-filter,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.5s;
    text-decoration: none;
}
.white-cta a:hover {
    background-color: #ffffff;
    border: thin solid #ffffff;
    cursor: pointer;
    color: #386aff;
}
/* Callout Style */

/* Four Column Style */
.fourcolumn .fourcol {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.fourcol h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
.fourcol p {
    font-weight:400;
}

/* Four Column Style */

.onecolumn .onecol {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.onecol p {
    font-weight: 400;
}

.blue-cta a {
    background-color: #00a8e1;
    box-shadow:
        0 0 1px rgba(117, 131, 142, 0.04),
        0 2px 4px rgba(52, 60, 68, 0.16);
    color: #ffffff;
    border-radius: 2px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    display: inline-block;
    min-width: 178px;
    padding: 0.5em 1.75em;
    text-align: center;
    text-decoration: none;
}

.blue-cta a:hover {
    background-color: #0097cb;
    box-shadow:
        0 0 1px rgba(117, 131, 142, 0.04),
        0 2px 4px rgba(52, 60, 68, 0.16);
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
}

.mainfooter {
    padding: 50px 0;
    color: #000000;
    font-size: max(14px, 0.972vw);
    font-weight: 400;
    line-height: 1.2;
    border-top: thin solid #000;
}
.mainfooter a {
    color: #000000;
    position: relative;
    font-size: max(14px, 0.972vw);
    font-weight: 400;
    line-height: 1.2;
}
.large-text {
    font-size: max(5rem, 10.125vw);
    color: #000;
}
.footerlogo img {
    width: 100%;
    height: auto;
}
.footerlinks ul {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5.5555555556vw;
    padding-left: 0;
}
.footerlinks ul li {
    list-style: none;
}
.footerlinks ul li a {
    text-decoration: none;
    color: #000;
}

/*form Styling see icreon-form.css */


@media screen and (min-width: 768px) {

}
@media screen and (min-width: 1800px) {
    section.hero {
        padding: 180px 0 180px 0;
    }
    .hero h1 {
        font-size: 88px;
        line-height: 100px;
    }
}
@media screen and (max-width: 1199px) {
    .herotext1 {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    header nav ul li a {
        font-size: 16px;
        padding-left: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    header.headermain {
        height: auto;
        padding: 1.5rem 1rem; /* or any spacing you want */
    }

    header .inner {
        align-items: center;
    }
    header .logo {
        padding: unset;
    }
    .logo.menu-open-logo {
        transition: all 0.3s ease;
        filter: brightness(0) invert(1);
        position: absolute;
        z-index: 999;
    }
    .menu-toggle {
        margin-left: auto;
    }

    .main-nav {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    .main-nav li {
        width: 100%;
        border: none;
        box-shadow: none;
    }

    .main-nav li a {
        width: 100%;
        padding: 1.5rem 1rem;
        font-size: 1.5rem;
        color: #fff;
        background: none;
        text-align: left;
    }

    .main-nav li a:hover,
    .main-nav li a::before {
        color: #fff;
        background: none;
        opacity: 1;
        width: auto;
    }
    header nav ul li a {
        font-size: 14px;
        padding-left: 1.5rem;
    }
    .calloutsection .container-fluid .row .col-md-12 {
    height: auto;
        
}
}

@media screen and (max-width: 991px) {
    .hero h1 {
        margin-bottom: 10px;
    }
    section.hero {
        padding: 60px 0 60px 0;
    }
}

@media screen and (max-width: 767px) {
    .herotext1 {
        font-size: 16px;
    }
    .hero h1 {
        margin-bottom: 5px;
    }
    .herotext1 {
        margin-bottom: 20px;
    }
    .herocta a {
        font-size: 14px;
        min-height: 35px;
    }
}

@media screen and (max-width: 575px) {
    
    .herocta .ctadiv:first-child {
        margin-right: 0;
    }
    .herocta .ctadiv {
        display: block;
        width: -webkit-fill-available;
    }
}</pre></body></html>