:root {
	--clr-blue: #0d5aa6;
	--clr-blue-light: #5b8fc4;
	--clr-blue-dark: #0d59a6;
	--clr-blue-hyper: #0856a4;

    --clr-green: #43ab79;
	--clr-green-light: #87d7b0;

    --clr-gray: #6d6e72;
	--clr-gray-border: #b6b7b9;

    --trans-duration: 0.2s;
}

/***** Home page content **************/
.home #page-content {
    padding-top: 35px;
}

/*** Home Section 1 *********/
.home #page-sect-2 {
    padding-bottom: 15px;
}

.home #page-sect-2 .dc-content {
    padding: 0;
}

.home #page-sect-2 .entry-content {
    position: relative;
    max-width: 240px;
    text-align: center;
    margin: 0 auto;
}

.home #page-sect-2 .entry-content * {
    font-weight: 900;
}

.home #page-sect-2 h2 {
    font-size: 4.6rem;
    line-height: 1;
    margin: 0 0 10px;
}

.home #page-sect-2 p {
    padding: 0;
}

.home #page-sect-2 p:nth-child(2) {
    color: #d2d2d2;
    font-size: 2.2rem;
}

.home #page-sect-2 p:nth-child(4) {
    color: #d1d1d1;
    font-size: 3.2rem;
}

.home #page-sect-2 .sect-img {
    position: relative;
    overflow: hidden;
    height: 325px;
    margin: 20px auto 0;
}

.home #page-sect-2 .sect-img img {
    position: absolute;
    width: 520px;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.home #page-content::before {
    display: none;
    content: '';
    position: absolute;
    width: 720px;
    height: 720px;
    background-color: rgba(203, 221, 212, 0.25);
    border-radius: 50%;
    right: -410px;
    top: 200px;
    z-index: 9;
}

@media (min-width: 520px) {
    .home #page-sect-2 .entry-content {
        max-width: 320px;
    }

    .home #page-sect-2 h2 {
        font-size: 5.7rem;
    }
    
    .home #page-sect-2 p:nth-child(2) {
        font-size: 2.7rem;
    }
    
    .home #page-sect-2 p:nth-child(4) {
        font-size: 4.1rem;
    }

    .home #page-sect-2 .sect-img {
        height: 400px;
    }

    .home #page-sect-2 .sect-img img {
        width: 640px;
    }
}

@media (min-width: 600px) {
    .home #page-sect-2 {
        padding-bottom: 10px;
    }
}

@media (min-width: 900px) {
    .home #page-content {
        padding-top: 90px;
    }

    .home #page-sect-2 {
        padding-bottom: 150px;
    }

    .home #page-sect-2 .dc-content {
        display: flex;
    }

    .home #page-sect-2 .entry-content {
        max-width: 400px;
    }

    .home #page-sect-2 h2 {
        font-size: 7.6rem;
    }
    
    .home #page-sect-2 p:nth-child(2) {
        font-size: 3.6rem;
    }
    
    .home #page-sect-2 p:nth-child(4) {
        font-size: 5.4rem;
    }

    .home #page-sect-2 .sect-img {
        overflow: visible;
        width: calc(100% - 400px);
        height: auto;
        margin: 0;
    }

    .home #page-sect-2 .sect-img img {
        width: 870px;
        left: initial;
        transform: unset;
    }
}
/*** end Home Section 1 *****/


/*** Home Section 2 *********/
.sect-ctas {
    position: relative;
    background-color: #f7f8f8;
    padding: 48px 0 40px;
}

.sect-ctas .dc-content {
    max-width: 121rem;
    padding: 0 2%;
}

.sect-ctas .dc-content {
    margin: 0 auto;
}

.sect-ctas .text-content {
    max-width: 720px;
    text-align: center;
    margin: 0 auto 22px;
}

.sect-ctas h2 {
    font-size: 3.6rem;
    line-height: 1.15;
    margin: 0 0 35px;
}

.sect-ctas .text-content p {
    font-size: 1.8rem;
    line-height: 1.45;
}

