:root {
   --clr-brand-green: #1bad4e;
   --clr-dark-green: #154234;
   --clr-banner: #F4F4F4;
   --bg-product-banner: #FAFAFA;
   --clr-banner-text: #545352;
   --clr-black: #000000;
   --clr-heading-black: #2D2D2D;
   --error-color: #dc3545;
   --success-color: #28a745;
   --warning-color: #ffc107;

   --content-width: 100rem;
}

html {
   scroll-padding-top: 4.375rem;
}

ul[role='list'],
ol[role='list'] {
   margin: 0;
   padding: 0;
   list-style: none;
}

a {
   text-decoration: none;
}

.mail-grey {
   color: var(--clr-banner-text)
}

.text-brand {
   color: var(--clr-brand-green)
}

.bg-brand {
   background-color: var(--clr-brand-green);
}

.light-section {
   background-color: var(--bg-product-banner);
}

.bullet-point {
   color: #1A9F4B;
   font-size: 1.5rem;
   margin-right: .25rem;
}

.font-14 {
   font-size: .875rem;
}

.fw-500 {
   font-weight: 500;
}

.fw-600 {
   font-weight: 600;
}

.fw-800 {
   font-weight: 800;
}

.content-wrapper {
   width: 100%;
   max-width: var(--content-width);
   margin: 0 auto;
   padding: 0 1rem;
}

body {
   font-family: "Inter", sans-serif;
   background-color: white;
   font-weight: 400;
}

.button {
   border-radius: 20rem;
   border: 0;
   color: white;
   font-size: .875rem;
   font-weight: 600;
   line-height: 1.27;
   letter-spacing: .5px;
   text-transform: capitalize;
   width: max-content;
   padding: .75rem 1.5rem;
   transition: background-color .3s ease, color .3s ease;
}

.button-filled {
   background-color: var(--clr-brand-green);
   border: 2px solid var(--clr-brand-green);
   box-shadow: 0px 4px 10px 0px rgba(27, 147, 69, 0.25);
}


.button-filled:hover {
   background-color: #15813b;
   border-color: #15813b;
   color: white;
}

.primary-header {
   min-height: 4.375rem;
   background-color: #0A1737;
   box-shadow: 0px 4px 10px 0px #071027c8;
   /* box-shadow: 0px 4px 10px 0px #000000b9; */
}

.accredited-banner h6 {
   font-size: clamp(0.8125rem, 0.5781rem + 0.75vw, 1rem);
   font-weight: 600;
}

.accredited-form-link {
   background-color: #1bad4e;
   color: white;
   font-size: clamp(0.75rem, 0.5938rem + 0.5vw, 0.875rem);
   font-weight: 500;
}

.accredited-banner .banner-close-btn {
   /* height: 22px; */
   height: max-content;
}

.accredited-form-link:hover,
.accredited-form-link:active {
   background-color: #1bad4e;
   color: white;
}

.brand-logo {
   padding-top: 1.5rem;
   max-width: 20rem;
   margin-left: -24px;
}

.section {
   padding: 2.5rem 0;
   box-sizing: border-box;
   height: max-content;
}

.investment-form-wrapper {
   display: grid;
   grid-template-columns: 1fr;
   align-items: start;
   gap: 1.5rem;
}

.investment-details,
.additional-details,
.processing-fees,
.additional-perks {
   background-color: #202E4A;
   padding: 1rem;
   border-radius: .625rem;
}

.accredited-banner {
   border-radius: .625rem;
   background-color: #cae6e6;
}

.accredited-investment-details {
   background-color: #f9f9f9;
   background-image: url('../images/dealmaker/accredited-banner-bg.png');
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}

main {
   background-color: #0A1737;
}

.main-heading {
   font-size: clamp(1.5625rem, 0.9375rem + 3.125vw, 3.75rem);
   letter-spacing: -1px;
   color: #2D2D2D;
}

.main-heading span:first-child {
   color: #2D2D2D;
   font-weight: 700;
   letter-spacing: 0;
}

.main-heading span:last-child {
   font-size: clamp(1.375rem, 0.8948rem + 2.0488vw, 2.6875rem);
}

.h3-heading {
   font-size: clamp(1.125rem, 1.0179rem + 0.5357vw, 1.5rem);
   font-weight: 700;
   color: white;
}

.h4-heading {
   font-size: clamp(1rem, 0.9286rem + 0.3571vw, 1.25rem);
   background-color: #2C3D62;
   padding: .5rem;
   font-weight: 600;
   color: white;
}

.investment-started-div {
   background-color: #f9f9f9;
   border-radius: .625rem;
}

