/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,:before,:after {
    box-sizing: border-box
}

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

body {
    font-family: monospace"
}

.back-col-price-text {
    background-color: #F5F404;
    padding: 5px;
    border-radius: 10px;
}

.b-v-p-t-span {
    font-size: 12px;
    color: red;
    margin-left: 10px;
}

.b-p-img {
    width: 100px;
    margin: auto;
}

hr {
    height: 0;
    color: inherit
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp,pre {
    font-family: ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

button,input,optgroup,select,textarea {
    font-family: monospace;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

:root {
    --color-text: #000;
    --color-text-lighter: rgba(0, 0, 0, .6);
    --color-background: #eef1f0;
    --color-yellow: #09AFF4;
    --color-yellow-muted: rgba(250, 212, 30, .4);
    --color-blue: #2388ff;
    --color-blue-muted: rgba(65, 164, 255, .1);
    --font-text: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --font-title: Raleway, var(--font-text)
}

html {
    scroll-behavior: smooth
}

body {
    color: var(--color-text);
    background-color: var(--color-background);
    font-family: monospace;
    line-height: 1.4
}

h1,h2,h3,h4,h5,h6 {
    font-family:monospace;
    font-weight: 600
}

h1 {
    font-size: calc(1.5125rem + 3.15vw);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    h1 {
        font-size:3.875rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw);
    margin: 0 0 40px
}

@media (min-width: 1200px) {
    h2 {
        font-size:2rem
    }
}

h3 {
    font-size: calc(1.275rem + .3vw);
    margin: 16px 0
}

@media (min-width: 1200px) {
    h3 {
        font-size:1.5rem
    }
}

h6 {
    font-size: calc(1.255rem + .06vw);
    margin: 0 0 8px
}

@media (min-width: 1200px) {
    h6 {
        font-size:1.3rem
    }
}

p {
    color: var(--color-text);
    line-height: 1.8
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

button,[role=button] {
    background: none;
    border: none;
    cursor: pointer;
    line-height: inherit;
    outline: none
}

a {
    text-decoration: none;
    color: #09AFF4;
    
}

img {
    max-inline-size: 100%;
    block-size: auto
}

@keyframes header-item {
    0% {
        opacity: 0;
        transform: scale(1.75) rotate(10deg)
    }

    to {
        opacity: 1;
        transform: scale(1) rotate(0)
    }
}

@keyframes tab {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.bg-white {
    background-color: #fff
}

.bg-blue {
    background-color: var(--color-blue)
}

.bg-blue,.bg-blue p {
    color: #fff
}

.bg-yellow {
    background-color: var(--color-yellow)!important
}

.btn {
    display: block;
    padding: 15px 45px;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color .25s ease,background-color .25s ease,filter .25s ease,opacity .25s ease,transform .25s ease
}

.btn:disabled {
    cursor: default;
    opacity: .5
}

.btn--blue {
    color: #fff;
    background-color: var(--color-blue);
    box-shadow: 0 4px 30px #41a4ff73
}

.btn--blue:hover:not(:disabled),.btn--blue:focus {
    transform: translateY(-4px);
    filter: brightness(110%)
}

.btn--blue:active:not(:disabled) {
    filter: brightness(90%)
}

.btn--blue-muted {
    color: var(--color-blue);
    background-color: var(--color-blue-muted)
}

.btn--blue-muted:hover:not(:disabled),.btn--blue-muted:focus {
    transform: translateY(-4px);
    filter: brightness(110%)
}

.btn--blue-muted:active:not(:disabled) {
    filter: brightness(90%)
}

.btn--transparent {
    color: #fff;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.2)
}

.btn--transparent:hover,.btn--transparent:focus {
    color: var(--color-text);
    background-color: #fff
}

.btn--round {
    border-radius: 70px
}

.btn--loading {
    color: transparent;
    position: relative
}

.btn--loading:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid white;
    border-right: 2px solid transparent;
    animation: loading 1s linear infinite
}

@keyframes loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.btn-arrow {
    display: flex;
    align-items: center;
    gap: 25px;
    font-family: monospace;
    padding: 0
}

.btn-arrow__icon {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(btn-arrow-a68d110a.svg) var(--color-yellow) no-repeat center;
    box-shadow: 0 0 0 0 var(--color-yellow);
    transition: box-shadow .2s ease
}

.btn-arrow__text {
    position: relative;
    font-size: 1.35rem;
    margin-top: -6px
}

.btn-arrow__text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    height: 1px;
    background-color: #000
}

.btn-arrow--sm {
    gap: 16px
}

.btn-arrow--sm .btn-arrow__icon {
    width: 46px;
    height: 46px;
    border-radius: 46px;
    background-size: 12px 12px
}

.btn-arrow--sm .btn-arrow__text {
    font-size: 1rem
}

.btn-arrow:hover:not(:disabled) .btn-arrow__icon,.btn-arrow:focus .btn-arrow__icon {
    box-shadow: 0 0 0 8px var(--color-yellow-muted)
}

.billet {
    display: inline-block;
    background: var(--color-yellow);
    box-shadow: 0px 0px 1px #000;
    border-radius: 10px;
    color: #fff;
    font-size: 1.75rem;
    font-family: monospace;
    font-variant-numeric: lining-nums;
    font-weight: 600;
    padding: 14px 18px;
    margin-bottom: 8px
}

.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--color-blue)
}

@media (min-width: 1120px) {
    .blog__header {
        display:flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px
    }

    .blog__header>* {
        flex: 1
    }
}

.blog .post-tile {
    padding: 30px
}

@media (min-width: 1120px) {
    .blog .post-tile {
        padding:40px
    }
}

.blog .post-tile__title {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .blog .post-tile__title {
        font-size:2rem
    }
}

.footer {
    background-color: #fff;
    padding: 20px;
    margin-top: 40px
}

.footer__logo {
    width: 160px;
    margin-bottom: 5px;
    margin-left: -5px;
}

.footer ul {
    line-height: 2.2;
    margin-bottom: 20px
}

.footer li a {
    color: var(--color-text-lighter)
}

.footer li a:hover,.footer li a:focus {
    color: var(--color-blue)
}

.footer .col {
    min-width: 260px
}

.header {
    padding: 32px 24px 240px;
    overflow: hidden
}

@media (min-width: 780px) {
    .header {
        padding-top:100px;
        padding-bottom: 140px
    }
}

.header__title {
    position: relative
}

.header__aside {
    position: absolute;
    color: #fff;
    background-color: var(--color-blue);
    border-radius: 0 12px 12px;
    box-shadow: 0 4px 30px #41a4ff73
}

.header__aside--desktop {
    display: none;
    bottom: 32px;
    left: 52%;
    font-size: .9rem;
    padding: 12px 35px 12px 25px
}

@media (min-width: 780px) {
    .header__aside--desktop {
        display:block
    }
}

@media (min-width: 900px) {
    .header__aside--desktop {
        left:58%
    }
}

@media (min-width: 1100px) {
    .header__aside--desktop {
        left:66%
    }
}

.header__aside--mobile {
    display: block;
    bottom: -48px;
    right: 0;
    font-size: .75rem;
    padding: 8px 20px 8px 15px
}

@media (min-width: 380px) {
    .header__aside--mobile {
        bottom:4px
    }
}

@media (min-width: 780px) {
    .header__aside--mobile {
        display:none
    }
}

.header__subtitle {
    font-weight: 300;
    font-size: 1rem
}

@media (min-width: 780px) {
    .header__subtitle {
        font-size:1.375rem
    }
}

.header__background {
    position: absolute;
    height: 231px;
    right: 0;
    bottom: -265px;
    left: 0;
    margin: auto;
    z-index: -1;
    background-image: url(header-mobile-2ff813fc.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    overflow: visible
}

@media (min-width: 780px) {
    .header__background {
        background-image:url(header-desktop-e9874eb8.png);
        background-position: center right;
        background-size: contain;
        top: -120px;
        right: -300px;
        bottom: -120px;
        left: 0;
        height: auto
    }
}

@media (min-width: 1200px) {
    .header__background {
        right:-190px
    }
}

.input-group input {
    display: block;
    margin: 0 0 16px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 100px;
    background: none
}

@media (min-width: 540px) {
    .input-group {
        position:relative;
        height: 64px;
        max-width: 530px
    }

    .input-group input {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        padding: 14px 200px 14px 30px
    }

    .input-group .btn {
        position: absolute;
        top: 6px;
        right: 6px;
        bottom: 6px;
        padding-left: 40px;
        padding-right: 40px
    }

    .input-group .btn:hover,.input-group .btn:focus {
        transform: scale(1.025)
    }
}

.modal {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffffb3;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.modal .panel {
    width: 100%;
    max-width: 420px;
    margin: 10px;
    box-shadow: 0 16px 64px #00000020
}

.modal .panel__body {
    padding: 30px
}

@media (min-width: 560px) {
    .modal .panel__body {
        padding:40px 60px 60px
    }
}

.modal.revealed {
    animation: modal .625s ease
}

.modal.revealed .panel {
    animation: modal-panel .625s ease
}

@keyframes modal {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-panel {
    0% {
        transform: translateY(-60px)
    }

    to {
        transform: translateY(0)
    }
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    gap: 40px
}

.navigation__logo {
    width: 190px;
    vertical-align: middle;
    margin-left: -20px;
    margin-top: -10px;
}

.navigation__items {
    display: none;
    gap: 90px;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width: 1200px) {
    .navigation__items {
        display:flex
    }
}

.navigation li a {
    color: var(--color-text-lighter);
    padding: 20px 0
}

.navigation li a:hover,.navigation li a:focus {
    color: var(--color-blue)
}

@media (max-width: 779.999999px) {
    .navigation {
        gap:20px
    }

    .navigation .btn {
        padding-left: 20px;
        padding-right: 20px
    }
}

.navigation-container {
    background-color: #fff;
    padding: 0 24px
}

@media (min-width: 780px) {
    .navigation-container {
        background-color:transparent
    }
}

.offer {
    padding-bottom: 200px;
    background-position: bottom right;
    background-repeat: no-repeat
}

.offer--1 {
    background-image: url(offer-1-8966d4bf.png)
}

.offer--2 {
    background-image: url(offer-2-825c2998.png)
}

.offer--3 {
    background-image: url(offer-3-ba9b03c2.png)
}

.offer--4 {
    background-image: url(offer-4-1b3420db.png);
    background-position: bottom -80px right
}

@media (min-width: 560px) {
    .offer {
        padding-bottom:0;
        background-size: auto
    }
}

@media (min-width: 1080px) {
    .offer--1 {
        grid-area:1/1/1/1
    }

    .offer--2 {
        grid-area: 1/2/1/2
    }

    .offer--3 {
        grid-area: 2/1/2/1
    }

    .offer--4 {
        grid-area: 2/2/2/2
    }
}

@media (min-width: 1200px) {
    .offer--1 {
        grid-area:1/1/1/span 3
    }

    .offer--2 {
        grid-area: 1/4/1/span 2
    }

    .offer--3 {
        grid-area: 2/1/2/span 2
    }

    .offer--4 {
        grid-area: 2/3/2/span 3
    }
}

.offers {
    display: grid;
    gap: 25px;
    grid-template-columns: 1
}

@media (min-width: 1080px) {
    .offers {
        grid-template-columns:repeat(2,1fr);
    }
}

@media (min-width: 1200px) {
    .offers {
        grid-template-columns:repeat(5,1fr)
    }
}

.panel {
    border-radius: 20px;
    background-color: #fff
}

.panel__body {
    padding: 24px
}

@media (min-width: 560px) {
    .panel__body {
        padding:35px 50px
    }
}

.post__header {
    position: relative;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 30px
}

@media (min-width: 780px) {
    .post__header {
        padding:60px
    }
}

.post__header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.81) 100%);
    z-index: 0
}

.post__header h1 {
    position: relative;
    font-size: calc(1.4375rem + 2.25vw);
    color: #fff;
    margin: 130px 0 0;
    max-width: 520px
}

@media (min-width: 1200px) {
    .post__header h1 {
        font-size:3.125rem
    }
}

.post__header p {
    margin: 0;
    opacity: .5
}

.post__header a:hover,.post__header a:focus {
    text-decoration: underline
}

.post__header * {
    color: #fff
}

.post__content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.post__body {
    line-height: 2
}

.post__body h1,.post__body h2,.post__body h3,.post__body h4,.post__body h5,.post__body h6,.post__body p {
    margin: 0 0 16px
}

.post__body ul {
    list-style: disc
}

.post__body ol {
    list-style: decimal
}

.post__body ul,.post__body ol {
    padding-left: 18px
}

.post__body ul p,.post__body ol p {
    margin: 0
}

.post__aside {
    padding: 24px 30px
}

.post h3 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .post h3 {
        font-size:1.5rem
    }
}

