:root {
    --primary: #0B2A2C;
    --secondary: #F3EBE9;
    --secondary-alt: #EADEDB;
    --body-font: "Poppins", sans-serif, system-ui;
    --header-font: "Josefin Sans", sans-serif, system-ui;
}

body {
    font-family: var(--body-font);
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.2px;
    background-color: var(--secondary);
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}
a, a:hover {
    color: var(--purple);
    text-decoration: none;
}
p {
    margin-bottom: 16px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: var(--header-font);
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
/*! Header */
.SW__header {
    background: url('../images/header-bg.jpg') no-repeat;
    background-position: bottom left;
    background-size: cover;
    min-height: 100vh;
}
.SW__headerlogo {
    max-width: 160px;
}
.SW__headerwrapper {
    position: relative;
    padding-top: 74px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-around;
}
.SW__nav {
    position: absolute;
    width: 100%;
    top: 20px;
}
.SW__hero {
    align-self: center;
    text-align: center;
}
.SW__button {
    background: var(--primary);
    color: var(--secondary);
    padding: 12px 24px;
    border-radius: 33px;
    font-weight: 600;
    letter-spacing: 0.1px;
    display: block;
    width: fit-content;
    height: max-content;
    align-self: center;
    line-height: 110%;
    text-align: center;
}
.SW__button:hover {
    color: var(--secondary);
}
.button__big {
    font-size: 16px;
    padding: 18px 40px;
}
.SW__cta .SW__button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;   
}
.SW__hero h2 {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 110%;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.SW__hero h3 {
    font-size: 20px;
    padding: 0 30px;
    margin-bottom: 40px;
    line-height: 120%;
    letter-spacing: -0.5px;
}
.button__big + span {
    font-weight: 600;
    color: var(--secondary);
    font-size: 14px;
    letter-spacing: 0px;
}
.SW__emoji {
    font-size: 18px;
}

.SW__contentwrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

.SW__title {
    text-align: center;
    margin-bottom: 16px;
}

.SW__title h3 {
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 700;
}

.SW__title h4 {
    font-size: 20px;
    line-height: 124%;
    letter-spacing: -0.5px;
}

.SW__collage .SW__photo {
    height: 100%;
    background: #EADEDB;
    border-radius: 24px;
    min-height: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.SW__collage {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 16px;
    margin-bottom: 16px;
}

.SW__collage .SW__photo:last-of-type {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 3;
}
.SW__advantages {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    grid-row: 2;
    gap: 16px;
}

.advantage__box {
    padding: 34px 36px 16px;
    background: var(--secondary-alt);
    border-radius: 24px;
    /* border: 1px solid #d3c1bc; */
    position: relative;
}
.SW__contentwrapper:nth-child(2) .advantage__box {
    padding-left: 70px
}
.SW__contentwrapper:nth-child(3) .advantage__box {
    border: none;
}
.box__number {
    font-size: 50px;
    line-height: 120%;
    font-weight: 700;
    color: #B69E98;
    margin-bottom: 20px;
    position: absolute;
    left: 24px;
    top: 24px;
}

.advantage__box h5 {
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: 20px;
}
.advantage__box p {
    margin-bottom: 10px;
}
.SW__author {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.SW__author img {
    /* position: absolute; */
    /* left: 40px; */
    /* top: -30px; */
    max-width: 50%;
    margin: 0 auto;
}

.box__icon {
    max-width: 70px;
    margin: 0 auto 16px;
}

.advantage__box p {
    line-height: 150%;
}

.SW__programs {
    background: var(--secondary-alt);
    padding-top: 40px;
    padding-bottom: 40px;
}
.SW__programsbox {
    display: grid;
    gap: 16px;
}
.SW__program {
    padding: 40px;
    background: var(--primary);
    color: var(--secondary);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    text-align: center;
    border: 1px solid #e0d3cf;
}

.program__title h5 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 0;
}
.program__title p {
    margin-bottom: 0;
}
.program__price, .program__duration {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.program__benefits {
    padding-top: 16px;
    border-top: 1px solid #ffffff12;
    margin-top: 6px;
}

.program__benefits span {
    font-weight: 600;
    display: block;
    margin-bottom: 14px;
}

.program__benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 130%;
}

.program__benefits li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 24px;
}

.program__benefits li::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    left: 0;
    top: 6px;
}

.SW__program .SW__button,
.SW__bottomcta .SW__button {
    display: block;
    background: var(--secondary);
    width: 100%;
    color: var(--primary);
    margin-top: 10px;
}
.SW__programs .SW__button:hover {
    /* background: #ffd9ce; */
    box-shadow: 6px 7px 0px 0 #00000029;
}
.transparent {
    background: transparent;
}

.advantage__box.bordered {
    border: 1px solid #00000017;
}
.SW__bottomcta .SW__title {
    margin-bottom: 20px;
}
.SW__bottomcta .SW__button {
    max-width: fit-content
}
.SW__bottomcta {
    background: var(--primary);
    color: var(--secondary);
}

.SW__cta {
    text-align: center;
}

.SW__bottomcta .SW__title h3 {
    font-size: 40px;
    letter-spacing: -2px;
}

.SW__bottomcta .SW__title h4 {
    font-size: 19px;
    letter-spacing: -0.5px;
}

.SW__footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

