

/* Start:/local/templates/landing/template_styles.css?17406432436211*/
@font-face {
    font-family: 'Mabry';
    src: url('/local/fonts/Mabry-Pro.eot');
    src: url('/local/fonts/Mabry-Pro.woff') format('woff'),
    url('/local/fonts/Mabry-Pro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mabry';
    src: url('/local/fonts/Mabry-Pro-Bold.eot');
    src: url('/local/fonts/Mabry-Pro-Bold.woff') format('woff'),
    url('/local/fonts/Mabry-Pro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mabry';
    src: url('/local/fonts/Mabry-Pro-Light.eot');
    src: url('/local/fonts/Mabry-Pro-Light.woff') format('woff'),
    url('/local/fonts/Mabry-Pro-Light.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mabry';
    src: url('/local/fonts/Mabry-Pro-Italic.eot');
    src: url('/local/fonts/Mabry-Pro-Italic.woff') format('woff'),
    url('/local/fonts/Mabry-Pro-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Mabry';
    src: url('/local/fonts/Mabry-Pro-Light-Italic.eot');
    src: url('/local/fonts/Mabry-Pro-Light-Italic.woff') format('woff'),
    url('/local/fonts/Mabry-Pro-Light-Italic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Mabry';
    src: url('/local/fonts/Mabry-Pro-Medium.eot');
    src: url('/local/fonts/Mabry-Pro-Medium.woff') format('woff'),
    url('/local/fonts/Mabry-Pro-Medium.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mabry';
    src: url('/local/fonts/Mabry-Pro-Medium-Italic.eot');
    src: url('/local/fonts/Mabry-Pro-Medium-Italic.woff') format('woff'),
    url('/local/fonts/Mabry-Pro-Medium-Italic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
html, body {
    font-family: Mabry, Helvetica, Arial, sans-serif !important;
    font-size: 18px !important;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    position: relative;
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

p {
    color: #25232C;
    line-height: 1.4rem;
}
h1,h2 {
    color: #1E355C;
}
h1 {
    font-size: 2.2rem;
    margin: 2rem 0;
}
h2 {
    font-size: 1.66rem !important;
    font-weight: 400 !important;
    margin-bottom: 1.5rem;
}
a {
    color: #3D6791;
    transition: .2s;
}
a:hover {
    color: #CB7A67;
}
.top-panel {
    padding: 2rem 0;
    height: 120px;
}
.company-logo {
    height: 100%;
    width: auto;
}
.company-logo.ast {
    margin-right: 5rem;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #A3A8BA;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #A3A8BA;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #A3A8BA;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #A3A8BA;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color:    #A3A8BA;
}
::placeholder { /* Most modern browsers support this now. */
    color:    #A3A8BA;
}

@media(max-width: 1200px) {
    .footer-col {
        margin: 1.3rem 0;
    }
}
@media(max-width: 768px) {
    .top-panel {
        padding: 1rem 0;
        height: auto;
        align-content: center;
        flex-wrap: nowrap;
    }
    .button-row {
        text-align: center;
        margin: 2rem 0 0 0;
    }
    .company-logo.ast {
        margin-right: 0;
    }
    .logo-row {
        height: 40px;
        display: flex;
        justify-content: center;
    }
    .logo-row img {
        display: block;
    }
    h1 {
        text-align: center;
    }
    footer {
        padding: 2rem 0;
    }
    footer a {
        line-height: 30px;
    }
    .manager {
        margin-bottom: 0;
    }
    .age-block {
        padding: 50px;
    }
    .links {
        flex-direction: column;
    }
}
textarea {
    font-size: 1rem !important;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
a.button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

a.button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 0.78rem 2.17rem;
    width: 100%;
    font-size: 1rem;
    font-weight: 200;
    line-height: 120%;
    transition: .2s;
    background: #F9E2DB;
    border: none;
    border-radius: 25px;
    color: #CB7A67;
    text-decoration: none;
}
a.button:hover {
    color: #CB7A67;
    background: #FDD2C5;
    cursor: pointer;
}
a.button:focus {
    outline: none;
    color: #fff;
    background: #CB7A67;
}



[v-cloak] {
    display: none;
}
.row-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
footer {
    font-size: 16px;
    font-weight: 100;
    margin-top: 3rem;
    padding: 3rem 0;
    display: block;
    background: #1E355C;
    color: #B5C0D2;
}
footer a {
    font-size: 18px;
    color: #CE998D;
    display: block;
}
footer a.email {
    color: #B5C0D2;
    text-decoration: underline;
}
footer a:hover {
    color: #CB7A67;
}
.footer-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.manager {
    font-size: 30px;
    color: #D5D0D1;
    display: block;
    margin-bottom: 3rem;
}

.age-block a {
    font-size: 18px;
    line-height: 28px;
}
.links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0;
}
.age-block {
    padding: 50px 100px;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.05);
}
.age {
    font-size: 100px;
    color: #D7D9E1;
    font-weight: 200;
}
.box-shadow,
.box-shadow__hover {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
}

/* End */
/* /local/templates/landing/template_styles.css?17406432436211 */
