@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

a {
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    line-height: 1em;
    outline: none;
    text-decoration: none;
    transition: 0.1s;
    vertical-align: top;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

article {
    box-sizing: border-box;
    line-height: 1em;
    vertical-align: top;
}

b {
    font-weight: 400;
}

body {
    color: rgb(47,47,47);
    font-family: 'Lora', sans-serif;
    font-size: 0;
    _margin: 64px 0 0;
    margin: 0;
    overflow-y: scroll;
    text-align: center;
}

body#error {
    margin: 0;
}

body#home:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url('res/banner-vertical.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.unscrollable {
  height: 100%;
  overflow: hidden;
}

button {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 20px;
    outline: none;
    padding: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

div {
    box-sizing: border-box;
    line-height: 1em;
    vertical-align: top;
}

form {
    padding: 16px 0 0;
}

h1 {
    box-sizing: border-box;
    display: inline-block;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1em;
    margin: 16px 0 0;
    _text-transform: uppercase;
}

h2 {
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 500;
    line-height: 1em;
    margin: 16px 0 0;
}

h3 {
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
}

img {
    box-sizing: border-box;
    vertical-align: bottom;
    width: 100%;
}

i {
    line-height: 1em;
}

input {
    background: white;
    color: inherit;
    box-sizing: border-box;
    border: none;
    display: block;
    font-family: inherit;
    font-size: 20px;
    outline: none;
    padding: 0;
}

textarea {
    background: white;
    color: inherit;
    box-sizing: border-box;
    border: none;
    display: block;
    font-family: inherit;
    font-size: 20px;
    outline: none;
    padding: 0;
}

p {
    box-sizing: border-box;
    line-height: 1.25em;
    font-size: 20px;
    margin: 0;
    text-align: left;
}

select {
    background: white;
    border: none;
    box-sizing: border-box;
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: 20px;
    outline: none;
    width: 100%;
}

select option {
    box-sizing: border-box;
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: 20px;
}

ul {
    list-style: none;
    padding: 0;
}

/* Start */
.button-1 {
    background: linear-gradient(135deg, rgb(63,199,151) 0%, rgb(63,159,175) 50%, rgb(55,103,159) 100%);
    _border: 1.5px solid rgba(0,0,0,0.1);
    border-radius: 32px;
    box-shadow: 0 0 16px rgba(63,159,175,0.5);
    color: white;
    display: block;
    font-size: 24px;
    font-weight: 600;
    height: 64px;
    line-height: 64px;
    margin: 32px 32px 0;
    text-shadow: 0 0 8px rgba(0,0,0,0.1);
    _text-transform: uppercase;
}

.button-2 {
    border: 1.5px solid rgba(0,0,0,0.1);
    border-radius: 50vh;
    box-shadow: 0 0 16px rgba(0,0,0,0.1);
    _display: block;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 32px 16px 0;
    padding: 16px 32px;
}

.button-2 i {
    color: rgb(47,127,79);
    padding: 0 8px 0 0;
}

@media(min-width: 720px) {
    .button-1,
    .button-2 {
        margin-left: auto;
        margin-right: auto;
        width: 360px;
    }
}

.font-color-a {
    color: rgb(31,111,119) !important;
}

.font-color-b {
    color: rgb(79,151,103) !important;
}

.font-color-c {
    color: rgb(127,191,95) !important;
}

.font-color-white {
    color: rgb(255,255,255) !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

/* Headline */
.headline {
    background: rgb(255,255,255);
    box-shadow: 0 0 16px rgba(0,0,0,0.1);
    height: 64px;
    _overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.headline-icon {
    left: 0;
    padding: 8px;
    position: absolute;
    top: 0;
    width: 64px;
}

.headline-menu {
    align-items: center;
    background: rgb(255,255,255);
    display: flex;
    justify-content: center;
    min-height: 100vh;
    opacity: 0;
    position: fixed;
    right: -100%;
    transition: 0.25s;
    width: 100%;
}

.headline-menu a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    _line-height: 64px;
    padding: 16px 0;
}

.headline-menu a.active {
    color: rgb(63,159,175);
}

.headline-menu a.headline-menu-tel {
    color: linear-gradient(135deg, rgb(63,199,151) 0%, rgb(63,159,175) 50%, rgb(55,103,159) 100%);
    font-size: 24px;
    font-weight: 600;
}

.headline-menu a i {
    font-size: 16px;
    font-weight: 400;
    _line-height: 64px;
    margin: 0 12px 0 0;
}

.headline-menu-container {
    width: 100%;
}

.headline-menu-desktop {
    display: none;
}

.headline-menu-desktop a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    margin: 0 12px;
    text-transform: uppercase;
}

.headline-menu-desktop a.active {
    border-bottom: 4px solid rgb(47,127,79);
}

.headline-menu-desktop a i {
    margin: 0 8px 0 0;
}

.headline-menu-logo {

}

.headline-menu-logo img {
    width: 128px;
}

.headline-menu-separator {
    background: linear-gradient(135deg, rgb(63,199,151) 0%, rgb(63,159,175) 50%, rgb(55,103,159) 100%);
    height: 4px;
    margin: 64px 0 48px;
}

@media(min-width: 720px) {
    .headline button {
        display: none !important;
    }

    .headline_menu {
        display: none;
    }

    .headline-menu-desktop {
        display: inline-block;
    }

    .headline-menu-separator {
        display: inline-block;
        height: 24px;
        margin: 12px 24px;
        width: 1.5px;
    }
}

.headline-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 64px;
}

