@font-face {
    font-family: Mont;
    src: url('../fonts/Mont-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Mont-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Mont;
    src: url('../fonts/Mont-Black.woff2') format('woff2'), url('../fonts/Mont-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Mont;
    src: url('../fonts/Mont-BlackItalic.woff2') format('woff2'), url('../fonts/Mont-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Mont;
    src: url('../fonts/Mont-Bold.woff2') format('woff2'), url('../fonts/Mont-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: montbold;
    src: url('../fonts/Mont-Bold.woff2') format('woff2'), url('../fonts/Mont-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Mont;
    src: url('../fonts/Mont-ExtraLight.woff2') format('woff2'), url('../fonts/Mont-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Mont;
    src: url('../fonts/Mont-BoldItalic.woff2') format('woff2'), url('../fonts/Mont-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Mont;
    src: url('../fonts/Mont-LightItalic.woff2') format('woff2'), url('../fonts/Mont-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Mont;
    src: url('../fonts/Mont-Light.woff2') format('woff2'), url('../fonts/Mont-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Mont;
    src: url('../fonts/Mont-Heavy.woff2') format('woff2'), url('../fonts/Mont-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Mont;
    src: url('../fonts/Mont-RegularItalic.woff2') format('woff2'), url('../fonts/Mont-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Mont;
    src: url('../fonts/Mont-HeavyItalic.woff2') format('woff2'), url('../fonts/Mont-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Mont;
    src: url('../fonts/Mont-Regular.woff2') format('woff2'), url('../fonts/Mont-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Mont;
    src: url('../fonts/Mont-SemiBold.woff2') format('woff2'), url('../fonts/Mont-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Mont;
    src: url('../fonts/Mont-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Mont-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Mont;
    src: url('../fonts/Mont-Thin.woff2') format('woff2'), url('../fonts/Mont-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Mont;
    src: url('../fonts/Mont-ThinItalic.woff2') format('woff2'), url('../fonts/Mont-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap
}


/* Root Variables */
:root {
    --primary-color: #A3238E;
    --light-pink: #EC008C;
    --pink-gradient: linear-gradient(90deg, #EC008C 0%, #A3238E 100%);
    --gradient-text: linear-gradient(336.47deg, #EC008C -11.34%, #A3238E 73.51%);
    --black-color: #0C0C0D;
    --black-color2: #101010;
    --black-color3: #383838;
    --bg-color: #F9EFF7;
    --light-color: #FFFFFF;
    --dark-color: #000000;
    --dark-gray-color: #3B3B3C;
    --light-gray-color: #777777;
    --transparent: #00000000;
    --font-mont: "Mont", sans-serif;
    --font-inter: "Inter", sans-serif;
    --font-manrope: "Manrope", sans-serif;
    --font-lexend: "Lexend", sans-serif;
    --fw-100: 100;
    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --fw-900: 900
}

/**
* 1.0 Global Css
*/
*, ::after, ::before, html {
    -webkit-box-sizing: border-box
}

body, html {
    font-weight: 400;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body, input, optgroup, select, textarea {
    color: var(--dark-color);
    font-family: Mont
}

body, html {
    font-family: Mont
}

*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent
}

html {
    box-sizing: border-box;
    min-height: 100%
}

body {
    background: var(--light-color);
    line-height: 1.5;
    position: relative;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    height: 100%
}

input, optgroup, select, textarea {
    padding: 10px 8px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #777;
    font-size: 16px;
    line-height: 22px;
    font-weight: var(--fw-600);
    outline: 0;
    box-shadow: none;
    width: 100%;
    margin-bottom: 10px
}

label {
    font-family: var(--font-mont);
    font-weight: var(--fw-800);
    line-height: 22px
}

::-webkit-input-placeholder {
    font-family: Mont;
    color: #000;
    opacity: .75;
    font-size: 16px
}

:-ms-input-placeholder {
    font-family: Mont;
    color: #000;
    opacity: .75;
    font-size: 16px
}

::-ms-input-placeholder {
    font-family: Mont;
    color: #000;
    opacity: .75;
    font-size: 16px
}

::placeholder {
    font-family: Mont;
    color: #000;
    opacity: .75;
    font-size: 16px
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, footer .copyright-footer .copyright p a, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a, a:active, a:focus, a:hover {
    text-decoration: none;
    transition: .3s;
    color: #000
}

a, h1 {
    font-family: Mont
}

h1, h2 {
    line-height: 60px
}

.h28, h4, h5 {
    letter-spacing: .2px
}

.h28, .h35, a, h2, h3, h4, h6 {
    color: #000
}

a {
    padding: 0;
    background-color: transparent
}

a:active, a:focus, a:hover {
    outline: 0
}

b, strong {
    font-weight: bolder
}

img {
    max-width: 100%;
    display: block
}

h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    font-style: normal
}

.h20, .h28, .h35, h2, h3, h4, h5 {
    font-family: montbold;
    font-weight: 800;
    font-style: normal
}

h2 {
    font-size: 46px
}

h3 {
    font-size: 40px;
    line-height: 48px
}

h4 {
    font-size: 30px;
    line-height: 40px
}

.h35 {
    font-size: 35px;
    line-height: 50px
}

.h28 {
    font-size: 28px;
    line-height: 42px
}

h5 {
    color: #3b3b3c;
    font-size: 24px;
    line-height: 32px
}

h6, p {
    font-family: Mont
}

h6 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    font-style: normal
}

.h20 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .2px
}

.p18, p {
    font-weight: 600;
    color: #3b3b3c;
    letter-spacing: .2px
}

p {
    font-size: 14px;
    line-height: 20px
}

.p18 {
    font-family: Mont, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-style: normal
}

.p16 {
    font-family: Inter, sans-serif;
    color: #3b3b3c;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .2px;
    font-style: normal
}

ul.arrow-marker li::before {
    content: url('../images/icons/leftarrowicon.svg');
    display: inline-block;
    width: 14px;
    height: 20px;
    margin-right: 6px;
    vertical-align: middle;
    /*position:absolute;
    left: 0;*/
}

li {
    margin-bottom: 10px
}

li:last-of-type {
    margin-bottom: 0
}

.g-uline::after, .uline::before {
    content: "";
    position: absolute;
    left: 0
}

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

.primary-btn {
    width: auto;
    max-width: max-content;
    background-color: var(--primary-color);
    padding: 15px 20px;
    border-radius: 8px;
    font-family: var(--font-manrope);
    font-weight: var(--fw-600);
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .2px;
    border: none;
    box-shadow: none;
    color: var(--light-color);
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s
}

.light-btn, .light-btn:hover, .primary-btn:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25)
}

.light-btn {
    background-color: var(--light-color);
    color: var(--primary-color)
}

.light-btn svg path, .primary-btn:hover svg path {
    fill: var(--primary-color);
    transition: .3s
}

.light-btn:hover {
    background-color: var(--primary-color) !important;
    color: var(--light-color) !important
}

.light-btn:hover svg path {
    fill: var(--light-color) !important;
    transition: .3s
}

.primary-btn:hover {
    background-color: var(--light-color);
    color: var(--primary-color);
    transition: .3s
}

.primary-btn svg path {
    transition: .3s
}

.primary-btn svg {
    transform: rotate(0);
    transition: .3s
}

.primary-btn:hover svg {
    transform: rotate(45deg);
    transition: .3s
}

.end-line {
    display: inline-flex;
    align-items: center;
    position: relative
}

.end-line::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #000;
    margin-left: 18px
}

.g-uline, .uline {
    display: inline-block;
    position: relative
}

.uline::before {
    top: -15px;
    bottom: auto;
    max-width: 42px;
    width: 100%;
    height: 6px;
    background: var(--light-color);
    opacity: .5
}

.g-uline::after {
    bottom: -2px;
    width: 100%;
    height: 4px;
    background: linear-gradient(89.99deg, #ec008c -1.26%, #a3238e 99.39%)
}

.theme-container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto
}

.theme-row {
    display: flex
}

.section-wrapper {
    padding: 100px 15px
}

.text-gradient {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent
}

.bg-primary, .text-primary {
    background-color: var(--primary-color)
}

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

.bg-black {
    background-color: var(--dark-color)
}

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

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

.text-black {
    color: var(--dark-color)
}

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

.w10 {
    width: 10%
}

.w11 {
    width: 11%
}

.w12 {
    width: 12%
}

.w13 {
    width: 13%
}

.w14 {
    width: 14%
}

.w15 {
    width: 15%
}

.w16 {
    width: 16%
}

.w17 {
    width: 17%
}

.w18 {
    width: 18%
}

.w19 {
    width: 19%
}

.w20 {
    width: 20%
}

.w21 {
    width: 21%
}

.w22 {
    width: 22%
}

.w23 {
    width: 23%
}

.w24 {
    width: 24%
}

.w25 {
    width: 25%
}

.w26 {
    width: 26%
}

.w27 {
    width: 27%
}

.w28 {
    width: 28%
}

.w29 {
    width: 29%
}

.w30 {
    width: 30%
}

.w31 {
    width: 31%
}

.w32 {
    width: 32%
}

.w33 {
    width: 33%
}

.w34 {
    width: 34%
}

.w35 {
    width: 35%
}

.w36 {
    width: 36%
}

.w37 {
    width: 37%
}

.w38 {
    width: 38%
}

.w39 {
    width: 39%
}

.w40 {
    width: 40%
}

.w41 {
    width: 41%
}

.w42 {
    width: 42%
}

.w43 {
    width: 43%
}

.w44 {
    width: 44%
}

.w45 {
    width: 45%
}

.w46 {
    width: 46%
}

.w47 {
    width: 47%
}

.w48 {
    width: 48%
}

.w49 {
    width: 49%
}

.w50 {
    width: 50%
}

.w51 {
    width: 51%
}

.w52 {
    width: 52%
}

.w53 {
    width: 53%
}

.w54 {
    width: 54%
}

.w55 {
    width: 55%
}

.w56 {
    width: 56%
}

.w57 {
    width: 57%
}

.w58 {
    width: 58%
}

.w59 {
    width: 59%
}

.w60 {
    width: 60%
}

.w61 {
    width: 61%
}

.w62 {
    width: 62%
}

.w63 {
    width: 63%
}

.w64 {
    width: 64%
}

.w65 {
    width: 65%
}

.w66 {
    width: 66%
}

.w67 {
    width: 67%
}

.w68 {
    width: 68%
}

.w69 {
    width: 69%
}

.w70 {
    width: 70%
}

.w71 {
    width: 71%
}

.w72 {
    width: 72%
}

.w73 {
    width: 73%
}

.w74 {
    width: 74%
}

.w75 {
    width: 75%
}

.w76 {
    width: 76%
}

.w77 {
    width: 77%
}

.w78 {
    width: 78%
}

.w79 {
    width: 79%
}

.w80 {
    width: 80%
}

.w81 {
    width: 81%
}

.w82 {
    width: 82%
}

.w83 {
    width: 83%
}

.w84 {
    width: 84%
}

.w85 {
    width: 85%
}

.w86 {
    width: 86%
}

.w87 {
    width: 87%
}

.w88 {
    width: 88%
}

.w89 {
    width: 89%
}

.w90 {
    width: 90%
}

.w91 {
    width: 91%
}

.w92 {
    width: 92%
}

.w93 {
    width: 93%
}

.w94 {
    width: 94%
}

.w95 {
    width: 95%
}

.w96 {
    width: 96%
}

.w97 {
    width: 97%
}

.w98 {
    width: 98%
}

.w99 {
    width: 99%
}

.w100 {
    width: 100%
}

.h25 {
    height: 25%
}

.h50 {
    height: 50%
}

.h75 {
    height: 75%
}

.h100 {
    height: 100%
}

.wauto {
    width: auto
}

.mw100 {
    max-width: 100%
}

.m10 {
    margin: 10px
}

.m20 {
    margin: 20px
}

.m30 {
    margin: 30px
}

.m40 {
    margin: 40px
}

.m50 {
    margin: 50px
}

.my10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.my40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mx10 {
    margin-left: 10px;
    margin-right: 10px
}

.mx20 {
    margin-left: 20px;
    margin-right: 20px
}

.mx30 {
    margin-left: 30px;
    margin-right: 30px
}

.mx40 {
    margin-left: 40px;
    margin-right: 40px
}

.mx50 {
    margin-left: 50px;
    margin-right: 50px
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.me10, .mr10 {
    margin-right: 10px
}

.me20, .mr20 {
    margin-right: 20px
}

.me30, .mr30 {
    margin-right: 30px
}

.me40, .mr40 {
    margin-right: 40px
}

.me50, .mr50 {
    margin-right: 50px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.ml10, .ms10 {
    margin-left: 10px
}

.ml20, .ms20 {
    margin-left: 20px
}

.ml30, .ms30 {
    margin-left: 30px
}

.ml40, .ms40 {
    margin-left: 40px
}

.ml50, .ms50 {
    margin-left: 50px
}

.mauto {
    margin: auto
}

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

.myauto {
    margin-top: auto;
    margin-bottom: auto
}

.p0 {
    padding: 0
}

.p10 {
    padding: 10px
}

.p20 {
    padding: 20px
}

.p30 {
    padding: 30px
}

.p40 {
    padding: 40px
}

.p50 {
    padding: 50px
}

.py10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py20 {
    padding-top: 20px;
    padding-bottom: 20px
}

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

.py40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.px10 {
    padding-left: 10px;
    padding-right: 10px
}

.px15 {
    padding-left: 15px;
    padding-right: 15px
}

.px20 {
    padding-left: 20px;
    padding-right: 20px
}

.px30 {
    padding-left: 30px;
    padding-right: 30px
}

.px40 {
    padding-left: 40px;
    padding-right: 40px
}

.px50 {
    padding-left: 50px;
    padding-right: 50px
}

.pt0 {
    padding-top: 0
}

.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pt40 {
    padding-top: 40px
}

.pt50 {
    padding-top: 50px
}

.pe10, .pr10 {
    padding-right: 10px
}

.pe20, .pr20 {
    padding-right: 20px
}

.pe30, .pr30 {
    padding-right: 30px
}

.pe40, .pr40 {
    padding-right: 40px
}

.pe50, .pr50 {
    padding-right: 50px
}

.pb10 {
    padding-bottom: 10px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb40 {
    padding-bottom: 40px
}

.pb50 {
    padding-bottom: 50px
}

.pl10, .ps10 {
    padding-left: 10px
}

.pl20, .ps20 {
    padding-left: 20px
}

.pl30, .ps30 {
    padding-left: 30px
}

.pl40, .ps40 {
    padding-left: 40px
}

.pl50, .ps50 {
    padding-left: 50px
}

.d-block {
    display: block
}

.d-flex {
    display: flex;
    flex-direction: row
}

.flex-row {
    flex-direction: row
}

.flex-rowreverse {
    flex-direction: row-reverse
}

.flex-column {
    flex-direction: column
}

.flex-columnreverse {
    flex-direction: column-reverse
}

.fx-wrap {
    flex-wrap: wrap
}

.fx-nowrap {
    flex-wrap: nowrap
}

.jc-start {
    justify-content: flex-start
}

.jc-center {
    justify-content: center
}

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

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

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

.jc-evenly {
    justify-content: space-evenly
}

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

.ai-center {
    align-items: center
}

.ai-end {
    align-items: flex-end
}

.ai-baseline {
    align-items: baseline
}

.ai-stretch {
    align-items: stretch
}

.d-inline {
    display: inline
}

.d-inlineblock {
    display: inline-block
}

.d-inlineflex {
    display: inline-flex
}

.d-none {
    display: none
}

.g10 {
    gap: 10px
}

.g20 {
    gap: 20px
}

.g30 {
    gap: 30px
}

.g32 {
    gap: 32px
}

.g40 {
    gap: 40px
}

.g50 {
    gap: 50px
}

.g60 {
    gap: 60px
}

.g70 {
    gap: 70px
}

.g80 {
    gap: 80px
}

.g90 {
    gap: 90px
}

.g100 {
    gap: 100px
}

.rowg10 {
    row-gap: 10px
}

.rowg20 {
    row-gap: 20px
}

.rowg30 {
    row-gap: 30px
}

.rowg40 {
    row-gap: 40px
}

.rowg50 {
    row-gap: 50px
}

.colg10 {
    column-gap: 10px
}

.colg20 {
    column-gap: 20px
}

.colg30 {
    column-gap: 30px
}

.colg40 {
    column-gap: 40px
}

.colg50 {
    column-gap: 50px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-start {
    text-align: start
}

.text-end {
    text-align: end
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

.border {
    border: 1px solid var(--light-gray-color)
}

.border-0 {
    border: none;
    border-radius: 10px
}

.radius-10 {
    border-radius: 10px
}

.radius-20 {
    border-radius: 20px
}

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

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

.radius-50 {
    border-radius: 50px
}

.radius-100 {
    border-radius: 100px
}

.of-hidden {
    overflow: hidden
}

.of-auto {
    overflow: auto
}

.p-static {
    position: static
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

.p-fixed {
    position: fixed
}

.p-sticky {
    position: sticky
}

.top-0 {
    top: 0
}

.bottom-0 {
    bottom: 0
}

.start-0 {
    left: 0
}

.end-0 {
    right: 0
}

.rotate-tl {
    transform: rotate(-45deg)
}

.rotate-t {
    transform: rotate(0)
}

.rotate-tr {
    transform: rotate(45deg)
}

.rotate-r {
    transform: rotate(90deg)
}

.rotate-br {
    transform: rotate(135deg)
}

.rotate-b {
    transform: rotate(180deg)
}

.rotate-bl {
    transform: rotate(225deg)
}

.rotate-l {
    transform: rotate(270deg)
}

.img-center, .img-right {
    margin-left: auto
}

.img-center, .img-left {
    display: block;
    margin-right: auto
}

.bg-cover {
    background-size: cover
}

.bg-contain {
    background-size: contain
}

.bg-auto {
    background-size: auto
}

.bg-center {
    background-position: center center
}

.bg-top {
    background-position: top center
}

.bg-bottom {
    background-position: bottom center
}

.bg-left {
    background-position: left center
}

.bg-right {
    background-position: right center
}

.bg-top-left {
    background-position: top left
}

.bg-top-right {
    background-position: top right
}

.bg-bottom-left {
    background-position: bottom left
}

.bg-bottom-right {
    background-position: bottom right
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-repeat {
    background-repeat: repeat
}

.bg-repeat-x {
    background-repeat: repeat-x
}

.bg-repeat-y {
    background-repeat: repeat-y
}

.bg-fixed {
    background-attachment: fixed
}

.bg-scroll {
    background-attachment: scroll
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-cover {
    object-fit: cover
}

.img-contain {
    object-fit: contain
}

.img-fill {
    object-fit: fill
}

.img-scale {
    object-fit: scale-down
}

.img-right {
    display: block
}

.ol-b100, .ol-b30, .ol-b40, .ol-b50, .ol-b60, .ol-b70, .ol-b80, .ol-b90 {
    position: relative
}

.ol-b100::after, .ol-b30::after, .ol-b40::after, .ol-b50::after, .ol-b60::after, .ol-b70::after, .ol-b80::after, .ol-b90::after {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    content: ""
}

.ol-b30::after {
    background-color: rgba(0, 0, 0, .3)
}

.ol-b40::after {
    background-color: rgba(0, 0, 0, .4)
}

.ol-b50::after {
    background-color: rgba(0, 0, 0, .5)
}

.ol-b60::after {
    background-color: rgba(0, 0, 0, .6)
}

.ol-b70::after {
    background-color: rgba(0, 0, 0, .7)
}

.ol-b80::after {
    background-color: rgba(0, 0, 0, .8)
}

.ol-b90::after {
    background-color: rgba(0, 0, 0, .9)
}

.ol-b100::after {
    background-color: #000
}

.aspect-1-1 {
    aspect-ratio: 1/1
}

.aspect-16-9 {
    aspect-ratio: 16/9
}

.aspect-9-16 {
    aspect-ratio: 9/16
}

.aspect-4-3 {
    aspect-ratio: 4/3
}

.aspect-3-2 {
    aspect-ratio: 3/2
}

.aspect-21-9 {
    aspect-ratio: 21/9
}