/* [Colors] */

body {
    --Russian-Blue: rgb(215,213,213);
    --Russian-Blue: rgb(0,0,0);
    --Antiflash-White: rgb(0,0,0);
    --Purple: rgb(47,22,68);
    --Antiflash-White: rgb(239,242,241);
    --Tiffany-Blue: rgb(151,216,196);
    --Xenthous: rgb(244,185,66);
    --Blue-Grey: rgb(107,154,196);
    --Raisin-Black: rgb(39,39,39);
    --Mahogany: rgb(191,72,0);
}

/* [Global] */

body {
    background: rgba(255,255,255,1.00);
    color: rgba(0,0,0,1.00);
    font-size: 16px;
    line-height: 1.4;
    font-family: Inter;
    font-weight: 400;
    min-height: 100vh;
    position: relative;
}

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

h2 {
    font-size: 42px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}

h3 {
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h4 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
}

h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0px;
}

p {
    margin-bottom: 0px;
    margin-top: 0px;
}

ul {
    padding-left: 20px;
}

ol {
    padding-left: 20px;
}

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

textarea {
    resize: vertical;
}

a {
    transition: all 200ms 0ms linear;
    cursor: pointer;
}

button {
    cursor: pointer;
}

/* [Classes] */

.stylesheet-color-box {
    width: 220px;
    height: 220px;
    border: 1px solid rgba(225,225,225,1.00);
    margin: 0px 0px 10px 0px;
}

.stylesheet-part {
    border-bottom: 1px solid rgba(223,223,223,1.00);
    padding: 60px 0px 60px 0px;
}

.button-primary {
    background: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    padding: 15px 35px 15px 35px;
    border: 1px solid rgba(0,0,0,1);
}

.button-primary:hover {
    background: rgba(255,255,255,1.00);
    color: rgba(0,0,0,1.00);
}

.button-secondary {
    background: rgba(255,255,255,1.00);
    color: rgba(0,0,0,1.00);
    padding: 15px 35px 15px 35px;
    border: 1px solid rgba(0,0,0,1);
}

.button-secondary:hover {
    background: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
}

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

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

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

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

.dot {
    transition: all 200ms 0ms linear;
}

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

.color-secondary {
    color: rgba(77,80,83,1.00);
}

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

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

.nav-link {
    font-weight: 600;
    line-height: 1;
    font-size: 15px;
    padding: 5px 0px 5px 0px;
    color: rgb(182,184,184);
}

.nav-link:hover {
    color: rgb(255,255,255);
    border-bottom: 1px solid var(--Xenthous);
}

.button-2 {
    padding-top: 15px;
    padding-right: 45px;
    padding-left: 45px;
    background: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    padding-bottom: 15px;
    border: 1px solid rgba(0,0,0,1.00);
    text-decoration: none;
    transition: all 200ms 0ms ease;
    text-align: center;
}

.button-2:hover {
    background: rgba(0,0,0,0.00);
    color: rgba(0,0,0,1.00);
}

.button-3 {
    padding-top: 15px;
    padding-right: 45px;
    padding-left: 45px;
    background: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    padding-bottom: 15px;
    border: 1px solid rgba(0,0,0,1.00);
    text-decoration: none;
    transition: all 200ms 0ms ease;
}

.button-3:hover {
    background: rgba(0,0,0,0.00);
    color: rgba(0,0,0,1.00);
}

.link {
    color: rgba(0,0,0,1.00);
}

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

.button-primary-5 {
    background: rgba(41,69,255,1.00);
    color: rgba(255,255,255,1.00);
    padding: 20px 42px 20px 42px;
    border: 1px solid rgba(41,69,255,1.00);
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
}

.button-primary-5:hover {
    background: rgba(255,255,255,1.00);
    color: rgba(41,69,255,1.00);
}

.container-small {
    max-width: 1400px;
}

.button-outline {
    display: block;
    padding-bottom: 12px;
    padding-top: 12px;
    border: 1px solid rgba(255,255,255,1.00);
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 500;
    transition: all 200ms 0ms ease;
    color: rgba(255,255,255,1.00);
}

.button-outline:hover {
    background: rgba(255,255,255,1.00);
    color: rgba(0,0,0,1.00);
}

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

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

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

.social-link:hover {
    transform: scale(1.15,1.15);
}

.social-link {
    transition: all 200ms 0ms ease;
}

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

.font-size-16 {
    font-size: 16px;
}

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

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.fsize-24 {
    font-size: 24px;
}

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

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

/* [Tags] */

body .t4 {
}

body .t7 {
    letter-spacing: 1px;
}

body .t12 {
}

body .t14 {
    display: flex;
    row-gap: 40px;
    column-gap: 40px;
}

body .t16 {
    letter-spacing: 2px;
}

body .t19 {
    display: flex;
    row-gap: 25px;
    flex-direction: column;
}

body .t20 {
    display: flex;
    row-gap: 25px;
    flex-direction: column;
}