.sect-ctas .cta-grid {
    float: none;
    width: auto;
    max-width: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.sect-ctas .cta-grid .cta {
    flex: 0 1 328px;
    width: 100%;
    min-width: auto;
    margin: 0 5px 35px;
}

.sect-ctas .cta-grid .cta {
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0 0 30px hsl(0, 0%, 85%);
}

.sect-ctas .cta-grid .cta a {
    display: grid;
    height: 100%;
    padding: 30px 42px 48px;
}

.sect-ctas .cta-grid .cta a:hover,
.sect-ctas .cta-grid .cta a:focus {
    text-decoration: none;
}

.sect-ctas .cta-grid .cta .title {
    font-size: 2.6rem;
    font-weight: 700;
    color: hsl(0, 0%, 23%);
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 1.1em;
}

.sect-ctas .cta-grid .cta a:hover .title,
.sect-ctas .cta-grid .cta a:focus .title {
    text-decoration: underline;
}

.sect-ctas .cta-grid .cta p {
    font-size: 1.6rem;
    color: hsl(0, 0%, 26%);
    hyphens: auto;
    padding-bottom: 0;
    margin-bottom: 4.2rem;
}

.sect-ctas .cta-grid .cta img {
    align-self: end;
}

.sect-ctas .cta-grid .cta .button {
    color: #fff;
    font-size: 1.8rem;
    line-height: 4rem;
    text-align: center;

    display: block;
    width: 100%;
    max-width: 18rem;
    background-color: var(--clr-blue);
    border-radius: 0.25em;
    margin-top: 7rem;
    justify-self: center;
    align-self: end;

    transition: var(--trans-duration) ease;
}

.sect-ctas .cta-grid .cta a:hover .button,
.sect-ctas .cta-grid .cta a:focus .button {
    text-decoration: none;
    background-color: #000;
}

.sect-ctas .cta:hover {
    /* box-shadow: 0 0 14px #aaa; */
}

@media (min-width: 600px) {
    .sect-ctas {
        padding: 54px 0 30px;
    }

    .sect-ctas h2 {
        font-size: 4.8rem;
        line-height: 1.2;
    }
    
    .sect-ctas .text-content p {
        font-size: 2rem;
        padding: 0 3% 20px;
    }
}

@media (min-width: 1000px) {
    .sect-ctas {
        padding: 100px 0;
    }

    .sect-ctas .text-content {
        margin-bottom: 70px;
    }

    .sect-ctas h2 {
        margin-bottom: 40px;
    }

    .sect-ctas .text-content p {
        line-height: 1.5;
    }
}
/*** end Home Section 2 *****/


/*** Home Section 3 *********/
#home-sect-3 .dc-content {
    padding: 0 4%;
}

#home-sect-3 {
    padding: 45px 0 80px
}

#home-sect-3 .sect-text {
    margin-bottom: 10px;
}

#home-sect-3 h2 {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
}

#home-sect-3 p {
    font-size: 1.8rem;
    line-height: 1.45;
}

#home-sect-3 .sect-img {
    position: relative;
    max-width: 480px;
    margin: 0 auto 55px;
}

#home-sect-3 .sect-text .dc-button {
    display: none;
}

#home-sect-3 .dc-button,
#home-sect-3 .dc-button:visited {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 40px;
    text-align: center;
    width: 180px;
    margin: 0 auto;
    background-color: var(--clr-green);
    border-radius: 6px;
    transition: var(--trans-duration) ease;
}

#home-sect-3 .dc-button:hover,
#home-sect-3 .dc-button:active,
#home-sect-3 .dc-button:focus {
    text-decoration: none;
    background-color: #000;
}

@media (min-width: 600px) {
    #home-sect-3 {
        padding: 60px 0 90px;
    }

    #home-sect-3 .sect-text {
        margin-bottom: 20px;
    }

    #home-sect-3 h2 {
        font-size: 4.8rem;
        margin-bottom: 40px;
    }

    #home-sect-3 p {
        font-size: 2rem;
    }

    #home-sect-3 .sect-img {
        margin-bottom: 70px;
    }
}

@media (min-width: 900px) {
    #home-sect-3 {
        padding: 100px 0 110px;
    }

    #home-sect-3 .dc-content {
        max-width: 137rem;
        display: grid;
        grid-template-columns: 49% 49%;
        justify-items: end;
    }

    #home-sect-3 .sect-text {
        max-width: 540px;
        margin-right: 2%;
    }

    #home-sect-3 h2 {
        margin-bottom: 55px;
    }

    #home-sect-3 p {
        line-height: 1.55;
    }

    #home-sect-3 .dc-button.button-1 {
        display: none;
    }

    #home-sect-3 .sect-text .dc-button {
        display: block;
        margin-top: 40px;
    }

    #home-sect-3 .sect-img {
        margin: 0;
    }
}
/*** end Home Section 3 *****/


/*** Home Section 4 *********/
#home-sect-4 .dc-content {
    max-width: 136rem;
    padding: 0 4% 40px;
}