.left-off-text {
   font-size: clamp(0.875rem, 0.7188rem + 0.5vw, 1rem);
}

.investment-started-div .excl-svg {
   width: 1rem;
   aspect-ratio: 1;
}

.go-back-btn {
   border: 2px solid #1bad4e;
   color: #1bad4e;
   max-width: max-content;
}

.go-back-btn:hover,
.go-back-btn:active,
.go-back-btn:focus {
   border: 2px solid #15813b;
   color: #15813b;
}

.btn-loader {
   background-color: #1bad4e;
   border-radius: .325rem;
   padding: .65rem 1rem;
}

.btn-loader .spinner-border {
   --spinner-size: 1.5rem;
   width: var(--spinner-size);
   height: var(--spinner-size);
}

.investment-details-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: .5rem;
}

.investment-details-card {
   display: flex;
   flex-direction: column;
   gap: .5rem;
   /* border: 1px solid #93C8A880; */
   color: white;
   background: #2C3D62;
   padding: .75rem;
   border-radius: .4rem;
}

.investment-details-card .investment-details-card-text {
   color: #cfcfcf;
   font-size: clamp(0.875rem, 0.5625rem + 1vw, 1.125rem);
}

.investment-details-card .investment-details-card-price {
   /* color: #484848; */
   font-size: clamp(1rem, 0.8628rem + 0.5854vw, 1.375rem);
}

a.investment-details-btn:hover {
   color: #15813b;
}

.investment-details-btn {
   text-decoration: underline;
   text-underline-offset: 2px;
   font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
   color: #1bad4e;
}

.investment-step-form,
.resume-investment-form {
   border-radius: .625rem;
   background-color: white;
}

.resume-investment-form {
   border: 1px solid #1bad4e;
}

.not-found-para {
   max-width: max-content;
}

.no-email-msg {
   font-size: .875rem;
}

.investment-step-form.active-step {
   border: 1px solid #1bad4e;
}

.investment-step-form.submitted-form {
   display: none;
}

.investment-step-form.upcoming-step .step-forms-inner-wrapper {
   display: none;
}

.investment-step-form.active-form .h3-heading {
   color: rgba(0, 0, 0, 1);
}

.investment-step-form .h3-heading {
   color: rgba(0, 0, 0, .5);
}

.investment-form-group {
   margin-bottom: 1rem;
}

.investment-form-group.error .form-control,
.investment-form-group.error select {
   border-color: var(--error-color);
}

.investment-form-group.success .form-control,
.investment-form-group.success select {
   border-color: var(--success-color);
}

.investment-form-group:focus-within .form-control {
   background-color: rgba(43, 173, 78, 0.1);
}

.investment-form-group .country-code-select,
.investment-form-group .state-select,
.investment-form-group .country-select,
.investment-form-group .holding-select {
   padding: .75rem .625rem;
   font-size: 1rem;
   line-height: 1.5;
   display: block;
   background-clip: padding-box;
}

/* Chrome, Safari, Edge, Opera */
.investment-form-group input::-webkit-outer-spin-button,
.investment-form-group input::-webkit-inner-spin-button {
   appearance: none;
   -webkit-appearance: none;
   margin: 0;
}

/* Firefox */
.investment-form-group input[type=number] {
   appearance: none;
   -moz-appearance: textfield;
}

.investment-form-group .country-code-select {
   max-width: 5rem;
}

.investment-form-group .form-label {
   font-size: clamp(0.875rem, 0.8293rem + 0.1951vw, 1rem);
   font-weight: 600;
   margin-bottom: .325rem;
}

.investment-form-group .form-control {
   border: 1px solid #e9e9e9;
   padding: .75rem .625rem;
}

