﻿.dfxgedg {
    font-size: 16px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width:767px) {
    .hkjmhjkl {
        padding-top: 30px !important;
    }
}

@media (max-width:991px) {
    .gsd {
        padding-top: 20px !important;
    }
}

a {
    text-decoration: none !important;
}

.gdgghkyu {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jhjkygkl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gdgfy {
    word-break: break-all;
}

h1 {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: 1.3 !important;
    color: #000 !important;
    padding-bottom: 20px !important;
}

h2 {
    font-weight: bold !important;
    font-size: 26px !important;
    line-height: 1.3 !important;
}

h3 {
    font-weight: bold !important;
    font-size: 23px !important;
    line-height: 1.3 !important;
}

h4 {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
}

p {
    font-size: 18px !important;
}

.gdgfy h2 {
    text-align: center !important;
    color: #000 !important;
}

.gdgfy h3 {
    text-align: center !important;
    color: #000 !important;
}

.gdgfy h4 {
    text-align: center !important;
    color: #000;
}

.gdgfy h5,
.gdgfy h6 {
    text-align: center !important;
    font-weight: bold !important;
    color: #000 !important;
}

.gdgfy li,
.gdgfy span,
.gdgfy a {
    color: #000 !important;
}

.gdgfy img {
    max-width: 100%;
    height: auto;
}

.gdgfy p {
    line-height: 1.6 !important;
    text-align: left !important;
    color: #000 !important;
}

.gdgfy table {
    word-break: break-all !important;
}

.gdgfy td {
    font-size: 16px !important;
    color: #000 !important;
}

.gdgfy li {
    font-size: 16px !important;
    text-align: left !important;
    color: #000 !important;
}

.home-cta button {
    margin-left: 5px;
}

.cta-buttons {
    display: inline-block;
    margin-left: 20px;
}

#home-5 {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.row {
    padding: 10px;
}

.highlight {
    color: #4281c8;
}

#home-video {
    max-width: 950px;
    margin-top: 70px;
    margin-bottom: 70px;
}

#home-video-container {
    background-color: #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
}

#home-3 {
    --bs-gutter-x: 3rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

#home-1 {
    background-image: url('../image/2.svg');
    background-position: top 0 right 0;
    background-origin: border-box;
    background-size: cover;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.home-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

#home-1-text {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 600px;
    opacity: .9;
}

.icon {
    flex: 33%;
    text-align: center;
    padding: 20px;
}

.icon>img {
    display: block;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
}

#schm-img {
    display: block;
    max-width: 800px;
    width: 100%;
    border-radius: 5px;
}

hr {
    width: 200px;
    margin: 20px auto;
    border: 1px solid #4281c8;
}

@media(max-width: 991.98px) {
    .page-button {
        display: block;
        margin: 0 auto;
        width: 300px;
    }

    #home-3-right {
        margin-top: 30px;
    }
}

#home-6-content {
    display: block;
    width: 100%;
    max-width: 800px;
    background-color: #fff;
    border-radius: 5px;
    margin: 10px auto;
    padding: 50px;
}

#home-6 {
    background-color: #efefef;
    padding-top: 10px;
    padding-bottom: 10px;
}

#home-cta-2 {
    border-top: 1px solid #23c4b0;
    border-bottom: 1px solid #23c4b0;
    padding: 0;
    font-size: 1.3em;
}

#home-cta-2-content {
    background-color: #fff;
    display: inline-block;
    height: 100%;
    padding: 10px;
}

#home-2-footer>p {
    font-size: 1.9em;
    max-width: 800px;
}

#openquote,
#closequote {
    width: 75px;
}

#openquote {
    position: relative;
    top: -15px;
}

#closequote {
    position: relative;
    top: 15px;
}

ul.list {
    list-style: none;
}

ul.list li::before {
    content: "•";
    color: #4281c8;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}