/* [Colors] */

body {
    --Brand: rgba(205,162,116,1.00);
    --Primary-Text: rgba(41,47,54,1.00);
    --Secondary-Text: rgba(77,80,83,1.00);
    --Border: rgba(230,230,230,1.00);
    --Light-BG: rgba(244,240,236,1.00);
}

/* [Global] */

container {
    width: 100%;
    margin: 0px auto 0px auto;
    display: block;
    padding: 0px 20px 0px 20px;
    max-width: 1240px;
}

body {
    color: var(--Primary-Text);
    position: relative;
    font-size: 22px;
    background: rgba(255,255,255,1.00);
    font-family: Jost;
    line-height: 1.6;
}

h2 {
    margin: 0px 0px 0px 0px;
    font-size: 50px;
    font-family: DM Serif Display;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 2%;
}

h1 {
    margin: 0px 0px 0px 0px;
    font-size: 85px;
    font-family: DM Serif Display;
    font-weight: 400;
    line-height: 1.2;
}

h3 {
    margin: 0px 0px 0px 0px;
    font-size: 25px;
    font-family: DM Serif Display;
    font-weight: 400;
    line-height: 1.2;
}

h4 {
    color: #292F36;
}

p {
    margin: 0px 0px 0px 0px;
    letter-spacing: 1%;
}

a {
    color: #292F36;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    transition: all 200ms 0ms linear;
    text-decoration: none;
}

span {
}

input {
    font-family: Jost;
}

textarea {
    font-family: Jost;
}

button {
    font-family: Jost;
}

/* [Classes] */

.button-primary {
    color: rgba(255,255,255,1.00);
    height: 75px;
    display: flex;
    padding: 0px 35px 0px 35px;
    font-size: 18px;
    background: var(--Primary-Text);
    column-gap: 10px;
    transition: all 200ms 0ms linear;
    align-items: center;
    font-weight: 600;
    border-radius: 18px;
    letter-spacing: 2%;
    justify-content: center;
}

.button-primary:hover {
}

.button-primary:hover >img {
    transform: translate(5px,0px);
}

.button-secondary {
    color: rgba(255,255,255,1.00);
    height: 75px;
    display: flex;
    padding: 0px 35px 0px 35px;
    font-size: 18px;
    background: var(--Brand);
    column-gap: 10px;
    text-align: center;
    transition: all 200ms 0ms linear;
    align-items: center;
    font-weight: 600;
    border-radius: 18px;
    letter-spacing: 2%;
    justify-content: center;
}

.button-secondary:hover >img {
    transform: translate(5px,0px);
    transition: all 200ms 0ms linear;
}

.text-18 {
    font-size: 18px;
}

.mt-10 {
    margin: 10px 0px 0px 0px;
}

.mt-20 {
    margin: 20px 0px 0px 0px;
}

.mt-50 {
    margin: 50px 0px 0px 0px;
}

.read-more {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
}

.read-more:hover >img {
    transform: translate(5px,0px);
    transition: all 200ms 0ms linear;
}

.mt-30 {
    margin: 30px 0px 0px 0px;
}

.color-secondary {
    color: var(--Secondary-Text);
}

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

.mt-40 {
    margin: 40px 0px 0px 0px;
}

.mt-90 {
    margin: 90px 0px 0px 0px;
}

.top-right-radius {
    border-radius: 0px 80px 0px 0px;
}

.top-left-radius {
    border-radius: 80px 0px 0px 0px;
}

.bottom-right-radius {
    border-radius: 0px 0px 80px 0px;
}

.bottom-left-radius {
    border-radius: 0px 0px 0px 80px;
}

.mt-15 {
    margin: 15px 0px 0px 0px;
}

.text-85 {
    font-size: 85px;
}

.border-radius-62 {
    border: 1px solid var(--Border);
    border-radius: 62px 62px 62px 62px;
}

.text-color-white {
    color: rgba(255,255,255,1.00);
}

.border-radius-70 {
    border-radius: 70px;
}

.mt-150 {
    margin: 150px 0px 0px 0px;
}

.h2 {
    font-size: 50px;
}

.text-35 {
    font-size: 35px;
}

.mt-80 {
    margin: 80px 0px 0px 0px;
}

.mt-60 {
    margin: 60px 0px 0px 0px;
}

.border-radius-30 {
    border-radius: 30px;
}

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

.text-120 {
    font-size: 120px;
}

.mt-100 {
    margin: 100px 0px 0px 0px;
}

.border-radius-40 {
    border-radius: 40px;
}

