.coretek-offer-section{background-color:#012d4e;overflow:hidden;padding:80px 20px;position:relative;width:100%}@media screen and (min-width:1200px){.coretek-offer-section{min-height:1000px}}.section-header{margin-bottom:60px;position:relative;text-align:center;z-index:2}.section-header h2{color:#fff;font-family:Helvetica,sans-serif;font-size:42px;font-weight:700;margin-bottom:20px}.section-header p,.section-subtitle{color:hsla(0,0%,100%,.8);font-family:Helvetica,sans-serif;font-size:18px;margin:0 auto;max-width:700px}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.offer-background{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.gradient-ellipse{border-radius:50%;filter:blur(80px);opacity:.75;position:absolute}.ellipse-top-left{background:radial-gradient(circle,#2887f2 0,rgba(40,135,242,0) 65%);height:700px;left:-50px;top:-150px;width:700px}.ellipse-bottom-right{background:radial-gradient(circle,#1e70c7 0,rgba(30,112,199,0) 65%);bottom:-150px;height:700px;right:-50px;width:700px}.offer-container{margin:0 auto;max-width:1200px;position:relative;width:100%;z-index:2}.offer-cards-wrapper{align-items:start;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0 20px}.coretek-offer-section[data-cards-per-row="2"] .offer-cards-wrapper{grid-template-columns:repeat(2,1fr)}.coretek-offer-section[data-cards-per-row="4"] .offer-cards-wrapper{grid-template-columns:repeat(4,1fr)}.offer-card{background:hsla(0,0%,100%,.1);border-radius:19px;box-shadow:0 2px 10px 1px rgba(0,0,0,.25);display:flex;flex-direction:column;transition:transform .5s cubic-bezier(.25,.46,.45,.94),box-shadow .5s ease}.expandable-card{cursor:pointer;position:relative}.card-inner{display:flex;flex:1;flex-direction:column;padding:40px 30px}.card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:15px;min-height:80px}.card-title,.offer-card h3{color:#fff;flex:1;font-family:Helvetica,sans-serif;font-size:28px;font-weight:700;line-height:1.2;margin:0;padding-right:15px;text-wrap:balance}.card-logo{flex-shrink:0;height:80px;width:80px}.card-logo img{height:100%;object-fit:contain;width:100%}.card-description{color:hsla(0,0%,100%,.9);flex-grow:1;font-family:Helvetica,sans-serif;font-size:16px;line-height:1.6;margin-bottom:20px;min-height:80px;position:relative}.description-full,.description-short{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit}.description-short{display:block;opacity:1;transition:opacity .3s ease}.description-full{display:none;opacity:0;transition:opacity .5s ease,visibility .5s ease;visibility:hidden}.description-full p{color:hsla(0,0%,100%,.9);font-size:16px;line-height:1.6;margin:0 0 12px}.description-full p:last-child{margin-bottom:0}.description-full ol,.description-full ul,.description-short ul{color:hsla(0,0%,100%,.9);margin:10px 0;padding-left:20px}.description-full li{line-height:1.6;margin-bottom:8px}.description-full strong{color:#fff;font-weight:600}.card-footer{margin-top:auto;padding-top:15px}.offer-cta-btn{background:transparent;border:none;color:#95e038;display:inline-block;font-family:Helvetica,sans-serif;font-size:18px;font-weight:600;isolation:isolate;padding:14px 40px;position:relative;text-align:center;text-decoration:none;transition:color .3s ease;white-space:nowrap}.offer-cta-btn span{position:relative;z-index:1}.offer-cta-btn:before{-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:3px;pointer-events:none}.offer-cta-btn:after,.offer-cta-btn:before{background:linear-gradient(90deg,#95e038,#03c95c);border-radius:47px;content:"";inset:0;position:absolute;z-index:-1}.offer-cta-btn:after{opacity:0;transition:opacity .3s ease}.offer-cta-btn:hover{color:#012d4e}.offer-cta-btn:hover:after{opacity:1}.offer-cta-btn:focus-visible{border-radius:47px;outline:3px solid #95e038;outline-offset:4px}.coretek-offer-section[data-show-effects=false] .offer-background{display:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media screen and (min-width:769px){.expandable-card{transition:transform .5s cubic-bezier(.25,.46,.45,.94),z-index 0s}.expandable-card:hover{transform:translateY(-8px);z-index:20}.expandable-card:hover .offer-card{box-shadow:0 12px 30px 3px rgba(0,0,0,.4);min-height:auto;transition:box-shadow .5s ease}.expandable-card:hover .card-description{min-height:auto;transition:min-height .6s ease}.expandable-card:hover .description-short{display:none}.expandable-card:hover .description-full{animation:fadeIn .6s cubic-bezier(.25,.46,.45,.94);display:block;opacity:1;visibility:visible}}@media (prefers-reduced-motion:reduce){.card-description,.card-inner,.description-full,.description-short,.expandable-card,.offer-card,.offer-cta-btn,.offer-cta-btn:after,.offer-cta-btn:before{animation:none!important;transition:none!important}}@media screen and (max-width:1200px){.offer-cards-wrapper{gap:30px;grid-template-columns:repeat(2,1fr)}.card-title,.offer-card h3{font-size:26px}.card-logo{height:75px;width:75px}.card-inner{padding:38px 28px}}@media screen and (max-width:1024px){.offer-cards-wrapper{gap:25px;grid-template-columns:repeat(2,1fr)!important}.section-header h2{font-size:36px}.card-title,.offer-card h3{font-size:24px}.card-logo{height:70px;width:70px}.card-inner{padding:35px 25px}.card-header{margin-bottom:10px}.ellipse-bottom-right,.ellipse-top-left{height:500px;width:500px}.ellipse-top-left{left:-30px;top:-100px}.ellipse-bottom-right{bottom:-100px;right:-30px}}@media screen and (max-width:768px){.coretek-offer-section{padding:60px 15px}.section-header{margin-bottom:40px}.section-header h2{font-size:32px}.section-header p,.section-subtitle{font-size:16px}.offer-cards-wrapper{gap:20px;grid-template-columns:1fr!important;padding:0 10px}.card-inner{padding:30px 25px}.card-header{margin-bottom:10px;min-height:70px}.card-title,.offer-card h3{font-size:22px}.card-logo{height:60px;width:60px}.card-description{font-size:15px;margin-bottom:15px;min-height:auto}.description-short{display:none}.description-full{display:block;opacity:1;position:static;visibility:visible}.description-full p{font-size:15px}.expandable-card{cursor:default}.card-footer{text-align:left}.offer-cta-btn{font-size:16px;max-width:200px;min-width:50%;padding:12px 35px;width:auto}.ellipse-bottom-right,.ellipse-top-left{height:400px;width:400px}.ellipse-top-left{left:-20px;top:-80px}.ellipse-bottom-right{bottom:-80px;right:-20px}}@media screen and (max-width:576px){.coretek-offer-section{min-height:auto;padding:50px 10px}.section-header h2{font-size:28px}.section-header p,.section-subtitle{font-size:15px}.card-inner{padding:25px 20px}.card-header{margin-bottom:10px;min-height:60px}.card-title,.offer-card h3{font-size:20px}.card-logo{height:55px;width:55px}.card-logo img{height:100%;width:100%}.card-description{font-size:14px;line-height:1.6;margin-bottom:15px}.description-full li,.description-full p{font-size:14px}.card-footer{text-align:left}.offer-cta-btn{font-size:15px;max-width:180px;min-width:50%;padding:10px 30px;width:auto}.ellipse-bottom-right,.ellipse-top-left{height:300px;width:300px}.ellipse-top-left{left:-10px;top:-60px}.ellipse-bottom-right{bottom:-60px;right:-10px}}@media screen and (max-width:480px){.coretek-offer-section{padding:40px 10px}.section-header h2{font-size:24px;margin-bottom:15px}.section-header{margin-bottom:30px}.offer-cards-wrapper{gap:15px}.card-inner{padding:20px 15px}.card-title,.offer-card h3{font-size:18px}.card-logo{height:50px;width:50px}.card-description{font-size:13px}.card-footer{text-align:left}.offer-cta-btn{font-size:14px;max-width:160px;min-width:50%;padding:8px 25px;width:auto}}