.headline-pie {
    padding: 8px 16px 0 0;
    position: relative;
    right: 0;
    text-align: right;
    top: 0;
}

.headline-pie a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 24px;
    line-height: 24px;
}

.headline-pie a i {
    color: rgb(103,47,231);
    font-size: 12px;
    line-height: 16px;
    padding: 0 8px 0 0;
}

/* Section */
.section {
    background: rgb(255,255,255);
    padding: 0 0 64px;
}

.section-image {
    padding: 32px 0 16px;
}

.section-text {
    _border-top: 1.5px solid rgba(0,0,0,0.1);
    font-size: 20px;
    _font-style: italic;
    line-height: 1.5em;
    padding: 0 16px;
    _text-align: left;
}

.section-text-accent {
    background: linear-gradient(135deg, rgb(63,199,151) 0%, rgb(63,159,175) 50%, rgb(55,103,159) 100%);
    _border-top: 1.5px solid rgba(0,0,0,0.1);
    box-shadow: 0 0 16px rgba(0,0,0,0.1);
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 16px 0 0;
    padding: 16px 0;
}

.section-text-heading {
    _background: rgb(239,239,239);
    border-top: 1.5px solid rgba(0,0,0,0.1);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 16px 0 0;
    padding: 16px 16px 0;
    _text-align: left;
}

.section-title {
    padding: 64px 0 0;
}

.section-title-description {
    color: rgb(127,127,127);
    font-size: 20px;
    line-height: 1.5em;
    padding: 32px 8px 0;
}

@media(min-width: 720px) {
    .section-title-description {
        margin: 0 auto;
        max-width: 1080px;
    }
}

.section-title-icon {
    background: linear-gradient(135deg, rgba(31,111,119,0.75) 0%, rgba(127,191,95,0.75) 100%);
    border-radius: 16px;
    box-shadow: 0 0 16px rgba(79,151,103,0.5);
    display: inline-block;
    height: 64px;
    width: 64px;
}

.section-title-icon i {
    _background: rgb(255,255,255);
    _border-radius: 32px;
    color: rgb(255,255,255);
    _color: rgb(135,55,199);
    font-size: 32px;
    height: 64px;
    line-height: 64px;
    _margin: 8px 0 0;
    text-shadow: 0 0 8px rgba(0,0,0,0.1);
    width: 64px;
}

.section-title-icon-white {
    background: rgb(255,255,255);
    border-radius: 40px;
    _box-shadow: 0 0 16px rgba(0,0,0,0.1);
    display: inline-block;
    height: 80px;
    width: 80px;
}

.section-title-icon-white i {
    background: linear-gradient(135deg, rgb(103,47,231) 0%, rgb(135,55,199) 50%, rgb(159,63,167) 100%);
    border-radius: 32px;
    color: rgb(255,255,255);
    font-size: 32px;
    height: 64px;
    line-height: 64px;
    margin: 8px 0 0;
    text-shadow: 0 0 8px rgba(0,0,0,0.1);
    width: 64px;
}

.section-title-image {
    border: 1.5px solid rgba(0,0,0,0.1);
    border-radius: 32px;
    display: inline-block;
}

.section-title-image img {
    border-radius: 32px;
    width: 128px;
}

.section-title-separator {
    padding: 32px 0 0;
}


