* {
    /* padding: 0; */
    margin: 0;
}

/* .t-input-title,
.t706 .t-form__submit,
.t678 .t-form__submit {
    height: auto;
} */

.article-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.t-feed__post-imgwrapper {
    height: 360px;
    margin-bottom: 10px;
}

.wrapper {
    max-width: 1170px;
    padding: 15px;
    margin: auto;
    display: flex;
}

.wrapper img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.wrapper > div {
    flex: 1;
}

.wrapper .text-block {
    margin-right: 50px;
    font-family: 'ProximaNova',Arial,sans-serif;
}

.wrapper h1,
.wrapper h2,
.wrapper h3 {
    margin: 15px 0;
}

.wrapper p {
    /* margin-bottom: 15px; */
    line-height: 30px;
}

@media screen and (max-width: 460px) {
    .wrapper {
        flex-direction: column;
    }

    .wrapper .text-block {
        margin: 0;
    }
}

.categories {
    max-width: 1170px;
    margin: auto;
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}

.categories > div {
    background-color: gray;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'ProximaNova',Arial,sans-serif;
    background-color: #10bcca;
    position: relative;
}



.categories .title {
    position: relative;
    z-index: 1;
    text-align: center;
}

.categories .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: black;
    opacity: 0.2;
    transition: 0.5s;
}

.category:hover .back {
    opacity: 0;
}


@media screen and (max-width: 630px) {
    .categories {
        grid-template-columns: 1fr;
    }
}

.categories a {
    height: 39px;
    width: 194px;
    border-radius: 22.5px;
    border: 3px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: background 0.3s, border 0.3s;
    margin-left: auto;
    margin-right: auto;
}

.categories a:hover {
    background-color: #10bcca;
    border-color: #10bcca;
}

#allrecords a {
    /* color: white; */
}

.categories div span {
    font-size: 36px;
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
    color: white;
    max-width: 340px;
}

.t529__col {
    margin-bottom: 50px;
}

#rec277044662 .tn-elem[data-elem-id="1612636097981"] .tn-atom {
    margin: 30px 0;
}

#rec275772324 .tn-elem[data-elem-id="1612103950641"] {
    left: 754px;
    top: 275.8px;
    width: 470px;
}

#allrecords a {
    /* color: inherit; */
}

#rec275772324 .t396__artboard {
    display: flex;
    flex-direction: column;
}

html {
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
}

body {
    overflow-x: hidden;
}

.home-main {
    background-color: #f5edce;
    height: 80vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

@media screen and (max-height: 950px) {
    .home-main {
        min-height: 900px;

    }
}

.home-main .wrapper {
    align-items: center;
    /* padding: 100px 0; */
}

@media screen and (max-width: 900px) {
    .home-main .wrapper {
        flex-direction: column;
        margin-top: 100px;
    }

    .home-main .wrapper > div:first-child {
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-main {
        height: 100vh;
    }
}

.home-main .wrapper .home-title-block {
    display: flex;
    align-items: center;
}

.home-main .wrapper .home-title-block > div {
    flex: 1;
}

.home-main .wrapper h1 {
    font-family: 'ProximaNova',Arial,sans-serif;
    font-size: 57px;
    font-weight: 700;
    margin-bottom: 50px;
}

.home-main .wrapper h2 {
    font-family: 'ProximaNova',Arial,sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 35px;
}

.home-main .wrapper span {
    font-family: 'ProximaNova',Arial,sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
}

@media screen and (max-width: 844px) {
    .home-main .wrapper h1 {
        font-family: 'ProximaNova',Arial,sans-serif;
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .home-main .wrapper h2 {
        font-family: 'ProximaNova',Arial,sans-serif;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 35px;
    }

    .home-main .wrapper span {
        font-family: 'ProximaNova',Arial,sans-serif;
        font-size:17px;
        font-weight: 600;
        color: #333333;
    }

    .home-main .home-right {
        min-height: 269px;
        height: 269px;
        min-width: 269px;
        width: 269px;
    }
}

.home-main .wrapper a {
    font-family: 'ProximaNova',Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: inherit;
    height: 49px;
    width: 260px;
    border-radius: 27.5px;
    border: 3px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, border 0.3s, color 0.3s;
}



.home-main .wrapper a:hover {
    background-color: rgba(16,188,202,1);
    border-color: rgba(16,188,202,1);
    color: white;
}

.home-main .home-right {
    background-color: #ece5c9;
    border-radius: 50%;
    height: 605px;
    min-width: 605px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .home-main .home-right {
        min-height: 469px;
        height: 469px;
        min-width: 469px;
        width: 469px;
    }
}

.home-main .home-right > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
}

.home-main .home-right > div img {
    max-width: 450px;
    position: relative;
}

.home-main .home-right > div .p {
    max-width: 450px;
    position: absolute;
    transform: translate(60%, 28%) rotate(75deg);
    z-index: 2;
}

.home-main .home-right span {
    color: white;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1200px) {
    .home-main .home-right > div img {
        max-width: 300px;
        position: relative;
    }

    .home-main .home-right > div .p {
        max-width: 300px;
        position: absolute;
        transform: translate(60%, 28%) rotate(75deg);
        z-index: 2;
    }

    .home-main .home-right span {
        color: white;
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width: 460px) {
    .home-main .home-right > div .p {
        display: none;
    }
}

.home-main .home-right span:before {
    content: attr(data-name);
    color: rgba(16,188,202,1);
    position: absolute;
    bottom: -3px;
    left: -3px;
    z-index: -1;
}

.home-main .home-right span:first-child {
    font-size: 34px;
    font-weight: 700;
    position: absolute;
    top: -30px;
}

.home-main .home-right span:last-child {
    font-size: 57px;
    font-weight: 700;
    position: absolute;
    bottom: -40px;
}

@media screen and (max-width: 1200px) {
    .home-main .home-right span:first-child {
        font-size: 22px;
        font-weight: 700;
        position: absolute;
        top: -30px;
    }

    .home-main .home-right span:last-child {
        font-size: 37px;
        font-weight: 700;
        position: absolute;
        bottom: -40px;
    }
}
