@charset "UTF-8";
.widget-pagetitle-ak {
    min-height: 600px;
    position: relative;
    color: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.widget-pagetitle-ak .page-title-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.widget-pagetitle-ak .page-title {
    padding-left: 140px;
}
@media (max-width: 767px) {
    .widget-pagetitle-ak .page-title {
        padding-left: 0;
        text-align: center;
    }
}
.widget-pagetitle-ak .page-title-icon {
    display: block;
    width: 60px;
    height: 100px;
    padding: 40px 15px;
    border-left: 1px solid #fff;
    transform: skew(-45deg) translateY(-50%);
    float: left;
    margin-right: 35px;
    position: absolute;
    top: 50%;
    left: 0;
}
@media (max-width: 767px) {
    .widget-pagetitle-ak .page-title-icon {
        display: none;
    }
}
.widget-pagetitle-ak .page-title-icon .bg {
    width: 30px;
    height: 20px;
    background-color: #fff;
    display: block;
}
.widget-pagetitle-ak .page-title {
    position: relative;
}
.widget-pagetitle-ak .page-title h1 {
    font-size: 48px;
    line-height: 50px;
    margin: 0;
    font-weight: 300;
}
.widget-pagetitle-ak .page-breadcrumbs-group {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.widget-pagetitle-ak .page-breadcrumbs-group ul {
    background-color: #6dbdcb;
    transform: skew(-45deg);
    margin: 0;
    padding: 15px 0;
    position: relative;
}
@media (max-width: 1300px) {
    .widget-pagetitle-ak .page-breadcrumbs-group ul {
        transform: none;
    }
}
.widget-pagetitle-ak .page-breadcrumbs-group ul:after {
    content: "";
    width: 500%;
    height: 100%;
    background-color: #6dbdcb;
    position: absolute;
    right: -499%;
    top: 0;
}
@media (max-width: 1300px) {
    .widget-pagetitle-ak .page-breadcrumbs-group ul:before {
        content: "";
        width: 500%;
        height: 100%;
        background-color: #6dbdcb;
        position: absolute;
        left: -499%;
        top: 0;
    }
}
.widget-pagetitle-ak .page-breadcrumbs-group ul li {
    display: inline-block;
    transform: skew(45deg);
}
@media (max-width: 1300px) {
    .widget-pagetitle-ak .page-breadcrumbs-group ul li {
        transform: none;
    }
}
.widget-pagetitle-ak .page-breadcrumbs-group ul li a {
    color: #fff;
    line-height: 30px;
    display: inline-block;
    padding: 0 35px;
    position: relative;
}
.widget-pagetitle-ak .page-breadcrumbs-group ul li a:after {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #fff;
    transform: skew(-45deg);
    position: absolute;
    top: 0;
    right: 0;
}
.widget-pagetitle-ak .page-breadcrumbs-group ul li:last-child a:after {
    background-color: transparent;
}

.white {
    background-color: #fff;
}
.grey {
    background-color: #f2f2f2;
}

.lvl1 {
    padding: 60px 0 0 0;
}
.lvl2, .paragraph, .img-wide, .list, .paragraph_with_graph {
    padding: 0;
}

.lvl1 h2 {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d6d6d6;
    margin: 40px 0 20px 0;
    font-weight: 300;
}
.lvl2 h3, .list_with_header h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    padding: 20px 0;
    margin-top: 0;
}
.list_with_header h3{
    margin-bottom: 0;
}
.img-wide img {
    margin: 45px auto;
    display: block;
    max-width: 100%;
    height: auto;
}
.paragraph a, .list a, .paragraph_with_image a, .list_with_header a, .paragraph_with_graph a {
    color: #6dbdcb !important;
    font-weight: 800;
}
.list ul, .list_with_header ul {
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}
.list ul > li, .list_with_header ul > li {
    list-style-type: none;
    padding-left: 80px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
}
.list ul > li:before, .list_with_header ul > li:before {
    content: "";
    width: 20px;
    height: 15px;
    background-color: #6dbdcb;
    transform: skew(-45deg);
    position: absolute;
    top: 4px;
    left: 7px;
}

.quote blockquote {
    margin: 40px 0;
    padding-top: 20px;
    padding-left: 165px;
    border: none;
    position: relative;
}
@media (max-width: 767px) {
    .quote blockquote {
        padding-left: 0;
    }
}
.quote blockquote:before {
    content: "";
    width: 115px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.05);
    transform: skew(-45deg);
    position: absolute;
    top: 0;
    left: 55px;
    z-index: 10;
}
.quote blockquote:after {
    content: "";
    width: 2px;
    height: 80px;
    background-color: #6dbdcb;
    transform: skew(-45deg);
    position: absolute;
    top: 0;
    left: 40px;
}
.quote blockquote .quote-icon {
    position: absolute;
    width: 33px;
    height: 24px;
    top: 29px;
    left: 90px;
    background-image: var(--wpr-bg-b7ef8d1c-6ec2-47ff-b8ca-6cbcb9d36b31);
    background-repeat: no-repeat;
}
.quote blockquote p {
    font-size: 24px;
    line-height: 30px;
    color: #6dbdcb;
    position: relative;
    z-index: 20;
}
@media (max-width: 767px) {
    .quote blockquote p {
        margin-top: 100px;
    }
}
.quote blockquote cite {
    font-style: normal;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.paragraph_with_image .sp-img {
    max-width: 50%;
    float: left;
    padding-right: 20px;
}
@media (max-width: 767px) {
    .paragraph_with_image .sp-img {
        float: none;
        max-width: 100%;
        height: auto;
        margin: 40px 0;
    }
}
.paragraph_with_graph .chart-container.sp-chart {
    width: 50%;
    height: auto;
    float: left;
    padding-right: 20px;
}
@media (max-width: 767px) {
    .paragraph_with_graph .chart-container.sp-chart {
        width: 100%;
        float: none;
    }
}




.widget-sp-text-2-ak.grey {
    background-color: #f2f2f2;
}
.widget-sp-text-2-ak.white {
    background-color: #fff;
}
.widget-sp-text-2-ak {
    padding: 60px 0;
}
.widget-sp-text-2-ak h2 {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d6d6d6;
    margin: 40px 0 20px 0;
    font-weight: 300;
}
.widget-sp-text-2-ak h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    padding: 20px 0;
}
.widget-sp-text-2-ak a {
    color: #6dbdcb;
    font-weight: 800;
}
.widget-sp-text-2-ak ul {
    padding: 0;
}
.widget-sp-text-2-ak ul > li {
    list-style-type: none;
    padding-left: 80px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
}
.widget-sp-text-2-ak ul > li:before {
    content: "";
    width: 20px;
    height: 15px;
    background-color: #6dbdcb;
    transform: skew(-45deg);
    position: absolute;
    top: 4px;
    left: 7px;
}
.widget-sp-text-2-ak blockquote {
    margin: 40px 0;
    padding-top: 20px;
    padding-left: 165px;
    border: none;
    position: relative;
}
@media (max-width: 767px) {
    .widget-sp-text-2-ak blockquote {
        padding-left: 0;
    }
}
.widget-sp-text-2-ak blockquote:before {
    content: "";
    width: 115px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.05);
    transform: skew(-45deg);
    position: absolute;
    top: 0;
    left: 55px;
    z-index: 10;
}
.widget-sp-text-2-ak blockquote:after {
    content: "";
    width: 2px;
    height: 80px;
    background-color: #6dbdcb;
    transform: skew(-45deg);
    position: absolute;
    top: 0;
    left: 40px;
}
.widget-sp-text-2-ak blockquote .quote-icon {
    position: absolute;
    width: 33px;
    height: 24px;
    top: 29px;
    left: 90px;
    background-image: var(--wpr-bg-22f85153-1812-43a3-9a82-adf2dba9ca96);
    background-repeat: no-repeat;
}
.widget-sp-text-2-ak blockquote p {
    font-size: 24px;
    line-height: 30px;
    color: #6dbdcb;
    position: relative;
    z-index: 20;
}
@media (max-width: 767px) {
    .widget-sp-text-2-ak blockquote p {
        margin-top: 100px;
    }
}
.widget-sp-text-2-ak blockquote cite {
    font-style: normal;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.widget-pdf-ak {
    padding: 100px 0;
}
.widget-pdf-ak .widget-pdf-item {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.widget-pdf-ak .widget-pdf-item a:hover {
    text-decoration: none;
}
.widget-pdf-ak .widget-pdf-item a:hover h3 {
    color: #6dbdcb;
}
.widget-pdf-ak .widget-pdf-img {
    position: relative;
    padding-bottom: 30px;
}
.widget-pdf-ak .widget-pdf-img:before {
    content: "";
    width: 270px;
    height: 80px;
    transform: skew(-45deg);
    background-color: #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 40px;
    z-index: 10;
}
.widget-pdf-ak .widget-pdf-img:after {
    content: "";
    width: 2px;
    height: 100px;
    background-color: #6dbdcb;
    transform: skew(-45deg);
    position: absolute;
    bottom: 0;
    right: 50px;
}
.widget-pdf-ak .widget-pdf-img img {
    max-width: 280px;
    height: auto;
    margin-left: 50px;
    display: block;
    z-index: 50;
    position: relative;
}
.widget-pdf-ak .widget-pdf-title {
    margin-top: 25px;
}
.widget-pdf-ak .widget-pdf-title h3 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    transition: 0.5s;
}

.widget-tag-cloud-ak .tagcloud {
    padding: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.widget-tag-cloud-ak .tagcloud a {
    display: inline-block;
    margin: 0 0 15px 20px;
    padding: 0 30px;
    line-height: 40px;
    color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    transform: skew(-45deg);
    transition: 0.5s;
}
.widget-tag-cloud-ak .tagcloud a:hover {
    background-color: #6dbdcb;
    color: #fff;
    text-decoration: none;
}
.widget-tag-cloud-ak .tagcloud span {
    transform: skew(45deg);
    display: block;
}

.widget-sp-share-ak .share-box {
    padding: 10px 0 40px 0;
    height: auto;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.widget-sp-share-ak .share-title {
    float: left;
    line-height: 80px;
}
.widget-sp-share-ak .share-btn-group {
    float: right;
}
@media (max-width: 992px) {
    .widget-sp-share-ak .share-btn-group {
        margin-left: 65px;
    }
}
.widget-sp-share-ak .share-btn-group > ul {
    padding: 0;
    margin: 0;
}
.widget-sp-share-ak .share-btn-group > ul > li {
    display: inline-block;
    margin-left: -65px;
}
.widget-sp-share-ak .share-btn-group > ul > li > a.share-icon {
    width: 200px;
    height: 80px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-sp-share-ak .share-btn-group > ul > li > a.facebook-icon {
    background-image: var(--wpr-bg-5b123d7e-e158-48c8-9d9c-f6cf9fca96c8);
}
.widget-sp-share-ak .share-btn-group > ul > li > a.googlep-icon {
    background-image: var(--wpr-bg-1ac776cc-e9b0-4bd2-b73c-329f6389f8bc);
}
.widget-sp-share-ak .share-btn-group > ul > li > a.twitter-icon {
    background-image: var(--wpr-bg-bc843764-6a83-4b59-9f04-804e03d64d1d);
}
.widget-sp-share-ak .share-btn-group > ul > li > a.instagram-icon {
    background-image: var(--wpr-bg-a1c8fc92-d4f9-4978-8350-192359f77bd2);
}
.widget-sp-share-ak .share-btn-group > ul > li > a.youtube-icon {
    background-image: var(--wpr-bg-fddad3ed-8fc4-49fb-8a29-1185909faba1);
}

.widget-chart-1-ak.white {
    background-color: #fff;
}

.widget-chart-1-ak.grey {
    background-color: #f2f2f2;
}

.widget-chart-1-ak {
    padding: 60px 0;
}
.widget-chart-1-ak img {
    margin: 45px auto;
    display: block;
    max-width: 100%;
    height: auto;
}
.widget-chart-1-ak h2 {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d6d6d6;
    margin: 40px 0 20px 0;
    font-weight: 300;
}
.widget-chart-1-ak h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    padding: 20px 0;
}
.widget-chart-1-ak a {
    color: #6dbdcb;
    font-weight: 800;
}
.widget-chart-1-ak ul {
    padding: 0;
    margin-top: 20px;
}
.widget-chart-1-ak ul > li {
    list-style-type: none;
    padding-left: 80px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
}
.widget-chart-1-ak ul > li:before {
    content: "";
    width: 20px;
    height: 15px;
    background-color: #6dbdcb;
    transform: skew(-45deg);
    position: absolute;
    top: 4px;
    left: 7px;
}
.widget-chart-1-ak blockquote {
    margin: 40px 0;
    padding-top: 20px;
    padding-left: 165px;
    border: none;
    position: relative;
}
@media (max-width: 767px) {
    .widget-chart-1-ak blockquote {
        padding-left: 0;
    }
}
.widget-chart-1-ak blockquote:before {
    content: "";
    width: 115px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.05);
    transform: skew(-45deg);
    position: absolute;
    top: 0;
    left: 55px;
    z-index: 10;
}
.widget-chart-1-ak blockquote:after {
    content: "";
    width: 2px;
    height: 80px;
    background-color: #6dbdcb;
    transform: skew(-45deg);
    position: absolute;
    top: 0;
    left: 40px;
}
.widget-chart-1-ak blockquote .quote-icon {
    position: absolute;
    width: 33px;
    height: 24px;
    top: 29px;
    left: 90px;
    background-image: var(--wpr-bg-e7013465-af12-44f5-9ea2-609fdd2e84ab);
    background-repeat: no-repeat;
}
.widget-chart-1-ak blockquote p {
    font-size: 24px;
    line-height: 30px;
    color: #6dbdcb;
    position: relative;
    z-index: 20;
}
@media (max-width: 767px) {
    .widget-chart-1-ak blockquote p {
        margin-top: 100px;
    }
}
.widget-chart-1-ak blockquote cite {
    font-style: normal;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}
.widget-chart-1-ak .chart-container {
    margin: 20px 0;
}

.widget-chart-2-ak.white {
    background-color: #fff;
}

.widget-chart-2-ak.grey {
    background-color: #f2f2f2;
}

.widget-chart-2-ak {
    padding: 60px 0;
}
.widget-chart-2-ak img {
    margin: 45px auto;
    display: block;
    max-width: 100%;
    height: auto;
}
.widget-chart-2-ak h2 {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d6d6d6;
    margin: 40px 0 20px 0;
    font-weight: 300;
}
.widget-chart-2-ak h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    padding: 20px 0;
}
.widget-chart-2-ak a {
    color: #6dbdcb;
    font-weight: 800;
}
.widget-chart-2-ak ul {
    padding: 0;
    margin-top: 20px;
    clear: both;
}
.widget-chart-2-ak ul > li {
    list-style-type: none;
    padding-left: 80px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
}
.widget-chart-2-ak ul > li:before {
    content: "";
    width: 20px;
    height: 15px;
    background-color: #6dbdcb;
    transform: skew(-45deg);
    position: absolute;
    top: 4px;
    left: 7px;
}
.widget-chart-2-ak blockquote {
    margin: 40px 0;
    padding-top: 20px;
    padding-left: 165px;
    border: none;
    position: relative;
}
@media (max-width: 767px) {
    .widget-chart-2-ak blockquote {
        padding-left: 0;
    }
}
.widget-chart-2-ak blockquote:before {
    content: "";
    width: 115px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.05);
    transform: skew(-45deg);
    position: absolute;
    top: 0;
    left: 55px;
    z-index: 10;
}
.widget-chart-2-ak blockquote:after {
    content: "";
    width: 2px;
    height: 80px;
    background-color: #6dbdcb;
    transform: skew(-45deg);
    position: absolute;
    top: 0;
    left: 40px;
}
.widget-chart-2-ak blockquote .quote-icon {
    position: absolute;
    width: 33px;
    height: 24px;
    top: 29px;
    left: 90px;
    background-image: var(--wpr-bg-a6c9228b-c447-4ead-9091-2b3db2d2ec8e);
    background-repeat: no-repeat;
}
.widget-chart-2-ak blockquote p {
    font-size: 24px;
    line-height: 30px;
    color: #6dbdcb;
    position: relative;
    z-index: 20;
}
@media (max-width: 767px) {
    .widget-chart-2-ak blockquote p {
        margin-top: 100px;
    }
}
.widget-chart-2-ak blockquote cite {
    font-style: normal;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.widget-spform-ak {
    padding: 80px 0;
    background-image: var(--wpr-bg-88294152-cc60-45ab-8465-edaa45fe68c2);
    background-position: center top;
    background-size: cover;
    background-color: #000;
}
.widget-spform-ak .form-title {
    margin-bottom: 50px;
    margin-left: 50px;
    height: 100px;
}
.widget-spform-ak .form-title .title-icon {
    display: block;
    width: 60px;
    height: 100px;
    padding: 40px 15px;
    border-left: 1px solid #6dbdcb;
    transform: skew(-45deg);
    float: left;
    margin-right: 35px;
}
.widget-spform-ak .form-title .title-icon .bg {
    width: 30px;
    height: 20px;
    background-color: #6dbdcb;
    display: block;
}
.widget-spform-ak .form-title h2 {
    float: left;
    line-height: 100px;
    font-weight: 300;
    margin: 0;
    font-size: 48px;
    color: #fff;
}

.form-white .form-group {
    margin-bottom: 30px;
}
.form-white .form-control-own {
    background-color: transparent;
    color: #fff;
    line-height: 20px;
    padding: 15px 0;
    height: auto;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    transition: 0.5s;
    font-size: 18px;
}
.form-white .form-control-own:focus {
    background-color: #fff !important;
    color: #000 !important;
}
.form-white .form-control-own::-webkit-input-placeholder {
    color: #fff;
}
.form-white .form-control-own::-moz-placeholder {
    color: #fff;
}
.form-white .form-control-own:-ms-input-placeholder {
    color: #fff;
}
.form-white .form-control-own:-moz-placeholder {
    color: #fff;
}
.form-white .form-control-own:focus::-webkit-input-placeholder {
    color: transparent;
    transition: 0.5s;
}
.form-white .form-control-own:focus::-moz-placeholder {
    color: transparent;
    transition: 0.5s;
}
.form-white .form-control-own:focus:-moz-placeholder {
    color: transparent;
    transition: 0.5s;
}
.form-white .form-control-own:focus:-ms-input-placeholder {
    color: transparent;
    transition: 0.5s;
}
.form-white .form-select-own {
    padding: 12.5px 0;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    box-shadow: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-image: var(--wpr-bg-d1d41f9f-e028-4684-a190-b8e9f01adfc1);
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
}
.form-white .form-select-own:focus {
    outline: none;
}
.form-white .form-select-own option {
    color: #000;
}
.form-white .form-textarea {
    resize: none;
    height: 160px;
}
.form-white .checkbox {
    color: #fff;
    margin-top: 28px;
}
.form-white .checkbox a {
    color: #6dbdcb;
    font-weight: 700;
}
.form-white .form-checkbox {
    display: none;
}
.form-white .checkbox label {
    position: relative;
    padding-left: 40px;
}
.form-white .checkbox label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    left: 0;
    top: 2px;
    transition: 0.5s;
}
.form-white .form-checkbox:checked + label:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    color: #6dbdcb;
    border-color: #6dbdcb;
    text-align: center;
    line-height: 16px;
}

.btn-send-lg {
    float: right;
    display: inline-block;
    width: 400px;
    padding-left: 80px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 80px;
    transform: skew(-45deg);
    position: relative;
    background-color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    border-radius: 0;
    border: none;
    text-align: left;
    margin-right: 40px;
}
@media (max-width: 992px) {
    .btn-send-lg {
        float: none;
        margin-right: 0;
        margin-top: 40px;
    }
}
.btn-send-lg:hover {
    background-color: #fff;
}
.btn-send-lg > span:first-child {
    display: inline-block;
    transform: skew(45deg);
}
.btn-send-lg .inner-bg-box {
    width: 120px;
    height: 80px;
    background-color: #6dbdcb;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}
.btn-send-lg .inner-bg-box .fa {
    transform: skew(45deg);
    color: #fff;
    font-size: 30px;
}

.btn-send-lg:before {
    content: "";
    width: 2px;
    height: 120px;
    background-color: #f2f2f2;
    position: absolute;
    bottom: 0;
    right: -20px;
}
@media (max-width: 1200px) {
    .btn-send-lg:before {
        content: none;
    }
}

@media (max-width: 992px) {
    .resp-center-992 {
        text-align: center;
    }
}

/*# sourceMappingURL=widgets-ak.css.map */
