.elementor-40301 .elementor-element.elementor-element-34546de2{--display:flex;--position:fixed;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;top:0px;--z-index:2;}.elementor-40301 .elementor-element.elementor-element-34546de2:not(.elementor-motion-effects-element-type-background), .elementor-40301 .elementor-element.elementor-element-34546de2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#121212;}body:not(.rtl) .elementor-40301 .elementor-element.elementor-element-34546de2{left:0px;}body.rtl .elementor-40301 .elementor-element.elementor-element-34546de2{right:0px;}.elementor-40301 .elementor-element.elementor-element-71babbd5{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-40301 .elementor-element.elementor-element-2eeab33a{text-align:left;}.elementor-40301 .elementor-element.elementor-element-2eeab33a img{width:100%;max-width:87px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );}.elementor-40301 .elementor-element.elementor-element-873745d .elementor-button{background-color:#455CC600;font-family:"Inter", Sans-serif;font-size:16px;font-weight:700;text-transform:capitalize;letter-spacing:0.5px;padding:0px 0px 0px 0px;}.elementor-40301 .elementor-element.elementor-element-873745d .elementor-button-content-wrapper{flex-direction:row;}.elementor-40301 .elementor-element.elementor-element-873745d .elementor-button .elementor-button-content-wrapper{gap:10px;}.elementor-40301 .elementor-element.elementor-element-31e92b1b .elementor-button{background-color:#54CEFF;font-family:"Inter", Sans-serif;font-size:16px;font-weight:700;letter-spacing:0.5px;fill:#003C73;color:#003C73;border-radius:40px 40px 40px 40px;padding:12px 24px 12px 24px;}.elementor-40301 .elementor-element.elementor-element-17155b60{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:8px;--padding-bottom:8px;--padding-left:0px;--padding-right:0px;}.elementor-40301 .elementor-element.elementor-element-17155b60:not(.elementor-motion-effects-element-type-background), .elementor-40301 .elementor-element.elementor-element-17155b60 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFD900;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-40301 .elementor-element.elementor-element-64c73f4e .elementor-heading-title{font-family:"Bungee", Sans-serif;font-size:12px;font-weight:400;line-height:120%;letter-spacing:0.25px;color:#212121;}@media(max-width:1200px){.elementor-40301 .elementor-element.elementor-element-34546de2{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40301 .elementor-element.elementor-element-71babbd5{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-40301 .elementor-element.elementor-element-71babbd5{--padding-top:16px;--padding-bottom:16px;--padding-left:16px;--padding-right:16px;}.elementor-40301 .elementor-element.elementor-element-2eeab33a img{max-width:88px;}.elementor-40301 .elementor-element.elementor-element-31e92b1b .elementor-button{font-size:12px;padding:12px 16px 12px 16px;}}/* Start custom CSS */.fs-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.fs-grid-wrapper .fs-grid-item {
    padding: 16px 12px;
    border-radius: 8px;
    border: 2px solid  #2C2C2C;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.fs-grid-wrapper .fs-grid-item .fs-grid-title {
    overflow: hidden;
    color:  #F0F0F0;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; 
    letter-spacing: 0.25px;
    font-family: "Inter", Sans-serif;
    width: calc(100% - 56px);
}
.fs-grid-wrapper .fs-grid-item .fs-grid-icon {
    width: 48px;
}
.fs-grid-wrapper .fs-grid-item .fs-grid-icon img {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

 .custom-form-group-1 input[type="text"],
.custom-form-group-1 input[type="tel"],
.custom-form-group-1 input[type="email"],
.custom-form-group-1 select,
.custom-form-group-1 textarea {
    width: 100%;
    height: 56px;
    border-radius: 4px;
    padding: 5px 16px;
    border: 1px solid #4A4A4A;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    letter-spacing: 0.25px;
    background: #1E1E1E;
    color: #808080;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
}
.custom-form-group-1 textarea {
    height: 150px;
    padding-top: 10px;
}
.custom-form-group-1.filled input[type="text"],
.custom-form-group-1.filled input[type="tel"],
.custom-form-group-1.filled input[type="email"],
.custom-form-group-1.filled select,
.custom-form-group-1.filled textarea {
    color: #F0F0F0;
}
.custom-form-group-1 input[type="text"]::-ms-input-placeholder,
.custom-form-group-1 input[type="tel"]::-ms-input-placeholder,
.custom-form-group-1 input[type="email"]::-ms-input-placeholder {
    /* Edge 12-18 */
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    letter-spacing: 0.25px;
    color: #808080;
}
.custom-form-group-1 input[type="text"]::placeholder,
.custom-form-group-1 input[type="tel"]::placeholder,
.custom-form-group-1 input[type="email"]::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    letter-spacing: 0.25px;
    color: #808080;
}
.custom-form-group-1.filled input[type="text"]::-ms-input-placeholder,
.custom-form-group-1.filled input[type="tel"]::-ms-input-placeholder,
.custom-form-group-1.filled input[type="email"]::-ms-input-placeholder,
.custom-form-group-1.filled textarea::-ms-input-placeholder {
    opacity: 0;
}
.custom-form-group-1.filled input[type="text"]::placeholder,
.custom-form-group-1.filled input[type="tel"]::placeholder,
.custom-form-group-1.filled input[type="email"]::placeholder,
.custom-form-group-1.filled textarea::placeholder {
    opacity: 0;
}
.custom-form-group-1 {
    position: relative;
}
.custom-form-group-1 label {
    position: absolute;
    top: -7px;
    z-index: 1;
    left: 12px;
    display: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    letter-spacing: 0.25px;
    color: #616161;
    width: auto;
    background: #1E1E1E;
    padding: 0px 5px;
}
.custom-form-group-1.filled label {
    display: inline-block;
}
.submit-btn {
   width: 100%;
}

.wpcf7-not-valid-tip {
    color: #b71d1d !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    font-size: 13px;
    font-weight: 500 !important;
    color: #000;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #1a7122;
    background: #1a7122;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.wpcf7 {
    position: relative;
}
.submit-btn {
    border-radius: 200px;
    background: #54CEFF;
    width: 100%;
    padding: 12px 16px;
    overflow: hidden;
    color: #003C73;
    text-align: center;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 0.5px;
    border: none;
    min-height: 48px;
}
.mb-24 {
  margin-bottom: 24px;
}
.custom-form-1 {
    display: grid;
    gap: 24px;
}
.d-none {
    display: none;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 1400px) {
    .fs-grid-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 1200px) {
    .fs-grid-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 999px) {
    .fs-grid-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .fs-grid-wrapper .fs-grid-item .fs-grid-title {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .fs-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .fs-grid-wrapper .fs-grid-item .fs-grid-title {
        font-size: 12px;
        width: calc(100% - 48px);
    }
    .fs-grid-wrapper .fs-grid-item .fs-grid-icon {
        width: 32px;
    }
    .fs-grid-wrapper .fs-grid-item .fs-grid-icon img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}
}/* End custom CSS */