
@font-face {
    font-family: CircularXX TT Black;
    src: url('../fonts/CircularXXSub-Black.woff') format('truetype');
}

@font-face {
    font-family: CircularXX TT Regular;
    src: url('../fonts/CircularXXWeb-Regular.woff2') format('truetype');
}

* {
    color: #191817;
    font-family: "CircularXX TT Regular", sans-serif;
}

strong {
    font-family: "CircularXX TT Black", sans-serif;
}

body {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    background-color: #F7F2E9;
}

.main-title {
    margin: 0px;
    font-size: 6em;
    line-height: 0.9em;
    font-family: "CircularXX TT Black", sans-serif;
}

.content {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    background-color: #F7F2E9;
}

.info {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.info>.springy {
    height: 100%;
}

.info>.membership {
    width: 150px;
    height: 150px;
    margin-left: -70px;
    margin-bottom: 100px;
}

.main {
    display: flex;
    margin: auto 30px;
    flex-direction: column;
}

.main>.name {
    max-width: 100%;
    margin-top: 20px;
    width: 504.664px;
    height: 258.639px;
    transform: translate(0px, 0px) rotate(0deg);
}

.main>.experiences {
    display: flex;
    margin-top: 50px;
    flex-direction: column;
}

.main>.experiences>.title {
    font-size: 1em;
    font-weight: bold;
    font-family: "CircularXX TT Black", sans-serif;
}

.main>.experiences>div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.main>.experiences>div>.experience {
    display: flex;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 20px;
    align-items: center;
    text-decoration: none;
    flex-direction: column;
    justify-content: center;
}

.view-full {
    font-family: "CircularXX TT Black", sans-serif;
}

.main>.experiences>div>.experience>svg {
    flex: 1;
    margin-bottom: 8px;
}

.main>.experiences>div>.experience:hover>span,
.main>.experiences>div>.experience:hover>svg>path,
.main>.experiences>div>.experience:hover>svg>g>path,
.main>.experiences>div>.experience:hover>svg>g>g>g>path {
    fill: #2A805E;
    color: #2A805E;
}

.main>.experiences>div>.experience.sleep:hover>svg>path:first-child {
    fill: transparent;
}

.main>.experiences>div>.experience.sleep:hover>svg>path {
    stroke: #2A805E;
}

.out-actions {
    display: flex;
    margin-top: 50px;
    align-items: center;
}

.out-actions>p {
    font-size: 1.5em;
    font-weight: 900;
    font-style: normal;
    font-kerning: none;
    text-decoration: none;
}

.out-actions>.membership {
    float: right;
    width: 120px;
    height: 120px;
    margin-left: 20px;
}

footer {
    padding: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid rgba(47, 47, 47, 1);
}

footer>.left {
    display: flex;
    flex-direction: column;
}

footer>.left>.address {
    font-size: 1.5em;
    font-weight: 900;
    font-style: normal;
    font-kerning: none;
    text-decoration: none;
    font-family: "CircularXX TT Black", sans-serif;
}

footer>.left>.socials {
    display: flex;
    margin-top: 10px;
    flex-direction: row;
}

footer>.left>.socials>a {
    display: flex;
    margin-right: 15px;
    padding: 15px 15px;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    background-color: rgba(255, 255, 255, 1);
}

footer>.left>.socials>a:hover {
    background-color: rgb(228, 228, 228);
}

footer>.left>.socials>a>svg {
    width: 15px;
    height: 15px;
}

footer>.right {
    display: flex;
    flex-direction: column;
}

footer>.right>.form {
    padding: 10px;
    display: flex;
    margin-top: 10px;
    border-radius: 10px;
    align-items: center;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 1);
}

footer>.right>.form>svg {
    width: 20px;
    height: 20px;
}

footer>.right>.form>input {
    flex: 1;
    border: none;
    outline: none;
    margin: 0px 10px;
}

footer>.right>.form>button {
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(47, 47, 47, 1);
}

.hs-form-html {
    flex: 0.7;
    --hsf-default-background__padding: 0px;
    --hsf-default-row__vertical-spacing: 5px;
}

.hsfc-Step {
    position: relative;
}

.hsfc-Step__Content {
    padding: 0px;
}

.hsfc-RichText>p {
    margin: 0px;
    line-height: 0px;
}

.hsfc-RichText>p:nth-child(2) {
    margin: 5px 0px;
}

.hsfc-TextInput {
    padding: 20px 15px !important;
}

.hsfc-NavigationRow {
    top: 63px;
    right: 5px;
    position: absolute;
}

@media only screen and (max-width: 1000px) {
    .info>.springy {
        margin-left: -150px;
    }

    .main>.name {
        width: 300px;
        height: 200px;
    }
}

@media only screen and (max-width: 600px) {
    .info {
        display: none;
    }

    .main {
        margin: 30px;
    }
}

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

    .out-actions>.membership {
        display: none;
    }

}

@media only screen and (max-width: 1150px) {

    footer,
    footer>.left {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    footer>.right {
        width: 100%;
        margin-top: 40px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    footer>.left>.address,
    footer>.right>.d {
        text-align: center;
    }

    footer>.right>.form {
        width: 100%;
    }

    .hs-form-html {
        flex: 1;
    }

    .hs-form-html > div {
        width: 100%;
    }

    .hsfc-RichText>p {
        text-align: center;
    }

}

@media only screen and (max-width: 568px) {

    .hsfc-NavigationRow {
        top: 80px;
    }

}

@media only screen and (max-width: 424px) {

    .hsfc-NavigationRow {
        top: 0px;
        right: 0px;
        position: relative;
    }

}

@media only screen and (max-width: 800px) {

    .main-title {
        font-size: 5em;
    }

}

@media only screen and (max-width: 730px) {

    .main-title {
        font-size: 4em;
    }

}

@media only screen and (max-width: 400px) {

    .main-title {
        font-size: 3.5em;
    }

}