@charset "UTF-8";

.forms-fv {
margin: 0 auto;
padding: 40px 0px 50px;
width: 1120px;
max-width: 100%;
height: auto;
display: flex;
align-items: flex-end;
justify-content: space-around;
position: relative;
@media screen and (max-width: 768px) {
flex-direction: column;
gap: 20px;
padding: 40px 0px;
}
&::before {
content: "";
display: block;
width: 100svw;
height: 100%;
background: linear-gradient(45deg, rgb(207, 226, 243) 0%, rgb(255, 255, 255) 100%);
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
z-index: -1;
}
}
.forms-fv-heading {
width: 40%;
display: flex;
flex-direction: column;
gap: 20px;
text-align: left;
@media screen and (max-width: 768px) {
width: 100%;
padding: 0 20px;
align-items: center;
text-align: center;
}
img {
@media screen and (max-width: 768px) {
width: 320px;
max-width: 100%;
}
}
h1 {
font-weight: var(--weight-bold);
font-size: 36px;
line-height: 1.3;
@media screen and (max-width: 768px) {
font-size: var(--fs-xx-large);
}
}
p {
font-size: 15px;
@media screen and (max-width: 768px) {
font-weight: var(--weight-bold);
font-size: 16px;
br {
display: none;
}
}
}
}
.forms-fv-img {
width: 50%;
@media screen and (max-width: 768px) {
width: 100%;
padding: 0 20px;
}
}
.forms-download {
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
width: fit-content;
padding: 15px 16px 15px 28px;
font-weight: var(--weight-bold);
border-radius: 100px;
background: var(--color-cta);
color: #fff !important;
font-size: var(--fs-middle);
&::after {
content: "";
display: block;
width: 28px;
height: 28px;
background: url(//www.immedio.io/cms/wp-content/themes/www_1.4/assets/img/forms/arrow_right.svg) no-repeat center / contain;
}
&:hover {
opacity: 0.8;
}
}
.forms-logos {
margin: 0 auto;
padding: 40px 0 0;
width: 960px;
max-width: 100%;
@media screen and (max-width: 768px) {
padding: 40px 20px 0;
}
}
.forms-values {
margin: 0 auto;
padding: 80px 0;
width: 1120px;
max-width: 100%;
display: flex;
flex-direction: column;
gap: 50px;
align-items: center;
@media screen and (max-width: 768px) {
padding: 40px 16px;gap: 32px;
}
h2 {
font-weight: var(--weight-bold);
font-size: 40px;
line-height: 1.2;
@media screen and (min-width: 769px) {
br {
display: none;
}
}
@media screen and (max-width: 768px) {
line-height: 1.5;
font-size: 24px;
}
strong {
font-weight: var(--weight-bold);
color: #31a1d9;
}
}
ul {
width: 100%;
display: flex;
justify-content: space-between;
@media screen and (max-width: 768px) {
flex-direction: column;
gap: 50px;
}
li {
width: 30%;
display: flex;
flex-direction: column;
gap: 20px;
align-items: center;
@media screen and (max-width: 768px) {
width: 100%;
gap: 10px;
}
h3 {
width: fit-content;
padding: 12px 28px;
border-radius: 100px;
background: #31a1d9;
color: #fff;
font-weight: var(--weight-bold);
font-size: var(--fs-large);
line-height: 1.2;
letter-spacing: 0;
@media screen and (max-width: 768px) {
font-size: var(--fs-middle);
}
}
p {
font-size: var(--fs-x-default);
line-height: 2;
}
}
}
}
.forms-values-num {
color: #31a1d9;
font-family: Arial;
font-weight: var(--weight-bold);
font-size: 72px;
line-height: 1.2;
letter-spacing: 0;
@media screen and (max-width: 768px) {
font-size: 70px;
}
}
.forms-reason {
margin: 0 auto;
padding: 80px 0;
width: 1120px;
max-width: 100%;
display: flex;
flex-direction: column;
gap: 50px;
align-items: center;
position: relative;
@media screen and (max-width: 768px) {
padding: 40px 16px;gap: 32px;
}
&::before {
content: "";
display: block;
width: 100svw;
height: 100%;
background: #f8f8f8;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
z-index: -1;
}
h2 {
font-weight: var(--weight-bold);
font-size: 40px;
line-height: 1.2;
@media screen and (max-width: 768px) {
font-size: var(--fs-large);
}
}
ul {
width: 100%;
display: flex;
gap: 60px 30px;
justify-content: space-between;
@media screen and (max-width: 768px) {
flex-direction: column;
gap: 40px 30px;
}
li {
width: calc((100% - 60px) / 3);
display: flex;
flex-direction: column;
gap: 20px;
@media screen and (max-width: 768px) {
width: 100%;
}
img {
width: 100%;
height: 200px;
object-fit: cover;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
@media screen and (max-width: 768px) {
height: 180px;
}
}
p {
font-weight: var(--weight-bold);
font-size: var(--fs-middle);
line-height: 1.8;
letter-spacing: 0;
}
}
}
}
.forms-about {
margin: 0 auto;
padding: 80px 0;
width: 1120px;
max-width: 100%;
display: flex;
flex-direction: column;
gap: 50px;
align-items: center;
position: relative;
@media screen and (max-width: 768px) {
padding: 40px 16px;gap: 32px;
}
&::before {
content: "";
display: block;
width: 100svw;
height: 100%;
background: linear-gradient(45deg, rgb(207, 226, 243) 0%, rgb(255, 255, 255) 100%);
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
z-index: -1;
}
h2 {
display: flex;
flex-direction: column;
gap: 15px;
align-items: center;
font-weight: var(--weight-bold);
line-height: 1.2;
span {
font-size: var(--fs-large);
@media screen and (max-width: 768px) {
font-size: 3.5vw;
}
}
strong {
font-weight: var(--weight-bold);
font-size: 48px;
@media screen and (max-width: 768px) {
font-size: 7vw;
}
}
}
ul {
width: 100%;
display: flex;
gap: 60px 30px;
justify-content: space-between;
@media screen and (max-width: 768px) {
flex-direction: column;
gap: 40px 30px;
}
li {
width: calc((100% - 60px) / 3);
display: flex;
flex-direction: column;
gap: 20px;
@media screen and (max-width: 768px) {
width: 100%;
}
img {
width: 100%;
height: 280px;
object-fit: cover;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
@media screen and (max-width: 768px) {
height: 220px;
}
}
h3 {
font-weight: var(--weight-bold);
font-size: 23px;
line-height: 1.5;
letter-spacing: 0;
@media screen and (max-width: 768px) {
font-size: var(--fs-x-middle);
}
}
p {
text-align: left;
font-size: 15px;
line-height: 1.8;
letter-spacing: 0;
}
}
}
}
.forms-voice {
margin: 0 auto;
padding: 80px 0;
width: 1120px;
max-width: 100%;
display: flex;
flex-direction: column;
gap: 50px;
align-items: center;
position: relative;
@media screen and (max-width: 768px) {
padding: 40px 16px;gap: 32px 0;
}
&::before {
content: "";
display: block;
width: 100svw;
height: 100%;
background: #f8f8f8;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
z-index: -1;
}
h2 {
font-weight: var(--weight-bold);
font-size: 40px;
line-height: 1.2;
@media screen and (max-width: 768px) {
font-size: var(--fs-large);
}
}
ul {
margin: 0 auto;
width: 960px;
max-width: 100%;
display: flex;
flex-direction: column;
gap: 40px 30px;
li {
width: 100%;
display: flex;
gap: 20px;
align-items: center;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
background: #fff;
@media screen and (max-width: 768px) {
flex-direction: column;
}
img {
width: 220px;
height: auto;
border-radius: 6px 0 0 6px;
@media screen and (max-width: 768px) {
width: 60%;
border-radius: 0;
}
}
p {
font-weight: var(--weight-bold);
font-size: var(--fs-middle);
line-height: 1.8;
letter-spacing: 0;
}
}
}
}
.forms-voice-body {
display: flex;
flex-direction: column;
gap: 20px;
padding: 20px;
text-align: left;
}
.forms-voice-body-text {
font-weight: var(--weight-bold);
font-size: var(--fs-x-middle);
line-height: 1.8;
letter-spacing: 0;
@media screen and (max-width: 768px) {
font-size: var(--fs-x-default);
}
}
.forms-voice-body-name {
font-weight: var(--weight-middle);
font-size: var(--fs-x-default);
line-height: 1.5;
letter-spacing: 0;
}