@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;800&display=swap);:root{--z-index-flash-message:2000;--z-index-search:1001;--z-index-modal:1000;--z-index-header:100;--z-index-broadcast-message:99;--z-index-dropdown:98;--z-index-tooltip:98;--z-index-sticky-content:10;--z-index-above-foreground:2;--z-index-foreground:1;--z-index-background:0;--z-index-under-background:-1}:root{--max-content-width:100rem;--max-header-content-width:101.25rem}@media (max-width:767px){:root{--content-edge-gap:1.25rem}}@media (min-width:768px){:root{--content-edge-gap:2.5rem}}:root{--pt-color-primary-1:#0583d2;--pt-color-secondary-1:#ffb703;--pt-color-secondary-2:#535353;--pt-color-secondary-3:#f4f4f4;--pt-color-secondary-4:#8b949e;--pt-color-danger:#bd1e21;--pt-color-white:#fff;--pt-color-black:#000;--pt-color-primary-1-hover:#43b7ff;--pt-color-secondary-2-hover:#f2f2f2}:root{--primary-font:"Nunito Sans",sans-serif;--secondary-font:"Open Sans",sans-serif}.pt-display-2{font-family:var(--primary-font);font-size:3.75rem;font-weight:800;line-height:5rem}.pt-heading{--font-weight:400;--font-size:1.625rem;--font-line-height:2.25rem;font-family:var(--secondary-font);font-size:var(--font-size);font-weight:var(--font-weight);line-height:var(--font-line-height)}.pt-heading--semibold{--font-weight:600}.pt-heading--bold{--font-weight:700}.pt-heading--fixed-small-size{--font-size:1.625rem!important;--font-line-height:2.25rem!important}@media (min-width:992px){.pt-heading{--font-size:3.75rem;--font-line-height:5.125rem}}.pt-heading-brand{--font-weight:400;--font-size:1.625rem;--font-line-height:2.25rem;font-family:var(--primary-font);font-size:var(--font-size);font-weight:var(--font-weight);line-height:var(--font-line-height)}.pt-heading-brand--semibold{--font-weight:600}.pt-heading-brand--bold{--font-weight:800}@media (min-width:768px){.pt-heading-brand{--font-size:2rem;--font-line-height:2.625rem}}@media (min-width:992px){.pt-heading-brand{--font-size:3.75rem;--font-line-height:5.125rem}}.pt-subtitle{--font-weight:400;font-family:var(--secondary-font);font-size:1.125rem;font-weight:var(--font-weight);line-height:1.625rem}.pt-subtitle--semibold{--font-weight:600}.pt-subtitle--bold{--font-weight:700}.pt-subtitle--fixed-small-size{font-size:1.125rem!important;line-height:1.625rem!important}@media (min-width:992px){.pt-subtitle{font-size:1.5rem;line-height:2.125rem}}.pt-text{--font-weight:400;margin:0;font-family:var(--secondary-font);font-weight:var(--font-weight)}.pt-text--semibold{--font-weight:600}.pt-text--bold{--font-weight:700}.pt-text--normal{font-size:1rem;line-height:1.5rem}.pt-text--small{font-size:.875rem;line-height:1.5rem}@media (min-width:992px){.pt-text--normal{font-size:1.125rem;line-height:1.75rem}}.pt-page-title{--page-title-vertical-space:1.5rem;margin-bottom:var(--page-title-vertical-space)}@media (min-width:768px){.pt-page-title{--page-title-vertical-space:2.5rem}}@media (min-width:992px){.pt-page-title{--page-title-vertical-space:5rem}}*{box-sizing:border-box;font-family:var(--secondary-font)}html{font-size:16px;font-weight:400;line-height:1.2}body{margin:0;color:var(--pt-color-secondary-2)}.animation-intro-slide-up{-webkit-transform:translateY(40%);transform:translateY(40%);-webkit-animation-name:intro-slide-up;animation-name:intro-slide-up;-webkit-animation-duration:420ms;animation-duration:420ms;-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}@-webkit-keyframes intro-slide-up{0%{-webkit-transform:translateY(40%);transform:translateY(40%);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes intro-slide-up{0%{-webkit-transform:translateY(40%);transform:translateY(40%);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.animation-delay-120{-webkit-animation-delay:120ms;animation-delay:120ms}.animation-delay-240{-webkit-animation-delay:240ms;animation-delay:240ms}.animation-delay-360{-webkit-animation-delay:360ms;animation-delay:360ms}body.pt-app{display:flex;flex-direction:column;min-height:100vh;touch-action:manipulation}.pt-content{flex:1;margin-bottom:3.75rem}@media (min-width:768px){.pt-content{margin-bottom:5rem}}@media (min-width:992px){.pt-content{margin-bottom:7.5rem}}.pt-content-block{max-width:var(--max-content-width);margin:0 auto 2.5rem auto;padding-right:var(--content-edge-gap);padding-left:var(--content-edge-gap)}.pt-content-block--no-vertical-margin{margin-bottom:0!important}@media (min-width:768px){.pt-content-block{margin:0 auto 5rem auto}}@media (min-width:992px){.pt-content-block{margin:0 auto 7.5rem auto}}.pt-button-group-filter{overflow-x:auto;scroll-snap-type:x proximity;max-width:100vw;margin:0 calc(var(--content-edge-gap) * -1) 2.875rem calc(var(--content-edge-gap) * -1);padding:0 1.25rem}.pt-button-group-filter__item{white-space:nowrap}.pt-header{position:-webkit-sticky;position:sticky;z-index:var(--z-index-header);top:0;display:block;transition:box-shadow .2s ease-in;background-color:#fff}.pt-header--sticky-shadow{box-shadow:0 .25rem .25rem rgb(0 0 0 / 10%)}.pt-header .pt-navbar{width:100%;margin:0 auto}.pt-header .pt-navbar-nav{align-items:flex-start}.pt-header .pt-nav-item{padding:.875rem 0}.pt-header .pt-nav-item:not(:last-child){margin-right:.5rem}.pt-header .pt-nav-item:hover{color:var(--pt-color-primary-1)}.pt-header .pt-nav-link{color:currentcolor;font-weight:600}.pt-header .pt-nav-dropdown-menu{border:0;background-color:transparent}.pt-header .pt-nav-dropdown-item{color:var(--pt-color-white);background-color:transparent}.pt-header .pt-navbar-content{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--max-header-content-width);margin:0 auto}@media (max-width:991px){.pt-header .pt-navbar-brand{margin:0}.pt-header .pt-navbar-brand-image{display:block;width:7.5rem;height:auto}.pt-header .pt-navbar-content{flex-flow:row-reverse;padding:0 2.5rem}.pt-header .pt-nav-item{width:100%;margin-right:0;padding:.875rem 0;text-transform:uppercase}.pt-header .pt-nav-link{display:inline-block;width:auto;color:var(--pt-color-white)}.pt-header .pt-navbar-toggle-button{padding:.5rem;border:0}.pt-header .pt-navbar-toggler-icon{width:1.5rem;height:1.5rem}.pt-header .pt-navbar-collapse{position:absolute;top:0;left:0;width:100%;padding:3.75rem;background-color:var(--pt-color-primary-1);background-size:cover}.pt-header .pt-navbar-collapse-header{display:flex;align-items:flex-start;justify-content:flex-start;margin-bottom:3.75rem}.pt-header .pt-navbar-collapse-logo{display:block;flex:0 0 auto;width:7.5rem;height:auto}.pt-header .pt-navbar-close-button{position:absolute;top:1.25rem;right:1.25rem;flex:0 0 auto;width:1.5rem;height:1.5rem;margin-left:auto;padding:0;color:#fff;border:0;background-color:transparent}.pt-header .pt-nav-cta{color:var(--pt-color-black);background-color:var(--pt-color-white)}}@media (min-width:992px){.pt-header .pt-navbar{padding:.75rem 0}.pt-header .pt-navbar-content{padding:0 7.5rem}.pt-header .pt-navbar-brand-image{width:9.875rem;height:2.625rem}.pt-header .pt-navbar-nav{flex:1 1 auto;justify-content:center}.pt-header .pt-navbar-nav--end{flex:0 0 auto;justify-content:flex-end;width:10.875rem}.pt-header .pt-nav-dropdown-menu{border-top:.1875rem solid var(--pt-color-primary-1);border-radius:.25rem;background-color:var(--pt-color-white);box-shadow:0 .25rem .25rem rgb(0 0 0 / 10%)}.pt-header .pt-nav-dropdown-item{color:var(--pt-color-black)}.pt-header .pt-nav-dropdown-item:hover{background-color:var(--pt-color-secondary-2-hover)}.pt-header .pt-navbar-collapse-header{display:none}}.pt-button{display:inline-block;padding:.625rem 1.5rem;text-align:center;text-decoration:none;color:var(--pt-color-white);border:0;border-radius:1.25rem;background-color:var(--pt-color-primary-1);font-family:var(--secondary-font);font-size:.875rem;font-weight:700;line-height:1.25rem}.pt-button:hover{color:var(--pt-color-white);background-color:var(--pt-color-primary-1-hover)}.pt-button:active{color:var(--pt-color-white);background-color:var(--pt-color-primary-1)}.pt-button--secondary{color:var(--pt-color-primary-1);background-color:var(--pt-color-white)}.pt-button--secondary:hover{color:var(--pt-color-primary-1);background-color:var(--pt-color-secondary-2-hover)}.pt-button--secondary:active{color:var(--pt-color-primary-1);background-color:var(--pt-color-white)}.pt-button--secondary-outline{color:var(--pt-color-black);border:.125rem solid var(--pt-color-black);background-color:transparent!important}.pt-button--secondary-outline:hover{color:var(--pt-color-secondary-2);border-color:var(--pt-color-secondary-2)}.pt-button--secondary-outline:active{color:var(--pt-color-secondary-4);border-color:var(--pt-color-secondary-4)}.pt-button[disabled]{pointer-events:none!important;opacity:.3!important}.pt-button--wide{display:block;width:100%}@media (max-width:767px){.pt-button--mobile-wide{display:block;width:100%}}.pt-footer{display:block;padding-top:2.5rem;padding-bottom:2.5rem;color:var(--pt-color-white);background-color:var(--pt-color-primary-1)}.pt-footer .footer__content{margin-bottom:2.5rem}.pt-footer .footer__section:not(:last-child){margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:.0625rem solid var(--pt-color-white)}.pt-footer .footer__brand-logo{display:block;width:7.5rem;height:auto;margin:0 auto .5rem auto}.pt-footer .footer__brand-description{margin-bottom:2.5rem;text-align:center;color:var(--pt-color-white)}.pt-footer .footer__social-list{display:flex;justify-content:center;gap:.5rem;padding:0;list-style:none}.pt-footer .footer__social-link{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;text-decoration:none;border-radius:100%;background-color:var(--pt-color-white)}.pt-footer .footer__social-link:hover{background-color:var(--pt-color-primary-1-hover)}.pt-footer .footer__social-icon{display:block;color:var(--pt-color-primary-1);font-size:1.125rem}.pt-footer .footer__info{display:flex}.pt-footer .footer__info-group{flex:1 0 0%}.pt-footer .footer__info-group:not(:last-child){margin-right:1.5rem}.pt-footer .footer__info-group:last-child{flex:2 0 0%}.pt-footer .footer__info-group-title{margin-bottom:1.5rem}.pt-footer .footer__info-list{margin:0;padding:0;list-style:none}.pt-footer .footer__info-list-item:not(:last-child){margin-bottom:1rem}.pt-footer .footer__info-link{text-decoration:none;color:var(--pt-color-white)}.pt-footer .footer__info-link:focus,.pt-footer .footer__info-link:hover{text-decoration:underline;color:var(--pt-color-secondary-2-hover)}.pt-footer .footer__newsletter{margin-bottom:.5rem}.pt-footer .footer__newsletter form>div{justify-content:flex-start!important}.pt-footer .footer__newsletter p{text-align:left!important;color:var(--pt-color-white)!important}.pt-footer .footer__newsletter input[type=email]{height:2.5rem!important;font-size:1rem!important;line-height:1.2!important}.pt-footer .footer__newsletter input[type=email]::-webkit-input-placeholder{font-size:1rem!important;line-height:1.2!important}.pt-footer .footer__newsletter input[type=email]::placeholder{font-size:1rem!important;line-height:1.2!important}.pt-footer .footer__newsletter button{height:2.5rem!important;padding-right:1.5rem!important;padding-left:1.5rem!important;color:var(--pt-color-primary-1)!important;background-color:var(--pt-color-white)!important;font-size:1rem!important}.pt-footer .footer__newsletter-title{margin-top:-.625rem!important;margin-bottom:.5rem;text-align:left!important;color:var(--pt-color-white)}.pt-footer .footer__reglementation-info{padding-top:2.5rem;text-align:center;border-top:.0625rem solid var(--pt-color-white)}@media (min-width:768px){.pt-footer .footer__content{display:flex;flex-wrap:wrap}.pt-footer .footer__presentation{display:flex;flex:1 0 0%;flex-direction:column;width:50%}.pt-footer .footer__brand-logo{flex:0 0 0%;margin:0 0 .5rem 0}.pt-footer .footer__brand-description{flex:0 0 0%;text-align:left}.pt-footer .footer__social-list{flex:0 0 0%;justify-content:flex-start;margin-top:auto}.pt-footer .footer__info{flex:1 0 0%;width:50%}.pt-footer .footer__newsletter{display:flex;width:100%}}@media (min-width:992px){.pt-footer .footer__section:not(:last-child){margin-right:1.5rem;margin-bottom:0;border-bottom:0}.pt-footer .footer__brand-description{max-width:10rem}.pt-footer .footer__presentation{flex:1 0 0%;max-width:16.25rem}.pt-footer .footer__info{flex:1 0 0%}.pt-footer .footer__newsletter{flex:1 0 0%;flex-direction:column}}.pt-input{display:block;width:100%;height:2.625rem;padding:0 .75rem;color:var(--pt-color-black);border:.0625rem solid var(--pt-color-secondary-2);border-radius:.25rem;font-size:1rem;font-weight:400;line-height:1.5}.pt-input::-webkit-input-placeholder{color:var(--pt-color-secondary-2)}.pt-input::placeholder{color:var(--pt-color-secondary-2)}.pt-input:focus{border-color:var(--pt-color-primary-1)}.get-started-form .form__title{margin-bottom:1.25rem}.get-started-form .form__input-email{margin-bottom:1.25rem}.get-started-form .form__input-password{margin-bottom:1.25rem}@media (min-width:768px){.get-started-form{width:100%}}@media (min-width:992px){.get-started-form .form__title{margin-bottom:2.5rem}.get-started-form .form__input-password{margin-bottom:2.5rem}}.get-started-section{text-align:center}.get-started-section__content{padding:2.5rem 1.25rem;border-radius:1.25rem;background-color:var(--pt-color-secondary-3)}.get-started-section__intro{margin-bottom:2rem}.get-started-section__subtitle{display:block;margin-bottom:.5rem}.get-started-section__title{margin-bottom:1.25rem;color:var(--pt-color-primary-1)}@media (min-width:768px){.get-started-section{text-align:left}.get-started-section__content{padding:2.5rem}.get-started-section__intro{margin-bottom:0}.get-started-section__form{display:flex;align-items:center;height:100%}}@media (min-width:992px){.get-started-section__content{padding:3.75rem 7.5rem}}.testimonial-card{display:flex;flex-direction:column;width:100%;height:30rem;padding:2.5rem 1.875rem;text-align:center;border-radius:1.25rem;background-color:var(--pt-color-white);box-shadow:0 .25rem .9375rem rgb(0 0 0 / 10%)}.testimonial-card__icon{display:block;width:2.75rem;height:2.25rem;margin:0 auto 1.25rem auto}.testimonial-card__title{margin-bottom:1.25rem}.testimonial-card__rating{display:block;width:8.75rem;margin:0 auto 1.25rem auto}.testimonial-card__message{margin-bottom:2.5rem}.testimonial-card__avatar{display:block;overflow:hidden;width:5.625rem;height:5.625rem;margin:0 auto 1.25rem auto;border-radius:100%}.testimonial-card__name{margin:auto 0 0 0}.testimonial-card__role{margin:0}.pt-contact-form{display:block;max-width:30rem;margin:0 auto;text-align:left}.hero-section{position:relative;max-width:var(--max-content-width);padding-top:2rem;padding-bottom:3rem;text-align:center}.hero-section__intro{margin-bottom:2.5rem}.hero-section__subtitle{color:var(--pt-color-secondary-2)}.hero-section__illustration{display:none}@media (min-width:768px) and (max-width:991px){.hero-section{padding-top:2.625rem}.hero-section__intro{max-width:37.5rem;margin:0 auto 2.5rem}.hero-section__form{max-width:27.25rem;margin:0 auto}}@media (min-width:768px){.hero-section{padding-top:2.625rem}}@media (min-width:992px){.hero-section{padding-top:7.5rem;padding-bottom:7.5rem;text-align:left}.hero-section__intro{margin:0;padding-right:4rem}.hero-section__form{padding-top:4rem}.hero-section__illustration{display:flex;align-items:center;height:100%}.hero-section__illustration-image{flex:0 0 auto;width:100%;height:auto}}.presentation-section{text-align:center}.presentation-section__title{margin-bottom:1.25rem}.presentation-section__message{max-width:47.5rem;margin:0 auto 3.125rem auto}.presentation-section__subtitle{margin-bottom:1.25rem}.presentation-section__brandlist{display:flex;flex-wrap:wrap;justify-content:center;margin:0;margin-bottom:7.5rem;padding:0;list-style:none}.presentation-section__brandlist-item{flex:0 0 12.5rem;max-width:12.5rem;padding:.5rem}.presentation-section__brand-image{width:auto;height:2.5rem}.presentation-section__list{display:flex;flex-flow:column wrap;align-items:center;justify-content:flex-start;padding:0;list-style:none;gap:1.5rem}.presentation-section__list-item{flex:0 1 auto}@media (min-width:768px){.presentation-section__list{flex-direction:row;align-items:flex-start;justify-content:center}.presentation-section__list-item{width:auto;margin:0 auto}}.integration-section{text-align:center}.integration-section__content{padding:2.5rem;border-radius:1.25rem;background-color:var(--pt-color-secondary-3)}.integration-section__title{margin-bottom:1.25rem;color:var(--pt-color-primary-1)}.integration-section__message{margin-bottom:2.5rem}.integration-section__logo-image{display:block;width:100%;max-width:18.75rem;height:auto;margin:2.5rem auto 0}@media (min-width:768px){.integration-section{text-align:left}.integration-section__content{padding:2.5rem}}@media (min-width:992px){.integration-section__content{padding:3.75rem 7.5rem}.integration-section__logo-image{max-width:100%}}.solution-section__list{margin:0;padding:0;list-style:none}.solution-section__list-item:not(:last-child){margin-bottom:3.75rem}@media (min-width:768px){.solution-section__list-item:not(:last-child){margin-bottom:5rem}}@media (min-width:992px){.solution-section__list-item:not(:last-child){margin-bottom:7.5rem}}.testimonials-section{margin-bottom:0}.testimonials-section .pt-carousel--desktop{display:none}.testimonials-section .pt-carousel__inner{padding:1.125rem}.testimonials-section .pt-carousel .carousel-control-prev{width:auto;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.testimonials-section .pt-carousel .carousel-control-next{width:auto;-webkit-transform:translateX(50%);transform:translateX(50%)}@media (min-width:992px){.testimonials-section .pt-carousel--desktop{display:block}.testimonials-section .pt-carousel--mobile{display:none}}.value-card{--card-size:13.75rem;--icon-size:5rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:var(--card-size)}.value-card__icon{display:block;flex:0 0 auto;width:var(--icon-size);height:var(--icon-size);margin-bottom:.5rem}.value-card__title{flex:0 0 auto;margin-bottom:.5rem;color:var(--pt-color-secondary-2)}.value-card__description{flex:0 0 auto;margin:0}@media (min-width:992px){.value-card{--card-size:17.5rem;--icon-size:9.375rem}.value-card__icon{display:block;margin-bottom:2.5rem}}.solution-item__thumbnail{overflow:hidden;width:100%;height:auto;margin-bottom:1.5rem;border-radius:.75rem}.solution-item__thumbnail-image{width:100%;height:100%;object-fit:cover}.solution-item__group-title{display:block;margin-bottom:1rem;text-transform:uppercase;font-size:1.125rem;font-weight:400;line-height:1.5rem}.solution-item__title{margin-bottom:1.5rem}.solution-item__descriprion ul{padding:0}.solution-item__description-list-item{display:flex;align-items:center;list-style-type:none}.solution-item__description-list-item:not(:last-child){margin-bottom:.75rem}.solution-item__description-list-item::before{display:block;flex:0 0 auto;width:2rem;height:2rem;margin-right:.75rem;content:"";background:url(/assets/images/icons/checkmark-icon.svg) center no-repeat}@media (min-width:768px){.solution-item__thumbnail{height:25rem;margin:0}}@media (min-width:992px){.solution-item__content{padding-left:3rem}.solution-item__title{flex:0 0 auto;font-size:2.25rem;line-height:1.2}}@media (min-width:992px){.solution-section__list-item:nth-child(even) .solution-item>.row{flex-direction:row-reverse}.solution-section__list-item:nth-child(even) .solution-item>.row .solution-item__content{padding-right:3rem;padding-left:0}}.solutions-item{display:block;padding-bottom:3.75rem;text-align:left}.solutions-item__thumbnail{overflow:hidden;width:100%;margin-bottom:1.5rem;border-radius:.75rem}.solutions-item__thumbnail-image{display:block;width:100%;height:auto;object-fit:cover;object-position:top left}.solutions-item__group-title{display:block;margin-bottom:1rem;text-transform:uppercase;font-size:.75rem;font-weight:400;line-height:1rem}.solutions-item__content{max-width:26.875rem;margin:0 auto}.solutions-item__title{margin-bottom:1.5rem}.solutions-item__descriprion{margin-bottom:1.5rem}.solutions-item__subtitle{margin-bottom:1.25rem}.solutions-item__description-list-item{list-style-type:square}.solutions-item__description-list-item:not(:last-child){margin-bottom:.25rem}@media (min-width:768px){.solutions-item{padding-bottom:5rem}}@media (min-width:992px){.solutions-item{display:flex;align-items:flex-start;padding-bottom:7.5rem}.solutions-item__thumbnail{flex:1 0 auto;width:28rem;height:28rem;margin-right:3rem;margin-bottom:0}.solutions-item__thumbnail-image{width:100%;height:100%}.solutions-item__group-title{font-size:1.125rem;line-height:1.5rem}.solutions-item__content{display:flex;flex:1 1 auto;flex-direction:column;align-items:flex-start;align-self:stretch;max-width:100%}.solutions-item__title{flex:0 0 auto;font-size:2.25rem;line-height:1.2}.solutions-item__descriprion{flex:0 0 auto}.solutions-item__subtitle{margin-bottom:2.5rem}.solutions-item__cta{flex:0 0 auto;margin-top:auto}}@media (min-width:992px){.solutions-page__list-item:nth-child(even) .solutions-item{flex-direction:row-reverse}.solutions-page__list-item:nth-child(even) .solutions-item__thumbnail{margin-right:0;margin-left:3rem}}.pt-solutions-page{padding-top:4rem;text-align:center}.pt-solutions-page .solutions-page__title{margin-bottom:1.5rem}.pt-solutions-page .solutions-page__description{max-width:56.25rem;margin:0 auto 3rem auto}.pt-solutions-page .solutions-page__subtitle{margin-bottom:2rem;padding-bottom:2rem;border-bottom:.125rem solid var(--pt-color-secondary-4);font-size:1.625rem;line-height:1.2}.pt-solutions-page .solutions-page__list{margin:0;padding:0;list-style:none}@media (--table-and-up){.pt-solutions-page .solutions-page__description{margin-bottom:5rem}}@media (min-width:992px){.pt-solutions-page{padding-top:6rem}.pt-solutions-page .solutions-page__description{margin-bottom:7.5rem}.pt-solutions-page .solutions-page__subtitle{margin-bottom:4rem;text-align:left;font-size:2rem}}.pt-contact-page{display:block;padding-top:3.75rem;text-align:center}.pt-contact-page .contact-page__title{margin-bottom:1.5rem}.pt-contact-page .contact-page__description{display:block;max-width:37.5rem;margin:0 auto 3.75rem auto}.pt-contact-page .contact-page__form-section{margin-bottom:3.75rem}.pt-contact-page .contact-page__form-section-title{margin-bottom:2.5rem}.pt-contact-page .contact-page__details-section{text-align:left}.pt-contact-page .contact-page__gmap{position:relative;width:100%;height:21.875rem;margin-bottom:2.5rem;text-align:right}.pt-contact-page .contact-page__gmap-canvas{overflow:hidden;width:100%;height:100%;border-radius:1.25rem;background:0 0!important}@media (min-width:768px){.pt-contact-page .contact-page__description{margin-bottom:5rem}.pt-contact-page .contact-page__form-section{margin-bottom:5rem}}@media (min-width:992px){.pt-contact-page .contact-page__description{margin-bottom:7.5rem}.pt-contact-page .contact-page__content{display:flex;-webkit-column-gap:5rem;column-gap:5rem}.pt-contact-page .contact-page__form-section{flex:1 0 0%;margin:0;text-align:left}.pt-contact-page .contact-page__details-section{flex:1 0 0%}}.pt-pricing-card{display:block;padding:1.25rem;border-radius:1.25rem;background:var(--pt-color-white);box-shadow:0 .25rem .9375rem rgb(0 0 0 / 10%)}.pt-pricing-card .pricing-card__title{text-align:center;color:var(--pt-color-primary-1)}.pt-pricing-card .pricing-card__price{display:flex;align-items:center;justify-content:center;color:var(--pt-color-secondary-4)}.pt-pricing-card .pricing-card__price-label{display:block;flex:0 0 auto;box-sizing:content-box;max-width:5.25rem;padding-bottom:.25rem;padding-left:.625rem;opacity:.5;color:var(--pt-color-secondary-2)}.pt-pricing-card .pricing-card__subtitle{margin-bottom:2.5rem;text-align:center;text-transform:uppercase}.pt-pricing-card .pricing-card__list-wrapper{display:block;margin-bottom:2.5rem;padding-left:1.25rem}.pt-pricing-card .pricing-card__list-title{margin-bottom:1.25rem}.pt-pricing-card .pricing-card__list{padding:0}.pt-pricing-card .pricing-card__list-item{display:flex;align-items:center;list-style-type:none}.pt-pricing-card .pricing-card__list-item:not(:last-child){margin-bottom:.5rem}.pt-pricing-card .pricing-card__list-item::before{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;margin-right:.25rem;content:"✓";font-size:.75rem;line-height:1}.pt-pricing-card .pricing-card__list-item--unsuported{opacity:.5}.pt-pricing-card .pricing-card__list-item--unsuported::before{padding-bottom:.0625rem;content:"x"}.pt-pricing-card--primary .pricing-card__price{color:var(--pt-color-primary-1)}.pt-pricing-card--highlighted{position:relative;-webkit-animation-name:highlight-animation-border;animation-name:highlight-animation-border;-webkit-animation-duration:240ms;animation-duration:240ms;-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-animation-delay:860ms;animation-delay:860ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;box-shadow:0 .25rem .9375rem rgb(0 0 0 / 10%),0 0 0 .25rem var(--pt-color-primary-1) inset}.pt-pricing-card--highlighted::before{position:absolute;top:0;left:50%;display:block;padding:.625rem 1.25rem;content:"Recomanded";-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);-webkit-animation-name:highlight-animation-slide-down;animation-name:highlight-animation-slide-down;-webkit-animation-duration:240ms;animation-duration:240ms;-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;text-transform:uppercase;color:var(--pt-color-black);border-radius:1.25rem 1.25rem 0 0;background-color:var(--pt-color-secondary-1);font-size:.875rem;font-weight:600;line-height:1}.pt-pricing-card--highlighted .pricing-card__price{color:var(--pt-color-primary-1)}@media (min-width:768px){.pt-pricing-card{padding:2.5rem}.pt-pricing-card .pricing-card__list-wrapper{padding-left:0}}@-webkit-keyframes highlight-animation-slide-down{0%{-webkit-transform:translate(-50%,-200%);transform:translate(-50%,-200%);opacity:0}100%{-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);opacity:1}}@keyframes highlight-animation-slide-down{0%{-webkit-transform:translate(-50%,-200%);transform:translate(-50%,-200%);opacity:0}100%{-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);opacity:1}}@-webkit-keyframes highlight-animation-border{0%{box-shadow:0 .25rem .9375rem rgb(0 0 0 / 10%),0 0 0 0 var(--pt-color-primary-1) inset}100%{box-shadow:0 .25rem .9375rem rgb(0 0 0 / 10%),0 0 0 .25rem var(--pt-color-primary-1) inset}}@keyframes highlight-animation-border{0%{box-shadow:0 .25rem .9375rem rgb(0 0 0 / 10%),0 0 0 0 var(--pt-color-primary-1) inset}100%{box-shadow:0 .25rem .9375rem rgb(0 0 0 / 10%),0 0 0 .25rem var(--pt-color-primary-1) inset}}.including-section{max-width:60rem;margin-right:auto;margin-left:auto}.including-section__title{margin-bottom:2rem;text-align:center}.including-section__list{display:block;width:15rem;margin:0 auto;padding:0;list-style:none}.including-section__list-item{display:flex;align-items:center;margin-bottom:.75rem}.including-section__list-item::before{display:block;flex:0 0 auto;width:2rem;height:2rem;margin-right:.75rem;content:"";background:url(/assets/images/icons/checkmark-icon.svg) center no-repeat}.faq-section{max-width:60rem;margin-right:auto;margin-left:auto}.faq-section__title{margin-bottom:2rem;text-align:center}.faq-section__accordion-body{padding:2rem 1.25rem}.faq-section__install-list{list-style-type:decimal}.faq-section__install-list li{margin-bottom:.5rem}@media (min-width:992px){.faq-section__title{margin-bottom:3.75rem}}.pricing-section{padding-top:3.75rem}.pricing-section__title{margin-bottom:1.5rem;text-align:center}.pricing-section__description{display:block;max-width:37.5rem;margin:0 auto 2.5rem auto;text-align:center}@media (min-width:992px){.pricing-section__description{margin:0 auto 3.75rem auto}}.pt-install-page .install-page__title{text-align:center}.pt-install-page .install-page__content{max-width:56.25rem;margin:0 auto}.pt-install-page .install-page__list{padding-top:2.625rem;padding-bottom:2rem}.pt-install-page .install-page__list li{margin-bottom:.75rem}.pt-usage-page{padding-top:3.75rem}.pt-usage-page .usage__section{display:flex;gap:5rem;align-items:center;justify-content:center}.pt-usage-page .usage__section:nth-child(even){flex-direction:row-reverse}.pt-usage-page .usage__section:not(:last-child){margin-bottom:5rem}.pt-usage-page .usage__section-content{flex:0 0 auto;width:17.5rem}.pt-usage-page .usage__section-title{margin-bottom:2rem;color:var(--pt-color-primary-1);font-weight:600}.pt-usage-page .usage__section-description{font-size:1.25rem;font-weight:500;line-height:2rem}.pt-usage-page .usage__section-thumbnail{overflow:hidden;flex:0 0 auto;border:.1875rem solid var(--pt-color-primary-1-hover);border-radius:.625rem}.pt-usage-page .usage__section-thumbnail-image{width:auto;height:28.125rem}.pt-error-404{padding-top:3.75rem;text-align:center}.pt-error-404 .error__content{max-width:43.75rem;margin:0 auto}.pt-error-404 .error__placeholder-image{width:100%;max-width:10rem;height:auto;margin:0 auto 1.25rem auto}.pt-error-404 .error__cta-button{margin-top:1.25rem}@media (min-width:768px){.pt-error-404 .error__placeholder-image{max-width:15rem;margin:0 auto 2.5rem auto}.pt-error-404 .error__cta-button{margin-top:2.5rem}}@media (min-width:992px){.pt-error-404{padding-top:7.5rem}.pt-error-404 .error__content{max-width:50rem}.pt-error-404 .error__placeholder-image{margin:0 auto 3.75rem auto}.pt-error-404 .error__cta-button{margin-top:3.75rem}}
/*# sourceMappingURL=main.css.map */
