html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #0275d8;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
b {
    font-weight: bolder;
}
img {
    border-style: none;
    vertical-align: middle;
}
*,::after,::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
@-ms-viewport {
    width: device-width;
}
h2 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 2rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 1140px;
    max-width: 1140px;
    font-family: 'Fira Sans', sans-serif;
}
.containerFluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.rowTxt,.rowImg {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.rowImg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    margin: auto;
}
.rowTxt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.bgr {
    background-color: #ffd300;
    width: 100%;
}
.bgrBottom {
    background-color: #ebebeb;
    width: 100%;
    min-height: 180px;
    padding-bottom: 60px;
}
.title {
    text-align: center;
    padding: 12px 15px;
    font-weight: bold;
}
.logoOne {
    padding-top: 40px;
    max-width: 569px;
    width: 100%;
}
.footer {
    font-size: 12px;
    font-weight: bold;
    padding-top: 20px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.newlead {
    width: 100%;
    height: 100%;
    margin-top: -1px;
}
.content {
    overflow: hidden;
    padding-top: 81px;
}
.content .columnLeft,
.content .columnMiddle,
.content .columnRight {
    float: left;
    width: 30%;
    position: relative;
}
.content .columnLeft {
    width: 283px;
    text-align: center;
}
.content .columnLeft h2 {
    text-transform: uppercase;
    font-weight: bold;
}
.content .columnMiddle {
    padding-top: 62px;
    width: 403px;
    margin-left: 44px;
    margin-right: 60px;
}
.columnDesktop {
    display: block;
    margin-bottom: 15px;
}
.content .columnRight {
    width: 317px;
}
.content .columnRight iframe {
    border: 0;
    width: 100%;
}
.hint {
    position: absolute;
    top: 4px;
    right: -189px;
}
.rodo {
    max-width: 1140px;
    margin: 32px auto 43px;
}
.rodo a {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}
.columnMobile {
    display: none;
}
@media (max-width: 1200px) {
    .title {
        line-height: 20px;
        font-size: 14px;
    }
    .logoOne {
        padding-top: 30px;
    }
    .container {
        width: 100%;
        max-width: 390px;
        padding-right: 0;
        padding-left: 0;
    }
    .content {
        padding-top: 45px;
    }
    .content .columnLeft {
        width: 100%;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    .content .columnLeft h2 {
        text-align: center;
        font-size: 27px;
        margin-top: 18px;
    }
    .content .columnMiddle {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
        margin: 40px 0;
        font-size: 12px;
    }
    .content .columnRight {
        width: 100%;
        margin-top: 30px;
        background: rgba(255,210,0,1);
    }
    .content .columnRight iframe {
        max-width: 390px;
    }
    .columnDesktop {
        display: none;
    }
    .columnMobile {
        display: block;
    }
    .avatar {
        width: 126px;
    }
    .hint {
        width: 45%;
        top: -12px;
        left: auto;
        right: 51px;
    }
    .rodo {
        width: 100%;
        margin: 32px auto 43px;
        max-width: 390px;
        padding: 0 15px;
        font-size: 12px;
    }
    .container .rowImg {
        flex: 0 0 100%;
        max-width: 100%;
    }
}