h1 {
    font-size: 35px;
    line-height: 1.2;
    color: #01101a;
    font-weight: 700;
}

a {
    background-color: initial
}

b,
strong {
    font-weight: bolder
}

img {
    border-style: none
}

button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

[hidden] {
    display: none
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
    background-color: #FFF;
    padding-left: 150px;
    padding-right: 150px;
}

@media screen and (min-width:640px) {
    .container {
        width: 540px
    }
}

@media screen and (min-width:768px) {
    .container {
        width: 750px
    }
}

@media screen and (min-width:1024px) {
    .container {
        width: 1e3px
    }
}

@media screen and (min-width:1280px) {
    .container {
        width: 1140px
    }
}

.flex {
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    flex-wrap: wrap;
    display: flex
}

.column-inner {
    width: 100%;
    position: relative
}

[class*=col-] {
    width: 100%;
    display: flex;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1\/8 {
    width: 12.5%
}

.col-xs-1\/1 {
    width: 100%
}

.col-xs-2\/8 {
    width: 25%
}

.col-xs-1\/2 {
    width: 50%
}

.col-xs-2\/2 {
    width: 100%
}

.col-xs-3\/8 {
    width: 37.5%
}

.col-xs-1\/3 {
    width: 33.33333%
}

.col-xs-2\/3 {
    width: 66.66667%
}

.col-xs-3\/3 {
    width: 100%
}

.col-xs-4\/8 {
    width: 50%
}

.col-xs-1\/4 {
    width: 25%
}

.col-xs-2\/4 {
    width: 50%
}

.col-xs-3\/4 {
    width: 75%
}

.col-xs-4\/4 {
    width: 100%
}

.col-xs-5\/8 {
    width: 62.5%
}

.col-xs-1\/5 {
    width: 20%
}

.col-xs-2\/5 {
    width: 40%
}

.col-xs-3\/5 {
    width: 60%
}

.col-xs-4\/5 {
    width: 80%
}

.col-xs-5\/5 {
    width: 100%
}

.col-xs-6\/8 {
    width: 75%
}

.col-xs-1\/6 {
    width: 16.66667%
}

.col-xs-2\/6 {
    width: 33.33333%
}

.col-xs-3\/6 {
    width: 50%
}

.col-xs-4\/6 {
    width: 66.66667%
}

.col-xs-5\/6 {
    width: 83.33333%
}

.col-xs-6\/6 {
    width: 100%
}

.col-xs-7\/8 {
    width: 87.5%
}

.col-xs-1\/7 {
    width: 14.28571%
}

.col-xs-2\/7 {
    width: 28.57143%
}

.col-xs-3\/7 {
    width: 42.85714%
}

.col-xs-4\/7 {
    width: 57.14286%
}

.col-xs-5\/7 {
    width: 71.42857%
}

.col-xs-6\/7 {
    width: 85.71429%
}

.col-xs-7\/7 {
    width: 100%
}

.col-xs-8\/8 {
    width: 100%
}

.col-xs-1\/8 {
    width: 12.5%
}

.col-xs-2\/8 {
    width: 25%
}

.col-xs-3\/8 {
    width: 37.5%
}

.col-xs-4\/8 {
    width: 50%
}

.col-xs-5\/8 {
    width: 62.5%
}

.col-xs-6\/8 {
    width: 75%
}

.col-xs-7\/8 {
    width: 87.5%
}

.col-xs-8\/8 {
    width: 100%
}

@media screen and (min-width:640px) {
    .col-sm-1\/8 {
        width: 12.5%
    }

    .col-sm-1\/1 {
        width: 100%
    }

    .col-sm-2\/8 {
        width: 25%
    }

    .col-sm-1\/2 {
        width: 50%
    }

    .col-sm-2\/2 {
        width: 100%
    }

    .col-sm-3\/8 {
        width: 37.5%
    }

    .col-sm-1\/3 {
        width: 33.33333%
    }

    .col-sm-2\/3 {
        width: 66.66667%
    }

    .col-sm-3\/3 {
        width: 100%
    }

    .col-sm-4\/8 {
        width: 50%
    }

    .col-sm-1\/4 {
        width: 25%
    }

    .col-sm-2\/4 {
        width: 50%
    }

    .col-sm-3\/4 {
        width: 75%
    }

    .col-sm-4\/4 {
        width: 100%
    }

    .col-sm-5\/8 {
        width: 62.5%
    }

    .col-sm-1\/5 {
        width: 20%
    }

    .col-sm-2\/5 {
        width: 40%
    }

    .col-sm-3\/5 {
        width: 60%
    }

    .col-sm-4\/5 {
        width: 80%
    }

    .col-sm-5\/5 {
        width: 100%
    }

    .col-sm-6\/8 {
        width: 75%
    }

    .col-sm-1\/6 {
        width: 16.66667%
    }

    .col-sm-2\/6 {
        width: 33.33333%
    }

    .col-sm-3\/6 {
        width: 50%
    }

    .col-sm-4\/6 {
        width: 66.66667%
    }

    .col-sm-5\/6 {
        width: 83.33333%
    }

    .col-sm-6\/6 {
        width: 100%
    }

    .col-sm-7\/8 {
        width: 87.5%
    }

    .col-sm-1\/7 {
        width: 14.28571%
    }

    .col-sm-2\/7 {
        width: 28.57143%
    }

    .col-sm-3\/7 {
        width: 42.85714%
    }

    .col-sm-4\/7 {
        width: 57.14286%
    }

    .col-sm-5\/7 {
        width: 71.42857%
    }

    .col-sm-6\/7 {
        width: 85.71429%
    }

    .col-sm-7\/7 {
        width: 100%
    }

    .col-sm-8\/8 {
        width: 100%
    }

    .col-sm-1\/8 {
        width: 12.5%
    }

    .col-sm-2\/8 {
        width: 25%
    }

    .col-sm-3\/8 {
        width: 37.5%
    }

    .col-sm-4\/8 {
        width: 50%
    }

    .col-sm-5\/8 {
        width: 62.5%
    }

    .col-sm-6\/8 {
        width: 75%
    }

    .col-sm-7\/8 {
        width: 87.5%
    }

    .col-sm-8\/8 {
        width: 100%
    }
}

@media screen and (min-width:768px) {
    .col-md-1\/8 {
        width: 12.5%
    }

    .col-md-1\/1 {
        width: 100%
    }

    .col-md-2\/8 {
        width: 25%
    }

    /*.col-md-1\/2{width:50%}*/
    .col-md-2\/2 {
        width: 100%
    }

    .col-md-3\/8 {
        width: 37.5%
    }

    .col-md-1\/3 {
        width: 33.33333%
    }

    .col-md-2\/3 {
        width: 66.66667%
    }

    .col-md-3\/3 {
        width: 100%
    }

    .col-md-4\/8 {
        width: 50%
    }

    .col-md-1\/4 {
        width: 25%
    }

    .col-md-2\/4 {
        width: 50%
    }

    .col-md-3\/4 {
        width: 75%
    }

    .col-md-4\/4 {
        width: 100%
    }

    .col-md-5\/8 {
        width: 62.5%
    }

    .col-md-1\/5 {
        width: 20%
    }

    .col-md-2\/5 {
        width: 40%
    }

    .col-md-3\/5 {
        width: 60%
    }

    .col-md-4\/5 {
        width: 80%
    }

    .col-md-5\/5 {
        width: 100%
    }

    .col-md-6\/8 {
        width: 75%
    }

    .col-md-1\/6 {
        width: 16.66667%
    }

    .col-md-2\/6 {
        width: 33.33333%
    }

    .col-md-3\/6 {
        width: 50%
    }

    .col-md-4\/6 {
        width: 66.66667%
    }

    .col-md-5\/6 {
        width: 83.33333%
    }

    .col-md-6\/6 {
        width: 100%
    }

    .col-md-7\/8 {
        width: 87.5%
    }

    .col-md-1\/7 {
        width: 14.28571%
    }

    .col-md-2\/7 {
        width: 28.57143%
    }

    .col-md-3\/7 {
        width: 42.85714%
    }

    .col-md-4\/7 {
        width: 57.14286%
    }

    .col-md-5\/7 {
        width: 71.42857%
    }

    .col-md-6\/7 {
        width: 85.71429%
    }

    .col-md-7\/7 {
        width: 100%
    }

    .col-md-8\/8 {
        width: 100%
    }

    .col-md-1\/8 {
        width: 12.5%
    }

    .col-md-2\/8 {
        width: 25%
    }

    .col-md-3\/8 {
        width: 37.5%
    }

    .col-md-4\/8 {
        width: 50%
    }

    .col-md-5\/8 {
        width: 62.5%
    }

    .col-md-6\/8 {
        width: 75%
    }

    .col-md-7\/8 {
        width: 87.5%
    }

    .col-md-8\/8 {
        width: 100%
    }
}

@media screen and (min-width:1024px) {
    .col-lg-1\/8 {
        width: 12.5%
    }

    .col-lg-1\/1 {
        width: 100%
    }

    .col-lg-2\/8 {
        width: 25%
    }

    .col-lg-1\/2 {
        width: 50%
    }

    .col-lg-2\/2 {
        width: 100%
    }

    .col-lg-3\/8 {
        width: 37.5%
    }

    .col-lg-1\/3 {
        width: 33.33333%
    }

    .col-lg-2\/3 {
        width: 66.66667%
    }

    .col-lg-3\/3 {
        width: 100%
    }

    .col-lg-4\/8 {
        width: 50%
    }

    .col-lg-1\/4 {
        width: 25%
    }

    .col-lg-2\/4 {
        width: 50%
    }

    .col-lg-3\/4 {
        width: 75%
    }

    .col-lg-4\/4 {
        width: 100%
    }

    .col-lg-5\/8 {
        width: 62.5%
    }

    .col-lg-1\/5 {
        width: 20%
    }

    .col-lg-2\/5 {
        width: 40%
    }

    .col-lg-3\/5 {
        width: 60%
    }

    .col-lg-4\/5 {
        width: 80%
    }

    .col-lg-5\/5 {
        width: 100%
    }

    .col-lg-6\/8 {
        width: 75%
    }

    .col-lg-1\/6 {
        width: 16.66667%
    }

    .col-lg-2\/6 {
        width: 33.33333%
    }

    .col-lg-3\/6 {
        width: 50%
    }

    .col-lg-4\/6 {
        width: 66.66667%
    }

    .col-lg-5\/6 {
        width: 83.33333%
    }

    .col-lg-6\/6 {
        width: 100%
    }

    .col-lg-7\/8 {
        width: 87.5%
    }

    .col-lg-1\/7 {
        width: 14.28571%
    }

    .col-lg-2\/7 {
        width: 28.57143%
    }

    .col-lg-3\/7 {
        width: 42.85714%
    }

    .col-lg-4\/7 {
        width: 57.14286%
    }

    .col-lg-5\/7 {
        width: 71.42857%
    }

    .col-lg-6\/7 {
        width: 85.71429%
    }

    .col-lg-7\/7 {
        width: 100%
    }

    .col-lg-8\/8 {
        width: 100%
    }

    .col-lg-1\/8 {
        width: 12.5%
    }

    .col-lg-2\/8 {
        width: 25%
    }

    .col-lg-3\/8 {
        width: 37.5%
    }

    .col-lg-4\/8 {
        width: 50%
    }

    .col-lg-5\/8 {
        width: 62.5%
    }

    .col-lg-6\/8 {
        width: 75%
    }

    .col-lg-7\/8 {
        width: 87.5%
    }

    .col-lg-8\/8 {
        width: 100%
    }
}

svg:not(:root).svg-inline--fa {
    overflow: visible
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: middle
}

.svg-inline--fa.fa-lg {
    vertical-align: -.225em
}

.svg-inline--fa.fa-w-1 {
    width: .0625em
}

.svg-inline--fa.fa-w-2 {
    width: .125em
}

.svg-inline--fa.fa-w-3 {
    width: .1875em
}

.svg-inline--fa.fa-w-4 {
    width: .25em
}

.svg-inline--fa.fa-w-5 {
    width: .3125em
}

.svg-inline--fa.fa-w-6 {
    width: .375em
}

.svg-inline--fa.fa-w-7 {
    width: .4375em
}

.svg-inline--fa.fa-w-8 {
    width: .5em
}

.svg-inline--fa.fa-w-9 {
    width: .5625em
}

.svg-inline--fa.fa-w-10 {
    width: .625em
}

.svg-inline--fa.fa-w-11 {
    width: .6875em
}

.svg-inline--fa.fa-w-12 {
    width: .75em
}

.svg-inline--fa.fa-w-13 {
    width: .8125em
}

.svg-inline--fa.fa-w-14 {
    width: .875em
}

.svg-inline--fa.fa-w-15 {
    width: .9375em
}

.svg-inline--fa.fa-w-16 {
    width: 1em
}

.svg-inline--fa.fa-w-17 {
    width: 1.0625em
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em
}

.svg-inline--fa.fa-w-19 {
    width: 1.1875em
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em
}

.svg-inline--fa.fa-li {
    width: 2em
}

.svg-inline--fa.fa-fw {
    width: 1.25em
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

html {
    scroll-behavior: smooth
}

body,
html {
    min-height: 100%
}

body *,
html * {
    box-sizing: border-box
}

body {
    margin: 0 auto;
    !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

div,
section {
    border: 0
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: middle
}

video {
    max-width: 100%
}

button {
    cursor: pointer
}

a {
    text-decoration: none
}

.video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.ben-section {
    margin: 0 auto;
    position: relative;
    max-width: 1920px;
}

.flex {
    justify-content: center
}

.ben-icon,
.el-ib {
    display: inline-block
}

.ben-icon>.icon {
    vertical-align: middle
}

.ben-heading p {
    margin: 0
}

.ben-text {
    margin-top: 1em;
    margin-bottom: 1em
}

.ben-text p {
    margin: 0
}

.ben-btn {
    display: inline-flex;
    align-items: center;
    background-color: initial
}

.ben-wrapper {
    display: block;
    position: relative
}

.ben-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.ben-list li {
    padding: 0
}

.ben-list {
    display: flex;
    flex-wrap: wrap
}

.ben-list--item,
.ben-list--link {
    display: flex
}

.hidden {
    display: none !important
}

@media all and (max-width:767px) {
    .hidden-sm {
        display: none !important
    }
}

@media all and (min-width:768px) and (max-width:1024px) {
    .hidden-md {
        display: none !important
    }
}

@media all and (min-width:1024px) {
    .hidden-lg {
        display: none !important
    }
}

@media screen and (max-width:767px) {
    [class*=col-] {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

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

:root {
    --color-1: #f9c605;
    --color-2: #f9c605;
    --color-3: #f9c605;
    --color-11: #030B12;
    --color-12: #1C242A;
    --color-13: #D9D9D9FF;
    --color-14: #EDF4F9;
    --color-21: #FFFFFFD9;
    --color-22: #FFFFFFD9;
    --color-23: #424242FF;
    --color-24: #030B12;
    --color-30: red;
    --color-101: #EDF4F9;
    --color-102: #ffffff;
    --color-103: #030B12;
    --color-104: #3662a1B3;
    --color-105: #ffffffcc;
    --color-106: #030B12B3;
    --color-201: #ffffff;
    --color-202: #FFFFFFD9;
    --color-203: #FFFFFFCC;
    --color-204: #030B12;
    --color-205: #1C242A;
    --color-301: #ffffff32;
    --color-302: #42424233
}

h2 {
    font-size: 48px;
    line-height: 1.35;
    color: #01101a;
    font-weight: 700;
}

h3 {
    font-size: 38px;
    line-height: 1.35;
    color: #01101a;
    font-weight: 700;
}

h4 {
    font-size: 30px;
    line-height: 1.35;
    color: #01101a;
    font-weight: 700;
}

h5 {
    font-size: 24px;
    line-height: 1.35;
    color: #01101a;
    font-weight: 600;
}

h6 {
    font-size: 20px;
    line-height: 1.35;
    color: #01101a;
    font-weight: 600;
}

a {
    text-decoration: none
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 35px
    }

    h2 {
        font-size: 42px
    }

    h3 {
        font-size: 32px
    }

    h4 {
        font-size: 24px
    }
}

@media all and (min-width:1280px) {
    :where([class*=ben-container]:not([class*=ben-container]*)) {
        --max-width: 1140px
    }

    :where([class*=ben-container]:not([class*=ben-container]*))>.ben-container--global-container-width {
        max-width: 1140px
    }
}

:where(.ben-container-x9fs0gy8) {
    margin: 0 auto
}

:where(.ben-container-x9fs0gy8) {
    position: relative
}

:where(.ben-container-x9fs0gy8)>.ben-container-x9fs0gy8--video-overlay,
:where(.ben-container-x9fs0gy8)>.video-bg {
    z-index: -1
}

:where(.ben-container-ti9lbara) {
    position: relative
}

:where(.ben-container-ti9lbara)>.ben-container-ti9lbara--video-overlay,
:where(.ben-container-ti9lbara)>.video-bg {
    z-index: -1
}

:where(.ben-container-6zrhjsgg) {
    position: relative
}

:where(.ben-container-6zrhjsgg)>.ben-container-6zrhjsgg--video-overlay,
:where(.ben-container-6zrhjsgg)>.video-bg {
    z-index: -1
}

:where(.ben-container-045bcxmw) {
    position: relative
}

:where(.ben-container-045bcxmw)>.ben-container-045bcxmw--video-overlay,
:where(.ben-container-045bcxmw)>.video-bg {
    z-index: -1
}

:where(.ben-container-jojyvu8q) {
    position: relative
}

:where(.ben-container-jojyvu8q)>.ben-container-jojyvu8q--video-overlay,
:where(.ben-container-jojyvu8q)>.video-bg {
    z-index: -1
}

:where(.ben-container-7vbbp7fd) {
    position: relative
}

:where(.ben-container-7vbbp7fd)>.ben-container-7vbbp7fd--video-overlay,
:where(.ben-container-7vbbp7fd)>.video-bg {
    z-index: -1
}

:where(.ben-container-pko45arj) {
    margin: 0 auto
}

:where(.ben-container-pko45arj) {
    position: relative
}

:where(.ben-container-pko45arj)>.ben-container-pko45arj--video-overlay,
:where(.ben-container-pko45arj)>.video-bg {
    z-index: -1
}

:where(.ben-container-vmem57gf) {
    position: relative
}

:where(.ben-container-vmem57gf)>.ben-container-vmem57gf--video-overlay,
:where(.ben-container-vmem57gf)>.video-bg {
    z-index: -1
}

.ben-section-iiwr266o {
    background: #000;
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 250px;
    padding-right: 250px;
}

@media screen and (max-width:1024px) {
    .ben-section-iiwr266o {
        padding-top: 0;
        padding-bottom: 48px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width:767px) {
    .ben-section-iiwr266o {
        padding-top: 0;
        padding-bottom: 40px
    }
}

.ben-section-iiwr266o .ben-section-iiwr266o--video-overlay {
    background-color: var(--color-106)
}

:where(.ben-container-vuih2c22) {
    margin: 0 auto;
    max-width: unset
}

:where(.ben-container-vuih2c22) {
    position: relative
}

:where(.ben-container-vuih2c22)>.ben-container-vuih2c22--video-overlay,
:where(.ben-container-vuih2c22)>.video-bg {
    z-index: -1
}

:where(.ben-container-zc1kpbbf) {
    position: relative
}

:where(.ben-container-zc1kpbbf)>.ben-container-zc1kpbbf--video-overlay,
:where(.ben-container-zc1kpbbf)>.video-bg {
    z-index: -1
}

.ben-container-c9q5w7pn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 28%;
    padding-bottom: 0;
    flex-basis: 100%;
    justify-content: flex-start;
    gap: 30px
}

@media screen and (max-width:1024px) {
    .ben-container-c9q5w7pn {
        padding-top: 28%;
        justify-content: center
    }
}

@media screen and (max-width:767px) {
    .ben-container-c9q5w7pn {
        padding-top: 20%;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 0
    }
}

.ben-container-c9q5w7pn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 28%;
    padding-bottom: 0;
    flex-basis: 100%;
    justify-content: flex-start;
    gap: 30px
}

@media all and (max-width:1024px) {
    .ben-container-c9q5w7pn {
        padding-top: 28%;
        justify-content: center
    }
}

@media all and (max-width:767px) {
    .ben-container-c9q5w7pn {
        padding-top: 20%;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 0
    }
}

.ben-container-79r7rqvi.ben-container-79r7rqvi {
    width: calc(80% - 0px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-79r7rqvi.ben-container-79r7rqvi {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-79r7rqvi.ben-container-79r7rqvi {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

.ben-container-79r7rqvi {
    display: flex;
    justify-content: flex-start !important;
}

.ben-container-c9q5w7pn.ben-container-c9q5w7pn {
    margin-left: calc((100% - var(--max-width, 100%))/ 2 + 0px);
    margin-right: calc((100% - var(--max-width, 100%))/ 2 + 0px);
    width: calc(var(--max-width, 100%) - 0px - 0px)
}

@media all and (max-width:1024px) {
    .ben-container-c9q5w7pn.ben-container-c9q5w7pn {
        margin-left: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        margin-right: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        width: calc(var(--max-width, 100%) - 0px - 0px)
    }
}

@media all and (max-width:767px) {
    .ben-container-c9q5w7pn.ben-container-c9q5w7pn {
        margin-left: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        margin-right: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        width: calc(var(--max-width, 100%) - 0px - 0px)
    }
}

:where(.ben-container-c9q5w7pn) {
    margin: 0 auto
}

:where(.ben-container-c9q5w7pn) {
    position: relative
}

:where(.ben-container-c9q5w7pn)>.ben-container-c9q5w7pn--video-overlay,
:where(.ben-container-c9q5w7pn)>.video-bg {
    z-index: -1
}

.ben-container-79r7rqvi {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-basis: 80%;
    align-items: flex-start
}

@media screen and (max-width:1024px) {
    .ben-container-79r7rqvi {
        align-items: flex-start;
        flex-basis: 100%;
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (max-width:767px) {
    .ben-container-79r7rqvi {
        padding-left: 0;
        padding-right: 0;
        flex-basis: 100%
    }
}

.ben-container-79r7rqvi {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-basis: 80%;
    align-items: flex-start
}

@media all and (max-width:1024px) {
    .ben-container-79r7rqvi {
        align-items: flex-start;
        flex-basis: 100%;
        padding-left: 32px;
        padding-right: 32px
    }
}

@media all and (max-width:767px) {
    .ben-container-79r7rqvi {
        padding-left: 0;
        padding-right: 0;
        flex-basis: 100%
    }
}

.ben-container-o9ees256.ben-container-o9ees256 {
    width: calc(100% - 0px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-o9ees256.ben-container-o9ees256 {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-o9ees256.ben-container-o9ees256 {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

:where(.ben-container-79r7rqvi) {
    position: relative
}

:where(.ben-container-79r7rqvi)>.ben-container-79r7rqvi--video-overlay,
:where(.ben-container-79r7rqvi)>.video-bg {
    z-index: -1
}

.ben-heading-3mf7xux0 {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--color-201);
    font-size: 45px;
    line-height: 1.2;
    text-align: left;
    letter-spacing: -1px
}

@media screen and (max-width:1024px) {
    .ben-heading-3mf7xux0 {
        text-align: left;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 48px
    }
}

@media screen and (max-width:767px) {
    .ben-heading-3mf7xux0 {
        font-size: 42px
    }
}

.ben-heading-3mf7xux0 p {
    display: inline
}

:where([class*=ben-heading-3mf7xux0-wrapper]:not([class*=ben-heading-3mf7xux0-wrapper]*)) {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    :where([class*=ben-heading-3mf7xux0-wrapper]:not([class*=ben-heading-3mf7xux0-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-3mf7xux0-wrapper]:not([class*=ben-heading-3mf7xux0-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-heading-3mf7xux0.ben-heading-3mf7xux0.ben-heading-3mf7xux0 {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    .ben-heading-3mf7xux0.ben-heading-3mf7xux0.ben-heading-3mf7xux0 {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    .ben-heading-3mf7xux0.ben-heading-3mf7xux0.ben-heading-3mf7xux0 {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-container-o9ees256 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-basis: 100%;
    justify-content: flex-start
}

@media screen and (max-width:767px) {
    .ben-container-o9ees256 {
        padding-top: 24px;
        padding-bottom: 0
    }
}

.ben-container-o9ees256 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-basis: 100%;
    justify-content: flex-start
}

@media all and (max-width:767px) {
    .ben-container-o9ees256 {
        padding-top: 24px;
        padding-bottom: 0
    }
}

.ben-container-puc3i0pr.ben-container-puc3i0pr {
    width: calc(100% - 0px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-puc3i0pr.ben-container-puc3i0pr {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-puc3i0pr.ben-container-puc3i0pr {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

:where(.ben-container-o9ees256) {
    position: relative
}

:where(.ben-container-o9ees256)>.ben-container-o9ees256--video-overlay,
:where(.ben-container-o9ees256)>.video-bg {
    z-index: -1
}

.ben-container-puc3i0pr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-basis: 100%;
    align-items: stretch
}

@media screen and (max-width:767px) {
    .ben-container-puc3i0pr {
        padding-top: 20px;
        padding-bottom: 20px;
        border-width: 1px;
        border-style: solid;
        border-color: var(--color-301);
        border-radius: 5px 5px 5px 5px
    }
}

.ben-container-puc3i0pr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-basis: 100%;
    align-items: stretch
}

@media all and (max-width:767px) {
    .ben-container-puc3i0pr {
        padding-top: 20px;
        padding-bottom: 20px;
        border-width: 1px;
        border-style: solid;
        border-color: var(--color-301);
        border-radius: 5px 5px 5px 5px
    }
}

:where(.ben-container-puc3i0pr) {
    position: relative
}

:where(.ben-container-puc3i0pr)>.ben-container-puc3i0pr--video-overlay,
:where(.ben-container-puc3i0pr)>.video-bg {
    z-index: -1
}

.ben-links-kvxlmuit {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

@media screen and (max-width:767px) {
    .ben-links-kvxlmuit {
        align-items: center;
        border-width: 0;
        border-radius: 5px 5px 5px 5px;
        padding-top: 0;
        padding-bottom: 0
    }
}

.ben-links-kvxlmuit .ben-list--link {
    text-decoration: none;
    font-size: 16px;
    color: var(--color-201)
}

@media all and (max-width:767px) {
    .ben-links-kvxlmuit .ben-list--link {
        line-height: 2em
    }
}

.ben-links-kvxlmuit .ben-list--link {
    margin-bottom: 16px
}

.ben-links-kvxlmuit .ben-list--item:last-child .ben-list--link {
    margin-bottom: 0
}

.ben-links-kvxlmuit .ben-list--icon {
    margin-right: 5px
}

.ben-links-tbmcmdcw {
    border-bottom-width: 0;
    border-bottom-color: var(--color-201);
    margin-top: 40px;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start
}

@media screen and (max-width:767px) {
    .ben-links-tbmcmdcw {
        justify-content: flex-start;
        margin-top: 24px
    }
}

.ben-links-tbmcmdcw .ben-list--link {
    text-decoration: none;
    font-size: 16px;
    color: var(--color-201)
}

.ben-links-tbmcmdcw .ben-list--link {
    margin-right: 40px
}

.ben-links-tbmcmdcw .ben-list--item:last-child .ben-list--link {
    margin-right: 0
}

.ben-links-tbmcmdcw .ben-list--icon {
    margin-right: 5px
}

.ben-links-tbmcmdcw .icon_27a2t05h {
    font-size: null;
    color: null
}

.ben-section-o1d8rsdi {
    padding-top: 30px;
    padding-bottom: 100px;
    padding-left: 150px;
    padding-right: 150px;
    background-color: var(--color-102)
}

@media screen and (max-width:1024px) {
    .ben-section-o1d8rsdi {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:767px) {
    .ben-section-o1d8rsdi {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.ben-container-zc4xs97d {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    flex-basis: 100%
}

@media screen and (max-width:1024px) {
    .ben-container-zc4xs97d {
        padding-top: 0;
        padding-right: 32px;
        padding-bottom: 0;
        padding-left: 32px
    }
}

@media screen and (max-width:767px) {
    .ben-container-zc4xs97d {
        padding-top: 0;
        padding-right: 24px;
        padding-bottom: 0;
        padding-left: 24px
    }
}

.ben-container-zc4xs97d {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    flex-basis: 100%
}

@media all and (max-width:1024px) {
    .ben-container-zc4xs97d {
        padding-top: 0;
        padding-right: 32px;
        padding-bottom: 0;
        padding-left: 32px
    }
}

@media all and (max-width:767px) {
    .ben-container-zc4xs97d {
        padding-top: 0;
        padding-right: 24px;
        padding-bottom: 0;
        padding-left: 24px
    }
}

.ben-container-zxi02y1s.ben-container-zxi02y1s {
    width: calc(60% - 0px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-zxi02y1s.ben-container-zxi02y1s {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-zxi02y1s.ben-container-zxi02y1s {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

.ben-container-zc4xs97d.ben-container-zc4xs97d {
    margin-left: calc((100% - var(--max-width, 100%))/ 2 + 0px);
    margin-right: calc((100% - var(--max-width, 100%))/ 2 + 0px);
    width: calc(var(--max-width, 100%) - 0px - 0px)
}

@media all and (max-width:1024px) {
    .ben-container-zc4xs97d.ben-container-zc4xs97d {
        margin-left: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        margin-right: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        width: calc(var(--max-width, 100%) - 0px - 0px)
    }
}

@media all and (max-width:767px) {
    .ben-container-zc4xs97d.ben-container-zc4xs97d {
        margin-left: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        margin-right: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        width: calc(var(--max-width, 100%) - 0px - 0px)
    }
}

:where(.ben-container-zc4xs97d) {
    margin: 0 auto
}

:where(.ben-container-zc4xs97d) {
    position: relative
}

:where(.ben-container-zc4xs97d)>.ben-container-zc4xs97d--video-overlay,
:where(.ben-container-zc4xs97d)>.video-bg {
    z-index: -1
}

.ben-container-zxi02y1s {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    flex-basis: 60%
}

@media screen and (max-width:1024px) {
    .ben-container-zxi02y1s {
        flex-basis: 100%;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0
    }
}

@media screen and (max-width:767px) {
    .ben-container-zxi02y1s {
        flex-basis: 100%
    }
}

.ben-container-zxi02y1s {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    flex-basis: 60%
}

@media all and (max-width:1024px) {
    .ben-container-zxi02y1s {
        flex-basis: 100%;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0
    }
}

@media all and (max-width:767px) {
    .ben-container-zxi02y1s {
        flex-basis: 100%
    }
}

:where(.ben-container-zxi02y1s) {
    position: relative
}

:where(.ben-container-zxi02y1s)>.ben-container-zxi02y1s--video-overlay,
:where(.ben-container-zxi02y1s)>.video-bg {
    z-index: -1
}

.ben-text-edpff89y {
    text-align: center;
    line-height: 28px;
    color: var(--color-1);
    margin-top: 0;
    margin-bottom: 16px
}

@media screen and (max-width:1024px) {
    .ben-text-edpff89y {
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media screen and (max-width:767px) {
    .ben-text-edpff89y {
        margin-top: 0;
        margin-bottom: 16px
    }
}

.ben-heading-8wlfr4qs {
    text-align: center;
    color: var(--color-204);
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2
}

@media screen and (max-width:1024px) {
    .ben-heading-8wlfr4qs {
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media screen and (max-width:767px) {
    .ben-heading-8wlfr4qs {
        margin-top: 0;
        margin-bottom: 16px
    }
}

.ben-heading-8wlfr4qs p {
    display: inline
}

:where([class*=ben-heading-8wlfr4qs-wrapper]:not([class*=ben-heading-8wlfr4qs-wrapper]*)) {
    margin-top: 0;
    margin-bottom: 20px
}

@media all and (max-width:1024px) {
    :where([class*=ben-heading-8wlfr4qs-wrapper]:not([class*=ben-heading-8wlfr4qs-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-8wlfr4qs-wrapper]:not([class*=ben-heading-8wlfr4qs-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 16px
    }
}

.ben-heading-8wlfr4qs.ben-heading-8wlfr4qs.ben-heading-8wlfr4qs {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    .ben-heading-8wlfr4qs.ben-heading-8wlfr4qs.ben-heading-8wlfr4qs {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    .ben-heading-8wlfr4qs.ben-heading-8wlfr4qs.ben-heading-8wlfr4qs {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-text-zz8flzvc {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--color-205)
}

@media screen and (max-width:767px) {
    .ben-text-zz8flzvc {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-container-z569sajm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    flex-basis: 100%;
    margin-top: 40px
}

@media screen and (max-width:1024px) {
    .ben-container-z569sajm {
        margin-top: 48px;
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 10px
    }
}

@media screen and (max-width:767px) {
    .ben-container-z569sajm {
        margin-top: 32px;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0
    }
}

.ben-container-z569sajm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    flex-basis: 100%;
    margin-top: 40px
}

@media all and (max-width:1024px) {
    .ben-container-z569sajm {
        margin-top: 48px;
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 10px
    }
}

@media all and (max-width:767px) {
    .ben-container-z569sajm {
        margin-top: 32px;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0
    }
}

.ben-container-afshkbad.ben-container-afshkbad {
    width: calc(40% - 0px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-afshkbad.ben-container-afshkbad {
        width: calc(85.71% - 0px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-afshkbad.ben-container-afshkbad {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

.ben-container-h6kc8ryb.ben-container-h6kc8ryb {
    width: calc(30% - 0px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-h6kc8ryb.ben-container-h6kc8ryb {
        width: calc(40% - 0px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-h6kc8ryb.ben-container-h6kc8ryb {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

.ben-container-9g5od7qf.ben-container-9g5od7qf {
    width: calc(30% - 0px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-9g5od7qf.ben-container-9g5od7qf {
        width: calc(40% - 0px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-9g5od7qf.ben-container-9g5od7qf {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

.ben-container-z569sajm.ben-container-z569sajm {
    margin-left: calc((100% - var(--max-width, 100%))/ 2 + 0px);
    margin-right: calc((100% - var(--max-width, 100%))/ 2 + 0px);
    width: calc(var(--max-width, 100%) - 0px - 0px)
}

@media all and (max-width:1024px) {
    .ben-container-z569sajm.ben-container-z569sajm {
        margin-left: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        margin-right: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        width: calc(var(--max-width, 100%) - 0px - 0px)
    }
}

@media all and (max-width:767px) {
    .ben-container-z569sajm.ben-container-z569sajm {
        margin-left: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        margin-right: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        width: calc(var(--max-width, 100%) - 0px - 0px)
    }
}

:where(.ben-container-z569sajm) {
    margin: 0 auto
}

:where(.ben-container-z569sajm) {
    position: relative
}

:where(.ben-container-z569sajm)>.ben-container-z569sajm--video-overlay,
:where(.ben-container-z569sajm)>.video-bg {
    z-index: -1
}

.ben-container-afshkbad {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding-top: 10px;
    padding-right: 31px;
    padding-bottom: 10px;
    padding-left: 10px;
    flex-basis: 40%
}

@media screen and (max-width:1024px) {
    .ben-container-afshkbad {
        flex-basis: 85.71%;
        margin-bottom: 30px;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        justify-content: center
    }
}

@media screen and (max-width:767px) {
    .ben-container-afshkbad {
        flex-basis: 100%;
        margin-bottom: 24px;
        padding-top: 0;
        padding-right: 24px;
        padding-bottom: 0;
        padding-left: 24px
    }
}

.ben-container-afshkbad {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding-top: 10px;
    padding-right: 31px;
    padding-bottom: 10px;
    padding-left: 10px;
    flex-basis: 40%
}

@media all and (max-width:1024px) {
    .ben-container-afshkbad {
        flex-basis: 85.71%;
        margin-bottom: 30px;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        justify-content: center
    }
}

@media all and (max-width:767px) {
    .ben-container-afshkbad {
        flex-basis: 100%;
        margin-bottom: 24px;
        padding-top: 0;
        padding-right: 24px;
        padding-bottom: 0;
        padding-left: 24px
    }
}

:where(.ben-container-afshkbad) {
    position: relative
}

:where(.ben-container-afshkbad)>.ben-container-afshkbad--video-overlay,
:where(.ben-container-afshkbad)>.video-bg {
    z-index: -1
}

.ben-text-w54l9vj9 {
    color: var(--color-205);
    margin-top: 0
}

@media screen and (max-width:1024px) {
    .ben-text-w54l9vj9 {
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media screen and (max-width:767px) {
    .ben-text-w54l9vj9 {
        margin-top: 0;
        margin-bottom: 16px;
        font-size: 16px
    }
}

.ben-text-y17esgm9 {
    color: var(--color-205);
    margin-bottom: 0
}

@media screen and (max-width:1024px) {
    .ben-text-y17esgm9 {
        text-align: center;
        margin-bottom: 0;
        margin-top: 0
    }
}

@media screen and (max-width:767px) {
    .ben-text-y17esgm9 {
        font-size: 16px
    }
}

.ben-button-tfypjajh {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    justify-content: center;
    border-radius: 5px 5px 5px 5px;
    border-width: 0;
    background-color: var(--color-1);
    color: var(--color-201);
    margin-top: 40px;
    font-weight: 500
}

.ben-button-tfypjajh:hover {
    color: var(--color-201);
    background-color: var(--color-2)
}

@media screen and (max-width:1024px) {
    .ben-button-tfypjajh {
        margin-top: 32px
    }

    .ben-button-tfypjajh-wrapper {
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .ben-button-tfypjajh {
        font-size: 16px;
        line-height: 16px;
        margin-top: 32px
    }
}

.ben-button-tfypjajh :is(.icon, .iconsvg) {
    transition: null
}

.ben-button-tfypjajh:hover :is(.icon, .iconsvg) {
    color: null
}

:where([class*=ben-button-tfypjajh-wrapper]:not([class*=ben-button-tfypjajh-wrapper]*)) {
    margin-top: 40px
}

@media all and (max-width:1024px) {
    :where([class*=ben-button-tfypjajh-wrapper]:not([class*=ben-button-tfypjajh-wrapper]*)) {
        margin-top: 32px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-button-tfypjajh-wrapper]:not([class*=ben-button-tfypjajh-wrapper]*)) {
        margin-top: 32px
    }
}

.ben-button-tfypjajh.ben-button-tfypjajh.ben-button-tfypjajh {
    margin-top: 0
}

@media all and (max-width:1024px) {
    .ben-button-tfypjajh.ben-button-tfypjajh.ben-button-tfypjajh {
        margin-top: 0
    }
}

@media all and (max-width:767px) {
    .ben-button-tfypjajh.ben-button-tfypjajh.ben-button-tfypjajh {
        margin-top: 0
    }
}

.ben-container-h6kc8ryb {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    flex-basis: 30%
}

@media screen and (max-width:1024px) {
    .ben-container-h6kc8ryb {
        flex-basis: 40%;
        padding-top: 1px;
        padding-right: 10px;
        padding-bottom: 1px;
        padding-left: 10px
    }
}

@media screen and (max-width:767px) {
    .ben-container-h6kc8ryb {
        flex-basis: 100%;
        align-items: unset;
        padding-top: 1px;
        padding-right: 24px;
        padding-bottom: 1px;
        padding-left: 24px
    }
}

.ben-container-h6kc8ryb {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    flex-basis: 30%
}

@media all and (max-width:1024px) {
    .ben-container-h6kc8ryb {
        flex-basis: 40%;
        padding-top: 1px;
        padding-right: 10px;
        padding-bottom: 1px;
        padding-left: 10px
    }
}

@media all and (max-width:767px) {
    .ben-container-h6kc8ryb {
        flex-basis: 100%;
        align-items: unset;
        padding-top: 1px;
        padding-right: 24px;
        padding-bottom: 1px;
        padding-left: 24px
    }
}

:where(.ben-container-h6kc8ryb) {
    position: relative
}

:where(.ben-container-h6kc8ryb)>.ben-container-h6kc8ryb--video-overlay,
:where(.ben-container-h6kc8ryb)>.video-bg {
    z-index: -1
}

.ben-image-l2lvq6tc {
    object-fit: cover;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    height: 400px
}

@media screen and (max-width:1024px) {
    .ben-image-l2lvq6tc {
        height: 350px
    }
}

.ben-heading-eourci8p {
    margin-top: 24px;
    margin-bottom: 0;
    color: var(--color-204)
}

@media screen and (max-width:1024px) {
    .ben-heading-eourci8p {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .ben-heading-eourci8p {
        text-align: center;
        margin-top: 16px;
        margin-bottom: 0
    }
}

.ben-heading-eourci8p p {
    display: inline
}

:where([class*=ben-heading-eourci8p-wrapper]:not([class*=ben-heading-eourci8p-wrapper]*)) {
    margin-top: 24px;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    :where([class*=ben-heading-eourci8p-wrapper]:not([class*=ben-heading-eourci8p-wrapper]*)) {
        margin-top: 20px;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-eourci8p-wrapper]:not([class*=ben-heading-eourci8p-wrapper]*)) {
        margin-top: 16px;
        margin-bottom: 0
    }
}

.ben-heading-eourci8p.ben-heading-eourci8p.ben-heading-eourci8p {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    .ben-heading-eourci8p.ben-heading-eourci8p.ben-heading-eourci8p {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    .ben-heading-eourci8p.ben-heading-eourci8p.ben-heading-eourci8p {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-container-9g5od7qf {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    flex-basis: 30%
}

@media screen and (max-width:1024px) {
    .ben-container-9g5od7qf {
        flex-basis: 40%;
        padding-top: 1px;
        padding-right: 10px;
        padding-bottom: 1px;
        padding-left: 10px
    }
}

@media screen and (max-width:767px) {
    .ben-container-9g5od7qf {
        flex-basis: 100%;
        margin-top: 24px;
        padding-top: 1px;
        padding-right: 24px;
        padding-bottom: 1px;
        padding-left: 24px
    }
}

.ben-container-9g5od7qf {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    flex-basis: 30%
}

@media all and (max-width:1024px) {
    .ben-container-9g5od7qf {
        flex-basis: 40%;
        padding-top: 1px;
        padding-right: 10px;
        padding-bottom: 1px;
        padding-left: 10px
    }
}

@media all and (max-width:767px) {
    .ben-container-9g5od7qf {
        flex-basis: 100%;
        margin-top: 24px;
        padding-top: 1px;
        padding-right: 24px;
        padding-bottom: 1px;
        padding-left: 24px
    }
}

:where(.ben-container-9g5od7qf) {
    position: relative
}

:where(.ben-container-9g5od7qf)>.ben-container-9g5od7qf--video-overlay,
:where(.ben-container-9g5od7qf)>.video-bg {
    z-index: -1
}

.ben-image-fdnny93r {
    object-fit: cover;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    height: 400px
}

@media screen and (max-width:1024px) {
    .ben-image-fdnny93r {
        height: 350px
    }
}

.ben-heading-mqdkcumz {
    margin-top: 24px;
    margin-bottom: 0;
    color: var(--color-204)
}

@media screen and (max-width:1024px) {
    .ben-heading-mqdkcumz {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .ben-heading-mqdkcumz {
        margin-top: 16px;
        margin-bottom: 0;
        text-align: center
    }
}

.ben-heading-mqdkcumz p {
    display: inline
}

:where([class*=ben-heading-mqdkcumz-wrapper]:not([class*=ben-heading-mqdkcumz-wrapper]*)) {
    margin-top: 24px;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    :where([class*=ben-heading-mqdkcumz-wrapper]:not([class*=ben-heading-mqdkcumz-wrapper]*)) {
        margin-top: 20px;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-mqdkcumz-wrapper]:not([class*=ben-heading-mqdkcumz-wrapper]*)) {
        margin-top: 16px;
        margin-bottom: 0
    }
}

.ben-heading-mqdkcumz.ben-heading-mqdkcumz.ben-heading-mqdkcumz {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    .ben-heading-mqdkcumz.ben-heading-mqdkcumz.ben-heading-mqdkcumz {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    .ben-heading-mqdkcumz.ben-heading-mqdkcumz.ben-heading-mqdkcumz {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-section-1754yuqw {
    background-color: var(--color-1);
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 150px;
    padding-right: 150px;
}

@media screen and (max-width:1024px) {
    .ben-section-1754yuqw {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (max-width:767px) {
    .ben-section-1754yuqw {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 24px;
        padding-right: 24px
    }
}

.ben-container-tnkk55g6 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1px;
    flex-basis: 100%;
    justify-content: center;
    gap: 30px
}

@media screen and (max-width:767px) {
    .ben-container-tnkk55g6 {
        gap: 0
    }
}

.ben-container-tnkk55g6 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1px;
    flex-basis: 100%;
    justify-content: center;
    gap: 30px
}

@media all and (max-width:767px) {
    .ben-container-tnkk55g6 {
        gap: 0
    }
}

.ben-container-mgw3u1mf.ben-container-mgw3u1mf {
    width: calc(50% - 15px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-mgw3u1mf.ben-container-mgw3u1mf {
        width: calc(50% - 15px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-mgw3u1mf.ben-container-mgw3u1mf {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

.ben-container-1h7sff2m.ben-container-1h7sff2m {
    width: calc(50% - 15px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-1h7sff2m.ben-container-1h7sff2m {
        width: calc(50% - 15px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-1h7sff2m.ben-container-1h7sff2m {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

.ben-container-tnkk55g6.ben-container-tnkk55g6 {
    margin-left: calc((100% - var(--max-width, 100%))/ 2 + 0px);
    margin-right: calc((100% - var(--max-width, 100%))/ 2 + 0px);
    width: calc(var(--max-width, 100%) - 0px - 0px)
}

@media all and (max-width:1024px) {
    .ben-container-tnkk55g6.ben-container-tnkk55g6 {
        margin-left: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        margin-right: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        width: calc(var(--max-width, 100%) - 0px - 0px)
    }
}

@media all and (max-width:767px) {
    .ben-container-tnkk55g6.ben-container-tnkk55g6 {
        margin-left: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        margin-right: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        width: calc(var(--max-width, 100%) - 0px - 0px)
    }
}

:where(.ben-container-tnkk55g6) {
    margin: 0 auto
}

:where(.ben-container-tnkk55g6) {
    position: relative
}

:where(.ben-container-tnkk55g6)>.ben-container-tnkk55g6--video-overlay,
:where(.ben-container-tnkk55g6)>.video-bg {
    z-index: -1
}

.ben-container-mgw3u1mf {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    flex-basis: 50%;
    align-items: flex-start
}

@media screen and (max-width:767px) {
    .ben-container-mgw3u1mf {
        flex-basis: 100%
    }
}

.ben-container-mgw3u1mf {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    flex-basis: 50%;
    align-items: flex-start
}

@media all and (max-width:767px) {
    .ben-container-mgw3u1mf {
        flex-basis: 100%
    }
}

:where(.ben-container-mgw3u1mf) {
    position: relative
}

:where(.ben-container-mgw3u1mf)>.ben-container-mgw3u1mf--video-overlay,
:where(.ben-container-mgw3u1mf)>.video-bg {
    z-index: -1
}

.ben-heading-nh6x84of {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--color-201)
}

@media screen and (max-width:767px) {
    .ben-heading-nh6x84of {
        margin-top: 0;
        margin-bottom: 16px
    }
}

.ben-heading-nh6x84of p {
    display: inline
}

:where([class*=ben-heading-nh6x84of-wrapper]:not([class*=ben-heading-nh6x84of-wrapper]*)) {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    :where([class*=ben-heading-nh6x84of-wrapper]:not([class*=ben-heading-nh6x84of-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-nh6x84of-wrapper]:not([class*=ben-heading-nh6x84of-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 16px
    }
}

.ben-heading-nh6x84of.ben-heading-nh6x84of.ben-heading-nh6x84of {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    .ben-heading-nh6x84of.ben-heading-nh6x84of.ben-heading-nh6x84of {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    .ben-heading-nh6x84of.ben-heading-nh6x84of.ben-heading-nh6x84of {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-container-1h7sff2m {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    flex-basis: 50%;
    align-items: flex-start
}

@media screen and (max-width:767px) {
    .ben-container-1h7sff2m {
        flex-basis: 100%
    }
}

.ben-container-1h7sff2m {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    flex-basis: 50%;
    align-items: flex-start
}

@media all and (max-width:767px) {
    .ben-container-1h7sff2m {
        flex-basis: 100%
    }
}

:where(.ben-container-1h7sff2m) {
    position: relative
}

:where(.ben-container-1h7sff2m)>.ben-container-1h7sff2m--video-overlay,
:where(.ben-container-1h7sff2m)>.video-bg {
    z-index: -1
}

.ben-text-j22vwarz {
    margin-top: 0;
    margin-bottom: 32px;
    color: var(--color-203)
}

@media screen and (max-width:1024px) {
    .ben-text-j22vwarz {
        margin-top: 0;
        margin-bottom: 24px
    }
}

.ben-button-jdhtyadb {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    justify-content: center;
    border-radius: 5px 5px 5px 5px;
    border-width: 0;
    background-color: var(--color-102);
    color: var(--color-1);
    font-weight: 500;
    flex-direction: row-reverse
}

.ben-button-jdhtyadb:hover {
    color: var(--color-2);
    background-color: var(--color-2)
}

.ben-button-jdhtyadb :is(.icon, .iconsvg) {
    margin-left: 6px;
    transition: null
}

.ben-button-jdhtyadb:hover :is(.icon, .iconsvg) {
    color: null
}

.ben-container-pba6e5r9 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1px;
    flex-basis: 100%;
    justify-content: center;
    margin-top: 56px;
    align-items: stretch;
    gap: 30px
}

@media screen and (max-width:1024px) {
    .ben-container-pba6e5r9 {
        margin-top: 48px;
        gap: 24px
    }
}

@media screen and (max-width:767px) {
    .ben-container-pba6e5r9 {
        margin-top: 32px
    }
}

.ben-container-pba6e5r9 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 1px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1px;
    flex-basis: 100%;
    justify-content: center;
    margin-top: 56px;
    align-items: stretch;
    gap: 30px
}

@media all and (max-width:1024px) {
    .ben-container-pba6e5r9 {
        margin-top: 48px;
        gap: 24px
    }
}

@media all and (max-width:767px) {
    .ben-container-pba6e5r9 {
        margin-top: 32px
    }
}

.ben-container-qvlq2q4c.ben-container-qvlq2q4c {
    width: calc(50% - 15px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-qvlq2q4c.ben-container-qvlq2q4c {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-qvlq2q4c.ben-container-qvlq2q4c {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

.ben-container-s5x84vmo.ben-container-s5x84vmo {
    width: calc(50% - 15px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-s5x84vmo.ben-container-s5x84vmo {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-s5x84vmo.ben-container-s5x84vmo {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

.ben-container-pba6e5r9.ben-container-pba6e5r9 {
    margin-left: calc((100% - var(--max-width, 100%))/ 2 + 0px);
    margin-right: calc((100% - var(--max-width, 100%))/ 2 + 0px);
    width: calc(var(--max-width, 100%) - 0px - 0px)
}

@media all and (max-width:1024px) {
    .ben-container-pba6e5r9.ben-container-pba6e5r9 {
        margin-left: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        margin-right: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        width: calc(var(--max-width, 100%) - 0px - 0px)
    }
}

@media all and (max-width:767px) {
    .ben-container-pba6e5r9.ben-container-pba6e5r9 {
        margin-left: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        margin-right: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        width: calc(var(--max-width, 100%) - 0px - 0px)
    }
}

:where(.ben-container-pba6e5r9) {
    margin: 0 auto
}

:where(.ben-container-pba6e5r9) {
    position: relative
}

:where(.ben-container-pba6e5r9)>.ben-container-pba6e5r9--video-overlay,
:where(.ben-container-pba6e5r9)>.video-bg {
    z-index: -1
}

.ben-container-qvlq2q4c {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    flex-basis: 50%;
    align-items: stretch;
    gap: 24px
}

@media screen and (max-width:1024px) {
    .ben-container-qvlq2q4c {
        flex-basis: 100%;
        flex-direction: row
    }
}

.ben-container-qvlq2q4c {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    flex-basis: 50%;
    align-items: stretch;
    gap: 24px
}

@media all and (max-width:1024px) {
    .ben-container-qvlq2q4c {
        flex-basis: 100%;
        flex-direction: row
    }
}

.ben-container-mz8cbi61.ben-container-mz8cbi61 {
    width: calc(100% - 0px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-mz8cbi61.ben-container-mz8cbi61 {
        width: calc(50% - 12px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-mz8cbi61.ben-container-mz8cbi61 {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

.ben-container-6yroshp6.ben-container-6yroshp6 {
    width: calc(100% - 0px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-6yroshp6.ben-container-6yroshp6 {
        width: calc(50% - 12px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-6yroshp6.ben-container-6yroshp6 {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

:where(.ben-container-qvlq2q4c) {
    position: relative
}

:where(.ben-container-qvlq2q4c)>.ben-container-qvlq2q4c--video-overlay,
:where(.ben-container-qvlq2q4c)>.video-bg {
    z-index: -1
}

.ben-container-mz8cbi61 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
    flex-basis: 100%;
    justify-content: flex-start;
    gap: 24px;
    background-color: var(--color-102);
    border-radius: 10px 10px 10px 10px
}

@media screen and (max-width:1024px) {
    .ben-container-mz8cbi61 {
        flex-basis: 50%
    }
}

@media screen and (max-width:767px) {
    .ben-container-mz8cbi61 {
        flex-basis: 100%
    }
}

.ben-container-mz8cbi61 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
    flex-basis: 100%;
    justify-content: flex-start;
    gap: 24px;
    background-color: var(--color-102);
    border-radius: 10px 10px 10px 10px
}

@media all and (max-width:1024px) {
    .ben-container-mz8cbi61 {
        flex-basis: 50%
    }
}

@media all and (max-width:767px) {
    .ben-container-mz8cbi61 {
        flex-basis: 100%
    }
}

.ben-container-21z0jj9c.ben-container-21z0jj9c {
    width: calc(62.5% - 12px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-21z0jj9c.ben-container-21z0jj9c {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-21z0jj9c.ben-container-21z0jj9c {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

.ben-container-3t8h3pvy.ben-container-3t8h3pvy {
    width: calc(37.5% - 12px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-3t8h3pvy.ben-container-3t8h3pvy {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-3t8h3pvy.ben-container-3t8h3pvy {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

:where(.ben-container-mz8cbi61) {
    position: relative
}

:where(.ben-container-mz8cbi61)>.ben-container-mz8cbi61--video-overlay,
:where(.ben-container-mz8cbi61)>.video-bg {
    z-index: -1
}

.ben-container-21z0jj9c {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    flex-basis: 62.5%;
    align-items: stretch
}

@media screen and (max-width:1024px) {
    .ben-container-21z0jj9c {
        padding-top: 0;
        padding-bottom: 0;
        flex-basis: 100%
    }
}

.ben-container-21z0jj9c {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    flex-basis: 62.5%;
    align-items: stretch
}

@media all and (max-width:1024px) {
    .ben-container-21z0jj9c {
        padding-top: 0;
        padding-bottom: 0;
        flex-basis: 100%
    }
}

:where(.ben-container-21z0jj9c) {
    position: relative
}

:where(.ben-container-21z0jj9c)>.ben-container-21z0jj9c--video-overlay,
:where(.ben-container-21z0jj9c)>.video-bg {
    z-index: -1
}

.ben-heading-70anid49 {
    margin-top: 0;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .ben-heading-70anid49 {
        margin-top: 0;
        margin-bottom: 16px
    }
}

.ben-heading-70anid49 p {
    display: inline
}

:where([class*=ben-heading-70anid49-wrapper]:not([class*=ben-heading-70anid49-wrapper]*)) {
    margin-top: 0;
    margin-bottom: 20px
}

@media all and (max-width:1024px) {
    :where([class*=ben-heading-70anid49-wrapper]:not([class*=ben-heading-70anid49-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-70anid49-wrapper]:not([class*=ben-heading-70anid49-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 16px
    }
}

.ben-heading-70anid49.ben-heading-70anid49.ben-heading-70anid49 {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    .ben-heading-70anid49.ben-heading-70anid49.ben-heading-70anid49 {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    .ben-heading-70anid49.ben-heading-70anid49.ben-heading-70anid49 {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-text-o35iuwj1 {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--color-205)
}

.ben-button-77iuoouo {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    justify-content: center;
    border-radius: 5px 5px 5px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-2);
    color: var(--color-1);
    margin-top: 32px;
    font-weight: 500;
    flex-direction: row-reverse
}

.ben-button-77iuoouo:hover {
    color: #fff;
    background-color: var(--color-2);
    border-style: solid;
    border-color: var(--color-1)
}

@media screen and (max-width:767px) {
    .ben-button-77iuoouo {
        margin-top: 24px
    }
}

.ben-button-77iuoouo :is(.icon, .iconsvg) {
    margin-left: 5px;
    transition: null
}

.ben-button-77iuoouo:hover :is(.icon, .iconsvg) {
    color: null
}

:where([class*=ben-button-77iuoouo-wrapper]:not([class*=ben-button-77iuoouo-wrapper]*)) {
    margin-top: 32px
}

@media all and (max-width:1024px) {
    :where([class*=ben-button-77iuoouo-wrapper]:not([class*=ben-button-77iuoouo-wrapper]*)) {
        margin-top: 32px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-button-77iuoouo-wrapper]:not([class*=ben-button-77iuoouo-wrapper]*)) {
        margin-top: 24px
    }
}

.ben-button-77iuoouo.ben-button-77iuoouo.ben-button-77iuoouo {
    margin-top: 0
}

@media all and (max-width:1024px) {
    .ben-button-77iuoouo.ben-button-77iuoouo.ben-button-77iuoouo {
        margin-top: 0
    }
}

@media all and (max-width:767px) {
    .ben-button-77iuoouo.ben-button-77iuoouo.ben-button-77iuoouo {
        margin-top: 0
    }
}

.ben-container-3t8h3pvy {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    flex-basis: 37.5%;
    align-items: stretch
}

@media screen and (max-width:1024px) {
    .ben-container-3t8h3pvy {
        padding-top: 0;
        padding-bottom: 0;
        flex-basis: 100%
    }
}

.ben-container-3t8h3pvy {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    flex-basis: 37.5%;
    align-items: stretch
}

@media all and (max-width:1024px) {
    .ben-container-3t8h3pvy {
        padding-top: 0;
        padding-bottom: 0;
        flex-basis: 100%
    }
}

:where(.ben-container-3t8h3pvy) {
    position: relative
}

:where(.ben-container-3t8h3pvy)>.ben-container-3t8h3pvy--video-overlay,
:where(.ben-container-3t8h3pvy)>.video-bg {
    z-index: -1
}

.ben-image-0woytpe3 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 10px 10px
}

.ben-container-6yroshp6 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
    flex-basis: 100%;
    justify-content: flex-start;
    gap: 24px;
    background-color: var(--color-102);
    border-radius: 10px 10px 10px 10px
}

@media screen and (max-width:1024px) {
    .ben-container-6yroshp6 {
        flex-basis: 50%
    }
}

@media screen and (max-width:767px) {
    .ben-container-6yroshp6 {
        flex-basis: 100%
    }
}

.ben-container-6yroshp6 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
    flex-basis: 100%;
    justify-content: flex-start;
    gap: 24px;
    background-color: var(--color-102);
    border-radius: 10px 10px 10px 10px
}

@media all and (max-width:1024px) {
    .ben-container-6yroshp6 {
        flex-basis: 50%
    }
}

@media all and (max-width:767px) {
    .ben-container-6yroshp6 {
        flex-basis: 100%
    }
}

.ben-container-0jxt6pi0.ben-container-0jxt6pi0 {
    width: calc(62.5% - 12px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-0jxt6pi0.ben-container-0jxt6pi0 {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-0jxt6pi0.ben-container-0jxt6pi0 {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

.ben-container-h5mpyiyu.ben-container-h5mpyiyu {
    width: calc(37.5% - 12px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-h5mpyiyu.ben-container-h5mpyiyu {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-h5mpyiyu.ben-container-h5mpyiyu {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

:where(.ben-container-6yroshp6) {
    position: relative
}

:where(.ben-container-6yroshp6)>.ben-container-6yroshp6--video-overlay,
:where(.ben-container-6yroshp6)>.video-bg {
    z-index: -1
}

.ben-container-0jxt6pi0 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    flex-basis: 62.5%;
    align-items: stretch
}

@media screen and (max-width:1024px) {
    .ben-container-0jxt6pi0 {
        padding-top: 0;
        padding-bottom: 0;
        flex-basis: 100%
    }
}

.ben-container-0jxt6pi0 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    flex-basis: 62.5%;
    align-items: stretch
}

@media all and (max-width:1024px) {
    .ben-container-0jxt6pi0 {
        padding-top: 0;
        padding-bottom: 0;
        flex-basis: 100%
    }
}

:where(.ben-container-0jxt6pi0) {
    position: relative
}

:where(.ben-container-0jxt6pi0)>.ben-container-0jxt6pi0--video-overlay,
:where(.ben-container-0jxt6pi0)>.video-bg {
    z-index: -1
}

.ben-heading-jjjcxb4i {
    margin-top: 0;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .ben-heading-jjjcxb4i {
        margin-top: 0;
        margin-bottom: 16px
    }
}

.ben-heading-jjjcxb4i p {
    display: inline
}

:where([class*=ben-heading-jjjcxb4i-wrapper]:not([class*=ben-heading-jjjcxb4i-wrapper]*)) {
    margin-top: 0;
    margin-bottom: 20px
}

@media all and (max-width:1024px) {
    :where([class*=ben-heading-jjjcxb4i-wrapper]:not([class*=ben-heading-jjjcxb4i-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-jjjcxb4i-wrapper]:not([class*=ben-heading-jjjcxb4i-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 16px
    }
}

.ben-heading-jjjcxb4i.ben-heading-jjjcxb4i.ben-heading-jjjcxb4i {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    .ben-heading-jjjcxb4i.ben-heading-jjjcxb4i.ben-heading-jjjcxb4i {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    .ben-heading-jjjcxb4i.ben-heading-jjjcxb4i.ben-heading-jjjcxb4i {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-text-iekwq0c3 {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--color-205)
}

.ben-button-7zb3ekhc {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    justify-content: center;
    border-radius: 5px 5px 5px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-2);
    color: var(--color-1);
    margin-top: 32px;
    font-weight: 500;
    flex-direction: row-reverse
}

.ben-button-7zb3ekhc:hover {
    color: #fff;
    background-color: var(--color-2);
    border-style: solid;
    border-color: var(--color-1)
}

@media screen and (max-width:767px) {
    .ben-button-7zb3ekhc {
        margin-top: 24px
    }
}

.ben-button-7zb3ekhc :is(.icon, .iconsvg) {
    margin-left: 5px;
    transition: null
}

.ben-button-7zb3ekhc:hover :is(.icon, .iconsvg) {
    color: null
}

:where([class*=ben-button-7zb3ekhc-wrapper]:not([class*=ben-button-7zb3ekhc-wrapper]*)) {
    margin-top: 32px
}

@media all and (max-width:1024px) {
    :where([class*=ben-button-7zb3ekhc-wrapper]:not([class*=ben-button-7zb3ekhc-wrapper]*)) {
        margin-top: 32px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-button-7zb3ekhc-wrapper]:not([class*=ben-button-7zb3ekhc-wrapper]*)) {
        margin-top: 24px
    }
}

.ben-button-7zb3ekhc.ben-button-7zb3ekhc.ben-button-7zb3ekhc {
    margin-top: 0
}

@media all and (max-width:1024px) {
    .ben-button-7zb3ekhc.ben-button-7zb3ekhc.ben-button-7zb3ekhc {
        margin-top: 0
    }
}

@media all and (max-width:767px) {
    .ben-button-7zb3ekhc.ben-button-7zb3ekhc.ben-button-7zb3ekhc {
        margin-top: 0
    }
}

.ben-container-h5mpyiyu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    flex-basis: 37.5%;
    align-items: stretch
}

@media screen and (max-width:1024px) {
    .ben-container-h5mpyiyu {
        flex-basis: 100%
    }
}

.ben-container-h5mpyiyu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    flex-basis: 37.5%;
    align-items: stretch
}

@media all and (max-width:1024px) {
    .ben-container-h5mpyiyu {
        flex-basis: 100%
    }
}

:where(.ben-container-h5mpyiyu) {
    position: relative
}

:where(.ben-container-h5mpyiyu)>.ben-container-h5mpyiyu--video-overlay,
:where(.ben-container-h5mpyiyu)>.video-bg {
    z-index: -1
}

.ben-image-yi3m5ncp {
    object-fit: cover;
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 10px 10px
}

.ben-container-s5x84vmo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
    flex-basis: 50%;
    justify-content: flex-start;
    background-color: var(--color-102);
    border-radius: 10px 10px 10px 10px;
    align-items: flex-start
}

@media screen and (max-width:1024px) {
    .ben-container-s5x84vmo {
        flex-basis: 100%
    }
}

.ben-container-s5x84vmo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
    flex-basis: 50%;
    justify-content: flex-start;
    background-color: var(--color-102);
    border-radius: 10px 10px 10px 10px;
    align-items: flex-start
}

@media all and (max-width:1024px) {
    .ben-container-s5x84vmo {
        flex-basis: 100%
    }
}

:where(.ben-container-s5x84vmo) {
    position: relative
}

:where(.ben-container-s5x84vmo)>.ben-container-s5x84vmo--video-overlay,
:where(.ben-container-s5x84vmo)>.video-bg {
    z-index: -1
}

.ben-heading-djndvtvp {
    margin-top: 0;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .ben-heading-djndvtvp {
        margin-top: 0;
        margin-bottom: 16px
    }
}

.ben-heading-djndvtvp p {
    display: inline
}

:where([class*=ben-heading-djndvtvp-wrapper]:not([class*=ben-heading-djndvtvp-wrapper]*)) {
    margin-top: 0;
    margin-bottom: 20px
}

@media all and (max-width:1024px) {
    :where([class*=ben-heading-djndvtvp-wrapper]:not([class*=ben-heading-djndvtvp-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-djndvtvp-wrapper]:not([class*=ben-heading-djndvtvp-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 16px
    }
}

.ben-heading-djndvtvp.ben-heading-djndvtvp.ben-heading-djndvtvp {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    .ben-heading-djndvtvp.ben-heading-djndvtvp.ben-heading-djndvtvp {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    .ben-heading-djndvtvp.ben-heading-djndvtvp.ben-heading-djndvtvp {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-text-r55i7ppn {
    margin-top: 0;
    margin-bottom: 0
}

.ben-button-3jraowr6 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    justify-content: center;
    border-radius: 5px 5px 5px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-2);
    color: var(--color-1);
    margin-top: 24px;
    font-weight: 500;
    flex-direction: row-reverse
}

.ben-button-3jraowr6:hover {
    color: #fff;
    background-color: var(--color-2);
    border-style: solid;
    border-color: var(--color-1)
}

.ben-button-3jraowr6 :is(.icon, .iconsvg) {
    margin-left: 5px;
    transition: null
}

.ben-button-3jraowr6:hover :is(.icon, .iconsvg) {
    color: null
}

:where([class*=ben-button-3jraowr6-wrapper]:not([class*=ben-button-3jraowr6-wrapper]*)) {
    margin-top: 24px
}

@media all and (max-width:1024px) {
    :where([class*=ben-button-3jraowr6-wrapper]:not([class*=ben-button-3jraowr6-wrapper]*)) {
        margin-top: 24px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-button-3jraowr6-wrapper]:not([class*=ben-button-3jraowr6-wrapper]*)) {
        margin-top: 24px
    }
}

.ben-button-3jraowr6.ben-button-3jraowr6.ben-button-3jraowr6 {
    margin-top: 0
}

@media all and (max-width:1024px) {
    .ben-button-3jraowr6.ben-button-3jraowr6.ben-button-3jraowr6 {
        margin-top: 0
    }
}

@media all and (max-width:767px) {
    .ben-button-3jraowr6.ben-button-3jraowr6.ben-button-3jraowr6 {
        margin-top: 0
    }
}

.ben-image-ua5a3z46 {
    object-fit: cover;
    margin-top: 32px;
    border-radius: 10px 10px 10px 10px;
    width: 1e3px;
    height: 254px
}

@media screen and (max-width:1024px) {
    .ben-image-ua5a3z46 {
        width: 1e3px;
        height: 300px
    }
}

@media screen and (max-width:767px) {
    .ben-image-ua5a3z46 {
        width: 100%;
        height: 200px;
        margin-top: 24px
    }
}

:where([class*=ben-image-ua5a3z46-wrapper]:not([class*=ben-image-ua5a3z46-wrapper]*)) {
    margin-top: 32px
}

@media all and (max-width:1024px) {
    :where([class*=ben-image-ua5a3z46-wrapper]:not([class*=ben-image-ua5a3z46-wrapper]*)) {
        margin-top: 32px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-image-ua5a3z46-wrapper]:not([class*=ben-image-ua5a3z46-wrapper]*)) {
        margin-top: 24px
    }
}

.ben-image-ua5a3z46.ben-image-ua5a3z46.ben-image-ua5a3z46 {
    margin-top: 0
}

@media all and (max-width:1024px) {
    .ben-image-ua5a3z46.ben-image-ua5a3z46.ben-image-ua5a3z46 {
        margin-top: 0
    }
}

@media all and (max-width:767px) {
    .ben-image-ua5a3z46.ben-image-ua5a3z46.ben-image-ua5a3z46 {
        margin-top: 0
    }
}

.ben-section-ergf2bu7 {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 150px;
    padding-right: 150px;
    background-color: var(--color-102)
}

@media screen and (max-width:1024px) {
    .ben-section-ergf2bu7 {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (max-width:767px) {
    .ben-section-ergf2bu7 {
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 24px;
        padding-right: 24px
    }
}

.ben-container-k670ms1h {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 1px;
    padding-bottom: 0;
    flex-basis: 100%;
    justify-content: flex-start;
    gap: 60px
}

@media screen and (max-width:1024px) {
    .ben-container-k670ms1h {
        gap: 0
    }
}

.ben-container-k670ms1h {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 1px;
    padding-bottom: 0;
    flex-basis: 100%;
    justify-content: flex-start;
    gap: 60px
}

@media all and (max-width:1024px) {
    .ben-container-k670ms1h {
        gap: 0
    }
}

.ben-container-gx8nou4x.ben-container-gx8nou4x {
    width: calc(40% - 30px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-gx8nou4x.ben-container-gx8nou4x {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-gx8nou4x.ben-container-gx8nou4x {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

.ben-container-k55yhpkn.ben-container-k55yhpkn {
    width: calc(60% - 30px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-k55yhpkn.ben-container-k55yhpkn {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-k55yhpkn.ben-container-k55yhpkn {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

.ben-container-k670ms1h.ben-container-k670ms1h {
    margin-left: calc((100% - var(--max-width, 100%))/ 2 + 0px);
    margin-right: calc((100% - var(--max-width, 100%))/ 2 + 0px);
    width: calc(var(--max-width, 100%) - 0px - 0px)
}

@media all and (max-width:1024px) {
    .ben-container-k670ms1h.ben-container-k670ms1h {
        margin-left: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        margin-right: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        width: calc(var(--max-width, 100%) - 0px - 0px)
    }
}

@media all and (max-width:767px) {
    .ben-container-k670ms1h.ben-container-k670ms1h {
        margin-left: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        margin-right: calc((100% - var(--max-width, 100%))/ 2 + 0px);
        width: calc(var(--max-width, 100%) - 0px - 0px)
    }
}

:where(.ben-container-k670ms1h) {
    margin: 0 auto
}

:where(.ben-container-k670ms1h) {
    position: relative
}

:where(.ben-container-k670ms1h)>.ben-container-k670ms1h--video-overlay,
:where(.ben-container-k670ms1h)>.video-bg {
    z-index: -1
}

.ben-container-gx8nou4x {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    flex-basis: 40%;
    align-items: stretch;
    border-radius: 0;
    border-style: solid;
    border-right-width: 0;
    justify-content: flex-start
}

@media screen and (max-width:1024px) {
    .ben-container-gx8nou4x {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        flex-basis: 100%
    }
}

@media screen and (max-width:767px) {
    .ben-container-gx8nou4x {
        flex-basis: 100%;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.ben-container-gx8nou4x {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    flex-basis: 40%;
    align-items: stretch;
    border-radius: 0;
    border-style: solid;
    border-right-width: 0;
    justify-content: flex-start
}

@media all and (max-width:1024px) {
    .ben-container-gx8nou4x {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        flex-basis: 100%
    }
}

@media all and (max-width:767px) {
    .ben-container-gx8nou4x {
        flex-basis: 100%;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }
}

:where(.ben-container-gx8nou4x) {
    position: relative
}

:where(.ben-container-gx8nou4x)>.ben-container-gx8nou4x--video-overlay,
:where(.ben-container-gx8nou4x)>.video-bg {
    z-index: -1
}

.ben-heading-0j3lwsah {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--color-204);
    line-height: 1.1
}

.ben-heading-0j3lwsah p {
    display: inline
}

:where([class*=ben-heading-0j3lwsah-wrapper]:not([class*=ben-heading-0j3lwsah-wrapper]*)) {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    :where([class*=ben-heading-0j3lwsah-wrapper]:not([class*=ben-heading-0j3lwsah-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-0j3lwsah-wrapper]:not([class*=ben-heading-0j3lwsah-wrapper]*)) {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-heading-0j3lwsah.ben-heading-0j3lwsah.ben-heading-0j3lwsah {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    .ben-heading-0j3lwsah.ben-heading-0j3lwsah.ben-heading-0j3lwsah {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    .ben-heading-0j3lwsah.ben-heading-0j3lwsah.ben-heading-0j3lwsah {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-text-fjhon2cy {
    margin-top: 20px;
    margin-bottom: 0;
    color: var(--color-205);
    font-size: 18px
}

.ben-button-m690taq3 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    justify-content: center;
    border-radius: 5px 5px 5px 5px;
    border-width: 0;
    background-color: var(--color-1);
    color: var(--color-201);
    font-weight: 500;
    margin-top: 32px
}

.ben-button-m690taq3:hover {
    color: var(--color-201);
    background-color: var(--color-2)
}

.ben-button-m690taq3-wrapper {
    text-align: left
}

@media screen and (max-width:1024px) {
    .ben-button-m690taq3 {
        margin-top: 20px
    }
}

@media screen and (max-width:767px) {
    .ben-button-m690taq3 {
        margin-top: 20px
    }
}

.ben-button-m690taq3 :is(.icon, .iconsvg) {
    transition: null
}

.ben-button-m690taq3:hover :is(.icon, .iconsvg) {
    color: null
}

:where([class*=ben-button-m690taq3-wrapper]:not([class*=ben-button-m690taq3-wrapper]*)) {
    margin-top: 32px
}

@media all and (max-width:1024px) {
    :where([class*=ben-button-m690taq3-wrapper]:not([class*=ben-button-m690taq3-wrapper]*)) {
        margin-top: 20px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-button-m690taq3-wrapper]:not([class*=ben-button-m690taq3-wrapper]*)) {
        margin-top: 20px
    }
}

.ben-button-m690taq3.ben-button-m690taq3.ben-button-m690taq3 {
    margin-top: 0
}

@media all and (max-width:1024px) {
    .ben-button-m690taq3.ben-button-m690taq3.ben-button-m690taq3 {
        margin-top: 0
    }
}

@media all and (max-width:767px) {
    .ben-button-m690taq3.ben-button-m690taq3.ben-button-m690taq3 {
        margin-top: 0
    }
}

.ben-container-k55yhpkn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 1px;
    padding-bottom: 0;
    padding-left: 0;
    flex-basis: 60%;
    align-items: stretch;
    gap: 20px;
    justify-content: center
}

@media screen and (max-width:1024px) {
    .ben-container-k55yhpkn {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        flex-basis: 100%;
        margin-top: 48px
    }
}

@media screen and (max-width:767px) {
    .ben-container-k55yhpkn {
        flex-basis: 100%;
        margin-top: 32px;
        padding-top: 10px;
        padding-bottom: 0;
        padding-left: 0
    }
}

.ben-container-k55yhpkn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 1px;
    padding-bottom: 0;
    padding-left: 0;
    flex-basis: 60%;
    align-items: stretch;
    gap: 20px;
    justify-content: center
}

@media all and (max-width:1024px) {
    .ben-container-k55yhpkn {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        flex-basis: 100%;
        margin-top: 48px
    }
}

@media all and (max-width:767px) {
    .ben-container-k55yhpkn {
        flex-basis: 100%;
        margin-top: 32px;
        padding-top: 10px;
        padding-bottom: 0;
        padding-left: 0
    }
}

.ben-container-ts3f9gqb.ben-container-ts3f9gqb {
    width: calc(50% - 10px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-ts3f9gqb.ben-container-ts3f9gqb {
        width: calc(50% - 10px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-ts3f9gqb.ben-container-ts3f9gqb {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

.ben-container-we8fb83t.ben-container-we8fb83t {
    width: calc(50% - 10px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-we8fb83t.ben-container-we8fb83t {
        width: calc(50% - 10px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-we8fb83t.ben-container-we8fb83t {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

.ben-container-qhki1vv0.ben-container-qhki1vv0 {
    width: calc(50% - 10px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-qhki1vv0.ben-container-qhki1vv0 {
        width: calc(50% - 10px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-qhki1vv0.ben-container-qhki1vv0 {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

.ben-container-au1jf2ru.ben-container-au1jf2ru {
    width: calc(50% - 10px);
    flex-basis: auto
}

@media all and (max-width:1024px) {
    .ben-container-au1jf2ru.ben-container-au1jf2ru {
        width: calc(50% - 10px);
        flex-basis: auto
    }
}

@media all and (max-width:767px) {
    .ben-container-au1jf2ru.ben-container-au1jf2ru {
        width: calc(100% - 0px);
        flex-basis: auto
    }
}

:where(.ben-container-k55yhpkn) {
    position: relative
}

:where(.ben-container-k55yhpkn)>.ben-container-k55yhpkn--video-overlay,
:where(.ben-container-k55yhpkn)>.video-bg {
    z-index: -1
}

.ben-container-ts3f9gqb {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    flex-basis: 50%;
    align-items: stretch;
    gap: 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--color-2);
    border-radius: 10px 10px 10px 10px;
    background-color: var(--color-101)
}

@media screen and (max-width:767px) {
    .ben-container-ts3f9gqb {
        flex-basis: 100%
    }
}

.ben-container-ts3f9gqb {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    flex-basis: 50%;
    align-items: stretch;
    gap: 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--color-2);
    border-radius: 10px 10px 10px 10px;
    background-color: var(--color-101)
}

@media all and (max-width:767px) {
    .ben-container-ts3f9gqb {
        flex-basis: 100%
    }
}

:where(.ben-container-ts3f9gqb) {
    position: relative
}

:where(.ben-container-ts3f9gqb)>.ben-container-ts3f9gqb--video-overlay,
:where(.ben-container-ts3f9gqb)>.video-bg {
    z-index: -1
}

.ben-icon-keq8xo2a :is(.icon, .iconsvg) {
    font-size: 30px;
    color: var(--color-204);
    line-height: 1em
}

.ben-heading-z8gea4r6 {
    margin-top: 24px;
    margin-bottom: 16px;
    color: var(--color-204)
}

.ben-heading-z8gea4r6 p {
    display: inline
}

:where([class*=ben-heading-z8gea4r6-wrapper]:not([class*=ben-heading-z8gea4r6-wrapper]*)) {
    margin-top: 24px;
    margin-bottom: 16px
}

@media all and (max-width:1024px) {
    :where([class*=ben-heading-z8gea4r6-wrapper]:not([class*=ben-heading-z8gea4r6-wrapper]*)) {
        margin-top: 24px;
        margin-bottom: 16px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-z8gea4r6-wrapper]:not([class*=ben-heading-z8gea4r6-wrapper]*)) {
        margin-top: 24px;
        margin-bottom: 16px
    }
}

.ben-heading-z8gea4r6.ben-heading-z8gea4r6.ben-heading-z8gea4r6 {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    .ben-heading-z8gea4r6.ben-heading-z8gea4r6.ben-heading-z8gea4r6 {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    .ben-heading-z8gea4r6.ben-heading-z8gea4r6.ben-heading-z8gea4r6 {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-text-w2e4iqdk {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--color-205);
    font-size: 18px
}

@media screen and (max-width:1024px) {
    .ben-text-w2e4iqdk {
        font-size: 16px
    }
}

.ben-container-we8fb83t {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    flex-basis: 50%;
    align-items: stretch;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--color-2);
    border-radius: 10px 10px 10px 10px;
    background-color: var(--color-101)
}

@media screen and (max-width:767px) {
    .ben-container-we8fb83t {
        flex-basis: 100%
    }
}

.ben-container-we8fb83t {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    flex-basis: 50%;
    align-items: stretch;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--color-2);
    border-radius: 10px 10px 10px 10px;
    background-color: var(--color-101)
}

@media all and (max-width:767px) {
    .ben-container-we8fb83t {
        flex-basis: 100%
    }
}

:where(.ben-container-we8fb83t) {
    position: relative
}

:where(.ben-container-we8fb83t)>.ben-container-we8fb83t--video-overlay,
:where(.ben-container-we8fb83t)>.video-bg {
    z-index: -1
}

.ben-icon-vrlgszew :is(.icon, .iconsvg) {
    font-size: 30px;
    color: var(--color-204);
    line-height: 1em
}

.ben-heading-c12yr49u {
    margin-top: 24px;
    margin-bottom: 16px;
    color: var(--color-204)
}

.ben-heading-c12yr49u p {
    display: inline
}

:where([class*=ben-heading-c12yr49u-wrapper]:not([class*=ben-heading-c12yr49u-wrapper]*)) {
    margin-top: 24px;
    margin-bottom: 16px
}

@media all and (max-width:1024px) {
    :where([class*=ben-heading-c12yr49u-wrapper]:not([class*=ben-heading-c12yr49u-wrapper]*)) {
        margin-top: 24px;
        margin-bottom: 16px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-c12yr49u-wrapper]:not([class*=ben-heading-c12yr49u-wrapper]*)) {
        margin-top: 24px;
        margin-bottom: 16px
    }
}

.ben-heading-c12yr49u.ben-heading-c12yr49u.ben-heading-c12yr49u {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    .ben-heading-c12yr49u.ben-heading-c12yr49u.ben-heading-c12yr49u {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    .ben-heading-c12yr49u.ben-heading-c12yr49u.ben-heading-c12yr49u {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-text-4f4qf1p4 {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--color-205);
    font-size: 18px
}

@media screen and (max-width:1024px) {
    .ben-text-4f4qf1p4 {
        font-size: 16px
    }
}

.ben-container-qhki1vv0 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    flex-basis: 50%;
    align-items: stretch;
    margin-top: 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--color-2);
    border-radius: 10px 10px 10px 10px;
    background-color: var(--color-101)
}

@media screen and (max-width:767px) {
    .ben-container-qhki1vv0 {
        flex-basis: 100%
    }
}

.ben-container-qhki1vv0 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    flex-basis: 50%;
    align-items: stretch;
    margin-top: 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--color-2);
    border-radius: 10px 10px 10px 10px;
    background-color: var(--color-101)
}

@media all and (max-width:767px) {
    .ben-container-qhki1vv0 {
        flex-basis: 100%
    }
}

:where(.ben-container-qhki1vv0) {
    position: relative
}

:where(.ben-container-qhki1vv0)>.ben-container-qhki1vv0--video-overlay,
:where(.ben-container-qhki1vv0)>.video-bg {
    z-index: -1
}

.ben-icon-5q609om7 :is(.icon, .iconsvg) {
    font-size: 30px;
    color: var(--color-204);
    line-height: 1em
}

.ben-heading-6rv8spez {
    margin-top: 24px;
    margin-bottom: 16px;
    color: var(--color-204)
}

.ben-heading-6rv8spez p {
    display: inline
}

:where([class*=ben-heading-6rv8spez-wrapper]:not([class*=ben-heading-6rv8spez-wrapper]*)) {
    margin-top: 24px;
    margin-bottom: 16px
}

@media all and (max-width:1024px) {
    :where([class*=ben-heading-6rv8spez-wrapper]:not([class*=ben-heading-6rv8spez-wrapper]*)) {
        margin-top: 24px;
        margin-bottom: 16px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-6rv8spez-wrapper]:not([class*=ben-heading-6rv8spez-wrapper]*)) {
        margin-top: 24px;
        margin-bottom: 16px
    }
}

.ben-heading-6rv8spez.ben-heading-6rv8spez.ben-heading-6rv8spez {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    .ben-heading-6rv8spez.ben-heading-6rv8spez.ben-heading-6rv8spez {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    .ben-heading-6rv8spez.ben-heading-6rv8spez.ben-heading-6rv8spez {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-text-2v5nsq7h {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--color-205);
    font-size: 18px
}

@media screen and (max-width:1024px) {
    .ben-text-2v5nsq7h {
        font-size: 16px
    }
}

.ben-container-au1jf2ru {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    flex-basis: 50%;
    align-items: stretch;
    margin-top: 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--color-2);
    border-radius: 10px 10px 10px 10px;
    background-color: var(--color-101)
}

@media screen and (max-width:767px) {
    .ben-container-au1jf2ru {
        flex-basis: 100%
    }
}

.ben-container-au1jf2ru {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    flex-basis: 50%;
    align-items: stretch;
    margin-top: 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--color-2);
    border-radius: 10px 10px 10px 10px;
    background-color: var(--color-101)
}

@media all and (max-width:767px) {
    .ben-container-au1jf2ru {
        flex-basis: 100%
    }
}

:where(.ben-container-au1jf2ru) {
    position: relative
}

:where(.ben-container-au1jf2ru)>.ben-container-au1jf2ru--video-overlay,
:where(.ben-container-au1jf2ru)>.video-bg {
    z-index: -1
}

.ben-icon-ae15cgdr :is(.icon, .iconsvg) {
    font-size: 30px;
    color: var(--color-204);
    line-height: 1em
}

.ben-heading-8gzkureu {
    margin-top: 24px;
    margin-bottom: 16px;
    color: var(--color-204)
}

.ben-heading-8gzkureu p {
    display: inline
}

:where([class*=ben-heading-8gzkureu-wrapper]:not([class*=ben-heading-8gzkureu-wrapper]*)) {
    margin-top: 24px;
    margin-bottom: 16px
}

@media all and (max-width:1024px) {
    :where([class*=ben-heading-8gzkureu-wrapper]:not([class*=ben-heading-8gzkureu-wrapper]*)) {
        margin-top: 24px;
        margin-bottom: 16px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-8gzkureu-wrapper]:not([class*=ben-heading-8gzkureu-wrapper]*)) {
        margin-top: 24px;
        margin-bottom: 16px
    }
}

.ben-heading-8gzkureu.ben-heading-8gzkureu.ben-heading-8gzkureu {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    .ben-heading-8gzkureu.ben-heading-8gzkureu.ben-heading-8gzkureu {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    .ben-heading-8gzkureu.ben-heading-8gzkureu.ben-heading-8gzkureu {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-text-mt7jycxs {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--color-205);
    font-size: 18px
}

@media screen and (max-width:1024px) {
    .ben-text-mt7jycxs {
        font-size: 16px
    }
}

.ben-section-tvap81g4 {
    padding-top: 100px;
    padding-bottom: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

@media screen and (max-width:1024px) {
    .ben-section-tvap81g4 {
        padding-top: 60px;
        padding-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .ben-section-tvap81g4 {
        padding-top: 40px;
        padding-bottom: 0
    }
}

.ben-row-rgikw722 {
    --nav-padding: 15px
}

[class*=close-btn-] {
    display: none
}

.ben-column-2fc1v4nz {
    justify-content: left;
    border-radius: 0;
    padding-right: 60px
}

@media screen and (max-width:1024px) {
    .ben-column-2fc1v4nz {
        padding-left: 0;
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 0px;
        text-align: left
    }
}

@media screen and (max-width:767px) {
    .ben-column-2fc1v4nz {
        padding-left: 0;
        padding-right: 0
    }
}

.ben-column-2fc1v4nz {
    display: flex;
    flex-direction: column
}

.ben-icon-9d9mwn3w :is(.icon, .iconsvg) {
    font-size: 40px;
    color: var(--color-1);
    line-height: 1em
}

.ben-text-6oe635eh {
    text-align: justify;
    margin-top: 24px;
    color: #1c242a
}

@media screen and (max-width:1024px) {
    .ben-text-6oe635eh {
        margin-top: 20px
    }
}

.ben-heading-ah5sjcpb {
    margin-top: 10px;
    margin-bottom: 5px;
    color: var(--color-204)
}

@media screen and (max-width:1024px) {
    .ben-heading-ah5sjcpb {
        margin-top: 20px;
        margin-bottom: 5px
    }
}

.ben-heading-ah5sjcpb p {
    display: inline
}

:where([class*=ben-heading-ah5sjcpb-wrapper]:not([class*=ben-heading-ah5sjcpb-wrapper]*)) {
    margin-top: 10px;
    margin-bottom: 5px
}

@media all and (max-width:1024px) {
    :where([class*=ben-heading-ah5sjcpb-wrapper]:not([class*=ben-heading-ah5sjcpb-wrapper]*)) {
        margin-top: 20px;
        margin-bottom: 5px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-ah5sjcpb-wrapper]:not([class*=ben-heading-ah5sjcpb-wrapper]*)) {
        margin-top: 20px;
        margin-bottom: 5px
    }
}

.ben-heading-ah5sjcpb.ben-heading-ah5sjcpb.ben-heading-ah5sjcpb {
    margin-top: 0;
    margin-bottom: 0
}

@media all and (max-width:1024px) {
    .ben-heading-ah5sjcpb.ben-heading-ah5sjcpb.ben-heading-ah5sjcpb {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media all and (max-width:767px) {
    .ben-heading-ah5sjcpb.ben-heading-ah5sjcpb.ben-heading-ah5sjcpb {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-text-a9apg48n {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--color-205)
}

@media screen and (max-width:1024px) {
    .ben-text-a9apg48n {
        margin-top: 0;
        margin-bottom: 0
    }
}

.ben-column-cez98dtl {
    justify-content: flex-end
}

@media screen and (max-width:1024px) {
    .ben-column-cez98dtl {
        text-align: center
    }
}

.ben-column-cez98dtl {
    display: flex;
    flex-direction: column
}

.ben-image-wfqsptp9 {
    margin-left: -15px;
    filter: grayscale(0) sepia(0) blur(0) brightness(100%) hue-rotate(0) saturate(100%) opacity(100%) contrast(100%) invert(0);
    border-radius: 0 100px 100px 0;
    width: 400px
}

@media screen and (max-width:1024px) {
    .ben-image-wfqsptp9 {
        border-radius: 0 0 50px 50px;
        margin-left: 0
    }
}

:where([class*=ben-image-wfqsptp9-wrapper]:not([class*=ben-image-wfqsptp9-wrapper]*)) {
    margin-left: -15px
}

@media all and (max-width:1024px) {
    :where([class*=ben-image-wfqsptp9-wrapper]:not([class*=ben-image-wfqsptp9-wrapper]*)) {
        margin-left: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-image-wfqsptp9-wrapper]:not([class*=ben-image-wfqsptp9-wrapper]*)) {
        margin-left: 0
    }
}

.ben-image-wfqsptp9.ben-image-wfqsptp9.ben-image-wfqsptp9 {
    margin-left: 0
}

@media all and (max-width:1024px) {
    .ben-image-wfqsptp9.ben-image-wfqsptp9.ben-image-wfqsptp9 {
        margin-left: 0
    }
}

@media all and (max-width:767px) {
    .ben-image-wfqsptp9.ben-image-wfqsptp9.ben-image-wfqsptp9 {
        margin-left: 0
    }
}

.ben-section-c3e39yva {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--color-201)
}

@media screen and (max-width:1024px) {
    .ben-section-c3e39yva {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media screen and (max-width:767px) {
    .ben-section-c3e39yva {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.ben-row-1qm4lq6w {
    --nav-padding: 15px
}

[class*=close-btn-] {
    display: none
}

.ben-column-m49c2j82 {
    padding-left: 20%;
    padding-right: 20%;
    text-align: center
}

@media screen and (max-width:1024px) {
    .ben-column-m49c2j82 {
        padding-left: 10%;
        padding-right: 10%
    }
}

.ben-heading-ixg3pj7x {
    text-align: center;
    color: var(--color-204);
    margin-bottom: 16px;
    margin-top: 0
}

.ben-heading-ixg3pj7x p {
    display: inline
}

:where([class*=ben-heading-ixg3pj7x-wrapper]:not([class*=ben-heading-ixg3pj7x-wrapper]*)) {
    margin-bottom: 16px;
    margin-top: 0
}

@media all and (max-width:1024px) {
    :where([class*=ben-heading-ixg3pj7x-wrapper]:not([class*=ben-heading-ixg3pj7x-wrapper]*)) {
        margin-bottom: 16px;
        margin-top: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-ixg3pj7x-wrapper]:not([class*=ben-heading-ixg3pj7x-wrapper]*)) {
        margin-bottom: 16px;
        margin-top: 0
    }
}

.ben-heading-ixg3pj7x.ben-heading-ixg3pj7x.ben-heading-ixg3pj7x {
    margin-bottom: 0;
    margin-top: 0
}

@media all and (max-width:1024px) {
    .ben-heading-ixg3pj7x.ben-heading-ixg3pj7x.ben-heading-ixg3pj7x {
        margin-bottom: 0;
        margin-top: 0
    }
}

@media all and (max-width:767px) {
    .ben-heading-ixg3pj7x.ben-heading-ixg3pj7x.ben-heading-ixg3pj7x {
        margin-bottom: 0;
        margin-top: 0
    }
}

.ben-text-apfhgnw9 {
    text-align: center;
    margin-bottom: 30px;
    color: var(--color-205)
}

@media screen and (max-width:767px) {
    .ben-text-apfhgnw9 {
        margin-bottom: 24px
    }
}

.ben-button-1ge8qlko {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    justify-content: center;
    border-radius: 5px 5px 5px 5px;
    border-width: 0;
    background-color: var(--color-1);
    color: var(--color-201);
    margin-right: 20px;
    box-shadow: 0 0;
    transition: .1s;
    font-weight: 500;
    flex-direction: row-reverse
}

.ben-button-1ge8qlko:hover {
    box-shadow: none;
    background-color: var(--color-2);
    border-radius: 0
}

.ben-button-1ge8qlko-wrapper {
    text-align: center
}

@media screen and (max-width:767px) {
    .ben-button-1ge8qlko {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.ben-button-1ge8qlko :is(.icon, .iconsvg) {
    font-size: 16px;
    margin-left: 6px;
    transition: .1s
}

.ben-button-1ge8qlko:hover :is(.icon, .iconsvg) {
    color: null
}

:where([class*=ben-button-1ge8qlko-wrapper]:not([class*=ben-button-1ge8qlko-wrapper]*)) {
    margin-right: 20px
}

@media all and (max-width:1024px) {
    :where([class*=ben-button-1ge8qlko-wrapper]:not([class*=ben-button-1ge8qlko-wrapper]*)) {
        margin-right: 20px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-button-1ge8qlko-wrapper]:not([class*=ben-button-1ge8qlko-wrapper]*)) {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.ben-button-1ge8qlko.ben-button-1ge8qlko.ben-button-1ge8qlko {
    margin-right: 0
}

@media all and (max-width:1024px) {
    .ben-button-1ge8qlko.ben-button-1ge8qlko.ben-button-1ge8qlko {
        margin-right: 0
    }
}

@media all and (max-width:767px) {
    .ben-button-1ge8qlko.ben-button-1ge8qlko.ben-button-1ge8qlko {
        margin-right: 0;
        margin-bottom: 0
    }
}

.ben-button-pz6drves {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    justify-content: center;
    border-radius: 5px 5px 5px 5px;
    border-width: 0;
    background-color: var(--color-1);
    color: var(--color-201);
    margin-right: 20px;
    box-shadow: 0 0;
    transition: .1s;
    font-weight: 500;
    flex-direction: row-reverse
}

.ben-button-pz6drves:hover {
    box-shadow: none;
    background-color: var(--color-2);
    border-radius: 0
}

.ben-button-pz6drves-wrapper {
    text-align: center
}

@media screen and (max-width:767px) {
    .ben-button-pz6drves {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.ben-button-pz6drves :is(.icon, .iconsvg) {
    font-size: 16px;
    margin-left: 6px;
    transition: .1s
}

.ben-button-pz6drves:hover :is(.icon, .iconsvg) {
    color: null
}

:where([class*=ben-button-pz6drves-wrapper]:not([class*=ben-button-pz6drves-wrapper]*)) {
    margin-right: 20px
}

@media all and (max-width:1024px) {
    :where([class*=ben-button-pz6drves-wrapper]:not([class*=ben-button-pz6drves-wrapper]*)) {
        margin-right: 20px
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-button-pz6drves-wrapper]:not([class*=ben-button-pz6drves-wrapper]*)) {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.ben-button-pz6drves.ben-button-pz6drves.ben-button-pz6drves {
    margin-right: 0
}

@media all and (max-width:1024px) {
    .ben-button-pz6drves.ben-button-pz6drves.ben-button-pz6drves {
        margin-right: 0
    }
}

@media all and (max-width:767px) {
    .ben-button-pz6drves.ben-button-pz6drves.ben-button-pz6drves {
        margin-right: 0;
        margin-bottom: 0
    }
}

:where(.ben-container-bauk2t37) {
    margin: 0 auto
}

:where(.ben-container-bauk2t37) {
    position: relative
}

:where(.ben-container-bauk2t37)>.ben-container-bauk2t37--video-overlay,
:where(.ben-container-bauk2t37)>.video-bg {
    z-index: -1
}

:where(.ben-container-nq13q92l) {
    position: relative
}

:where(.ben-container-nq13q92l)>.ben-container-nq13q92l--video-overlay,
:where(.ben-container-nq13q92l)>.video-bg {
    z-index: -1
}

:where(.ben-container-rksm1kyj) {
    position: relative
}

:where(.ben-container-rksm1kyj)>.ben-container-rksm1kyj--video-overlay,
:where(.ben-container-rksm1kyj)>.video-bg {
    z-index: -1
}

:where([class*=ben-heading-82gw1y2h-wrapper]:not([class*=ben-heading-82gw1y2h-wrapper]*)) {
    margin-bottom: 32px;
    margin-top: 0
}

@media all and (max-width:1024px) {
    :where([class*=ben-heading-82gw1y2h-wrapper]:not([class*=ben-heading-82gw1y2h-wrapper]*)) {
        margin-bottom: 32px;
        margin-top: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-82gw1y2h-wrapper]:not([class*=ben-heading-82gw1y2h-wrapper]*)) {
        margin-bottom: 16px;
        margin-top: 0
    }
}

:where(.ben-container-54y8j8jv) {
    position: relative
}

:where(.ben-container-54y8j8jv)>.ben-container-54y8j8jv--video-overlay,
:where(.ben-container-54y8j8jv)>.video-bg {
    z-index: -1
}

:where(.ben-container-y626sor4) {
    position: relative
}

:where(.ben-container-y626sor4)>.ben-container-y626sor4--video-overlay,
:where(.ben-container-y626sor4)>.video-bg {
    z-index: -1
}

:where([class*=ben-heading-5gy4hco7-wrapper]:not([class*=ben-heading-5gy4hco7-wrapper]*)) {
    margin-bottom: 32px;
    margin-top: 0
}

@media all and (max-width:1024px) {
    :where([class*=ben-heading-5gy4hco7-wrapper]:not([class*=ben-heading-5gy4hco7-wrapper]*)) {
        margin-bottom: 32px;
        margin-top: 0
    }
}

@media all and (max-width:767px) {
    :where([class*=ben-heading-5gy4hco7-wrapper]:not([class*=ben-heading-5gy4hco7-wrapper]*)) {
        margin-bottom: 16px;
        margin-top: 0
    }
}

:where(.ben-container-5bx27opw) {
    position: relative
}

:where(.ben-container-5bx27opw)>.ben-container-5bx27opw--video-overlay,
:where(.ben-container-5bx27opw)>.video-bg {
    z-index: -1
}

:where(.ben-container-qpddv0yh) {
    position: relative
}

:where(.ben-container-qpddv0yh)>.ben-container-qpddv0yh--video-overlay,
:where(.ben-container-qpddv0yh)>.video-bg {
    z-index: -1
}

:where(.ben-container-6zpg6gwf) {
    position: relative
}

:where(.ben-container-6zpg6gwf)>.ben-container-6zpg6gwf--video-overlay,
:where(.ben-container-6zpg6gwf)>.video-bg {
    z-index: -1
}