@-webkit-keyframes slide-from-top {
    0% { -webkit-transform: translateY(-1rem); -webkit-animation-timing-function: ease-out; }
    100% { -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-from-top {
    0% { -moz-transform: translateY(-1rem); -moz-animation-timing-function: ease-out; }
    100% { -moz-transform: translateY(0);}
}
@-ms-keyframes slide-from-top {
    0% { -ms-transform: translateY(-1rem); -ms-animation-timing-function: ease-out; }
    100% { -ms-transform: translateY(0); }
}
@-o-keyframes slide-from-top {
    0% { -o-transform: translateY(-1rem); -o-animation-timing-function: ease-out; }
    100% { -o-transform: translateY(0); }
}
@keyframes slide-from-top {
    0% { transform: translateY(-1rem); animation-timing-function: ease-out; }
    100% { transform: translateY(0);}
}
.slide-from-top {
    -webkit-animation: slide-from-top 2s;
    -moz-animation: slide-from-top 2s;
    -ms-animation: slide-from-top 2s;
    -o-animation: slide-from-top 2s;
    animation: slide-from-top 2s;
}
@-webkit-keyframes slide-to-bottom {
    0% { -webkit-transform: translateY(0); -webkit-animation-timing-function: ease-in; }
    100% { -webkit-transform: translateY(1rem); }
}
@-moz-keyframes slide-to-bottom {
    0% { -moz-transform: translateY(0); -moz-animation-timing-function: ease-in; }
    100% { -moz-transform: translateY(1rem); }
}
@-ms-keyframes slide-to-bottom {
    0% { -ms-transform: translateY(0); -ms-animation-timing-function: ease-in; }
    100% { -ms-transform: translateY(1rem); }
}
@-o-keyframes slide-to-bottom {
    0% { -o-transform: translateY(0); -o-animation-timing-function: ease-in; }
    100% { -o-transform: translateY(1rem); }
}
@keyframes slide-to-bottom {
    0% { transform: translateY(0); animation-timing-function: ease-in; }
    100% { transform: translateY(1rem); }
}
.slide-to-bottom {
    -webkit-animation: slide-to-bottom 2s;
    -moz-animation: slide-to-bottom 2s;
    -ms-animation: slide-to-bottom 2s;
    -o-animation: slide-to-bottom 2s;
    animation: slide-to-bottom 2s;
}


img {
    min-height: 0; /* fix for chrome version 48 */
}

html, body {
    overflow-x: hidden;
}
html {
    height: 100%;
    width: 100%;
}
body {
    color: white;
    background-position: top;
    background-size: 18rem;
    display: table;
    font-family: open-sans, helvetica;
    font-style: normal;
    font-weight: 300;
    font-size: 0.9375rem;
    min-width: 20rem;
    text-rendering: optimizeLegibility;
    text-align: center;
    width: 100%;
    height: 100%;
}
a {
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
b,
strong {
  font-weight: 300;
  font-family: futura-pt, sans-serif;
}
input,
button,
ul, h1, h2, h3, h4, h5, p {
    border-radius: unset;
    -webkit-appearance: unset;
    outline: unset;
    border: unset;
    margin: unset;
    -webkit-margin-after: unset;
    -webkit-margin-before: unset;
    -webkit-margin-end: unset;
    -webkit-margin-start: unset;
    padding: unset;
}
h1, h2, h3, h4 {
    font-weight: normal;
}
input {
	background: unset;
}
button:not(:disabled) {
	cursor: pointer;
}
ul {
	list-style-type: none;
}

/**
Overriding normalize css with project specific defaults.
*/
button,
input,
optgroup,
select,
textarea,
html {
	font-family: open-sans, helvetica;
}

h1, h2, h3, h4, #header, .footer-title, .rectangle-button, .rounded-button, .form .instructions, #quotes .body {
    font-family: futura-pt, sans-serif;
}


.image {
    background-size: cover;
}

.avatar.image-outline {
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 100%;
    border: solid 0.5rem rgba(255, 255, 255, 0.8);
    margin: 0 auto;
}

.avatar .gradient {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-image: linear-gradient(to bottom, #f67dad, #e94775);
    padding: 0.1875rem;
    margin: -0.1875rem;
}

.avatar .image {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

@media only screen and (max-width: 48rem) {
    .avatar.image-outline {
        width: 4.5rem;
        height: 4.5rem;
    }
}


#header {
    margin: 0;
    height: 4.6875rem;
    width: 100%;
    padding: 0;
    max-width: none;
    position: fixed;
    z-index: 3;

    background-color: #000000;
}

#header__spacer {
    margin: 0;
    height: 4.6875rem;
    width: 100%;
    padding: 0;
    max-width: none;
    position: relative;
}

.header__logo {
    position: relative;
    float: left;
    margin-left: 2.625rem;
    top: 1.3125rem;
}

.header__logo .image {
    display: inline-block;
    width: 2.5rem;
    height: 1.8125rem;
    float: left;
    background-image: url('../img/lightwell-logo.png');
}

.header__logo .logo-text {
    width: 7.90625rem;
}

.header__nav {
    position: relative;
    float: right;
    margin-right: 2.625rem;
    top: 1.625rem;
}

.header__nav_item {
    float: right;
    margin-right: 1.25rem;
    padding: 0.5rem 1rem;
}

#header .account-wrapper {
    display: inline-block;
}

#header .avatar-container {
    transform: translateY(50%);
}

