* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Merriweather, sans-serif;
    color: #000000;
}
.key-wrapper-border {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(167,247,248);
}
a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.key-homepage {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
}
.key-homepage .title_page_holder {
    width: 100%;
    min-height: 700px;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
}
.key-homepage .style_element {
    background: rgb(84,158,191,0.5);
    width: 80%;
    max-width: 800px;
    padding: 60px 40px;
    border-radius: 13px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}
.key-homepage .style_element h1 {
    font-family: Merriweather, sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: rgb(0,69,135);
    margin-bottom: 16px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}
.key-homepage .style_element h3 {
    font-family: Merriweather, sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: rgb(0,69,135,0.5);
    margin-bottom: 24px;
}
.key-homepage .style_element p {
    font-family: Merriweather, sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 32px;
}
@media only screen and (max-width: 800px) {
    .key-homepage .title_page_holder {
        min-height: 400px;
        padding: 0 10px;
    }
    .key-homepage .style_element {
        width: 90%;
        padding: 40px 20px;
    }
    .key-homepage .style_element h1 {
        font-size: 21px;
    }
    .key-homepage .style_element h3 {
        font-size: 16px;
    }
    .key-homepage .style_element p {
        font-size: 13px;
    }
}
.key-wrapper-border .key-homepage .title_page_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
}
.key-wrapper-border .key-homepage .style_element {
    width: 90%;
    max-width: 700px;
    padding: 50px;
    background: rgb(84,158,191,0.5);
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
}
.key-wrapper-border .key-homepage .style_element h1 {
    font-size: 36px;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
    margin-bottom: 12px;
}
.key-wrapper-border .key-homepage .style_element h3 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 16px;
}
.key-wrapper-border .key-homepage .style_element p {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.4;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 800px) {
    .key-wrapper-border .key-homepage .title_page_holder {
        height: auto;
        min-height: 400px;
    }
    .key-wrapper-border .key-homepage .style_element {
        padding: 40px 20px;
        width: 95%;
    }
    .key-wrapper-border .key-homepage .style_element h1 {
        font-size: 28px;
    }
    .key-wrapper-border .key-homepage .style_element h3 {
        font-size: 20px;
    }
    .key-wrapper-border .key-homepage .style_element p {
        font-size: 18px;
    }
}.key-tyContent {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: rgb(84,158,191,0.5);
    padding: 50px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.key-tyContent .container {
    background: rgb(167,247,248);
    padding: 40px 60px;
    border-radius: 11px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    max-width: 900px;
    width: 100%;
    text-align: left;
}
.key-tyContent h2 {
    font-size: 32px;
    color: rgb(84,158,191);
    margin-bottom: 20px;
    font-family: Merriweather, sans-serif;
    font-weight: 700;
    border-left: 5px solid rgb(84,158,191);
    padding-left: 15px;
}
.key-tyContent p {
    font-size: 16px;
    color: #000000;
    font-family: Merriweather, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    margin: 20px 0 0;
    padding-left: 20px;
    border-left: 3px solid rgb(0,69,135);
}
@media only screen and (max-width: 800px) {
    .key-tyContent {
        padding: 30px;
    }
    .key-tyContent .container {
        padding: 20px 30px;
    }
    .key-tyContent h2 {
        font-size: 48px;
        padding-left: 10px;
    }
    .key-tyContent p {
        font-size: 18px;
        padding-left: 15px;
    }
}
.key-client-feedback {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgb(167,247,248);
}

.key-client-feedback .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.key-client-feedback .holder {
    text-align: center;
    margin-bottom: 50px;
}

.key-client-feedback .holder h2 {
    font-size: 40px;
    font-weight: 700;
    color: rgb(0,69,135);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.key-client-feedback .reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.key-client-feedback .review {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 14px;
    padding: 30px;
    max-width: 320px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.key-client-feedback .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.key-client-feedback .photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.key-client-feedback .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.key-client-feedback .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid rgb(84,158,191);
    border-radius: 50%;
    transition: border 0.3s ease;
    z-index: 2;
}

.key-client-feedback .review:hover .photo::after {
    border-color: rgb(0,69,135);
}

.key-client-feedback .text {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.key-client-feedback .review span {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.key-client-feedback .review p {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .key-client-feedback .reviews {
        flex-direction: column;
        align-items: center;
    }

    .key-client-feedback .review {
        max-width: 100%;
    }

    .key-client-feedback {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .key-client-feedback .holder h2 {
        font-size: 34px;
    }
}

.key-wrapper-border .key-client-feedback .review {
    background: rgb(84,158,191,0.5);
    border-radius: 10px;
}

.key-wrapper-border .key-client-feedback .photo {
    width: 140px;
    height: 140px;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    z-index: 3;
    box-shadow: 0 0 0 15px rgb(84,158,191,0.5);
}

.key-wrapper-border .key-client-feedback .photo::before {
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    top: -15px;
    left: -15px;
    border: 8px solid rgb(0,69,135,0.5);
    border-radius: 50%;
    z-index: 1;
}

.key-wrapper-border .key-client-feedback .review span {
    font-size: 20px;
    font-weight: 700;
    color: rgb(0,69,135);
    margin-top: 20px;
}

.key-wrapper-border .key-client-feedback .review p {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    line-height: 1.8;
}

.key-wrapper-border .key-client-feedback .holder h2 {
    font-size: 34px;
    font-weight: 400;
    color: #000000;
}
.key-contact {
    background-color: rgb(167,247,248);
    padding: 100px 0;
    color: #000000;
    position: relative;
    overflow: hidden;
}
.key-contact .holder .info_holder div.key-hours-of-assistance {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.key-contact .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.key-contact .holder .info_holder > div > div {
    margin: 5px 0;
}
.key-contact .container {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    border: 2px solid rgb(84,158,191);
    transition: border-color 0.3s ease;
}
.key-contact .container:hover {
    border-color: rgb(0,69,135);
}
.key-contact .contact_holder {
    display: flex;
    flex-direction: row;
    gap: 30px;
    min-width: 300px;
    max-width: 1200px;
    flex-wrap: wrap;
}
.key-contact .contact_holder h2 {
    font-size: 2.5em;
    color: rgb(84,158,191);
    margin-bottom: 30px;
    flex: 1;
    border-bottom: 2px dashed rgb(0,69,135);
    padding-bottom: 10px;
    animation: fadeIn 1s ease-in-out;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.key-contact .contact_holder .contact_description {
    font-size: 1.2em;
    color: #000000;
    line-height: 1.6;
    flex: 2;
    border-left: 4px solid rgb(84,158,191);
    padding-left: 20px;
    transition: border-color 0.3s ease;
}
.key-contact .holder .info_holder>div span {
    margin-left: 8px;
}
.key-contact .contact_holder .contact_description:hover {
    border-color: rgb(0,69,135);
}
.key-contact .contact_holder .photo {
    background-size: cover;
    background-position: center;
    height: 400px;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-height: 300px;
    max-height: 500px;
    margin: 25px 0;
    transition: transform 0.3s ease;
}
.key-contact .info_holder {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.key-contact .info_holder > div {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    background-color: rgb(167,247,248);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid rgb(84,158,191);
    transition: border-color 0.3s ease, transform 0.3s ease;
}
.key-contact .info_holder > div:hover {
    border-color: rgb(0,69,135);
    transform: translateY(-5px);
}
.key-contact .info_holder svg {
    width: 32px;
    height: 32px;
    fill: rgb(84,158,191);
    margin-right: 20px;
}
.key-contact .info_holder a {
    color: #000000;
    text-decoration: none;
    font-size: 1.1em;
    transition: color 0.3s ease;
}
.key-contact .info_holder a:hover {
    color: rgb(84,158,191);
}
.key-contact .contact_politics {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.key-contact .contact_politics > div {
    background-color: rgb(167,247,248);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid rgb(84,158,191);
    transition: border-color 0.3s ease, transform 0.3s ease;
}
.key-contact .contact_politics > div:hover {
    border-color: rgb(0,69,135);
    transform: translateY(-5px);
}
.key-contact .contact_politics h4 {
    font-size: 1.5em;
    color: rgb(84,158,191);
    margin-bottom: 15px;
    animation: fadeIn 1s ease-in-out;
}
.key-contact .contact_politics p {
    font-size: 1.1em;
    color: #000000;
    line-height: 1.6;
}
@media only screen and (max-width: 1100px) {
    .key-contact .contact_holder h2 {
        font-size: 19px;
    }
    .key-contact .container {
        padding: 40px;
    }
    .key-contact .contact_holder {
        flex-direction: column;
    }
    .key-contact .contact_holder .photo {
        height: 300px;
    }
}
.key-benefits-outline .advantages_content h2 {
    color: rgb(0,69,135);
}

.key-benefits-outline .advantage_item svg, .key-benefits-outline .advantage_item svg path {
    fill: rgb(84,158,191);
}

.key-benefits-outline .advantage_item p {
    color: #000000;
}

.key-benefits-outline .advantage_item b {
    color: rgb(84,158,191);
}

.key-benefits-outline {
    padding-top: 80px;
    padding-bottom: 80px;
}

.key-benefits-outline .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.key-benefits-outline .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.key-benefits-outline .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 600;
}

.key-benefits-outline .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.key-benefits-outline .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.key-benefits-outline .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.key-benefits-outline .advantage_item svg, .key-benefits-outline .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .key-wrapper-border .key-benefits-outline .advantages_holder {
        justify-content: center;
    }
    .key-wrapper-border .key-benefits-outline .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .key-benefits-outline .advantages_content h2 {
        font-size: 30px;
    }

    .key-benefits-outline .advantages_holder {
        flex-direction: column;
    }

    .key-benefits-outline {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .key-wrapper-border .key-benefits-outline .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.key-wrapper-border .key-benefits-outline {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(0,69,135,0.5) 100%);
    color: #ffffff;
}

.key-wrapper-border .key-benefits-outline .advantages_content {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    text-align: center;
}

.key-wrapper-border .key-benefits-outline .advantages_content h2 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(84,158,191);
    margin-bottom: 40px;
    position: relative;
}

.key-wrapper-border .key-benefits-outline .advantages_content h2::after {
    content: '';
    width: 60px;
    height: 3px;
    background: rgb(84,158,191);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.key-wrapper-border .key-benefits-outline .advantages_description {
    font-size: 17px;
    margin-bottom: 30px;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease;
}


.key-wrapper-border .key-benefits-outline .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.key-wrapper-border .key-benefits-outline .advantage_item {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid rgb(84,158,191);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23%;
    border-radius: 17px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.key-wrapper-border .key-benefits-outline .advantage_item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

.key-wrapper-border .key-benefits-outline .advantage_image img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 2px solid rgb(84,158,191);
    padding: 10px;
    background: rgb(84,158,191,0.5);
}

.key-wrapper-border .key-benefits-outline .advantage_item h4 {
    font-size: 20px;
    font-weight: 700;
    color: rgb(84,158,191);
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
    .key-wrapper-border .key-benefits-outline .advantage_item {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .key-wrapper-border .key-benefits-outline .advantages_holder {
        flex-direction: column;
        align-items: center;
    }

    .key-wrapper-border .key-benefits-outline .advantage_item {
        width: 80%;
        margin-bottom: 20px;
    }

    .key-wrapper-border .key-benefits-outline .advantages_content h2 {
        font-size: 28px;
    }

    .key-wrapper-border .key-benefits-outline {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}header {
    padding-bottom: 10px;
    background: linear-gradient(135deg, rgb(84,158,191), rgb(0,69,135));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.main_header {
    border-top: 20px solid rgb(84,158,191);
    border-bottom: 2px solid rgb(84,158,191);
    background: #ffffff;
    border-radius: 0 0 26px 26px;
    overflow: hidden;
}
.main_header .header_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.main_header .header_holder .logo_holder {
    margin: 10px 0;
    position: relative;
    z-index: 1;
}
.main_header .header_holder .logo_holder svg, .main_header .header_holder .logo_holder img {
    width: 100px;
    height: 100px;
    fill: rgb(84,158,191);
    transition: transform 0.3s ease;
}
.main_header .header_holder .logo_holder:hover svg, .main_header .header_holder .logo_holder:hover img {
    transform: scale(1.1);
}
.main_header .header_description {
    width: 50%;
    font-size: 18px;
    text-align: center;
    color: rgb(0,69,135);
    font-weight: 600;
    margin-bottom: 20px;
}
.main_header .header_menu {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: -2px;
    margin-top: 20px;
    position: relative;
    z-index: 11;
}
.main_header .header_menu a {
    border: 2px solid transparent;
    border-bottom: 2px solid rgb(84,158,191);
    padding: 10px 16px;
    color: rgb(0,69,135);
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
}
.main_header .header_menu a:hover {
    background: rgb(84,158,191,0.5);
    color: #ffffff;
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {
    .main_header .header_description {
        width: 100%;
    }
    .main_header .header_menu {
        flex-direction: column;
    }
    .main_header .header_menu a:first-child:after {
        display: none;
    }
    .main_header .header_menu a:first-child {
        border: 2px solid transparent;
        border-bottom: 2px solid rgb(84,158,191);
    }
}.key-secure-oasis {
    background-color: rgb(167,247,248);
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    font-family: Merriweather, sans-serif;
    color: #000000;
}
.key-secure-oasis h1 {
    font-size: 47px;
    font-weight: 700;
    color: rgb(84,158,191);
    margin-bottom: 20px;
    text-transform: uppercase;
}
.key-secure-oasis h2 {
    font-size: 36px;
    font-weight: 600;
    color: rgb(0,69,135);
    margin-bottom: 15px;
}
.key-secure-oasis h3,
.key-secure-oasis h4,
.key-secure-oasis h5,
.key-secure-oasis h6 {
    font-size: 23px;
    font-weight: 300;
    color: rgb(84,158,191);
    margin-bottom: 10px;
}
.key-secure-oasis ul,
.key-secure-oasis ol {
    margin: 0;
    padding: 0 0 0 20px;
}
.key-secure-oasis ul {
    list-style-type: disc;
}
.key-secure-oasis ol {
    list-style-type: decimal;
}
.key-secure-oasis li {
    margin-bottom: 10px;
    font-size: 18px;
    color: #000000;
}
.key-secure-oasis p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.key-secure-oasis div {
    margin-bottom: 20px;
}
.key-secure-oasis span {
    font-weight: 600;
    color: rgb(84,158,191);
}
@media only screen and (max-width: 800px) {
    .key-secure-oasis {
        padding: 20px;
        box-shadow: none;
        border-radius: 10px;
    }
    .key-secure-oasis h1 {
        font-size: calc(23px * 0.8);
    }
    .key-secure-oasis h2 {
        font-size: calc(23px * 0.8);
    }
    .key-secure-oasis ul,
    .key-secure-oasis ol {
        padding-left: 15px;
    }
}.key-training-results {
    padding-bottom: 80px;
    padding-top: 80px;
}

.key-training-results .holder {
    display: flex;
    width: 100%;
}

.key-training-results h2 {
    text-align: left;
    margin-bottom: 20px;
}

.key-training-results .photo {
    width: 50%;
    flex-shrink: 0;
}

.key-training-results .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.key-training-results ul {
    list-style: none;
}

.key-training-results li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.key-training-results svg, .key-training-results path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(84,158,191);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .key-training-results {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .key-training-results .holder {
        flex-direction: column;
    }

    .key-training-results .text_holder {
        width: 100%;
    }

    .key-training-results .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.key-wrapper-border .key-training-results {
    background: rgb(167,247,248);
    position: relative;
    padding: 100px 0;
    color: #000000;
    font-family: Merriweather, sans-serif;
    border: 1px solid rgb(84,158,191,0.5);
    overflow: hidden;
}

.key-wrapper-border .key-training-results::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(84,158,191,0.5) 25%, transparent 25%) 0 0,
    linear-gradient(225deg, rgb(84,158,191,0.5) 25%, transparent 25%) 0 0,
    linear-gradient(315deg, rgb(84,158,191,0.5) 25%, transparent 25%) 0 0,
    linear-gradient(45deg, rgb(84,158,191,0.5) 25%, transparent 25%) 0 0;
    background-size: 50px 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.2;
}

.key-wrapper-border .key-training-results .holder {
    display: flex;
    flex-direction: row;
    z-index: 1;
    position: relative;
    gap: 40px;
    align-items: center;
}

.key-wrapper-border .key-training-results h2 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    border-bottom: 2px solid rgb(84,158,191);
    padding-bottom: 10px;
}

.key-wrapper-border .key-training-results li {
    margin-bottom: 20px;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid rgb(84,158,191,0.5);
    padding-bottom: 10px;
}

.key-wrapper-border .key-training-results .photo {
    width: 50%;
    min-height: 500px;
    position: relative;
    z-index: 1;
    border-radius: 19px;
    background-color: rgb(84,158,191,0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.key-wrapper-border .key-training-results .text_holder {
    padding: 20px;
    z-index: 2;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.key-wrapper-border .key-training-results svg, .key-wrapper-border .key-training-results path {
    width: 20px;
    height: 20px;
    fill: rgb(84,158,191);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .key-wrapper-border .key-training-results {
        padding: 50px 0;
    }

    .key-wrapper-border .key-training-results .holder {
        flex-direction: column;
        gap: 30px;
    }

    .key-wrapper-border .key-training-results h2 {
        font-size: 20px;
        text-align: center;
    }

    .key-wrapper-border .key-training-results .text_holder {
        padding-top: 0;
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .key-wrapper-border .key-training-results .photo {
        width: 100%;
        height: 300px;
    }

    .key-wrapper-border .key-training-results li {
        text-align: left;
    }
}.key-course-features {
    padding: 100px 20px;
    background: rgb(0,69,135);
    color: #ffffff;
}

.key-course-features h2 {
    color: rgb(84,158,191);
    font-size: 39px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(84,158,191);
    display: inline-block;
    padding-bottom: 10px;
}

.key-course-features .content {
    border-radius: 28px;
    overflow: hidden;
    background: rgb(0,69,135,0.5);
    border: 1px solid rgb(84,158,191);
}

.key-course-features h3 {
    color: rgb(84,158,191);
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}

.key-course-features p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 20px;
}

.key-course-features .button {
    background: rgb(84,158,191);
    color: #ffffff;
    margin-top: 30px;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

.key-course-features .photo {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 5px solid rgb(84,158,191);
    filter: grayscale(80%);
}

.key-course-features .container {
    max-width: 1200px;
    margin: auto;
}

.key-course-features .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.key-course-features .items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.key-course-features .course {
    flex: 1 1 calc(33.333% - 40px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 5px solid rgb(84,158,191);
    padding-left: 20px;
}

.key-course-features .text_holder {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

@media only screen and (max-width: 1024px) {
    .key-course-features .course {
        flex: 1 1 calc(50% - 40px);
    }
}

@media only screen and (max-width: 600px) {
    .key-course-features {
        padding: 60px 20px;
    }

    .key-course-features h2 {
        font-size: 35px;
    }

    .key-course-features .course {
        flex: 1 1 100%;
    }

    .key-course-features .photo {
        height: 250px;
    }

    .key-course-features p {
        font-size: 17px;
        padding: 0 10px;
    }

    .key-course-features .button {
        padding: 10px 20px;
        font-size: 15px;
    }
}

.key-wrapper-border .key-course-features .container {
    width: 100%;
    padding: 0;
}

.key-wrapper-border .key-course-features .items {
    width: 100%;
}

.key-wrapper-border .key-course-features .items .course {
    padding: 0;
    width: 100%;
}

.key-wrapper-border .key-course-features .photo {
    height: 250px;
    width: 100%;
    margin: 0;
    border-radius: 0 !important;
    background-position: 50% 30% !important;
}

.key-wrapper-border .key-course-features .course .content {
    border-radius: 0 !important;
    box-shadow: none;
}

.key-wrapper-border .key-course-features .text_holder {
    max-width: 1200px;
    margin: auto;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: unset;
}

.key-wrapper-border .key-course-features p {
    margin-top: 20px;
    text-align: left;
}

.key-wrapper-border .key-course-features .button {
    margin-top: 30px;
    width: fit-content;
}

.key-wrapper-border .key-course-features h3 {
    text-align: left;
}
.key-future-attendees {
    padding-bottom: 80px;
    padding-top: 80px;
}

.key-future-attendees .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.key-future-attendees ul {
    list-style: none;
}

.key-future-attendees ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.key-future-attendees ul svg, .key-future-attendees ul svg path {
    fill: rgb(84,158,191);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.key-future-attendees h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .key-future-attendees {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.key-wrapper-border .key-future-attendees {
    padding: 80px 0;
    background: rgb(167,247,248);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.key-wrapper-border .key-future-attendees .holder {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 60px 80px;
    background: linear-gradient(135deg, rgb(0,69,135,0.5), rgb(84,158,191,0.5));
    border-radius: 24px;
    border: 1px solid rgb(84,158,191,0.5);
}

.key-wrapper-border .key-future-attendees h2 {
    width: 40%;
    padding: 20px;
    font-size: 38px;
    font-weight: 700;
    text-align: left;
    color: #000000;
    background: rgb(84,158,191,0.5);
    border-radius: 10px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
}

.key-wrapper-border .key-future-attendees ul {
    width: 55%;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.key-wrapper-border .key-future-attendees ul li {
    font-size: 15px;
    font-weight: 600;
    padding: 15px 0;
    margin: 10px 0;
    border-bottom: 1px solid rgb(84,158,191,0.5);
    color: #000000;
    transition: background 0.3s, color 0.3s;
}

.key-wrapper-border .key-future-attendees ul li:hover {
    background: rgb(84,158,191,0.5);
    color: #ffffff;
}

.key-wrapper-border .key-future-attendees ul svg, .key-wrapper-border .key-future-attendees ul svg path {
    position: static;
    margin-right: 16px;
    width: 24px;
    height: 24px;
    fill: rgb(84,158,191);
    transition: fill 0.3s;
}

.key-wrapper-border .key-future-attendees ul li:hover svg, .key-wrapper-border .key-future-attendees ul li:hover svg path {
    fill: #ffffff;
}

@media only screen and (max-width: 800px) {
    .key-wrapper-border .key-future-attendees {
        padding: 40px 0;
    }

    .key-wrapper-border .key-future-attendees .holder {
        flex-direction: column;
        padding: 30px;
    }

    .key-wrapper-border .key-future-attendees h2 {
        width: 100%;
        text-align: center;
    }

    .key-wrapper-border .key-future-attendees ul {
        width: 100%;
    }

    .key-wrapper-border .key-future-attendees ul li {
        font-size: 19px;
    }
}footer {
    background: rgb(0,69,135);
    color: #000000;
    font-family: Merriweather, sans-serif;
    padding: 4rem 0;
    border-top: 2px solid rgb(84,158,191);
    position: relative;
}
footer::before, footer::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    background: rgb(84,158,191);
    top: -2px;
    left: 0;
}
footer .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(84,158,191);
    padding-bottom: 2rem;
}
footer .logo_holder {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
footer .logo_holder svg, footer .logo_holder img {
    width: 120px;
    height: auto;
    fill: rgb(84,158,191);
    margin-right: 15px;
}
footer .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .menu_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
footer .menu a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    background: rgb(0,69,135,0.5);
    border: 1px solid rgb(84,158,191);
}
footer .menu a:hover {
    background: rgb(84,158,191);
    color: #ffffff;
}
footer .menu a::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgb(84,158,191);
    margin-right: 10px;
    border-radius: 50%;
}
footer .contact_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .contact_info div {
    margin-bottom: 0.5rem;
    font-size: 15px;
    font-weight: 400;
}
footer .contact_info div span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: rgb(84,158,191);
    margin-right: 10px;
    border-radius: 50%;
}
footer .contact_info div span::before {
    content: attr(data-icon);
    font-family: Merriweather, sans-serif;
    color: #ffffff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
footer .copyright {
    padding: 1rem 0;
    background: rgb(0,69,135,0.5);
    text-align: center;
    border-top: 1px solid rgb(84,158,191,0.5);
    margin-top: 2rem;
}
footer .copyright_info {
    color: #000000;
    font-size: 13px;
    font-weight: 300;
}
footer .copyright_info a {
    color: rgb(84,158,191);
    text-decoration: underline;
    transition: color 0.3s ease;
}
footer .copyright_info a:hover {
    color: #000000;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .logo_holder {
        margin-bottom: 1rem;
    }
}
@media only screen and (max-width: 768px) {
    footer .menu_holder {
        justify-content: center;
    }
}
.key-wrapper-border footer {
    padding: 4rem 0;
}
.key-wrapper-border footer .footer {
    padding: 2rem 0;
    background: rgb(0,69,135,0.5);
    border-top: 1px solid rgb(84,158,191,0.5);
}
.key-wrapper-border footer .footer_info {
    padding: 2rem 0;
    border-top: 1px solid rgb(84,158,191,0.5);
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.key-wrapper-border footer .logo_holder svg, .key-wrapper-border footer .logo_holder img {
    width: 120px;
    height: auto;
    fill: rgb(84,158,191);
    margin-right: 15px;
}
.key-wrapper-border footer .menu_holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 20px;
}
.key-wrapper-border footer .menu a {
    padding: 0.5rem 1rem;
    border-right: 1px solid rgb(84,158,191,0.5);
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    background: rgb(0,69,135,0.5);
    border-radius: 10px;
    border: 1px solid rgb(84,158,191);
}
.key-wrapper-border footer .menu a:hover {
    background: rgb(84,158,191);
    color: #ffffff;
}
.key-wrapper-border footer .copyright {
    padding: 1rem 0;
    background: rgb(0,69,135,0.5);
    text-align: center;
}
.key-wrapper-border footer .copyright_info {
    color: #000000;
    font-size: 13px;
    font-weight: 300;
}
.key-wrapper-border footer .copyright_info a {
    color: rgb(84,158,191);
    text-decoration: underline;
    transition: color 0.3s ease;
}
.key-wrapper-border footer .copyright_info a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {
    .key-wrapper-border footer .footer_info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .key-wrapper-border footer .menu_holder {
        justify-content: center;
    }
}
.key-our-background {
    padding: 100px 0;
    background: linear-gradient(45deg, rgb(84,158,191), rgb(0,69,135));
    font-family: Merriweather, sans-serif;
}

.key-wrapper-border .key-our-background .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.key-wrapper-border .key-our-background .holder .photo {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid rgb(84,158,191);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    position: relative;
}

.key-wrapper-border .key-our-background .holder .photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid rgb(0,69,135);
    border-radius: 50%;
    box-sizing: border-box;
}

.key-wrapper-border .key-our-background .caption_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.key-wrapper-border .key-our-background .style_element h2 {
    color: rgb(84,158,191);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.key-wrapper-border .key-our-background .style_element h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 5px;
    background: rgb(84,158,191);
    border-radius: 10px;
}

.key-wrapper-border .key-our-background .style_element p {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    padding: 20px;
    background: rgb(0,69,135,0.5);
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.key-wrapper-border .key-our-background .style_element p::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: rgb(84,158,191);
    border-radius: 50%;
}

.key-wrapper-border .key-our-background .style_element p::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: rgb(84,158,191);
    border-radius: 50%;
}

@media only screen and (max-width: 1200px) {
    .key-wrapper-border .key-our-background .holder .photo {
        width: 300px;
        height: 300px;
    }

    .key-wrapper-border .key-our-background .caption_holder {
        padding: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .key-wrapper-border .key-our-background {
        padding: 60px 0;
    }
    .key-wrapper-border .key-our-background .holder {
        padding: 0;
    }

    .key-wrapper-border .key-our-background .holder .photo {
        width: 250px;
        height: 250px;
    }

    .key-wrapper-border .key-our-background .caption_holder {
        padding: 10px;
    }

    .key-wrapper-border .key-our-background .style_element h2 {
        font-size: 23px;
    }

    .key-wrapper-border .key-our-background .style_element p {
        font-size: 18px;
    }
}
.key-contact {
    padding: 100px 20px;
    background: linear-gradient(135deg, rgb(84,158,191) 30%, rgb(0,69,135));
    position: relative;
    overflow: hidden;
}

.key-contact::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.key-contact::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.key-contact h3 {
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.key-contact .form {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 3;
    max-width: 700px;
    margin: 0 auto;
    backdrop-filter: blur(10px);
}

.key-contact form input,
.key-contact form textarea {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: none;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    outline: none;
    transition: background 0.3s, box-shadow 0.3s;
}

.key-contact form input:focus,
.key-contact form textarea:focus {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.key-contact form .button {
    background: rgb(84,158,191);
    color: #ffffff;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.key-contact form .button:hover {
    background: rgb(0,69,135);
    transform: scale(1.05);
}

.key-contact .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.key-contact .holder>div {
    width: 100%;
    padding: 20px;
}

.key-contact .form form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.key-contact .form_text {
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    z-index: 3;
}

.key-contact .name_holder {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.key-contact .agree {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    position: relative;
    z-index: 3;
}

.key-contact .agree label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}

.key-contact .agree a {
    color: rgb(0,69,135);
    text-decoration: underline;
}

.key-contact .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 8px;
}

@media only screen and (max-width: 600px) {
    .key-contact {
        padding: 60px 20px;
    }

    .key-contact h3 {
        font-size: 22px;
    }

    .key-contact .form {
        padding: 20px;
    }

    .key-contact form .button {
        width: 100%;
    }

    .key-contact .name_holder {
        flex-direction: column;
        gap: 10px;
    }
}

.key-wrapper-border .key-contact {
    padding: 120px 20px;
    background: linear-gradient(135deg, rgb(84,158,191) 30%, rgb(0,69,135));
    position: relative;
    overflow: hidden;
}

.key-wrapper-border .key-contact::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.key-wrapper-border .key-contact::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.key-wrapper-border .key-contact .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #ffffff;
}

.key-wrapper-border .key-contact .form {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    width: 80%;
    max-width: 700px;
    padding: 40px;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
}

.key-wrapper-border .key-contact form input,
.key-wrapper-border .key-contact form textarea {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    border: none;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    outline: none;
    color: #ffffff;
}

.key-wrapper-border .key-contact form input:focus,
.key-wrapper-border .key-contact form textarea:focus {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.key-wrapper-border .key-contact form label {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    display: block;
}

.key-wrapper-border .key-contact .name_holder {
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.key-wrapper-border .key-contact h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 43px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}

.key-wrapper-border .key-contact .agree a {
    text-decoration: none;
    color: rgb(0,69,135);
}

.key-wrapper-border .key-contact form .button {
    background: rgb(84,158,191);
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 16px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    width: 100%;
    margin-top: 20px;
    color: #ffffff;
}

.key-wrapper-border .key-contact form .button:hover {
    background: rgb(0,69,135);
    transform: scale(1.05);
}

@media only screen and (max-width: 800px) {
    .key-wrapper-border .key-contact {
        padding: 80px 20px;
    }

    .key-wrapper-border .key-contact .holder>div {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .key-wrapper-border .key-contact form .button {
        width: 100%;
    }
}