body .t22 {
    color: rgba(0,0,0,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t24 {
}

body .t29 {
    font-family: 'Inter';
    letter-spacing: 2px;
}

body .t33 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t34 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

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

body .t44 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t45 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t46 {
    color: rgba(163,117,255,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

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

body .t49 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t50 {
    color: rgba(0,0,0,1.00);
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

body .t51 {
    letter-spacing: 1px;
}

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

body .t55 {
    display: grid;
    grid-template-columns: 350px 1fr;
}

body .t56 {
}

body .t57 {
    color: rgba(0,0,0,1.00);
    z-index: 5;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: auto;
    background-image: url(https://global.divhunt.com/168ba96000a4137fb1c31ceddb13b41f_22813.png);
    background-repeat: repeat-x;
    background-position: 50% 0%;
}

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

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

body .t61 {
    padding: 20px 0px 20px 0px;
    align-self: center;
    background: rgba(255,255,255,0.4);
    padding-top: 60px;
    padding-left: 40px;
    border-radius: 10px;
    padding-bottom: 60px;
}

body .t62 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

body .t63 {
    font-size: 18px;
    max-width: 450px;
    letter-spacing: 1px;
}

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

body .t65 {
    top: 0%;
    left: 0%;
    right: 0%;
    width: 100%;
    bottom: 50%;
    height: 100%;
    position: static;
    margin-top: 0px;
    object-fit: cover;
    margin-left: auto;
    padding-top: 0px;
    margin-right: auto;
    border-radius: 10px;
    object-position: 50% 20%;
}

body .t66 {
    top: 0;
    color: rgba(0,0,0,1.00);
    display: block;
    z-index: 999999;
    overflow: visible;
    position: sticky;
    background: var(--Antiflash-White);
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    grid-template-columns: 1fr 1fr;
}

body .t67 {
}

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

body .t69 {
    display: flex;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
}

body .t70 {
    text-transform: none;
    text-decoration: none;
}

body .t72 {
    height: 100px;
    background: var(--Purple);
    margin-top: 0px;
    padding-top: 5px;
    margin-right: 10px;
    padding-left: 5px;
    border-radius: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
}

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

body .t75 {
    color: rgba(47,22,68,1.00);
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-image: url(https://global.divhunt.com/4a95dc4bbfb783ac925e9e0758d6e2b8_152913.jpeg);
}

body .t78 {
    width: 100%;
    margin: 0px auto 60px auto;
    max-width: 770px;
    text-align: center;
}

body .t79 {
    color: var(--Purple);
    font-size: 50px;
    font-weight: 400;
}

body .t80 {
    color: var(--Xenthous);
    font-size: 24px;
}

body .t81 {
    display: grid;
    row-gap: 30px;
    column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t82 {
    display: flex;
    padding: 30px 20px 30px 20px;
    background: var(--Tiffany-Blue);
    text-align: center;
    align-items: center;
    padding-top: 50px;
    border-radius: 10px;
    flex-direction: column;
    padding-bottom: 50px;
}

body .t83 {
    width: 120px;
    margin: 0px 0px 30px 0px;
    display: flex;
    background: rgba(107,154,196,0.00);
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

body .t84 {
    color: var(--Antiflash-White);
    opacity: 75%;
    background: var(--Antiflash-White);
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

body .t85 {
    color: var(--Purple);
    margin: 0px 0px 15px 0px;
    font-size: 35px;
    font-weight: 500;
}

body .t86 {
    font-size: 18px;
    background: var(--Antiflash-White);
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

body .t87 {
    color: rgba(47,22,68,1.00);
    font-size: 30px;
    font-weight: 600;
}

body .t88 {
    order: 0;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: flex-start;
}

body .t89 {
    color: rgba(0,0,0,1.00);
    background: rgba(239,242,241,1.00);
    padding-top: 100px;
    padding-bottom: 40px;
}

body .t91 {
    display: flex;
    column-gap: 80px;
}

body .t92 {
    flex: 1.2;
    display: flex;
    align-self: auto;
    flex-direction: column;
    padding-bottom: 50px;
}

body .t93 {
    font-size: 30px;
    margin-top: 10px;
}

body .t94 {
    font-size: 50px;
    max-width: 600px;
    margin-top: 20px;
    font-weight: 400;
}

body .t95 {
    color: #fd6436;
    font-size: 20px;
    font-weight: 700;
}

body .t96 {
    color: rgba(164,164,164,1.00);
}

body .t97 {
    font-size: 19px;
    margin-top: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}

body .t99 {
    max-width: 400px;
    align-self: center;
}

body .t100 {
    color: rgba(0,0,0,1.00);
    display: block;
    flex-wrap: nowrap;
    padding-top: 50px;
    flex-direction: column;
    padding-bottom: 50px;
    background-size: cover;
    background-image: url(https://global.divhunt.com/fb07d55a997f77e6b841777a2b47aacf_26446.png);
    background-repeat: repeat-x;
    background-position: 80% 0%;
    background-attachment: fixed;
    grid-template-columns: 1fr 1fr;
    -webkit-background-clip: border-box;
}

body .t102 {
    display: flex;
    column-gap: 80px;
    align-items: center;
    border-radius: 5px;
}

body .t103 {
    width: 50%;
}

body .t104 {
    width: 50%;
    display: flex;
    align-items: center;
}

body .t106 {
    color: var(--Purple);
    font-size: 48px;
    background: rgba(238,241,240,0.54);
    padding-top: 40px;
    padding-left: 20px;
    border-radius: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

body .t107 {
    color: var(--Purple);
    font-size: 20px;
    background: rgba(238,241,240,0.55);
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 20px;
    border-radius: 10px;
    padding-right: 20px;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

body .t108 {
    max-width: 80%;
    transform: translate(0px,0px);
    transition: all 200ms 0ms ease-in;
    border-radius: 10px;
}

body .t109 {
    display: flex;
    background: rgb(107,154,196);
    box-shadow: 0px 5px 20px -8px #00c3ff;
    column-gap: 10px;
    align-items: center;
    padding-top: 20px;
    padding-left: 40px;
    border-radius: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
}

body .t109:hover img {
    transform: rotate(-180deg);
}

body .t110 {
    color: rgba(255,255,255,1.00);
    font-size: 25px;
    font-weight: 700;
    padding-right: 20px;
}

body .t111 {
    width: 25px;
    height: 25px;
    display: flex;
    background: rgba(255,255,255,1.00);
    align-items: center;
    padding-top: 0px;
    justify-content: center;
}

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

body .t113 {
    display: flex;
    margin-top: 50px;
    padding-left: 20px;
    padding-bottom: 50px;
}

body .t114 {
    color: rgb(239,242,241);
    background: var(--Antiflash-White);
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: repeat-x;
}

body .t115 {
    display: block;
    grid-template-columns: 1fr 1fr;
}

body .t117 {
    display: grid;
    row-gap: 25px;
    column-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr ;
}

body .t118 {
    display: flex;
    padding: 30px 25px 30px 25px;
    position: relative;
    align-self: center;
    min-height: 380px;
    border-radius: 10px;
    flex-direction: column;
    background-size: cover;
    justify-content: flex-end;
    background-image: url(https://global.divhunt.com/b014a020c03f3f66fe96549f5454bf7c_32618.jpeg);
    background-repeat: no-repeat;
}

body .t119 {
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    position: absolute;
    align-self: center;
    background: rgb(47,22,68);
    border-radius: 10px;
}

body .t120 {
    top: 0%;
    flex: 0 0 auto;
    left: 0%;
    color: rgba(255,255,255,1.00);
    right: 0%;
    bottom: 0%;
    z-index: 10;
    position: relative;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
}

body .t121 {
    color: var(--Purple);
    background: rgba(238,241,240,0.8);
    font-weight: 600;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 10px;
    padding-bottom: 10px;
}

body .t122 {
    color: rgb(47,22,68);
    margin: 0px 0px 15px 0px;
    font-size: 35px;
    background: rgba(255,255,255,0.71);
    font-weight: 500;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-background-clip: border-box;
}

body .t123 {
    width: 100%;
    filter: blur(0px);
    object-fit: fill;
    aspect-ratio: 1/1;
    border-radius: 10px;
    backdrop-filter: brightness(50%);
}

body .t124 {
    color: rgba(0,0,0,1.00);
    z-index: 5;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
    background-image: url(https://global.divhunt.com/e3f669302dd75cc9a5d5384772de4578_20169.png);
    background-repeat: repeat-x;
    background-position: 70% 0%;
}

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

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

body .t128 {
    padding: 20px 0px 20px 0px;
    align-self: center;
    background: rgba(151,216,196,0.4);
    padding-top: 60px;
    padding-left: 40px;
    border-radius: 10px;
    padding-bottom: 60px;
}

body .t129 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

body .t130 {
    font-size: 18px;
    max-width: 450px;
    letter-spacing: 1px;
}

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

body .t132 {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 0px;
    object-fit: cover;
    padding-top: 0px;
    border-radius: 10px;
}

body .t133 {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

body .t134 {
    display: flex;
    background: var(--Blue-Grey);
    box-shadow: 0px 5px 20px -8px #00c3ff;
    column-gap: 10px;
    align-items: center;
    padding-top: 20px;
    padding-left: 40px;
    border-radius: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
}

body .t134:hover img {
    transform: rotate(-180deg);
}

body .t135 {
    color: rgba(255,255,255,1.00);
    font-size: 25px;
    font-weight: 700;
    padding-right: 20px;
}

body .t136 {
    width: 25px;
    height: 25px;
    display: flex;
    background: rgba(255,255,255,1.00);
    align-items: center;
    padding-top: 0px;
    justify-content: center;
}

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

body .t138 {
    color: rgba(0,0,0,1.00);
    z-index: 5;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(https://global.divhunt.com/30972f01c7c7e478bd8e2a1c426155e5_16040.png);
    background-repeat: repeat-x;
    background-position: 60% 0%;
    background-attachment: scroll;
}

body .t140 {
    display: flex;
    row-gap: 80px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
}

body .t141 {
    order: 0;
    height: 350px;
    display: grid;
    row-gap: 0px;
    overflow: visible;
    align-self: auto;
    column-gap: 50px;
    margin-bottom: 0px;
    grid-template-columns: 1fr 1.2fr ;
}

body .t142 {
    padding: 20px 0px 20px 0px;
    align-self: center;
    background: rgba(255,255,255,0.4);
    padding-top: 60px;
    padding-left: 40px;
    border-radius: 10px;
    padding-right: 20px;
    padding-bottom: 60px;
}

body .t143 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

body .t144 {
    font-size: 18px;
    max-width: 450px;
    letter-spacing: 1px;
}

body .t145 {
    overflow: visible;
    position: relative;
    align-self: auto;
    justify-self: auto;
}

body .t146 {
    height: 100%;
    position: absolute;
    margin-top: 0px;
    object-fit: cover;
    padding-top: 0px;
    border-radius: 10px;
}

body .t147 {
    color: rgba(255,255,255,1.00);
    padding-top: 40px;
    padding-bottom: 10px;
    background-image: url(https://global.divhunt.com/7a6d39bea4695e57e1ea3f4e6b197751_31907.png);
}

body .t150 {
    margin: 0px 0px 30px 0px;
    font-size: 50px;
    text-align: center;
    font-weight: 400;
}

body .t151 {
    margin: 90px 0px 90px 0px;
    display: grid;
    column-gap: 20px;
    margin-top: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

body .t153 {
    display: flex;
    column-gap: 10px;
    margin-top: 19.00px;
    align-items: center;
}

body .t154 {
}

body .t155 {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

body .t156 {
    color: rgba(255,255,255,1.00);
    display: block;
    font-size: 22px;
    font-weight: 500;
}

body .t157 {
    margin: 30px 0px 0px 0px;
    padding: 70px 35px 70px 35px;
    background: var(--Purple);
    margin-top: 0px;
    padding-top: 40px;
    border-radius: 24px 0px 24px 0px;
    padding-bottom: 40px;
}

body .t158 {
    margin: 0px 0px 30px 0px;
}

body .t160 {
    flex: 0 1 auto;
    display: block;
    align-self: auto;
    margin-top: 0px;
}

body .t161 {
    display: flex;
    background: var(--Blue-Grey);
    box-shadow: 0px 5px 20px -8px #00c3ff;
    column-gap: 10px;
    align-items: center;
    padding-top: 20px;
    padding-left: 40px;
    border-radius: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
}

body .t161:hover img {
    transform: rotate(-180deg);
}

body .t162 {
    color: rgba(255,255,255,1.00);
    font-size: 18px;
    font-weight: 700;
    padding-right: 20px;
}

body .t163 {
    width: 25px;
    height: 25px;
    display: flex;
    background: rgba(255,255,255,1.00);
    align-items: center;
    padding-top: 0px;
    justify-content: center;
}

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

body .t165 {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

body .t166 {
    display: flex;
    background: var(--Blue-Grey);
    box-shadow: 0px 5px 20px -8px #00c3ff;
    column-gap: 10px;
    align-items: center;
    padding-top: 20px;
    padding-left: 40px;
    border-radius: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
}

body .t166:hover img {
    transform: rotate(-180deg);
}

body .t167 {
    width: 25px;
    height: 25px;
    display: flex;
    background: rgba(255,255,255,1.00);
    align-items: center;
    padding-top: 0px;
    justify-content: center;
}

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

body .t169 {
    color: rgba(255,255,255,1.00);
    font-size: 25px;
    font-weight: 700;
    padding-right: 20px;
}

body .t170 {
    width: 200px;
    margin-left: 20px;
    padding-left: 0px;
    margin-bottom: 20px;
}

body .t171 {
    margin-left: 20px;
    padding-left: 0px;
    margin-bottom: 10px;
}

body .t172 {
    width: 200px;
    margin-top: 0px;
    object-fit: scale-down;
    border-radius: 10px;
}

body .t173 {
    display: flex;
    margin-top: 40px;
    justify-content: flex-start;
    grid-template-columns: 1fr 1fr;
}

body .t174 {
    width: 400px;
    display: grid;
    max-width: 400px;
}

body .t175 {
    padding-top: 20px;
}

body .t176 {
    text-align: left;
}

body .t177 {
    color: rgba(255,255,255,1.00);
    z-index: 5;
    position: relative;
    background: var(--Blue-Grey);
    padding-top: 50px;
    padding-bottom: 50px;
}

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

body .t180 {
    display: flex;
    row-gap: 25px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body .t181 {
    max-width: 200px;
}

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

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

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

body .t185 {
    margin: 0px 0px 40px 0px;
}

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

body .t187 {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}

body .t189 {
    margin: 0px 0px 40px 0px;
}

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

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

body .t192 {
    margin: 60px 0px 0px 0px;
}

body .t193 {
    color: rgba(255,255,255,1.00);
}

body .t194 {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

body .t195 {
    display: flex;
    background: rgb(107,154,196);
    box-shadow: 0px 5px 20px -8px #00c3ff;
    column-gap: 10px;
    align-items: center;
    padding-top: 20px;
    padding-left: 40px;
    border-radius: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
}

body .t195:hover img {
    transform: rotate(-180deg);
}

body .t196 {
    width: 25px;
    height: 25px;
    display: flex;
    background: rgba(255,255,255,1.00);
    align-items: center;
    padding-top: 0px;
    justify-content: center;
}

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

body .t198 {
    color: rgba(255,255,255,1.00);
    font-size: 18px;
    font-weight: 700;
    padding-right: 20px;
}

body .t199 {
    background: var(--Antiflash-White);
}

body .t200 {
    top: 0;
    color: rgba(0,0,0,1.00);
    display: block;
    z-index: 999999;
    overflow: visible;
    position: sticky;
    background: var(--Antiflash-White);
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    grid-template-columns: 1fr 1fr;
}

body .t201 {
}

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

body .t203 {
    flex: 0 1 auto;
    display: block;
    align-self: auto;
    margin-top: 0px;
}

body .t204 {
    display: flex;
    background: rgb(107,154,196);
    box-shadow: 0px 5px 20px -8px #00c3ff;
    column-gap: 10px;
    align-items: center;
    padding-top: 20px;
    padding-left: 40px;
    border-radius: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
}

body .t204:hover img {
    transform: rotate(-180deg);
}

body .t205 {
    color: rgba(255,255,255,1.00);
    font-size: 18px;
    font-weight: 700;
    padding-right: 20px;
}

body .t206 {
    width: 25px;
    height: 25px;
    display: flex;
    background: rgba(255,255,255,1.00);
    align-items: center;
    padding-top: 0px;
    justify-content: center;
}

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

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

body .t210 {
    display: flex;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
}

body .t212 {
    order: 0;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: flex-start;
}

body .t214 {
    height: 100px;
    background: rgb(47,22,68);
    margin-top: 0px;
    padding-top: 5px;
    margin-right: 10px;
    padding-left: 5px;
    border-radius: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
}

body .t215 {
    color: rgba(47,22,68,1.00);
    font-size: 30px;
    font-weight: 600;
}

body .t216 {
    display: block;
    grid-template-columns: 1fr 1fr;
}

body .t218 {
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    position: relative;
    max-width: 1000px;
    margin-top: 40px;
    margin-left: auto;
    padding-top: 50px;
    margin-right: auto;
    margin-bottom: 40px;
    padding-bottom: 50px;
}

body .t219 {
    font-size: 24px;
    word-break: normal;
    font-weight: 400;
    text-decoration: none;
}

body .t220 {
    max-width: 180px;
}

body .t223 {
    color: var(--Raisin-Black);
    display: block;
    position: relative;
    flex-wrap: nowrap;
    max-width: 100%;
    background: rgb(255,255,255);
    padding-top: 0px;
    flex-direction: column;
    padding-bottom: 0px;
    background-size: cover;
    background-image: url(https://global.divhunt.com/b6c47b159396c23035db3645b94f50f8_408850.png);
    background-repeat: repeat-x;
    background-position: % 0%;
    background-attachment: scroll;
    grid-template-columns: 1fr 1fr;
    -webkit-background-clip: border-box;
}

body .t224 {
    z-index: 10;
    position: relative;
    margin-top: 80px;
    margin-bottom: 0px;
    padding-bottom: 80px;
    background-size: cover;
}

body .t225 {
    color: rgb(255,255,255);
    font-size: 48px;
    max-width: 700px;
    background: rgba(255,255,255,0.75);
    margin-top: 2px;
    font-weight: 500;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 5px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

body .t226 {
    width: 100%;
    margin: 0px auto 60px auto;
    max-width: 770px;
    text-align: center;
}

body .t227 {
    color: rgb(47,22,68);
    font-size: 50px;
    font-weight: 400;
}

body .t228 {
    color: rgb(244,185,66);
    font-size: 24px;
}

body .t232 {
    top: 0%;
    left: 0%;
    color: rgba(0,0,0,1.00);
    right: auto;
    bottom: 0%;
    position: relative;
    max-width: 100%;
    background: var(--Antiflash-White);
    box-shadow: inset 0px 15px 30px 0px rgba(0,0,0,0.1);
    margin-left: auto;
    padding-top: 125px;
    margin-right: auto;
    padding-bottom: 125px;
    background-size: cover;
}

body .t233 {
    position: static;
    max-width: 1000px;
}

body .t234 {
    color: rgb(0,0,0);
    position: relative;
    max-width: 100%;
    background: var(--Antiflash-White);
    box-shadow: inset 0px 15px 30px 0px rgba(0,0,0,0.1);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t235 {
    z-index: 1;
    position: relative;
}

body .t236 {
    background: var(--Antiflash-White);
    padding-top: 0px;
    padding-left: 20px;
    border-radius: 10px;
    padding-right: 20px;
    padding-bottom: 0px;
}

body .t237 {
    margin: 0px 0px 60px 0px;
    margin-bottom: 40px;
}

body .t238 {
    font-size: 34px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

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

body .t240 {
    min-height: 220px;
}

body .t241 {
    margin: 0px 0px 20px 0px;
    display: flex;
    column-gap: 10px;
}

body .t243 {
    margin: 0px 0px 20px 0px;
}

body .t244 {
    color: var(--Purple);
    letter-spacing: 0px;
}

body .t246 {
    color: var(--Purple);
    background: var(--Xenthous);
    font-weight: 600;
}

body .t248 {
    background: var(--Raisin-Black);
}

body .t249 {
    color: rgba(0,0,0,1.00);
    display: block;
    position: relative;
    flex-wrap: nowrap;
    padding-top: 0px;
    flex-direction: column;
    padding-bottom: 0px;
    background-size: cover;
    background-repeat: repeat-x;
    background-position: 80% 0%;
    background-attachment: fixed;
    grid-template-columns: 1fr 1fr;
    -webkit-background-clip: border-box;
}

body .t250 {
    z-index: 10;
    position: relative;
    margin-top: 0px;
}

body .t251 {
    display: flex;
    position: static;
    column-gap: 80px;
    margin-top: 0px;
    align-items: center;
    padding-top: 50px;
    border-radius: 5px;
}

body .t252 {
    width: 30%;
}

body .t253 {
    width: 70%;
    display: flex;
    align-items: center;
}

body .t254 {
    width: 100%;
    margin-bottom: 80px;
}

body .t255 {
    color: rgb(255,255,255);
    width: 100%;
    font-size: 48px;
    margin-top: 2px;
    font-family: 'Signika';
    font-weight: 400;
    padding-top: 10px;
    padding-left: 20px;
    border-radius: 10px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: none;
}

body .t256 {
    color: var(--Antiflash-White);
    font-size: 24px;
    max-width: 600px;
    margin-top: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-left: 0px;
    border-radius: 10px;
    padding-right: 40px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

body .t257 {
    color: rgb(255,255,255);
    margin-left: 20px;
    padding-left: 0px;
    margin-bottom: 10px;
}

body .t259 {
    width: 200px;
    margin-left: 20px;
    padding-left: 0px;
    margin-bottom: 40px;
}

body .t260 {
    top: 0%;
    left: 0%;
    color: rgb(0,0,0);
    right: 0%;
    width: 100%;
    bottom: 0%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: rgba(0,0,0,0.5);
    margin-left: auto;
    margin-right: auto;
}

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

body .t262 {
    color: rgba(0,0,0,1.00);
    background: var(--Antiflash-White);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t263 {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

body .t264 {
    letter-spacing: 1px;
}

body .t265 {
    width: 100%;
    margin: 0px auto 60px auto;
    max-width: 850px;
    text-align: center;
}

body .t266 {
}

body .t267 {
    display: flex;
    margin-top: 120px;
    align-items: flex-start;
    margin-bottom: 40px;
    justify-content: space-around;
}

body .t268 {
    color: var(--Raisin-Black);
    width: 100%;
    font-size: 42px;
    max-width: 400px;
    transition: opacity 500ms 0ms linear;
    font-family: 'Signika';
    font-weight: 400;
    text-transform: none;
}

body .t269 {
    width: 100%;
    max-width: 560px;
}

body .t270 {
    margin: 0px 0px 40px 0px;
    display: flex;
    column-gap: 15px;
    align-items: flex-start;
}

body .t270:hover h4 {
    color: var(--Mahogany);
    transform: scale(1.025,1.025) translate(5px,0px);
    transition: all 200ms 0ms ease-in;
}

body .t271 {
    width: 50px;
    margin: 5px 0px 0px 0px;
    margin-right: 20px;
}

body .t273 {
    color: var(--Raisin-Black);
    margin: 0px 0px 15px 0px;
    font-size: 34px;
    font-family: 'Signika';
    font-weight: 400;
}

body .t274 {
    color: var(--Raisin-Black);
    margin-bottom: 20px;
}

body .t275 {
    top: 0%;
    left: 0%;
    color: var(--Mahogany);
    right: 0%;
    bottom: 0%;
    display: block;
    position: static;
    background: rgb(12,12,12);
    margin-left: auto;
    padding-top: 180px;
    margin-right: auto;
    flex-direction: column;
    padding-bottom: 180px;
    grid-template-columns: 1fr 1fr;
}

body .t276 {
    color: var(--Antiflash-White);
    font-size: 55px;
    transition: color 1500ms 0ms ease;
    font-family: 'Signika';
    font-weight: 400;
    line-height: 120px;
    letter-spacing: 1px;
    text-transform: none;
}

body .t277 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

body .t278 {
    margin-left: auto;
    margin-right: auto;
}

body .t279 {
    color: rgb(191,72,0);
    font-size: 34px;
    font-family: 'Inter';
    font-weight: 400;
    padding-bottom: 40px;
}

body .t280 {
    color: rgb(0,0,0);
    padding-top: 120px;
    padding-bottom: 100px;
}

body .t281 {
    color: var(--Antiflash-White);
    font-family: 'Signika';
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 5px;
}

body .t283 {
    background: var(--Raisin-Black);
}

body .t284 {
    color: rgba(255,255,255,1.00);
    z-index: 0;
    position: relative;
    background: var(--Raisin-Black);
    padding-bottom: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body .t285 {
    margin-top: 0px;
    padding-top: 40px;
}

body .t286 {
    padding: 140px 0px 140px 0px;
    position: relative;
    max-width: 650px;
    padding-top: 20px;
    padding-bottom: 20px;
}

body .t287 {
    z-index: 10;
    position: relative;
}

body .t288 {
    color: var(--Xenthous);
    display: block;
    font-size: 34px;
    font-family: 'Signika';
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
}

body .t289 {
    font-size: 48px;
    font-family: 'Signika';
    font-weight: 400;
    text-transform: none;
}

body .t290 {
    z-index: 10;
    position: relative;
    line-height: 28px;
}

body .t291 {
    color: rgba(0,0,0,1.00);
    padding: 100px 0px 100px 0px;
    background: var(--Antiflash-White);
    padding-top: 100px;
}

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

body .t294 {
    color: var(--Mahogany);
    margin: 0px 0px 16px 0px;
    font-size: 42px;
    font-family: 'Signika';
    font-weight: 400;
    text-transform: capitalize;
}

body .t295 {
    color: rgba(95,109,126,1.00);
    margin-bottom: 40px;
}

body .t296 {
    margin: 50px 0px 0px 0px;
    display: grid;
    row-gap: 50px;
    column-gap: 20px;
    margin-top: 20px;
    margin-bottom: 60px;
    grid-auto-flow: row;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

body .t297 {
    color: var(--Mahogany);
    font-family: 'Signika';
    font-weight: 400;
}

body .t298 {
    color: var(--Mahogany);
    font-family: 'Signika';
    font-weight: 400;
}

body .t299 {
    margin: 50px 0px 0px 0px;
    display: grid;
    row-gap: 90px;
    column-gap: 50px;
    margin-top: 20px;
    margin-bottom: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

body .t300 {
    color: var(--Mahogany);
    font-family: 'Signika';
    font-weight: 400;
}

body .t301 {
    margin: 50px 0px 0px 0px;
    display: grid;
    row-gap: 90px;
    column-gap: 50px;
    margin-top: 20px;
    margin-bottom: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

body .t302 {
    margin-top: 80px;
}

body .t303 {
    color: var(--Antiflash-White);
    display: grid;
    row-gap: 30px;
    column-gap: 30px;
    grid-template-columns: 1fr;
}

body .t304 {
}

body .t304:hover h4 {
    color: var(--Xenthous);
}

body .t304.dh-active h4 {
    color: var(--Xenthous);
}

body .t304.dh-active img {
    color: var(--Antiflash-White);
    transform: rotate(45deg);
}

body .t305 {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}

body .t306 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 19px;
    letter-spacing: 0.5px;
}

body .t308 {
    max-width: 600px;
    margin-bottom: 37px;
}

body .t309 {
    display: flex;
    column-gap: 20px;
    margin-top: 80px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: center;
}

body .t310 {
    color: rgba(0,0,0,1.00);
    display: grid;
    row-gap: 2px;
    align-items: center;
    padding-top: 7px;
    padding-left: 25px;
    padding-right: 25px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    text-decoration: none;
    grid-template-columns: 2fr 1fr;
}

body .t310:hover div {
    width: 100%;
}

body .t311 {
    color: var(--Antiflash-White);
    font-size: 24px;
    margin-top: 0px;
    font-weight: 400;
}

body .t312 {
    width: 10px;
    height: 2px;
    background: #b8a786;
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t313 {
    max-width: 30px;
    justify-self: center;
}

body .t314 {
    order: 0;
    transform: rotate(0deg);
    max-height: 35px;
    transition: all 200ms 0ms ease;
    margin-right: 300px;
}

body .t315 {
    color: var(--Antiflash-White);
    font-size: 55px;
    font-family: 'Signika';
    font-weight: 400;
    line-height: 120px;
    letter-spacing: 1px;
    text-transform: none;
}

body .t316 {
    color: var(--Antiflash-White);
    font-size: 55px;
    font-family: 'Signika';
    font-weight: 400;
    line-height: 120px;
    letter-spacing: 1px;
    text-transform: none;
}

body .t317 {
    color: var(--Antiflash-White);
    background: var(--Raisin-Black);
    padding-top: 40px;
    padding-bottom: 60px;
}

body .t318 {
    margin-left: auto;
    margin-right: auto;
}

body .t319 {
}

body .t320 {
    display: flex;
    margin-top: 120px;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-around;
}

body .t321 {
    color: var(--Xenthous);
    width: 100%;
    font-size: 42px;
    max-width: 400px;
    transition: opacity 500ms 0ms linear;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 60px;
    text-transform: none;
}

body .t322 {
    width: 100%;
    max-width: 560px;
}

body .t323 {
    margin: 0px 0px 40px 0px;
    display: flex;
    column-gap: 15px;
    align-items: flex-start;
}

body .t325 {
    color: var(--Antiflash-White);
    margin-bottom: 20px;
}

body .t326 {
    display: flex;
    column-gap: 20px;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
}

body .t327 {
    color: rgba(0,0,0,1.00);
    display: grid;
    row-gap: 2px;
    align-items: center;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 25px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    text-decoration: none;
    grid-template-columns: 2fr 1fr;
}

body .t327:hover div {
    width: 100%;
}

body .t328 {
    color: var(--Antiflash-White);
    font-size: 20px;
    font-weight: 400;
}

body .t329 {
    width: 10px;
    height: 2px;
    background: #b8a786;
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t330 {
    max-width: 30px;
    justify-self: center;
}

body .t331 {
    margin-top: 50px;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

body .t332 {
    max-width: 300px;
}

body .t333 {
    color: rgba(0,0,0,1.00);
    background: var(--Antiflash-White);
    margin-top: 0px;
    padding-top: 120px;
    padding-bottom: 100px;
}

body .t334 {
    margin-left: auto;
    margin-right: auto;
}

body .t335 {
}

body .t336 {
    display: block;
    margin-top: 40px;
    align-items: flex-start;
    margin-bottom: 40px;
    justify-content: flex-start;
}

body .t337 {
    color: var(--Mahogany);
    width: 100%;
    font-size: 34px;
    max-width: 900px;
    margin-top: 60px;
    text-align: left;
    transition: opacity 500ms 0ms linear;
    font-family: 'Signika';
    font-weight: 400;
    text-transform: none;
}

body .t338 {
    color: var(--Raisin-Black);
    font-size: 42px;
    font-family: 'Signika';
    font-weight: 400;
}

body .t339 {
    display: flex;
    margin-top: 100px;
    align-items: center;
}

body .t340 {
    color: var(--Raisin-Black);
    width: 250px;
    font-size: 30px;
    align-self: flex-start;
    font-weight: 400;
    margin-right: 0px;
    letter-spacing: 0.5px;
}

body .t341 {
    opacity: 85%;
    align-self: center;
    max-height: 50px;
    margin-right: 40px;
}

body .t342 {
    color: var(--Raisin-Black);
    font-size: 20px;
    max-width: 600px;
    align-self: flex-end;
    font-weight: 700;
}

body .t343 {
    height: 6500px;
    position: relative;
}

body .t344 {
    top: 0;
    color: rgba(0,0,0,1.00);
    display: block;
    z-index: 999999;
    overflow: visible;
    position: sticky;
    background: rgb(0,0,0);
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    grid-template-columns: 1fr 1fr;
}

body .t345 {
}

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

body .t347 {
    display: flex;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
}

body .t348 {
    color: rgb(0,0,0);
}

body .t349 {
    flex: 0 1 auto;
    display: block;
    align-self: auto;
    margin-top: 0px;
}

body .t350 {
    display: flex;
    background: rgb(107,154,196);
    box-shadow: 0px 5px 20px -8px #00c3ff;
    column-gap: 10px;
    align-items: center;
    padding-top: 20px;
    padding-left: 40px;
    border-radius: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
}

body .t350:hover img {
    transform: rotate(-180deg);
}

body .t351 {
    color: rgba(255,255,255,1.00);
    font-size: 18px;
    font-weight: 700;
    padding-right: 20px;
}

body .t352 {
    width: 25px;
    height: 25px;
    display: flex;
    background: rgba(255,255,255,1.00);
    align-items: center;
    padding-top: 0px;
    justify-content: center;
}

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

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

body .t356 {
    order: 0;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: flex-start;
}

body .t358 {
    height: 100px;
    background: rgb(47,22,68);
    margin-top: 0px;
    padding-top: 5px;
    margin-right: 10px;
    padding-left: 5px;
    border-radius: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
}

body .t359 {
    color: rgb(0,0,0);
    font-size: 30px;
    font-weight: 600;
}

body .t360 {
    color: rgba(255,255,255,1.00);
    z-index: 1000;
    position: relative;
    background: rgb(12,12,12);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t362 {
    margin: 0px 0px 0px 0px;
    display: grid;
    z-index: 1000;
    column-gap: 200px;
    grid-template-columns: 1fr 1fr;
}

body .t363 {
    padding: 140px 0px 140px 0px;
    position: relative;
}

body .t364 {
    z-index: 10;
    position: relative;
}

body .t365 {
    color: rgb(244,185,66);
    display: flex;
    column-gap: 30px;
    align-items: center;
}

body .t366 {
    color: rgb(244,185,66);
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
}

body .t367 {
    width: 72px;
    height: 1px;
    background: rgba(251,215,132,1.00);
}

body .t368 {
    font-size: 48px;
    font-weight: 600;
}

body .t369 {
    z-index: 10;
    position: relative;
    line-height: 28px;
}

body .t370 {
    position: relative;
}

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

body .t372 {
    display: flex;
    margin-top: 80px;
    align-items: center;
}

body .t373 {
    color: rgb(39,39,39);
    width: 250px;
    font-size: 30px;
    align-self: flex-start;
    font-weight: 400;
    margin-right: 0px;
    letter-spacing: 0.5px;
}

body .t374 {
    opacity: 85%;
    align-self: center;
    max-height: 50px;
    margin-right: 40px;
}

body .t375 {
    color: var(--Raisin-Black);
    font-size: 18px;
    max-width: 600px;
    align-self: flex-end;
    font-weight: 700;
}

body .t376 {
    color: rgba(0,0,0,1.00);
    position: relative;
    background: rgb(0,0,0);
    padding-top: 80px;
    padding-bottom: 60px;
    background-size: cover;
}

body .t377 {
    z-index: 1;
    position: relative;
}

body .t378 {
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    position: static;
    text-align: center;
    align-items: flex-start;
    margin-left: auto;
    padding-top: 0px;
    margin-right: auto;
    flex-direction: row;
    justify-content: space-around;
    grid-template-columns: 1fr 1fr;
}

body .t379 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

body .t380 {
    margin-top: 0px;
    text-align: center;
    line-height: 28px;
}

body .t381 {
    top: 0%;
    left: 0%;
    color: rgb(244,185,66);
    right: 0%;
    width: 100%;
    bottom: 0%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background: var(--Antiflash-White);
    margin-left: auto;
    margin-right: auto;
}

body .t382 {
    color: rgba(0,0,0,1.00);
    position: relative;
    background: var(--Antiflash-White);
    padding-top: 80px;
    padding-bottom: 60px;
    background-size: cover;
}

body .t383 {
    z-index: 1;
    position: relative;
}

body .t384 {
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    position: static;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    justify-content: space-around;
    grid-template-columns: 1fr 1fr;
}

body .t385 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

body .t386 {
    width: 100%;
    max-width: 1200px;
}

body .t387 {
    margin: 0px 0px 40px 0px;
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-left: 80px;
    margin-bottom: 40px;
    justify-content: flex-start;
}

body .t388 {
    width: 100px;
    margin: 5px 0px 0px 0px;
    margin-right: 60px;
}

body .t390 {
    margin: 0px 0px 15px 0px;
    font-size: 24px;
}

body .t392 {
    margin-top: 0px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 40px;
    padding-bottom: 0px;
}

body .t393 {
    top: 0%;
    left: 0%;
    color: rgb(244,185,66);
    right: 0%;
    width: 100%;
    bottom: 0%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background: var(--Antiflash-White);
    margin-left: auto;
    margin-right: auto;
}

body .t394 {
    color: rgba(0,0,0,1.00);
    padding: 100px 0px 100px 0px;
    background: rgba(255,255,255,1.00);
}

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

body .t399 {
    margin: 0px 0px 16px 0px;
}

body .t400 {
    color: rgba(95,109,126,1.00);
    margin-bottom: 40px;
}

body .t401 {
    margin: 50px 0px 0px 0px;
    display: grid;
    row-gap: 50px;
    column-gap: 50px;
    margin-top: 20px;
    margin-bottom: 50px;
    grid-template-columns: 1fr 1fr ;
}

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

body .t403 {
    max-width: 280px;
    max-height: 260px;
}

body .t404 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .t405 {
    align-self: center;
}

body .t406 {
    color: rgba(67,126,247,1.00);
    display: block;
}

body .t407 {
    display: block;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 5px;
}

body .t408 {
    margin: 20px 0px 0px 0px;
    display: flex;
    column-gap: 15px;
    align-items: center;
}

body .t417 {
    color: rgba(95,109,126,1.00);
    margin: 16px 0px 0px 0px;
}

body .t419 {
    margin: 50px 0px 0px 0px;
    display: grid;
    row-gap: 50px;
    column-gap: 50px;
    margin-top: 20px;
    margin-bottom: 50px;
    grid-template-columns: 1fr 1fr ;
}

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

body .t421 {
    max-width: 280px;
    max-height: 260px;
}

body .t422 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .t423 {
    align-self: center;
}

body .t424 {
    color: rgba(67,126,247,1.00);
    display: block;
}

body .t425 {
    display: block;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 5px;
}

body .t426 {
    margin: 20px 0px 0px 0px;
    display: flex;
    column-gap: 15px;
    align-items: center;
}

body .t435 {
    color: rgba(95,109,126,1.00);
    margin: 16px 0px 0px 0px;
}

body .t436 {
    margin: 50px 0px 0px 0px;
    display: grid;
    row-gap: 50px;
    column-gap: 50px;
    margin-top: 20px;
    margin-bottom: 50px;
    grid-template-columns: 1fr 1fr ;
}

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

body .t438 {
    max-width: 280px;
    max-height: 260px;
}

body .t439 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .t440 {
    align-self: center;
}

body .t441 {
    color: rgba(67,126,247,1.00);
    display: block;
}

body .t442 {
    display: block;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 5px;
}

body .t443 {
    margin: 20px 0px 0px 0px;
    display: flex;
    column-gap: 15px;
    align-items: center;
}

body .t452 {
    color: rgba(95,109,126,1.00);
    margin: 16px 0px 0px 0px;
}

body .t453 {
    display: flex;
    margin-top: 80px;
    align-items: center;
    margin-bottom: 60px;
}

body .t454 {
    color: rgb(39,39,39);
    width: 250px;
    font-size: 30px;
    align-self: flex-start;
    font-weight: 400;
    margin-right: 0px;
    letter-spacing: 0.5px;
}

body .t455 {
    opacity: 85%;
    align-self: center;
    max-height: 50px;
    margin-right: 40px;
}

body .t456 {
    color: var(--Raisin-Black);
    font-size: 18px;
    max-width: 600px;
    align-self: flex-end;
    font-weight: 700;
}

body .t457 {
    display: grid;
    row-gap: 30px;
    max-width: 800px;
    column-gap: 30px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t458 {
}

body .t458:hover h3 {
    color: var(--Mahogany);
}

body .t458.dh-active h3 {
    color: var(--Mahogany);
}

body .t458.dh-active img {
    transform: rotate(45deg);
}

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

body .t460 {
    color: var(--Raisin-Black);
    cursor: pointer;
    font-size: 26px;
    font-weight: 400;
}

body .t462 {
    max-height: 25px;
    margin-left: 40px;
}

body .t463 {
    display: flex;
    column-gap: 20px;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
}

body .t464 {
    color: rgba(0,0,0,1.00);
    display: block;
    row-gap: 2px;
    align-items: center;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 25px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    text-decoration: none;
    grid-template-columns: 2fr 1fr;
}

body .t464:hover div {
    width: 100%;
}

body .t465 {
    font-size: 16px;
    font-weight: 400;
}

body .t466 {
    width: 10px;
    height: 2px;
    background: #b8a786;
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t467 {
    display: grid;
    row-gap: 30px;
    max-width: 800px;
    column-gap: 30px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t468 {
}

body .t468:hover h3 {
    color: rgb(191,72,0);
}

body .t468.dh-active h3 {
    color: rgb(191,72,0);
}

body .t468.dh-active img {
    transform: rotate(45deg);
}

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

body .t470 {
    color: rgb(39,39,39);
    cursor: pointer;
    font-size: 26px;
    font-weight: 400;
}

body .t471 {
    max-height: 25px;
    margin-left: 40px;
}

body .t473 {
    max-width: 700px;
    margin-top: 10px;
}

body .t474 {
    display: flex;
    column-gap: 20px;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
}

body .t475 {
    color: rgba(0,0,0,1.00);
    display: block;
    row-gap: 2px;
    align-items: center;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 25px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    text-decoration: none;
    grid-template-columns: 2fr 1fr;
}

body .t475:hover div {
    width: 100%;
}

body .t476 {
    font-size: 16px;
    font-weight: 400;
}

body .t477 {
    width: 10px;
    height: 2px;
    background: #b8a786;
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t478 {
    display: grid;
    row-gap: 30px;
    max-width: 800px;
    column-gap: 30px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t479 {
}

body .t479:hover h3 {
    color: rgb(191,72,0);
}

body .t479.dh-active h3 {
    color: rgb(191,72,0);
}

body .t479.dh-active img {
    transform: rotate(45deg);
}

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

body .t481 {
    color: rgb(39,39,39);
    cursor: pointer;
    font-size: 26px;
    font-weight: 400;
}

body .t482 {
    max-height: 25px;
    margin-left: 40px;
}

body .t484 {
    max-width: 700px;
    margin-top: 10px;
}

body .t485 {
}

body .t485:hover h4 {
    color: var(--Mahogany);
    transform: scale(1.025,1.025);
    transition: all 200ms 0ms ease-in;
}

body .t486 {
}

body .t486:hover h4 {
    color: var(--Mahogany);
    transform: scale(1.025,1.025);
    transition: all 200ms 0ms ease-in;
}

body .t487 {
}

body .t487:hover h4 {
    color: var(--Mahogany);
    transform: scale(1.025,1.025);
    transition: all 200ms 0ms ease-in;
}

body .t488 {
    color: rgb(244,185,66);
    font-size: 34px;
    max-width: 900px;
    margin-top: 60px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

body .t489 {
    max-width: 700px;
    margin-top: 10px;
}

body .t490 {
    background: var(--Raisin-Black);
}

body .t491 {
    color: rgba(0,0,0,1.00);
    position: relative;
    background: var(--Antiflash-White);
    padding-top: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

body .t492 {
    color: var(--Antiflash-White);
    font-size: 60px;
    text-align: left;
    font-weight: 400;
    margin-left: 0px;
}

body .t493 {
    color: var(--Raisin-Black);
    font-size: 42px;
    font-family: 'Signika';
    text-transform: capitalize;
}

body .t494 {
    color: var(--Mahogany);
    font-size: 42px;
    font-family: 'Signika';
}

body .t495 {
    color: var(--Raisin-Black);
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
}

body .t496 {
    color: var(--Raisin-Black);
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
}

body .t497 {
    color: var(--Mahogany);
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

body .t498 {
    color: var(--Mahogany);
    font-size: 38px;
    font-style: normal;
    font-family: 'Signika';
    font-weight: 400;
}

body .t499 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
}

body .t500 {
    display: flex;
    column-gap: 20px;
    margin-top: 60px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
}

body .t500:hover img {
    transition: transform 200ms 0ms ease-in-out;
}

body .t501 {
    flex: 0 1 auto;
    color: rgba(0,0,0,1.00);
    display: grid;
    row-gap: 2px;
    background: var(--Mahogany);
    align-items: center;
    padding-top: 7px;
    padding-left: 25px;
    border-radius: 5px;
    padding-right: 25px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    text-decoration: none;
    grid-template-columns: 3fr 1fr;
}

body .t501:hover div {
    width: 100%;
}

body .t502 {
    color: var(--Antiflash-White);
    font-size: 28px;
    margin-top: 0px;
    font-weight: 400;
}

body .t503 {
    width: 10px;
    height: 2px;
    background: #b8a786;
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t504 {
    max-width: 30px;
    justify-self: flex-end;
}

body .t505 {
    color: rgb(0,0,0);
    max-width: 100%;
    background: var(--Raisin-Black);
    padding-top: 80px;
    padding-bottom: 80px;
}

body .t507 {
    color: var(--Antiflash-White);
    font-family: 'Signika';
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

body .t508 {
    margin-top: 50px;
}

body .t509 {
    color: rgb(0,0,0);
    display: grid;
    row-gap: 0px;
    max-width: 900px;
    column-gap: 30px;
    grid-template-columns: 1fr;
}

body .t510 {
}

body .t510:hover h4 {
    color: rgb(244,185,66);
}

body .t510.dh-active h4 {
    color: rgb(244,185,66);
}

body .t510.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t511 {
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t512 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t513 {
    margin-bottom: 20px;
}

body .t514 {
    display: flex;
    column-gap: 20px;
    margin-top: 80px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: center;
}

body .t515 {
    color: rgba(0,0,0,1.00);
    display: grid;
    row-gap: 2px;
    background: var(--Xenthous);
    align-items: center;
    padding-top: 7px;
    padding-left: 25px;
    border-radius: 5px;
    padding-right: 0px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    text-decoration: none;
    grid-template-columns: 2fr 1fr;
}

body .t515:hover div {
    width: 100%;
}

body .t516 {
    color: var(--Antiflash-White);
    font-size: 24px;
    font-style: normal;
    margin-top: 0px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
}

body .t517 {
    width: 10px;
    height: 2px;
    background: var(--Mahogany);
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t518 {
    justify-self: center;
}

body .t519 {
    color: var(--Antiflash-White);
    max-width: 100%;
    background: var(--Antiflash-White);
    box-shadow: inset 0px 15px 30px 0px rgba(0,0,0,0.1);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t521 {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

body .t522 {
    color: var(--Mahogany);
    width: 100%;
    max-width: 400px;
    font-family: 'Signika';
    font-weight: 400;
}

body .t523 {
    width: 100%;
    max-width: 600px;
}

body .t524 {
    margin: 0px 0px 40px 0px;
    display: flex;
    column-gap: 15px;
    align-items: flex-start;
    margin-bottom: 0px;
}

body .t525 {
    width: 60px;
    margin: 5px 0px 0px 0px;
    margin-right: 20px;
}

body .t527 {
    color: var(--Raisin-Black);
    margin: 0px 0px 15px 0px;
    font-size: 36px;
    font-weight: 500;
}

body .t528 {
    color: var(--Raisin-Black);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0px;
}

body .t530 {
    color: var(--Purple);
}

body .t531 {
    color: var(--Blue-Grey);
}

body .t533 {
    color: var(--Mahogany);
}

body .t535 {
    margin-top: 0px;
}

body .t535:hover h4 {
    color: rgb(244,185,66);
}

body .t535.dh-active h4 {
    color: rgb(244,185,66);
}

body .t535.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t537 {
    color: rgb(244,185,66);
    max-width: 600px;
    margin-bottom: 37px;
}

body .t538 {
    font-size: 20px;
}

body .t539 {
    color: var(--Antiflash-White);
}

body .t540 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t541 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t542 {
    color: var(--Raisin-Black);
    display: block;
    max-width: 100%;
    background: var(--Antiflash-White);
    box-shadow: inset 0px 15px 30px 0px rgba(0,0,0,0.1);
    margin-left: auto;
    padding-top: 100px;
    margin-right: auto;
    padding-bottom: 100px;
}

body .t542:hover a {
}

body .t544 {
    border: 1px dotted var(--Mahogany);
    display: flex;
    background: var(--Antiflash-White);
    column-gap: 30px;
    margin-top: 20px;
    padding-top: 40px;
    padding-left: 40px;
    border-radius: 5px;
    padding-right: 40px;
    padding-bottom: 40px;
    justify-content: space-around;
}

body .t545 {
    max-width: 600px;
}

body .t546 {
    flex: 1 1 0%;
    max-width: 800px;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
}

body .t547 {
    color: rgb(191,72,0);
    width: 100%;
    font-size: 24px;
    max-width: 900px;
    margin-top: 40px;
    text-align: left;
    transition: opacity 500ms 0ms linear;
    font-weight: 400;
    margin-left: 0px;
    padding-left: 0px;
    text-transform: none;
}

body .t548 {
    color: var(--Raisin-Black);
}

body .t549 {
    color: var(--Raisin-Black);
}

body .t550 {
    color: var(--Mahogany);
    font-weight: 600;
}

body .t551 {
    color: var(--Purple);
    font-weight: 600;
}

body .t553 {
    color: rgba(0,0,0,1.00);
    position: relative;
    background: rgba(255,255,255,1.00);
    padding-top: 40px;
    padding-bottom: 40px;
}

body .t555 {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 120px 80px 160px 0px;
    position: relative;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}

body .t556 {
    z-index: 9999;
    position: relative;
    max-width: 400px;
}

body .t558 {
    margin: 20px 0px 0px 0px;
}

body .t559 {
    margin: 50px 0px 0px 0px;
    display: flex;
}

body .t560 {
    color: rgba(255,255,255,1.00);
    border: 1px solid var(--Purple);
    padding: 20px 42px 20px 42px;
    font-size: 18px;
    background: var(--Purple);
    font-weight: 600;
    border-radius: 50px;
}

body .t560:hover {
    color: rgba(41,69,255,1.00);
    background: rgba(255,255,255,1.00);
}

body .t561 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    z-index: 999;
    position: absolute;
}

body .t562 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    background: linear-gradient(270deg, rgba(0,0,0,1.00) 0%, rgba(255,255,255,0.00) 100%);
}

body .t563 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .t564 {
    top: -18px;
    left: auto;
    right: -30px;
    width: 95%;
    bottom: auto;
    height: 85%;
    padding: 20px 20px 20px 20px;
    z-index: 2;
    position: absolute;
    background: var(--Purple);
}

body .t565 {
    z-index: 9999;
    position: relative;
}

body .t567 {
    margin: 20px 0px 0px 0px;
}

body .t568 {
    width: 100%;
    margin: 50px 0px 0px 0px;
    display: flex;
}

body .t569 {
    width: 100%;
    display: flex;
    background: var(--Purple);
    align-items: center;
    justify-content: center;
}

body .t570 {
    top: auto;
    left: auto;
    right: -26px;
    bottom: -36px;
    display: flex;
    row-gap: 8px;
    position: absolute;
    flex-direction: column;
}

body .t571 {
    display: flex;
    column-gap: 8px;
}

body .t572 {
    width: 2px;
    height: 2px;
    display: flex;
    background: var(--Purple);
    border-radius: 100px;
}

body .t573 {
    top: -17px;
    left: -16px;
    right: auto;
    bottom: auto;
    display: flex;
    row-gap: 8px;
    position: absolute;
    flex-direction: column;
}

body .t574 {
    display: flex;
    column-gap: 8px;
}

body .t575 {
    width: 2px;
    height: 2px;
    display: flex;
    background: var(--Purple);
    border-radius: 100px;
}

body .t576 {
    display: flex;
    row-gap: 100px;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    justify-content: space-between;
}

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

body .t579 {
    display: flex;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
}

body .t580 {
    color: rgb(0,0,0);
    text-decoration: none;
}

body .t581 {
    order: 0;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: flex-start;
}

body .t583 {
    height: 100px;
    background: rgb(47,22,68);
    margin-top: 0px;
    padding-top: 5px;
    margin-right: 10px;
    padding-left: 5px;
    border-radius: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
}

body .t584 {
    padding: 100px 0px 100px 0px;
    background: var(--Tiffany-Blue);
}

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

body .t587 {
    color: #174B90;
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
}

body .t588 {
    color: #323232;
    margin: 20px 0px 20px 0px;
    font-size: 45px;
    line-height: 1.2;
}

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

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

body .t591 {
    background: var(--Tiffany-Blue);
}

body .t592 {
    flex: 1;
    width: 100%;
    height: 500px;
    position: relative;
    background: var(--Tiffany-Blue);
}

body .t593 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    position: absolute;
    background: var(--Tiffany-Blue);
    object-fit: cover;
    border-radius: 25px;
    object-position: 0% 50%;
}

body .t594 {
    top: 6%;
    left: auto;
    right: 6%;
    bottom: auto;
    display: flex;
    padding: 7px 20px 7px 20px;
    position: absolute;
    background: var(--Purple);
    column-gap: 5px;
    align-items: center;
    border-radius: 25px;
}

body .t595 {
    color: rgba(255,255,255,1.00);
    font-size: 14px;
}

body .t596 {
    top: auto;
    left: 5%;
    right: auto;
    bottom: 5%;
    padding: 20px 20px 20px 20px;
    position: absolute;
    background: rgba(255,255,255,0.90);
    column-gap: 5px;
    align-items: center;
    border-radius: 25px;
    flex-direction: row;
    justify-content: center;
}

body .t597 {
    display: flex;
}

body .t598 {
    display: flex;
    padding: 0px 5px 0px 0px;
    column-gap: 5px;
    align-items: center;
    border-right: 1px solid rgba(98,102,114,1.00);
    justify-content: center;
}

body .t599 {
    color: rgba(255,255,255,1.00);
    width: 15px;
    height: 15px;
    font-size: 14px;
    font-weight: 700;
}

body .t600 {
    color: rgba(98,102,114,1.00);
    font-size: 9px;
}

body .t601 {
    display: flex;
    padding: 0px 5px 0px 5px;
    column-gap: 5px;
    align-items: center;
    border-right: 1px solid rgba(98,102,114,1.00);
    justify-content: center;
}

body .t602 {
    color: rgba(255,255,255,1.00);
    width: 15px;
    height: 15px;
    font-size: 14px;
    font-weight: 700;
}

body .t603 {
    color: rgba(98,102,114,1.00);
    font-size: 9px;
}

body .t604 {
    display: flex;
    padding: 0px 5px 0px 5px;
    column-gap: 5px;
    align-items: center;
    justify-content: center;
}

body .t605 {
    color: rgba(255,255,255,1.00);
    width: 15px;
    height: 15px;
    font-size: 14px;
    font-weight: 700;
}

body .t606 {
    color: rgba(98,102,114,1.00);
    font-size: 9px;
}

body .t607 {
    margin: 20px 0px 0px 0px;
}

body .t608 {
    margin: 20px 0px 0px 0px;
    max-width: 300px;
}

body .t609 {
    color: #174B90;
    margin: 20px 0px 0px 0px;
    display: flex;
    column-gap: 5px;
    font-weight: 700;
}

body .t612 {
    position: relative;
}

body .t613 {
    margin: 20px 0px 0px 0px;
    display: flex;
}

body .t614 {
    color: rgba(255,255,255,1.00);
    padding: 10px 20px 10px 20px;
    background: var(--Purple);
    border-radius: 25px;
}

body .t614:hover {
    background: rgba(0,28,65,1.00);
}

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

body .t616 {
    color: rgba(255,255,255,1.00);
    padding: 15px 30px 15px 30px;
    background: var(--Purple);
    border-radius: 25px;
}

body .t616:hover {
    background: rgba(0,28,65,1.00);
}

body .t617 {
    color: rgba(255,255,255,1.00);
    position: relative;
    background: var(--Xenthous);
    padding-top: 185px;
    padding-bottom: 170px;
    backdrop-filter: blur(100px);
}

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

body .t619 {
    z-index: 10;
    position: relative;
}

body .t620 {
    margin: 0px 0px 40px 0px;
}

body .t621 {
    display: flex;
    column-gap: 100px;
    align-items: center;
}

body .t623 {
    display: flex;
    column-gap: 10px;
}

body .t624 {
    top: 0%;
    left: 0%;
    right: auto;
    width: 100%;
    bottom: auto;
    height: 100%;
    opacity: 20%;
    overflow: visible;
    position: absolute;
    background: rgb(252,252,252);
    object-fit: cover;
    white-space: normal;
    border-radius: 4px;
    backdrop-filter: blur(100px);
}

body .t625 {
    max-width: 300px;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
}

body .t626 {
    color: rgba(0,0,0,1.00);
    background: var(--Antiflash-White);
    padding-top: 100px;
    padding-bottom: 100px;
}

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

body .t629 {
    flex: 1;
    color: rgba(0,0,0,1.00);
}

body .t630 {
    flex: 1;
    font-size: 18px;
}

body .t631 {
    display: grid;
    row-gap: 50px;
    column-gap: 50px;
    margin-top: 40px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t632 {
    display: flex;
    background: rgba(255,255,255,1.00);
    box-shadow:  0px 8px 15px -5px rgba(0,0,0,0.25);
    text-align: center;
    align-items: center;
    padding-top: 50px;
    padding-left: 20px;
    border-radius: 5px;
    padding-right: 20px;
    flex-direction: column;
    padding-bottom: 50px;
    justify-content: center;
}

body .t633 {
    color: rgba(0,0,0,1.00);
}

body .t634 {
    margin-top: 20px;
}

body .t635 {
    display: flex;
    column-gap: 8px;
    align-items: center;
    border-radius: 100%;
}

body .t635:hover img {
    transform: rotate(-90deg);
}

body .t636 {
}

body .t637 {
    width: 20px;
    height: 20px;
    display: flex;
    background: var(--Tiffany-Blue);
    align-items: center;
    border-radius: 100%;
    justify-content: center;
}

body .t638 {
    width: 14px;
    height: 14px;
    transition: all 200ms 0ms linear;
}

body .t639 {
    width: 130px;
    height: 130px;
    display: flex;
    background: var(--Xenthous);
    margin-top: 20px;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
}

body .t640 {
    width: 70px;
    height: 70px;
}

body .t641 {
    margin-top: 20px;
}

body .t642 {
    color: rgba(0,0,0,1.00);
    z-index: 5;
    position: relative;
    background: rgba(255,255,255,1.00);
    padding-top: 0px;
    padding-bottom: 0px;
}

body .t644 {
    color: rgb(0,0,0);
    position: relative;
    background: var(--Antiflash-White);
    padding-top: 20px;
    padding-bottom: 50px;
}

body .t645 {
    z-index: 1;
    position: relative;
}

body .t646 {
    background: var(--Antiflash-White);
    padding-top: 0px;
    padding-left: 20px;
    border-radius: 10px;
    padding-right: 20px;
    padding-bottom: 0px;
}

body .t647 {
    margin: 0px 0px 60px 0px;
}

body .t648 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

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

body .t651 {
    margin: 0px 0px 20px 0px;
    display: flex;
    column-gap: 10px;
}

body .t653 {
    margin: 0px 0px 20px 0px;
}

body .t654 {
    color: rgb(47,22,68);
    letter-spacing: 0px;
}

body .t656 {
    color: rgb(47,22,68);
    background: rgb(244,185,66);
    font-weight: 600;
}

body .t658 {
    padding: 100px 0px 100px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

body .t659 {
    color: rgb(0,0,0);
    background: rgb(39,39,39);
    padding-top: 120px;
    padding-bottom: 100px;
}

body .t661 {
    color: var(--Antiflash-White);
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    letter-spacing: 5px;
}

body .t662 {
    display: flex;
    column-gap: 50px;
    flex-direction: row;
}

body .t663 {
    width: 100%;
    max-width: 200px;
}

body .t664 {
    padding-top: 20px;
}

body .t665 {
    color: rgb(244,185,66);
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

body .t666 {
    color: var(--Antiflash-White);
    max-width: 600px;
    margin-left: 0px;
}

body .t667 {
    margin-top: 80px;
}

body .t668 {
    display: flex;
    column-gap: 20px;
    margin-top: 80px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: center;
}

body .t669 {
    color: rgba(0,0,0,1.00);
    display: grid;
    row-gap: 2px;
    background: rgb(244,185,66);
    align-items: center;
    padding-top: 7px;
    padding-left: 25px;
    border-radius: 5px;
    padding-right: 0px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    text-decoration: none;
    grid-template-columns: 2fr 1fr;
}

body .t669:hover div {
    width: 100%;
}

body .t670 {
    color: rgb(39,39,39);
    font-size: 30px;
    font-style: normal;
    margin-top: 0px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
}

body .t671 {
    width: 10px;
    height: 2px;
    background: rgb(191,72,0);
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t672 {
    justify-self: center;
}

body .t673 {
    color: rgb(0,0,0);
    display: grid;
    row-gap: 30px;
    column-gap: 30px;
    grid-template-columns: 1fr;
}

body .t674 {
}

body .t674:hover h4 {
    color: rgb(244,185,66);
}

body .t674.dh-active h4 {
    color: rgb(244,185,66);
}

body .t674.dh-active img {
    color: rgb(0,0,0);
    transform: rotate(45deg);
}

body .t676 {
    color: rgb(0,0,0);
    max-width: 600px;
    margin-bottom: 37px;
}

body .t677 {
    color: var(--Antiflash-White);
}

body .t678 {
    color: var(--Antiflash-White);
}

body .t679 {
    color: rgb(244,185,66);
}

body .t680 {
    color: var(--Antiflash-White);
}

body .t681 {
    padding-bottom: 10px;
}

body .t682 {
    color: rgb(244,185,66);
}

body .t683 {
    color: rgb(151,216,196);
}

body .t684 {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}

body .t685 {
    order: 0;
    transform: rotate(0deg);
    max-height: 35px;
    transition: all 200ms 0ms ease;
    margin-right: 300px;
}

body .t686 {
    color: rgb(0,0,0);
    cursor: pointer;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 19px;
    letter-spacing: 0.5px;
}

body .t687 {
}

body .t687:hover h4 {
    color: rgb(244,185,66);
}

body .t687.dh-active h4 {
    color: rgb(244,185,66);
}

body .t687.dh-active img {
    color: rgb(0,0,0);
    transform: rotate(45deg);
}

body .t689 {
    color: rgb(244,185,66);
    max-width: 600px;
    margin-bottom: 37px;
}

body .t690 {
    font-size: 20px;
}

body .t691 {
    color: rgb(0,0,0);
}

body .t692 {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}

body .t693 {
    order: 0;
    transform: rotate(0deg);
    max-height: 35px;
    transition: all 200ms 0ms ease;
    margin-right: 300px;
}

body .t694 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 19px;
    letter-spacing: 0.5px;
}

body .t695 {
}

body .t695:hover h4 {
    color: rgb(244,185,66);
}

body .t695.dh-active h4 {
    color: rgb(244,185,66);
}

body .t695.dh-active img {
    color: rgb(0,0,0);
    transform: rotate(45deg);
}

body .t697 {
    color: rgb(244,185,66);
    max-width: 600px;
    margin-bottom: 37px;
}

body .t698 {
    font-size: 20px;
}

body .t699 {
    color: rgb(0,0,0);
}

body .t700 {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}

body .t701 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 19px;
    letter-spacing: 0.5px;
}

body .t702 {
    order: 0;
    transform: rotate(0deg);
    max-height: 35px;
    transition: all 200ms 0ms ease;
    margin-right: 300px;
}

body .t703 {
    color: rgb(0,0,0);
    display: block;
    background: var(--Antiflash-White);
    margin-left: auto;
    padding-top: 60px;
    margin-right: auto;
    padding-bottom: 0px;
}

body .t705 {
    display: flex;
    column-gap: 50px;
    justify-content: space-around;
}

body .t707 {
    width: 100%;
    max-width: 600px;
    max-height: 600px;
    object-fit: cover;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

body .t709 {
    line-height: 30px;
}

body .t710 {
    display: flex;
    column-gap: 20px;
    margin-top: 40px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
}

body .t710:hover img {
    transform: rotate(315deg);
    transition: transform 200ms 0ms ease-in-out;
}

body .t711 {
    color: rgba(0,0,0,1.00);
    border: 1px solid rgb(191,72,0);
    display: grid;
    row-gap: 2px;
    background: rgb(0,0,0);
    align-items: center;
    padding-top: 7px;
    padding-left: 25px;
    border-radius: 5px;
    padding-right: 0px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    grid-template-columns: 2fr 1fr;
}

body .t711:hover div {
    width: 100%;
}

body .t712 {
    max-width: 30px;
    justify-self: center;
}

body .t713 {
    color: rgb(39,39,39);
    font-size: 28px;
    margin-top: 0px;
    font-weight: 400;
}

body .t714 {
    width: 10px;
    height: 2px;
    background: #b8a786;
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t715 {
    font-size: 85px;
    font-weight: 300;
    margin-bottom: 15px;
}

body .t716 {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
}

body .t717 {
    width: 100%;
    max-width: 525px;
    line-height: 25px;
}

body .t718 {
    color: rgba(0,0,0,1.00);
    z-index: 5;
    position: relative;
    background: rgba(255,255,255,1.00);
    padding-top: 100px;
    padding-bottom: 100px;
}

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

body .t721 {
    text-align: center;
}

body .t723 {
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}

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

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

body .t727 {
    color: rgba(151,151,151,1.00);
    margin-top: 10px;
}

body .t729 {
    color: rgba(0,0,0,1.00);
    z-index: 5;
    position: relative;
    background: rgba(255,255,255,1.00);
    padding-top: 0px;
    padding-bottom: 0px;
}

body .t730 {
    color: rgba(0,0,0,1.00);
    background: rgb(39,39,39);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t732 {
    color: rgba(179,179,179,1.00);
    display: grid;
    column-gap: 20px;
    border-bottom: 1px solid rgba(179,179,179,1.00);
    padding-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t733 {
    color: rgb(0,0,0);
    display: flex;
    flex-direction: column;
}

body .t734 {
    margin-top: 20px;
}

body .t735 {
    color: rgb(0,0,0);
    font-weight: 400;
}

body .t736 {
    color: rgb(0,0,0);
}

body .t737 {
    color: rgb(0,0,0);
    font-weight: 400;
}

body .t738 {
    margin-top: 20px;
}

body .t739 {
    border: 1px solid rgba(102,102,102,1.00);
    display: flex;
    margin-top: 20px;
    padding-right: 20px;
}

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

body .t740:hover >img {
    transform: scale(1.4,1.4);
}

body .t741 {
    width: 40px;
    height: 40px;
    transition: all 200ms 0ms linear;
}

body .t742 {
    width: 100%;
    border: 1px none rgba(0,0,0,0.00);
    font-size: 20px;
    background: rgba(102,102,102,0.00);
    font-weight: 700;
    padding-top: 20px;
    border-right: 1px solid rgba(0,0,0,0.00);
    padding-left: 20px;
    padding-bottom: 20px;
}

body .t744 {
    display: block;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
}

body .t745 {
    max-width: 200px;
}

body .t746 {
    max-width: 100px;
    margin-bottom: 40px;
}

body .t747 {
    display: flex;
    column-gap: 10px;
    margin-top: 20px;
}

body .t748 {
    width: 40px;
    height: 40px;
    display: flex;
    background: rgba(78,78,78,1.00);
    align-items: center;
    border-radius: 100%;
    justify-content: center;
}

body .t748:hover {
    background: rgba(78,78,78,0.00);
}

body .t748:hover >img {
    transform: rotate(360deg) scale(1.4,1.4);
}

body .t749 {
    width: 25px;
    height: 25px;
    transition: all 200ms 0ms linear;
}

body .t750 {
    margin-top: 40px;
    text-align: right;
}

body .t751 {
    color: rgba(179,179,179,1.00);
}

body .t752 {
    color: rgb(244,185,66);
    width: 20px;
}

body .t753 {
    color: var(--Antiflash-White);
}

body .t754 {
    color: var(--Antiflash-White);
    font-size: 18px;
    max-width: 600px;
    margin-top: 10px;
    margin-bottom: 20px;
}

body .t756 {
    margin-top: 0px;
}

body .t757 {
    color: rgb(244,185,66);
}

body .t758 {
    color: var(--Antiflash-White);
    font-size: 18px;
    margin-top: 20px;
}

body .t759 {
    color: rgba(0,0,0,1.00);
    background: rgb(244,185,66);
    padding-top: 200px;
    padding-bottom: 200px;
}

body .t761 {
    font-size: 32px;
    max-width: 1000px;
    font-family: 'Inter';
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
}

body .t762 {
    font-size: 24px;
    font-weight: 400;
}

body .t763 {
    color: var(--Xenthous);
    align-self: auto;
}

body .t764 {
    color: rgb(244,185,66);
}

body .t765 {
    color: var(--Antiflash-White);
    z-index: 10;
    position: relative;
    max-width: 1600px;
    margin-top: 100px;
    padding-left: 100px;
    padding-right: 40px;
    padding-bottom: 0px;
}

body .t766 {
    width: 300px;
    height: 2px;
    background: var(--Tiffany-Blue);
    margin-top: 50px;
    margin-left: 50px;
}

body .t767 {
    top: 0;
    color: rgba(0,0,0,1.00);
    display: block;
    z-index: 999999;
    overflow: visible;
    position: sticky;
    background: rgba(38,38,38,0.53);
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-template-columns: 1fr 1fr;
}

body .t768 {
}

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

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

body .t772 {
    order: 0;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: flex-start;
}

body .t774 {
    height: 100px;
    margin-top: 0px;
    padding-top: 5px;
    margin-right: 10px;
    padding-left: 5px;
    border-radius: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
}

body .t775 {
    display: flex;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
}

body .t776 {
    color: var(--Antiflash-White);
    text-decoration: none;
}

body .t777 {
    color: var(--Raisin-Black);
    font-size: 60px;
    font-family: 'Signika';
    font-weight: 500;
    text-transform: capitalize;
}

body .t778 {
    color: var(--Mahogany);
    font-size: 38px;
    font-weight: 500;
    text-transform: capitalize;
}

body .t780 {
    max-width: 1600px;
    padding-left: 100px;
}

body .t781 {
    display: block;
    margin-top: 40px;
    align-items: flex-start;
    margin-bottom: 40px;
    justify-content: flex-start;
}

body .t782 {
    color: rgb(191,72,0);
    width: 100%;
    font-size: 34px;
    max-width: 900px;
    margin-top: 60px;
    text-align: left;
    transition: opacity 500ms 0ms linear;
    font-weight: 400;
    margin-left: 0px;
    padding-left: 0px;
    text-transform: none;
}

body .t783 {
    color: rgb(39,39,39);
}

body .t784 {
    color: rgb(39,39,39);
}

body .t785 {
    color: rgb(191,72,0);
}

body .t786 {
    color: rgb(107,154,196);
}

body .t787 {
}

body .t787:hover h4 {
    color: rgb(191,72,0);
    transform: scale(1.025,1.025);
    transition: all 200ms 0ms ease-in;
}

body .t788 {
    display: flex;
    margin-top: 80px;
    align-items: center;
    margin-bottom: 50px;
}

body .t789 {
    color: rgb(39,39,39);
    width: 250px;
    font-size: 30px;
    align-self: flex-start;
    font-weight: 400;
    margin-right: 0px;
    letter-spacing: 0.5px;
}

body .t790 {
    opacity: 85%;
    align-self: center;
    max-height: 50px;
    margin-right: 40px;
}

body .t791 {
    color: rgb(39,39,39);
    font-size: 24px;
    max-width: 600px;
    align-self: flex-end;
    font-weight: 500;
}

body .t792 {
    display: grid;
    row-gap: 30px;
    max-width: 800px;
    column-gap: 30px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t793 {
}

body .t793:hover h3 {
    color: rgb(191,72,0);
}

body .t793.dh-active h3 {
    color: rgb(191,72,0);
}

body .t793.dh-active img {
    transform: rotate(45deg);
}

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

body .t795 {
    color: rgb(39,39,39);
    cursor: pointer;
    font-size: 26px;
    font-weight: 400;
}

body .t796 {
    max-height: 25px;
    margin-left: 40px;
}

body .t798 {
    max-width: 700px;
    margin-top: 10px;
}

body .t799 {
    display: flex;
    column-gap: 20px;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
}

body .t800 {
    color: rgba(0,0,0,1.00);
    display: block;
    row-gap: 2px;
    align-items: center;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 25px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    grid-template-columns: 2fr 1fr;
}

body .t800:hover div {
    width: 100%;
}

body .t801 {
    width: 10px;
    height: 2px;
    background: #b8a786;
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t802 {
    font-size: 16px;
    font-weight: 400;
}

body .t803 {
}

body .t803:hover h4 {
    color: rgb(191,72,0);
    transform: scale(1.025,1.025);
    transition: all 200ms 0ms ease-in;
}

body .t804 {
    display: flex;
    margin-top: 80px;
    align-items: center;
    margin-bottom: 50px;
}

body .t805 {
    color: rgb(39,39,39);
    font-size: 24px;
    max-width: 600px;
    align-self: flex-end;
    font-weight: 500;
}

body .t806 {
    color: rgb(39,39,39);
    width: 250px;
    font-size: 30px;
    align-self: flex-start;
    font-weight: 400;
    margin-right: 0px;
    letter-spacing: 0.5px;
}

body .t807 {
    opacity: 85%;
    align-self: center;
    max-height: 50px;
    margin-right: 40px;
}

body .t808 {
    display: grid;
    row-gap: 30px;
    max-width: 800px;
    column-gap: 30px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t809 {
}

body .t809:hover h3 {
    color: rgb(191,72,0);
}

body .t809.dh-active h3 {
    color: rgb(191,72,0);
}

body .t809.dh-active img {
    transform: rotate(45deg);
}

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

body .t811 {
    color: rgb(39,39,39);
    cursor: pointer;
    font-size: 26px;
    font-weight: 400;
}

body .t812 {
    max-height: 25px;
    margin-left: 40px;
}

body .t814 {
    max-width: 700px;
    margin-top: 10px;
}

body .t815 {
    display: flex;
    column-gap: 20px;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
}

body .t816 {
    color: rgba(0,0,0,1.00);
    display: block;
    row-gap: 2px;
    align-items: center;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 25px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    grid-template-columns: 2fr 1fr;
}

body .t816:hover div {
    width: 100%;
}

body .t817 {
    font-size: 16px;
    font-weight: 400;
}

body .t818 {
    width: 10px;
    height: 2px;
    background: #b8a786;
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t819 {
}

body .t819:hover h4 {
    color: rgb(191,72,0);
    transform: scale(1.025,1.025);
    transition: all 200ms 0ms ease-in;
}

body .t820 {
    display: grid;
    row-gap: 30px;
    max-width: 800px;
    column-gap: 30px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
}

body .t821 {
}

body .t821:hover h3 {
    color: rgb(191,72,0);
}

body .t821.dh-active h3 {
    color: rgb(191,72,0);
}

body .t821.dh-active img {
    transform: rotate(45deg);
}

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

body .t823 {
    max-height: 25px;
    margin-left: 40px;
}

body .t824 {
    color: rgb(39,39,39);
    cursor: pointer;
    font-size: 24px;
    font-weight: 400;
}

body .t826 {
    display: flex;
    column-gap: 20px;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
}

body .t827 {
    color: rgba(0,0,0,1.00);
    display: block;
    row-gap: 2px;
    align-items: center;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 25px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    text-decoration: none;
    grid-template-columns: 2fr 1fr;
}

body .t827:hover div {
    width: 100%;
}

body .t828 {
    font-size: 16px;
    font-weight: 400;
}

body .t829 {
    width: 10px;
    height: 2px;
    background: #b8a786;
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t830 {
    max-width: 700px;
    margin-top: 10px;
}

body .t831 {
    display: flex;
    margin-top: 100px;
    align-items: center;
    margin-bottom: 50px;
}

body .t832 {
    opacity: 85%;
    align-self: center;
    max-height: 50px;
    margin-right: 40px;
}

body .t833 {
    color: rgb(39,39,39);
    font-size: 24px;
    max-width: 600px;
    align-self: flex-end;
    font-weight: 500;
}

body .t834 {
    color: rgb(39,39,39);
    width: 250px;
    font-size: 30px;
    align-self: flex-start;
    font-weight: 400;
    margin-right: 0px;
    letter-spacing: 0.5px;
}

body .t835 {
    color: rgb(0,0,0);
    max-width: 100%;
    background: rgb(39,39,39);
    padding-top: 120px;
    padding-bottom: 100px;
}

body .t836 {
    max-width: 1600px;
    padding-left: 100px;
}

body .t837 {
    color: var(--Antiflash-White);
    font-family: 'Signika';
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

body .t838 {
    max-width: 1600px;
    margin-top: 50px;
    padding-left: 100px;
}

body .t839 {
    display: flex;
    column-gap: 20px;
    margin-top: 80px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: center;
}

body .t840 {
    color: rgba(0,0,0,1.00);
    display: grid;
    row-gap: 2px;
    background: rgb(244,185,66);
    align-items: center;
    padding-top: 7px;
    padding-left: 25px;
    border-radius: 5px;
    padding-right: 0px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    text-decoration: none;
    grid-template-columns: 2fr 1fr;
}

body .t840:hover div {
    width: 100%;
}

body .t841 {
    color: rgb(0,0,0);
    font-size: 24px;
    font-style: normal;
    margin-top: 0px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
}

body .t842 {
    width: 10px;
    height: 2px;
    background: rgb(191,72,0);
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t843 {
    justify-self: center;
}

body .t844 {
    color: rgb(0,0,0);
    display: grid;
    row-gap: 0px;
    max-width: 800px;
    column-gap: 30px;
    grid-template-columns: 1fr;
}

body .t845 {
}

body .t845:hover h4 {
    color: rgb(244,185,66);
}

body .t845.dh-active h4 {
    color: rgb(244,185,66);
}

body .t845.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t846 {
    margin-bottom: 0px;
}

body .t847 {
    font-size: 18px;
    padding-bottom: 20px;
}

body .t848 {
    color: rgb(244,185,66);
    text-transform: capitalize;
}

body .t849 {
    color: var(--Antiflash-White);
}

body .t850 {
    color: rgb(0,0,0);
    font-size: 18px;
    max-width: 700px;
    margin-top: 10px;
    margin-bottom: 20px;
}

body .t851 {
    color: var(--Antiflash-White);
    margin-top: 0px;
}

body .t852 {
    color: rgb(244,185,66);
}

body .t853 {
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t854 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t855 {
    color: rgb(244,185,66);
    align-self: auto;
}

body .t856 {
    margin-top: 0px;
}

body .t856:hover h4 {
    color: rgb(244,185,66);
}

body .t856.dh-active h4 {
    color: rgb(244,185,66);
}

body .t856.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t858 {
    color: rgb(244,185,66);
    max-width: 600px;
    margin-bottom: 37px;
}

body .t859 {
    font-size: 20px;
}

body .t860 {
    color: var(--Antiflash-White);
}

body .t861 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t862 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t863 {
    color: rgb(244,185,66);
}

body .t864 {
    margin-top: 0px;
}

body .t864:hover h4 {
    color: rgb(244,185,66);
}

body .t864.dh-active h4 {
    color: rgb(244,185,66);
}

body .t864.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t866 {
    color: rgb(244,185,66);
    max-width: 600px;
    margin-bottom: 37px;
}

body .t867 {
    font-size: 20px;
}

body .t868 {
    color: var(--Antiflash-White);
}

body .t869 {
    color: var(--Antiflash-White);
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t870 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t871 {
    color: rgb(244,185,66);
}

body .t872 {
    color: var(--Raisin-Black);
    font-size: 20px;
    max-width: 700px;
    align-self: auto;
    margin-top: 40px;
    text-align: left;
    font-weight: 400;
    margin-left: 0px;
    margin-bottom: 80px;
    padding-bottom: 0px;
}

body .t873 {
    color: var(--Antiflash-White);
    font-size: 18px;
    max-width: 700px;
    margin-bottom: 20px;
}

body .t874 {
    top: 0%;
    left: 0%;
    color: rgba(0,0,0,1.00);
    right: auto;
    bottom: 0%;
    position: relative;
    max-width: 100%;
    background: var(--Antiflash-White);
    margin-left: auto;
    padding-top: 80px;
    margin-right: auto;
    padding-bottom: 80px;
    background-size: cover;
}

body .t875 {
    position: static;
}

body .t876 {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

body .t877 {
    width: 100%;
    max-width: 650px;
}

body .t878 {
    margin: 0px 0px 40px 0px;
    display: flex;
    column-gap: 15px;
    align-items: flex-start;
    margin-bottom: 0px;
}

body .t880 {
    color: rgb(191,72,0);
    margin: 0px 0px 15px 0px;
    font-size: 30px;
    font-weight: 500;
}

body .t881 {
    font-size: 18px;
    margin-bottom: 15px;
}

body .t882 {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 700;
}

body .t884 {
    color: rgb(39,39,39);
    background: rgb(244,185,66);
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
}

body .t886 {
    text-transform: uppercase;
}

body .t887 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
}

body .t888 {
    color: rgb(191,72,0);
    margin-top: 0px;
    text-decoration: underline;
}

body .t890 {
    display: flex;
    column-gap: 20px;
    margin-top: 40px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
}

body .t891 {
    color: rgba(0,0,0,1.00);
    display: grid;
    row-gap: 2px;
    align-items: center;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 25px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    grid-template-columns: 2fr 1fr;
}

body .t891:hover div {
    width: 100%;
}

body .t892 {
    color: rgb(0,0,0);
    font-size: 20px;
    margin-top: 0px;
    font-weight: 400;
}

body .t893 {
    width: 10px;
    height: 2px;
    background: #b8a786;
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t894 {
    justify-self: center;
}

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

body .t896 {
    width: 100%;
    font-size: 24px;
    max-width: 400px;
    font-weight: 400;
}

body .t897 {
    max-width: 300px;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
}

body .t901 {
    display: flex;
    max-width: 220px;
    align-self: stretch;
    column-gap: 10px;
    max-height: 400px;
    align-items: flex-start;
    justify-self: flex-start;
    flex-direction: column;
    justify-content: space-between;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}

body .t902 {
    display: block;
    align-self: stretch;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

body .t903 {
    display: flex;
    margin-top: 10px;
    min-height: 180px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body .t904 {
    color: rgba(95,109,126,1.00);
    margin: 16px 0px 0px 0px;
    font-size: 14px;
}

body .t908 {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 5px;
}

body .t909 {
    color: rgb(107,154,196);
    display: block;
    font-size: 14px;
}

body .t910 {
    align-self: center;
}

body .t911 {
    height: 100%;
    max-height: 165px;
    object-fit: cover;
}

body .t912 {
    display: flex;
    max-width: 220px;
    align-self: stretch;
    column-gap: 10px;
    max-height: 400px;
    align-items: flex-start;
    justify-self: flex-start;
    flex-direction: column;
    justify-content: space-between;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}

body .t913 {
    display: block;
    align-self: stretch;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

body .t914 {
    display: flex;
    margin-top: 10px;
    min-height: 180px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body .t915 {
    color: rgba(95,109,126,1.00);
    margin: 16px 0px 0px 0px;
    font-size: 14px;
}

body .t919 {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 5px;
}

body .t920 {
    color: rgb(107,154,196);
    display: block;
    font-size: 14px;
}

body .t921 {
    align-self: center;
    max-height: 100%;
}

body .t922 {
    max-height: 165px;
    object-fit: cover;
}

body .t923 {
    display: flex;
    max-width: 220px;
    align-self: stretch;
    column-gap: 10px;
    max-height: 400px;
    align-items: flex-start;
    justify-self: flex-start;
    flex-direction: column;
    justify-content: space-between;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}

body .t924 {
    display: block;
    align-self: stretch;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

body .t925 {
    display: flex;
    margin-top: 10px;
    min-height: 180px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body .t926 {
    color: rgba(95,109,126,1.00);
    margin: 16px 0px 0px 0px;
    font-size: 14px;
}

body .t930 {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 5px;
}

body .t931 {
    color: rgb(107,154,196);
    display: block;
    font-size: 14px;
}

body .t932 {
    align-self: center;
    max-height: 100%;
}

body .t933 {
    height: 100%;
    max-height: 165px;
    object-fit: cover;
}

body .t934 {
    display: flex;
    max-width: 220px;
    align-self: stretch;
    column-gap: 10px;
    max-height: 400px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}

body .t935 {
    display: block;
    align-self: flex-start;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

body .t936 {
    display: flex;
    min-height: 180px;
    align-items: flex-start;
    padding-top: 10px;
    flex-direction: column;
    justify-content: flex-start;
}

body .t937 {
    color: rgba(95,109,126,1.00);
    margin: 16px 0px 0px 0px;
    font-size: 14px;
}

body .t941 {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 5px;
}

body .t942 {
    color: rgb(107,154,196);
    display: block;
    font-size: 14px;
}

body .t943 {
    align-self: center;
    max-height: 100%;
}

body .t944 {
    height: 100%;
    max-height: 165px;
    object-fit: cover;
}

body .t945 {
    display: flex;
    max-width: 220px;
    align-self: stretch;
    column-gap: 10px;
    max-height: 400px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}

body .t946 {
    display: block;
    align-self: stretch;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

body .t947 {
    display: flex;
    min-height: 180px;
    align-items: flex-start;
    padding-top: 10px;
    flex-direction: column;
    justify-content: flex-start;
}

body .t948 {
    color: rgba(95,109,126,1.00);
    margin: 16px 0px 0px 0px;
    font-size: 14px;
}

body .t952 {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 5px;
}

body .t953 {
    color: rgb(107,154,196);
    display: block;
    font-size: 14px;
}

body .t954 {
    align-self: center;
    max-height: 100%;
}

body .t955 {
    height: 100%;
    max-height: 165px;
    object-fit: cover;
}

body .t956 {
    display: flex;
    max-width: 220px;
    align-self: stretch;
    column-gap: 10px;
    max-height: 400px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}

body .t957 {
    display: block;
    align-self: stretch;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

body .t958 {
    display: flex;
    margin-top: 10px;
    min-height: 180px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body .t959 {
    color: rgba(95,109,126,1.00);
    margin: 16px 0px 0px 0px;
    font-size: 14px;
}

body .t963 {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 5px;
}

body .t964 {
    color: rgb(107,154,196);
    display: block;
    font-size: 14px;
}

body .t965 {
    align-self: center;
    max-height: 100%;
}

body .t966 {
    height: 100%;
    max-height: 165px;
    object-fit: cover;
}

body .t967 {
    display: flex;
    max-width: 220px;
    align-self: stretch;
    column-gap: 10px;
    max-height: 400px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}

body .t968 {
    display: block;
    align-self: stretch;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

body .t969 {
    display: flex;
    min-height: 180px;
    align-items: flex-start;
    padding-top: 10px;
    flex-direction: column;
    justify-content: flex-start;
}

body .t970 {
    color: rgba(95,109,126,1.00);
    margin: 16px 0px 0px 0px;
    font-size: 14px;
}

body .t974 {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 5px;
}

body .t975 {
    color: rgb(107,154,196);
    display: block;
    font-size: 14px;
}

body .t976 {
    align-self: center;
    max-height: 100%;
}

body .t977 {
    height: 100%;
    max-height: 165px;
    object-fit: cover;
}

body .t978 {
    display: flex;
    max-width: 220px;
    align-self: stretch;
    column-gap: 10px;
    max-height: 400px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}

body .t979 {
    display: block;
    align-self: stretch;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

body .t980 {
    display: flex;
    margin-top: 10px;
    min-height: 180px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body .t981 {
    color: rgba(95,109,126,1.00);
    margin: 16px 0px 0px 0px;
    font-size: 14px;
}

body .t985 {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 5px;
}

body .t986 {
    color: rgb(107,154,196);
    display: block;
    font-size: 14px;
}

body .t987 {
    align-self: center;
    max-height: 100%;
}

body .t988 {
    height: 100%;
    max-height: 165px;
    object-fit: cover;
}

body .t989 {
    display: flex;
    max-width: 220px;
    align-self: stretch;
    column-gap: 10px;
    max-height: 400px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}

body .t990 {
    display: block;
    align-self: stretch;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

body .t991 {
    display: flex;
    min-height: 180px;
    align-items: flex-start;
    padding-top: 10px;
    flex-direction: column;
    justify-content: flex-start;
}

body .t992 {
    color: rgba(95,109,126,1.00);
    margin: 16px 0px 0px 0px;
    font-size: 14px;
}

body .t993 {
    align-self: auto;
}

body .t996 {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 5px;
}

body .t997 {
    color: rgb(107,154,196);
    display: block;
    font-size: 14px;
}

body .t998 {
    align-self: center;
    max-height: 100%;
}

body .t999 {
    height: 100%;
    max-height: 165px;
    object-fit: cover;
}

body .t1000 {
    display: flex;
    max-width: 220px;
    align-self: stretch;
    column-gap: 10px;
    max-height: 400px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}

body .t1001 {
    display: block;
    align-self: stretch;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

body .t1002 {
    display: flex;
    margin-top: 10px;
    min-height: 180px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body .t1003 {
    color: rgba(95,109,126,1.00);
    margin: 16px 0px 0px 0px;
    font-size: 14px;
}

body .t1007 {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 5px;
}

body .t1008 {
    color: rgb(107,154,196);
    display: block;
    font-size: 14px;
}

body .t1009 {
    align-self: center;
    max-height: 100%;
}

body .t1010 {
    height: 100%;
    max-height: 165px;
    object-fit: cover;
}

body .t1011 {
    display: flex;
    align-self: stretch;
    column-gap: 10px;
    max-height: 400px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}

body .t1012 {
    display: block;
    align-self: stretch;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

body .t1013 {
    display: flex;
    margin-top: 10px;
    min-height: 180px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body .t1014 {
    color: rgba(95,109,126,1.00);
    margin: 16px 0px 0px 0px;
    font-size: 14px;
}

body .t1018 {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 5px;
}

body .t1019 {
    color: rgb(107,154,196);
    display: block;
    font-size: 14px;
}

body .t1020 {
    align-self: center;
    max-height: 100%;
}

body .t1021 {
    height: 100%;
    max-height: 165px;
    object-fit: cover;
}

body .t1022 {
    display: flex;
    max-width: 220px;
    align-self: stretch;
    column-gap: 10px;
    max-height: 400px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}

body .t1023 {
    display: block;
    align-self: stretch;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

body .t1024 {
    display: flex;
    margin-top: 10px;
    min-height: 180px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body .t1025 {
    color: rgba(95,109,126,1.00);
    margin: 16px 0px 0px 0px;
    font-size: 14px;
}

body .t1029 {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 5px;
}

body .t1030 {
    color: rgb(107,154,196);
    display: block;
    font-size: 14px;
}

body .t1031 {
    align-self: center;
    max-height: 100%;
}

body .t1032 {
    height: 100%;
    max-height: 165px;
    object-fit: cover;
}

body .t1033 {
    display: flex;
    max-width: 220px;
    align-self: stretch;
    column-gap: 10px;
    max-height: 400px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}

body .t1034 {
    display: block;
    align-self: stretch;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

body .t1035 {
    display: flex;
    margin-top: 10px;
    min-height: 180px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body .t1036 {
    color: rgba(95,109,126,1.00);
    margin: 16px 0px 0px 0px;
    font-size: 14px;
}

body .t1040 {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 5px;
}

body .t1041 {
    color: rgb(107,154,196);
    display: block;
    font-size: 14px;
}

body .t1042 {
    align-self: center;
    max-height: 100%;
}

body .t1043 {
    height: 100%;
    max-height: 165px;
    object-fit: cover;
}

body .t1044 {
    display: flex;
    max-width: 220px;
    align-self: stretch;
    column-gap: 10px;
    max-height: 400px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}

body .t1045 {
    display: block;
    align-self: stretch;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

body .t1046 {
    display: flex;
    margin-top: 10px;
    min-height: 180px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body .t1047 {
    color: rgba(95,109,126,1.00);
    margin: 16px 0px 0px 0px;
    font-size: 14px;
}

body .t1051 {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 5px;
}

body .t1052 {
    color: rgb(107,154,196);
    display: block;
    font-size: 14px;
}

body .t1053 {
    align-self: center;
    max-height: 100%;
}

body .t1054 {
    height: 100%;
    max-height: 165px;
    object-fit: cover;
}

body .t1056 {
    color: rgba(255,255,255,1.00);
    z-index: 0;
    position: relative;
    background: rgb(39,39,39);
    padding-bottom: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body .t1057 {
    top: 0;
    color: rgba(0,0,0,1.00);
    display: block;
    z-index: 999999;
    overflow: visible;
    position: sticky;
    background: rgba(38,38,38,0.53);
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-template-columns: 1fr 1fr;
}

body .t1058 {
}

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

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

body .t1062 {
    order: 0;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: flex-start;
}

body .t1064 {
    height: 100px;
    margin-top: 0px;
    padding-top: 5px;
    margin-right: 10px;
    padding-left: 5px;
    border-radius: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
}

body .t1065 {
    display: flex;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
}

body .t1066 {
    color: var(--Antiflash-White);
    text-decoration: none;
}

body .t1067 {
    margin-top: 100px;
}

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

body .t1069 {
    display: flex;
    padding: 20px 40px 20px 40px;
    background: var(--Antiflash-White);
    box-shadow:  0px 10px 15px 0px rgba(0,0,0,0.25);
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
}

body .t1070 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

body .t1072 {
    color: var(--Purple);
    font-size: 15px;
    font-weight: 700;
}

body .t1073 {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.00);
    margin: 10px 0px 0px 0px;
    padding: 15px 20px 15px 20px;
    border-radius: 5px;
}

body .t1074 {
    margin: 40px 0px 0px 0px;
    display: flex;
    flex-direction: column;
}

body .t1075 {
    color: var(--Purple);
    font-size: 15px;
    font-weight: 700;
}

body .t1076 {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.00);
    margin: 10px 0px 0px 0px;
    padding: 15px 20px 15px 20px;
    border-radius: 5px;
}

body .t1077 {
    margin: 40px 0px 0px 0px;
    display: flex;
    flex-direction: column;
}

body .t1078 {
    color: var(--Purple);
    font-size: 15px;
    font-weight: 700;
}

body .t1079 {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.00);
    margin: 10px 0px 0px 0px;
    padding: 15px 20px 15px 20px;
    min-height: 250px;
    border-radius: 5px;
}

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

body .t1081 {
    color: rgba(255,255,255,1.00);
    width: 100%;
    border: 1px solid rgba(255,255,255,1.00);
    display: flex;
    padding: 15px 22px 15px 22px;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
}

body .t1081:hover {
    background: rgba(0,44,102,1.00);
}

body .t1082 {
}

body .t1083 {
    display: flex;
    text-align: left;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
}

body .t1084 {
    color: var(--Xenthous);
    font-size: 34px;
    font-family: Inter;
    font-weight: 600;
}

body .t1085 {
    color: var(--Antiflash-White);
    margin: 20px 0px 0px 0px;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2;
}

body .t1086 {
    color: var(--Antiflash-White);
    margin: 20px 0px 0px 0px;
}

body .t1087 {
    width: 100%;
    margin: 20px 0px 0px 0px;
    overflow: hidden;
    border-radius: 25px;
}

body .t1089 {
    color: rgba(0,0,0,1.00);
    display: block;
    position: relative;
    flex-wrap: nowrap;
    padding-top: 0px;
    flex-direction: column;
    padding-bottom: 0px;
    background-size: cover;
    background-repeat: repeat-x;
    background-position: 80% 0%;
    background-attachment: fixed;
    grid-template-columns: 1fr 1fr;
    -webkit-background-clip: border-box;
}

body .t1090 {
    z-index: 10;
    position: relative;
    margin-top: 0px;
}

body .t1091 {
    display: flex;
    position: static;
    column-gap: 80px;
    margin-top: 0px;
    align-items: center;
    padding-top: 50px;
    border-radius: 5px;
}

body .t1092 {
    width: 30%;
}

body .t1093 {
    width: 70%;
    display: flex;
    align-items: center;
}

body .t1094 {
    width: 100%;
    margin-bottom: 80px;
}

body .t1095 {
    color: rgb(255,255,255);
    width: 100%;
    font-size: 60px;
    margin-top: 2px;
    font-family: 'Signika';
    font-weight: 400;
    padding-top: 10px;
    padding-left: 20px;
    border-radius: 10px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

body .t1096 {
    color: rgb(255,255,255);
    margin-left: 20px;
    padding-left: 0px;
    margin-bottom: 10px;
}

body .t1098 {
    width: 200px;
    margin-left: 20px;
    padding-left: 0px;
    margin-bottom: 40px;
}

body .t1099 {
    color: var(--Antiflash-White);
    font-size: 24px;
    max-width: 600px;
    margin-top: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-left: 0px;
    border-radius: 10px;
    padding-right: 40px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

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

body .t1101 {
    top: 0%;
    left: 0%;
    color: rgb(0,0,0);
    right: 0%;
    width: 100%;
    bottom: 0%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: rgba(0,0,0,0.5);
    margin-left: auto;
    margin-right: auto;
}

body .t1102 {
    background: var(--Antiflash-White);
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 50px;
}

body .t1103 {
    display: block;
    flex-direction: row;
}

body .t1104 {
    width: 100%;
    max-width: 900px;
}

body .t1105 {
    margin: 0px 0px 40px 0px;
    display: flex;
    column-gap: 15px;
    align-items: flex-start;
    margin-bottom: 60px;
}

body .t1105:hover h4 {
    color: rgb(191,72,0);
    transition: all 200ms 0ms ease-in;
}

body .t1106 {
    width: 50px;
    margin: 5px 0px 0px 0px;
    margin-right: 20px;
}

body .t1108 {
    color: rgb(39,39,39);
    margin: 0px 0px 15px 0px;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
}

body .t1109 {
    color: rgb(39,39,39);
    margin-bottom: 20px;
}

body .t1110 {
    color: rgb(191,72,0);
    font-size: 34px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 60px;
    padding-bottom: 0px;
}

body .t1111 {
    color: rgb(0,0,0);
    max-width: 100%;
    background: var(--Antiflash-White);
    padding-top: 120px;
    padding-bottom: 100px;
}

body .t1113 {
    color: rgb(0,0,0);
    font-family: 'Signika';
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

body .t1114 {
    margin-top: 50px;
}

body .t1115 {
    color: rgb(0,0,0);
    display: grid;
    row-gap: 0px;
    max-width: 900px;
    column-gap: 30px;
    grid-template-columns: 1fr;
}

body .t1116 {
}

body .t1116:hover h4 {
    color: rgb(244,185,66);
}

body .t1116.dh-active h4 {
    color: var(--Mahogany);
}

body .t1116.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t1117 {
    max-width: 800px;
    margin-bottom: 20px;
}

body .t1118 {
    font-size: 18px;
    padding-bottom: 20px;
}

body .t1119 {
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t1120 {
    color: rgb(0,0,0);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t1121 {
    color: var(--Mahogany);
    align-self: auto;
}

body .t1122 {
    margin-top: 0px;
}

body .t1122:hover h4 {
    color: var(--Mahogany);
}

body .t1122.dh-active h4 {
    color: var(--Mahogany);
}

body .t1122.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t1123 {
    max-width: 800px;
}

body .t1124 {
    color: var(--Raisin-Black);
    font-size: 18px;
    margin-bottom: 20px;
}

body .t1125 {
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t1126 {
    color: rgb(0,0,0);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t1127 {
    color: var(--Mahogany);
}

body .t1128 {
    margin-top: 0px;
}

body .t1128:hover h4 {
    color: var(--Mahogany);
}

body .t1128.dh-active h4 {
    color: var(--Mahogany);
}

body .t1128.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t1129 {
    margin-bottom: 20px;
}

body .t1130 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1131 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t1132 {
    color: rgb(0,0,0);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t1133 {
    color: var(--Mahogany);
}

body .t1134 {
    font-size: 18px;
    padding-bottom: 20px;
}

body .t1135 {
    font-size: 18px;
    padding-bottom: 10px;
}

body .t1136 {
    color: var(--Raisin-Black);
    font-size: 18px;
}

body .t1137 {
    color: var(--Raisin-Black);
    font-size: 18px;
    margin-bottom: 20px;
}

body .t1138 {
    color: var(--Raisin-Black);
    font-size: 18px;
    margin-left: 20px;
}

body .t1139 {
    color: var(--Raisin-Black);
    font-size: 18px;
    margin-bottom: 20px;
}

body .t1140 {
    color: var(--Raisin-Black);
    font-size: 18px;
}

body .t1141 {
    color: var(--Raisin-Black);
    font-size: 18px;
}

body .t1142 {
    text-decoration: none;
}

body .t1143 {
    color: var(--Raisin-Black);
    text-transform: uppercase;
}

body .t1145 {
    color: rgb(0,0,0);
    max-width: 100%;
    background: var(--Raisin-Black);
    padding-top: 120px;
    padding-bottom: 100px;
}

body .t1147 {
    color: var(--Antiflash-White);
    font-family: 'Signika';
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

body .t1148 {
    margin-top: 50px;
}

body .t1149 {
    color: rgb(0,0,0);
    display: grid;
    row-gap: 0px;
    max-width: 900px;
    column-gap: 30px;
    grid-template-columns: 1fr;
}

body .t1150 {
    padding-bottom: 20px;
}

body .t1150:hover h4 {
    color: var(--Xenthous);
}

body .t1150.dh-active h4 {
    color: var(--Xenthous);
}

body .t1150.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t1151 {
    max-width: 800px;
    margin-bottom: 20px;
}

body .t1152 {
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t1153 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t1154 {
    color: var(--Xenthous);
    align-self: auto;
}

body .t1155 {
    margin-top: 0px;
    padding-bottom: 0px;
}

body .t1155:hover h4 {
    color: var(--Xenthous);
}

body .t1155.dh-active h4 {
    color: var(--Xenthous);
}

body .t1155.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t1156 {
    max-width: 800px;
}

body .t1157 {
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t1158 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t1159 {
    color: var(--Xenthous);
}

body .t1160 {
    color: var(--Antiflash-White);
    margin-bottom: 10px;
}

body .t1161 {
    padding-bottom: 20px;
}

body .t1161:hover h4 {
    color: rgb(244,185,66);
}

body .t1161.dh-active h4 {
    color: rgb(244,185,66);
}

body .t1161.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t1162 {
    max-width: 800px;
    margin-bottom: 20px;
}

body .t1163 {
    color: var(--Antiflash-White);
}

body .t1164 {
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t1165 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t1166 {
    color: rgb(244,185,66);
    align-self: auto;
}

body .t1167 {
    padding-bottom: 20px;
}

body .t1167:hover h4 {
    color: rgb(244,185,66);
}

body .t1167.dh-active h4 {
    color: rgb(244,185,66);
}

body .t1167.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t1168 {
    max-width: 800px;
    margin-bottom: 20px;
}

body .t1169 {
    color: var(--Antiflash-White);
}

body .t1170 {
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t1171 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t1172 {
    color: rgb(244,185,66);
    align-self: auto;
}

body .t1173 {
    color: var(--Antiflash-White);
}

body .t1175 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1176 {
    text-decoration: none;
}

body .t1178 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1179 {
    text-decoration: none;
}

body .t1181 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1182 {
    text-decoration: none;
}

body .t1184 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1185 {
    text-decoration: none;
}

body .t1187 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1188 {
    text-decoration: none;
}

body .t1190 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1191 {
    text-decoration: none;
}

body .t1193 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1194 {
    text-decoration: none;
}

body .t1196 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1197 {
    text-decoration: none;
}

body .t1199 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1200 {
    text-decoration: none;
}

body .t1202 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1203 {
    text-decoration: none;
}

body .t1205 {
    margin-top: 20px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}

body .t1206 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1207 {
    text-decoration: none;
}

body .t1209 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1210 {
    text-decoration: none;
}

body .t1212 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1213 {
    text-decoration: none;
}

body .t1215 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1216 {
    text-decoration: none;
}

body .t1218 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1219 {
    text-decoration: none;
}

body .t1221 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1222 {
    text-decoration: none;
}

body .t1224 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1225 {
    text-decoration: none;
}

body .t1227 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

body .t1228 {
    display: flex;
    column-gap: 20px;
    margin-top: 40px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
}

body .t1229 {
    color: rgba(0,0,0,1.00);
    display: grid;
    row-gap: 2px;
    align-items: center;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 25px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    grid-template-columns: 2fr 1fr;
}

body .t1229:hover div {
    width: 100%;
}

body .t1230 {
    color: rgb(0,0,0);
    font-size: 20px;
    margin-top: 0px;
    font-weight: 400;
}

body .t1231 {
    width: 10px;
    height: 2px;
    background: #b8a786;
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t1232 {
    justify-self: center;
}

body .t1233 {
    display: flex;
    column-gap: 20px;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
}

body .t1234 {
    color: rgba(0,0,0,1.00);
    display: grid;
    row-gap: 2px;
    align-items: center;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 25px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    text-decoration: none;
    grid-template-columns: 2fr 1fr;
}

body .t1234:hover div {
    width: 100%;
}

body .t1235 {
    color: var(--Antiflash-White);
    font-size: 20px;
    font-weight: 400;
}

body .t1236 {
    width: 10px;
    height: 2px;
    background: #b8a786;
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t1237 {
    max-width: 30px;
    justify-self: center;
}

body .t1239 {
    color: rgb(0,0,0);
    max-width: 100%;
    background: rgb(39,39,39);
    padding-top: 0px;
    padding-bottom: 100px;
}

body .t1240 {
    margin-top: 100px;
}

body .t1241 {
    color: var(--Antiflash-White);
    font-family: 'Signika';
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

body .t1242 {
    margin-top: 50px;
}

body .t1243 {
    color: rgb(0,0,0);
    display: grid;
    row-gap: 0px;
    max-width: 900px;
    column-gap: 30px;
    grid-template-columns: 1fr;
}

body .t1244 {
    padding-bottom: 20px;
}

body .t1244:hover h4 {
    color: rgb(244,185,66);
}

body .t1244.dh-active h4 {
    color: rgb(244,185,66);
}

body .t1244.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t1245 {
    max-width: 800px;
    margin-bottom: 20px;
}

body .t1246 {
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t1247 {
    color: rgb(244,185,66);
    align-self: auto;
}

body .t1248 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t1249 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

body .t1249:hover h4 {
    color: rgb(244,185,66);
}

body .t1249.dh-active h4 {
    color: rgb(244,185,66);
}

body .t1249.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t1250 {
    max-width: 800px;
}

body .t1251 {
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t1252 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t1253 {
    color: rgb(244,185,66);
}

body .t1254 {
    padding-bottom: 20px;
}

body .t1254:hover h4 {
    color: rgb(244,185,66);
}

body .t1254.dh-active h4 {
    color: rgb(244,185,66);
}

body .t1254.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t1255 {
    max-width: 800px;
    margin-bottom: 20px;
}

body .t1256 {
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t1257 {
    color: rgb(244,185,66);
    align-self: auto;
}

body .t1258 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t1259 {
    padding-bottom: 20px;
}

body .t1259:hover h4 {
    color: rgb(244,185,66);
}

body .t1259.dh-active h4 {
    color: rgb(244,185,66);
}

body .t1259.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t1260 {
    max-width: 800px;
    margin-bottom: 20px;
}

body .t1261 {
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t1262 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t1263 {
    color: rgb(244,185,66);
    align-self: auto;
}

body .t1264 {
    color: var(--Antiflash-White);
}

body .t1265 {
    display: flex;
    column-gap: 20px;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
}

body .t1266 {
    color: rgba(0,0,0,1.00);
    display: grid;
    row-gap: 2px;
    align-items: center;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 25px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    text-decoration: none;
    grid-template-columns: 2fr 1fr;
}

body .t1266:hover div {
    width: 100%;
}

body .t1267 {
    color: var(--Antiflash-White);
    width: -8px;
    font-size: 16px;
    font-weight: 400;
}

body .t1268 {
    width: 10px;
    height: 2px;
    background: #b8a786;
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t1269 {
    max-width: 20px;
    justify-self: center;
}

body .t1270 {
    text-decoration: none;
}

body .t1271 {
    color: var(--Xenthous);
}

body .t1272 {
    color: var(--Antiflash-White);
}

body .t1273 {
    text-decoration: none;
}

body .t1274 {
    color: rgb(244,185,66);
}

body .t1275 {
    color: var(--Antiflash-White);
}

body .t1276 {
    margin-bottom: 20px;
}

body .t1278 {
    color: var(--Antiflash-White);
}

body .t1279 {
    color: var(--Antiflash-White);
}

body .t1280 {
    margin-top: 0px;
    padding-bottom: 0px;
}

body .t1280:hover h4 {
    color: rgb(244,185,66);
}

body .t1280.dh-active h4 {
    color: rgb(244,185,66);
}

body .t1280.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t1281 {
    max-width: 800px;
}

body .t1282 {
    color: var(--Antiflash-White);
}

body .t1283 {
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t1284 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t1285 {
    color: rgb(244,185,66);
}

body .t1286 {
    padding-bottom: 20px;
}

body .t1286:hover h4 {
    color: rgb(244,185,66);
}

body .t1286.dh-active h4 {
    color: rgb(244,185,66);
}

body .t1286.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t1287 {
    max-width: 800px;
    margin-bottom: 20px;
}

body .t1288 {
    color: var(--Antiflash-White);
}

body .t1289 {
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t1290 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t1291 {
    color: rgb(244,185,66);
    align-self: auto;
}

body .t1292 {
    text-decoration: none;
}

body .t1294 {
    color: var(--Xenthous);
}

body .t1296 {
    color: rgba(0,0,0,1.00);
    background: rgb(39,39,39);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t1298 {
    color: rgba(179,179,179,1.00);
    display: grid;
    column-gap: 20px;
    border-bottom: 1px solid rgba(179,179,179,1.00);
    padding-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t1299 {
    color: rgb(0,0,0);
    display: flex;
    flex-direction: column;
}

body .t1300 {
    color: rgb(0,0,0);
}

body .t1301 {
    color: rgba(0,0,0,1.00);
    background: rgb(39,39,39);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t1303 {
    color: rgba(179,179,179,1.00);
    display: grid;
    column-gap: 20px;
    border-bottom: 1px solid rgba(179,179,179,1.00);
    padding-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t1304 {
    color: rgb(0,0,0);
    display: flex;
    flex-direction: column;
}

body .t1305 {
    color: rgb(0,0,0);
}

body .t1306 {
    color: rgba(0,0,0,1.00);
    background: rgb(39,39,39);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t1308 {
    color: rgba(179,179,179,1.00);
    display: grid;
    column-gap: 20px;
    border-bottom: 1px solid rgba(179,179,179,1.00);
    padding-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t1310 {
    display: block;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
}

body .t1311 {
    max-width: 250px;
    margin-bottom: 40px;
}

body .t1312 {
    color: rgb(0,0,0);
    display: flex;
    flex-direction: column;
}

body .t1313 {
    color: rgb(0,0,0);
}

body .t1314 {
    display: block;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
}

body .t1315 {
    max-width: 200px;
}

body .t1317 {
    display: block;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
}

body .t1318 {
    max-width: 250px;
    margin-bottom: 40px;
}

body .t1319 {
    display: block;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
}

body .t1320 {
    max-width: 200px;
}

body .t1322 {
    display: block;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
}

body .t1323 {
    max-width: 250px;
    margin-bottom: 40px;
}

body .t1324 {
    display: block;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
}

body .t1325 {
    max-width: 200px;
}

body .t1326 {
    color: rgba(0,0,0,1.00);
    background: rgb(39,39,39);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t1328 {
    color: rgba(179,179,179,1.00);
    display: grid;
    column-gap: 20px;
    border-bottom: 1px solid rgba(179,179,179,1.00);
    padding-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t1329 {
    color: rgb(0,0,0);
    display: flex;
    flex-direction: column;
}

body .t1330 {
    color: rgb(0,0,0);
}

body .t1332 {
    display: block;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
}

body .t1333 {
    max-width: 250px;
    margin-bottom: 40px;
}

body .t1334 {
    display: block;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
}

body .t1335 {
    max-width: 200px;
}

body .t1336 {
    background: var(--Antiflash-White);
}

body .t1337 {
    color: rgba(0,0,0,1.00);
    background: rgb(39,39,39);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t1339 {
    color: rgba(179,179,179,1.00);
    display: grid;
    column-gap: 20px;
    border-bottom: 1px solid rgba(179,179,179,1.00);
    padding-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t1340 {
    color: rgb(0,0,0);
    display: flex;
    flex-direction: column;
}

body .t1341 {
    color: rgb(0,0,0);
}

body .t1343 {
    display: block;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
}

body .t1344 {
    max-width: 250px;
    margin-bottom: 40px;
}

body .t1345 {
    display: block;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
}

body .t1346 {
    max-width: 200px;
}

body .t1347 {
    background: var(--Raisin-Black);
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 125px;
}

body .t1348 {
    color: var(--Xenthous);
    font-family: 'Signika';
    font-weight: 400;
}

body .t1349 {
    margin-top: 100px;
}

body .t1350 {
}

body .t1351 {
    color: var(--Antiflash-White);
    margin-top: 40px;
    margin-bottom: 40px;
}

body .t1352 {
    max-width: 900px;
    margin-bottom: 40px;
}

body .t1353 {
    color: var(--Xenthous);
    font-weight: 400;
}

body .t1354 {
    max-width: 900px;
    margin-bottom: 40px;
}

body .t1355 {
    color: rgb(244,185,66);
    font-weight: 400;
}

body .t1356 {
    color: var(--Antiflash-White);
}

body .t1357 {
    color: var(--Antiflash-White);
}

body .t1358 {
    max-width: 900px;
    margin-bottom: 40px;
}

body .t1359 {
    color: rgb(244,185,66);
    font-weight: 400;
}

body .t1360 {
    color: var(--Antiflash-White);
}

body .t1361 {
    max-width: 900px;
    margin-bottom: 40px;
}

body .t1362 {
    color: rgb(244,185,66);
    font-weight: 400;
}

body .t1363 {
    color: var(--Antiflash-White);
}

body .t1364 {
    max-width: 900px;
    margin-bottom: 40px;
}

body .t1365 {
    color: rgb(244,185,66);
    font-weight: 400;
}

body .t1366 {
    color: var(--Antiflash-White);
}

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

body .t1368 {
    color: rgb(244,185,66);
    font-weight: 400;
}

body .t1369 {
    color: var(--Antiflash-White);
}

body .t1370 {
    display: flex;
    margin-top: 40px;
    text-align: right;
    justify-content: space-between;
}

body .t1371 {
    color: rgba(179,179,179,1.00);
}

body .t1372 {
    color: var(--Antiflash-White);
    text-decoration: none;
}

body .t1373 {
    display: flex;
    margin-top: 40px;
    text-align: right;
    justify-content: space-between;
}

body .t1374 {
    color: rgba(179,179,179,1.00);
}

body .t1375 {
    color: var(--Antiflash-White);
    text-decoration: none;
}

body .t1376 {
    display: flex;
    margin-top: 40px;
    text-align: right;
    justify-content: space-between;
}

body .t1377 {
    color: rgba(179,179,179,1.00);
}

body .t1378 {
    color: var(--Antiflash-White);
    text-decoration: none;
}

body .t1379 {
    display: flex;
    margin-top: 40px;
    text-align: right;
    justify-content: space-between;
}

body .t1380 {
    color: rgba(179,179,179,1.00);
}

body .t1381 {
    color: var(--Antiflash-White);
    text-decoration: none;
}

body .t1382 {
    display: flex;
    margin-top: 40px;
    text-align: right;
    justify-content: space-between;
}

body .t1383 {
    color: rgba(179,179,179,1.00);
}

body .t1384 {
    color: var(--Antiflash-White);
    text-decoration: none;
}

body .t1385 {
    display: flex;
    padding-bottom: 10px;
}

body .t1386 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1387 {
    text-decoration: none;
}

body .t1389 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1390 {
    text-decoration: none;
}

body .t1392 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1393 {
    text-decoration: none;
}

body .t1395 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1396 {
    text-decoration: none;
}

body .t1398 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1399 {
    text-decoration: none;
}

body .t1401 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1402 {
    text-decoration: none;
}

body .t1404 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1405 {
    text-decoration: none;
}

body .t1407 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1408 {
    text-decoration: none;
}

body .t1410 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1411 {
    text-decoration: none;
}

body .t1413 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1414 {
    text-decoration: none;
}

body .t1416 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1417 {
    text-decoration: none;
}

body .t1419 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1420 {
    text-decoration: none;
}

body .t1422 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1423 {
    text-decoration: none;
}

body .t1425 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1426 {
    text-decoration: none;
}

body .t1428 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1429 {
    text-decoration: none;
}

body .t1431 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1432 {
    text-decoration: none;
}

body .t1434 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1435 {
    text-decoration: none;
}

body .t1437 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1438 {
    text-decoration: none;
}

body .t1440 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1441 {
    text-decoration: none;
}

body .t1443 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1444 {
    text-decoration: none;
}

body .t1446 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1447 {
    text-decoration: none;
}

body .t1449 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1450 {
    text-decoration: none;
}

body .t1452 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1453 {
    text-decoration: none;
}

body .t1455 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1456 {
    text-decoration: none;
}

body .t1458 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1459 {
    text-decoration: none;
}

body .t1461 {
    display: flex;
    column-gap: 10px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1462 {
    text-decoration: none;
}

body .t1464 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1465 {
    text-decoration: none;
}

body .t1467 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1468 {
    text-decoration: none;
}

body .t1470 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1471 {
    text-decoration: none;
}

body .t1473 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1474 {
    text-decoration: none;
}

body .t1476 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1477 {
    text-decoration: none;
}

body .t1479 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1480 {
    text-decoration: none;
}

body .t1482 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1483 {
    text-decoration: none;
}

body .t1485 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1486 {
    text-decoration: none;
}

body .t1488 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1489 {
    text-decoration: none;
}

body .t1491 {
    display: flex;
    column-gap: 50px;
    margin-bottom: 10px;
    flex-direction: row;
}

body .t1492 {
    text-decoration: none;
}

body .t1494 {
    text-decoration: none;
}

body .t1496 {
    color: var(--Raisin-Black);
    font-size: 42px;
    text-align: left;
    font-family: 'Signika';
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: none;
}

body .t1497 {
    padding-bottom: 20px;
}

body .t1497:hover h4 {
    color: rgb(244,185,66);
}

body .t1497.dh-active h4 {
    color: rgb(244,185,66);
}

body .t1497.dh-active .embed-arrow {
    transform: rotate(45deg);
    transition: all 200ms 0ms ease-in-out;
}

body .t1498 {
    max-width: 800px;
    margin-bottom: 20px;
}

body .t1499 {
    color: var(--Antiflash-White);
}

body .t1500 {
    display: flex;
    max-width: 100%;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
}

body .t1501 {
    color: rgb(244,185,66);
    align-self: auto;
}

body .t1502 {
    color: var(--Antiflash-White);
    cursor: pointer;
    font-size: 30px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

body .t1504 {
    color: var(--Xenthous);
}

body .t1505 {
    color: var(--Antiflash-White);
}

body .t1507 {
    color: var(--Xenthous);
}

body .t1509 {
    color: var(--Xenthous);
}

body .t1511 {
    color: var(--Xenthous);
}

body .t1512 {
    margin-top: 20px;
}

body .t1513 {
    color: var(--Antiflash-White);
    margin-top: 0px;
}

body .t1514 {
    top: 0;
    color: rgba(0,0,0,1.00);
    display: block;
    z-index: 999999;
    overflow: visible;
    position: sticky;
    background: rgba(38,38,38,0.53);
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-template-columns: 1fr 1fr;
}

body .t1515 {
}

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

body .t1517 {
    order: 0;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: flex-start;
}

body .t1519 {
    height: 100px;
    margin-top: 0px;
    padding-top: 5px;
    margin-right: 10px;
    padding-left: 5px;
    border-radius: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
}

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

body .t1522 {
    display: flex;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
}

body .t1523 {
    color: var(--Antiflash-White);
    text-decoration: none;
}

body .t1524 {
    top: 0;
    color: rgba(0,0,0,1.00);
    display: block;
    z-index: 999999;
    overflow: visible;
    position: sticky;
    background: rgba(38,38,38,0.53);
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-template-columns: 1fr 1fr;
}

body .t1525 {
}

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

body .t1527 {
    order: 0;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: flex-start;
}

body .t1529 {
    height: 100px;
    margin-top: 0px;
    padding-top: 5px;
    margin-right: 10px;
    padding-left: 5px;
    border-radius: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
}

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

body .t1532 {
    display: flex;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
}

body .t1533 {
    color: var(--Antiflash-White);
    text-decoration: none;
}

body .t1534 {
    top: 0;
    color: rgba(0,0,0,1.00);
    display: block;
    z-index: 999999;
    overflow: visible;
    position: sticky;
    background: rgba(38,38,38,0.53);
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-template-columns: 1fr 1fr;
}

body .t1535 {
}

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

body .t1537 {
    order: 0;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: flex-start;
}

body .t1539 {
    height: 100px;
    margin-top: 0px;
    padding-top: 5px;
    margin-right: 10px;
    padding-left: 5px;
    border-radius: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
}

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

body .t1542 {
    display: flex;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
}

body .t1543 {
    color: var(--Antiflash-White);
    text-decoration: none;
}

body .t1544 {
    top: 0;
    color: rgba(0,0,0,1.00);
    display: block;
    z-index: 999999;
    overflow: visible;
    position: sticky;
    background: rgba(38,38,38,0.53);
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-template-columns: 1fr 1fr;
}

body .t1545 {
}

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

body .t1547 {
    order: 0;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: flex-start;
}

body .t1549 {
    height: 100px;
    margin-top: 0px;
    padding-top: 5px;
    margin-right: 10px;
    padding-left: 5px;
    border-radius: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
}

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

body .t1552 {
    display: flex;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
}

body .t1553 {
    color: var(--Antiflash-White);
    text-decoration: none;
}

body .t1554 {
    top: 0;
    color: rgba(0,0,0,1.00);
    display: block;
    z-index: 999999;
    overflow: visible;
    position: sticky;
    background: rgba(38,38,38,0.53);
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-template-columns: 1fr 1fr;
}

body .t1555 {
}

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

body .t1557 {
    order: 0;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: flex-start;
}

body .t1559 {
    height: 100px;
    margin-top: 0px;
    padding-top: 5px;
    margin-right: 10px;
    padding-left: 5px;
    border-radius: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
}

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

body .t1562 {
    display: flex;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
}

body .t1563 {
    color: var(--Antiflash-White);
    text-decoration: none;
}

body .t1564 {
    top: 0;
    color: rgba(0,0,0,1.00);
    display: block;
    z-index: 999999;
    overflow: visible;
    position: sticky;
    background: rgba(38,38,38,0.53);
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-template-columns: 1fr 1fr;
}

body .t1565 {
}

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

body .t1567 {
    order: 0;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: flex-start;
}

body .t1569 {
    height: 100px;
    margin-top: 0px;
    padding-top: 5px;
    margin-right: 10px;
    padding-left: 5px;
    border-radius: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
}

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

body .t1572 {
    display: flex;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
}

body .t1573 {
    color: var(--Antiflash-White);
    text-decoration: none;
}

body .t1574 {
    color: rgba(0,0,0,1.00);
    background: rgb(39,39,39);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t1576 {
    color: rgba(179,179,179,1.00);
    display: grid;
    column-gap: 20px;
    border-bottom: 1px solid rgba(179,179,179,1.00);
    padding-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t1577 {
    color: rgb(0,0,0);
}

body .t1578 {
    color: rgb(0,0,0);
    display: flex;
    flex-direction: column;
}

body .t1580 {
    display: block;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
}

body .t1581 {
    max-width: 250px;
    margin-bottom: 40px;
}

body .t1582 {
    display: block;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
}

body .t1583 {
    max-width: 200px;
}

body .t1584 {
    display: flex;
    margin-top: 40px;
    text-align: right;
    justify-content: space-between;
}

body .t1585 {
    color: rgba(179,179,179,1.00);
}

body .t1586 {
    color: var(--Antiflash-White);
    text-decoration: none;
}

body .t1587 {
    color: rgba(0,0,0,1.00);
    background: rgb(39,39,39);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t1589 {
    color: rgba(179,179,179,1.00);
    display: grid;
    column-gap: 20px;
    border-bottom: 1px solid rgba(179,179,179,1.00);
    padding-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}

body .t1590 {
    color: rgb(0,0,0);
    display: flex;
    flex-direction: column;
}

body .t1591 {
    color: rgb(0,0,0);
}

body .t1593 {
    display: block;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
}

body .t1594 {
    max-width: 250px;
    margin-bottom: 40px;
}

body .t1595 {
    display: block;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;
}

body .t1596 {
    max-width: 200px;
}

body .t1597 {
    display: flex;
    margin-top: 40px;
    text-align: right;
    justify-content: space-between;
}

body .t1598 {
    color: rgba(179,179,179,1.00);
}

body .t1599 {
    color: var(--Antiflash-White);
    text-decoration: none;
}

body .t1600 {
    display: flex;
    max-width: 220px;
    align-self: stretch;
    column-gap: 10px;
    max-height: 400px;
    align-items: flex-start;
    justify-self: flex-start;
    flex-direction: column;
    justify-content: space-between;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}

body .t1602 {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 5px;
}

body .t1603 {
    color: rgb(107,154,196);
    display: block;
    font-size: 14px;
}

body .t1604 {
    align-self: center;
}

body .t1605 {
    height: 100%;
    max-height: 165px;
    object-fit: cover;
}

body .t1606 {
    display: block;
    align-self: stretch;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

body .t1607 {
    display: flex;
    margin-top: 10px;
    max-height: 100%;
    min-height: 180px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body .t1610 {
    color: rgba(95,109,126,1.00);
    margin: 16px 0px 0px 0px;
    font-size: 14px;
}

body .t1611 {
    max-width: 450px;
    background: rgba(255,255,255,0.71);
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 5px;
    padding-bottom: 10px;
}

body .t1613 {
    color: rgba(0,0,0,1.00);
    max-width: 100%;
    background: rgb(244,185,66);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t1615 {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

body .t1616 {
    width: 100%;
    max-width: 600px;
}

body .t1617 {
    margin: 0px 0px 40px 0px;
    display: flex;
    column-gap: 15px;
    align-items: flex-start;
    margin-bottom: 0px;
}

body .t1619 {
    color: rgb(191,72,0);
    margin: 0px 0px 15px 0px;
    font-size: 36px;
    font-weight: 600;
}

body .t1621 {
    color: rgb(0,0,0);
}

body .t1622 {
    font-size: 18px;
    margin-bottom: 0px;
}

body .t1623 {
    width: 60px;
    margin: 5px 0px 0px 0px;
    margin-right: 20px;
}

body .t1624 {
    color: rgb(47,22,68);
    width: 100%;
    max-width: 400px;
    font-family: 'Signika';
    font-weight: 400;
}

body .t1625 {
    margin-bottom: 100px;
}

body .t1626 {
    color: rgb(39,39,39);
    font-size: 34px;
    max-width: 1000px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}

body .t1627 {
    color: rgba(0,0,0,1.00);
    max-width: 100%;
    background: var(--Antiflash-White);
    box-shadow: inset 0px 15px 30px 0px rgba(0,0,0,0.1);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t1628 {
    margin-bottom: 0px;
}

body .t1629 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

body .t1630 {
    width: 100%;
    max-width: 750px;
}

body .t1631 {
    margin: 0px 0px 40px 0px;
    display: flex;
    column-gap: 15px;
    align-items: flex-start;
    margin-bottom: 0px;
}

body .t1633 {
    color: var(--Mahogany);
    margin: 0px 0px 15px 0px;
    font-size: 34px;
    font-family: 'Signika';
    font-weight: 500;
    margin-bottom: 20px;
}

body .t1634 {
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

body .t1635 {
    color: rgb(191,72,0);
    margin-top: 0px;
    text-decoration: underline;
}

body .t1636 {
    font-size: 18px;
}

body .t1637 {
    margin-bottom: 20px;
}

body .t1638 {
    font-size: 18px;
    line-height: 1.6;
}

body .t1639 {
    display: flex;
    column-gap: 20px;
    margin-top: 40px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
}

body .t1640 {
    color: rgba(0,0,0,1.00);
    display: grid;
    row-gap: 2px;
    align-items: center;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 25px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    grid-template-columns: 2fr 1fr;
}

body .t1640:hover div {
    width: 100%;
}

body .t1641 {
    color: rgb(0,0,0);
    font-size: 20px;
    margin-top: 0px;
    font-weight: 400;
}

body .t1642 {
    width: 10px;
    height: 2px;
    background: #b8a786;
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t1643 {
    justify-self: center;
}

body .t1644 {
    display: flex;
    margin-right: 80px;
    flex-direction: column;
}

body .t1645 {
    width: 100%;
    font-size: 20px;
    max-width: 400px;
    font-weight: 400;
}

body .t1646 {
    max-width: 250px;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
}

body .t1647 {
    color: rgb(39,39,39);
    font-size: 34px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}

body .t1649 {
    text-transform: none;
}

body .t1651 {
    color: rgb(39,39,39);
    line-height: 1.6;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
}

body .t1652 {
    max-width: 400px;
    align-self: center;
    box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.15);
    padding-top: 10px;
    padding-left: 15px;
    border-radius: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
}

body .t1653 {
    margin-bottom: 20px;
}

body .t1654 {
    background: var(--Antiflash-White);
}

body .t1655 {
    align-self: flex-end;
    margin-bottom: 20px;
}

body .t1656 {
    padding-top: 0px;
    padding-left: 0px;
    border-radius: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
}

body .t1658 {
    color: rgb(39,39,39);
    display: block;
    position: relative;
    flex-wrap: nowrap;
    max-width: 100%;
    background: rgb(255,255,255);
    padding-top: 0px;
    flex-direction: column;
    padding-bottom: 0px;
    background-size: cover;
    background-image: url(https://global.divhunt.com/b6c47b159396c23035db3645b94f50f8_408850.png);
    background-repeat: repeat-x;
    background-position: % 0%;
    background-attachment: scroll;
    grid-template-columns: 1fr 1fr;
    -webkit-background-clip: border-box;
}

body .t1659 {
    z-index: 10;
    position: relative;
    margin-top: 80px;
    margin-bottom: 0px;
    padding-bottom: 80px;
    background-size: cover;
}

body .t1660 {
    color: rgb(255,255,255);
    font-size: 48px;
    max-width: 700px;
    margin-top: 2px;
    font-weight: 500;
    padding-top: 10px;
    border-radius: 10px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

body .t1661 {
    color: rgb(39,39,39);
    font-size: 50px;
    font-family: 'Signika';
    font-weight: 700;
    text-transform: capitalize;
}

body .t1662 {
    display: flex;
    column-gap: 20px;
    margin-top: 60px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
}

body .t1662:hover img {
    transition: transform 200ms 0ms ease-in-out;
}

body .t1663 {
    flex: 0 1 auto;
    color: rgba(0,0,0,1.00);
    display: grid;
    row-gap: 2px;
    background: rgb(191,72,0);
    align-items: center;
    padding-top: 7px;
    padding-left: 25px;
    border-radius: 5px;
    padding-right: 25px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    text-decoration: none;
    grid-template-columns: 3fr 1fr;
}

body .t1663:hover div {
    width: 100%;
}

body .t1664 {
    width: 10px;
    height: 2px;
    background: #b8a786;
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t1665 {
    max-width: 30px;
    justify-self: flex-end;
}

body .t1666 {
    color: var(--Antiflash-White);
    font-size: 28px;
    margin-top: 0px;
    font-weight: 400;
}

body .t1667 {
    max-width: 500px;
    background: rgba(255,255,255,0.71);
    padding-top: 15px;
    padding-left: 15px;
    border-radius: 5px;
    padding-right: 0px;
    padding-bottom: 15px;
}

body .t1668 {
    color: rgb(39,39,39);
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
}

body .t1669 {
    color: rgb(39,39,39);
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
}

body .t1670 {
    top: 0;
    color: rgba(0,0,0,1.00);
    display: block;
    z-index: 999999;
    overflow: visible;
    position: sticky;
    background: var(--Tiffany-Blue);
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-template-columns: 1fr 1fr;
}

body .t1671 {
}

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

body .t1673 {
    order: 0;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: flex-start;
}

body .t1675 {
    height: 100px;
    margin-top: 0px;
    padding-top: 5px;
    margin-right: 10px;
    padding-left: 5px;
    border-radius: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
}

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

body .t1678 {
    display: flex;
    align-self: auto;
    column-gap: 40px;
    align-items: center;
}

body .t1679 {
    color: rgb(0,0,0);
    text-decoration: none;
}

body .t1680 {
    top: 0%;
    left: 0%;
    color: rgba(0,0,0,1.00);
    right: auto;
    bottom: 0%;
    position: relative;
    max-width: 100%;
    background: var(--Antiflash-White);
    margin-left: auto;
    padding-top: 125px;
    margin-right: auto;
    padding-bottom: 125px;
    background-size: cover;
}

body .t1681 {
    position: static;
}

body .t1682 {
    color: rgb(39,39,39);
    font-size: 30px;
    max-width: 1000px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}

body .t1684 {
    text-transform: none;
}

body .t1686 {
    color: rgb(39,39,39);
    line-height: 1.6;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
}

body .t1687 {
    color: rgb(39,39,39);
    font-size: 60px;
    max-width: 1000px;
    font-family: 'Signika';
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

body .t1688 {
    color: rgba(0,0,0,1.00);
    background: rgb(244,185,66);
    padding-top: 200px;
    padding-bottom: 200px;
}

body .t1690 {
    font-size: 32px;
    max-width: 1000px;
    font-family: 'Inter';
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
}

body .t1691 {
    text-align: left;
}

body .t1692 {
    margin-bottom: 20px;
}

body .t1693 {
    color: rgba(0,0,0,1.00);
    background: var(--Antiflash-White);
    box-shadow: inset 0px 15px 30px 0px rgba(0,0,0,0.1);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t1694 {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

body .t1695 {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

body .t1696 {
    color: var(--Mahogany);
    width: 100%;
    font-size: 42px;
    max-width: 400px;
    transition: opacity 500ms 0ms linear;
    font-family: 'Signika';
    font-weight: 500;
    text-transform: none;
}

body .t1697 {
    width: 100%;
    max-width: 700px;
}

body .t1698 {
    margin: 0px 0px 40px 0px;
    display: flex;
    column-gap: 15px;
    align-items: flex-start;
}

body .t1698:hover h4 {
    color: rgb(191,72,0);
    transition: all 200ms 0ms ease-in;
}

body .t1699 {
    width: 50px;
    margin: 5px 0px 0px 0px;
    margin-right: 20px;
}

body .t1701 {
    color: rgb(39,39,39);
    margin: 0px 0px 15px 0px;
    font-size: 34px;
    font-family: 'Signika';
    font-weight: 400;
}

body .t1702 {
    color: rgb(39,39,39);
    margin-bottom: 20px;
}

body .t1703 {
    display: flex;
    column-gap: 20px;
    margin-top: 40px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
}

body .t1704 {
    color: rgba(0,0,0,1.00);
    display: grid;
    row-gap: 2px;
    align-items: center;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 25px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    text-decoration: none;
    grid-template-columns: 2fr 1fr;
}

body .t1704:hover div {
    width: 100%;
}

body .t1705 {
    color: rgb(0,0,0);
    font-size: 20px;
    margin-top: 0px;
    font-weight: 400;
}

body .t1706 {
    width: 10px;
    height: 2px;
    background: #b8a786;
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t1707 {
    justify-self: center;
}

body .t1708 {
    color: rgb(0,0,0);
    font-size: 18px;
    line-height: 1.6;
}

body .t1709 {
    color: rgba(0,0,0,1.00);
    background: var(--Antiflash-White);
    box-shadow: inset 0px 15px 30px 0px rgba(0,0,0,0.1);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t1711 {
    display: flex;
    column-gap: 80px;
    align-items: center;
}

body .t1712 {
    width: 50%;
}

body .t1713 {
    width: 100%;
}

body .t1714 {
    width: 50%;
    display: flex;
    align-items: center;
}

body .t1716 {
    color: var(--Mahogany);
    font-family: 'Signika';
    font-weight: 500;
    margin-bottom: 20px;
}

body .t1717 {
    font-size: 18px;
    line-height: 1.6;
}

body .t1720 {
    color: rgba(0,0,0,1.00);
    background: var(--Antiflash-White);
    box-shadow: inset 0px 15px 20px 0px rgba(0,0,0,0.1);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t1721 {
    max-width: 1600px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
}

body .t1722 {
    color: rgb(0,0,0);
    font-size: 42px;
    max-width: 800px;
    align-self: auto;
    margin-top: 0px;
    text-align: left;
    font-family: 'Signika';
    font-weight: 400;
    margin-left: 0px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    text-transform: uppercase;
}

body .t1723 {
    color: var(--Raisin-Black);
    font-size: 20px;
    max-width: 600px;
}

body .t1724 {
    color: var(--Raisin-Black);
}

body .t1725 {
    color: var(--Mahogany);
}

body .t1726 {
    color: rgba(0,0,0,1.00);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

body .t1727 {
    color: rgba(0,0,0,1.00);
    border: 1px solid rgba(243,243,243,1.00);
    background: rgba(255,255,255,1.00);
}

body .t1728 {
    background: rgb(252,242,241);
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

body .t1729 {
    max-width: 800px;
    font-weight: 600;
    margin-bottom: 20px;
}

body .t1730 {
    display: flex;
    row-gap: 10px;
    flex-wrap: wrap;
    column-gap: 10px;
    margin-bottom: 10px;
}

body .t1731 {
    cursor: pointer;
    background: var(--Tiffany-Blue);
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
}

body .t1731.dh-active {
    color: rgba(255,255,255,1.00);
    background: rgba(151,216,196,0.72);
}

body .t1732 {
    color: var(--Purple);
}

body .t1733 {
    font-size: 42px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

body .t1734 {
    display: block;
    max-width: 900px;
}

body .t1735 {
    font-size: 20px;
}

body .t1736 {
    background: var(--Antiflash-White);
    box-shadow: inset 0px 15px 30px 0px rgba(0,0,0,0.1);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t1737 {
    color: var(--Raisin-Black);
    background: var(--Antiflash-White);
    box-shadow: inset 0px 15px 20px 0px rgba(0,0,0,0.1);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t1738 {
    display: flex;
    max-width: 1600px;
    padding-left: 100px;
}

body .t1739 {
    color: var(--Mahogany);
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
}

body .t1740 {
    font-size: 16px;
}

body .t1741 {
    color: rgba(0,0,0,1.00);
    background: var(--Antiflash-White);
    box-shadow: inset 0px 15px 30px 0px rgba(0,0,0,0.1);
    padding-top: 100px;
    padding-bottom: 100px;
}

body .t1742 {
    max-width: 1400px;
}

body .t1743 {
    text-align: center;
}

body .t1744 {
    color: var(--Raisin-Black);
    width: 100%;
    margin: 0px auto 0px auto;
    max-width: 800px;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

body .t1745 {
    border: 1px solid rgba(204,204,204,1.00);
    margin: 60px 0px 60px 0px;
    display: flex;
    padding: 50px 0px 50px 0px;
    background: rgb(252,242,241);
    column-gap: 10%;
    margin-top: 0px;
    min-height: 350px;
    align-items: stretch;
    padding-left: 50px;
    border-radius: 5px;
    margin-bottom: 0px;
    padding-right: 50px;
    justify-content: center;
}

body .t1746 {
    width: 100%;
    max-width: 500px;
    align-self: flex-start;
}

body .t1747 {
    color: var(--Raisin-Black);
    background: var(--Antiflash-White);
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 20px;
}

body .t1748 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}

body .t1749 {
    width: 2px;
    background: rgba(204,204,204,1.00);
    border-radius: 5px;
}

body .t1750 {
    width: 100%;
    max-width: 500px;
    align-self: flex-start;
}

body .t1751 {
    color: var(--Raisin-Black);
    background: var(--Antiflash-White);
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 20px;
}

body .t1752 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}

body .t1753 {
    color: var(--Mahogany);
    font-size: 24px;
    text-align: left;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

body .t1754 {
    text-align: left;
    margin-bottom: 40px;
}

body .t1755 {
    color: var(--Mahogany);
    font-size: 24px;
    text-align: left;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

body .t1756 {
    text-align: left;
    margin-bottom: 20px;
}

body .t1757 {
    display: flex;
    column-gap: 20px;
    margin-top: 40px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
}

body .t1758 {
    color: rgba(0,0,0,1.00);
    display: grid;
    row-gap: 2px;
    max-width: 300px;
    margin-top: 40px;
    align-items: center;
    font-weight: 600;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 25px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    text-decoration: none;
    grid-template-columns: 2fr 1fr;
}

body .t1758:hover div {
    width: 100%;
}

body .t1759 {
    color: var(--Raisin-Black);
    font-size: 20px;
    margin-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

body .t1760 {
    width: 10px;
    height: 2px;
    background: #b8a786;
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t1761 {
    justify-self: flex-start;
}

body .t1762 {
    text-align: left;
}

body .t1764 {
    font-weight: 600;
}

body .t1766 {
    max-width: 1400px;
}

body .t1769 {
    text-align: center;
    font-family: 'Signika';
    font-weight: 400;
    margin-bottom: 50px;
    text-transform: uppercase;
}

body .t1770 {
    margin-bottom: 40px;
}

body .t1771 {
    font-weight: 600;
    text-transform: uppercase;
}

body .t1775 {
    display: flex;
    column-gap: 20px;
    margin-top: 60px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: flex-start;
}

body .t1776 {
    color: rgba(0,0,0,1.00);
    display: grid;
    row-gap: 2px;
    align-items: center;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 25px;
    flex-direction: row;
    grid-auto-flow: row dense;
    padding-bottom: 7px;
    justify-content: center;
    text-decoration: none;
    grid-template-columns: 2fr 1fr;
}

body .t1776:hover div {
    width: 100%;
}

body .t1776:hover span {
    background: rgb(107,154,196);
}

body .t1777 {
    color: rgb(39,39,39);
    font-size: 20px;
    background: rgb(151,216,196);
    margin-top: 0px;
    font-weight: 600;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

body .t1778 {
    width: 10px;
    height: 2px;
    background: #b8a786;
    transition: all 200ms 0ms linear;
    justify-self: center;
}

body .t1779 {
    justify-self: center;
}

body .t1781 {
    color: var(--Raisin-Black);
    text-align: left;
    font-family: 'Inter';
    font-weight: 500;
    margin-bottom: 40px;
}