#header .avatar.image-outline {
    transform: translateY(-25%);
    width: 2.875rem;
    height: 2.875rem;
    border: none;
    padding: 0.1875rem;
}

#header .avatar .gradient {
    padding: 0.125rem;
    margin: -0.125rem;
}

.account__nav {
    float: right;
    margin-left: 2.125rem;
}

.account__nav_menu {
    position: absolute;
    top: 2.5rem;
    right: -1.5rem;
    width: 12.0625rem;
    visibility: hidden;
    border-radius: 0.1875rem;
    overflow: hidden;
}

.account__nav_item {
    position: relative;
    width: 100%;
    height: 3.3125rem;
    padding: 0;
    display: block;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    color: #8688a9;
}

.account__nav_item:hover {
    background-color: #f6f6ef;
}

.account__nav_item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 0.9375rem;
}

#hide-account:checked ~ .account__nav.hide {
    display: none;
}
#hide-account:checked ~ .account__nav.show {
    display: inline-block;
}
#hide-account:checked ~ .account__nav_menu {
    visibility: hidden;
}

.header__nav_button {
    margin-right: 0;
}

.header__nav_item--state-current {
    color: #8e90ff;
}

.header__nav_menu {
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    width: 100%;
    transform: translateY(100%);
    visibility: hidden;
    background-color: #0e0e0e;
}

.header__nav_menu .header__nav_item {
    position: relative;
    float: unset;
    width: 100%;
    height: 4.375rem;
    padding: 0;
    border-top: solid 0.0625rem #202020;
    display: block;
    text-align: center;
}

.header__nav_menu .header__nav_item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 1.125rem;
}

.header__nav_menu .header__nav_item.header__nav_item--state-current {
    background-color: #202020;
}


@media only screen and (max-width: 52rem) {
    .header__logo {
        top: 1.8125rem;
    }
    .header__logo .image {
        width: 2.30625rem;
        height: 1.48125rem;
    }
    .header__logo .logo-text {
        width: 6.1rem;
    }
}

@media only screen and (min-width: 48rem) {
    #show-account:checked ~ .account__nav.show {
        display: none;
    }
    #show-account:checked ~ .account__nav.hide {
        display: inline-block;
    }
    #show-account:checked ~ .account__nav_menu {
        visibility: visible;
    }
}

@media only screen and (max-width: 48rem) {
    #header {
        height: 2.8125rem;
    }
    #header__spacer {
        height: 2.8125rem;
    }
    .header__logo {
        top: 0.5rem;
        margin-left: 0.875rem;
    }
    .header__nav {
        top: 0.9375rem;
        margin-right: 0.875rem;
        width: 1.5rem;
        height: 1rem;
        cursor: pointer;
        background-image: url(../img/header/hamburger-icon.svg);
    }

    #show-nav:checked ~ .header__nav.show {
        display: none;
    }
    #show-nav:checked ~ .header__nav.hide {
        display: inline-block;
    }
    #hide-nav:checked ~ .header__nav.hide {
        display: none;
    }
    #hide-nav:checked ~ .header__nav.show {
        display: inline-block;
    }
    #show-nav:checked ~ .header__nav_menu {
        visibility: visible;
    }
    #hide-nav:checked ~ .header__nav_menu {
        visibility: hidden;
    }
}

#footer {
    position: relative;
    height: 2.75rem;
    padding: 0 2.625rem;
    background-color: #c9c5e6;
    font-size: 0.6875rem;
    color: #8686ab;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#footer.depricated {
    background-color: #1b1c33;
    color: #edecf5;
}

#footer .text {
}

#footer .privacy {
    margin-left: 0.9375rem;
}