#home-sect-4 {
    background-color: #4d667f;
    background-image: url(../images/bg-world-map.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#home-sect-4 .sect-img,
#home-sect-4 .sect-text {
    max-width: 490px;
    margin: 0 auto;
}

#home-sect-4 .sect-img {
    margin-bottom: 38px;
}

#home-sect-4 .sect-img img {
    border: 1px solid #fff;
    border-top: none;
}

#home-sect-4 .sect-text * {
    color: #fff;
}

#home-sect-4 h2 {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
}

#home-sect-4 p {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.45;
    padding-bottom: 40px;
}

#home-sect-4 .dc-button {
    font-weight: 700;
}

#home-sect-4 .dc-button::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: solid transparent;
    border-bottom: solid transparent;
    border-left: solid #fff;
    border-width: 7px;
    top: 1px;
    margin-right: 7px;
}

@media (min-width: 600px) {
    #home-sect-4 .dc-content {
        padding-bottom: 50px;
    }

    #home-sect-4 h2 {
        font-size: 4rem;
        margin-bottom: 28px;
    }

    #home-sect-4 p {
        padding-bottom: 12px;
    }
}

@media (min-width: 1100px) {
    #home-sect-4 .dc-content {
        padding-bottom: 0;
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
    }

    #home-sect-4 .sect-img {
        max-width: none;
        margin-bottom: 0;
    }

    #home-sect-4 .sect-img img {
        border-bottom: none;
    }
    
    #home-sect-4 .sect-text {
        max-width: 610px;
        margin-left: 15%;
    }

    #home-sect-4 h2 {
        font-size: 4.8rem;
        line-height: 1.3;
        margin-bottom: 30px;
    }

    #home-sect-4 p {
        font-size: 2rem;
        line-height: 1.5;
        padding-bottom: 30px;
    }
}
/*** end Home Section 4 *****/


/*** Home Section 5 *********/
#home-sect-5 .dc-content {
    max-width: 130rem;
    --_padding-block: 5rem;
    padding: var(--_padding-block) 2%;
}

#home-sect-5 .testimonial {
    max-width: 80rem;
    margin: 0 auto;
    text-align: center;
}

#home-sect-5 .testimonial-content {
    font-size: 3rem;
    margin-bottom: 4rem;
}

#home-sect-5 .testimonial-content p {
    line-height: 2;
    padding-bottom: 0;
}

#home-sect-5 .testimonial-content p::before {
    content: '“';
    padding-right: 5px;
}

#home-sect-5 .testimonial-content p::after {
    content: '”';
    padding-left: 5px;
}

#home-sect-5 .testimonial-content p::before,
#home-sect-5 .testimonial-content p::after {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 3.5em;
    color: var(--clr-green);
    line-height: 0;
    top: 0.38em;
}

#home-sect-5 .testimonial-name,
#home-sect-5 .testimonial-company {
    font-size: 2.4rem;
    font-weight: 300;
    font-style: italic;
}

#home-sect-5 .testimonial-name {
    margin-bottom: 0.3em;
}

#home-sect-5 .testimonial-name::before {
    content: '\2014';
    display: inline-block;
    position: relative;
    margin-right: 0.2em;
}

#home-sect-5 .strong-view .readmore-page {
    text-align: center;
}

#home-sect-5 .strong-view .readmore-page a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    font-family: var(--ff-open-sans);
    font-size: 1.9rem;
    color: #fff;
    text-align: center;
    line-height: 2em;
    padding: 0 1.6rem;
    background-color: var(--clr-green);
    margin-top: 6rem;
    transition: all var(--trans-duration) ease;
}

#home-sect-5 .strong-view .readmore-page a:hover,
#home-sect-5 .strong-view .readmore-page a:focus {
    text-decoration: none;
    background-color: #000;
}

#home-sect-5 .strong-view .readmore-page a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.45em;
    border-color: transparent;
    border-right-style: none;
    border-left-color: #fff;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 0.5em;
}

@media (min-width: 900px) {
    #home-sect-5 .dc-content {
        --_padding-block: 17rem;
    }

    #home-sect-5 .testimonial-content {
        font-size: 3.6rem;
        margin-bottom: 5rem;
    }

    #home-sect-5 .testimonial-name,
    #home-sect-5 .testimonial-company {
        font-size: 3rem;
    }

    #home-sect-5 .strong-view .readmore-page a {
        font-size: 2.1rem;
    }
}
/*** end Home Section 5 *****/

/***** end Home page content **********/
