.actionButton{display:-webkit-inline-box;display:inline-flex;padding:18px 30px 16px;margin-bottom:var(--padding);text-decoration:none;font-weight:700;color:#fff;position:relative;font-size:var(--fontsize);font-family:var(--subfont);border-radius:50px;background:var(--color1);cursor:pointer;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;-webkit-transition:all .2s linear;transition:all .2s linear}.actionButton .text{line-height:1;vertical-align:bottom}.rightWidgetContainer .actionButton{display:-webkit-box;display:flex}.ua-desktop .actionButton:hover{color:#fff;background:-webkit-gradient(linear,left top,right top,from(var(--color1)),to(var(--color3)));background:-webkit-linear-gradient(left,var(--color1) 0%,var(--color3) 100%);background:linear-gradient(90deg,var(--color1) 0%,var(--color3) 100%)}.actionButton.arrowRight{background:transparent;color:var(--color1);text-transform:none;position:relative;border:1px solid #fff;padding:18px 50px 16px 30px}.actionButton.arrowRight:after{content:'';font-family:var(--symbol);position:absolute;top:auto;right:15px;color:var(--color3);font-size:2.2rem;-webkit-transition:all .2s linear;transition:all .2s linear}.ua-desktop .actionButton.arrowRight:hover{background:transparent;color:#fff}.ua-desktop .actionButton.arrowRight:hover:after{-webkit-transform:translateX(10px);transform:translateX(10px)}.sectionColorWhite .actionButton.arrowRight,.sectionColor2 .actionButton.arrowRight{border-color:var(--color2)}.sectionColorWhite .actionButton.arrowRight:after,.sectionColor2 .actionButton.arrowRight:after{color:var(--color2)}.ua-desktop .sectionColorWhite .actionButton.arrowRight:hover,.ua-desktop .sectionColor2 .actionButton.arrowRight:hover{color:var(--color2)}.sectionColor3 .actionButton.arrowRight{border-color:#fff;color:#fff}.sectionColor3 .actionButton.arrowRight:after{color:#fff}.ua-desktop .sectionColor3 .actionButton.arrowRight:hover{color:#fff}.sectionColor1 .actionButton.arrowRight{color:#fff}@media(max-width:900px){.actionButton.arrowRight{padding:18px 20px 16px 20px}.actionButton.arrowRight:after{display:none}}.actionButton.arrowLeft{background:transparent;color:var(--color1);text-transform:none;position:relative;border:1px solid #fff;padding:18px 30px 16px 50px}.actionButton.arrowLeft:before{content:'';font-family:var(--symbol);position:absolute;font-size:2.2rem;top:auto;left:15px;color:var(--color3);-webkit-transition:all .2s linear;transition:all .2s linear}.ua-desktop .actionButton.arrowLeft:hover{background:transparent;color:#fff}.ua-desktop .actionButton.arrowLeft:hover:before{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.sectionColor1 .actionButton.arrowLeft{color:#fff}.sectionColor1 .actionButton.arrowLeft:after{color:#fff}.sectionColor3 .actionButton.arrowLeft{border-color:#fff;color:#fff}.sectionColor3 .actionButton.arrowLeft:before{color:#fff}.ua-desktop .sectionColor3 .actionButton.arrowLeft:hover{color:#fff}.sectionColorWhite .actionButton.arrowLeft,.sectionColor2 .actionButton.arrowLeft{border-color:var(--color2)}.sectionColorWhite .actionButton.arrowLeft:before,.sectionColor2 .actionButton.arrowLeft:before{color:var(--color2)}.ua-desktop .sectionColorWhite .actionButton.arrowLeft:hover,.ua-desktop .sectionColor2 .actionButton.arrowLeft:hover{color:var(--color2)}@media(max-width:900px){.actionButton.arrowLeft{padding:18px 20px 16px 20px}.actionButton.arrowLeft:before{display:none}}.sectionButtons{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}@media(max-width:900px){.sectionButtons{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center}.sectionButtons .actionButton{margin-bottom:30px}}.sectionButtons .actionButton{text-align:center;margin:0 calc(var(--padding)/2) var(--padding);font-size:var(--xs-fontsize)}@media(max-width:900px){.sectionButtons .actionButton{margin-bottom:25px}}.actionButton,.sectionButton{-webkit-transition:all .2s linear;transition:all .2s linear}.ua-desktop .actionButton:hover,.ua-desktop .sectionButton:hover{-webkit-transition:all .2s linear;transition:all .2s linear;color:#fff;background:-webkit-gradient(linear,left top,right top,from(var(--color1)),to(var(--color3)));background:-webkit-linear-gradient(left,var(--color1) 0%,var(--color3) 100%);background:linear-gradient(90deg,var(--color1) 0%,var(--color3) 100%)}