ul.social {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.SW__about {
    text-align: center;
    margin-bottom: 24px;
}
.footer__copyright {
    display: grid;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    /* margin-top: 20px; */
    font-size: 14px;
    gap: 10px;
    align-items: center;
    justify-items: center;
}

.footer__copyright p {
    margin-bottom: 0;
}

.footer__copyright ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0 16px;
    justify-content: center;
}
.footer__logo {
    max-width: 160px;
}

.SW__programsbox + .SW__cta span {
    color: var(--primary);
}

.SW__programsbox + .SW__cta {
    margin-top: 60px;
}

.SW__innerbox {
    background: var(--secondary-alt);
    border-radius: 30px;
    padding: 30px 20px 30px;
    color: var(--primary);
    text-align: center;
}

.SW__text p:last-child {
    margin-bottom: 0;
}

/*!
 * Media Queries
 */
@media (min-width: 768px) {
.SW__advantages {
    grid-template-columns: repeat(2, 1fr);
}

.SW__author img {
    max-width: 30%;
}

.SW__bottomcta .SW__title h3 {
    font-size: 40px;
    padding-left: 80px;
    padding-right: 80px;
}

.SW__bottomcta .SW__title h4 {
    font-size: 22px;
}

.SW__hero h2 {
    font-size: 44px;
}

.SW__hero h3 {
    font-size: 22px;
}

.SW__headerwrapper {
    padding-top: 90px;
}
.SW__programsbox {
    grid-template-columns: repeat(2, 1fr);
}
.SW__contentwrapper:nth-child(5) .SW__advantages {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 992px) {
.SW__author img {
    max-width: 100%;
    position: absolute;
    right: -50px;
}
.SW__bottomcta .SW__title h3 {
    padding: 0;
}
}

@media (min-width: 1200px) {
body {
    line-height: 180%
}
.SW__header {
    height: 100vh;
}
.SW__headerlogo {
    max-width: 218px;
}
.SW__headerwrapper {
    padding-top: 60px;
    padding-bottom: 30px;
}
.SW__nav {
    top: 40px;
}
.button__big {
    font-size: 20px;
}
.SW__hero h2 {
    font-size: 64px;
    line-height: 110%;
    margin-bottom: 16px;
    letter-spacing: -4px;
}
.SW__hero h3 {
    /* font-size: 22px; */
    padding: 0 120px;
    margin-bottom: 40px;
    line-height: 140%;
}
.SW__contentwrapper {
    padding-top: 110px;
    padding-bottom: 120px;
}
.SW__title {
    margin-bottom: 60px;
}
.SW__title h3 {
    font-size: 44px;
    letter-spacing: -2px;
}
.SW__title h4 {
    font-size: 22px;
    line-height: 140%;
}
.SW__collage .SW__photo {
    min-height: 220px;
}
.SW__collage {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 0;
}
.SW__advantages {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.SW__contentwrapper:nth-child(2) .advantage__box {
    padding-left: 36px;
}
.box__number {
    font-size: 68px;
    line-height: 120%;
    margin-bottom: 20px;
    position: relative;
    left: auto;
    top: auto;
}
.advantage__box h5 {
    letter-spacing: -0.5px;
    font-size: 20px;
}
.SW__author {
    position: relative;
    display: flex;
    height: 100%;
}
.SW__author img {
    position: absolute;
    left: 0px;
    top: -10px;
    max-width: fit-content;
    right: auto;
    height: 100%;
}
.advantage__box p {
    line-height: 150%;
}
.SW__programsbox {
    grid-template-columns: repeat(2, 1fr);
}
.program__title h5 {
    font-size: 26px;
    padding: 0;
}
.SW__bottomcta .SW__title {
    margin-bottom: 40px;
}
.SW__bottomcta {
    padding-top: 130px;
    padding-bottom: 130px;
}
.SW__bottomcta .SW__title h3 {
    font-size: 92px;
    letter-spacing: -6px;
}
.SW__bottomcta .SW__title h4 {
    font-size: 24px;
    letter-spacing: -0.5px;
}
.SW__footer {
    padding-top: 80px;
    padding-bottom: 80px;
}
ul.social {
    margin: 20px 0 0;
}
.footer__copyright {
    flex-direction: row;
    justify-content: left;
    grid-template-columns: repeat(2, auto);
}
.footer__copyright p {
    margin-bottom: 0;
}
.footer__copyright ul {
    justify-content: flex-end;
}
.SW__contentwrapper:nth-child(3) .SW__advantages {
    grid-template-columns: repeat(4, 1fr);
}

.SW__contentwrapper:nth-child(2) {
    padding-top: 0;
    padding-bottom: 30px;
}
.button__big + span {
    font-size: 18px
}
.footer__copyright .d-grid {
    grid-template-columns: repeat(2, auto);
    gap: 0 10px;
    display: grid;
    align-items: center;
}
.footer__logo + p {
    margin-top: 4px;
}
.SW__about {
    margin-bottom: 40px;
    text-align: left;
}
.box__icon {
    max-width: 80px;
}
.SW__program {
    min-height: 260px;
    justify-content: center;
}
.SW__innerbox {
    padding: 80px 50px 70px;
}
.SW__text {
    padding-left: 40px;
    padding-right: 40px;
}
.SW__button {
    transition: all .15s linear;
    box-shadow: 0px 0px 0px 0 #ffffff3b;
}
.SW__button:hover {
    transition: all .15s linear;
    box-shadow: 6px 7px 0px 0 #ffffff3b;
    border-radius: 2px;
}
}