.post .wavy-form .ufo {
    margin-right: 30px
}

@media (min-width: 1200px) {
    .post .wavy-form .ufo__image {
        display:none
    }
}

.post .wavy-form .input {
    width: auto;
    flex: 1
}

.post-tile {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    padding: 25px;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden
}

.post-tile--wide {
    aspect-ratio: 1.5
}

@media (min-width: 1000px) {
    .post-tile {
        display:flex
    }
}

.post-tile__background,.post-tile__background-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform .35s ease
}

.post-tile__background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.post-tile__background-overlay {
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.81) 100%)
}

.post-tile:hover:not(.post-tile--wide) .post-tile__background,.post-tile:focus:not(.post-tile--wide) .post-tile__background {
    transform: scale(1.1)
}

.post-tile__title {
    position: relative;
    font-family: monospace;
    font-variant-numeric: lining-nums;
    font-size: calc(1.269rem + .228vw);
    font-weight: 600;
    line-height: 1.1;
    color: #fff
}

@media (min-width: 1200px) {
    .post-tile__title {
        font-size:1.44rem
    }
}

.post-tile__date {
    position: relative;
    color: #fff;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 32px;
    font-size: .75rem;
    padding: 7px 12px;
    margin-bottom: 10px;
    font-family: monospace;
    font-variant-numeric: lining-nums
}