.investment-form-group .phonenumber-input {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

.investment-form-group .phonenumber-input select {
   flex: 0 0 5rem;
}

.investment-form-group .phonenumber-input input {
   flex: 1;
}

.investment-form-group .phonenumber-input .invalid-feedback {
   width: 100%;
}

.shares-info {
   padding-top: .75rem;
   font-size: clamp(0.875rem, 0.8036rem + 0.3571vw, 1.125rem);
}

.bonus-small-text,
.additional-bonus-text {
   font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
   color: #434343;
}

.total-bonus-text {
   padding-block: .75rem;
   font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
}

.was-validated .country-code-select:valid:not([multiple]):not([size]) {
   padding-right: 0;
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.investment-form-submit-btn {
   background-color: var(--clr-brand-green);
   box-shadow: 0px 4px 10px 0px #1B934566;
   padding: .75rem;
   font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
   color: white;
   font-weight: 600;
}

.investment-form-submit-btn:hover,
.investment-form-submit-btn:active,
.investment-form-submit-btn:focus {
   background-color: #15813b;
   border-color: #15813b;
   color: white;
}

.investment-amount-card .investment-amount-card-text {
   font-size: clamp(0.75rem, 0.6585rem + 0.3902vw, 1rem);
   color: #434343;
   font-weight: 500;
}

.investment-amount-card .investment-amount-card-price {
   font-size: clamp(1rem, 0.9085rem + 0.3902vw, 1.25rem);
   font-weight: 700;
}

/* .investment-amount-radio-btn {
   border: 1px solid #ababab;
   border-radius: .25rem;
} */

.investment-amount-radio-input.btn-check {
   width: 0;
   height: 0;
}

.investment-amount-radio-label {
   width: 100%;
   border: 2px solid transparent;
   background-color: #F2F9FB;
   border-radius: .625rem;
}

.investment-amount-radio-input.btn-check:checked+.investment-amount-radio-label {
   border: 2px solid #13A3A8;
   /* background-color: hsla(141, 73%, 39%, 0.1); */
}

.investment-amount-radio-input.btn-check+.investment-amount-radio-label .input-icon {
   background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyBmaWxsPScjYWJhYmFiJz48cGF0aCBkPSdNNDY0IDI1NkEyMDggMjA4IDAgMSAwIDQ4IDI1NmEyMDggMjA4IDAgMSAwIDQxNiAwek0wIDI1NmEyNTYgMjU2IDAgMSAxIDUxMiAwQTI1NiAyNTYgMCAxIDEgMCAyNTZ6Jy8+PC9zdmc+");
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   width: 1.25rem;
   height: 1.25rem;
}

.investment-amount-radio-input.btn-check:checked+.investment-amount-radio-label .input-icon {
   background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyBmaWxsPScjMWJhZDRlJz48cGF0aCBkPSdNMjU2IDUxMkEyNTYgMjU2IDAgMSAwIDI1NiAwYTI1NiAyNTYgMCAxIDAgMCA1MTJ6TTM2OSAyMDlMMjQxIDMzN2MtOS40IDkuNC0yNC42IDkuNC0zMy45IDBsLTY0LTY0Yy05LjQtOS40LTkuNC0yNC42IDAtMzMuOXMyNC42LTkuNCAzMy45IDBsNDcgNDdMMzM1IDE3NWM5LjQtOS40IDI0LjYtOS40IDMzLjkgMHM5LjQgMjQuNiAwIDMzLjl6Jy8+PC9zdmc+");
}

.investment-amount-radio-label .shares-price {
   font-size: clamp(0.875rem, 0.8036rem + 0.3571vw, 1.125rem);
   font-weight: 700;
   color: #6E8398;
}

.investment-amount-radio-label .shares-count {
   font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
   font-weight: 500;
   color: #6E8398;
}

.investment-amount-radio-input.btn-check:checked+.investment-amount-radio-label .shares-price,
.investment-amount-radio-input.btn-check:checked+.investment-amount-radio-label .shares-count {
   color: #000;
}

.investment-amount-radio-label .shares-num {
   font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
   background-color: #C7F0DD;
   border-radius: .25rem;
   font-weight: 600;
}

.inline-logo {
   max-width: 5rem;
}

.no-po-text {
   border: 1px solid #1bad4e;
   background-color: hsla(141, 73%, 39%, 0.1);
   font-size: clamp(0.75rem, 0.7043rem + 0.1951vw, 0.875rem);
}

.ssn-modal-btn {
   font-size: clamp(0.75rem, 0.7043rem + 0.1951vw, 0.875rem);
}

.forward-para {
   font-size: clamp(0.875rem, 0.8293rem + 0.1951vw, 1rem);
   color: #424242;
}

.ssn-modal-text {
   font-size: clamp(0.875rem, 0.8293rem + 0.1951vw, 1rem);
}

.card-para {
   font-size: clamp(0.875rem, 0.7835rem + 0.3902vw, 1.125rem);
   color: #C7E0ED;
   line-height: 1.4;
   font-weight: 300;
}

.accordion-button {
   color: #1FB16E;
   font-size: clamp(0.875rem, 0.8036rem + 0.3571vw, 1.125rem);
   line-height: 1.4;
}

.accordion-button svg {
   width: .875rem;
}

.accordion-button:not(.collapsed) {
   background-color: transparent;
   color: #1FB16E;
}

.accordion-button:not(.collapsed) svg {
   rotate: 180deg;
}

.accordion-button::after {
   display: none;
}

.accordion-body {
   color: #C7E0ED;
   font-size: clamp(0.875rem, 0.8036rem + 0.3571vw, 1.125rem);
}

.accordion-item {
   border-bottom: 1px solid #445E98;
}

.bonus-card {
   box-shadow: rgba(27, 147, 69, 0.25) 0px 8px 24px;
}

.bonus-card h6 {
   font-size: clamp(1.125rem, 1.0335rem + 0.3902vw, 1.375rem);
   font-weight: 600;
}

.bonus-card span {
   font-size: clamp(2.5rem, 1.5854rem + 3.9024vw, 5rem);
   font-weight: 800;
}

.bonus-card p {
   font-size: clamp(1rem, 0.9543rem + 0.1951vw, 1.125rem);
   font-weight: 600;
}

.perks-cards-container {
   display: grid;
   grid-template-columns: 1fr;
   gap: 1rem;
}

.perks-card {
   border-radius: .5rem;
   overflow: hidden;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.perks-card .invest-div {
   color: rgb(207, 207, 207);
   background-color: #424242;
}

.perks-card .perk-invest {
   font-size: clamp(0.875rem, 0.8293rem + 0.1951vw, 1rem);
}

.perks-card .perk-price {
   font-size: clamp(1.125rem, 1.0793rem + 0.1951vw, 1.25rem);
}

.perks-card .perk-percent {
   font-weight: 800;
   color: #424242;
   font-size: clamp(2rem, 1.6341rem + 1.561vw, 3rem);
}

.perks-card .perk-bonus {
   font-size: clamp(1rem, 0.9085rem + 0.3902vw, 1.25rem);
}

.consent-para {
   border-radius: .5rem;
   color: #9cbdcf;
   font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
   font-weight: 300;
   line-height: 1.35;
}

.modal-body::-webkit-scrollbar {
   width: .5rem;
}

.modal-body::-webkit-scrollbar-track {
   background: transparent;
}

.modal-body::-webkit-scrollbar-thumb {
   background: #d5d5d5;
}

.footer {
   background-color: #202E4A;
}

.footer-para {
   color: rgba(250, 250, 250, 0.8);
   font-size: clamp(0.625rem, 0.525rem + 0.5vw, 1.125rem);
   font-weight: 300;
}

.footer-add {
   font-size: clamp(0.8125rem, 0.7465rem + 0.2817vw, 1rem);
}

.footer-links {
   font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
   font-weight: 500;
}

.navigation-links li {
   list-style-type: "\2192";
   list-style-position: inside;
}

.navigation-links li a {
   padding-left: 1rem;
}

.contact-icon {
   max-width: 1.25rem;
   aspect-ratio: 1;
}

.footer-logo {
   max-width: 10rem;
}

.footer-link-container {
   gap: 1.5rem;
}

.footer-nav-grid {
   display: grid;
   grid-template-columns: 1fr;
   gap: 1.5rem;
}

.submitted-label,
.submitted-value {
   color: #666666;
   font-size: clamp(0.875rem, 0.7188rem + 0.5vw, 1rem);
}

.submitted-icon,
.edit-btn svg {
   width: 1.25rem;
   aspect-ratio: 1;
}

.calendly-bubble-wrapper {
   position: fixed;
   bottom: 1rem;
   right: 1rem;
   z-index: 1000;
   /* transition: transform .3s ease-in-out; */
}

.hide-chatbox {
   transform: translateX(30rem);
}

.show-chatbox {
   transform: translateX(0);
   transition: transform .3s ease-in-out;
}

.calendly-bubble-wrapper img {
   aspect-ratio: 1;
   width: 3.5rem;
   object-fit: cover;
   border: .325rem solid #cae6e6;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   cursor: pointer;
}

.calendly-text-container {
   --bubble-bg: #cae6e6;
   --bubble-text: white;
   --border-radius: 1rem;
   position: relative;
   padding: .75rem 1rem;
   max-width: 28ch;
   border-radius: var(--border-radius) var(--border-radius) .25rem var(--border-radius);
   background-color: var(--bubble-bg);
   color: var(--bubble-text);
   margin-right: 1.75rem;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.calendly-text-container button {
   position: absolute;
   top: -.625rem;
   right: -.625rem;
}

.calendly-text-container a {
   font-size: .875rem;
   margin-bottom: 0;
   line-height: 1.5;
   color: #000000;
   font-weight: 500;
   text-underline-offset: 1.5px;
}

.calendly-text-container a .span2 {
   font-weight: 600;
}

.swal-text {
   text-align: center;
   line-height: 1.5;
}

.swal-footer {
   text-align: center;
}

.swal-button {
   background-color: #1bad4e;
   color: white;
}

.swal-button:not([disabled]):hover {
   background-color: #15813b;
}

/* ---------------------------------------------------------------------------------------- */
/* -----------------------only targets devices that don't hover---------------------------- */
/* ---------------------------------------------------------------------------------------- */

@media (hover: none) {}

/* ---------------------------------------------------------------------------------------- */
/* ------------------------ only targets devices that can hover --------------------------- */
/* ---------------------------------------------------------------------------------------- */

@media (hover: hover) {}


/* ---------------------------------------------------------------------------------------- */
/* --------------------------------------- 576px ------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
@media only screen and (min-width: 576px) {
   .content-wrapper {
      padding: 0 1.5rem;
   }
}


/* ---------------------------------------------------------------------------------------- */
/* --------------------------------------- 768px ------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
   .content-wrapper {
      padding: 0 2.5rem;
   }

   .primary-header {
      width: 100%;
   }

   .investment-details,
   .additional-details,
   .processing-fees,
   .additional-perks {
      padding: 1.5rem;
   }

   .investment-details-grid {
      gap: 1rem;
   }

   .investment-details-card {
      gap: .75rem;
      padding: 1rem 1.5rem;
   }

   .perks-cards-container {
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
   }

   .footer-link-container {
      gap: 3.125rem;
   }

   .footer-nav-grid {
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
   }
}


/* ---------------------------------------------------------------------------------------- */
/* --------------------------------------- 992px ------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
@media only screen and (min-width: 992px) {
   html {
      scroll-padding-top: 5.625rem;
   }

   main {
      padding-top: 3.125rem;
   }

   .content-wrapper {
      padding: 0 3.125rem;
   }

   .section {
      padding: 3.125rem 0;
   }

   .primary-header {
      min-height: 5rem;
   }

   .desktop-only-header {
      padding: 2.5rem;
   }

   .accordion-button svg {
      width: 1rem;
   }

   .accredited-form-header {
      background-image: url('../images/dealmaker/accredited-banner-bg.png');
   }

   .btn-loader {
      padding: .75rem 1rem;
   }

   .inline-logo {
      max-width: 6.25rem;
   }

   .investment-started-div .excl-svg {
      width: 1.125rem;
      aspect-ratio: 1;
   }

   .investment-form-wrapper {
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
   }

   .investment-form-group {
      margin-bottom: 1.25rem;
   }

   .investment-amount-radio-input.btn-check+.investment-amount-radio-label .input-icon {
      width: 1.4rem;
      height: 1.4rem;
   }

   .footer-link-container {
      gap: 6.25rem;
   }

   .footer-logo {
      max-width: 15rem;
   }

   .footer-nav-grid {
      grid-template-columns: 3fr 1fr 1.5fr 1fr;
      gap: 3.125rem;
   }

   .footer-order-1 {
      order: 4;
   }

   .footer-order-2 {
      order: 1;
   }

   .footer-order-3 {
      order: 2;
   }

   .footer-order-4 {
      order: 3;
   }

   /* .submitted-icon,
   .edit-btn svg {
      width: 1.5rem;
   } */

   .calendly-bubble-wrapper {
      right: 2rem;
      bottom: 2rem;
   }

   .calendly-text-container {
      --border-radius: 1.125rem;
      max-width: 32ch;
      margin-right: 2rem;
      padding: 1rem 1.25rem;
   }

   .calendly-text-container a {
      font-size: 1rem;
      /* line-height: 1.6; */
   }

   .calendly-bubble-wrapper img {
      width: 4rem;
   }

}


/* ---------------------------------------------------------------------------------------- */
/* --------------------------------------- 1200px ------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1200px) {
   .content-wrapper {
      padding: 0 4rem;
   }

   .brand-logo {
        padding-top: 3rem;
        max-width: 17rem;
   }

   .footer-link-container {
      gap: 9rem;
   }
}


/* ---------------------------------------------------------------------------------------- */
/* --------------------------------------- 1400px ------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1400px) {
   .content-wrapper {
      padding: 0 6.25rem;
   }
}


/* ---------------------------------------------------------------------------------------- */
/* --------------------------------------- 1600px ------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1600px) {}


/* Mobile screens (up to 767px, common breakpoint) */
@media only screen and (max-width: 767px) {
.content-wrapper {
      /* padding: 0 1rem; */
      display: block;
   }
   .brand-logo {
   padding-top: 1.5rem;
   max-width: 13rem;
   margin-left: -24px;

   }

   .footer-link-container {
      gap: 9rem;
   }
}