.bottom-border {
    border-bottom: 1px solid var(--Brand);
}

.color-brand {
    color: var(--Brand);
}

/* [Tags] */

body .t1 {
    padding: 40px 0px 40px 0px;
    z-index: 5;
    position: relative;
}

body .t3 {
    display: flex;
    justify-content: space-between;
}

body .t4 {
    display: flex;
    column-gap: 70px;
    align-items: center;
    justify-content: center;
}

body .t5 {
    display: flex;
}

body .t6 {
    display: none;
    align-items: center;
    justify-content: center;
}

body .t7 {
    font-size: 20px;
    line-height: 1.3;
}

body .t7:hover {
    color: var(--Brand);
}

body .t10 {
    padding: 100px 0px 50px 0px;
    z-index: 5;
    position: relative;
}

body .t12 {
    display: flex;
    column-gap: 100px;
}

body .t13 {
    top: auto;
    left: 0%;
    right: 0%;
    bottom: 50px;
    text-align: center;
}

body .t14 {
}

body .t15 {
    flex: 1 1 0%;
    display: grid;
    column-gap: 50px;
    grid-template-columns: 1fr 1fr ;
}

body .t17 {
    max-width: 400px;
}

body .t19 {
    display: flex;
    column-gap: 50px;
}

body .t22 {
    display: flex;
    flex-direction: column;
}

body .t25 {
    display: flex;
    row-gap: 20px;
    align-items: flex-start;
    flex-direction: column;
}

body .t26 {
}

body .t28 {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
}

body .t31 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    pointer-events: none;
}

body .t32 {
    height: 100%;
}

body .t33 {
    height: 100%;
    display: grid;
    border-left: 1px solid var(--Border);
    border-right: 1px solid var(--Border);
    grid-template-columns: 1fr 1fr 1fr;
}

body .t35 {
    border-left: 1px solid var(--Border);
    border-right: 1px solid var(--Border);
}

body .t37 {
    padding: 100px 0px 100px 0px;
    z-index: 5;
    position: relative;
}

body .t39 {
    padding: 80px 20px 80px 20px;
    background: var(--Primary-Text);
}

