*{
    transition: .2s;
}
:root {
    --primary: #204B82;
    --primaryHover: #C9CDD3;
    --secondary: #0F253A;
    --tertiary: #009BDB;
    --borderColor: #eee;
    --textColor: #7f7f7f;
    --bodyColor: #7f7f7f;
}
/* write your CSS code here */
/* Report an Error Form */
.report-an-error-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cbcbcb;
}
.report-an-error-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cbcbcb;
}
.report-an-error-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #cbcbcb;
}
.report-an-error-form ul{
    margin: 0;
    list-style-type: none;
    padding: 0;
}
.report-an-error-form {
    padding: 20px;
    border: 2px solid var(--tertiary);
    text-align: left !important;
    width: 40rem;
    margin: 0 auto;
}
.report-an-error-form h1, .report-an-error-form h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.report-an-error-form h3 {
    text-align: center;
}
.report-an-error-form .get-free-quote-form h3, .report-an-error-form .get-free-quote-form p {
    margin: 0;
    text-align: left;
}
.report-an-error-form .gfield {
    margin: 10px 0;
    text-align: left;
    padding: 0 !important;
}
.report-an-error-form .screen-reader-text {
    display: none;
}
.report-an-error-form .gfield_required {
    color: #f00000;
    font-size: 15px;
}
.report-an-error-form .gfield input[type="text"], .report-an-error-form .gfield input[type="email"], .report-an-error-form .gfield input[type="number"], .report-an-error-form .gfield select, .report-an-error-form .gfield textarea {
    border: 0;
    border-bottom: 3px solid var(--tertiary);
    padding: 12px 0 8px 0 !important;
    width: 100% !important;
    margin: 0 !important;
    outline: 0;
    transition: .2s;
    font-style: inherit;
    font-family: inherit;
    font-size: 16px;
    color: #000 !important;
    border-radius: 0 !important;
    background: transparent;
}
.report-an-error-form .gfield input[type="text"]:hover, .report-an-error-form .gfield input[type="email"]:hover, .report-an-error-form .gfield input[type="number"]:hover, .report-an-error-form .gfield select:hover, .report-an-error-form .gfield textarea:hover {
    border-bottom: 3px solid var(--tertiary);
}
.report-an-error-form .gfield input[type="file"] {
    border: 0;
    border: 1px solid #d9d9d9;
    padding: 12px 0 8px 50px !important;
    width: 100% !important;
    margin: 0 !important;
    outline: 0;
    font-size: 16px;
    background: transparent;
}
.report-an-error-form .gfield input[type="file"]:hover::before {
    border-color: var(--tertiary);
    color: var(--tertiary);
    background-color: #fff;
}
.report-an-error-form .gform_footer input[type="submit"] {
    background-color: var(--tertiary);
    border: 3px solid var(--tertiary);
    padding: 12px 20px;
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    transition: .2s;
    outline: 0;
    text-transform: uppercase;
}
.report-an-error-form .gform_footer input[type="submit"]:hover{
    background-color: #fff;
    color: var(--tertiary);
}
.report-an-error-form .gfield_label {
    font-size: 14px !important;
    font-weight: 700;
}
.report-an-error-form .top_label div.ginput_container{
    margin-top: 0 !important;
}
.report-an-error-form .validation_error {
    text-align: left;
    border-left: 3px solid #d00000;
    background: #f5dddd;
    padding: 10px 10px 10px 20px;
}
.report-an-error-form .validation_message {
    font-size: 12px;
    color: #d00000;
}
.confirmation-form-container {
    color: #000;
    margin-top: 20px;
    text-align: center;
    border: 2px solid #eee;
}
.confirmation-form-container p{
    color: #000;
}
.str-main-wrapper_wrapper .gform_footer.top_label {
    display: none;
}
.report-an-error-form .gform_footer.top_label {
    display: block;
}
.report-an-error-form .gfield_visibility_hidden{
    display: none !important;
}
.report-an-error-form input.button.gform_button_select_files, .theme-button {
    border: 1px solid #192C7A;
    background: #192C7A;
    padding: 11px 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.report-an-error-form input.button.gform_button_select_files:hover, .theme-button:hover{
    background-color: #fff;
    color: #192C7A;
}
.report-an-error-form .gform_fileupload_multifile .gform_drop_area {
    padding: 24px;
    border: 1px dashed #d9d9d9;
    text-align: center;
    color: #000;
    margin-bottom: 16px;
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.report-an-error-form .gform_drop_instructions {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}
.report-an-error-footer a {
    color: #ecab50;
    font-size: 14px !important;
}
.report-an-error-footer a:hover{
    text-decoration: underline;
}
#-pro-menu-4-53 .oxy-pro-menu-list .menu-item, #-pro-menu-4-53 .oxy-pro-menu-list .menu-item a {
    background: #222;
}
.gform_legacy_markup_wrapper .top_label .gfield_label{
    color: var(--tertiary);
}
.gform_legacy_markup_wrapper h3 {
    color: var(--tertiary);
}
#gform_submit_button_2 {
    width: 100%;
}
/* Responsive Design */
@media only screen and (max-width: 767px){
    .report-an-error-form{
        width: 100%;
}
.report-an-error-form .gfield input[type="text"], .report-an-error-form .gfield input[type="email"], .report-an-error-form .gfield input[type="number"], .report-an-error-form .gfield select{
        border: 0;
        border-bottom: 0;
}
}
@media only screen and (max-width: 425px){
    .report-an-error-form h1 {
        font-size: 20px;
}
}
/* End Report an Error Form */
/* Common CSS */
.text-red {
    color: #ff0101;
}
.mt-0{
    margin-top: 0px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-15{
    margin-top: 15px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.f-30{
    font-size: 30px !important;
}
.f-10{
    font-size: 10px !important;
}
.w-130{
    width: 130px !important;
}
.w-150{
    width: 150px !important;
}
.w-300{
    width: 300px !important;
}
.full-width{
    display: block;
    width: 100% !important;
}
.d-block{
    display: block !important;
}
.b-600{
    font-weight: 600;
}
.b-700{
    font-weight: 700;
}
.p-10{
    padding: 10px;
}
.p-15{
    padding: 15px;
}
.p-20{
    padding: 20px;
}
.p-30{
    padding: 30px;
}
.text-align{
    text-align: center;
}
.text-yellow{
    color: #ffcc00 !important;
}
.text-sky-blue{
    color: #6fddff !important;
}
.d-none{
    display: none;
}
.bg-facebook{
    color: #fff;
    background: #3b5998;
}
.bg-twitter{
    color: #fff;
    background: #1da1f2;
}
.bg-instagram{
    color: #fff;
    background: #c32aa3;
}
.bg-linkedin{
    color: #fff;
    background: #0a66c2;
}
.bg-pinterest{
    color: #fff;
    background: #bd081c;
}
.bg-youtube{
    color: #fff;
    background: #ff0000;
}
.bg-calendar{
    color: #fff;
    background: #0a66c2;
}
.bg-vimeo{
    color: #fff;
    background: #1ab7ea;
}
.bg-nft{
    color: #fff;
    background: #fba300;
}
.bg-tickets{
    color: #fff;
    background: #bd5c08;
}
.bg-race-results{
    color: #fff;
    background: var(--tertiary);
}
.bg-news{
    color: #fff;
    background: #960a0c;
}
.bg-podcast{
    color: #fff;
    background: #32037f;
}
.bg-dribble{
    color: #fff;
    background: #ea4c89;
}
.bg-discord{
    color: #fff;
    background: #5865f2;
}
.bg-track-pass{
    color: #fff;
    background: var(--tertiary);
}
.bg-ebay{
    color: #fff;
    background: #c3003a;
}
.bg-whatnot{
    color: #fff;
    background: #fff351;
}
.bg-etsy{
    color: #fff;
    background: #F1641E;
}
.bg-store{
    color: #fff;
    background: #12833a;
}
.rcp_message p {
    margin-bottom: 10px !important;
    background: #eee !important;
    border-radius: 5px !important;
    border-left: 3px solid #919191 !important;
    border-right: 3px solid #919191 !important;
}
.rcp_message .rcp_error {
    background: #f1a6a6 !important;
    color: #722828 !important;
    border-color: #d10000 !important;
    border: 1px solid #d10000 !important;
    border-left: 3px solid #d10000 !important;
    border-right: 3px solid #d10000 !important;
}
.custom-alert{
    padding: 15px 20px;
    margin-bottom: 10px;
    background: #eee;
    border-radius: 5px;
    border-left: 3px solid #919191;
    border-right: 3px solid #919191;
}
.custom-alert-info {
    background: #caedff;
    color: #006599;
    border-color: #006599;
}
.custom-alert-danger{
    background: #d10000;
    color: #722828;
    border-color: #d10000;
}
.custom-alert-warning {
    background: #ff8d00;
    color: #f9f9f9;
    border-color: #af6100;
}
.custom-alert-primary {
    background: var(--tertiary);
    color: #ffffff;
    border-color: #086493;
}
.responsive-img img{
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    height: 100%;
    width: auto !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: unset !important;
}
.shadow, .shadow-hover:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
/* Close Common CSS */

/* Form Styles */
.report-an-error-link {
    font-size: 16px;
    font-weight: 400;
    color: #225189;
    line-height: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.report-an-error-link:hover{
    color: #e3014d;
}
.custom-form-heading {
    margin-bottom: 16px;
}
.custom-form-heading h1,
.custom-form-heading h2{
    line-height: 43.2px;
    font-family: 'Rubik';
    font-size: 48px;
    font-style: normal;
    font-weight: 700 !important;
    letter-spacing: -0.96px;
    text-align: left;
    color: #225189;
}
.custom-form-heading p{
    line-height: 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    color: #225189;
    margin: 0;
    margin-top: 16px;
}
.gform_wrapper .gform_heading {
    display: none;
}
.ginput_container input,
.ginput_container textarea,
.ginput_container select {
    padding: 16px !important;
    height: auto !important;
    width: 100%;
    border: 0 !important;
    line-height: 1 !important;
    font-size: 16px !important;
    font-family: inherit;
    outline: 0;
    line-height: 19.2px;
    border-radius: 4px !important;
    border: 1px solid rgba(14, 66, 107, 0.25) !important;
    background: rgba(14, 66, 107, 0.10) !important;
    color: #0E426B !important;
}
.gform-theme--foundation .gform_fields {
    row-gap: 25px !important;
}
.gfield_label{
    font-style: normal;
    font-weight: 400 !important;
    color: #225189;
}
.gform_footer input[type="submit"], 
.gform_footer button,
.button.gform_button_select_files.gform-theme-button{
    gap: 8px !important;
    padding: 16px 32px !important;
    border-radius: 8px !important;
    background-color: #e3014d;
    border: 1px solid #e3014d;
    box-shadow: 0px 4px 20px 0px rgba(227, 1, 77, 0.50) !important;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(227, 1, 77, 0.50) !important;
    font-size: 18px !important;
    transition: .2s;
    font-family: inherit;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}
.gform_footer input[type="submit"]:hover, 
.gform_footer button:hover{
    background-color: #c5002b;
    border: 1px solid #c5002b;
}
/* Close Form Styles */

/* Testimonials Wrapper */
.testimonial-slider-content {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 40px 40px -20px rgba(8, 116, 243, 0.35);
    width: 544px;
    padding: 32px;
    text-align: center;
}
.item.testimonial-slider-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 0;
}
.ts-user-info {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 2px solid rgb(34 81 137 / 25%);
    gap: 20px;
    text-align: left;
}
.ts-user-img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.user-info-right {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.ts-ratings {
    color: #2CB0E0;
    font-size: 20px;
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}
.user-info-right h5 {
    color: #225189;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.user-info-right .user-position {
    font-size: 14px;
    line-height: 21px;
    margin-top: 5px;
}
.testimonial-slider-wrapper {
    position: relative;
}
.testimonial-slider-wrapper .owl-nav {
    position: absolute !important;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    margin: 0;
    line-height: 1;
    font-size: 70px;
    transition: .2s !important;
}
#code_block-933-24 .owl-theme .owl-nav [class*=owl-] {
    background: transparent !important;
    color: #fff !important;
}
#code_block-933-24 .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #e3014d !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #e3014d !important;
}
.testimonial-slider-wrapper {
    position: relative;
    width: 767px;
    margin: 0 auto;
}
.testimonial-slider-wrapper .owl-dots {
    margin-top: -50px;
}
.ts-user-says p {
    color: #0E426B;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

/* Close Testimonials Wrapper */
