.w-commerce-commercecheckoutformcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.w-commerce-commercelayoutmain {
    flex-basis: 800px;
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
    background-color: #000;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    display: flex;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 8px;
    height: 38px;
    min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
    width: 100%;
    height: 50%;
    min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
    background-color: #000;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    justify-content: center;
    margin-bottom: 8px;
    height: 38px;
}

.w-commerce-commercequickcheckoutgoogleicon {
    display: block;
    margin-right: 8px;
}

.w-commerce-commercequickcheckoutmicrosofticon {
    display: block;
    margin-right: 8px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutemailinput::-moz-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingfullname::-moz-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddress::-moz-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-moz-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutrow {
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
    padding-right: 8px;
    padding-left: 8px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingcity::-moz-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingstateprovince::-moz-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingzippostalcode::-moz-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingcountryselector::-moz-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
    border-left-color: #e6e6e6;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: #e6e6e6;
    border-right-width: 1px;
    border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    border-bottom-color: #e6e6e6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
    background-color: #fff;
    align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
    margin-left: 12px;
    margin-right: 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
    font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 64px;
    padding-bottom: 64px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
}

.w-commerce-commercecheckoutcardnumber::-moz-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
}

.w-commerce-commercecheckoutcardexpirationdate::-moz-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
}

.w-commerce-commercecheckoutcardsecuritycode::-moz-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
    display: flex;
    flex-direction: row;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
    margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
    font-weight: 400;
    margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
    margin-top: 16px;
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingfullname::-moz-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddress::-moz-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-moz-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingcity::-moz-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingstateprovince::-moz-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingzippostalcode::-moz-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingcountryselector::-moz-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
    margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
    margin-bottom: 20px;
    display: flex;
}

.w-commerce-commercecartitemimage {
    width: 60px;
    height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
    margin-left: 16px;
    margin-right: 16px;
    flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
    display: flex;
    white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
    text-decoration: none;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
    flex-basis: 320px;
    flex-grow: 0;
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
    display: flex;
    flex-direction: row;
    margin-bottom: 8px;
    justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
    display: flex;
    flex-direction: row;
    margin-bottom: 8px;
    justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
    font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: block;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 20px;
    text-align: center;
}

.w-commerce-commercecheckouterrorstate {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    background-color: #ffdede;
}

.w-commerce-commerceaddtocartform {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
    display: flex;
    margin-bottom: 10px;
}

.w-commerce-commerceaddtocartoptionpill {
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
    border-right-color: #000;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    color: #000;
    background-color: #fff;
    cursor: pointer;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
    color: #fff;
    background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
    color: #666;
    background-color: #e6e6e6;
    border-top-color: #e6e6e6;
    border-bottom-color: #e6e6e6;
    border-left-color: #e6e6e6;
    border-right-color: #e6e6e6;
    cursor: not-allowed;
    outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-right: 6px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commerceaddtocartquantityinput::-moz-placeholder {
    color: #999;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
    color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
    color: #666;
    background-color: #e6e6e6;
    border-top-color: #e6e6e6;
    border-bottom-color: #e6e6e6;
    border-left-color: #e6e6e6;
    border-right-color: #e6e6e6;
    cursor: not-allowed;
    outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ddd;
}

.w-commerce-commerceaddtocarterror {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffdede;
}

.w-pagination-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.w-pagination-previous {
    display: block;
    color: #333;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
    margin-right: 4px;
}

.w-pagination-next {
    display: block;
    color: #333;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.w-pagination-next-icon {
    margin-left: 4px;
}

.w-commerce-commercebuynowbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: inline-block;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 10px;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
    color: #666;
    background-color: #e6e6e6;
    border-top-color: #e6e6e6;
    border-bottom-color: #e6e6e6;
    border-left-color: #e6e6e6;
    border-right-color: #e6e6e6;
    cursor: not-allowed;
    outline-style: none;
}

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
    margin-right: 0.33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.w-commerce-commercepaypalcheckouterrorstate {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    background-color: #ffdede;
}

@media screen and (max-width: 767px) {
    .w-commerce-commercelayoutcontainer {
        flex-direction: column;
        align-items: stretch;
    }
    .w-commerce-commercelayoutmain {
        margin-right: 0px;
        flex-basis: auto;
    }
    .w-commerce-commercelayoutsidebar {
        flex-basis: auto;
    }
}