#footer .brand {
    /* Difference in neighbors' widths */
    margin-left: -6.25rem;
    display: inline-block;
}

#footer .hullabalu {
    display: inline-block;
    width: 3.0625rem;
    height: 0.625rem;
    background-image: url(../img/footer/hullabalu-gray.svg);
}
#footer.depricated .hullabalu {
    background-image: url(../img/footer/hullabalu.svg);
}

#footer .social-media {
}

#footer .social-media__link {
    margin-left: 0.9375rem;
    display: inline-block;
}

#footer .social-media__link:first-of-type {
    margin-left: unset;
}

.social-media__link .image {
    width: 1.25rem;
    height: 1.25rem;
    fill: #8686ab;
}
.depricated .social-media__link .image {
    fill: #edecf5;
}

#instagram.social-media__link .image {
}

#facebook.social-media__link .image {
    background-image: url('../img/footer/facebook.png');
}

#twitter.social-media__link .image {
    height: 1.0625rem;
}

#footer-extension {
    position: relative;
    text-align: left;
    z-index: 1;
    color: #8686ab;
}
#footer-extension.depricated {
    color: white;
}

#footer-extension .image {
    position: absolute;
}

.footer-link-container {
    position: relative;
    padding-top: 3.0625rem;
    padding-bottom: 4.8125rem;
    max-width: 50rem;
    padding-left: 9rem;
    padding-right: 9rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.75rem;
    line-height: 1.0625rem;

    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
}

.footer-column {
    min-width: 9.375rem;
    margin-bottom: 2rem; 
}

.footer-title {
    font-size: 0.875rem;
    margin-bottom: 1.1875rem;
}

.footer-link-container li {
    margin-bottom: 0.375rem;
}

.footer-extension-background {
    background-color: #e9e7f8;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.depricated .footer-extension-background {
    background-color: #32356c;
}

#newsletter .footer-title {
    margin-bottom: 0.9375rem;
}

#newsletter form {
    border-radius: 0.125rem;
    background-color: #3f427b;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.4375rem;
}

#newsletter form:after {
    content: '';
    display: block;
    clear: both;
}

#newsletter input {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.375rem;
    font-size: 0.8125rem;
    float: right;
    color: white;
}

#newsletter button {
    width: 1.375rem;
    height: 1.375rem;
    float: right;
    border-radius: 0.125rem;
    position: relative;
}

#newsletter button .image {
    background-image: url(../img/payment/arrow.svg);
    width: 0.375rem;
    height: 0.75rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#newsletter-response {
    font-size: 0.6875rem;
    color: #6973f5;
}

#footer-logo {
    bottom: 1.25rem;
    left: 1.4375rem;
    width: 3.75rem;
    height: 2.6875rem;
    background-image: url('../img/pricing/large-lightwell.png');
}

#hill {
    bottom: 0;
    left: 0;
    width: 6.4375rem;
    height: 1.5rem;
    background-image: url('../img/footer/hill.svg');
}
.depricated #hill {
    background-image: url('../img/footer/hill-dark.svg');
}

#mountain-range {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 8.125rem;
    background-position: 48% 0;
    background-image: url('../img/footer/mountain-range.svg');
}
.depricated #mountain-range {
    background-image: url('../img/footer/mountain-range-dark.svg');
}

@media only screen and (max-width: 48rem) {
    #footer {
        padding: 0.875rem;
        height: 4rem;
        flex-direction: column;
        justify-content: space-between;
    }
    #footer .social-media {
        order: 1;
    }
    #footer .brand {
        margin-left: unset;
        order: 2;
    }
    #footer .text {
        order: 3;
    }

    #footer-extension {
        display: none;
    }
}
#footer a {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
}

.text-highlight:hover, .text-highlight:focus, .text-highlight:focus:active {
    color: #25274e;
    fill: #25274e;
}

.text-highlight-bright:hover, .text-highlight-bright:focus, .text-highlight-bright:focus:active {
    color: #cccfff;
    fill: #cccfff;
}
.depricated .text-highlight:hover, .depricated .text-highlight:focus, .depricated .text-highlight:focus:active {
    color: #cccfff;
    fill: #cccfff;
}

