:root{--hue-primary: 220;--hue-link: 195;--hue-correct: 170;--hue-incorrect: 0;--saturation-bg: 35%;--saturation-lowest: 20%;--saturation-lower: 30%;--saturation-low: 40%;--saturation-medium-low: 50%;--saturation-medium: 60%;--saturation-medium-high: 70%;--saturation-high: 70%;--saturation-highest: 90%;--saturation-text: 35%;--lower: 35%;--low: 40%;--medium-low: 50%;--medium: 60%;--medium-high: 70%;--high: 80%;--highest: 90%;--brightness-text: 45%;--modal-background: rgba(207, 210, 228, .7);--card-r: 242;--card-g: 244;--card-b: 248;--card-white-r: 255;--card-white-g: 255;--card-white-b: 255;--white: 255;--image-opacity: 1;--opacity-unclickable: .5}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.animate-fade-in{animation:fadeIn 1s}.animate-slide-in{animation:slideIn 1s ease-out forwards}*,*:before,*:after{box-sizing:border-box}*:focus{border:none;outline:none}*:active{outline:none}*{-webkit-tap-highlight-color:transparent;caret-color:transparent}html{background-color:#dcdfee}html,body{margin:0;padding:0;font-family:poppins,sans-serif}.App{display:flex;flex-direction:row;justify-content:space-between}.center{max-width:950px;width:100vw;font-weight:400;color:#359;display:flex;flex-direction:column;justify-content:center;position:relative}@media screen and (max-width:300px){.center{font-size:.7em}}@media screen and (min-width:301px)and (max-width:499px){.center{font-size:.8em}}@media screen and (min-width:500px){.center{font-size:.9em}}.left,.right{height:100vh;width:calc((100vw - 950px)/2);grid-row:1/3;z-index:12}main{flex-grow:1;padding:2em;z-index:0;overflow-y:auto;display:flex;flex-direction:column;gap:2em}main h4{font-size:.7em;padding-bottom:.2em;font-weight:400}h1,h2,h3,h4,h5,p,table{margin:0;padding:0}p{margin:1em 0}table{width:100%;border-collapse:collapse;border-spacing:0}table,th,td{border:none}th{padding:0;text-align:left;color:#359;font-weight:500}sup{font-size:.5em;line-height:1em;margin-top:-.5em}h1{font-size:1.3em;letter-spacing:.1rem;font-weight:400;color:#359}h2{font-size:1.1em;line-height:1.1;font-weight:500;color:#708bc2}h5{font-size:.5em;font-weight:600}a,.link{text-decoration:none;color:#1f8aad;font-weight:500;transition:.5s;cursor:pointer}a:hover,.link:hover{color:#5cb8d6}.error{color:#d65c70}details>summary{list-style:none}details>summary::-webkit-details-marker{display:none}.flexRow{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}input,.button,button,select,textarea{width:100%;padding:1.2em 1.5em 1em;border-radius:.5em;border:none;font-family:poppins,sans-serif}input:focus,.button:focus,button:focus,select:focus,textarea:focus{border:none;outline:none}input{margin:0;height:3em;caret-color:#000;box-shadow:inset 0 2px 4px #0000001a}input[type=checkbox]{width:1.3em;height:1.3em;box-shadow:inset 0 2px 4px #0000001a}textarea{resize:none;height:10em;box-shadow:inset 0 2px 4px #0000001a;margin:0}select{padding:0 1.3em;color:#359;margin:0;height:3em;box-shadow:0 2px 4px #0000000d}button,.button{margin:0;text-align:center;background:linear-gradient(165deg,#66c4cc,#67c);color:#f2f4f8;font-size:1em;font-weight:600;vertical-align:center;display:flex;justify-content:center;align-items:center;height:4em;transition:.5s;box-shadow:inset #11111a1a 0 0 10px,inset #11111a1a 0 0 80px}button:hover,.button:hover{background:linear-gradient(145deg,#66c4cc,#67c);color:#f2f4f8;cursor:pointer;box-shadow:none}button:active,.button:active{background:linear-gradient(145deg,#53bcc6,#67c);cursor:pointer;box-shadow:inset #11111a80 0 0 2px,inset #11111a1a 0 0 4px,inset #11111a0d 0 0 8px;transition:.1s;transform:scale(.99)}button.redButton,.button.redButton{background:linear-gradient(165deg,#cb4d58,#9e372e)}button.redButton:hover,.button.redButton:hover{background:linear-gradient(145deg,#d14753,#a33329)}button.redButton:active,.button.redButton:active{background:linear-gradient(165deg,#cb4d58,#9e372e);box-shadow:inset #11111a80 0 0 2px,inset #11111a1a 0 0 4px,inset #11111a0d 0 0 8px;transform:scale(.99)}.button-secondary{background:linear-gradient(165deg,#e1f8fa,#e1e5fa);border:3px solid hsl(220,50%,60%);color:#68c}.button-secondary:hover{background:linear-gradient(145deg,#d4f4f7,#d4daf7);color:#68c;border:3px solid hsl(220,50%,60%)}.button-secondary:active{background:linear-gradient(145deg,#c6e9ec,#d9ddf2);color:#68c;border:3px solid hsl(220,50%,60%)}.button-secondary:focus{background:linear-gradient(145deg,#c6e9ec,#d9ddf2);color:#68c;border:3px solid hsl(220,50%,60%)}.button-stores{background:#000;color:#fff;padding:.7em 2em;height:4em;transition:1s;display:flex;justify-content:center}.button-stores:hover{background:linear-gradient(145deg,#66c4cc,#67c);cursor:pointer;box-shadow:inset #11111a1a 0 0 10px,inset #11111a1a 0 0 80px;transition:.5s}.button-stores .storeImg{width:auto;max-height:2.6em}form{display:flex;flex-direction:column;gap:2em}.hide{opacity:0}.disabled{pointer-events:none;opacity:.3}*{scrollbar-width:none}*::-webkit-scrollbar{display:none}.overviewTable{text-align:left;transition:.5s;background:linear-gradient(135deg,#f2f4f880,#ffffff80);box-shadow:0 0 4px #0000000d;border-radius:1em;padding:0;width:100%}.overviewTable tr{height:3em;margin:0;cursor:default;align-items:left}.overviewTable tr:first-child{border-radius:.7em}.overviewTable tr:first-child td:last-child{border-radius:0 .7em .7em 0}.overviewTable tr:nth-child(2n){background:linear-gradient(-90deg,hsl(calc(var(--hue-primary) - 15),var(--medium-low),calc(var(--high) + 15%)),hsl(calc(var(--hue-primary) + 15),var(--medium-low),var(--highest)) 0%)}.overviewTable tr:nth-child(odd){border-radius:.7em;background-color:rgb(calc(var(--card-r) - 10),calc(var(--card-g) - 10),var(--card-b))}.overviewTable tr:first-child{border-radius:0 0 .7em .7em}.overviewTable tr:first-child td:last-child{border-radius:0 0 .7em}.overviewTable tr:last-child{border-radius:0 0 .7em .7em}.overviewTable tr:last-child td:first-child{border-radius:0 0 0 .7em}.overviewTable .theadCSS tr{background:linear-gradient(0deg,hsl(calc(var(--hue-primary) - 5),var(--saturation-lower),calc(var(--medium-low) - 5%)),hsl(calc(var(--hue-primary) + 10),var(--saturation-lower),var(--medium-low)))}.overviewTable .theadCSS tr th{color:#f2f4f8;font-weight:600;transition:.5s;text-align:center}.overviewTable .theadCSS tr th:first-child{padding-left:1em;text-align:left}.overviewTable .theadCSSRounded tr{border-radius:1em}.overviewTable .theadCSSRounded tr th:first-child{border-radius:1em 0 0}.overviewTable .theadCSSRounded tr th:last-child{border-radius:0 1em 0 0}.overviewTable .tableImg{width:4em;height:2em;padding-right:1em}.overviewTable td{padding:0 1em;text-align:center;align-items:center;width:12%;height:4em}.overviewTable td:first-child{width:20%;padding-left:1em;text-align:left;background:linear-gradient(180deg,hsl(calc(var(--hue-primary)),calc(var(--saturation-lower) - 5%),var(--medium-low)),hsl(calc(var(--hue-primary) + 5),calc(var(--saturation-lower) - 5%),var(--medium-low)));color:#fff}.overviewTable td:last-child{padding-right:1em}.overviewTable td img{width:2em;height:2em}.overviewTable .progressBar{margin:0}.overviewTable .green p{background:linear-gradient(95deg,#b8dde0,#a6ccd9);font-weight:500;padding:.5em 0;vertical-align:middle;text-align:center;border-radius:.7em}.overviewTable .link b{font-weight:600}.overviewTableClickable{cursor:pointer}.overviewTableClickable .theadCSS tr th{text-align:center}.overviewTableClickable .theadCSS tr th:hover{opacity:1;transition:.1s;background:linear-gradient(165deg,hsl(calc(var(--hue-primary) - 10),var(--saturation-medium-low),var(--medium)),hsl(calc(var(--hue-primary) + 10),var(--saturation-low),var(--medium)))}.overviewTableClickable .theadCSS tr th:active{box-shadow:inset 0 2px 4px #0000001a;transition:.5s}.overviewTableClickable tr{cursor:pointer}.overviewTableClickable tr:hover{transition:.1s;opacity:.8}.overviewTableClickable tr:active{box-shadow:inset 0 2px 4px #0000001a;transition:.5s}.home{font-size:1.1em}.hero{border-radius:.7em;text-align:left;transition:.5s;background:linear-gradient(135deg,#f2f4f880,#ffffff80);box-shadow:0 0 4px #0000000d;display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:1em;font-size:1.1em;padding:2em 2.5em;gap:1.5em;font-size:1em}@media screen and (max-width:431px){.hero{padding:2.5em .5em;gap:1em}}.hero img{height:15vw;width:auto;border-radius:0}@media screen and (min-width:700px){.hero img{height:6em}}.hero .heroTextAndLogo{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center}.hero .heroTextAndLogo h1{width:100%;color:#5281e0;font-size:6vw}@media screen and (min-width:700px){.hero .heroTextAndLogo h1{font-size:2.7em}}.hero .heroTextAndLogo p{color:#359;margin:0}.hero .heroTextAndLogo .long{font-size:2.25vw}@media screen and (max-width:550px){.hero .heroTextAndLogo .long{display:none}}@media screen and (min-width:700px){.hero .heroTextAndLogo .long{font-size:1em}}.hero .heroTextAndLogo .short{font-size:4.2vw;font-weight:300;opacity:.8}@media screen and (min-width:551px){.hero .heroTextAndLogo .short{display:none}}.button-container{max-width:950px;gap:2em;margin-bottom:3em;display:grid;width:100%;justify-content:center;align-items:center}@media screen and (max-width:420px){.button-container{grid-template-columns:1fr}}@media screen and (min-width:421px){.button-container{grid-template-columns:1fr 1fr}}.button-container .button-secondary{z-index:1;width:100%}.button-container .watchDemo{z-index:2;width:100%}.button-container .button-stores{width:100%}.features{display:flex;flex-direction:column;justify-content:flex-start;gap:2em}@media screen and (max-width:650px){.feature{display:flex;flex-wrap:wrap;gap:2em}}@media screen and (min-width:651px){.feature{display:flex;flex-direction:row;justify-content:flex-start;gap:2em;align-items:flex-start}}.feature .screenshot{border-radius:.7em}@media screen and (max-width:650px){.feature .screenshot{display:none}}@media screen and (min-width:651px){.feature .screenshot{width:20em;height:26em}}.feature .feature-card{border-radius:.7em;padding:2em;text-align:left;transition:.5s;background:linear-gradient(135deg,#f2f4f880,#ffffff80);box-shadow:0 0 4px #0000000d;display:flex;flex-direction:column;justify-content:flex-start;gap:1em;align-items:left}@media screen and (max-width:650px){.feature .feature-card{padding:2em;width:100%}}@media screen and (min-width:651px){.feature .feature-card{padding:3em;flex-grow:1;height:100%}}.feature .feature-card h2{margin-bottom:.5em}.feature .feature-card img{width:2em;height:2em;border-radius:0}.feature .feature-card .feature-card-element{display:flex;flex-direction:row;justify-content:flex-start;gap:1em;align-items:center}.home-testimonial-carousel{margin:0;width:100%;max-width:950px}.home-carousel-container{position:relative;width:100%;display:flex;align-items:center;justify-content:center;padding-bottom:2em}.home-carousel-slides{position:relative;width:100%;overflow:hidden}.home-carousel-slide{display:none;opacity:0;transition:opacity .5s ease-in-out;width:100%}.home-carousel-slide.active{display:block;opacity:1;animation:fadeIn .5s ease-in-out}.home-testimonial-card{border-radius:.7em;text-align:left;transition:.5s;background:linear-gradient(135deg,#f2f4f880,#ffffff80);box-shadow:0 0 4px #0000000d;display:flex;flex-direction:row;justify-content:flex-start;padding:0}.home-testimonial-card .home-testimonial-text-container h2{font-size:1.1em;color:#359!important;line-height:1.1em;font-weight:400!important;font-style:italic;margin:0;padding-top:1em}.home-testimonial-card .home-testimonial-text-container{padding:1.5em 2em}.home-testimonial-card .home-testimonial-image{width:9em;height:10em;object-fit:cover;vertical-align:middle;border-radius:1em;flex-shrink:0}.home-testimonial-card .home-testimonial-text{display:flex;flex-direction:column;justify-content:flex-start;line-height:1em}.home-testimonial-card .home-testimonial-nameTag{display:flex;flex-direction:row;justify-content:flex-start;gap:.5em;align-items:center;margin-bottom:.5em}.home-testimonial-card .home-testimonial-flag{width:1em;height:1em;object-fit:contain;vertical-align:middle}.home-testimonial-card a{color:#1f8aad;text-decoration:none;font-weight:500;transition:.5s}.home-testimonial-card a:hover{color:#5cb8d6}.faq-section{border-radius:.7em;padding:2em;text-align:left;transition:.5s;background:linear-gradient(135deg,#f2f4f880,#ffffff80);box-shadow:0 0 4px #0000000d;display:flex;flex-direction:column;justify-content:flex-start;gap:1.5em}.faq-section .faq-item{border-radius:.7em;text-align:left;transition:.5s;background:linear-gradient(135deg,#f2f4f880,#ffffff80);box-shadow:0 0 4px #0000000d;background:linear-gradient(135deg,#f2f4f8cc,#fffc);padding:1em 1.3em}.faq-section .faq-item summary{cursor:pointer;font-weight:500;opacity:.6}.faq-section .faq-item .faq-answer p{margin:.3em 0}.legal{display:flex;flex-direction:column;justify-content:flex-start;gap:1em}.legal summary{cursor:pointer;font-weight:500;font-size:1.2em}.legal .legal-header h1{margin:0}.legal .legal-header p{margin:.5em 0}.legal article{border-radius:.7em;padding:2em;text-align:left;transition:.5s;background:linear-gradient(135deg,#f2f4f880,#ffffff80);box-shadow:0 0 4px #0000000d;display:flex;flex-direction:column;justify-content:flex-start;align-items:left}.legal article h2{margin-bottom:0}.legal article p{margin:.3em 0}.errorPage{border-radius:.7em;padding:2em;text-align:left;transition:.5s;background:linear-gradient(135deg,#f2f4f880,#ffffff80);box-shadow:0 0 4px #0000000d;display:flex;flex-direction:row;justify-content:flex-start;gap:3em}.errorPage img{width:auto;height:8.5em}.errorPage .errorText{display:flex;flex-direction:column;justify-content:flex-start;gap:2em;width:100%}.errorPage .errorText p{margin:.1em 0}.blog-post-card{border-radius:.7em;padding:2em;text-align:left;transition:.5s;background:linear-gradient(135deg,#f2f4f880,#ffffff80);box-shadow:0 0 4px #0000000d;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;text-decoration:none;color:inherit}.blog-post-card:hover{background:linear-gradient(135deg,#f2f4f8cc,#fffc);transition:.5s;box-shadow:inset 0 2px 4px #0000}.blog-post-card:active{background:linear-gradient(135deg,#fffc,#fffc);transition:.1s;box-shadow:inset 0 2px 4px #0000001a}.blog-post-card h2{font-size:1.5em;color:#359;line-height:1.9em;font-weight:100;font-style:italic}.blog-post-card .text{padding-top:2em;display:flex;flex-direction:column;justify-content:flex-start;line-height:1.3em}.blog-post-card .nameTag{display:flex;flex-direction:row;justify-content:flex-start;gap:.5em}.blog-post-card a{color:#1f8aad;text-decoration:none;font-weight:500;transition:.5s}.blog-post-card a:hover{color:#5cb8d6}.blog-post-content{line-height:1.8;color:#359}.blog-post-content h1,.blog-post-content h2,.blog-post-content h3,.blog-post-content h4,.blog-post-content h5,.blog-post-content h6{color:#5281e0;margin-top:1.5em;margin-bottom:.5em}.blog-post-content h2{font-size:1.8em}.blog-post-content h3{font-size:1.5em}.blog-post-content p{margin:1em 0}.blog-post-content a{color:#52bde0;text-decoration:none;transition:opacity .1s}.blog-post-content a:hover{opacity:.8;text-decoration:underline}.blog-post-content img{max-width:100%;width:auto;height:auto;border-radius:.5em;margin:1.5em 0;display:block;object-fit:contain}.blog-post-content ul,.blog-post-content ol{margin:1em 0;padding-left:2em}.blog-post-content li{margin:.5em 0}.blog-post-content code{background:#0000000d;padding:.2em .4em;border-radius:.3em;font-size:.9em}.blog-post-content pre{background:#0000000d;padding:1em;border-radius:.5em;overflow-x:auto;margin:1.5em 0}.blog-post-content pre code{background:none;padding:0}.blog-post-content blockquote{border-left:4px solid hsl(170,60%,60%);padding-left:1em;margin:1.5em 0;opacity:.8;font-style:italic}header{position:sticky;display:flex;align-items:center;justify-content:center;color:#fff;min-height:4em;height:4em;max-height:4em;z-index:10;position:relative}header #logo{cursor:pointer;position:absolute;width:1em;height:2em;left:2em;top:1em;transition:.5s}header #logo:hover{transition:.5s}header #logo:active{transform:scale(.95);transition:.1s}header .navigation{position:absolute;height:2em;top:1em;left:5em;width:calc(100% - 7em);display:flex;justify-content:flex-start;gap:2em;align-items:center;text-align:center}header .loginSignUp{position:absolute;height:2em;top:1em;right:4.5em;display:flex;justify-content:flex-end;gap:0em;align-items:center;text-align:center;gap:.5em;color:#359}header .loginSignUp .login{padding:0;color:#5cadd6}header .loginSignUp .signup{padding:0;color:#379}header a{display:flex;align-items:center;text-decoration:none;color:#359;transition:.5s;height:100%}header a:hover{color:#359;opacity:.5;transition:.1s}header .hamburger-menu{position:absolute;right:4.5em;top:1.25em;display:flex;flex-direction:column;gap:4px;height:20px;width:25px;cursor:pointer;z-index:10;transition:.5s}header .hamburger-menu .line{width:100%;height:4px;background:#98aacd;border-radius:4px}header .hamburger-menu:hover{opacity:.6;transition:.1s}header .menu-mobile{max-width:950px;width:100vw;flex-direction:row;position:absolute;background:linear-gradient(45deg,#dbdbf0,#dbe9f0);border-radius:1em;top:4em;margin:0;padding:2em;height:calc(100vh - 4em)}header .menu-mobile .navigation-mobile{background:linear-gradient(135deg,#f2f4f880,#ffffff80);border-radius:1em;padding:2em;display:flex;flex-direction:column;gap:1.5em}header .menu-mobile .navigation-mobile a{display:inline;background:linear-gradient(135deg,#f2f4f880,#ffffff80);border-radius:.7em;padding:1.5em 2em;text-align:center}header .menu-mobile .login{color:#1f8aad;font-weight:600}header .language{position:absolute;right:2em;top:1.2em;display:flex;flex-direction:row;z-index:11;transition:.5s}header .language .flag{width:auto;height:1.5em;cursor:pointer;opacity:1}header .language .flag:hover{opacity:.7;transform:scale(1.1)}header .language .flagPopup{border-radius:.7em;text-align:left;transition:.5s;background:linear-gradient(135deg,#f2f4f880,#ffffff80);box-shadow:0 0 4px #0000000d;z-index:12;position:absolute;right:0;top:0;padding:2em;opacity:1;background-color:#f0f0f0;animation-duration:.5s}header .language .flagPopup .flag{display:block;width:auto;height:3em;cursor:pointer;animation-duration:.5s;opacity:1}header .language .flagPopup .flag:hover{transition:.5s;opacity:.7;transform:none}header .language .flagPopup .flagActive{cursor:default;opacity:.3}header .language .flagPopup .flagActive:hover{opacity:.3;transform:none}footer{display:flex;flex-direction:row;justify-content:space-between;max-width:calc(950px - 4em);width:calc(100vw - 4em);margin:0 2em;padding:1.5em 2em;background:linear-gradient(135deg,#f2f4f880,#ffffff80);border-radius:.7em .7em 0 0;z-index:10}@media screen and (min-width:651px){footer{align-items:center}}footer nav{display:flex;color:#98aacd}@media screen and (max-width:650px){footer nav{flex-direction:column;gap:20px}}@media screen and (min-width:651px){footer nav{flex-direction:row;gap:2em}}footer a{font-weight:400;opacity:.7}footer a:hover{opacity:1}footer a:active{opacity:1;transform:scale(.95)}footer .rights{text-align:right;margin:0}.card{border-radius:.7em;padding:2em;text-align:left;transition:.5s;background:linear-gradient(135deg,#f2f4f880,#ffffff80);box-shadow:0 0 4px #0000000d;display:flex;flex-direction:row;align-items:center;gap:1.5em}.card img{width:5em;height:5em}.card .card-text{display:flex;flex-direction:column;justify-content:flex-start;gap:.5em}.adsBanner{grid-column:2;grid-row:1;height:150px;background-color:#edf2f7;border-radius:.7em;z-index:100;display:flex;align-items:center;justify-content:center;overflow:hidden}.testimonial-carousel{position:relative;width:100%;margin:0;padding:0 1em}.carousel-container{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.carousel-slides{position:relative;width:100%;overflow:hidden}.carousel-slide{display:none;opacity:0;transition:opacity .5s ease-in-out;width:100%}.carousel-slide.active{display:block;opacity:1;animation:fadeIn .5s ease-in-out}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#2e426b4d;color:#fff;border-radius:50%;width:1.5em;height:1.5em;font-size:1.2em;font-weight:700;cursor:pointer;z-index:100;transition:all .3s ease;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;line-height:1;padding:0}.carousel-button:hover{background:#4d6eb366}.carousel-button:active{transform:translateY(-50%) scale(.95)}.carousel-button.carousel-button-prev{left:-.8em}.carousel-button.carousel-button-next{right:-.8em}.carousel-dots{display:flex;justify-content:center;align-items:center;gap:.75em;margin-top:2em}.carousel-dot{width:.75em;height:.75em;border-radius:50%;border:none;background:#94a8d1;cursor:pointer;transition:background-color .3s ease,transform .2s ease;padding:0}.carousel-dot:hover{background:#708bc2;transform:scale(1.2)}.carousel-dot.active{background:#4d6eb3;transform:scale(1.3)}.testimonialCard{border-radius:.7em;padding:2em;text-align:left;transition:.5s;background:linear-gradient(135deg,#f2f4f880,#ffffff80);box-shadow:0 0 4px #0000000d;display:flex;flex-direction:row;justify-content:flex-start;gap:2em}.testimonialCard h2{font-size:1.4em;color:#359!important;line-height:1.5em;font-weight:400!important;font-style:italic}.testimonialCard .testimonial-image{width:14em;height:16em;object-fit:cover;vertical-align:middle;border-radius:.7em}.testimonialCard .text{padding-top:2em;display:flex;flex-direction:column;justify-content:flex-start;line-height:1.3em}.testimonialCard .nameTag{display:flex;flex-direction:row;justify-content:flex-start;gap:.5em}.testimonialCard .flag{width:1.5em;height:1.5em;object-fit:contain;vertical-align:middle}.testimonialCard a{color:#1f8aad;text-decoration:none;font-weight:500;transition:.5s}.testimonialCard a:hover{color:#5cb8d6}@media(max-width:768px){.testimonialCard{flex-direction:column;text-align:center;margin:0 auto}.testimonialCard .nameTag{justify-content:center}.testimonialCard .testimonial-image{width:100%;height:auto;margin:0 auto;display:block}}
