@font-face {
    font-family: 'helvetica-w01-light';
    font-style: normal;
    font-weight: 400;
    src: url('/theme/lambda2/fonts/helvetica-w01-light.woff2') format('woff2');
    unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2122;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-w01-bold';
    font-style: normal;
    font-weight: 700;
    src: url('/theme/lambda2/fonts/helvetica-lt-w10-bold.woff2') format('woff2');
    unicode-range: U+0000, U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2116;
    font-display: swap;
}

@font-face {
    font-display: swap;
    font-family: wf_df1d3221e72a4995a61e81ea6;
    src: url("https://static.wixstatic.com/ufonts/6725a1_df1d3221e72a4995a61e81ea6329054d/woff2/file.woff2") format("woff2"),
    url("https://static.wixstatic.com/ufonts/6725a1_df1d3221e72a4995a61e81ea6329054d/woff/file.woff") format("woff"),
    url("https://static.wixstatic.com/ufonts/6725a1_df1d3221e72a4995a61e81ea6329054d/ttf/file.ttf") format("ttf");
}

* {
    /*font-family: "helvetica-w01-bold", sans-serif;*/
}

#section_01 {
    position: relative;
    background-size: contain;
    width: 100%;
    margin-top: 10px;
}

#section_01 > div {
    position: relative;
    width: 100%;
    max-width: 1740px;
    margin: auto;
}


#comp-lt5l403e {
    position: relative;
    background: rgba(26, 62, 114, 0.95);
    width: 40%;
    left: 197px;
    margin: 34px;
    padding: 1.2em;
}

#comp-lt5l403e h1 {
    font-weight: normal;
}

#comp-lt5mss0i {
    display: flex;
    align-items: center;
    margin: 2em 0;
}

#comp-lt5mss0i li {
    font-size: 1.3rem;
    font-weight: normal;
}

#comp-lt5l403k6 {
    display: flex;
    gap: 5em;
}

#comp-lt5l403k6 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 297px;
    height: 40px;
    background: #cf2436;
    text-align: center;
    color: white;
    font-size: 1.5em;
}

#comp-lt5l403k6 a:hover {
    background: #df838d;
}

#comp-lt5l403m4 {
    display: flex;
    align-items: center;
    gap: 2em;
}

#section_02 {
    background-color: rgb(249,249,249);
    padding: 5rem 0;
}

#section_02 .container {
    display: flex;
    align-items: center;
    gap: 3em;
}

#section_02 .container p {
    font-size: 18px;
}

#section_02 .container a {
    text-decoration: underline;
    color: #0c0c0c;
}

#section_02 .container img {
    max-width: inherit;
}

#section_02 .container div {
    text-align: center;
    padding: 1em;
    background-color: white;
    border: 1px solid rgb(65, 65, 65, 1);
    box-shadow: 0 1px 4px rgba(0,0,0,.6);
}

#section_03 h1 {
    margin: 46px calc((100% - 980px)* 0.5);
}

#section_03 #offer {
    background-color: #899cb9;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0 1em;
}

#offer div {
    background-color: #dbeaff;
    margin: 1em 0;
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    grid-template-rows: repeat(3, min-content) 1fr;
}

#offer div h2 {
    text-align: center;
    margin-top: 40px;
}

#offer div #hr {
    margin: 32px calc((100% - 230px)* 0.5);
    width: 227px;
    height: 5px;
    border-top: 2px solid #1a3e72;
    box-sizing: border-box;
}

#offer .desc {
    display: flex;
    justify-content: center;
    padding: 0 calc((100% - 230px)* 0.5);
}

#offer div p {
    min-height: 432px;
    mix-blend-mode: normal;
    overflow-wrap: break-word;
    pointer-events: none;
    text-align: start;
    text-shadow: 0 0 transparent, 0 0 transparent;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0;
    color: rgba(26, 62, 114);
    /*font: normal normal normal 18px/1.7em helvetica-w01-light,sans-serif;*/
}

#offer div .div-a {
    display: flex;
    justify-content: center;
    margin-bottom: calc((100% - 300px)* 0.5);
}

#offer div .div-a a {
    border: 1px solid #282828;
    padding: 0.5em calc((100% - 320px)* 0.5);
    color: #282828;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    gap: 0.3em;
}

#offer div .div-a a:hover {
    color: #3db0f2;
}

#section_05 {
    background: url("/theme/lambda2/pix/section_05_banner.png") no-repeat fixed;
    height: 621px;
    display: flex;
    justify-content: center;
    font-size: 25px;
    position: relative;
}

#comp-lt5l405g {
    background-color: rgba(249, 249, 249, 0.84);
    border: 1px solid rgba(65, 65, 65, 0);
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    position: absolute;
    left: 40%;
    bottom: 10%;
    padding: 2em;
}

#comp-lt5l405g svg {
    width: 42px;
    height: 38px;
}

#comp-lt5l405g div {
    display: flex;
    gap: 3px;
}

#comp-lt5l405g #scope_01 {
    margin: 44px 0 32px 0;
}

#comp-lt5l405g #scope_02 svg {
    transform: rotate(180deg);
}

