.elementor-40392 .elementor-element.elementor-element-62766226{--display:flex;--position:fixed;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;top:0px;--z-index:10;}.elementor-40392 .elementor-element.elementor-element-62766226:not(.elementor-motion-effects-element-type-background), .elementor-40392 .elementor-element.elementor-element-62766226 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000E0;}body:not(.rtl) .elementor-40392 .elementor-element.elementor-element-62766226{left:0px;}body.rtl .elementor-40392 .elementor-element.elementor-element-62766226{right:0px;}.elementor-40392 .elementor-element.elementor-element-55b79456{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--border-radius:16px 16px 16px 16px;--padding-top:24px;--padding-bottom:40px;--padding-left:24px;--padding-right:24px;}.elementor-40392 .elementor-element.elementor-element-55b79456:not(.elementor-motion-effects-element-type-background), .elementor-40392 .elementor-element.elementor-element-55b79456 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1E1E1E;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );}.elementor-40392 .elementor-element.elementor-element-c99734f .elementor-button{background-color:#455CC600;font-size:32px;padding:0px 0px 0px 0px;}.elementor-40392 .elementor-element.elementor-element-c99734f > .elementor-widget-container{margin:0px 0px 16px 0px;}.elementor-40392 .elementor-element.elementor-element-7bb7cdc{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40392 .elementor-element.elementor-element-6d64821{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-40392 .elementor-element.elementor-element-272fec85 > .elementor-widget-container{margin:0px 0px 24px 0px;}.elementor-40392 .elementor-element.elementor-element-272fec85 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:18px;font-weight:700;letter-spacing:0.15px;color:#F0F0F0;}.elementor-40392 .elementor-element.elementor-element-e53e7aa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-40392 .elementor-element.elementor-element-55b79456{--width:500px;}}@media(max-width:767px){.elementor-40392 .elementor-element.elementor-element-62766226{--justify-content:center;top:0%;}.elementor-40392 .elementor-element.elementor-element-55b79456{--border-radius:16px 16px 16px 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 */