.full-height-with-header {
    height: calc(100% - 4.6875rem); /* Account for header */
}
.full-height-with-header-footer {
    height: calc(100% - 4.6875rem - 16.4375rem - 2.75rem); /* Account for header, footer, and extended footer */
}
.window-size-padded {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
}
@media only screen and (max-width: 48rem) {
    .full-height-with-header {
        height: calc(100% - 2.8125rem); /* Account for header */
    }
    .full-height-with-header-footer {
        height: calc(100% - 2.8125rem - 5.75rem); /* Account for header and footer */
    }
    .window-size-padded {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
}

.section {
    color: #8688a9;
    font-size: 0.9375rem;
    line-height: 1.33;
    position: relative;
}

.step-underline {
    width: 12.5rem;
    margin: 0 auto 0 auto;
}

.title {
    font-size: 1.5625rem;
}

.title__large {
    font-size: 2.5rem;
}

@media only screen and (max-width: 48rem) {
    .section {
        font-size: 0.6875rem;
    }
    .title {
        font-size: 1.0675rem;
    }
    .title__large {
        font-size: 2rem;
    }
    .step-underline {
        width: 8.25rem;
    }
}

.fixed-aspect-image__container {
    position: relative;
}

.fixed-aspect-image__container:after {
    display: block;
    content: '';
    padding-top: 0%; /* implementing blocks should set this value to the image's height value defined as a percentage of its width */
}
.fixed-aspect-image__container .image {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.content {
    margin: auto;
}

.content__fill-in-the-blank {
    color: #a8a9fe;
}

.content--underlined {
    display: inline-block;

    background-image: -webkit-linear-gradient(white, white);
    background-image: -moz-linear-gradient(white, white);
    background-image: -ms-linear-gradient(white, white);
    background-image: -o-linear-gradient(white, white);
    background-image: linear-gradient(white, white);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0% 89%;
}

.content__header {
    font-size: 2.6875rem;
}

.content__description {
    font-size: 1.3125rem;
    line-height: 1.4375rem;
}

.content__subtitle {
    font-size: 0.9375rem;
}

@media only screen and (max-width: 48rem){
    .content__header {
        font-size: 1.375rem;
    }
    .content__description {
        font-size: 0.8125rem;
    }
    .content__subtitle {
        font-size: 0.625rem;
    }
}

.gradient-background__purple-yellow {
    background-image: linear-gradient(to right, #e9e7f8, #f8ffc5);
}

.gradient-background__pink-orange {
    background-image: linear-gradient(to right, #eb4474, #efc761);
}

.gradient-background__blue-blue {
    background-image: linear-gradient(to right, #31346c, #363b97);
    background-color: #31346c;
    color: #8686ab;
}


#replaced-text {
    display: inline-block;
}


.line-highlight-pink {
    height: 0.375rem;
    margin-right: 15%;
    background-color: #e94775;
}

.line-highlight-yellow {
    width: 15%;
    height: 0.375rem;
    margin-left: auto;
    background-color: #effd69;
}


.box-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin: 0 auto;
}

a.rounded-button {
    display: inline-block;
}


.rectangle-button {
    display: inline-block;
    border-radius: 0.1875rem;
}

.rounded-button {
    margin-left: auto;
    margin-right: auto;
    min-width: 11rem;
    height: 2rem;
    padding: 0.5rem 1.5rem;
    border-radius: 1000rem;
    background-color: rgba(1,1,1,0);
    font-size: 1.375rem;
}
.rounded-button:before {
    /* For highlight states */
    border-radius: 1000rem;
}

.rounded-button__large {
    width: 0;
    min-width: 18.75rem;
    height: 2.75rem;
    padding: 0.6875rem 1.5rem;
    font-size: 2rem;
}
@media only screen and (max-width: 48rem) {
    .rounded-button {
        min-width: 11.5rem;
        height: 1.5rem;
        padding: 0.75rem 0.75rem;
        font-size: 1.125rem;
    }
    .rounded-button__large {
        min-width: 12.75rem;
        height: 1.75rem;
        padding: 0.75rem 0.75rem;
        font-size: 1.5rem;
    }
}


.left {
    float: left;
}
.right {
    float: right;
}

.image-background {
    color: #ffffff;
}

.text-box-purple {
    background-color: #6973f5;
    color: white;
    padding: 0.125rem 0.5rem 0.1875rem 0.5rem;
    display: inline-block;
}

.empty-container {
    width: 0;
    height: 0;
    display: inline-block;
}


.section-control {
    padding: 0.1875rem;
    width: 18.75rem;
    border-radius: 1.5rem;
    background-color: rgba(134, 136, 169, 0.27);
    background-image: linear-gradient(to right, rgba(134, 136, 169, 0.45), rgba(134, 136, 169, 0.27));
    text-align: center;
    line-height: 2.125rem;
    font-size: 1.125rem;
}

.control {
    position: relative;
    display: inline-block;
    width: calc(50% - 0.1875rem);
    height: 2.125rem;
    border-radius: 1.5rem; 
    color: #8688a9;
    cursor: pointer;
}

.control.selected {
    background-color: #6973f5;
    color: #ffffff;
    box-shadow: 0 0.25rem 0.6875rem 0 rgba(0, 0, 0, 0.18);
}

@media only screen and (max-width: 48rem) {
    .section-control {
        width: 12.8125rem;
    }
    .control {
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 0.8125rem;
    }
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 1.5625rem;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
}

h3 {
    font-size: 1.4375rem;
}

h4 {
    font-size: 1.25rem;
    margin-top: 1.875rem;
    text-align: left;
}

h5 {
    font-size: 1.375rem;
}

.static-text {
    margin-top: 1.0625rem;
    text-align: left;
}

.static-content-column {
    max-width: 40.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
}
.first-section {
    padding-top: 4.25rem;
}
@media only screen and (max-width: 48rem) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.0675rem;
    }
    h3 {
        font-size: 1rem;
    }
    h4 {
        font-size: 1rem;
        margin-top: 1.5rem;
    }
    h5 {
        font-size: 0.9375rem;
    }
    .static-text {
        margin-top: 0.75rem;
    }
    .static-content-column {
        padding-left: 0.875rem;
        padding-right: 0.875rem;  
    }
    .first-section {
        padding-top: 3.375rem;
    }
}

.form {
    color: #6973f5;
}

.form .control-group {
    margin: 0 auto 4.625rem auto;
    width: 28.6875rem;
}

.form .label {
    font-size: 1rem;
    margin-top: -1rem;
}

.form .text-field {
    width: 100%;
    padding: 0.8125rem 0;
    font-size: 1.5625rem;
    background-color: rgba(1,1,1,0);
    border: none;
    border-bottom: solid 0.0625rem #6973f5;
}

.form .text-field:focus {
    outline: none;
    color: #ffffff;
    border-bottom-color: #ffffff
}

.form .instructions {
    margin-top: 0.25rem;
    font-style: normal;
    font-size: 0.75rem;
    text-align: right;
}

.form .rounded-button {
    padding: 0.875rem;
    border: none;
    height: unset;
    border-radius: 100rem;
    min-width: 18.75rem;
    font-size: 1.5625rem;
    color: #ffffff;
}

label {
    position: relative;
}

.placeholder {
    transition: all 200ms ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0% 50%;
    cursor: text;
}

@media only screen and (min-width: 48.0625rem) {
    input:focus + .placeholder,
    input:valid + .placeholder {
        transform: scale(0.66) translateY(-3rem);
        cursor: default;
    }
}
@media only screen and (max-width: 48rem) {
    input:focus + .placeholder,
    input:valid + .placeholder {
        opacity: 0;
    }
}


@media only screen and (max-width: 48rem) {
    .form .label {
        font-size: 0.75rem;
    }
    .form .text-field {
        font-size: 1rem;
        padding: 0.5625rem 0;
    }
    .form .control-group {
        width: 70.625%;
        margin-bottom: 1.875rem;
    }
    .form .rounded-button {
        font-size: 1rem;
        min-width: 14.5rem;
        padding: 0.8125rem;
    }
}

.quote {
    max-width: 64rem;
    margin: 0 auto;
    position: relative;
}

.quote:after {
    content: '';
    display: block;
    clear: both;
}

#quotes .quotation-mark {
    position: absolute;
    font-size: 8.0625rem;
    left: 2.625rem;
    top: 5.75rem;
}

#quotes .quotation-mark:last-of-type {
    left: unset;
    right: 2.625rem;
}

#quotes .text {
    margin: 1.25rem 7.8125rem 0 7.8125rem;
    font-size: 0.9375rem;
}

#quotes .body {
    font-size: 1.375rem;
}

@media only screen and (max-width: 48rem) {
    #quotes {
        padding-top: 3.375rem;
        padding-bottom: 6.25rem;
    }
    #quotes .image {
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 2.25rem;
        margin: 0.125rem;
    }
    #quotes .image-outline {
        width: 4.75rem;
        height: 4.75rem;
        border-radius: 3rem;
        border-width: 0.375rem;
    }
    #quotes .quotation-mark {
        font-size: 5.75rem;
        top: 0.75rem;
        left: 0.875rem;
    }
    #quotes .quotation-mark:last-of-type {
        left: unset;
        right: 0.875rem;
    }
    #quotes .text {
        margin-left: 2.9375rem;
        margin-right: 2.9375rem;
        font-size: 0.75rem;
    }
    #quotes .body {
        font-size: 0.9375rem;
    }
}