#comp-lt5l408g h1{
    color: rgba(26, 62, 114);
    font: normal normal normal 22px/1.4em helvetica-w01-light,sans-serif;
}

#comp-lt5l408g .container a {
    text-decoration: underline;
    color: #0c0c0c;
}

#seminar-topics > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

#seminar-topics > div:nth-child(1) {
    margin-bottom: 35px;
}

#seminar-topics .topic {
    display: flex;
    justify-content: center;
}

#seminar-topics .topic .content {
    margin: 1em 0;
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    grid-template-rows: repeat(1, min-content) 1fr;
}

#seminar-topics .topic .content h2 {
    margin-top: 49px;
    margin-bottom: 26px;
    font-weight: normal;
    color: rgba(26, 62, 114);
    text-align: center;
    font-size: 23px;
}

#seminar-topics .topic .content .desc {
    margin-bottom: 32px;
    color: rgba(26, 62, 114);
    display: flex;
    justify-content: center;
    padding: 0 calc((100% - 230px)* 0.5);
}

#seminar-topics .topic .content .div-a {
    margin-bottom: 61px;
    display: flex;
    justify-content: center;
}

#seminar-topics .topic .content .div-a a {
    border: 1px solid #1a3e72;
    padding: 0.3em calc((100% - 320px)* 0.5);
    color: rgb(26, 62, 114);
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3em;
    background-color: rgba(219, 234, 255);
}

#seminar-topics .topic .content .div-a:hover a {
    color: #ffffff;
    background-color: #1a3e72;
}

#seminar-topics .first-color {
    background-color: #dbeaff;
}

#seminar-topics .second-color {
    background-color: #ccdaee;
}

#seminar-topics .second-color_02 {
    background-color: #bccce4;
}

/*-----Footer---*/
#sticky-to-top, #sticky {
    box-shadow: none;
    border: 2px solid #3db0f2;
    width: 62px;
    height: 62px;
    background: transparent !important;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
}

#page-footer {
    background-color: #262626;
    margin-top: 0;
    letter-spacing: normal;
    line-height: normal;
    border-top: none!important;
}

#page-footer a {
    color: #a0a0a0 !important;
}

#page-footer ul {
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 17px;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    box-sizing: border-box;
    padding: 15px 0;
}

#page-footer ul li {
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    padding-right: 22px;
}

#design-by {
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
    color: whitesmoke;
}

#design-by a{
    color: #3db0f2;
    text-decoration: none;
    font-weight: bold;
}

/*------Hawkins Blog-------*/

#section_07 a {
    color: #414141;
}

#section_07 a:hover {
    color: #cf243c;
}

#section_07 .row .card .username {
    margin: 1em 0;
    display: flex;
    align-items: center;
    gap: 1em;
}

#section_07 .row .card .card-body {
    padding: 0;
    font-size: 1.5rem;
}

#section_07 .row .card .card-body p {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    align-items: center;
}

#section_07 .row .card > a {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin: 1em 0;
}

#section_07 .row .card > a img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
}

#section_08 .container {
    display: flex;
    align-items: start;
    gap: 0.5em;
}

#section_08 .container .header h1 {
    margin-bottom: 0.5em;
}

#section_08 .container .body {
    display: grid;
    gap: 1.2rem;
}

#section_08 .container .body .first-child a {
    background-color: rgb(65, 65, 65);
    height: 100%;
    width: 50%;
    display: block;
    overflow: hidden;
    border-radius: 0.5rem;
}

#section_08 .container .body .first-child img {
    border: 1px solid #333333;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out all;
}

#section_08 .container .body .first-child a:hover img {
    opacity: 0;
}

#section_09 {
    background-color: #dbeaff;
}

#section_09 .form {
    display: grid;
    gap: 1.2rem;
    font-size: 1.2rem;
}

#section_02, #section_03, #section_04, #section_05, #section_06, #section_07, #section_08, #section_09 {
    display: none;
}

.summary > div > pre {
    font-family: "helvetica-w01-bold", sans-serif;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #555;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    #section_01 {
        /*display: none;*/
    }

    #page-footer > div {
        margin: 0;
        padding: 10px;
    }

    #page-footer .container #policy {
        margin: 0;
        left: 240px;
    }

    #page-footer .container #location {
        text-align: center;
        margin: 1.739rem 0;
    }

    #page-footer .container #contact {
        flex-direction: column;
    }

    #page-footer .container #contact #social {
        margin-left: 0;
        margin-top: 15px;
        align-self: center;
        left: 0;
    }

    #page-footer .container #location hr {
        margin: 0 5px;
    }

    #page-footer hr {
        height: 15px;
    }

    #page-footer .container #contact #address {
        flex-direction: column;
        gap: 0;
    }

    #page-footer #address hr {
        display: none;
    }

    #sticky-to-top, #sticky {
        width: 30px;
        height: 30px;
    }

    div[role="list"] > div[role="listitem"] > .row a > div  {
        width: 100%;
    }

    div[role="list"] > div[role="listitem"] > .row {
        flex-wrap: wrap !important;
    }
}