

html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background-color: #FFFFFF;
}
h1 {
    font-size: 2.25rem;
    line-height: 1.5;
    font-weight: 200;
}
h3 {
    font-size: 1.8rem;
    font-weight: 200; 
}
h4 {
    font-size: 1.6rem;
    font-weight: 200; 
}
p {
    font-size: 1.125rem;
}
.logo {
    margin-left: 150px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.navbar-text {
    margin-left: 150px;
    margin-right: 150px;
    color: #333;
    font-size: 14px;
}
.page-wrapper {
    background-color: #FFFFFF;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero-wrapper {
    width: 100%;
    background: linear-gradient(25deg, rgba(0,0,0,0.5) 0%, transparent 25%),linear-gradient(90deg, #3b3b3b 0%, #3b3b3b 50%, #f7f5f5 50%, #f7f5f5 100%);
}
.hero-wrapper-image {
    width: 100%;
    background: url("https://image.email-pclawtimematters.com/lib/fe881373776d0c7e72/m/1/Landing-Page_Time-Matters_2021+copy.jpg") no-repeat center center;
    background-size: cover; 
}
.hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0px;
}
.main-info {
    margin: 32px 44px;
    color: #FFFFFF;
    text-align: left;
    padding: 20px;
    /* border: 2px #E42A31 solid; */
    /* background-color: #E42A31; */
    border-radius: 10px;
}
.main-info h3, h1 {
    margin-top: 32px;
    margin-bottom: 32px;
}
.main-info-text {
    padding-top: 20px;
    font-weight: 200;
}
.form {
    display: flex;
    flex-direction: column;
    align-items: left;
    border-radius: 2%;
    background-color: white;
    color: #373A37;
    padding: 50px;
    margin: 32px 44px;
}
.extra-info {
    display: flex;
    flex-direction: column;
    align-items: column;
    justify-content: center;
}
.icon-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1120px;
    margin-top: 32px;
    padding: 24px 12px;
}
.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
}
.icon-image {
    height: 48px;
    width: 48px;
}
.icon-text {
    padding-top: 32px;
    color: #373A37;
    text-align: center;
}
.additional-text {
    display: flex;
    flex-direction: column;
    align-items: left;
    max-width: 1120px;
    margin: 52px 0px;
    padding: 24px;
}
.additional-text-info {
    padding: 12px 0px;
    display: flex;
    text-align: left;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.additional-text-introduction {
    padding: 0px 38px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.infotrack-img {
    width: 100%;
}
.final-section-text {
    padding: 0px 38px;
    padding-bottom: 40px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.additional-text-introduction p {
    padding: 24px;
}
.additional-text-list-wrapper {
    padding: 0px 48px;
    display: flex;
    text-align: left;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.additional-text-list {
    color: #E42A31;
    font-size: 24px;
}
.additional-text-list li p {
    color: #373A37;
}
.additional-text-list li a {
    color: #373A37;
    font-size: 1.125rem;
}
.additional-text-after-list-content {
    padding: 12px 38px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.additional-text-after-list-content h4 {
    color: #E42A31;
}
.additional-text-image {
    height: 150px;
    width: 150px;
    margin: 32px 0px;
}
.embedded-video {
    width: 820px;
    height: 565px;
    margin: 32px 0px;
}
.end-list-section {
    width: 100%;
    display: flex;
    align-items: column;
    justify-content: center;
    background-color: #e1e6e9;
}
.phone-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone-image {
    height: 480px;
    width: 280px;
}
.phone-image-item {
    height: 480px;
    width: 280px;
}
.phone-text-wrapper h3 {
    padding-bottom: 32px;
    text-align: center;
    color: #373A37;
}
.gp-item {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 20px;
    color: #373A37;
}
.gp-item i {
    font-size: 32px;
    flex: 0.1;
    text-align: center;
}
.gp-item p {
    margin: 0px;
    padding-left: 24px;
    flex: 1
}
.gp-selected {
    color: #E42A31;
}
.end-note {
    text-align: left;
    font-size: 10px;
}
.footer {
    width: 100%;
    background-color: #373A37;
}
.footer-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 32px 44px;
}
.footer-col {
    text-align: center;
}
.footer-text {
    text-decoration: none;
    color: white;
    margin: 0px;
}
.footer-text:hover {
    color: white;
    opacity: 0.9;
}
.copyright-text {
    font-size: 12.8px;
    color: white;
}
.footer-linkedin {
    padding-right: 4px;
}
@media only screen and (max-width: 991px) {
    .hero-wrapper {
        background: linear-gradient(160deg, rgba(0,0,0,0.5) 0%, transparent 30%),linear-gradient(180deg, #3b3b3b 0%, #3b3b3b 70%, #f7f5f5 70%, #f7f5f5 100%);
    }
    .main-info {
        text-align: center;
    }
}
/* Mobile */
@media only screen and (max-width: 600px) {
    .logo {
        margin-left: 12px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .navbar-text {
        margin-left: 12px;
        margin-right: 12px;
        color: #333;
        font-size: 14px;
    }
    .form {
        margin: 32px 12px;
    }
    .additional-text-info {
        align-items: center;
    }
    .embedded-video {
        width: 320px;
        height: 265px;
        margin: 32px 0px;
    }
    .phone-text-wrapper h3 {
        padding: 52px 0px;
    }
    .infotrack-img {
        width: 300px;
    }
}