.section-title-separator span {
    border-radius: 8px;
    display: inline-block;
    height: 16px;
    margin: 0 4px;
    width: 16px;
}

.section-title-separator span.color-a {
    background: rgb(63,199,151);
}

.section-title-separator span.color-b {
    background: rgb(63,159,175);
}

.section-title-separator span.color-c {
    background: rgb(55,103,159);
}

.section-title-separator span.white {
    background: rgb(255,255,255);
}

.section-title-text {
    font-size: 32px;
    font-weight: 600;
    padding: 32px 8px 0;
}

/* Sections */
.about {
    padding: 0;
}

.about-row-container {
    _border-radius: 32px;
    _box-shadow: 0 0 16px rgba(0,0,0,0.1);
    margin: 32px 0 0;
    _padding: 0 0 16px;
}

@media(min-width: 720px) {
    .about-row-container {
        _margin: 32px auto 0;
        _width: 600px;
    }
}

.about-row {
    border-top: 1.5px solid rgba(0,0,0,0.1);
    padding: 32px 16px;
}

.about-row:last-child {
    _border: 0;
}

.about-row-title {
    font-size: 20px;
    font-weight: 600;
}

.about-row-title i {
    font-size: 18px;
    line-height: 20px;
    padding: 0 8px 0 0;
}

.about-row-text {
    color: rgb(127,127,127);
    font-size: 20px;
    line-height: 1.5em;
    padding: 8px 0 0;
}

.advantages {
    background: rgb(239,239,239);
}

.advantages-container {
    padding: 16px 0 0;
}

.advantages-item {
    background: rgb(255,255,255);
    box-shadow: 0 0 16px rgba(0,0,0,0.1);
    border-radius: 16px;
    _border-top: 1.5px solid rgba(0,0,0,0.1);
    margin: 16px 16px 0;
    padding: 16px;
}

@media(min-width: 720px) {
    .advantages-item {
        display: inline-block;
        _padding: 0 16px;
        width: 360px;
    }

    .advantages-item-text {
        _padding: 16px 0 0;
    }
}

.advantages-item-icon {
    _background: rgb(31,111,119);
    border-radius: 16px;
    _display: inline-block;
}

.advantages-item-icon i {
    _color: rgb(255,255,255);
    font-size: 48px;
    _text-shadow: 0 0 16px rgba(0,0,0,0.1);
}

.advantages-item-title {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25em;
    _left: 96px;
    _position: relative;
    padding: 16px 0 0;
    _text-align: left;
    _top: 16px;
    width: calc(100% - 96px);
}

.advantages-item-title i {
    font-size: 24px;
    padding: 0 8px 0 0;
}

.advantages-item-text {
    color: rgb(127,127,127);
    font-size: 20px;
    line-height: 1.5em;
    padding: 16px 8px 0;
}

.banner {
    _background: rgb(239,239,239);
    _background: linear-gradient(135deg, rgba(31,111,119,0.75) 0%, rgba(127,191,95,0.75) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.0) 100%);
    padding: 64px 0;
}

.banner-image {
    padding: 64px 0 0;
}

.banner-image img {
    margin: 0 auto;
    width: 256px;
}

.banner-title {
    _border-top: 1.5px solid rgba(0,0,0,0.1);
    color: rgb(255,255,255);
    font-size: 48px;
    font-weight: 600;
    _letter-spacing: 0.1em;
    _line-height: 1.1em;
    _margin: 32px 0 0 0.1em;
    padding: 32px 0 0;
    _text-transform: uppercase;
    _width: calc(100% - 0.1em);
}

.banner-title-notice {
    _background: linear-gradient(135deg, rgba(103,47,231,1) 0%, rgba(135,55,199,1) 50%, rgba(159,63,167,1) 100%);
    _color: rgb(127,127,127);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.5em;
    margin: 0 0 0 0.5em;
    padding: 8px 0 0;
    text-transform: uppercase;
    width: calc(100% - 0.5em);
}

.banner-description {
    _border-top: 1.5px solid rgba(0,0,0,0.1);
    color: rgb(255,255,255);
    font-size: 20px;
    line-height: 1.5em;
    padding: 32px 8px 0;
}

.banner-separator {
    padding: 32px 0 0;
}

.banner-separator i {
    color: rgb(255,255,255);
    font-size: 24px;
    padding: 0 8px;
}

