
* {
    caret-color: transparent;
}
input,
textarea {
    caret-color: auto;
}

h1 span {
    transition: color 0.5s;
}
h1 span:hover {
    background-image: linear-gradient(to right, red, green, blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.f_container {
    display: flex;
    flex-wrap: wrap;
}
.f_section {
    flex: 1 0 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
.f_section img {
    width: 100%;
    height: auto;
}
.f_section button {
    width: 50%;
    margin-top: 10px;
}

.container {
    display: flex;
}
.section {
    flex-basis: 50%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    margin-left: -40px;
}
.section:last-child {
    margin-right: 0;
    margin-left: 90px;
}
.video {
    margin-bottom: 20px;
}

.split-section {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.split-section h3 {
    text-align: center;
}
.left-column {
    flex: 1;
    margin-right: 20px;
}
.right-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.split-section img {
    width: 100%;
    height: auto;
}

.t_container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
}
.t_section {
    width: 50%;
    text-align: center;
    padding: 20px;
}
.t_section img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.t_section button {
    display: block;
    margin: 20px auto 0;
    width: 40%;
    font-weight: 40;
    font-size: 0.7rem;
}
.f_section .company-logo {
    width: 240px !important;
    height: 120px !important;
    object-fit: contain;
    display: block;
    margin: 0 auto 10px;
}
.f_section a {
    text-decoration: none;
    border: none;
}
.centered-article {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.centered-article .icons {
    justify-content: center;
}