.posts {
    display: grid;
    flex-wrap: wrap;
    gap: 40px
}

@media (min-width: 540px) {
    .posts {
        grid-template-columns:repeat(2,1fr)
    }
}

@media (min-width: 920px) {
    .posts {
        grid-template-columns:repeat(3,1fr)
    }
}

.price {
    color: #09AFF4;
    font-size: 30px;
    font-family: monospace;
    font-variant-numeric: lining-nums;
    font-weight: 600;
    margin-bottom: 25px
}

.related-post {
    position: relative;
    align-items: flex-end;
    padding: 25px;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    display: inline-flex
}

@media (min-width: 1000px) {
    .related-post {
        display:flex
    }
}

.related-post__background,.related-post__background-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform .35s ease
}

.related-post__background {
    background-image: url(../../photo-1488590528505-98d2b5aba04b);
    background-position: no-repeat;
    background-repeat: no-repeat;
    background-size: cover
}

.related-post__background-overlay {
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.81) 100%)
}

.related-post:hover .related-post__background,.related-post:focus .related-post__background {
    transform: scale(1.1)
}

.related-post__title {
    position: relative;
    font-family: monospace;
    font-size: calc(1.269rem + .228vw);
    font-weight: 600;
    line-height: 1.1;
    color: #fff
}

