﻿*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.w-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.w-inline-block {
    display: inline-block;
    max-width: 100%;
}

.w-embed {
    display: inline-block;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

.flex-block {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.div-block {
    text-align: center;
    margin-bottom: 10px;
}

.div-block-2 {
    border: 3px #000;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.image {
    display: block;
    position: static;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.div-block-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.link-block {
    background-color: #174e6b;
    border-radius: 22px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 320px;
    min-height: 42px;
    margin-bottom: 0;
    padding: 14px 18px;
    text-decoration: none;
    display: flex;
}

.flex-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: stretch;
    margin-bottom: 40px;
    text-decoration: none;
}

.text-block {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    text-decoration: none;
}

.flex-block-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.link-block-2 {
    color: #333;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    display: flex;
}

.image-2 {
    width: 24px;
    display: block;
}

.flex-block-4 {
    justify-content: center;
}

.div-block-3 {
    text-align: center;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
}

.text-block-2 {
    line-height: 15px;
}

.link-plain {
    color: inherit;
    text-decoration: none;
}
