:root{--primary-font-family:"Lexend",sans-serif;--second-font-family:"Kanit",sans-serif;--ecstasy:#fd7a12;--main-red:#e60000;--primary-color:var(--main-red);--turbo:#ffeb3b;--boulder:#7a7a7a;--gallery:#ebebeb;--mercury:#e4e4e4;--mine-shaft:#333;--blue-zodiac:#0a1931;--oslo-gray:#96989b;--deep-koamaru:#0f227b;--baltic-sea:#121013;--dodger-blue:#2196f3;--font-size-x-sm:.75rem;--font-size-sm:.875rem;--font-size-normal:1rem;--font-size-lg:1.125rem;--font-size-x-lg:1.25rem;--font-size-xx-lg:1.375rem;--font-size-xxx-lg:1.5rem;--font-size-card-text:1.625rem;--font-size-card-form-text:2rem;--font-size-26:1.625rem;--font-size-28:1.75rem;--font-size-32:2rem;--font-size-34:2.125rem;--font-size-35:2.1875rem;--font-size-38:2.375rem;--font-size-40:2.5rem;--font-size-43:2.6875rem;--font-size-44:2.75rem;--font-size-48:3rem;--font-size-50:3.125rem;--font-size-55:3.4375rem;--font-size-60:3.75rem;--font-size-section-title-md-32:2rem;--font-size-section-title-md-34:2.125rem;--font-size-section-title-md-43:2.6875rem;--font-size-section-title-md-48:3rem;--font-size-section-title-md-50:3.125rem;--font-size-section-title-lg-45:2.8125rem;--font-size-section-title-lg-55:3.4375rem;--font-size-section-title-lg-60:3.75rem;--line-height-x-sm:.75rem;--line-height-sm:.875rem;--line-height-md:1rem;--line-height-lg:1.125rem;--line-height-normal:1.25rem;--line-height-x-lg:1.375rem;--line-height-xx-lg:1.5rem;--line-height-xxx-lg:1.625rem;--line-height-h1:2.25rem;--line-height-h2:2.125rem;--line-height-h3:2rem;--line-height-26:1.841rem;--line-height-28:1.983rem;--line-height-30:2.125rem;--line-height-38:2.375rem;--line-height-40:2.5rem;--line-height-43:2.6875rem;--line-height-48:3rem;--line-height-54:3.375rem;--line-height-md-38:2.375rem;--line-height-md-43:2.6875rem;--line-height-md-44:2.75rem;--line-height-lg-48:3rem;--line-height-heading-title-md:3.375rem;--line-height-hero-heading-title:3.75rem;--letter-spacing-common:1px;--letter-spacing-common-text:.4px;--font-weight-extraLight:200;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semi-bold:600;--font-weight-bold:700;--font-weight-extra-bold:800;--font-weight-black:900;--height-header:80px;--height-footer:50px;--height-navbar-header:46px;--minus-height-navbar-header:-46px;--with-common-btn:100px;--height-common-btn:32px;--height-common-tag:32px;--bg-color-active:#e6e6e6;--box-shadow-header:0px 0px 25px 0 rgba(0,0,0,.08);--box-shadow-common:0 1px 2px rgba(0,0,0,.3),0 1px 3px 1px rgba(0,0,0,.15);--box-shadow-input-common:rgba(255,123,0,.05) 0px 1px 0px,rgba(255,123,0,.1) 0px 0px 8px;--bg-color-common:linear-gradient(0deg,rgba(0,0,0,.04),rgba(0,0,0,.04)),var(--white-primary);--border-radius-common:6px;--border-radius-qa-collapse:4px;--border-color-common:#d9d9d9;--lookup-field-border-color:#2684ff;--z-index-scroll-to-top:1}.card-wrapper{border-radius:var(--border-radius-common);flex-direction:column;min-width:auto;max-width:max-content;padding:40px 30px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 10px rgba(0,0,0,.1)}.card-wrapper.is-link{cursor:pointer}@media only screen and (max-width:1024px){.card-wrapper{justify-content:center;width:100%;max-width:100%}}@media only screen and (max-width:768px){.card-wrapper{max-width:100%}}.card-wrapper.no-box-shadow{box-shadow:none}.card-wrapper .card-info{z-index:1}.card-wrapper .card-icon,.card-wrapper .card-desc,.card-wrapper .card-title,.card-wrapper .card-btn-link{z-index:2;text-align:center;transition:all .3s}.card-wrapper .card-icon{color:var(--turbo);margin-bottom:28px;transition:all .3s}@media only screen and (max-width:1024px){.card-wrapper .card-icon{margin-bottom:18px}}.card-wrapper .card-title{color:#fff;font-size:var(--font-size-xxx-lg);line-height:var(--line-height-30);margin-bottom:16px}@media only screen and (max-width:1024px){.card-wrapper .card-title{font-size:var(--font-size-x-lg);line-height:var(--line-height-xx-lg)}}.card-wrapper .card-desc{color:#fff;font-size:var(--font-size-normal);line-height:var(--font-size-xxx-lg);margin-bottom:20px}@media only screen and (max-width:1024px){.card-wrapper .card-desc{font-size:var(--font-size-sm);line-height:var(--line-height-x-lg)}}.card-wrapper .card-btn-link{color:var(--turbo);width:-moz-fit-content;width:fit-content;font-size:var(--font-size-normal);line-height:var(--line-height-normal);font-weight:var(--font-weight-medium);margin:auto}@media only screen and (max-width:1024px){.card-wrapper .card-btn-link{font-size:var(--font-size-sm);line-height:var(--line-height-lg)}}.card-wrapper:before{content:"";opacity:0;z-index:-1;visibility:hidden;background-color:var(--turbo);border-radius:var(--border-radius-common-card);height:100%;transition:all .6s;position:absolute;top:0;bottom:0;left:0;right:0;transform:translateY(100%)}.card-wrapper:hover .card-title{color:var(--primary-color)}.card-wrapper:hover .card-icon .icon{color:var(--primary-color)!important}.card-wrapper:hover .card-desc,.card-wrapper:hover .card-btn-link{color:var(--blue-zodiac)}.card-wrapper:hover:before{content:"";opacity:1;visibility:visible;background-color:var(--turbo);z-index:1;transform:translateY(0)}.card-wrapper-custom .card-title{color:var(--blue-zodiac)}.card-wrapper-custom.card-revert-hover:hover .card-icon .icon{color:var(--primary-color)!important}.card-wrapper-custom.card-revert-hover:hover .card-title{color:var(--blue-zodiac)}.card-wrapper.card-wrapper-custom{border-radius:var(--border-radius-common)!important}.card-wrapper.card-wrapper-custom .card-info{align-items:center;gap:20px;display:flex}.card-wrapper.card-wrapper-custom .card-info-left{justify-content:center;align-items:center;min-width:100px;min-height:100px;margin:10px;padding:10px;display:flex;box-shadow:0 0 10px rgba(0,0,0,.1)}.card-wrapper.card-wrapper-custom .card-info-right{z-index:1;flex-direction:column;gap:6px;padding-right:10px;display:flex}.card-wrapper.card-wrapper-custom .card-info .card-desc{color:var(--boulder)}.card-wrapper.card-wrapper-custom .card-icon,.card-wrapper.card-wrapper-custom .card-desc{margin-bottom:0}.card-wrapper.card-wrapper-custom .card-desc,.card-wrapper.card-wrapper-custom .card-title{text-align:left}.card-wrapper.card-wrapper-custom:hover:before{background-color:var(--primary-color)!important}.card-wrapper.card-wrapper-custom:hover .card-desc,.card-wrapper.card-wrapper-custom:hover .card-title,.card-wrapper.card-wrapper-custom:hover .card-btn-link,.card-wrapper.card-wrapper-custom:hover .card-icon .icon{color:var(--turbo)!important}.card-wrapper.custom-active{background-color:var(--turbo)}.card-wrapper.custom-active .card-desc,.card-wrapper.custom-active .card-title,.card-wrapper.custom-active .card-btn-link,.card-wrapper.custom-active .card-icon .icon{color:var(--primary-color)!important}.card-wrapper.custom-active:hover:before{background-color:var(--primary-color)!important}.card-wrapper.custom-active:hover .card-desc,.card-wrapper.custom-active:hover .card-title,.card-wrapper.custom-active:hover .card-btn-link,.card-wrapper.custom-active:hover .card-icon .icon{color:var(--turbo)!important}
:root{--primary-font-family:"Lexend",sans-serif;--second-font-family:"Kanit",sans-serif;--ecstasy:#fd7a12;--main-red:#e60000;--primary-color:var(--main-red);--turbo:#ffeb3b;--boulder:#7a7a7a;--gallery:#ebebeb;--mercury:#e4e4e4;--mine-shaft:#333;--blue-zodiac:#0a1931;--oslo-gray:#96989b;--deep-koamaru:#0f227b;--baltic-sea:#121013;--dodger-blue:#2196f3;--font-size-x-sm:.75rem;--font-size-sm:.875rem;--font-size-normal:1rem;--font-size-lg:1.125rem;--font-size-x-lg:1.25rem;--font-size-xx-lg:1.375rem;--font-size-xxx-lg:1.5rem;--font-size-card-text:1.625rem;--font-size-card-form-text:2rem;--font-size-26:1.625rem;--font-size-28:1.75rem;--font-size-32:2rem;--font-size-34:2.125rem;--font-size-35:2.1875rem;--font-size-38:2.375rem;--font-size-40:2.5rem;--font-size-43:2.6875rem;--font-size-44:2.75rem;--font-size-48:3rem;--font-size-50:3.125rem;--font-size-55:3.4375rem;--font-size-60:3.75rem;--font-size-section-title-md-32:2rem;--font-size-section-title-md-34:2.125rem;--font-size-section-title-md-43:2.6875rem;--font-size-section-title-md-48:3rem;--font-size-section-title-md-50:3.125rem;--font-size-section-title-lg-45:2.8125rem;--font-size-section-title-lg-55:3.4375rem;--font-size-section-title-lg-60:3.75rem;--line-height-x-sm:.75rem;--line-height-sm:.875rem;--line-height-md:1rem;--line-height-lg:1.125rem;--line-height-normal:1.25rem;--line-height-x-lg:1.375rem;--line-height-xx-lg:1.5rem;--line-height-xxx-lg:1.625rem;--line-height-h1:2.25rem;--line-height-h2:2.125rem;--line-height-h3:2rem;--line-height-26:1.841rem;--line-height-28:1.983rem;--line-height-30:2.125rem;--line-height-38:2.375rem;--line-height-40:2.5rem;--line-height-43:2.6875rem;--line-height-48:3rem;--line-height-54:3.375rem;--line-height-md-38:2.375rem;--line-height-md-43:2.6875rem;--line-height-md-44:2.75rem;--line-height-lg-48:3rem;--line-height-heading-title-md:3.375rem;--line-height-hero-heading-title:3.75rem;--letter-spacing-common:1px;--letter-spacing-common-text:.4px;--font-weight-extraLight:200;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semi-bold:600;--font-weight-bold:700;--font-weight-extra-bold:800;--font-weight-black:900;--height-header:80px;--height-footer:50px;--height-navbar-header:46px;--minus-height-navbar-header:-46px;--with-common-btn:100px;--height-common-btn:32px;--height-common-tag:32px;--bg-color-active:#e6e6e6;--box-shadow-header:0px 0px 25px 0 rgba(0,0,0,.08);--box-shadow-common:0 1px 2px rgba(0,0,0,.3),0 1px 3px 1px rgba(0,0,0,.15);--box-shadow-input-common:rgba(255,123,0,.05) 0px 1px 0px,rgba(255,123,0,.1) 0px 0px 8px;--bg-color-common:linear-gradient(0deg,rgba(0,0,0,.04),rgba(0,0,0,.04)),var(--white-primary);--border-radius-common:6px;--border-radius-qa-collapse:4px;--border-color-common:#d9d9d9;--lookup-field-border-color:#2684ff;--z-index-scroll-to-top:1}.service-wrapper{margin-bottom:0;padding:120px 0 150px;position:relative}@media only screen and (max-width:1024px){.service-wrapper{padding:90px 0 120px}}@media only screen and (max-width:768px){.service-wrapper{padding:70px 0 100px}}.service-wrapper.common-section .heading-title{margin-bottom:46px}.service-wrapper .service-image-wrapper{z-index:0;position:absolute;top:0;bottom:0;left:0;right:0}.service-wrapper .service-image-wrapper .service-image{object-fit:cover;object-position:50% 72%}@media only screen and (max-width:576px){.service-wrapper .service-image-wrapper .service-image{object-position:84% -30px}}.service-wrapper .service-image-wrapper:before{content:"";background-color:var(--baltic-sea);opacity:.7;z-index:1;position:absolute;top:0;bottom:0;left:0;right:0}.service-wrapper .service-cards{justify-content:center}.service-wrapper .card-wrapper{min-height:240px}.service-wrapper .card-wrapper .card-title{font-weight:var(--font-weight-semi-bold);margin-bottom:10px}@media only screen and (max-width:1024px){.service-wrapper .card-wrapper .card-btn-link{margin:10px auto 0}}