@media (min-width: 1200px) {
    .related-post__title {
        font-size:1.44rem
    }
}

.related-posts {
    display: grid;
    gap: 20px
}

@media (min-width: 540px) {
    .related-posts {
        grid-template-columns:repeat(2,1fr)
    }
}

@media (min-width: 920px) {
    .related-posts {
        grid-template-columns:repeat(3,1fr)
    }
}

@media (min-width: 1200px) {
    .related-posts {
        width:290px;
        grid-template-columns: repeat(1,1fr)
    }
}

.tag {
    display: inline-block;
    color: var(--color-blue);
    background-color: var(--color-blue-muted);
    padding: 5px 12px;
    margin: 4px;
    border-radius: 24px;
    font-size: .75rem
}

.tag--outline {
    background-color: transparent;
    border: 1px solid rgba(35,136,255,.2);
    padding: 8px 24px;
    font-size: .785rem
}

.tags {
    margin: -4px
}

.wavy-form {
    background: url(wave-eebfd749.svg) no-repeat center right 60px var(--color-yellow);
    background-size: 867px 100%;
    margin-top: -40px
}

@media (min-width: 900px) {
    .wavy-form__body {
        display:flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px
    }
}

.wavy-form form {
    flex-basis: 300px
}

.wavy-form .btn {
    flex: 1;
    height: 60px;
    z-index: 1
}