@media screen and (max-width: 479px) {
    .w-commerce-commercecheckoutemailinput {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutshippingfullname {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutshippingstreetaddress {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutshippingstreetaddressoptional {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutrow {
        flex-direction: column;
    }
    .w-commerce-commercecheckoutshippingcity {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutshippingstateprovince {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutshippingzippostalcode {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutshippingcountryselector {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutcardnumber {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutcardexpirationdate {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutcardsecuritycode {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutbillingfullname {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutbillingstreetaddress {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutbillingstreetaddressoptional {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutbillingcity {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutbillingstateprovince {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutbillingzippostalcode {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutbillingcountryselector {
        font-size: 16px;
    }
    .w-commerce-commerceaddtocartquantityinput {
        font-size: 16px;
    }
}

body {
    background-color: #000;
    font-family: 'Gt walsheim pro', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
}

h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 80px;
    line-height: 1.2em;
    font-weight: 700;
}

h2 {
    margin-top: 76px;
    margin-bottom: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
}

h3 {
    margin-top: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 700;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Space Grotesk', sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
}

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

a {
    align-items: center;
    transition: color 200ms ease;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

a:hover {
    color: #ff00c7;
}

ul {
    margin-top: 10px;
    padding-left: 0px;
}

li {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

label {
    display: block;
    margin-bottom: 10px;
    font-family: Lato, sans-serif;
    font-weight: 700;
}

strong {
    font-weight: 400;
}

blockquote {
    max-width: 700px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 100px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-left-style: solid;
    border-left-width: 3px;
    background-image: linear-gradient(180deg, #ff00c7, #ffb800);
    font-family: Lato, sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section {
    position: relative;
    padding-bottom: 80px;
}

.section.banner {
    padding-top: 180px;
    padding-bottom: 130px;
    flex-direction: row;
    align-items: center;
}

.section.licensing-fonts {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section.without-bottom-spacing {
    padding-bottom: 0px;
}

.section.features {
    padding-top: 0px;
}

.section.margin-bottom-130 {
    padding-bottom: 130px;
}

.section.our-games {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.section.free-trial {
    padding-top: 80px;
}

.section.faq {
    padding-bottom: 0px;
}

.section.none-bottom-padding {
    padding-bottom: 0px;
}

.section.spacing {
    padding-top: 180px;
}

.base-container {
    position: relative;
    display: flex;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    flex-direction: column;
}

.base-container.align-left {
    position: relative;
    align-items: flex-start;
}

.grid-system-wrapper {
    display: flex;
    width: 100%;
    margin-top: 40px;
    flex-direction: column;
}

.grid-system {
    display: flex;
    width: 80%;
    justify-content: space-between;
    border-top: 1px solid #7c7c7c;
}

.grid-title {
    display: flex;
    width: 19%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 10px;
    justify-content: center;
    border-right: 1px solid #7c7c7c;
    border-left: 1px none #a7a7a7;
    background-image: linear-gradient(180deg, rgba(255, 0, 199, 0.8) 13%, rgba(255, 184, 0, 0.8));
    font-weight: 400;
}

.grid-title.first-grid {
    width: 24%;
    margin-top: 0px;
    border-left-style: solid;
    border-left-color: #7c7c7c;
}

.grid-description {
    display: flex;
    width: 19%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 10px;
    justify-content: center;
    border-right: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
}

.grid-description.first-description {
    width: 24%;
    border-right: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
    border-left: 1px solid #a7a7a7;
}

.grid-description.last-description {
    border-right-style: solid;
    border-right-width: 1px;
}

.spacing-system-column {
    padding-right: 20px;
}

.spacing-system-image {
    max-width: 80%;
}

.spacing-wrapper-mobile {
    position: relative;
    width: 70%;
    margin-top: 30px;
}

.typography-wrapper {
    margin-top: 30px;
}

.spacing-columns {
    margin-top: 50px;
}

.bottom-style-spacing-desktop {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 10%;
    font-weight: 700;
}

.top-style-spacing-desktop {
    position: absolute;
    top: 8%;
    right: 0px;
    bottom: auto;
    font-weight: 700;
}

.spacing-wrapper {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.middle-style-spacing-desktop {
    position: absolute;
    left: auto;
    top: 33%;
    right: 0%;
    bottom: auto;
    font-weight: 700;
}

.spasing-system-image-mobile {
    max-width: 70%;
}

.primary-style-guide {
    width: 75px;
    height: 75px;
    background-color: #fff;
}

.color-wrapper {
    margin-right: 30px;
}

.colors-wrapper {
    margin-right: 60px;
}

.colors-container {
    display: flex;
    margin-top: 40px;
    justify-content: flex-start;
}

.light-gray-style-guide {
    width: 75px;
    height: 75px;
    background-color: #858585;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.color-container {
    display: flex;
    margin-top: 40px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.primary-light-style-guide {
    width: 75px;
    height: 75px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #000;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.headings-typography-wrapper {
    display: flex;
    width: 48%;
    margin-right: 40px;
    margin-bottom: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}

.headings-typography-wrapper.last-child {
    margin-right: 0px;
    margin-bottom: 0px;
}

.headers-wrapper {
    width: 100%;
    margin-top: 10px;
}

.h1-tablet {
    font-size: 48px;
}

.h2-tablet {
    font-size: 42px;
}

.h1-mobile {
    font-size: 40px;
}

.h2-mobile {
    font-size: 36px;
}

.h3-mobile {
    font-size: 32px;
}

.style-guide-body-wrapper {
    width: 47%;
    margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
    margin-right: 0px;
}

.primary-button {
    padding: 12px 40px;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #ff00d6, #ffb800);
    font-weight: 700;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
}

.primary-button:hover {
    background-image: linear-gradient(180deg, #fff 100%, #ffb800);
    color: #000;
}

.primary-button.full-width {
    width: 100%;
}

.primary-button.position {
    position: relative;
    left: -10%;
}

.primary-button.position-games {
    position: relative;
    left: -58px;
}

.primary-button.margin {
    margin-left: -13%;
}

.style-guide-div {
    width: 100%;
    margin-top: 50px;
}

.top-style-spacing-mobile {
    position: absolute;
    top: 5%;
    right: 0px;
    font-weight: 700;
}

.middlr-style-spacing-mobile {
    position: absolute;
    top: 29%;
    right: 0px;
    font-weight: 700;
}

.bottom-style-spacing-mobile {
    position: absolute;
    right: 0px;
    bottom: 7%;
    font-weight: 700;
}

.grid-header {
    width: 100%;
    margin-top: 60px;
}

.link-wrapper {
    width: 50%;
    margin-top: 20px;
}

.navbar {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: transparent;
}

.nav-menu {
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}

.nav-link {
    padding-right: 25px;
    padding-left: 25px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

.nav-link:hover {
    opacity: 1;
    color: #313ee0;
}

.nav-link.w--current {
    color: #fff;
}

.nav-link.w--current:hover {
    color: #313ee0;
}

.nav-dropdown-toggle {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
}

.tablet-menu {
    display: none;
}

.style-guide-banner-section {
    display: flex;
    padding-top: 180px;
    padding-bottom: 100px;
    justify-content: center;
    align-items: center;
}

.licensing-title-wrapper {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px none rgba(94, 94, 94, 0.5);
}

.licensing-images-wrapper {
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid rgba(94, 94, 94, 0.5);
}

.licensing-grid {
    width: 100%;
    padding-bottom: 60px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-bottom: 1px none rgba(94, 94, 94, 0.5);
}

.licensing-grid.licensing-pixel {
    padding-bottom: 0px;
}

.licensing-image {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
}

.licensing-image.position {
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
}

.licensing-image.position-right {
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.licensing-title {
    width: 100%;
    padding-bottom: 30px;
}

.licensing-image-link {
    width: 100%;
    height: 100%;
}

.licensing-image-link:hover {
    opacity: 1;
}

.license-link {
    margin-right: 50px;
    font-weight: 700;
    letter-spacing: normal;
}

.license-link.last-child {
    margin-right: 0px;
}

.banner-title {
    position: relative;
    color: #f9f9fa;
    text-align: center;
}

.banner-title.margin {
    margin-bottom: 50px;
}

.licensing-heading {
    margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
    margin-right: 25px;
}

.icon-style-guide {
    font-family: 'Fa brands 400', sans-serif;
    font-size: 24px;
}

.icon-style-guide.dribble {
    font-family: 'Fa solid 900', sans-serif;
}

.licensing-fonts-wrapper {
    display: flex;
    width: 100%;
    margin-top: 20px;
    align-items: center;
}

.licensing-icon-link {
    margin-bottom: 20px;
    padding-top: 50px;
}

.licensing-paragraph {
    width: 50%;
    margin-right: 40px;
}

.licensing-paragraph.last-item {
    margin-right: 0px;
}

.licensing-font-title {
    display: inline;
    background-image: linear-gradient(150deg, #ff00c7, #ffb800);
    font-weight: 400;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.licensing-icons-wrapper {
    margin-top: 30px;
    margin-bottom: 20px;
}

.utility-page-wrap {
    position: relative;
    display: flex;
    height: 100vh;
    padding-right: 15px;
    padding-left: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.utility-page-content {
    display: flex;
    width: 280px;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.password-image {
    display: block;
    width: 140px;
    margin-right: auto;
    margin-left: auto;
    filter: invert(100%);
}

.password-input {
    min-height: 48px;
    min-width: 280px;
    margin-bottom: 10px;
    padding: 12px 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, 0.2);
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1.2em;
}

.password-input:focus {
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.5);
}

.password-input::-moz-placeholder {
    color: #a6a6a6;
}

.password-input::-ms-input-placeholder {
    color: #a6a6a6;
}

.password-input::placeholder {
    color: #a6a6a6;
}

.password-title-wrapper {
    margin-bottom: 40px;
}

._404-paragraph {
    margin-top: 20px;
    margin-bottom: 40px;
    background-image: linear-gradient(180deg, #ff00c7, #ffb800);
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-center {
    text-align: center;
}

._404-content-wrapper {
    position: relative;
    display: flex;
    max-width: 510px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.coming-soon-wrapper {
    position: relative;
    display: flex;
    max-width: 690px;
    margin-right: 40px;
    margin-left: 0px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.changelog-heading {
    margin-bottom: 20px;
}

.coming-soon-form {
    display: flex;
    width: 100%;
    max-width: 700px;
    align-items: center;
}

.coming-soon-input {
    height: auto;
    margin-bottom: 0px;
    padding: 25px 20px;
    border: 1px solid transparent;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.2);
    font-size: 16px;
}

.coming-soon-input:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #afafaf;
}

.coming-soon-input::-moz-placeholder {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.coming-soon-input::-ms-input-placeholder {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.coming-soon-input::placeholder {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.coming-soon-paragraph {
    margin-top: 20px;
    margin-bottom: 40px;
    background-image: linear-gradient(150deg, #ff00c7, #ffb800);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.coming-soon-page-wrap {
    position: relative;
    display: flex;
    width: 100vw;
    height: 100vh;
    padding-right: 15px;
    padding-left: 15px;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.coming-soon-heading {
    margin-top: 60px;
    font-size: 70px;
}

.blog-grid-wrapper {
    width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.blog-grid-collection-list {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.blog-grid-image-link {
    min-width: 100%;
}

.blog-grid-image {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-grid-item-date {
    margin-top: 0px;
    margin-bottom: 10px;
    background-image: linear-gradient(180deg, #ff00c7, #ffb800);
    font-size: 16px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-grid-content-wrapper {
    display: flex;
    min-height: 280px;
    padding: 20px 30px 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.2);
}

.blog-grid-item {
    width: 48.4%;
    justify-content: space-between;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
}

.blog-grid-item-title {
    font-family: Bitter, serif;
    font-size: 24px;
    font-weight: 700;
}

.blog-grid-item-title:hover {
    color: #ffb800;
}

.blog-grid-item-description {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #a6a6a6;
}

.nav-menu-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    flex: 1;
}

.blog-grid-post-wrapper {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.blog-sidebar-post-category {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 10px;
    background-image: linear-gradient(150deg, #ff00c7, #ffb800);
    transition: all 300ms ease;
    color: #fff;
}

.blog-sidebar-post-category:hover {
    background-image: linear-gradient(180deg, #fff, #fff);
    color: #ff00c7;
}

.blog-template-wrapper {
    width: 100%;
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
}

.blog-template-image {
    width: 100%;
    max-height: 680px;
    margin-bottom: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-template-date {
    margin-top: 30px;
    margin-bottom: 40px;
    background-image: linear-gradient(180deg, #ff00c7, #ffb800);
    font-size: 16px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-template-pagination {
    display: flex;
    margin-top: 80px;
    align-items: center;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
}

.prev-post-arrow {
    margin-top: 0px;
    margin-right: 25px;
    margin-bottom: 0px;
    font-family: 'Fa solid 900', sans-serif;
    color: #afafaf;
}

.next-post-arrow {
    margin-bottom: 0px;
    margin-left: 25px;
    font-family: 'Fa solid 900', sans-serif;
    color: #afafaf;
}

.blog-template-prev-button {
    display: flex;
    flex: 1;
}

.blog-template-next-button {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.blog-template-pagination-link {
    display: flex;
    width: auto;
    align-items: center;
}

.blog-template-pagination-link:hover {
    color: #fff;
}

.blog-template-next {
    text-align: right;
}

.blog-template-next:hover {
    color: #fff;
}

.footer {
    padding-top: 27px;
    padding-bottom: 60px;
    align-items: flex-start;
    background-color: hsla(0, 0%, 65.1%, 0.2);
    text-align: left;
}

.footer-rights-wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.footer-rights {
    font-family: Lato, sans-serif;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 14px;
}

.footer-copyright {
    display: inline;
    width: 100%;
    margin-bottom: 10px;
    font-family: Lato, sans-serif;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 14px;
}

.footer-copyright-link {
    display: inline;
    margin-right: 5px;
    transition: all 200ms ease;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
    text-decoration: none;
}

.footer-copyright-link:hover {
    color: #ff00c7;
}

.section-title-wrapper {
    max-width: 740px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    text-align: center;
}

.section-subtitle {
    margin-bottom: 20px;
    color: #ffb800;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.team-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.team-card {
    overflow: hidden;
    border-radius: 20px;
}

.team-card-image {
    width: 100%;
    height: 310px;
    min-width: 100%;
    color: #0f5cfa;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
}

.team-card-image.fit {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.team-card-image.fit-01 {
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.team-card-image.fit-04 {
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.team-card-image.fit-02 {
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.team-card-content-wrapper {
    padding: 15px 15px 30px;
    background-color: hsla(0, 0%, 100%, 0.2);
    text-align: center;
}

.team-member-position {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    background-image: linear-gradient(150deg, #ff00c7, #ffb800);
    font-size: 16px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.team-social-links-wrapper {
    display: flex;
    justify-content: center;
    grid-column-gap: 20px;
}

.team-social-icon {
    font-family: 'Fa brands 400', sans-serif;
    color: #fff;
    font-size: 20px;
}

.team-grid-large {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.process-item-wrapper {
    display: flex;
    align-items: center;
}

.process-image-wrapper {
    width: 45%;
}

.process-content {
    width: 45%;
}

.process-content.reverse {
    width: 80%;
    padding-right: 70px;
}

.process-number-wrapper {
    max-width: 20%;
    padding-right: 40px;
    padding-left: 40px;
    flex: 1;
}

.process-number-wrapper.reverse {
    max-width: none;
    min-width: 20%;
    padding-left: 0px;
    flex: 0 0 auto;
}

.process-number {
    background-image: linear-gradient(150deg, #ff00c7, #ffb800);
    font-size: 66px;
    line-height: 1;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.process-paragraph {
    margin-top: 20px;
    margin-bottom: 40px;
}

.style-guide-buttons-wrapper {
    display: flex;
    width: 100%;
    margin-top: 50px;
    flex-wrap: wrap;
    align-items: center;
    grid-column-gap: 40px;
    grid-row-gap: 30px;
}

.style-guide-button-wrapper {
    position: relative;
    width: 47%;
}

.text-button-icon {
    margin-top: 4px;
    margin-left: 10px;
    font-family: 'Fa solid 900', sans-serif;
    font-size: 13px;
    line-height: 1;
}

.text-button-icon.right-position {
    margin-right: 10px;
    margin-left: 0px;
}

.free-trial-wrapper {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.free-trial-title {
    margin-top: 0px;
    margin-bottom: 40px;
}

.process-image {
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
}

.process-content-wrapper {
    display: flex;
    width: 55%;
    align-items: center;
}

.values-wrapper {
    display: flex;
}

.values-image-wrapper {
    width: 50%;
}

.values-content-wrapper {
    width: 50%;
    padding-left: 100px;
}

.values-counter-wrapper {
    display: flex;
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #afafaf;
}

.values-counter-item {
    width: 50%;
    margin-right: 30px;
    padding: 20px;
    border-radius: 15px;
    background-image: linear-gradient(140deg, hsla(0, 0%, 52.2%, 0.5), hsla(0, 0%, 100%, 0.2));
}

.values-counter-item.last-child {
    margin-right: 0px;
    order: 1;
}

.values-counter-number {
    display: inline;
    margin-bottom: 15px;
    background-image: linear-gradient(150deg, #ff00c7, #ffb800);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.career-list-item-wrapper {
    display: flex;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    border-radius: 20px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 52.2%, 0.5));
}

.career-position {
    display: inline-block;
    background-image: linear-gradient(150deg, #ff00c7, #ffb800);
    font-family: Lato, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.career-location {
    font-size: 18px;
    line-height: 24px;
}

.career-type {
    font-size: 18px;
    line-height: 24px;
}

.career-button-wrapper {
    width: 25%;
    padding-right: 35px;
    padding-left: 35px;
    text-align: right;
}

.career-title-mobile {
    display: none;
    margin-bottom: 5px;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 900;
}

.career-position-wrapper {
    width: 30%;
    padding-right: 35px;
    padding-left: 35px;
}

.career-location-wrapper {
    width: 25%;
    min-width: 140px;
    padding-right: 35px;
    padding-left: 35px;
}

.career-type-wrapper {
    width: 20%;
    min-width: 140px;
    padding-right: 35px;
    padding-left: 35px;
}

.paragraph-large {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
}

.values-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-title-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #313ee0;
    text-align: center;
}

.text-white {
    background-image: linear-gradient(170deg, #ff00c7, #ffb800);
    color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-description {
    max-width: 560px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
}

.banner-description.text-white {
    background-image: linear-gradient(180deg, #313ee0, #313ee0);
    color: #313ee0;
}

.section-ttile-description {
    margin-top: 20px;
    text-align: center;
}

.services-wrapper {
    display: flex;
    width: 100%;
}

.services-item {
    display: flex;
    width: 33%;
    margin-right: 30px;
    padding: 20px 30px 30px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.2);
}

.services-item.last-child {
    margin-right: 0px;
}

.pricing-plans-wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.pricing-plan-item {
    padding: 40px 30px 30px;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.2);
}

.pricing-plan-list {
    margin-top: 30px;
    margin-bottom: 0px;
}

.pricing-plan-item-title {
    margin-top: 0px;
    margin-bottom: 20px;
}

.pricing-plan-price-wrapper {
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.pricing-plan-price {
    font-size: 56px;
}

.pricing-plan-currency-icon {
    margin-right: 2px;
    font-family: Lato, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.comparing-table-wrapper {
    display: flex;
    width: 100%;
}

.comparing-table-features-wrapper {
    display: none;
    width: 33%;
    margin-right: 20px;
}

.comparing-table-plans-wrapper {
    display: flex;
    width: 100%;
}

.comparing-table-features-title {
    display: flex;
    min-height: 180px;
    padding-right: 40px;
    padding-left: 40px;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.2);
    border-radius: 20px;
}

.comparing-table-list-wrapper {
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
}

.comparing-table-list {
    margin-bottom: 0px;
    padding-left: 0px;
}

.comparing-table-list-item {
    display: flex;
    min-height: 56px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    line-height: 1.5em;
    list-style-type: none;
}

.comparing-list-icon {
    margin-right: 10px;
    background-image: linear-gradient(150deg, #ff00c7, #ffb800);
    font-family: 'Fa solid 900', sans-serif;
    font-size: 8px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.comparing-table-plan-title {
    display: flex;
    min-height: 180px;
    padding-right: 40px;
    padding-left: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.2);
}

.comparing-table-plan {
    width: 33.33%;
    margin-right: 30px;
    transition: all 300ms ease;
}

.comparing-table-plan:hover {
    box-shadow: 0 0 30px 0 rgba(27, 53, 70, 0.15);
}

.comparing-table-plan.last-child {
    margin-right: 0px;
}

.comparing-table-content-wrapper {
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.2);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.comparing-table-content-item {
    min-height: 56px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    text-align: center;
}

.comparing-table-tick-icon {
    font-family: 'Fa solid 900', sans-serif;
    color: #ff00c7;
}

.comparing-table-button-wrapper {
    padding-top: 50px;
    padding-bottom: 35px;
    text-align: center;
}

.comparing-table-content-item-title {
    margin-bottom: 0px;
    font-size: 16px;
}

.workflow-profile-photo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.workflow-profile-description {
    display: flex;
    margin-left: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.workflow-profile-wrapper {
    display: flex;
    margin-top: 40px;
    flex-direction: row;
    align-items: center;
}

.workflow-content-wrapper {
    width: 50%;
    padding-left: 40px;
}

.workflow-video-wrapper {
    overflow: hidden;
    width: 50%;
    max-height: 320px;
    border-radius: 20px;
}

.workflow-wrapper {
    display: flex;
}

.workflow-profile-photo-wrapper {
    width: 80px;
    height: 80px;
}

.workflow-profile-name {
    margin-bottom: 0px;
    font-size: 18px;
}

.workflow-video {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 280px;
    justify-content: center;
    align-items: center;
    background-image: url('../images/banner-video.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.play-button {
    position: absolute;
    z-index: 5;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, 0.5);
}

.workflow-title-wrapper {
    margin-bottom: 40px;
    text-align: center;
}

.workflow-title-wrapper-desktop {
    display: none;
}

.workflow-quote {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
}

.accordion-toggle {
    display: flex;
    width: 100%;
    padding: 10px 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    white-space: normal;
}

.accordion-list {
    position: static;
    display: block;
    overflow: hidden;
    background-color: transparent;
}

.accordion-list.w--open {
    display: block;
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: transparent;
}

.accordion-wrapper {
    display: flex;
    width: 100%;
}

.accordion-item {
    position: static;
    width: 100%;
    margin-bottom: 15px;
    padding: 20px 30px;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}

.accordion-shevron-icon {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    font-family: 'Fa solid 900', sans-serif;
    font-size: 17px;
    line-height: 24px;
}

.accordion-wrap {
    width: 50%;
    margin-right: 15px;
}

.accordion-wrap.last-child {
    margin-right: 0px;
}

.accordion-list-content {
    max-width: 400px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.flex-vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pricing-features-icon {
    min-width: 50px;
    padding: 15px;
    background-image: linear-gradient(450deg, #ff00c7, #ffb800);
    font-family: 'Fa solid 900', sans-serif;
    font-size: 18px;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.link-with-icon {
    display: inline-block;
    background-image: linear-gradient(180deg, #313ee0, #313ee0);
    font-size: 18px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.link-with-icon:hover {
    background-image: linear-gradient(150deg, #fff, #fff);
}

.link-with-icon.margin {
    margin-top: 50px;
    background-image: linear-gradient(180deg, #313ee0, #313ee0);
}

.link-with-icon.spacing {
    margin-top: 20px;
}

.link-with-icon.size-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;
}

.job-position-wrapper {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.job-position-content-wrapper {
    width: 67%;
    padding-right: 70px;
}

.job-position-sidebar-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    width: 33%;
    padding: 40px;
    border-radius: 20px;
    background-image: linear-gradient(174deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 52.2%, 0.5));
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}

.job-position-sidebar-wrap {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.job-position-sidebar-wrap.last-child {
    margin-bottom: 30px;
}

.job-position-icon {
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    background-image: linear-gradient(180deg, #ff00c7, #ffb800);
    font-family: 'Fa solid 900', sans-serif;
    font-size: 18px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contacts-location-wrap {
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 4px;
}

.contacts-icon {
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-image: linear-gradient(150deg, #ff00c7, #ffb800);
    font-family: 'Fa solid 900', sans-serif;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.paragraph {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}

.contacts-textarea {
    min-height: 200px;
    margin-bottom: 30px;
    padding: 16px 18px;
    border-style: solid;
    border-width: 1px;
    border-color: #858585;
    border-radius: 10px;
    background-color: transparent;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 16px;
}

.contacts-textarea:focus {
    border-color: #858585;
    background-color: hsla(0, 0%, 100%, 0.2);
}

.contacts-textarea::-moz-placeholder {
    font-family: 'Gt walsheim pro', sans-serif;
    color: #a6a6a6;
    font-size: 16px;
}

.contacts-textarea::-ms-input-placeholder {
    font-family: 'Gt walsheim pro', sans-serif;
    color: #a6a6a6;
    font-size: 16px;
}

.contacts-textarea::placeholder {
    font-family: 'Gt walsheim pro', sans-serif;
    color: #a6a6a6;
    font-size: 16px;
}

.contacts-input {
    height: auto;
    padding: 16px 18px;
    border-style: solid;
    border-width: 1px;
    border-color: #858585;
    border-radius: 10px;
    background-color: transparent;
    transition: all 200ms ease;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 16px;
}

.contacts-input:focus {
    border-color: #858585;
    background-color: hsla(0, 0%, 100%, 0.2);
}

.contacts-input::-moz-placeholder {
    font-family: 'Gt walsheim pro', sans-serif;
    color: #a6a6a6;
    font-size: 16px;
}

.contacts-input::-ms-input-placeholder {
    font-family: 'Gt walsheim pro', sans-serif;
    color: #a6a6a6;
    font-size: 16px;
}

.contacts-input::placeholder {
    font-family: 'Gt walsheim pro', sans-serif;
    color: #a6a6a6;
    font-size: 16px;
}

.contacts-2-location-wrapper {
    margin-top: 30px;
}

.contacts-2-form-wrapper {
    width: 50%;
    margin-right: 40px;
    padding: 50px;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.2);
}

.contacts-2-content-wrapper {
    width: 50%;
    padding-left: 40px;
}

.contacts-2-wrapper {
    display: flex;
    width: 100%;
}

.footer-link {
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 300ms ease;
    color: #afafaf;
    font-weight: 400;
}

.footer-link:hover {
    color: #ff00c7;
}

.footer-logo-company-wrapper {
    display: flex;
    margin-top: 40px;
    margin-bottom: 60px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    grid-column-gap: 70px;
}

.footer-wrapper {
    display: flex;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-brand-wrapper {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: flex-start;
}

.footer-links-wrapper {
    display: flex;
    width: 33.33%;
    flex-direction: column;
    align-items: flex-start;
}

.without-top-spacing {
    padding-top: 0px;
}

.search-result-item {
    margin-bottom: 30px;
}

.search-link {
    transition: all 300ms ease;
    font-size: 18px;
}

.search-link:hover {
    opacity: 0.7;
}

.search-input {
    height: auto;
    margin-top: 20px;
    padding: 16px 22px;
    border: 1px solid transparent;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.2);
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 16px;
}

.search-input:focus {
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.5);
}

.search-result-wrapper {
    width: 100%;
    margin-top: 40px;
}

.search-section {
    margin-bottom: 60px;
    padding-top: 130px;
}

.footer-logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-brand-description {
    color: #fff;
    text-align: left;
}

.list-item-circle {
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 15px;
    border-radius: 50%;
    background-image: linear-gradient(90deg, rgba(255, 0, 199, 0.9), rgba(255, 184, 0, 0.9));
}

.headings-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.button-wrapper {
    position: relative;
    display: flex;
    margin-top: 20px;
    grid-column-gap: 50px;
}

.service-list-item {
    position: relative;
}

.style-guide-content-wrapper {
    display: flex;
}

.slide-3 {
    max-height: 580px;
}

.about-3-tab-link {
    position: relative;
    display: flex;
    width: 33.33%;
    margin-bottom: -12px;
    padding-top: 20px;
    padding-bottom: 4px;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    transition: all 300ms ease;
    color: #fff;
    font-size: 19px;
    line-height: 32px;
}

.about-3-tab-link.w--current {
    padding-top: 20px;
    padding-bottom: 4px;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
}

.tabs-menu {
    display: flex;
    min-height: 50px;
    justify-content: space-between;
    align-items: center;
    border-radius: 70px;
    background-color: #fff;
}

.portfolio-grid-collection-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
}

.nav-menu-shadow-overlay {
    display: flex;
    align-items: center;
}

.banner-buttons-wrapper {
    display: flex;
    margin-top: 30px;
    align-items: center;
    grid-column-gap: 30px;
}

.portfolio-masonry-image-wrapper {
    position: relative;
}

.play-button-icon {
    position: relative;
    z-index: 7;
    margin-left: 4px;
    background-image: linear-gradient(150deg, #ff00c7, #ffb800);
    font-family: 'Fa solid 900', sans-serif;
    font-size: 20px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.play-button-hover {
    position: absolute;
    z-index: 10;
    width: 94px;
    height: 94px;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    border-radius: 50%;
    transform: scale(0.85);
    transition: all 300ms ease;
}

.play-button-hover:hover {
    transform: scale(1);
}

.home-banner-section {
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
}

.home-banner-section.none-padding {
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.secondary-button {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 10px;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent, transparent);
    outline-color: #fff;
    outline-offset: 0px;
    outline-style: solid;
    outline-width: 2px;
    transition: color 300ms ease;
    font-weight: 700;
    letter-spacing: 0.5px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
}

.secondary-button:hover {
    background-image: repeating-linear-gradient(90deg, rgba(255, 0, 214, 0.9), #ffb800);
    outline-color: transparent;
    color: #fff;
}

.secondary-button.spacing {
    margin-right: 25px;
    margin-left: 25px;
}

.secondary-button.spacing:hover {
    background-image: linear-gradient(180deg, #313ee0, #313ee0);
}

.secondary-button.margin {
    padding: 7px 20px;
}

.secondary-button.none-display {
    display: none;
}

.testimonials {
    width: 100%;
    height: 100%;
    align-items: flex-start;
    background-color: transparent;
}

.blog-section-title {
    margin-bottom: 60px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.location-map-wrapper {
    position: relative;
}

.location-map-wrapper.home-page {
    width: 100%;
    margin-bottom: 60px;
}

.contacts-wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.section-title-center {
    display: flex;
    max-width: 780px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.courses-collection {
    width: 100%;
}

.home-4-testimonials-wrapper {
    display: flex;
    width: 100%;
    margin-top: 10px;
    align-items: stretch;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.testimonials-wrapper-2 {
    display: flex;
    width: 100%;
    margin-top: 10px;
    align-items: stretch;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.career-collection-list-wrapper {
    width: 100%;
}

.top-banner-button-wrapper {
    position: relative;
    display: flex;
    margin-top: 38px;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.about-us-img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-us-img._1 {
    left: 12%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    width: 350px;
}

.about-us-img._5 {
    left: 24%;
    top: 60%;
    right: 0%;
    bottom: auto;
    z-index: 4;
    width: 350px;
}

.about-us-img._3 {
    left: auto;
    top: 19%;
    right: 4%;
    bottom: 0%;
    z-index: 1;
    width: 300px;
}

.about-us-img._4 {
    left: 50%;
    top: 47%;
    right: 30%;
    bottom: 0%;
    z-index: 5;
    width: 220px;
}

.about-us-img._2 {
    left: 2%;
    top: 31%;
    right: auto;
    bottom: 0%;
    z-index: 3;
    width: 300px;
}

.subtitle {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 30px;
    padding-bottom: 4px;
    border-bottom: 2px solid hsla(0, 0%, 50.2%, 0.15);
}

.home-5-our-services-wrap {
    display: flex;
    width: 33.33%;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 20px;
}

.central-alignment-heaading {
    margin-bottom: 75px;
    text-align: center;
}

.heading-wrapper {
    margin-top: 40px;
    margin-bottom: 30px;
}

.content-wrapper {
    display: flex;
    width: 190px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content {
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
    border-radius: 5px;
}

.industries-block-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 35vw;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 12px;
    background-color: transparent;
}

.industries-block-wrapper:hover {
    box-shadow: 0 10px 20px 0 rgba(20, 23, 51, 0.15);
}

.list-bullet {
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background-image: linear-gradient(150deg, #ff00c7, #ffb800);
}

.blog-details-link-title {
    background-image: linear-gradient(150deg, #ff00c7, #ffb800);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-9-team-member-wrap {
    position: relative;
    width: 31.33%;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.about-4-team-slide {
    width: 23%;
    margin-right: 30px;
}

.about-6-projects-item {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 370px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-with-blue-bg {
    display: flex;
    justify-content: center;
    background-color: #0f5cfa;
}

.search {
    width: 100%;
}

.subtitle-2 {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 30px;
    padding-bottom: 4px;
    border-bottom: 2px solid hsla(0, 0%, 50.2%, 0.15);
    color: #fc8e44;
}

.header-container {
    display: flex;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    align-items: center;
}

.logo-header {
    display: flex;
    flex-direction: row;
}

.logo-name {
    margin-left: 10px;
    font-family: 'Space Grotesk', sans-serif;
    color: #fff;
    font-size: 30px;
}

.background-gradient {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: radial-gradient(circle closest-corner at 50% 50%, rgba(255, 0, 199, 0.6), rgba(255, 184, 0, 0.6));
    filter: blur(140px);
}

.rose-style-guide {
    width: 75px;
    height: 75px;
    background-image: linear-gradient(180deg, #ff00c7, #ffb800);
}

.button-with-icon {
    display: inline-block;
    padding: 12px 40px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 10px;
}

.button-with-icon:hover {
    border-width: 2px;
    border-color: #313ee0;
    color: #313ee0;
}

.button-with-icon.margin-top {
    margin-top: 50px;
}

.arrow-bottom-drop {
    margin-left: 5px;
    font-family: Materialiconsoutlined, sans-serif;
}

.block-right-drop {
    width: 100%;
}

.block-left-drop {
    width: 100%;
}

.nav-dropdown-line-2 {
    position: absolute;
    left: -20px;
    z-index: 9999;
    width: 16px;
    height: 2px;
    background-color: #0637a5;
    color: #fff;
}

.nav-dropdown-link-wrapper-2 {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    transition: padding 350ms ease;
}

.nav-dropdown-link-wrapper-2:hover {
    padding-right: 10px;
    padding-left: 20px;
}

.nav-dropdown-list-2 {
    width: 300px;
    padding: 15px 20px;
    justify-content: space-between;
    background-color: #000;
}

.nav-dropdown-list-2.w--open {
    display: flex;
    width: 340px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-drop-content {
    display: flex;
    flex-direction: row;
    transition: color 200ms ease;
    color: #fff;
}

.nav-drop-content:hover {
    color: #313ee0;
}

.dropdown-link {
    margin-right: 0px;
    margin-left: 0px;
    padding: 5px 10px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
}

.dropdown-link.w--current {
    color: #fff;
}

.dropdown-link.w--current:hover {
    color: #ff00c7;
}

.footer-wrapper-top {
    display: flex;
    margin-bottom: 23px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid hsla(0, 0%, 100%, 0.2);
}

.footer-text {
    width: 100%;
}

.footer-form-block {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.footer-email-form {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-email-input {
    width: auto;
    height: auto;
    min-width: 100%;
    margin-bottom: 0px;
    padding: 25px 20px;
    border: 1px solid transparent;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.2);
    font-size: 16px;
}

.footer-email-input:focus {
    border-color: #fff;
    color: #fff;
}

.footer-email-wrapper {
    display: flex;
    width: 50%;
    margin-top: 50px;
    flex-direction: column;
    align-items: flex-start;
}

.title-email-form {
    margin-top: 0px;
    margin-bottom: 30px;
}

.title-footer-links {
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.logo-footer {
    display: flex;
}

.footer-brand-wrapper-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.success-message {
    background-color: transparent;
    background-image: linear-gradient(90deg, #ff00c7, #ffb800);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.error-message {
    background-color: transparent;
    color: #ff0101;
    font-size: 15px;
}

.content-block-left {
    position: relative;
    width: 40%;
}

.content-block-right {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-content-home {
    display: flex;
    flex-direction: row;
    justify-content: center;
    grid-column-gap: 40px;
}

.counter-home-banner {
    display: flex;
    margin-top: 30px;
    margin-bottom: 60px;
    grid-column-gap: 60px;
}

.number-text {
    margin-top: 10px;
    font-size: 36px;
    font-weight: 700;
}

.bgr-home-image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-image: url('../images/ellipse-main-blue.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-home {
    position: relative;
}

.home-container {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
}

.span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #448fff;
}

.span.color {
    background-color: #92ff88;
}

.absolute-block-home {
    position: relative;
}

.tabs-home {
    display: flex;
    justify-content: center;
    align-items: center;
}

.second-tabs {
    border-radius: 70px;
    background-color: #fff;
}

.third-tab {
    border-radius: 70px;
    background-color: #fff;
}

.fourth-tab {
    border-radius: 70px;
    background-color: #fff;
}

.fifth-tab {
    border-radius: 70px;
    background-color: #fff;
}

.tabs-item-second {
    display: inline-block;
    margin: 5px;
    padding: 6px 30px;
    border-radius: 70px;
    color: #000;
    font-weight: 400;
}

.tabs-item-second:hover {
    color: #000;
}

.tabs-item-third {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 6px 30px;
    border-radius: 70px;
    color: #000;
    font-weight: 400;
}

.tabs-item-third:hover {
    color: #000;
}

.tabs-item-fourth {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 6px 30px;
    border-radius: 70px;
    color: #000;
    font-weight: 400;
}

.tabs-item-fourth:hover {
    color: #000;
}

.tabs-item-fifth {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 6px 30px;
    border-radius: 70px;
    color: #000;
    font-weight: 400;
}

.tabs-item-fifth:hover {
    color: #000;
}

.magenda-style-guide {
    width: 75px;
    height: 75px;
    background-color: #ff00c7;
}

.orange-style-guide {
    width: 75px;
    height: 75px;
    background-color: #ffb800;
}

.access-games-container {
    position: relative;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    justify-content: center;
    align-items: center;
}

.elipse-background {
    position: relative;
    display: flex;
    min-height: 1060px;
    justify-content: space-between;
    align-items: center;
    background-image: url('../images/Group-2.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.left-game-block {
    position: relative;
    display: flex;
    width: 25%;
    flex-direction: column;
    align-items: center;
}

.right-game-block {
    position: relative;
    display: flex;
    width: 25%;
    flex-direction: column;
    align-items: center;
}

.heading-description-block {
    margin-bottom: 30px;
}

.image-01 {
    position: relative;
}

.image-border-radius {
    position: relative;
    border-radius: 10px;
}

.image-border-radius.image-04 {
    right: -300px;
    bottom: -354px;
}

.image-border-radius.image-03 {
    left: 38px;
    bottom: -155px;
}

.image-border-radius.image-02 {
    top: -185px;
    right: -101px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-border-radius.image-01 {
    left: -27px;
    top: -28px;
}

.image-border-radius.image-05 {
    left: -371px;
    top: -364px;
}

.image-border-radius.image-06 {
    left: -18px;
    top: -206px;
}

.image-border-radius.image-07 {
    right: -13px;
    bottom: -16px;
}

.image-border-radius.image-08 {
    left: -166px;
    bottom: -185px;
}

.gradient-background-home {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: flex;
    width: 100%;
    height: 100%;
    background-image: url('../images/ellipse-main-blue.png');
    background-position: 100% 50%;
    background-size: auto;
}

.tab-link {
    width: 50%;
    height: 100%;
    margin-left: 70px;
    padding: 60px 40px 30px;
    background-color: transparent;
    font-family: 'Space Grotesk', sans-serif;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.tab-link:hover {
    color: #fff;
}

.tab-link.w--current {
    background-color: transparent;
}

.tab-link.right-block {
    margin-right: 70px;
    margin-left: 0px;
}

.tabs-join {
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    background-color: hsla(0, 0%, 52.2%, 0.2);
}

.tab-content {
    position: relative;
    display: flex;
    padding: 70px;
    flex-direction: row;
    grid-column-gap: 40px;
}

.description-tab-content {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
}

.logo-tab-content {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 40px;
}

.image-tab-01 {
    width: 100%;
}

.image-tab-02 {
    width: 100%;
    text-align: right;
}

.image-tab-03 {
    width: 100%;
}

.subtitle-tabs {
    margin-top: 30px;
}

.line-gradient {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 44%;
    height: 2px;
    margin-left: 70px;
    background-image: linear-gradient(180deg, #313ee0, #313ee0);
}

.line-gradient.right-line {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-right: 70px;
    margin-left: 0px;
}

.white-line {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 2px;
    margin-right: 70px;
    margin-left: 70px;
    background-color: hsla(0, 0%, 100%, 0.2);
}

.tabs-menu-join {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.heading-features {
    position: relative;
    display: flex;
    width: 35%;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 20px;
    text-align: center;
}

.cards-features {
    position: relative;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    grid-column-gap: 20px;
}

.text-block-features {
    position: relative;
    display: flex;
    width: 35%;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.features-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.card-item {
    display: flex;
    padding: 25px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.text-card {
    color: #858585;
    text-align: center;
}

.image-card {
    margin-bottom: 20px;
}

.subtitle-features {
    margin-top: 20px;
    margin-bottom: 60px;
}

.heading-and-button {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grid-games {
    display: flex;
    width: 100%;
    margin-top: 40px;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-areas: "Area" "Area";
    -ms-grid-columns: 1fr 30px 33%;
    grid-template-columns: 1fr 33%;
    -ms-grid-rows: 205px 30px 205px;
    grid-template-rows: 205px 205px;
}

.game-card {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 440px;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    background-image: linear-gradient(127deg, rgba(49, 62, 224, 0.2) 5%, hsla(0, 0%, 65.1%, 0.2));
}

.description-card {
    display: flex;
    width: 60%;
    padding-right: 40px;
    padding-left: 60px;
    flex-direction: column;
    justify-content: center;
}

.image-game {
    position: absolute;
    left: auto;
    top: -11%;
    right: 0%;
    bottom: 0%;
}

.game-card-small {
    position: relative;
    display: flex;
    width: 50%;
    min-height: 205px;
    padding: 30px 45px;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 20px;
    background-image: linear-gradient(180deg, rgba(49, 62, 224, 0.2) 5%, hsla(0, 0%, 65.1%, 0.2));
}

.game-card-small.direction {
    flex-direction: row;
    justify-content: flex-start;
    background-image: linear-gradient(180deg, rgba(49, 62, 224, 0.2) 5%, hsla(0, 0%, 65.1%, 0.2));
}

.game-image {
    position: absolute;
    left: 0%;
    top: -5%;
    right: 0%;
    bottom: auto;
    display: flex;
    justify-content: center;
}

.game-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.gard-block-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.gard-block-right {
    position: absolute;
    left: auto;
    top: -6.5%;
    right: 0%;
    bottom: 0%;
}

.brand-game {
    margin-top: 10px;
    margin-bottom: 20px;
}

.game-input {
    height: auto;
    margin-bottom: 0px;
    padding: 23px 20px;
    border: 1px solid transparent;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.2);
    font-size: 16px;
}

.game-input:focus {
    border-color: #fff;
    color: #fff;
}

.card-form-game {
    display: flex;
    margin-top: 40px;
    align-items: center;
}

.gradient-background-games {
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0%;
    bottom: 0%;
    max-width: 450px;
    min-height: 450px;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(180deg, #313ee0, #313ee0);
    filter: blur(400px);
    transform: translate(-50%, -50%);
}

.right-block-games {
    display: flex;
    width: 100%;
    flex-direction: row;
    grid-column-gap: 30px;
}

.banner-content-about-us {
    position: relative;
    display: flex;
    min-height: 100vh;
    align-items: center;
}

.banner-left-block {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.banner-image-block {
    width: 50%;
    padding-top: 30px;
}

.subtitle-banner {
    margin-top: 30px;
    margin-bottom: 60px;
}

.button-wrapper-about-us {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    grid-column-gap: 50px;
}

.play-button-icon-2 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 7;
    display: flex;
    width: 55px;
    height: 55px;
    justify-content: center;
    align-items: center;
    font-family: 'Fa solid 900', sans-serif;
    font-size: 12px;
}

.play-button-icon-2:hover {
    color: #fff;
}

.play-button-hover-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    width: 55px;
    height: 55px;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    border-radius: 50%;
    transition: color 200ms ease;
}

.button-video {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 200ms ease;
}

.text-button-play {
    font-weight: 700;
}

.gradient-about-us {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background-image: url('../images/ellipse-main-blue.png');
    background-position: 0% 70%;
    background-size: auto;
    background-repeat: no-repeat;
    filter: blur(20px);
}

.right {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    width: 50%;
    height: 90%;
    background-image: url('../images/ellipse-main-blue.png');
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: no-repeat;
    filter: blur(20px);
}

.pop-up {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: none;
    width: 100vw;
    height: 100vh;
    padding: 40px 8px;
    justify-content: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: rgba(0, 0, 0, 0.92);
}

.pop-up-form {
    position: static;
    width: 100%;
    max-width: 900px;
    justify-content: center;
    align-items: center;
}

.link-block {
    position: absolute;
    left: auto;
    top: 2%;
    right: 2%;
    bottom: auto;
    width: 30px;
    transition: all 250ms ease;
}

.link-block:hover {
    color: #ff4e5b;
}

.close-icon {
    transition: all 200ms ease;
    font-family: Materialiconsoutlined, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 1em;
}

.close-icon:hover {
    color: #ff00c7;
}

.block-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column-gap: 40px;
}

.block-wrapper.testimonials {
    padding-bottom: 0px;
    align-items: flex-start;
    grid-column-gap: 70px;
}

.right-content {
    position: relative;
    width: 40%;
}

.left-content {
    position: relative;
    width: 50%;
    justify-content: center;
    align-items: center;
}

.subtitle-right-content {
    margin-top: 30px;
    margin-bottom: 60px;
}

.gradient-image-bgr {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 50%;
    height: auto;
    background-image: url('../images/ellipse-main-blue.png');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(20px);
}

.image-left-content {
    position: relative;
}

.text-content {
    width: 40%;
}

.image-content {
    position: relative;
    display: flex;
    width: 60%;
    align-items: stretch;
    grid-column-gap: 27px;
}

.image-content.direction {
    position: static;
    width: 70%;
    flex-direction: column;
}

.subtitle-text-content {
    margin-top: 30px;
}

.subtitle-text-content.margin {
    margin-top: 20px;
}

.item-image-content {
    position: relative;
    display: flex;
    width: 130px;
    height: 130px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.2);
    text-align: center;
}

.quantity {
    font-size: 24px;
    font-weight: 700;
}

.colums {
    position: relative;
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: flex-end;
    grid-row-gap: 30px;
}

.image-block-content {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.link-block-text-content {
    width: auto;
    height: auto;
    margin-top: 50px;
}

.menu-content {
    display: flex;
    width: 100%;
    margin-top: 75px;
    padding-right: 50px;
    padding-left: 50px;
    justify-content: space-between;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.4);
    border-radius: 90px;
}

.number-in-elips {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.circle {
    position: relative;
    display: flex;
    width: 44px;
    height: 44px;
    margin-right: 12px;
    justify-content: center;
    align-items: center;
}

.text-item {
    display: flex;
    margin-top: 13px;
    margin-bottom: 13px;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 15px;
}

.arrow-right {
    margin-right: 20px;
    margin-left: 20px;
    background-image: linear-gradient(180deg, #313ee0, #313ee0);
    font-family: Materialiconsoutlined, sans-serif;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.world-image {
    position: relative;
    min-height: 700px;
}

.text-image-world {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 98px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
}

.background-features {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url('../images/ellipse-main-blue.png');
    background-position: 50% 100%;
    background-size: 850px;
    background-repeat: no-repeat;
    filter: blur(20px);
}

.background-features.position-workflow {
    background-position: 0% 50%;
    background-size: 739px;
}

.background-features.position-product-team {
    background-position: 50% 50%;
}

.background-features.faq {
    background-position: 100% 0%;
    background-size: contain;
}

.background-features.blog-grid {
    background-position: 50% 50%;
    background-size: cover;
}

.background-features.fit-blog-post {
    background-position: 50% 50%;
    background-size: cover;
    filter: blur(20px);
}

.background-features.fit-bp-categories {
    background-position: 50% 50%;
    background-size: contain;
}

.background-features.fit-contact-form {
    background-position: 70% 50%;
    background-size: contain;
}

.background-features.fit-faq {
    background-position: 50% 50%;
    background-size: cover;
}

.background-features.fit-right {
    background-position: 70% 50%;
    background-size: contain;
}

.background-features.fit-left {
    background-position: 0% 50%;
    background-size: contain;
}

.background-features.fit-join {
    background-position: 100% 50%;
    background-size: contain;
}

.background-features.fit-careers {
    background-position: 50% 50%;
    background-size: contain;
}

.background-features.fit-job {
    background-position: 50% 50%;
    background-size: cover;
}

.background-features.coming-soon {
    background-position: 50% 50%;
    background-size: cover;
}

.background-features._404-page {
    background-position: 50% 50%;
    background-size: cover;
}

.background-features.password {
    background-position: 50% 50%;
    background-size: cover;
}

.background-features.position-just-for-you {
    background-position: 50% 50%;
    background-size: contain;
}

.background-features.position-licensing {
    background-position: 50% 50%;
    background-size: cover;
}

.background-features.position-icons {
    background-position: 0% 50%;
    background-size: contain;
}

.background-image-block {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 50%;
    height: 100%;
    background-image: url('../images/ellipse-main-blue.png');
    background-position: 50% 50%;
    background-size: 850px;
    background-repeat: no-repeat;
    filter: blur(20px);
}

.button-play-about-us {
    position: relative;
    width: 55px;
    height: 55px;
    margin-right: 12px;
}

.gradient-bgr {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url('../images/ellipse-main-blue.png');
    background-position: 100% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    filter: blur(20px);
}

.testimonials-image {
    display: flex;
    width: 80%;
    padding: 23px;
    align-items: center;
    grid-column-gap: 20px;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.2);
}

.subtitle-text-testimonials {
    font-size: 14px;
}

.slider-testimonials {
    display: flex;
    width: 48%;
    height: 100%;
    flex-direction: column;
}

.card-01 {
    width: 100%;
    margin-bottom: 30px;
}

.card-02 {
    display: flex;
    justify-content: flex-end;
}

.slide-nav-testimonials {
    display: none;
}

.left-arrow-testimonials {
    left: auto;
    top: auto;
    right: -22%;
    bottom: 17%;
    display: flex;
    width: 51px;
    height: 51px;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50%;
}

.right-arrow-testimonials {
    left: auto;
    top: auto;
    right: -36%;
    bottom: 17%;
    display: flex;
    width: 51px;
    height: 51px;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50%;
}

.text-slide {
    margin-top: 30px;
    margin-bottom: 50px;
}

.left-icon {
    font-family: Materialiconsoutlined, sans-serif;
    font-size: 16px;
}

.right-icon {
    font-family: Materialiconsoutlined, sans-serif;
    font-size: 16px;
}

.backgrounds-testimonials {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url('../images/ellipse-main-blue.png');
    background-position: 50% 50%;
    background-size: 1000px;
    background-repeat: no-repeat;
    filter: blur(20px);
}

.image-1 {
    position: absolute;
    left: 26%;
    top: 19%;
    right: auto;
    bottom: auto;
}

.image-2 {
    position: absolute;
    left: 40%;
    top: 27%;
    right: auto;
    bottom: auto;
}

.image-3 {
    position: absolute;
    left: 49%;
    top: 11%;
    right: auto;
    bottom: auto;
}

.image-4 {
    position: absolute;
    left: 65%;
    top: 21%;
    right: auto;
    bottom: auto;
}

.image-5 {
    position: absolute;
    left: 25%;
    top: 71%;
    right: auto;
    bottom: auto;
}

.image-6 {
    position: absolute;
    left: 39%;
    top: 89%;
    right: auto;
    bottom: auto;
}

.image-7 {
    position: absolute;
    left: 45%;
    top: 70%;
    right: auto;
    bottom: auto;
}

.image-8 {
    position: absolute;
    left: 59%;
    top: 76%;
    right: auto;
    bottom: auto;
}

.image-9 {
    position: absolute;
    left: 72%;
    top: 65.5%;
    right: auto;
    bottom: auto;
}

.description-content {
    position: relative;
    width: 50%;
    text-align: center;
}

.image-block-world {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading-item {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
}

.background-pricing {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url('../images/Ellipse-14-3.png');
    background-position: 50% 75%;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(20px);
}

.background-pricing.position {
    background-position: 50% 50%;
    background-size: contain;
}

.background-pricing.position-01 {
    background-position: 50% 50%;
    background-size: contain;
}

.heading-comparing-table {
    background-image: linear-gradient(150deg, #ff00c7, #ffb800);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading-blog-grid {
    transition: color 200ms ease;
}

.heading-blog-grid:hover {
    color: #ffb800;
}

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

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

.contacts-2-banner-description-gradient {
    margin-bottom: 60px;
    background-image: linear-gradient(150deg, #ff00c7, #ffb800);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.success-message-2 {
    background-color: transparent;
    background-image: linear-gradient(180deg, #ff00c7, #ffb800);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-contact-us {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.error-message-2 {
    background-color: transparent;
    color: #e90000;
    font-size: 16px;
}

.rich-text-blog-details h2 {
    margin-top: 30px;
}

.rich-text-blog-details h4 {
    margin-top: 30px;
}

._404-text {
    margin-bottom: 20px;
    background-image: linear-gradient(180deg, #ff00c7, #ffb800);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 180px;
    line-height: 1em;
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shop-games-wrapper {
    width: 100%;
    padding: 20px;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.2);
    border-radius: 20px;
}

.card-image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.image-link-shop {
    width: 140px;
    height: 140px;
    margin-right: 30px;
}

.price {
    margin-bottom: 25px;
    color: #fff;
}

.default-state-2 {
    display: flex;
    align-items: center;
}

.quantity-3 {
    display: none;
    margin-bottom: 0px;
}

.heading {
    transition: color 200ms ease;
    color: #ffb800;
}

.heading:hover {
    color: #fff;
}

.collection-list-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.quantity-4 {
    width: 36.5%;
    height: auto;
    margin-bottom: 40px;
    padding: 10px 20px;
    border-color: transparent;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.2);
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.quantity-4:focus {
    border-color: rgba(255, 184, 0, 0.3);
}

.shop-details-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
}

.shop-details-price-wrapper {
    display: flex;
}

.shop-details-slide-nav {
    display: none;
    font-size: 10px;
}

.shop-details-right-arrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #e9e9e9;
    border-radius: 100px;
    background-image: linear-gradient(150deg, #ff00c7, #ffb800);
}

.shop-details-left-arrow-icon {
    font-family: 'Fa solid 900', sans-serif;
    font-size: 12px;
}

.out-of-stock-state-2 {
    margin-top: 0px;
    background-color: #f9f9fa;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.shop-details-right-arrow-icon {
    font-family: 'Fa solid 900', sans-serif;
    font-size: 12px;
}

.default-state-3 {
    margin-bottom: 0px;
}

.shop-details-slider {
    height: 600px;
    background-color: transparent;
}

.shop-details-subtitle {
    background-image: linear-gradient(180deg, #ff00c7, #ffb800);
    font-family: 'Gt walsheim pro', sans-serif;
    font-size: 15px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shop-details-subtitle._20-margin-top {
    margin-top: 20px;
    letter-spacing: 0.5px;
}

.shop-details-block {
    position: relative;
    margin-top: 80px;
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    border-radius: 10px;
}

.heading-products-shop {
    color: #ffb800;
    font-size: 50px;
}

.shop-details-image-lightbox {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.buy-now-button {
    display: flex;
    width: 100%;
    margin-top: 20px;
    padding: 10px 30px;
    justify-content: center;
    background-color: #fcf9f6;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.details-subtitle {
    background-image: linear-gradient(180deg, #ff00c7, #ffb800);
    font-size: 20px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shop-details-wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 90px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.shop-details-left-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: flex;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    justify-content: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #e9e9e9;
    border-radius: 100px;
    background-image: linear-gradient(150deg, #ff00c7, #ffb800);
}

.shop-details-content-block {
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
}

.error-state-2 {
    margin-top: 20px;
    background-color: #ffe8e6;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    letter-spacing: 2px;
}

.description-top-block {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.description-top-block.align {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

.cart-image-content {
    display: flex;
    padding-right: 30px;
    align-items: center;
}

.cart-image-content.layout {
    padding-right: 0px;
    flex-direction: row;
}

.next-button {
    margin-top: 30px;
    border-color: transparent;
    background-color: transparent;
}

.previous-button {
    margin-top: 30px;
    border-color: transparent;
    background-color: transparent;
}

.line-gradient-product {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 1px;
    background-image: linear-gradient(150deg, #ff00c7, #ffb800);
}

.description-game {
    margin-top: 10px;
    margin-bottom: 10px;
}

.gollection-grid-product {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.centered-block {
    text-align: left;
}

.paragraph-cart-shop {
    margin-bottom: 0px;
}

.pagination {
    display: none;
}

.cart-quantity {
    display: none;
}

.cart-button {
    padding-left: 25px;
    background-color: transparent;
}

.icon {
    filter: invert(100%);
}

.cart-header {
    border-bottom-color: hsla(0, 0%, 100%, 0.2);
    background-color: #000;
}

.cart-list {
    background-color: #000;
}

.cart-footer {
    border-top-color: hsla(0, 0%, 100%, 0.2);
    background-color: #000;
}

.cart-quantity-2 {
    border-color: hsla(0, 0%, 52.2%, 0.5);
    background-color: #000;
}

.cart-quantity-2:focus {
    border-color: #fff;
    text-align: left;
}

.heading-cart-popup {
    color: #ffb800;
}

.text-block {
    transition: color 200ms ease;
    color: #a6a6a6;
    font-size: 16px;
}

.text-block:hover {
    color: #ff00c7;
}

.image-popup {
    height: 60px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.cart-item {
    align-items: center;
}

.subtotal-price {
    background-image: linear-gradient(150deg, #ff00c7, #ffb800);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cart-container {
    background-color: #000;
}

.popup-cart {
    display: flex;
    align-items: center;
}

.checkout-form {
    background-color: #000;
}

.checkout-form.spacing {
    padding-top: 160px;
    padding-bottom: 80px;
}

.block-header {
    border-color: hsla(0, 0%, 100%, 0.2);
    background-color: #000;
}

.block-content {
    border-right-color: hsla(0, 0%, 100%, 0.2);
    border-bottom-color: hsla(0, 0%, 100%, 0.2);
    border-left-color: hsla(0, 0%, 100%, 0.2);
    background-color: #000;
}

.item-checkout {
    border-color: transparent;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, 0.2);
}

.item-checkout:focus {
    border-color: hsla(0, 0%, 100%, 0.5);
}

.item-checkout.-wfp-focus {
    border-color: hsla(0, 0%, 100%, 0.5);
}

.shipping-method {
    border-bottom-color: hsla(0, 0%, 100%, 0.2);
    background-color: #000;
}

.shipping-method-list {
    border-right-color: hsla(0, 0%, 100%, 0.2);
    border-left-color: hsla(0, 0%, 100%, 0.2);
    background-color: #000;
}

.web-payments {
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.2) hsla(0, 0%, 100%, 0.2) transparent;
}

.price-order {
    color: #ffb800;
}

.checkbox-label {
    margin-bottom: 0px;
}

.paypal-checkout-form {
    background-color: transparent;
}

.paypal-checkout-form.spacing {
    padding-top: 160px;
    padding-bottom: 80px;
}

.order-confirmation {
    background-color: transparent;
}

.order-confirmation.spacing {
    padding-top: 160px;
    padding-bottom: 80px;
}

.empty-state {
    border-right-color: hsla(0, 0%, 100%, 0.2);
    border-bottom-color: hsla(0, 0%, 100%, 0.2);
    border-left-color: hsla(0, 0%, 100%, 0.2);
    background-color: #000;
}

.buy-now-webflow-icon {
    margin-right: 8px;
}

.buy-now-fixed {
    position: fixed;
    left: auto;
    top: auto;
    right: 12px;
    bottom: 12px;
    display: flex;
    padding: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 4px;
    background-color: #fff;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.buy-now-fixed:hover {
    color: #000;
}

.more-templates {
    position: fixed;
    left: auto;
    top: auto;
    right: 12px;
    bottom: 48px;
    display: flex;
    width: 141px;
    padding: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 4px;
    background-color: #fff;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.more-templates:hover {
    color: #000;
}

@media screen and (min-width: 1280px) {
    h1 {
        font-size: 108px;
    }
    .section {
        padding-bottom: 130px;
    }
    .section.banner {
        padding-top: 180px;
    }
    .section.none-top-spacing {
        padding-top: 0px;
    }
    .section.features {
        padding-top: 0px;
    }
    .section.free-trial {
        padding-top: 130px;
    }
    .spacing-system-column {
        padding-right: 30px;
    }
    .style-guide-body-wrapper {
        margin-right: 60px;
    }
    .nav-link:hover {
        color: #313ee0;
    }
    .nav-link.w--current:hover {
        color: #313ee0;
    }
    .blog-grid-image {
        height: 320px;
    }
    .blog-grid-item {
        width: 48.7%;
    }
    .process-number-wrapper {
        padding-right: 70px;
        padding-left: 70px;
    }
    .style-guide-buttons-wrapper {
        flex-wrap: nowrap;
    }
    .banner-title-wrapper {
        margin-top: 0px;
    }
    .pricing-plan-item {
        padding-right: 40px;
        padding-left: 40px;
    }
    .comparing-table-features-wrapper {
        display: block;
    }
    .comparing-table-plans-wrapper {
        width: 67%;
    }
    .comparing-table-plan {
        margin-right: 15px;
    }
    .comparing-table-content-wrapper {
        padding-top: 10px;
    }
    .comparing-table-content-item-title {
        display: none;
    }
    .workflow-content-wrapper {
        padding-left: 70px;
    }
    .workflow-video-wrapper {
        max-height: none;
    }
    .workflow-title-wrapper {
        display: none;
    }
    .workflow-title-wrapper-desktop {
        display: block;
    }
    .workflow-quote {
        margin-top: 20px;
    }
    .link-with-icon {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .link-with-icon.margin {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .footer-wrapper {
        justify-content: space-between;
    }
    .footer-brand-wrapper {
        width: 25%;
    }
    .footer-links-wrapper {
        width: auto;
        margin-right: 20px;
    }
    .without-top-spacing {
        padding-top: 0px;
    }
    .search-section {
        margin-bottom: 80px;
    }
    .home-banner-section {
        background-image: none;
    }
    .secondary-button.spacing:hover {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .blog-section-title {
        margin-bottom: 70px;
    }
    .location-map-wrapper {
        padding-right: 70px;
    }
    .section-title-center {
        margin-bottom: 70px;
    }
    .about-us-img._3 {
        width: 340px;
    }
    .about-us-img._4 {
        width: 280px;
    }
    .about-us-img._2 {
        width: 340px;
    }
    .industries-block-wrapper {
        position: relative;
    }
    .section-with-blue-bg {
        padding-right: 40px;
        padding-left: 40px;
    }
    .header-container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .rose-style-guide {
        background-image: linear-gradient(180deg, #ff00c7, #ffb800);
    }
    .nav-drop-content:hover {
        color: #313ee0;
    }
    .footer-email-input {
        min-width: 85%;
    }
    .footer-email-wrapper {
        width: 35%;
        margin-top: 0px;
        margin-left: 80px;
    }
    .number-text {
        font-size: 40px;
    }
    .bgr-home-image {
        background-image: url('../images/ellipse-main-blue.png');
    }
    .home-container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .image-border-radius.image-04 {
        right: -379px;
        bottom: -379px;
    }
    .image-border-radius.image-02 {
        top: -260px;
        right: -163px;
    }
    .image-border-radius.image-01 {
        left: -7px;
        top: -40px;
    }
    .image-border-radius.image-05 {
        left: -427px;
        top: -388px;
    }
    .image-border-radius.image-06 {
        left: -70px;
        top: -224px;
    }
    .image-border-radius.image-08 {
        left: -124px;
        bottom: -225px;
    }
    .gradient-background-home {
        background-image: url('../images/ellipse-main-blue.png');
        background-position: 50% 50%;
        background-size: auto;
        background-repeat: no-repeat;
    }
    .line-gradient {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .cards-features {
        grid-column-gap: 40px;
    }
    .grid-games {
        flex-wrap: nowrap;
    }
    .game-card {
        background-image: linear-gradient(127deg, rgba(49, 62, 224, 0.2) 5%, hsla(0, 0%, 65.1%, 0.2));
    }
    .description-card {
        width: 50%;
        padding-left: 40px;
    }
    .game-card-small {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        background-image: linear-gradient(180deg, rgba(49, 62, 224, 0.2) 5%, hsla(0, 0%, 65.1%, 0.2));
    }
    .game-card-small.direction {
        padding-left: 30px;
        background-image: linear-gradient(180deg, rgba(49, 62, 224, 0.2) 5%, hsla(0, 0%, 65.1%, 0.2));
    }
    .game-button {
        justify-content: space-between;
    }
    .gard-block-left {
        justify-content: space-between;
    }
    .gradient-background-games {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .right-block-games {
        width: 48%;
        flex-direction: column;
        grid-row-gap: 30px;
    }
    .banner-image-block {
        padding-top: 50px;
    }
    .left {
        left: 0%;
        top: 0%;
        right: auto;
        bottom: auto;
        width: 50%;
        height: 90%;
        background-image: url('../images/ellipse-main-blue.png');
        background-position: 80% 70%;
        background-size: auto;
    }
    .right {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        display: block;
        background-image: url('../images/ellipse-main-blue.png');
        background-position: 50% 70%;
        background-size: auto;
    }
    .heading-about-us {
        font-size: 88px;
    }
    .right-content {
        width: 40%;
    }
    .gradient-image-bgr {
        background-image: url('../images/ellipse-main-blue.png');
        background-position: 100% 70%;
        background-size: cover;
    }
    .text-item {
        flex-direction: row;
    }
    .text-image-world {
        font-size: 108px;
    }
    .background-features {
        background-image: url('../images/ellipse-main-blue.png');
    }
    .background-features.position-workflow {
        background-position: 70% 50%;
        background-size: contain;
    }
    .background-features.position-product-team {
        background-size: contain;
    }
    .background-features.faq {
        background-size: contain;
    }
    .background-features.fit-faq {
        background-size: contain;
    }
    .background-features.fit-right {
        background-position: 65% 50%;
    }
    .background-features.position {
        background-position: 50% 100%;
        background-size: cover;
    }
    .gradient-bgr {
        background-image: url('../images/ellipse-main-blue.png');
        background-size: cover;
    }
    .left-arrow-testimonials {
        right: -18.5%;
        bottom: 12%;
    }
    .right-arrow-testimonials {
        right: -31%;
        bottom: 12%;
    }
    .background-pricing.position-01 {
        background-size: contain;
    }
    ._404-text {
        font-size: 250px;
    }
    .image-link-shop {
        width: 150px;
        height: 150px;
    }
    .image-link-shop.none-margin {
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .collection-list-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    .description-top-block {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .description-top-block.align {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .cart-image-content.layout {
        flex-direction: column;
    }
    .gollection-grid-product {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .centered-block {
        text-align: center;
    }
}

@media screen and (min-width: 1440px) {
    h1 {
        margin-bottom: 10px;
    }
    h2 {
        margin-bottom: 10px;
    }
    h3 {
        margin-bottom: 10px;
    }
    h4 {
        margin-bottom: 10px;
    }
    h5 {
        margin-bottom: 10px;
    }
    h6 {
        margin-bottom: 10px;
    }
    .base-container {
        display: flex;
    }
    .primary-button {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .primary-button.position-games {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .nav-link:hover {
        color: #313ee0;
    }
    .nav-link.w--current:hover {
        color: #313ee0;
    }
    ._404-paragraph {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .accordion-title {
        color: #fff;
    }
    .link-with-icon {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .link-with-icon.margin {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .footer-link:hover {
        color: #313ee0;
    }
    .home-banner-section {
        background-image: none;
    }
    .secondary-button.spacing:hover {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .secondary-button.margin {
        padding: 14px 30px;
    }
    .secondary-button.margin:hover {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .about-us-img._1 {
        width: 380px;
    }
    .about-us-img._3 {
        width: 400px;
    }
    .about-us-img._4 {
        width: 300px;
    }
    .about-us-img._2 {
        width: 390px;
    }
    .home-5-our-services-wrap {
        align-items: center;
    }
    .section-with-blue-bg {
        padding-right: 100px;
        padding-left: 100px;
    }
    .button-with-icon:hover {
        border-color: #313ee0;
        color: #313ee0;
    }
    .nav-dropdown-list-2.w--open {
        width: 150px;
    }
    .nav-drop-content:hover {
        color: #313ee0;
    }
    .dropdown-link:hover {
        color: #313ee0;
    }
    .dropdown-link.w--current:hover {
        color: #313ee0;
    }
    .bgr-home-image {
        background-image: url('../images/ellipse-main-blue.png');
    }
    .image-home {
        margin-left: 180px;
    }
    .elipse-background {
        min-height: 776px;
    }
    .image-border-radius.image-04 {
        right: -506px;
        bottom: -240px;
    }
    .image-border-radius.image-03 {
        left: 120px;
        bottom: -133px;
    }
    .image-border-radius.image-02 {
        top: -131px;
        right: -212px;
    }
    .image-border-radius.image-05 {
        left: -523px;
        top: -252px;
    }
    .image-border-radius.image-06 {
        left: -168px;
        top: -189px;
    }
    .image-border-radius.image-07 {
        bottom: 39px;
    }
    .image-border-radius.image-08 {
        left: -190px;
        bottom: -115px;
    }
    .image-07 {
        margin-left: -102px;
    }
    .gradient-background-home {
        background-image: url('../images/ellipse-main-blue.png');
        background-position: 20% 50%;
        background-size: 1100px;
    }
    .line-gradient {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .game-card {
        background-image: linear-gradient(127deg, rgba(49, 62, 224, 0.2) 5%, hsla(0, 0%, 65.1%, 0.2));
    }
    .game-card-small {
        background-image: linear-gradient(180deg, rgba(49, 62, 224, 0.2) 5%, hsla(0, 0%, 65.1%, 0.2));
    }
    .game-card-small.direction {
        background-image: linear-gradient(180deg, rgba(49, 62, 224, 0.2) 5%, hsla(0, 0%, 65.1%, 0.2));
    }
    .gradient-background-games {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .banner-image-block {
        padding-top: 80px;
    }
    .button-video:hover {
        color: #313ee0;
    }
    .left {
        background-image: url('../images/ellipse-main-blue.png');
        background-position: 80% 70%;
        background-size: auto;
    }
    .right {
        background-image: url('../images/ellipse-main-blue.png');
    }
    .gradient-image-bgr {
        background-image: url('../images/ellipse-main-blue.png');
    }
    .arrow-right {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .background-features {
        background-image: url('../images/ellipse-main-blue.png');
    }
    .background-features.fit-join {
        background-position: 80% 50%;
    }
    .background-image-block {
        background-image: url('../images/ellipse-main-blue.png');
        background-position: 100% 50%;
    }
    .gradient-bgr {
        background-image: url('../images/ellipse-main-blue.png');
    }
    .backgrounds-testimonials {
        background-image: url('../images/ellipse-main-blue.png');
    }
    .description-content {
        width: 45%;
    }
    ._404-text {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .link:hover {
        color: #313ee0;
    }
    .image-10 {
        margin-top: -63px;
    }
    .image-11 {
        max-width: 100%;
    }
}

@media screen and (min-width: 1920px) {
    .accordion-title {
        color: #fff;
    }
    .home-banner-section {
        height: 100vh;
        background-image: none;
    }
    .about-us-img._1 {
        left: 16%;
        width: 420px;
    }
    .about-us-img._3 {
        left: 54%;
        top: 20%;
        width: 430px;
    }
    .about-us-img._4 {
        left: 48%;
    }
    .section-with-blue-bg {
        padding-right: 180px;
        padding-left: 180px;
    }
    .banner-content-home {
        position: relative;
        justify-content: flex-start;
    }
    .bgr-home-image {
        background-position: 50% 70%;
        background-size: cover;
    }
    .image-home {
        top: -90px;
        max-width: 960px;
    }
    .absolute-block-home {
        position: absolute;
        left: auto;
        top: 0%;
        right: -34%;
        bottom: auto;
        align-items: flex-start;
    }
    .elipse-background {
        background-size: auto;
    }
    .image-border-radius.image-04 {
        left: 350px;
        bottom: -40px;
    }
    .image-border-radius.image-03 {
        left: 26px;
        bottom: -72px;
    }
    .image-border-radius.image-02 {
        left: 324px;
        top: -40px;
    }
    .image-border-radius.image-01 {
        left: -15px;
        top: -99px;
    }
    .image-border-radius.image-05 {
        left: -569px;
        top: -72px;
    }
    .image-border-radius.image-06 {
        left: -192px;
        top: -56px;
    }
    .image-border-radius.image-07 {
        right: -26px;
    }
    .image-border-radius.image-08 {
        left: -343px;
        bottom: -123px;
    }
    .gradient-background-home {
        background-position: 40% 50%;
    }
    .banner-left-block {
        width: 45%;
    }
    .banner-image-block {
        position: absolute;
        left: auto;
        top: 15%;
        right: -6%;
        bottom: auto;
        display: flex;
        width: auto;
        padding-top: 30px;
        justify-content: flex-end;
    }
    .left {
        background-position: 100% 70%;
        background-size: auto;
    }
    .right {
        background-position: 50% 70%;
        background-size: auto;
    }
    .gradient-image-bgr {
        background-position: 100% 50%;
    }
    .world-image {
        min-height: 750px;
    }
    .background-features.position-workflow {
        background-position: 60% 50%;
        background-size: contain;
    }
    .background-features.faq {
        background-position: 100% 100%;
    }
    .background-features.fit-contact-form {
        background-position: 60% 50%;
        background-size: contain;
    }
    .background-features.fit-right {
        background-position: 60% 50%;
    }
    .background-features.fit-left {
        background-position: 15% 50%;
    }
    .background-features.fit-join {
        background-position: 70% 50%;
    }
    .background-features.position-icons {
        background-position: 15% 50%;
    }
    .background-image-block {
        background-position: 0% 50%;
    }
    .gradient-bgr {
        background-position: 30% 50%;
        background-size: auto;
    }
    .description-content {
        width: 35%;
    }
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 36px;
    }
    .section.banner {
        min-height: 300px;
        padding-top: 130px;
    }
    .section.spacing {
        padding-top: 130px;
    }
    .grid-system {
        width: 100%;
    }
    .grid-description.first-description {
        text-align: center;
    }
    .spacing-system-image {
        width: 75%;
    }
    .spacing-wrapper-mobile {
        width: 70%;
    }
    .spacing-columns {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .bottom-style-spacing-desktop {
        bottom: 6%;
    }
    .top-style-spacing-desktop {
        top: 4%;
    }
    .middle-style-spacing-desktop {
        top: 30%;
    }
    .spasing-system-image-mobile {
        width: 70%;
    }
    .colors-wrapper {
        margin-right: 40px;
    }
    .colors-container {
        flex-wrap: wrap;
    }
    .headings-typography-wrapper {
        width: 100%;
        margin-bottom: 30px;
    }
    .headings-typography-wrapper.last-child {
        margin-bottom: 30px;
    }
    .style-guide-body-wrapper {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .primary-button.position {
        left: -15%;
    }
    .top-style-spacing-mobile {
        top: 3%;
    }
    .middlr-style-spacing-mobile {
        top: 26%;
    }
    .bottom-style-spacing-mobile {
        bottom: 6%;
    }
    .nav-menu {
        position: absolute;
        left: 0%;
        top: 0%;
        right: auto;
        bottom: auto;
        overflow: visible;
        width: 100%;
        max-width: 350px;
        flex-direction: column;
        background-color: transparent;
    }
    .menu-button {
        padding: 0px;
        text-align: right;
    }
    .menu-button.w--open {
        background-color: transparent;
    }
    .nav-link {
        display: flex;
        margin-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: flex-start;
    }
    .nav-dropdown {
        display: flex;
        overflow: hidden;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        transition: opacity 500ms ease;
    }
    .nav-dropdown-toggle {
        display: flex;
        padding: 10px 25px;
        justify-content: flex-start;
    }
    .tablet-menu {
        display: flex;
        padding-top: 25px;
        padding-bottom: 25px;
        justify-content: space-between;
        align-items: center;
    }
    .close-menu-button.w--open {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        background-color: transparent;
    }
    .nav-close-icon {
        position: relative;
        max-width: 60%;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        filter: invert(100%);
    }
    .licensing-paragraph {
        width: 100%;
    }
    .coming-soon-wrapper {
        margin-right: 0px;
        align-items: center;
    }
    .coming-soon-paragraph {
        margin-bottom: 30px;
    }
    .coming-soon-heading {
        font-size: 56px;
        text-align: center;
    }
    .blog-grid-collection-list {
        -moz-column-count: 2;
        column-count: 2;
    }
    .blog-grid-item {
        width: 100%;
    }
    .blog-template-wrapper {
        padding: 40px;
    }
    .blog-template-date {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .blog-template-pagination {
        margin-top: 60px;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }
    .footer {
        padding-top: 80px;
    }
    .section-title-wrapper {
        max-width: 560px;
    }
    .team-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .team-grid-large {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .process-content.reverse {
        padding-right: 40px;
    }
    .process-number-wrapper {
        padding-right: 30px;
        padding-left: 30px;
    }
    .style-guide-button-wrapper {
        width: 100%;
    }
    .process-image {
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .values-wrapper {
        flex-wrap: wrap-reverse;
    }
    .values-image-wrapper {
        width: 100%;
        max-height: 400px;
    }
    .values-content-wrapper {
        width: 100%;
        margin-bottom: 30px;
        padding-left: 0px;
        text-align: center;
    }
    .values-counter-wrapper {
        margin-top: 0px;
        border-top-style: none;
    }
    .values-counter-item {
        padding: 30px;
    }
    .career-location {
        padding-right: 15px;
        padding-left: 15px;
    }
    .career-button-wrapper {
        width: 30%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .career-position-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
    .career-location-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
    .career-type-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
    .services-item {
        margin-right: 15px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .pricing-plans-wrapper {
        flex-wrap: wrap;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .pricing-plan-item {
        max-width: 360px;
    }
    .comparing-table-wrapper {
        position: relative;
    }
    .comparing-table-plans-wrapper {
        justify-content: space-around;
        flex-wrap: wrap;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    .comparing-table-plan {
        width: 47%;
        margin-right: 0px;
    }
    .comparing-table-button-wrapper {
        padding-top: 35px;
    }
    .pricing-features-icon {
        min-width: auto;
        padding-left: 0px;
    }
    .link-with-icon {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .link-with-icon.margin {
        display: inline-block;
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .job-position-content-wrapper {
        padding-right: 40px;
    }
    .job-position-sidebar-wrapper {
        top: 20px;
        padding: 20px;
    }
    .contacts-title {
        margin-bottom: 40px;
        text-align: center;
    }
    .contacts-2-location-wrapper {
        width: 34%;
        margin-top: 0px;
    }
    .contacts-2-form-wrapper {
        width: 100%;
        margin-right: 0px;
        padding: 40px;
    }
    .contacts-2-content-wrapper {
        display: flex;
        width: 100%;
        margin-bottom: 30px;
        padding-left: 0px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .contacts-2-wrapper {
        flex-wrap: wrap-reverse;
    }
    .contacts-2-content {
        width: 66%;
        padding-right: 30px;
    }
    .footer-logo-company-wrapper {
        grid-column-gap: 120px;
        grid-row-gap: 30px;
    }
    .footer-wrapper {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .footer-brand-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .search-input:focus {
        border-style: solid;
        border-width: 1px;
        border-color: #0f5cfa;
    }
    .search-section {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .footer-logo-wrapper {
        width: 100%;
    }
    .headings-container {
        flex-wrap: wrap;
    }
    .style-guide-content-wrapper {
        flex-wrap: wrap;
    }
    .nav-menu-shadow-overlay {
        height: 100%;
        padding-right: 15px;
        padding-left: 15px;
        flex-direction: column;
        align-items: stretch;
        background-color: #000;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    }
    .home-banner-section {
        height: 100%;
        padding-top: 80px;
        padding-bottom: 80px;
        background-position: 50% 50%;
        background-size: auto;
    }
    .home-banner-section.none-padding {
        padding-top: 130px;
        padding-bottom: 80px;
    }
    .secondary-button.spacing {
        display: none;
        margin-top: 20px;
        margin-left: 0px;
        text-align: center;
    }
    .secondary-button.none-display {
        display: flex;
        margin-top: 20px;
        margin-right: 25px;
        margin-left: 25px;
        justify-content: center;
    }
    .blog-section-title {
        margin-bottom: 60px;
    }
    .contacts-wrapper-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .section-title-center {
        margin-bottom: 60px;
    }
    .home-4-testimonials-wrapper {
        width: 80%;
        margin-top: 20px;
        flex-wrap: wrap;
        grid-column-gap: 60px;
        grid-row-gap: 40px;
    }
    .testimonials-wrapper-2 {
        width: 80%;
        margin-top: 20px;
        flex-wrap: wrap;
        grid-column-gap: 60px;
        grid-row-gap: 60px;
    }
    .about-us-img._1 {
        left: 15px;
        top: 7%;
    }
    .about-us-img._5 {
        left: 60px;
        top: 58%;
        bottom: 0px;
    }
    .about-us-img._3 {
        top: 0%;
        right: 15px;
        width: 360px;
    }
    .about-us-img._4 {
        left: auto;
        top: 57%;
        right: 15px;
        width: 240px;
    }
    .about-us-img._2 {
        left: 35%;
        top: 30%;
        z-index: 5;
    }
    .subtitle {
        margin-bottom: 30px;
    }
    .content {
        margin-bottom: 0px;
    }
    .industries-block-wrapper {
        max-width: 45vw;
    }
    .about-4-team-slide {
        width: 100%;
    }
    .subtitle-2 {
        margin-bottom: 30px;
    }
    .header-container {
        align-items: center;
    }
    .logo-header.w--current {
        padding-left: 0px;
    }
    .image-nav-tablet {
        filter: invert(100%);
    }
    .nav-dropdown-link-wrapper-2 {
        padding-right: 0px;
        justify-content: flex-start;
    }
    .nav-dropdown-link-wrapper-2:hover {
        padding-right: 0px;
        padding-left: 0px;
    }
    .nav-dropdown-list-2 {
        position: static;
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 40px;
        flex-direction: column;
        border-style: none;
    }
    .nav-dropdown-list-2.w--open {
        position: static;
        display: flex;
        padding-top: 0px;
        padding-bottom: 0px;
        box-shadow: none;
    }
    .nav-drop-content {
        width: 100%;
        justify-content: space-between;
    }
    .footer-email-input {
        min-width: 93%;
    }
    .footer-email-wrapper {
        width: 60%;
    }
    .footer-brand-wrapper-top {
        text-align: center;
    }
    .content-block-left {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .content-block-right {
        width: 70%;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
    }
    .banner-content-home {
        flex-wrap: wrap-reverse;
    }
    .bgr-home-image {
        background-image: url('../images/ellipse-main-blue.png');
        background-position: 70% 70%;
        background-size: auto;
    }
    .elipse-background {
        min-height: auto;
    }
    .image-border-radius.image-04 {
        right: auto;
        bottom: auto;
        margin-bottom: 30px;
    }
    .image-border-radius.image-03 {
        left: auto;
        bottom: auto;
        margin-bottom: 30px;
    }
    .image-border-radius.image-02 {
        top: auto;
        right: auto;
        margin-bottom: 30px;
    }
    .image-border-radius.image-01 {
        left: auto;
        top: auto;
        margin-bottom: 30px;
    }
    .image-border-radius.image-05 {
        left: auto;
        top: auto;
        margin-bottom: 30px;
    }
    .image-border-radius.image-06 {
        left: auto;
        top: auto;
        margin-bottom: 30px;
    }
    .image-border-radius.image-07 {
        right: auto;
        bottom: auto;
        margin-bottom: 30px;
    }
    .image-border-radius.image-08 {
        left: auto;
        bottom: auto;
        margin-bottom: 30px;
    }
    .gradient-background-home {
        background-image: url('../images/ellipse-main-blue.png');
        background-position: 30% 50%;
        background-size: 550px;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }
    .tab-link.w--current {
        justify-content: center;
    }
    .logo-tab-content {
        width: 40%;
        justify-content: center;
    }
    .line-gradient {
        width: 40.5%;
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .heading-features {
        width: 50%;
        grid-row-gap: 10px;
    }
    .cards-features {
        justify-content: center;
        flex-wrap: wrap;
        grid-column-gap: 0px;
    }
    .text-block-features {
        width: 50%;
    }
    .card-item {
        width: 50%;
    }
    .subtitle-features {
        margin-top: 10px;
    }
    .grid-games {
        margin-top: 60px;
        justify-content: stretch;
        flex-wrap: wrap;
        align-content: space-around;
        grid-row-gap: 30px;
    }
    .game-card {
        width: 100%;
        background-image: linear-gradient(127deg, rgba(49, 62, 224, 0.29) 5%, hsla(0, 0%, 65.1%, 0.2));
    }
    .description-card {
        padding-left: 40px;
    }
    .game-card-small {
        width: 50%;
        padding-right: 30px;
        padding-left: 30px;
        background-image: linear-gradient(180deg, rgba(49, 62, 224, 0.2) 5%, hsla(0, 0%, 65.1%, 0.2));
    }
    .game-card-small.direction {
        padding-left: 30px;
        background-image: linear-gradient(180deg, rgba(49, 62, 224, 0.2) 5%, hsla(0, 0%, 65.1%, 0.2));
    }
    .game-button {
        justify-content: space-between;
    }
    .gradient-background-games {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .right-block-games {
        width: 100%;
        flex-direction: row;
        grid-column-gap: 30px;
    }
    .banner-content-about-us {
        min-height: 100%;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .banner-left-block {
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .banner-image-block {
        padding-top: 0px;
    }
    .button-wrapper-about-us {
        justify-content: center;
    }
    .left {
        background-position: 50% 70%;
    }
    .right {
        display: none;
    }
    .block-wrapper.flex {
        flex-direction: column;
    }
    .block-wrapper.testimonials {
        padding-top: 0px;
        flex-direction: column-reverse;
    }
    .text-content {
        width: 100%;
        margin-bottom: 50px;
    }
    .image-content {
        width: 100%;
    }
    .image-content.direction {
        width: 100%;
        margin-bottom: 80px;
    }
    .link-block-text-content {
        margin-top: 30px;
    }
    .menu-content {
        margin-top: 30px;
        padding-right: 30px;
        padding-left: 30px;
    }
    .text-item {
        justify-content: center;
        flex-wrap: wrap;
        grid-row-gap: 15px;
        text-align: center;
    }
    .arrow-right {
        margin-right: 30px;
        margin-left: 30px;
    }
    .world-image {
        min-height: 750px;
    }
    .text-image-world {
        font-size: 80px;
    }
    .background-features {
        background-image: url('../images/ellipse-main-blue.png');
        background-position: 50% 100%;
        background-size: cover;
    }
    .background-features.position-workflow {
        background-position: 100% 50%;
        background-size: contain;
    }
    .background-features.faq {
        background-position: 50% 50%;
        background-size: cover;
    }
    .background-features.fit-contact-form {
        background-position: 50% 50%;
        background-size: cover;
    }
    .background-features.fit-right {
        background-position: 80% 50%;
        background-size: contain;
    }
    .background-features.fit-left {
        background-position: -25% 50%;
    }
    .background-features.fit-join {
        background-position: 50% 50%;
        background-size: cover;
    }
    .background-image-block {
        width: 100%;
    }
    .gradient-bgr {
        background-position: 50% 50%;
    }
    .slider-testimonials {
        width: 100%;
    }
    .left-arrow-testimonials {
        left: 0%;
        top: auto;
        right: auto;
        bottom: -25%;
    }
    .right-arrow-testimonials {
        left: 0%;
        top: auto;
        right: auto;
        bottom: -25%;
        margin-left: 80px;
    }
    .text-slide {
        margin-top: 15px;
    }
    .backgrounds-testimonials {
        background-size: 1400px;
    }
    .image-1 {
        left: 13%;
        top: 22%;
    }
    .image-2 {
        left: 35%;
        top: 28%;
    }
    .image-3 {
        top: 14%;
    }
    .image-4 {
        left: 74%;
        top: 23%;
    }
    .image-5 {
        left: 11%;
        top: 70%;
    }
    .image-6 {
        left: 34%;
        top: 85%;
    }
    .image-7 {
        left: 42%;
        top: 69%;
    }
    .image-8 {
        left: 66%;
        top: 74%;
    }
    .image-9 {
        left: 86%;
        top: 63%;
    }
    .description-content {
        text-align: center;
    }
    .heading-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .image-link-shop {
        width: 200px;
        height: 200px;
    }
    .image-link-shop.none-margin {
        margin-right: 0px;
    }
    .price {
        margin-bottom: 40px;
    }
    .collection-list-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .shop-details-block {
        padding-top: 30px;
        padding-right: 30px;
        padding-left: 30px;
    }
    .heading-products-shop {
        font-size: 45px;
    }
    .shop-details-wrapper {
        grid-column-gap: 30px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .description-top-block {
        flex-direction: row;
    }
    .description-top-block.align {
        justify-content: center;
        align-items: center;
    }
    .cart-image-content.layout {
        flex-direction: column;
    }
    .link-block-2 {
        margin-top: 5px;
    }
    .gollection-grid-product {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
    .centered-block {
        text-align: center;
    }
    .checkout-form.spacing {
        padding-top: 130px;
    }
    .paypal-checkout-form.spacing {
        padding-top: 130px;
    }
    .order-confirmation.spacing {
        padding-top: 130px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 56px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 32px;
    }
    blockquote {
        font-size: 18px;
    }
    .section.banner {
        padding-bottom: 80px;
    }
    .section.margin-bottom-130 {
        padding-bottom: 80px;
    }
    .grid-system-wrapper {
        margin-top: 15px;
        flex-direction: row;
    }
    .grid-system {
        flex-direction: column;
        border-left: 1px solid #7c7c7c;
    }
    .grid-title {
        width: 100%;
        border-bottom: 1px solid #7c7c7c;
        border-right-style: none;
    }
    .grid-title.first-grid {
        width: 100%;
        border-right-style: none;
        border-left-style: none;
    }
    .grid-description {
        width: 100%;
        align-items: center;
        border-top: 1px solid #a7a7a7;
        border-right-width: 1px;
        border-bottom-style: none;
    }
    .grid-description.first-description {
        width: 100%;
        border-width: 1px 1px 0.5px 0px;
        border-top-style: none;
        border-top-color: #a7a7a7;
        border-bottom-style: none;
        border-left-style: none;
    }
    .grid-description.last-description {
        border-right-width: 1px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }
    .spacing-system-column {
        margin-top: 20px;
    }
    .spacing-wrapper-mobile {
        margin-top: 30px;
    }
    .typography-wrapper {
        margin-top: 20px;
    }
    .spacing-columns {
        margin-top: 0px;
    }
    .bottom-style-spacing-desktop {
        bottom: 10%;
    }
    .top-style-spacing-desktop {
        top: 10%;
    }
    .spacing-wrapper {
        margin-top: 30px;
    }
    .middle-style-spacing-desktop {
        top: 34%;
    }
    .colors-wrapper {
        margin-top: 15px;
        margin-right: 0px;
    }
    .colors-container {
        margin-top: 0px;
    }
    .headers-wrapper {
        width: 100%;
        margin-top: 10px;
    }
    .style-guide-body-wrapper {
        width: 100%;
        margin-top: 10px;
    }
    .primary-button.search-button {
        width: 100%;
    }
    .primary-button.position {
        left: -12%;
    }
    .style-guide-div {
        margin-top: 35px;
    }
    .top-style-spacing-mobile {
        top: 7%;
    }
    .middlr-style-spacing-mobile {
        top: 31%;
    }
    .bottom-style-spacing-mobile {
        bottom: 9%;
    }
    .grid-header {
        width: 100%;
        margin-top: 35px;
    }
    .link-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-dropdown-toggle {
        width: 99%;
    }
    .licensing-title-wrapper {
        margin-bottom: 20px;
    }
    .licensing-images-wrapper {
        padding-top: 10px;
    }
    .licensing-grid {
        padding-bottom: 40px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .licensing-title {
        padding-bottom: 20px;
    }
    .licensing-fonts-wrapper {
        flex-wrap: wrap;
    }
    .licensing-paragraph {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .licensing-paragraph.last-item {
        margin-bottom: 0px;
    }
    .licensing-font-title {
        margin-bottom: 10px;
    }
    .licensing-icons-wrapper {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .password-image {
        width: 100px;
    }
    ._404-paragraph {
        margin-bottom: 30px;
    }
    .coming-soon-wrapper {
        margin-left: 0%;
    }
    .coming-soon-input {
        min-width: 240px;
    }
    .coming-soon-heading {
        font-size: 44px;
    }
    .blog-grid-collection-list {
        -moz-column-count: 1;
        column-count: 1;
    }
    .blog-grid-item-date {
        margin-bottom: 20px;
    }
    .blog-grid-content-wrapper {
        min-height: 260px;
    }
    .blog-grid-item {
        width: 100%;
    }
    .blog-grid-item-title {
        margin-bottom: 20px;
    }
    .blog-template-wrapper {
        padding: 20px 15px;
    }
    .footer-rights-wrapper {
        flex-wrap: wrap;
    }
    .section-title-wrapper {
        margin-bottom: 40px;
    }
    .team-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .team-grid-large {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .process-item-wrapper {
        flex-wrap: wrap;
    }
    .process-item-wrapper.reverse {
        flex-wrap: wrap-reverse;
    }
    .process-image-wrapper {
        width: 100%;
    }
    .process-content {
        width: 100%;
    }
    .process-content.reverse {
        width: 100%;
        padding-right: 0px;
    }
    .process-number-wrapper {
        width: 100%;
        max-width: none;
        padding-right: 0px;
        padding-left: 0px;
        flex: 0 0 auto;
    }
    .process-number {
        display: inline-block;
        margin-top: 14px;
        margin-bottom: 0px;
    }
    .process-paragraph {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .style-guide-buttons-wrapper {
        margin-top: 35px;
        flex-wrap: wrap;
    }
    .style-guide-button-wrapper {
        width: 100%;
    }
    .free-trial-title {
        margin-bottom: 30px;
    }
    .process-content-wrapper {
        width: 100%;
        flex-wrap: wrap;
    }
    .values-content-wrapper {
        margin-bottom: 20px;
    }
    .values-counter-item {
        margin-right: 20px;
    }
    .career-list-item-wrapper {
        padding-bottom: 25px;
        flex-wrap: wrap;
    }
    .career-position {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .career-button-wrapper {
        width: 50%;
        text-align: center;
    }
    .career-title-mobile {
        display: block;
    }
    .career-position-wrapper {
        width: 50%;
        margin-bottom: 15px;
        text-align: center;
    }
    .career-location-wrapper {
        width: 50%;
        margin-bottom: 15px;
        text-align: center;
    }
    .career-type-wrapper {
        width: 50%;
        margin-bottom: 15px;
        text-align: center;
    }
    .services-wrapper {
        flex-wrap: wrap;
        -moz-column-count: 1;
        column-count: 1;
    }
    .services-item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .services-item.last-child {
        margin-bottom: 0px;
    }
    .pricing-plans-wrapper {
        justify-items: center;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .pricing-plan-item {
        max-width: none;
    }
    .comparing-table-plans-wrapper {
        flex-wrap: wrap;
    }
    .comparing-table-plan-title {
        min-height: 140px;
    }
    .comparing-table-plan {
        width: 100%;
    }
    .workflow-profile-wrapper {
        margin-top: 20px;
        justify-content: center;
    }
    .workflow-content-wrapper {
        width: 100%;
        margin-top: 20px;
        padding-left: 0px;
        text-align: center;
    }
    .workflow-video-wrapper {
        width: 100%;
    }
    .workflow-wrapper {
        flex-wrap: wrap;
    }
    .workflow-title-wrapper {
        margin-bottom: 20px;
    }
    .accordion-wrapper {
        flex-wrap: wrap;
    }
    .accordion-wrap {
        width: 100%;
        margin-right: 0px;
    }
    .job-position-wrapper {
        flex-wrap: wrap;
    }
    .job-position-content-wrapper {
        width: 100%;
        margin-bottom: 40px;
        padding-right: 0px;
    }
    .job-position-sidebar-wrapper {
        position: relative;
        top: 0px;
        width: 100%;
        padding-right: 40px;
        padding-bottom: 30px;
        padding-left: 40px;
    }
    .contacts-title {
        margin-bottom: 20px;
    }
    .contacts-2-location-wrapper {
        width: 100%;
    }
    .contacts-2-content-wrapper {
        flex-wrap: wrap;
    }
    .contacts-2-content {
        width: 100%;
        padding-right: 0px;
    }
    .footer-logo-company-wrapper {
        width: 100%;
        margin-top: 30px;
    }
    .footer-wrapper {
        padding-right: 0px;
        padding-left: 0px;
    }
    .footer-brand-wrapper {
        margin-bottom: 40px;
        flex-wrap: wrap;
    }
    .search-result-item {
        margin-bottom: 20px;
    }
    .footer-logo-wrapper {
        width: 100%;
        align-items: center;
    }
    .footer-brand-description {
        text-align: center;
    }
    .about-3-tab-link.w--current {
        font-size: 20px;
    }
    .tabs-menu {
        justify-content: center;
        flex-wrap: wrap;
        grid-column-gap: 10px;
        grid-row-gap: 15px;
        background-color: transparent;
    }
    .blog-section-title {
        margin-bottom: 40px;
    }
    .contacts-wrapper-2 {
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .section-title-center {
        margin-bottom: 40px;
    }
    .home-4-testimonials-wrapper {
        width: 100%;
        grid-row-gap: 30px;
    }
    .testimonials-wrapper-2 {
        width: 100%;
    }
    .about-us-img {
        width: 100%;
        max-height: 420px;
    }
    .about-us-img._1 {
        position: static;
        width: 100%;
    }
    .about-us-img._5 {
        position: static;
        width: 100%;
    }
    .about-us-img._3 {
        position: static;
        width: 100%;
    }
    .about-us-img._4 {
        position: static;
        width: 100%;
    }
    .about-us-img._2 {
        position: static;
        width: 100%;
    }
    .subtitle {
        line-height: 16px;
    }
    .home-5-our-services-wrap {
        width: 100%;
        grid-row-gap: 10px;
    }
    .content-wrapper {
        width: auto;
        flex-wrap: wrap;
    }
    .industries-block-wrapper {
        max-width: none;
    }
    .home-9-team-member-wrap {
        width: 48%;
    }
    .subtitle-2 {
        line-height: 16px;
    }
    .footer-email-input {
        min-width: 87%;
    }
    .footer-email-wrapper {
        width: 100%;
    }
    .tabs-item-second {
        margin-left: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .tabs-item-third {
        margin-left: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .tabs-item-fourth {
        margin-left: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .tabs-item-fifth {
        margin-left: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .tab-link {
        margin-left: 50px;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 20px;
    }
    .tab-link.w--current {
        margin-right: 50px;
    }
    .tab-content {
        padding: 50px;
        flex-direction: column-reverse;
    }
    .description-tab-content {
        width: 100%;
    }
    .logo-tab-content {
        width: 100%;
        margin-bottom: 30px;
        grid-row-gap: 20px;
    }
    .line-gradient {
        width: 39%;
        margin-right: 50px;
        margin-left: 50px;
    }
    .line-gradient.right-line {
        margin-right: 50px;
    }
    .white-line {
        margin-right: 50px;
        margin-left: 50px;
    }
    .heading-features {
        width: 100%;
        margin-bottom: 20px;
    }
    .text-block-features {
        width: 100%;
        margin-top: 20px;
    }
    .card-item {
        width: 100%;
    }
    .game-card {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .description-card {
        width: 100%;
        padding: 30px;
    }
    .image-game {
        top: 35%;
        right: 0%;
        width: 45%;
    }
    .game-card-small {
        width: 100%;
    }
    .right-block-games {
        flex-direction: column;
        grid-row-gap: 30px;
    }
    .game-form {
        width: 60%;
    }
    .banner-image-block {
        width: 70%;
    }
    .block-wrapper {
        flex-direction: column;
    }
    .right-content {
        width: 100%;
    }
    .left-content {
        width: 100%;
    }
    .gradient-image-bgr {
        width: 100%;
        height: 100%;
        background-position: 70% 50%;
    }
    .image-block-content {
        display: flex;
        align-items: flex-end;
    }
    .world-image {
        min-height: 600px;
    }
    .text-image-world {
        font-size: 56px;
    }
    .background-features {
        background-position: 60% 50%;
    }
    .background-features.fit-right {
        background-position: 50% 50%;
        background-size: cover;
    }
    .background-features.fit-left {
        background-position: 50% 50%;
        background-size: cover;
    }
    .background-features.fit-careers {
        background-size: cover;
    }
    .image-block-world {
        background-size: cover;
    }
    ._404-text {
        font-size: 140px;
    }
    .shop-games-wrapper {
        width: 100%;
    }
    .shop-details-block {
        margin-top: 60px;
    }
    .heading-products-shop {
        font-size: 40px;
    }
    .shop-details-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .description-top-block {
        flex-wrap: wrap-reverse;
    }
}

@media screen and (max-width: 479px) {
    .section.free-trial {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .grid-system-wrapper {
        flex-direction: row;
    }
    .grid-system {
        width: 50%;
        flex-direction: column;
    }
    .grid-title {
        align-items: center;
    }
    .grid-title.first-grid {
        width: 100%;
        text-align: center;
    }
    .grid-description {
        border-bottom-width: 1px;
        border-bottom-color: hsla(0, 0%, 100%, 0.2);
    }
    .grid-description.first-description {
        padding-right: 0px;
        padding-left: 0px;
        border-bottom: 1px none hsla(0, 0%, 100%, 0.2);
        border-right-style: solid;
        border-left-style: none;
    }
    .grid-description.last-description {
        border-bottom-color: #a7a7a7;
    }
    .bottom-style-spacing-desktop {
        bottom: 8%;
    }
    .top-style-spacing-desktop {
        top: 7%;
    }
    .middle-style-spacing-desktop {
        top: 32%;
    }
    .color-container {
        flex-wrap: wrap;
    }
    .primary-button.position {
        left: -20%;
    }
    .primary-button.position-games {
        left: -50px;
    }
    .primary-button.margin {
        margin-left: 0%;
    }
    .top-style-spacing-mobile {
        top: 5%;
    }
    .middlr-style-spacing-mobile {
        top: 28%;
    }
    .bottom-style-spacing-mobile {
        bottom: 8%;
    }
    .nav-link:hover {
        color: #313ee0;
    }
    .nav-close-icon {
        top: 2px;
    }
    .licensing-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .license-link {
        margin-right: 15px;
    }
    ._404-content-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
    .coming-soon-form {
        justify-content: center;
        flex-wrap: wrap;
    }
    .coming-soon-input {
        min-width: auto;
        margin-bottom: 10px;
    }
    .coming-soon-paragraph {
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
    .coming-soon-heading {
        font-size: 32px;
    }
    .blog-sidebar-post-category {
        margin-bottom: 20px;
    }
    .blog-template-pagination {
        justify-content: center;
        flex-wrap: wrap;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .blog-template-prev-button {
        width: 100%;
        flex: 0 0 auto;
    }
    .blog-template-next-button {
        width: 100%;
        flex: 0 0 auto;
    }
    .footer {
        text-align: left;
    }
    .footer-rights-wrapper {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .footer-rights {
        margin-bottom: 10px;
    }
    .footer-copyright {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .footer-copyright-link {
        margin-left: 5px;
    }
    .values-content-wrapper {
        margin-bottom: 15px;
    }
    .values-counter-wrapper {
        flex-direction: column;
    }
    .values-counter-item {
        width: 100%;
        margin-bottom: 15px;
        padding: 20px;
    }
    .career-list-item-wrapper {
        flex-direction: column;
        justify-content: center;
    }
    .career-button-wrapper {
        width: 100%;
    }
    .career-type-wrapper {
        margin-bottom: 20px;
    }
    .pricing-plan-item {
        padding: 30px 30px 20px;
    }
    .pricing-features-icon {
        margin-right: 15px;
    }
    .contacts-2-form-wrapper {
        padding: 20px;
    }
    .footer-logo-company-wrapper {
        margin-top: 30px;
        flex-direction: column;
        justify-content: center;
    }
    .footer-wrapper {
        margin-bottom: 10px;
    }
    .footer-brand-wrapper {
        flex-direction: column;
    }
    .footer-links-wrapper {
        width: 100%;
        margin-bottom: 30px;
        align-items: center;
    }
    .about-3-tab-link {
        font-size: 16px;
    }
    .about-3-tab-link.w--current {
        font-size: 18px;
    }
    .banner-buttons-wrapper {
        flex-direction: column;
        grid-row-gap: 30px;
    }
    .secondary-button.none-display:hover {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .secondary-button.none-display:active {
        background-image: linear-gradient(180deg, #313ee0, #313ee0);
    }
    .section-title-center {
        margin-bottom: 20px;
    }
    .home-5-our-services-wrap {
        width: 100%;
    }
    .home-9-team-member-wrap {
        width: 100%;
    }
    .nav-drop-content:hover {
        color: #313ee0;
    }
    .dropdown-link:hover {
        color: #313ee0;
    }
    .dropdown-link.w--current:hover {
        color: #313ee0;
    }
    .footer-form-block {
        flex-direction: column;
    }
    .footer-email-input {
        min-width: 77%;
    }
    .footer-email-wrapper {
        margin-top: 10px;
    }
    .content-block-right {
        width: 100%;
        text-align: center;
    }
    .counter-home-banner {
        margin-bottom: 40px;
        justify-content: center;
        flex-wrap: wrap;
        align-content: stretch;
    }
    .counter-left {
        margin-bottom: 15px;
    }
    .access-games-container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .elipse-background {
        min-height: 100vh;
        padding-right: 15px;
        padding-left: 15px;
        flex-direction: column;
        background-size: cover;
    }
    .image-01 {
        width: 100px;
    }
    .image-border-radius.image-04 {
        right: -122px;
        bottom: 20px;
    }
    .image-border-radius.image-03 {
        left: 79px;
        bottom: 81px;
    }
    .image-border-radius.image-02 {
        top: -7px;
        right: 103px;
    }
    .image-border-radius.image-01 {
        left: -112px;
        top: 94px;
    }
    .image-border-radius.image-05 {
        left: 114px;
        top: 57px;
    }
    .image-border-radius.image-06 {
        left: -71px;
        top: 29px;
    }
    .image-border-radius.image-07 {
        right: -90px;
        bottom: -27px;
    }
    .image-border-radius.image-08 {
        left: -41px;
        bottom: -49px;
    }
    .image-02 {
        width: 120px;
    }
    .image-03 {
        width: 150px;
    }
    .image-05 {
        width: 100px;
    }
    .image-06 {
        width: 150px;
    }
    .gradient-background-home {
        background-position: 60% 50%;
        background-size: cover;
    }
    .image-08 {
        width: 120px;
    }
    .tab-link {
        margin-left: 0px;
        padding-top: 40px;
    }
    .tab-link.w--current {
        margin-right: 0px;
    }
    .tab-link.right-block {
        margin-right: 0px;
    }
    .line-gradient {
        width: 50%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .line-gradient.right-line {
        margin-right: 0px;
    }
    .white-line {
        display: block;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .heading-and-button {
        flex-direction: column;
    }
    .game-card {
        flex-direction: column-reverse;
    }
    .description-card {
        padding: 15px;
    }
    .image-game {
        position: absolute;
        top: -11%;
        width: 50%;
    }
    .game-card-small {
        padding-right: 15px;
        padding-left: 15px;
        grid-row-gap: 30px;
    }
    .game-card-small.direction {
        padding-left: 15px;
    }
    .game-button {
        grid-column-gap: 30px;
    }
    .game-form {
        width: 100%;
    }
    .banner-image-block {
        width: 80%;
    }
    .subtitle-banner {
        margin-top: 15px;
    }
    .button-wrapper-about-us {
        flex-direction: column;
        grid-column-gap: 0px;
        grid-row-gap: 40px;
    }
    .left {
        background-position: 50% 100%;
        background-size: auto;
        filter: none;
    }
    .right-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .text-content {
        margin-bottom: 60px;
        text-align: center;
    }
    .image-content {
        flex-direction: column;
    }
    .quantity {
        font-size: 22px;
    }
    .colums {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        grid-column-gap: 30px;
    }
    .image-block-content {
        margin-top: 30px;
    }
    .menu-content {
        margin-top: 50px;
        padding-right: 0px;
        padding-left: 0px;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        grid-row-gap: 15px;
        border-color: transparent;
    }
    .text-item {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .arrow-right {
        display: none;
        margin-right: 10px;
        margin-left: 0px;
        justify-content: center;
        align-items: center;
        transform: rotate(90deg);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .world-image {
        min-height: 450px;
    }
    .text-image-world {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 48px;
    }
    .background-features.position-workflow {
        background-position: 100% 100%;
        background-size: cover;
    }
    .background-features.position-just-for-you {
        background-size: cover;
    }
    .gradient-bgr {
        background-position: 70% 50%;
        background-size: 700px;
    }
    .testimonials-image {
        width: 90%;
    }
    .slider-testimonials {
        text-align: center;
    }
    .left-arrow-testimonials {
        left: auto;
        top: auto;
        right: auto;
        bottom: -20%;
    }
    .right-arrow-testimonials {
        left: auto;
        top: auto;
        right: auto;
        bottom: -20%;
        margin-left: 80px;
    }
    .image-1 {
        left: 4%;
        top: 14%;
    }
    .image-2 {
        left: 31%;
        top: 18%;
    }
    .image-3 {
        top: 7%;
    }
    .image-4 {
        left: 76%;
        top: 14%;
    }
    .image-5 {
        left: 5%;
        top: 65%;
    }
    .image-6 {
        left: 21%;
        top: 79%;
    }
    .image-7 {
        left: 39%;
        top: 72%;
    }
    .image-8 {
        left: 60%;
        top: 82%;
    }
    .image-9 {
        left: 80%;
    }
    .description-content {
        width: 100%;
    }
    .image-block-world {
        border-radius: 100%;
        background-size: contain;
    }
    .image-link-shop {
        width: 250px;
        height: 250px;
        margin-right: 0px;
    }
    .price {
        margin-bottom: 25px;
    }
    .div-block {
        text-align: center;
    }
    .shop-details-slider {
        height: 400px;
    }
    .description-top-block {
        justify-content: center;
    }
    .cart-image-content {
        padding-right: 0px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .description-bottom-block {
        text-align: center;
    }
    .link-block-2 {
        margin-top: 10px;
    }
    .gollection-grid-product {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

#w-node-_55bc969c-dc50-f4c7-cba2-1638dc09226f-c5d4a8d6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-c8530497-bfec-582a-28b3-27c067f7bf79-bad4a954 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-c8530497-bfec-582a-28b3-27c067f7bf88-bad4a954 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_9036eac9-a375-5a52-f13c-d022e60dd2a0-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_343a7d0b-a3a9-d53f-e880-9b0201d7a373-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_731433e4-082c-dad5-089e-ac1f263cad42-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_49720d1e-8e48-3a69-ee79-519ef8370ed9-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-f54e6306-8a2f-714d-4a5d-551ebfc2f25b-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-efcad202-c651-e1a6-a541-516fa0b268e5-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-d5fbb5f1-d678-8bbb-ceac-0e7f9cdc751f-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-eb8da1a8-6358-220d-0bc7-e831ef964db1-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_7eaf4d9f-165c-3e14-50ed-691cd96a4fe7-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_25e370e2-f3fc-777e-cb5c-a0532c2903cb-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-c029e87b-4b75-6cd4-48cb-a67e8913e525-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_227cf5e5-164c-4eff-6558-a69675ce6fe6-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-d9fd657d-2b45-d842-44b0-6b236514b6a6-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_609cc7ae-7277-465f-2fac-ca185c5a0ed9-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_24b413a2-9bce-5b4e-adb6-292e20559472-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-e8b9ca04-33fa-c8cb-a294-e2f416076798-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_7810fa4d-5a31-f5c7-0e80-a71a612168a3-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc47-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_8629515f-89f8-7ca1-480b-ddc5710bf5a6-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-bebc975a-c212-9090-cf0a-aac1c6030721-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_9ee4ea8f-54fd-9f84-15b4-0e33729fa0c6-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_7acffb3a-f269-3d1a-89eb-d4dc4d82e977-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_4446cde3-daad-15f7-c0a2-b67a66029478-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_74f17f0a-e253-d44c-b92a-5807669a7288-8ad4a97a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785bc-19d4a97f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785d0-19d4a97f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785e4-19d4a97f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-dfccffe7-797c-e605-9bad-23173e66525c-19d4a97f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_26ce1b3c-1746-bd49-3c05-0f698bcf6a95-19d4a97f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_7951b648-eb09-6734-0c27-d8c64c53227e-19d4a97f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-ba44132a-4689-445f-455c-b8ba6d433174-19d4a97f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-20d4a99e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-20d4a99e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-20d4a99e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-20d4a99e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e950-20d4a99e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e953-20d4a99e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e955-20d4a99e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e957-20d4a99e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e959-20d4a99e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-20d4a99e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
    #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785e4-19d4a97f {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-column-align: center;
        justify-self: center;
    }
    #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-59d4a983 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column-align: center;
        justify-self: center;
    }
}

@media screen and (max-width: 767px) {
    #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785e4-19d4a97f {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-column-align: auto;
        justify-self: auto;
    }
    #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-59d4a983 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-_9036eac9-a375-5a52-f13c-d022e60dd2a0-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-_343a7d0b-a3a9-d53f-e880-9b0201d7a373-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-_731433e4-082c-dad5-089e-ac1f263cad42-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-_49720d1e-8e48-3a69-ee79-519ef8370ed9-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-f54e6306-8a2f-714d-4a5d-551ebfc2f25b-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-efcad202-c651-e1a6-a541-516fa0b268e5-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-d5fbb5f1-d678-8bbb-ceac-0e7f9cdc751f-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-eb8da1a8-6358-220d-0bc7-e831ef964db1-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-_7eaf4d9f-165c-3e14-50ed-691cd96a4fe7-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-_25e370e2-f3fc-777e-cb5c-a0532c2903cb-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-c029e87b-4b75-6cd4-48cb-a67e8913e525-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-_227cf5e5-164c-4eff-6558-a69675ce6fe6-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-d9fd657d-2b45-d842-44b0-6b236514b6a6-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-_609cc7ae-7277-465f-2fac-ca185c5a0ed9-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-_24b413a2-9bce-5b4e-adb6-292e20559472-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-e8b9ca04-33fa-c8cb-a294-e2f416076798-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-_7810fa4d-5a31-f5c7-0e80-a71a612168a3-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc47-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-_8629515f-89f8-7ca1-480b-ddc5710bf5a6-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-bebc975a-c212-9090-cf0a-aac1c6030721-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-_9ee4ea8f-54fd-9f84-15b4-0e33729fa0c6-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-_7acffb3a-f269-3d1a-89eb-d4dc4d82e977-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-_4446cde3-daad-15f7-c0a2-b67a66029478-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
    #w-node-_74f17f0a-e253-d44c-b92a-5807669a7288-8ad4a97a {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
}

@font-face {
    font-family: 'Fa brands 400';
    src: url('../fonts/fa-brands-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fa solid 900';
    src: url('../fonts/fa-solid-900.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fa 400';
    src: url('../fonts/fa-regular-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gt walsheim pro';
    src: url('../fonts/GT-Walsheim-Pro-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gt walsheim pro';
    src: url('../fonts/GT-Walsheim-Pro-Bold-Regular.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Materialiconsoutlined';
    src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}