.cta {
    _background: linear-gradient(135deg, rgb(103,47,231) 0%, rgb(135,55,199) 50%, rgb(159,63,167) 100%);
    background: rgb(239,239,239);
    _box-shadow: 0 0 16px rgba(135,55,199,0.5);
    _color: rgb(255,255,255);
}

.cta-container {

}

.cta-item {
    border-top: 1.5px solid rgba(0,0,0,0.1);
    margin: 32px 0 0;
    padding: 32px 8px 0;
}

.cta-item a {
    _font-family: "Roboto Mono";
    font-size: 24px;
    font-weight: 500;
    text-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.cta-separator {
    border-top: 1.5px solid rgba(0,0,0,0.1);
    margin: 32px 0 0;
}

.cta-text {
    _border-top: 1.5px solid rgba(0,0,0,0.1);
    font-size: 20px;
    line-height: 1.5em;
    _margin: 32px 0 0;
    _padding: 32px 16px 0;
}

.cta-text i {
    font-size: 16px;
    padding: 0 8px 0 0;
}

.cta-text-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    padding: 32px 0 0;
}

.error {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 !important;
    min-height: 100vh;
}

.error-container {
    width: 100%;
}

.error-logo {

}

.error-logo img {
    width: 128px;
}

.error-separator {
    background: linear-gradient(135deg, rgb(177,177,177) 0%, rgb(146,146,146) 50%, rgb(99,99,99) 100%);
    height: 4px;
    margin: 64px 0 0;
}

.error-number {
    font-size: 64px;
    font-weight: 600;
    padding: 64px 0 0;
}

.error-text {
    color: rgb(127,127,127);
    font-size: 24px;
    font-weight: 600;
    padding: 16px 0 0;
}

.footer {
    background: rgb(239,239,239);
    padding: 32px 0;
}

.footer-credits {
    color: rgb(191,191,191);
    font-size: 16px;
    _padding: 32px 0 0;
}

.footer-menu {
    border-bottom: 1.5px solid rgb(0,0,0,0.1);
    padding: 24px 8px 24px;
}

.footer-menu a {
    color: rgb(127,127,127);
    font-size: 16px;
    margin: 8px;
}

.footer-menu a.active {
    color: rgb(63,159,175);
    font-weight: 600;
}

.footer-separator {
    _background: linear-gradient(135deg, rgb(63,199,151) 0%, rgb(63,159,175) 50%, rgb(55,103,159) 100%);
    background: rgba(0,0,0,0.1);
    height: 1.5px;
    margin: 32px 0 0;
}

.footer-text {
    color: rgb(127,127,127);
    font-size: 16px;
    line-height: 1.5em;
    padding: 32px 16px 0;
}

.items {

}

.items-container {
    padding: 16px 0 0;
}

.items-item {
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    _border: 1.5px solid rgba(0,0,0,0.1);
    border-radius: 16px;
    box-shadow: 0 0 16px rgba(0,0,0,0.25);
    margin: 16px 16px 0;
    _padding: 16px;
}

@media(min-width: 720px) {
    .items-container {
        padding: 0;
    }

    .items-item {
        display: inline-block;
        margin: 32px 16px 0;
        width: 360px;
    }
}

.items-item-image {

}

.items-item-image img {
    border-radius: 16px;
    width: 100%;
}

.items-item-separator {
    padding: 24px 0 0;
}

.items-item-separator i {
    _color: rgb(79,151,103);
    color: rgb(255,255,255);
    font-size: 12px;
    padding: 0 4px;
}

.items-item-tint-a {
    background: linear-gradient(180deg, rgba(31,111,119,0.9) 0%, rgba(0,0,0,0.75) 100%);
    border-radius: 16px;
    padding: 0 0 16px;
}

.items-item-tint-b {
    background: linear-gradient(180deg, rgba(39,75,51,0.9) 0%, rgba(0,0,0,0.75) 100%);
    border-radius: 16px;
    padding: 0 0 16px;
}

.items-item-tint-c {
    background: linear-gradient(180deg, rgba(63,95,47,0.9) 0%, rgba(0,0,0,0.75) 100%);
    border-radius: 16px;
    padding: 0 0 16px;
}

.items-item-title {
    color: rgb(255,255,255);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25em;
    padding: 16px 16px 0;
}

.items-item-description {
    color: rgb(255,255,255);
    font-size: 20px;
    line-height: 1.5em;
    padding: 16px 16px 0;
}