body .t40 {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

body .t41 {
    display: flex;
    justify-content: center;
}

body .t43 {
    max-width: 820px;
}

body .t44 {
}

body .t46 {
    transition: all 200ms 0ms linear;
}

body .t47 {
    padding: 100px 0px 100px 0px;
    z-index: 5;
    position: relative;
}

body .t49 {
    text-align: center;
}

body .t50 {
    margin: 0px auto 0px auto;
    max-width: 800px;
}

body .t51 {
    margin: 80px auto 0px auto;
    display: flex;
    column-gap: 40px;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
}

body .t53 {
    z-index: 5;
}

body .t54 {
    display: flex;
    justify-content: center;
}

body .t55 {
    width: 100%;
    margin: 0px auto 0px auto;
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
}

body .t57 {
    border: 1px none rgba(0,0,0,1);
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    background: rgba(255,255,255,0.00);
    border-bottom: 1px solid var(--Secondary-Text);
}

body .t57:focus {
    outline: none;
}

body .t58 {
    width: 100%;
    border: 1px none rgba(0,0,0,1);
    height: 130px;
    resize: vertical;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    background: rgba(255,255,255,0.00);
    max-height: 250px;
    min-height: 130px;
    border-bottom: 1px solid var(--Secondary-Text);
}

body .t58:focus {
    outline: none;
}

body .t59 {
    z-index: 1000;
}

body .t60 {
    color: var(--Primary-Text);
    font-size: 22px;
    background: rgba(255,255,255,1.00);
    line-height: 1.6;
}

body .t61 {
    padding: 50px 0px 0px 0px;
}

body .t62 {
    padding: 50px 0px 0px 0px;
}

body .t63 {
    padding: 50px 0px 50px 0px;
}

body .t64 {
    max-width: 1360px;
}

body .t65 {
    padding: 25px 25px 25px 25px;
    background: rgba(251,251,251,1.00);
    box-shadow:  0px 25px 50px -30px rgba(0,0,0,0.25);
    border-radius: 10px;
}

body .t67 {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body .t68 {
    color: var(--Brand);
    font-size: 42px;
}

body .t69 {
    margin: 15px 0px 0px 0px;
    display: flex;
    flex-direction: column;
}

body .t70 {
    border: 1px dotted var(--Brand);
    height: 40px;
    margin: 15px 0px 0px 0px;
    background: rgba(205,162,116,0.07);
}

body .t71 {
    color: var(--Primary-Text);
    font-size: 17px;
    font-weight: 600;
}

body .t72 {
    color: rgba(165,165,165,1.00);
    border: 1px none rgba(175,175,175,1.00);
    font-size: 16px;
}

body .t73 {
    max-width: 1360px;
}

body .t74 {
    display: grid;
    padding: 25px 25px 25px 25px;
    background: rgba(251,251,251,1.00);
    box-shadow:  0px 25px 50px -30px rgba(0,0,0,0.25);
    border-radius: 10px;
    grid-template-columns: 1fr 3fr ;
}

body .t77 {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px dashed rgba(175,175,175,1.00);
}

body .t78 {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px dashed rgba(175,175,175,1.00);
}

body .t79 {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px dashed rgba(175,175,175,1.00);
}

body .t80 {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px dashed rgba(175,175,175,1.00);
}

body .t81 {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px dashed rgba(175,175,175,1.00);
}

body .t82 {
    display: flex;
    flex-direction: column;
}

body .t83 {
    color: var(--Brand);
    font-weight: 600;
}

body .t84 {
    color: rgba(165,165,165,1.00);
}

body .t85 {
}

body .t86 {
    display: flex;
    flex-direction: column;
}

body .t87 {
    color: var(--Brand);
    font-weight: 600;
}

body .t88 {
    color: rgba(165,165,165,1.00);
}

body .t89 {
    letter-spacing: 2%;
}

body .t90 {
    display: flex;
    flex-direction: column;
}

body .t91 {
    color: var(--Brand);
    font-weight: 600;
}

body .t92 {
    color: rgba(165,165,165,1.00);
}

body .t93 {
    letter-spacing: 2%;
}

body .t94 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

body .t95 {
    color: var(--Brand);
    font-weight: 600;
}

body .t96 {
    color: rgba(165,165,165,1.00);
    margin: 0px 0px 15px 0px;
}

body .t97 {
}

body .t98 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

body .t99 {
    color: var(--Brand);
    font-weight: 600;
}

body .t100 {
    color: rgba(165,165,165,1.00);
    margin: 0px 0px 15px 0px;
}

body .t101 {
}

body .t102 {
    color: var(--Brand);
    font-size: 42px;
    line-height: 1.6;
}

body .t103 {
    max-width: 1360px;
}

body .t104 {
    display: grid;
    padding: 25px 25px 25px 25px;
    background: rgba(251,251,251,1.00);
    box-shadow:  0px 25px 50px -30px rgba(0,0,0,0.25);
    border-radius: 10px;
    grid-template-columns: 1fr 3fr ;
}

body .t107 {
    display: flex;
    column-gap: 20px;
}

body .t108 {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

body .t109 {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

body .t110 {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

body .t111 {
    color: var(--Brand);
    font-weight: 600;
}

body .t112 {
    color: rgba(165,165,165,1.00);
    margin: 0px 0px 15px 0px;
}

body .t113 {
    z-index: 1000;
}

body .t115 {
    transition: all 200ms 0ms linear;
}

body .t116 {
    background: var(--Brand);
}

body .t117 {
    color: var(--Brand);
    font-weight: 600;
}

body .t118 {
    color: rgba(165,165,165,1.00);
    margin: 0px 0px 15px 0px;
}

body .t120 {
    transition: all 200ms 0ms linear;
}

body .t121 {
    color: var(--Brand);
    font-weight: 600;
}

body .t122 {
    color: rgba(165,165,165,1.00);
    margin: 0px 0px 15px 0px;
}

body .t123 {
    margin: 20px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .t124 {
}

body .t126 {
    transition: all 200ms 0ms linear;
}

body .t127 {
    color: var(--Brand);
    font-size: 42px;
    line-height: 1.6;
}

body .t128 {
}

body .t129 {
    display: flex;
    z-index: 5;
    position: relative;
    min-height: calc(100vh - 130px);
    align-items: center;
}

body .t130 {
    padding: 100px 0px 100px 0px;
    z-index: 5;
    position: relative;
}

body .t131 {
    padding: 100px 0px 100px 0px;
    z-index: 5;
    position: relative;
}

body .t132 {
    padding: 100px 0px 100px 0px;
    z-index: 5;
    position: relative;
}

body .t133 {
    padding: 50px 0px 50px 0px;
    z-index: 5;
    position: relative;
}

body .t134 {
    padding: 100px 0px 100px 0px;
    z-index: 5;
    position: relative;
}

body .t135 {
    padding: 100px 0px 100px 0px;
    z-index: 5;
    position: relative;
    background: var(--Light-BG);
}

body .t136 {
    z-index: 5;
    position: relative;
}

body .t138 {
    z-index: 5;
    position: relative;
}

body .t141 {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
}

body .t142 {
    z-index: 10000;
    position: relative;
    max-width: 650px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t145 {
    display: flex;
    z-index: 10000;
}

body .t146 {
    z-index: 1000;
}

body .t148 {
    transition: all 200ms 0ms linear;
}

body .t149 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 100%;
}

body .t151 {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr ;
}

body .t152 {
    text-align: center;
}

body .t154 {
    color: rgba(151,151,151,1.00);
}

body .t155 {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .t156 {
    column-gap: 10px;
    align-items: center;
    justify-content: center;
}

body .t158 {
    transition: all 200ms 0ms linear;
}

body .t160 {
    display: grid;
    column-gap: 75px;
    grid-template-columns: 0.85fr 1fr ;
}

body .t161 {
    padding: 30px 0px 30px 0px;
}

body .t162 {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0px 326px 0px 123px;
}

body .t165 {
    display: flex;
    column-gap: 15px;
}

body .t166 {
    display: flex;
}

body .t167 {
    width: 80px;
    height: 80px;
    display: flex;
    background: var(--Light-BG);
    align-items: center;
    border-radius: 100%;
    justify-content: center;
}

body .t168 {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
}

body .t169 {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
}

body .t170 {
    font-weight: 700;
}

body .t175 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

body .t177 {
    padding: 88px 25px 88px 25px;
    background: var(--Light-BG);
    border-radius: 70px;
}

body .t178 {
    margin: 0px auto 0px auto;
    max-width: 550px;
    text-align: center;
}

body .t179 {
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t180 {
    display: flex;
    padding: 42px 37px 42px 37px;
    background: rgba(255,255,255,1.00);
    align-items: flex-start;
    border-radius: 40px;
    flex-direction: column;
}

body .t181 {
    display: flex;
    column-gap: 20px;
}

body .t183 {
    width: 80px;
    height: 80px;
    overflow: hidden;
    background: var(--Light-BG);
    align-items: center;
    border-radius: 100%;
    justify-content: center;
}

body .t184 {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
}

body .t185 {
    top: 50%;
    left: 50%;
    right: auto;
    width: 80px;
    bottom: auto;
    height: 80px;
    object-fit: cover;
}

body .t186 {
    font-weight: 700;
}

body .t187 {
}

body .t189 {
    display: flex;
    justify-content: space-between;
}

body .t190 {
    column-gap: 100px;
    justify-content: center;
}

body .t191 {
    max-width: 180px;
    max-height: 102px;
    min-height: 42px;
}

body .t193 {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

body .t194 {
    display: grid;
    row-gap: 60px;
    column-gap: 105px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr ;
}

body .t196 {
    max-width: 820px;
}

body .t197 {
}

body .t198 {
    width: 100%;
    padding: 0px 0px 100% 0%;
    position: relative;
}

body .t199 {
    display: flex;
    justify-content: space-between;
}

body .t200 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

body .t201 {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
}

body .t202 {
}

body .t203 {
}

body .t205 {
    display: flex;
    justify-content: center;
}

body .t206 {
    display: flex;
    padding: 0px 50px 0px 50px;
    text-align: center;
    align-items: center;
    border-right: 1px solid var(--Brand);
    flex-direction: column;
}

body .t206:last-of-type {
    border-right: 1px none rgba(255,255,255,1.00);
}

body .t207 {
    color: var(--Brand);
}

body .t208 {
}

body .t209 {
}

body .t211 {
    z-index: 5;
    position: relative;
}

body .t212 {
}

body .t213 {
    padding: 100px 0px 100px 0px;
    z-index: 5;
    position: relative;
}

body .t214 {
    padding: 100px 0px 100px 0px;
    z-index: 5;
    position: relative;
}

body .t215 {
    padding: 100px 0px 100px 0px;
    z-index: 5;
    position: relative;
    background: var(--Light-BG);
}

body .t217 {
    max-width: 900px;
}

body .t218 {
    padding: 50px 0px 50px 0px;
    position: relative;
}

body .t219 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 188px;
    border: 25px solid var(--Light-BG);
    bottom: auto;
    height: 100%;
    z-index: 2;
    position: absolute;
    border-right: 1px none rgba(0,0,0,0.00);
    border-radius: 70px 0px 0px 70px;
}

body .t220 {
    margin: 0px auto 0px auto;
    display: flex;
    padding: 40px 60px 40px 60px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body .t221 {
    top: 0%;
    left: auto;
    right: 0%;
    width: 188px;
    border: 25px solid var(--Light-BG);
    bottom: auto;
    height: 100%;
    z-index: 2;
    position: absolute;
    border-left: 1px none rgba(0,0,0,0.00);
    border-radius: 0px 70px 70px 0px;
}

body .t223 {
    font-style: italic;
}

body .t226 {
    display: flex;
    row-gap: 80px;
    flex-direction: column;
}

body .t227 {
    display: grid;
    column-gap: 50px;
    grid-template-columns: 1fr 1.2fr ;
}

body .t228 {
    display: grid;
    column-gap: 50px;
    grid-template-columns: 1.2fr 1fr ;
}

body .t229 {
    padding: 20px 0px 20px 0px;
}

body .t230 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

body .t233 {
    display: flex;
}

body .t237 {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

body .t238 {
    padding: 20px 0px 20px 0px;
}

body .t239 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

body .t242 {
    display: flex;
}

body .t246 {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

body .t248 {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

body .t251 {
    max-width: 550px;
}

body .t252 {
    margin: 40px 0px 0px 0px;
    display: flex;
}

body .t253 {
    display: flex;
    padding: 70px 30px 70px 30px;
    overflow: hidden;
    position: relative;
    background: rgba(255,255,255,1.00);
    text-align: center;
    align-items: center;
    border-radius: 30px;
    flex-direction: column;
    justify-content: center;
}

body .t253:hover a {
    z-index: 10;
    position: relative;
}

body .t253:hover >img {
    opacity: 0%;
}

body .t258 {
}

body .t259 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    z-index: 10;
    position: absolute;
    object-fit: cover;
    transition: all 200ms 0ms linear;
}

body .t260 {
    display: flex;
    column-gap: 30px;
}

body .t262 {
}

body .t267 {
    padding: 100px 0px 100px 0px;
    z-index: 5;
    position: relative;
}

body .t268 {
    padding: 100px 0px 100px 0px;
    z-index: 5;
    position: relative;
}

body .t277 {
    margin: 40px 0px 0px 0px;
    display: grid;
    column-gap: 40px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t278 {
    text-align: center;
}

body .t279 {
    padding: 80px 20px 80px 20px;
    text-align: center;
    transition: all 200ms 0ms linear;
}

body .t279:hover {
    background: var(--Light-BG);
    transition: all 200ms 0ms linear;
}

body .t283 {
    padding: 160px 116px 160px 116px;
    background: var(--Light-BG);
}

body .t284 {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

body .t285 {
    display: flex;
    row-gap: 60px;
    column-gap: 50px;
    flex-direction: column;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

body .t287 {
    max-width: 700px;
}

body .t288 {
    display: grid;
    column-gap: 50px;
    grid-template-columns: 1fr 1fr ;
}

body .t289 {
    display: grid;
    column-gap: 50px;
    grid-template-columns: 1fr 1fr ;
}

body .t290 {
    width: 100%;
    padding: 0px 0px 100% 0px;
    overflow: hidden;
    position: relative;
    border-radius: 0px 123px 0px 326px;
}

body .t291 {
    padding: 50px 0px 50px 0px;
}

body .t292 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

body .t293 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body .t298 {
    width: 100%;
    padding: 0px 0px 100% 0px;
    overflow: hidden;
    position: relative;
    border-radius: 0px 123px 0px 326px;
}

body .t299 {
    padding: 50px 0px 50px 0px;
}

body .t300 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

body .t301 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body .t308 {
    padding: 100px 0px 100px 0px;
    z-index: 5;
    position: relative;
}

body .t313 {
    text-align: center;
}

body .t314 {
    display: grid;
    column-gap: 60px;
    grid-template-columns: 1fr 1fr;
}

body .t315 {
    overflow: hidden;
    position: relative;
}

body .t316 {
    display: flex;
    position: relative;
    flex-direction: column;
}

body .t317 {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

body .t318 {
    display: flex;
    flex-direction: column;
}

body .t319 {
    display: flex;
    padding: 32px 0px 32px 0px;
    justify-content: space-between;
}

body .t320 {
    top: auto;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: -95px;
    padding: 0px 0px 20px 0px;
    justify-content: space-between;
}

body .t323 {
    color: var(--Secondary-Text);
}

body .t328 {
    pointer-events: none;
}

