homepage and mini mobile systems

This commit is contained in:
2024-12-18 07:06:24 -08:00
parent 23a9c365e8
commit 90505b964a
48 changed files with 11210 additions and 903 deletions

View File

@@ -11,11 +11,17 @@ $gray-border: rgba(123, 123, 123, 0.4);
$gray-placeholder: rgba(123, 123, 123, 0.52);
$consumer-highlight: rgba(255, 202, 211, 0.15);
$business-primary: #00447C;
$light-blue: #EAEFF3;
$light-blue: #EBF5FF;
$orange: #CC0033;
$ma-navy: #000066;
$ma-sky: #3399FF;
$ma-red: #cc0133;
$ma-gray: #9AA5B5;
$ma-purple: #7e5bef;
$ma-yellow: #ffb020;
$ma-green: #5CB25D;
$ma-black: #110F24;
.consumer-primary {
color: $consumer-primary;
@@ -24,7 +30,6 @@ $ma-sky: #3399FF;
.headline-largest {
font-size: 55px;
font-weight: 700;
line-height: 58px;
margin-bottom: unset;
color: $consumer-primary;
@extend h1
@@ -58,10 +63,10 @@ $ma-sky: #3399FF;
/* Navbar */
$navbar-toggler-border-radius: none;
$navbar-toggler-border-radius: 1px;
$navbar-toggler-transition: none;
$navbar-dark-color: $white;
$navbar-dark-hover-color: $white;
$navbar-dark-color: $ma-navy;
$navbar-dark-hover-color: $ma-navy;
// $navbar-dark-toggler-border-color: $bright-blue;
$dropdown-color: $white;
// $dropdown-bg: $primary;
@@ -77,4 +82,4 @@ $dropdown-link-hover-bg: none;
$dropdown-link-active-bg: none;
$dropdown-item-padding-y: 1rem;
// $dropdown-dark-bg: $primary;
$dropdown-dark-border-color: none;
$dropdown-dark-border-color: none;

View File

@@ -6,6 +6,7 @@
// components
@import "col2-circle-content";
@import "col2-circle-cta-list";
@import "col2-image-copy";
@import "col2-media-highlights";
@import "col2-media-wysiwyg";
@import "col3-card";
@@ -15,6 +16,10 @@
@import "form-with-image";
@import "h1-heading";
@import "h2-heading";
@import "h3-heading";
@import "h4-heading";
@import "h5-heading";
@import "h6-heading";
@import "hero";
@import "icon-info-grid";
@import "icon-video-aside";
@@ -34,6 +39,7 @@
@import "testimonial";
@import "text-highlights-col";
@import "video-aside";
@import "video-copy";
@import "video-grid";
@import "header";
@import "footer";

View File

@@ -0,0 +1,26 @@
.col2-circle-content-slice-container {
.highlighted-circle {
img {
border-radius: 50%;
width: 225px;
height: 225px;
object-fit: cover;
}
}
.highlighted-circle-title {
color: $consumer-primary
}
.highlighted-circle-copy {
p {
line-height: 41px;
}
}
.highlighted-circle-link {
a {
line-height: 41px;
}
}
}

View File

@@ -1,22 +1,26 @@
.col3-card-slice-container {
text-align: center;
.col3-card-wrapper {
z-index: 1;
.col3-card-item {
position: relative;
min-height: 40em;
border: 1px solid $gray-border;
box-shadow: 5px 5px 10px 0px rgba(119, 119, 119, 0.16);
// border: 1px solid $gray-border;
// box-shadow: 5px 5px 10px 0px rgba(119, 119, 119, 0.16);
background-color: $white;
.col3-card-img {
width: 100%;
}
.col3-card-item-inner-wrapper {
min-height: 350px;
padding: 33px 25px 46px;
.col3-card-title {
color: $consumer-primary;
}
.col3-card-link {
position: absolute;
bottom: 0;

View File

@@ -1,18 +1,49 @@
.faq-dropdown-slice-container {
.accordion-button {
color: #FFFFFF !important;
color: $ma-navy !important;
font-size: 26px;
font-weight: 700;
&::after {
filter: invert(1) grayscale(1);
}
}
.accordion-button::after {
// background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#3399FF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
}
.consumer-brand {
.faq-dropdown-slice-container {
.accordion-button {
background-color: #000066 !important;
padding: .5rem 1.25rem
}
.accordion-button,
.accordion-body {
padding: .8rem 0;
background-color: $light-blue !important;
}
.accordion-item {
border-right: 0 !important;
border-left: 0 !important;
border-top: 1px solid #3399FF !important;
border-bottom: 0 !important;
}
.accordion-button:focus,
.accordion-button:not(.collapsed) {
box-shadow: none;
}
.accordion-body p {
margin-bottom: .2rem;
}
.accordion-item:last-child {
border-bottom: 1px solid #3399FF !important;
}
}
}

View File

@@ -1,12 +1,17 @@
.site-footer {
.footer-wrapper {
padding: 84px 0 46px 0;
.nav-link {
padding: 0.3rem;
}
.footer-logo {
max-width: 50%;
}
.footer-nav-list {
list-style: none;
padding-left: 0;
.menu-item {
a {
font-weight: 400;
@@ -14,6 +19,7 @@
padding-left: 0;
}
}
.footer-button {
a {
border: none;
@@ -29,22 +35,27 @@
}
}
}
.footer-phone {
p {
color: $white;
}
}
.social-icons {
.fa-facebook,
.fa-linkedin,
.fa-youtube {
font-size: 45px;
font-size: 25px;
color: $white;
}
}
}
.footer-bottom {
padding-top: 3rem;
padding-top: 1rem;
p {
color: $light-gray;
}
@@ -53,9 +64,10 @@
.consumer-brand {
.site-footer {
.footer-wrapper {
background: $consumer-primary;
}
// .footer-wrapper {
// background: $consumer-primary;
// }
.footer-bottom {
background: $white;
}
@@ -64,9 +76,10 @@
.business-brand {
.site-footer {
.footer-wrapper {
background: $business-primary;
}
// .footer-wrapper {
// background: $business-primary;
// }
.footer-bottom {
background: $white;
}
@@ -81,30 +94,36 @@
font-weight: 700;
letter-spacing: 2px;
background: $orange;
.banner-bottom-wrapper {
color: $white;
text-align: center;
line-height: 50px;
.banner-bottom-link {
.banner-bottom-text {
display: inline-block;
font-size: 0.75rem;
font-weight: 700;
@include media-breakpoint-up(md) {
font-size: 1.375rem;
}
.fa-angle-right {
@include media-breakpoint-up(md) {
position: relative;
top: 4px;
}
}
.banner-link-title {
font-size: 0.75rem;
font-weight: 900;
background: #fff;
color: $orange;
padding: 4px 8px;
@include media-breakpoint-up(md) {
font-size: 1.125rem;
}
@@ -112,6 +131,7 @@
}
}
}
.banner-bottom-close {
position: relative;
top: 2.5px;
@@ -121,6 +141,7 @@
font-size: 1.325rem;
font-weight: 400;
cursor: pointer;
@include media-breakpoint-up(md) {
font-size: 2rem;
top: 0;
@@ -138,6 +159,7 @@
position: relative;
top: 20px;
}
.banner-bottom .banner-bottom-close {
position: relative;
top: -49px;
@@ -147,7 +169,7 @@
font-weight: 400;
cursor: pointer;
color: #FFF;
}
}
}
}

View File

@@ -1,6 +1,31 @@
.form-with-image-slice-container {
.gform_heading,
.gform_description {
display: none;
}
.gform-theme--framework .gfield--type-choice .gfield_checkbox,
.gform-theme--framework .gfield--type-choice .gfield_radio {
flex-direction: row;
padding-bottom: 1rem;
}
.gform-theme--foundation .gform_footer,
.gform-theme--foundation .gform_page_footer {
border-top: 1px solid #9AA5B5;
padding-top: 1.5rem;
}
.gform-theme--foundation .gform_fields {
padding-top: 1rem;
}
/* Primary_Large_Default_Ex */
#gform_submit_button_1 {
padding: 12px 47px;
border-radius: 12.1242px;
}
}

View File

@@ -3,18 +3,40 @@ body {
font-family: 'Inter', sans-serif;
}
h1 {
font-size: calc(2.214581rem + 1vw);
font-weight: 700;
line-height: 58px;
.py-1 {
padding: 1rem 0;
}
.consumer-brand {
h1 {
color: $consumer-primary;
}
.py-2 {
padding: 2rem 0;
}
.py-3 {
padding: 3rem 0;
}
.py-4 {
padding: 4rem 0;
}
.overflow-hidden {
overflow: hidden
}
.z-0 {
z-index: 0;
}
.z-1 {
z-index: 1;
}
// .consumer-brand {
// h1 {
// color: $consumer-primary;
// }
// }
.business-brand {
h1 {
color: $business-primary;
@@ -22,16 +44,16 @@ h1 {
}
h2 {
font-size: calc(1.3rem + 1vw);
font-weight: 700;
line-height: 55px;
font-size: calc(1rem + 1vw);
font-weight: 400;
line-height: 50px;
}
.consumer-brand {
h2 {
color: $consumer-primary;
}
}
// .consumer-brand {
// h2 {
// color: $consumer-primary;
// }
// }
.business-brand {
h2 {
@@ -39,22 +61,21 @@ h2 {
}
}
h3 {
font-size: 30px;
font-weight: 700;
line-height: 40px;
}
.consumer-brand {
h3 {
color: $consumer-primary;
}
}
.business-brand {
h3 {
color: $business-primary;
}
// .consumer-brand {
// h3 {
// color: $consumer-primary;
// }
// }
// .business-brand {
// h3 {
// color: $business-primary;
// }
// }
.rounded {
border-radius: 27px !important;
}
h4 {
@@ -75,6 +96,18 @@ h4 {
}
}
.p-relative {
position: relative;
}
.p-absolute {
position: absolute;
}
.pe-3 {
padding-right: 3rem;
}
p {
font-size: 20px;
line-height: 32px;
@@ -103,22 +136,25 @@ input[type="submit"].gform_button,
button[type="submit"].single_add_to_cart_button,
#searchBtn {
border: none;
padding: 8px 20px;
padding: 14px 28px;
background-color: $orange !important;
color: $white !important;
font-size: 25px;
font-size: 20px;
font-weight: 600;
text-decoration: none;
box-sizing: border-box;
display: inline-block;
line-height: 36px;
line-height: 20.21px;
border-radius: 10px;
}
.button--primary {
border: none;
padding: 8px 20px;
background-color: $orange; /* Define the actual color, not a variable */
color: $white; /* Define the actual color, not a variable */
background-color: $orange;
/* Define the actual color, not a variable */
color: $white;
/* Define the actual color, not a variable */
font-size: 25px;
font-weight: 600;
text-decoration: none;
@@ -134,6 +170,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-pink {
background-color: $gray;
p {
color: $light-gray;
}
@@ -141,6 +178,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-red {
background-color: $consumer-primary;
p {
color: $white;
}
@@ -158,6 +196,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-top-white {
position: relative;
width: 100%;
&::before {
content: ' ';
position: absolute;
@@ -173,6 +212,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-bottom-white {
position: relative;
width: 100%;
&::after {
content: ' ';
position: absolute;
@@ -189,6 +229,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-top-pink {
position: relative;
width: 100%;
&::before {
content: ' ';
position: absolute;
@@ -204,6 +245,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-bottom-pink {
position: relative;
width: 100%;
&::after {
content: ' ';
position: absolute;
@@ -220,6 +262,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-top-red {
position: relative;
width: 100%;
&::before {
content: ' ';
position: absolute;
@@ -235,6 +278,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-bottom-red {
position: relative;
width: 100%;
&::after {
content: ' ';
position: absolute;
@@ -251,6 +295,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-top-light-blue {
position: relative;
width: 100%;
&::before {
content: ' ';
position: absolute;
@@ -266,6 +311,7 @@ button[type="submit"].single_add_to_cart_button,
.bg-color-bottom-light-blue {
position: relative;
width: 100%;
&::after {
content: ' ';
position: absolute;
@@ -309,9 +355,11 @@ button[type="submit"].single_add_to_cart_button,
@include media-breakpoint-up(xs) {
padding-top: 0.25rem;
}
@include media-breakpoint-up(md) {
padding-top: 0.5rem;
}
@include media-breakpoint-up(lg) {
padding-top: 1rem;
}
@@ -321,9 +369,11 @@ button[type="submit"].single_add_to_cart_button,
@include media-breakpoint-up(xs) {
padding-top: .75rem;
}
@include media-breakpoint-up(md) {
padding-top: 1rem;
}
@include media-breakpoint-up(md) {
padding-top: 2rem;
}
@@ -333,9 +383,11 @@ button[type="submit"].single_add_to_cart_button,
@include media-breakpoint-up(xs) {
padding-top: 0.75rem;
}
@include media-breakpoint-up(md) {
padding-top: 1.5rem;
}
@include media-breakpoint-up(lg) {
padding-top: 3rem;
}
@@ -345,9 +397,11 @@ button[type="submit"].single_add_to_cart_button,
@include media-breakpoint-up(xs) {
padding-bottom: 0.25rem;
}
@include media-breakpoint-up(md) {
padding-bottom: 0.5rem;
}
@include media-breakpoint-up(lg) {
padding-bottom: 1rem;
}
@@ -357,9 +411,11 @@ button[type="submit"].single_add_to_cart_button,
@include media-breakpoint-up(xs) {
padding-bottom: .75rem;
}
@include media-breakpoint-up(md) {
padding-bottom: 1rem;
}
@include media-breakpoint-up(lg) {
padding-bottom: 2rem;
}
@@ -369,10 +425,207 @@ button[type="submit"].single_add_to_cart_button,
@include media-breakpoint-up(xs) {
padding-bottom: 0.75rem;
}
@include media-breakpoint-up(md) {
padding-bottom: 1.5rem;
}
@include media-breakpoint-up(lg) {
padding-bottom: 3rem;
}
}
.sonar-svg-right {
top: 0;
right: 0;
overflow-x: hidden;
svg {
max-width: 300px;
width: 100%;
}
}
.sonar-svg-right-big {
top: 0;
right: -13%;
overflow-x: hidden;
svg {
max-width: 1000px;
width: 100%;
}
}
.sonar-svg-left {
bottom: -165%;
left: 0;
overflow-x: hidden;
svg {
max-width: 300px;
width: 100%;
}
}
.f-white {
color: white;
p {
color: white;
}
}
.f-black {
color: #110F24;
p {
color: #110F24;
}
}
.f-purple {
color: $ma-purple;
p {
color: $ma-purple !important;
}
}
.f-navy {
color: $ma-navy;
p {
color: $ma-navy !important;
}
}
.f-sky {
color: $ma-sky;
}
.f-red {
color: $ma-red;
}
.f-gray {
color: $ma-gray;
}
.f-yellow {
color: $ma-yellow;
}
.f-green {
color: $ma-green;
}
.bg-navy {
background: $ma-navy;
}
.bg-red {
background: $ma-red;
}
.btn-red {
background: $ma-red;
color: white;
font-weight: bold;
padding: .5em 3em;
border-radius: 10px;
}
.bg-sky {
color: $ma-sky;
}
.bg-purple {
color: $ma-purple;
}
.bg-yellow {
color: $ma-yellow;
}
.bg-green {
color: $ma-green;
}
.g-navy-sky {
background: linear-gradient(90deg, rgba(0, 0, 102, 1) 0%, rgba(51, 153, 255, 1) 100%);
}
.g-sky-bright {
background: linear-gradient(90deg, rgba(51, 153, 255, 1) 0%, rgba(51, 153, 255, 0.5) 100%);
}
.bg-color-gradient-light-blue {
background: linear-gradient(90deg, rgba(51, 153, 255, 0.5) 0%, rgba(51, 153, 255, 0.1) 100%);
}
.g-sky-hero {
background: linear-gradient(90deg, rgba(51, 153, 255, 0.1) 0%, rgba(51, 153, 255, 0.5) 100%);
border-bottom-right-radius: 45px;
border-bottom-left-radius: 45px;
}
.bg-color-sky-red {
background: linear-gradient(90deg, rgba(51, 153, 255, 1) 0%, rgba(204, 1, 51, 1) 100%);
h2 {
color: white !important;
}
p {
color: white !important;
}
}
.bg-color-navy-purple {
background: linear-gradient(90deg, rgba(0, 0, 102, 1) 0%, rgba(126, 91, 239, 1) 100%);
}
.bg-color-red-yellow {
background: linear-gradient(90deg, rgba(204, 1, 51, 1)0%, rgba(255, 176, 32, 1) 100%);
}
.g-sky-border {
border-radius: 20px;
background: linear-gradient(to left top, rgba(51, 153, 255, .1) 0%, rgba(51, 153, 255, 0.5) 100%);
padding: 5px;
img {
border-radius: 17px;
}
}
.mw-250 {
max-width: 250px;
}
.g-purple-border {
position: relative;
border-radius: 20px;
background: linear-gradient(to left top, rgba(0, 0, 102, 1) 0%, rgba(126, 91, 239, 1) 100%);
padding: 5px;
max-width: 458px;
img {
border-radius: 17px;
}
}
.fs-xs {
font-size: 14px;
p {
font-size: 14px;
line-height: 19px;
}
}

View File

@@ -1,3 +1,15 @@
h1 {
font-size: 26px;
font-weight: 300;
font-size: calc(2.214581rem + 1vw);
}
// @include media-breakpoint-up(lg) {
// h1 {
// font-size: 56px;
// }
// }
.comsumer-brand {
.h1-heading-slice-container {
h1 {

View File

@@ -1,10 +1,10 @@
.comsumer-brand {
.h2-heading-slice-container {
h2 {
color: $consumer-primary;
}
}
}
// .comsumer-brand {
// .h2-heading-slice-container {
// h2 {
// color: $consumer-primary;
// }
// }
// }
.business-brand {
.h2-heading-slice-container {
@@ -12,4 +12,20 @@
color: $business-primary;
}
}
}
.f-purple h2 {
color: $ma-purple;
}
.f-navy h2 {
color: $ma-navy;
}
.f-white h2 {
color: white;
}
.f-black h2 {
color: $ma-black;
}

View File

@@ -0,0 +1,25 @@
h3 {
font-size: 26px;
font-weight: 400;
line-height: 40px;
@include media-breakpoint-up(md) {
font-size: 30px;
}
}
.f-purple h3 {
color: $ma-purple;
}
.f-nacy h3 {
color: $ma-navy;
}
.f-white h3 {
color: white;
}
.f-black h3 {
color: $ma-black;
}

View File

@@ -0,0 +1,25 @@
h4 {
font-size: 26px;
font-weight: 400;
line-height: 40px;
@include media-breakpoint-up(md) {
font-size: 32px;
}
}
.f-purple h4 {
color: $ma-purple;
}
.f-navy h4 {
color: $ma-navy;
}
.f-white h4 {
color: white;
}
.f-black h4 {
color: $ma-black;
}

View File

@@ -0,0 +1,25 @@
h5 {
font-size: 20px;
font-weight: 400;
line-height: 40px;
@include media-breakpoint-up(md) {
font-size: 24px;
}
}
.f-purple h5 {
color: $ma-purple;
}
.f-nacy h5 {
color: $ma-navy;
}
.f-white h5 {
color: white;
}
.f-black h5 {
color: $ma-black;
}

View File

@@ -0,0 +1,27 @@
h6 {
font-size: 18px;
font-weight: 600;
line-height: 40px;
text-transform: capitalize;
color: $ma-purple;
@include media-breakpoint-up(lg) {
// font-size: 24px;
}
}
.f-purple h6 {
color: $ma-purple;
}
.f-nacy h6 {
color: $ma-navy;
}
.f-white h6 {
color: white;
}
.f-black h6 {
color: $ma-black;
}

View File

@@ -1,4 +1,8 @@
.main-header {
.top-info {
width: 225px
}
h1 {
color: $white;
}
@@ -53,7 +57,8 @@
}
.main-logo img {
max-width: 296px;
height: 30px;
width: 200px;
}
@include media-breakpoint-up(lg) {
@@ -67,6 +72,7 @@
right: 8px;
top: 14px;
}
.menu-item-has-children:last-child::after {
content: unset;
}
@@ -74,26 +80,35 @@
.menu-item {
white-space: nowrap;
@include media-breakpoint-up(lg) {
padding-right: 20px;
}
.nav-link {
color: $white;
color: $ma-navy;
padding-right: 0.2rem;
padding-left: 0.2rem;
}
a {
@include media-breakpoint-between(lg, xl) {
font-size: 17px;
}
}
}
.dropdown-item:hover {
color: $white;
}
.nav-btn {
padding-top: 6px;
.nav-link {
font-size: 24px;
}
.fa-phone-volume {
position: relative;
right: 5px;
@@ -101,12 +116,15 @@
font-size: 35px;
color: $white;
}
p {
color: $white;
padding-top: 8px;
}
a {
color: $white;
@include media-breakpoint-between(lg, xl) {
font-size: 17px;
}
@@ -124,6 +142,7 @@
color: $white;
}
}
.main-header {
background: $white;
}
@@ -139,6 +158,7 @@
.main-header {
background: $business-primary;
}
#menu-business {
.dropdown-menu {
background: $business-primary;
@@ -157,4 +177,4 @@
box-sizing: border-box;
display: inline-block;
padding-right: 0px !important;
}
}

View File

@@ -1,15 +1,18 @@
.hero-slice-container {
background-repeat: no-repeat;
background-size: cover;
background-position: top;
min-height: 550px;
padding: 4rem 0;
margin-bottom: 3rem;
.hero-copy {
font-size: 20px;
line-height: 32px;
font-weight: 400;
color: #110F24;
}
}
.consumer-brand {
.hero-slice-container {
.hero-title {
color: $consumer-primary;
color: #110F24;
}
}
}
@@ -17,7 +20,60 @@
.business-brand {
.hero-slice-container {
.hero-title {
color: $business-primary;
color: #110F24;
}
}
}
.tile-1 {
max-width: 500px;
}
.tile-2 {
right: 2%;
bottom: -6%;
width: 160px;
}
.tile-square {
max-width: 250px;
}
.pos {
margin-bottom: -85px;
}
.sonar-svg-3 {
display: none;
}
@include media-breakpoint-up(md) {
.sonar-svg-3 {
display: block;
position: absolute;
bottom: -42%;
right: -18%;
overflow-x: hidden;
}
.pos {
margin-bottom: -175px;
}
.tile-2 {
width: 100%;
right: -2%;
}
.tile-2 img {
max-width: 325px;
width: 100%;
}
}
.sonar-svg {
bottom: -292px;
right: -200px;
overflow-x: hidden;
}

View File

@@ -3,16 +3,17 @@
.icon-card {
display: grid;
grid-template-rows: 1fr auto 1fr;
justify-items: center;
width: 100%;
position: relative;
.icon-img {
max-width: 106px;
max-width: 50px;
height: 50px;
display: flex;
align-items: end;
}
.content-wrapper {
.icon-title {
align-self: center;
}
.icon-link {
position: absolute;
bottom: 0;

View File

@@ -1,19 +1,21 @@
.image-with-icon-info-grid-slice-container {
.image {
img {
width: 100%;
.image {
img {
width: 100%;
}
}
}
.icon-info-grid {
.icon {
img {
width: 77px;
}
.icon-info-grid {
.icon {
img {
width: 40px;
}
}
.info {
.title {
color: $consumer-primary;
}
}
}
.info {
.title {
color: $consumer-primary;
}
}
}
}

View File

@@ -1,30 +1,21 @@
.phone-contact-with-shortcode-slice-container {
.call-title {
font-size: calc(1.6125rem + 1vw);
font-weight: 700;
line-height: 55px;
a {
font-size: calc(1.6125rem + 1vw);
font-weight: 700;
line-height: 55px;
}
}
}
.phone-contact-with-shortcode-slice-container {}
.consumer-brand {
.call-title {
color: $consumer-primary;
a {
color: $consumer-primary;
}
}
}
// .consumer-brand {
// .call-title {
// color: $consumer-primary;
.business-brand {
.call-title {
color: $business-primary;
a {
color: $business-primary;
}
}
}
// a {
// color: $consumer-primary;
// }
// }
// }
// .business-brand {
// .call-title {
// color: $business-primary;
// a {
// color: $business-primary;
// }
// }
// }

View File

@@ -1,37 +1,52 @@
.products-list-slice-container {
text-align: center;
.products-list-wrapper {
.products-list-item {
position: relative;
min-height: 33em;
border: 1px solid $gray-border;
box-shadow: 5px 5px 10px 0px rgba(119, 119, 119, 0.16);
.products-list-item {
// min-height: 33em;
position: relative;
border-radius: 20px;
background: linear-gradient(to left top, rgba(51, 153, 255, .1) 0%, rgba(51, 153, 255, 0.5) 100%);
padding: 5px;
.bg-white {
// min-height: 33em;
border-radius: 16px;
@include media-breakpoint-up(md) {
min-height: 42em;
// min-height: 42em;
}
.products-list-img {
max-width: 50%;
@include media-breakpoint-up(lg) {
max-width: 70%;
}
}
@include media-breakpoint-up(md) {
// min-height: 42em;
}
.products-list-img {
max-width: 50%;
@include media-breakpoint-up(lg) {
max-width: 70%;
}
.products-list-item-inner-wrapper {
background-color: $white;
padding: 20px;
@include media-breakpoint-up(lg) {
padding: 33px 25px 46px;
}
.products-list-title {
color: $consumer-primary;
}
.products-list-link {
position: absolute;
bottom: 0;
width: fit-content;
left: 50%;
transform: translate(-50%, -50%);
}
}
.line-sm {
width: 57px;
height: 4px;
background: #CCE5FF;
}
.products-list-item-inner-wrapper {
background-color: $white;
// padding: 20px;
// @include media-breakpoint-up(lg) {
// padding: 33px 25px 16px;
// }
.products-list-title {
color: $consumer-primary;
}
.products-list-link {}
}
}
}

View File

@@ -1,18 +1,33 @@
.testimonial-slice-container {
.testimonial-img {
border-radius: 50%;
width: 300px;
height: 300px;
object-fit: cover;
margin-bottom: 5rem;
.g-sky-border {
top: 20px;
}
.testimonial-img {
// border-radius: 50%;
width: 100%;
max-width: 300px;
max-height: 300px;
object-fit: cover;
}
.testimonial-inner-content-wrapper {
.testimonial-title {
font-size: 32px;
font-weight: bold;
font-style: italic;
}
.testimonial-quote-attribution {
text-align: right;
}
}
.sonar {
right: 0;
top: 0;
}
}

View File

@@ -0,0 +1,10 @@
.video-copy-slice-container {
.video-copy {
max-width: 666px;
}
.ratio {
max-width: 620px;
}
}