/* INITIALIZE */
html {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Mulish", sans-serif;
    line-height: 1.4;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: #231f20;
}

*,
*:before,
*:after {
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

details,
main,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 50px;
    margin: 0;
    font-weight: 900;
    color: #FFFFFF;
    position: relative;
}

h1 span,
.iammoney span {
    color: #E6E017;
}

h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 1px;
    background-color: #FFFFFF;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: none;
}

input {
    line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input:focus,
textarea:focus {
    outline: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.visible-mobile {
    display: none;
}

/* INITIALIZE END */

.section1,
.keyfocus h3 {
    background: url(../images/bgsection-1.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.section2 {
    background: url(../images/bgsection-2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.container {
    margin: 0 auto;
    color: #FFFFFF;
}

.sectionHeight,
.header,
.header .right,
.subtitle,
.keyfocus,
.keypoints,
.keypoints .singlepoint,
.sectionfooter,
.suitablewrapper,
.section2 .sectionbody,
.suitablewrapper .singleitem,
.sectionfooter .footer .social,
.innerpage .footer .social,
.copyright {
    display: flex;
}

.sectionHeight {
    flex-direction: column;
    justify-content: space-between;
    min-height: 100dvh;
}

.header {
    justify-content: space-between;
    align-items: center;
    padding-top: 90px;
}

.email {
    font-size: 24px;
    font-weight: 500;
}

.header .right {
    align-items: center;
    gap: 10px;
}

.header .right svg {
    width: 40px;
}

.subtitle {
    font-weight: 900;
    font-size: 35px;
    flex-direction: column;
    margin: 0 0 20px;
}

.subtitle small {
    font-weight: 300;
    font-size: 35px;
}

.sectionbody .content {
    font-size: 20px;
}

.sectionbody .content p {
    margin: 0;
    font-weight: 600;
}

.sectionbody .content p+p {
    margin-top: 10px;
}

.keyfocus {
    border: 1px solid #FFFFFF;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 25px;
    position: relative;
}

.keyfocus h3 {
    margin: 0;
    font-size: 35px;
    font-weight: 400;
    position: absolute;
    top: -30px;
    padding: 0 20px;
}

.sectionfooter {
    justify-content: center;
}

.keypoints,
.keypoints .singlepoint {
    align-items: center;
    justify-content: center;
}

.keypoints {
    gap: 56px;
}

.keypoints .singlepoint {
    flex-direction: column;
}

.keypoints .singlepoint .count {
    font-size: 27px;
    color: #5A3D1E;
    background-color: #E6E017;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.keypoints .singlepoint .content {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.keypoints .singlepoint .content:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: -28px;
}

.keypoints .singlepoint:first-child .content:before {
    display: none;
}

.section1 .sectionHeight .sectionfooter {
    padding-bottom: 8dvh;
}

.section2 .sectionHeight .sectionbody .content {
    text-align: center;
    position: relative;
}

.separator:after {
    content: "";
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
}

.section2 .sectionbody {
    align-items: center;
    flex-direction: column;
}

.iammoney {
    font-weight: 800;
    font-size: 35px;
}

.font24 {
    font-size: 24px;
}

.subsectiontitle {
    font-size: 35px;
    text-align: center;
    margin: 30px 0 20px;
}

.suitablewrapper {
    background-color: #E6E017;
    color: #5A3D1E;
    flex-wrap: wrap;
    justify-content: center;
    width: 1026px;
    padding: 30px 0;
    gap: 20px 75px;
}

.suitablewrapper .singleitem {
    flex-direction: column;
    width: 160px;
    gap: 10px;
}

.suitablewrapper .singleitem svg {
    height: 50px;
}

.suitablewrapper .singleitem p {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    height: 60px;
    position: relative;
    line-height: 1;
}

.suitablewrapper .singleitem p:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 70%;
    width: 1px;
    background-color: #5A3D1E;
}

.suitablewrapper .singleitem:nth-child(4n-3) p:before {
    display: none;
}

.spaceevenly {
    justify-content: space-evenly;
}

.sectionfooter .footer {
    width: 100%;
}

.sectionfooter .footer .social svg,
.innerpage .footer .social svg {
    height: 15px;
}

.innerpage h3 {
    margin-bottom: 0;
}

.innerpage h3 + p{
    margin-top: 3px;
}

.innerpage .footer .social svg path {
    fill: #5A3D1E !important
}

.sectionfooter .footer .social,
.innerpage .footer .social {
    align-items: center;
    gap: 30px;
}

.innerpage .footer {
    margin-top: 30px;
}

.mt-lg {
    margin-top: 20px;
}

.section1 .sectionHeight .sectionbody {
    padding-top: 90px;
}

.copyright {
    gap: 20px;
}

.innerpage .othercontent {
    color: #5A3D1E;
}

.innerpage .sectionHeight {
    min-height: auto;
    padding-bottom: 50px;
}

.pagetitle {
    font-size: 2em;
}

/* Responsive */
@media screen and (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        width: 1220px;
    }
}

@media screen and (max-width: 1199px) {

    .container,
    .suitablewrapper {
        width: 960px;
    }
}

@media screen and (max-width: 990px) {

    .container,
    .suitablewrapper {
        width: 720px;
    }

    .suitablewrapper .singleitem {
        width: 35%;
    }

    .suitablewrapper .singleitem br,
    .hidem {
        display: none;
    }

    .suitablewrapper .singleitem:nth-child(2n-1) p:before {
        display: none;
    }

    .suitablewrapper {
        gap: 10px 75px;
    }

    .spaceevenly {
        padding: 40px 0;
    }

    .sectionfooter .footer {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {

    .container,
    .suitablewrapper,
    .suitablewrapper .singleitem {
        width: 100%;
        padding: 0 20px;
    }

    .header,
    .keypoints {
        flex-direction: column;
    }

    .subtitle,
    .subtitle small,
    .keyfocus h3 {
        font-size: 24px;
    }

    .sectionbody .content {
        font-size: 16px;
    }

    .keypoints .singlepoint {
        flex-direction: row;
        gap: 10px;
    }

    .keypoints {
        align-items: flex-start;
    }

    .keypoints .singlepoint .content {
        text-align: left;
    }

    .keypoints .singlepoint .content:before {
        height: 1px;
        width: 100%;
        top: -22px;
        right: 0;
        left: auto;
    }

    .keyfocus h3 {
        width: 80%;
        line-height: 1.3;
        text-align: center;
    }

    .section1 .sectionHeight {
        gap: 50px;
    }

    .suitablewrapper .singleitem p:before,
    .hidemb {
        display: none;
    }

    .suitablewrapper .singleitem p {
        height: auto;
        margin-top: 5px;
    }

    .suitablewrapper {
        padding: 30px 20px;
        gap: 40px;
    }

    .sectionfooter .footer .social,
    .innerpage .footer .social {
        justify-content: center;
    }

    .sectionfooter .footer .copyright,
    .innerpage .footer .copyright {
        text-align: center;
        flex-direction: column;
        gap: 10px;
    }

    .header {
        padding-top: 30px;
        gap: 10px;
    }

    .section1 .sectionHeight .sectionbody {
        padding-top: 29vh;
        padding-bottom: 6vh;
        text-align: center;
    }

    .visible-mobile,
    .suitablewrapper .singleitem br.showmb,
    .showmb {
        display: block;
    }

    h1 {
        font-size: 40px;
    }

    h1:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .email {
        font-size: 18px;
    }

    .header .right svg {
        width: 26px;
    }

    .keyfocus {
        padding-top: 45px;
    }

    .keypoints {
        gap: 44px;
    }
}