﻿body {}

:root {
    --primary-color: #2cace3;
    --secondary-color: #243e8c;
    --grey-text-color: #404042;
    --bg-grey-color : #f2f2f2;
}

body {font-family: 'Open Sans', sans-serif; font-size: 14px; color: var(--black);}

.noWrapTxt {white-space: nowrap;}

.container {max-width: 720px;}

a:hover {text-decoration: none;}

header {background: url('../image/dots-pattern.png') no-repeat right top; background-size: auto 140%; border-bottom: 20px solid var(--primary-color);}

header img {height: 220px; padding: 30px 0;}

.footerWrap {font-size: 11px; margin-top: 40px;}
.footerWrap h3 {color: var(--secondary-color); font-weight: 700; font-size: 20px;}
.footerWrap > P {margin-bottom: 5px;}
.footerWrap ul {margin: 0; padding: 0;}
.footerWrap ul li {position: relative; list-style: none; padding-left: 8px; margin-bottom: 5px;}
.footerWrap ul li::before {content: '•'; position: absolute; left: 0; top: 0;}

.copyrightWrap {display: flex; justify-content: flex-end; align-items: flex-end; margin: 40px 0;}
.copyrightWrap p {margin-bottom: 0; color: var(--grey-text-color); text-align: center; width: calc(100% - 260px);}
.copyrightWrap img {width: 120px;}

.commInsuTxt h1 {margin-bottom: 0; font-size: 20px; font-weight: 400; text-align: center; padding: 15px 20px; line-height: 140%;}

.activateWrap {background: var(--bg-grey-color); padding: 30px 0;}
.activateWrap .col-12 {display: flex; flex-direction: column; align-items: center;}
.activateWrap .col-12 img {width: 84px; position: relative; z-index: 1;}
.activateWrap .col-12 p {font-size: 20px; margin-bottom: 0;}
.activateWrap .col-12 > a {display: inline-block; cursor: pointer; background: var(--secondary-color); color: var(--white); font-weight: 800; font-size: 28px; border-radius: 50px; padding: 10px 40px; transform: translateY(-10px);}

.logosWrap {text-align: center; margin: 40px 0 0;}
.logosWrap h3 {color: var(--secondary-color); font-size: 28px; font-weight: 800; margin-bottom: 5px;}
.logosWrap > p {font-size: 20px;}
.logosWrap ul {margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-end;}
.logosWrap ul li {padding: 8px 0; border-bottom: 1px solid var(--grey-text-color); width: 33.33%;}
.logosWrap ul li:first-of-type img {padding-left: 0;}
.logosWrap ul li:nth-child(2) img {border-left: 1px solid var(--grey-text-color); border-right: 1px solid var(--grey-text-color); height: 112px;}
.logosWrap ul li:nth-child(3) img {padding-right: 0; height: 110px;}
.logosWrap ul li:nth-child(4), .logosWrap ul li:last-of-type {border: none;}
.logosWrap ul li:nth-child(4) img {border-right: 1px solid var(--grey-text-color);}
.logosWrap ul img {height: 90px; padding: 20px 20px 5px;}

.modal-content {border-radius: 20px; background: none;}
.modal-body {padding: 0; position: relative;}
.modal-body > button {position: absolute; right: 15px; top: 15px; line-height: 60%; font-size: 28px;}

.copayWrap {border-radius: 20px; border: 2px solid var(--primary-color); display: flex; justify-content: space-between; align-items: center; padding: 40px 20px; background: var(--white);}
.copayWrap img {width: 250px; margin-right: 40px;}

.copayTxtWrap p {color: var(--secondary-color); font-weight: 700; font-size: 18px; margin-bottom: 0;}
.copayTxtWrap h4 {color: var(--primary-color); font-weight: 800; font-size: 64px; line-height: 110%; text-align: center;}
.copayTxtWrap ul {margin: 0; padding: 0; list-style: none; display: flex; justify-content: space-between; align-items: flex-end; border-top: 1px solid var(--primary-color);}
.copayTxtWrap ul li {width: 50%; text-align: center; font-size: 16px; padding: 5px; border-bottom: none;}
.copayTxtWrap ul li:first-of-type {border-right: 1px solid var(--primary-color);}

@media only screen and (max-width: 767px) {
    header img {height: auto; width: 50vw;}

    .logosWrap ul {flex-direction: column; align-items: center;}
    .logosWrap ul li {width: 100%; border: none !important;}
    .logosWrap ul li:not(:last-of-type) {border-bottom: 1px solid var(--grey-text-color) !important;}
    .logosWrap ul li img {border: none !important; height: auto !important; width: 100%; max-width: 280px;}

    .copayWrap {flex-direction: column; padding: 20px 10px;}
    .copayWrap img {margin-right: 0; margin-bottom: 30px;}

    .activateWrap .col-12 > a {text-align: center; padding: 10px 20px;}

    .copyrightWrap {justify-content: space-between;}
    .copyrightWrap p {width: auto;}
}