.wavy-form .input {
    width: 100%;
    height: 60px
}

.wavy-form .ufo {
    position: relative
}

.wavy-form .ufo__image {
    position: absolute;
    top: 20px;
    right: -70px;
    pointer-events: none
}

@media (min-width: 900px) {
    .wavy-form .ufo__image {
        top:-72px;
        right: -200px
    }
}

@media (min-width: 1320px) {
    .wavy-form form {
        flex-basis:auto
    }

    .wavy-form .input {
        width: auto
    }

    .wavy-form p {
        margin-bottom: 0
    }
}

.why {
    overflow-x: auto;
    justify-content: space-between!important;
    gap: 80px!important;
    padding-top: 0
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-flex {
    display: flex
}

.d-inline-flex {
    display: inline-flex
}

.d-none {
    display: none
}

.flex-1 {
    flex: 1
}

.flex-wrap {
    flex-wrap: wrap
}

.align-items-start {
    align-items: start
}

.align-items-center {
    align-items: center
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-around {
    justify-content: space-around
}

.justify-content-center {
    justify-content: center
}

.justify-content-end {
    justify-content: flex-end
}

.input {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    box-shadow: 0 0 0 1px transparent;
    display: block;
    margin: 0 0 12px;
    padding: 15px 20px;
    transition: box-shadow .15s ease-out
}

.input:focus {
    outline: none;
    box-shadow: 0 0 0 1px var(--color-blue)
}

.input:disabled {
    opacity: .6;
    cursor: not-allowed
}

.input--blurry {
    border: none;
    background-color: #ffffff80;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    margin-bottom: 0
}

.input::not(&-blurry)::-moz-placeholder {
    color: #bbb
}

.input::not(&-blurry)::placeholder {
    color: #bbb
}

.container {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1400px;
    position: relative
}

.row {
    display: flex;
    gap: 25px
}

.row>.col {
    flex: 1
}

.opacity-0 {
    opacity: 0
}

.opacity-25 {
    opacity: .25
}

.opacity-50 {
    opacity: .5
}

.opacity-75 {
    opacity: .75
}

.opacity-100 {
    opacity: 1
}

.overflow-hidden {
    overflow: hidden
}

.w-0 {
    width: 0
}

.w-100 {
    width: 100%
}

.w-auto {
    width: auto
}

.p-0 {
    padding: 0!important
}

.pt-0 {
    padding-top: 0!important
}

.pr-0 {
    padding-right: 0!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pl-0 {
    padding-left: 0!important
}

.px-0 {
    padding-left: 0!important;
    padding-right: 0!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.p-1 {
    padding: 20px!important
}

.pt-1 {
    padding-top: 20px!important
}

.pr-1 {
    padding-right: 20px!important
}

.pb-1 {
    padding-bottom: 20px!important
}

.pl-1 {
    padding-left: 20px!important
}

.px-1 {
    padding-left: 20px!important;
    padding-right: 20px!important
}

.py-1 {
    padding-top: 20px!important;
    padding-bottom: 20px!important
}

.p-2 {
    padding: 40px!important
}

.pt-2 {
    padding-top: 40px!important
}

.pr-2 {
    padding-right: 40px!important
}

.pb-2 {
    padding-bottom: 40px!important
}

.pl-2 {
    padding-left: 40px!important
}

.px-2 {
    padding-left: 40px!important;
    padding-right: 40px!important
}

.py-2 {
    padding-top: 40px!important;
    padding-bottom: 40px!important
}

.p-3 {
    padding: 60px!important
}

.pt-3 {
    padding-top: 60px!important
}

.pr-3 {
    padding-right: 60px!important
}

.pb-3 {
    padding-bottom: 60px!important
}

.pl-3 {
    padding-left: 60px!important
}

.px-3 {
    padding-left: 60px!important;
    padding-right: 60px!important
}

.py-3 {
    padding-top: 60px!important;
    padding-bottom: 60px!important
}

.p-4 {
    padding: 80px!important
}

.pt-4 {
    padding-top: 80px!important
}

.pr-4 {
    padding-right: 80px!important
}

.pb-4 {
    padding-bottom: 80px!important
}

.pl-4 {
    padding-left: 80px!important
}

.px-4 {
    padding-left: 80px!important;
    padding-right: 80px!important
}

.py-4 {
    padding-top: 80px!important;
    padding-bottom: 80px!important
}

.m-0 {
    margin: 0!important
}

.mt-0 {
    margin-top: 0!important
}

.mr-0 {
    margin-right: 0!important
}

.mb-0 {
    margin-bottom: 0!important
}

.ml-0 {
    margin-left: 0!important
}

.mx-0 {
    margin-left: 0!important;
    margin-right: 0!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.m-1 {
    margin: 20px!important
}

.mt-1 {
    margin-top: 20px!important
}

.mr-1 {
    margin-right: 20px!important
}

.mb-1 {
    margin-bottom: 20px!important
}

.ml-1 {
    margin-left: 20px!important
}

.mx-1 {
    margin-left: 20px!important;
    margin-right: 20px!important
}

.my-1 {
    margin-top: 20px!important;
    margin-bottom: 20px!important
}

.m-2 {
    margin: 40px!important
}

.mt-2 {
    margin-top: 40px!important
}

.mr-2 {
    margin-right: 40px!important
}

.mb-2 {
    margin-bottom: 40px!important
}

.ml-2 {
    margin-left: 40px!important
}

.mx-2 {
    margin-left: 40px!important;
    margin-right: 40px!important
}

.my-2 {
    margin-top: 40px!important;
    margin-bottom: 40px!important
}

.m-3 {
    margin: 60px!important
}

.mt-3 {
    margin-top: 60px!important
}

.mr-3 {
    margin-right: 60px!important
}

.mb-3 {
    margin-bottom: 60px!important
}

.ml-3 {
    margin-left: 60px!important
}

.mx-3 {
    margin-left: 60px!important;
    margin-right: 60px!important
}

.my-3 {
    margin-top: 60px!important;
    margin-bottom: 60px!important
}

.m-4 {
    margin: 80px!important
}

.mt-4 {
    margin-top: 80px!important
}

.mr-4 {
    margin-right: 80px!important
}

.mb-4 {
    margin-bottom: 80px!important
}

.ml-4 {
    margin-left: 80px!important
}

.mx-4 {
    margin-left: 80px!important;
    margin-right: 80px!important
}

.my-4 {
    margin-top: 80px!important;
    margin-bottom: 80px!important
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.text-default {
    color: var(--color-text)
}

.text-blue {
    color: #09AFF4
}

.text-yellow {
    color: var(--color-yellow)
}

.text-muted {
    color: var(--color-text-lighter)
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-nowrap {
    white-space: nowrap
}

.text-break {
    word-break: break-word
}

.text-truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.text-underline {
    text-decoration: underline
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

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

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

.font-weight-700 {
    font-weight: 700
}
