<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{animation-duration:.75s}@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scale3d(1, 1, 1)}}.pulse{animation-name:pulse}@keyframes rubberBand{from{transform:scale3d(1, 1, 1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scale3d(1, 1, 1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}to{transform:rotate3d(0, 0, 1, 0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1, 1, 1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{transform:scale3d(1, 1, 1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:none}15%{transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scale3d(1, 1, 1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{from{transform:perspective(400px) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0, 1, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.flipOutX{animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedIn{from{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{from{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0, 0, 1, 80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0, 0, 1, 60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{from{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.slideOutUp{animation-name:slideOutUp}/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.simple-dialog{position:fixed;width:100%;height:100%;text-align:center;box-sizing:border-box;white-space:nowrap;left:0;top:0;pointer-events:none;background-color:transparent;visibility:hidden;z-index:9999;overflow:auto}.simple-dialog:before{content:'';height:100%;display:inline-block;vertical-align:middle}.simple-dialog .simple-dialog-content{padding:20px;box-sizing:border-box;display:inline-block;width:100%;opacity:0}.simple-dialog .simple-dialog-content:before{content:'';height:100%;display:inline-block;vertical-align:middle}@media only screen and (min-width: 481px){.simple-dialog .simple-dialog-content{padding:40px}}.simple-dialog.simple-dialog-top .simple-dialog-close,.simple-dialog.simple-dialog-top .simple-dialog-content{vertical-align:top}.simple-dialog.simple-dialog-bottom .simple-dialog-close,.simple-dialog.simple-dialog-bottom .simple-dialog-content{vertical-align:bottom}.simple-dialog.simple-dialog-left{text-align:left}.simple-dialog.simple-dialog-right{text-align:right}.simple-dialog.simple-dialog-modal{pointer-events:auto}.simple-dialog .simple-dialog-body{pointer-events:auto;box-sizing:border-box;display:inline-block;vertical-align:middle;background:#fff;position:relative;white-space:normal;text-align:left;width:650px;padding:5px;max-width:100%;max-height:100%;border-radius:8px;box-shadow:0px 0px 50px black}.simple-dialog .simple-dialog-close{display:inline-block;vertical-align:top;width:0;direction:rtl}.simple-dialog .simple-dialog-close a{display:inline-block;vertical-align:top;width:17px;height:17px;border-radius:20px;border:3px solid #fff;text-decoration:none;color:#fff;pointer-events:auto;position:relative;top:-12px;left:12px;background:#fff url(https://affiliates.getresponse.com/images/_src/global/lightbox/icon-clear.svg);box-shadow:6px -6px 20px #444444}.simple-dialog.simple-dialog-animated{transition:visibility 0s ease .3s}.simple-dialog.simple-dialog-animated .simple-dialog-content{will-change:transform;transform:translateY(40px);transition:transform .3s ease, opacity .3s ease}.simple-dialog:target,.simple-dialog.simple-dialog-visible,.simple-dialog-toggler:checked+.simple-dialog{visibility:visible}.simple-dialog:target .simple-dialog-content,.simple-dialog.simple-dialog-visible .simple-dialog-content,.simple-dialog-toggler:checked+.simple-dialog .simple-dialog-content{opacity:1}.simple-dialog.simple-dialog-animated:target,.simple-dialog.simple-dialog-visible.simple-dialog-animated,.simple-dialog-toggler:checked+.simple-dialog.simple-dialog-animated{transition:opacity .3s ease, visibility .3s ease}.simple-dialog.simple-dialog-animated:target .simple-dialog-content,.simple-dialog.simple-dialog-visible.simple-dialog-animated .simple-dialog-content,.simple-dialog-toggler:checked+.simple-dialog.simple-dialog-animated .simple-dialog-content{transform:translateY(0)}.simple-dialog-toggler{position:absolute;opacity:0;visibility:hidden}.simple-dialog-youtube .video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.simple-dialog-youtube .video-container iframe,.simple-dialog-youtube .video-container object,.simple-dialog-youtube .video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.simple-dialog .simple-dialog-close a{background-image:url(https://affiliates.getresponse.com/assets/icon-clear-2bc88c840c6939437c4cb6a3c9b8018647b02160898ec489da9869f5240cafcd.svg)}.simple-dialog:after{content:'';width:100%;height:100%;background:rgba(0,0,0,0.7);position:fixed;display:block;left:0;top:0;z-index:-1;opacity:0;transition:opacity .3s ease;will-change:transform}.simple-dialog.simple-dialog-animated{transition:visibility 0s ease .3s}.simple-dialog:target,.simple-dialog.simple-dialog-visible,.simple-dialog-toggler:checked+.simple-dialog{visibility:visible}.simple-dialog.simple-dialog-animated:target,.simple-dialog.simple-dialog-visible.simple-dialog-animated,.simple-dialog-toggler:checked+.simple-dialog.simple-dialog-animated{transition:opacity .3s ease, visibility .3s ease}.simple-dialog.simple-dialog-modal:target:after,.simple-dialog.simple-dialog-visible.simple-dialog-modal:after,.simple-dialog-toggler:checked+.simple-dialog.simple-dialog-modal:after{opacity:1}.simple-dialog-custom.simple-dialog .simple-dialog-body{width:592px;padding:20px 20px 25px;border-radius:0;box-shadow:rgba(0,0,0,0.35) 0px 24px 55px}@media (min-width: 768px){.simple-dialog-custom.simple-dialog .simple-dialog-body{padding:55px 60px}}.simple-dialog-custom.simple-dialog .simple-dialog-close a{width:24px;height:24px;border-radius:0;border:0;top:8px;left:-5px;background:none;box-shadow:none}.simple-dialog-custom.simple-dialog .simple-dialog-close a:before{content:'×';color:#adadad;line-height:0.5;font-size:29px;font-family:sans-serif;font-weight:100}@media screen and (min-width: 980px){.simple-dialog-custom.simple-dialog .simple-dialog-body{padding:55px 65px 62px 65px}.simple-dialog-custom.simple-dialog .simple-dialog-close a{top:28px;left:-25px}}.ui-pnotify{top:36px;right:36px;position:absolute;height:auto;z-index:2}body&gt;.ui-pnotify{position:fixed;z-index:100040}.ui-pnotify-modal-overlay{background-color:rgba(0,0,0,0.4);top:0;left:0;position:absolute;height:100%;width:100%;z-index:1}body&gt;.ui-pnotify-modal-overlay{position:fixed;z-index:100039}.ui-pnotify.ui-pnotify-in{display:block !important}.ui-pnotify.ui-pnotify-move{transition:left .5s ease, top .5s ease, right .5s ease, bottom .5s ease}.ui-pnotify.ui-pnotify-fade-slow{transition:opacity .6s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move{transition:opacity .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease}.ui-pnotify.ui-pnotify-fade-normal{transition:opacity .4s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move{transition:opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease}.ui-pnotify.ui-pnotify-fade-fast{transition:opacity .2s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move{transition:opacity .2s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease}.ui-pnotify.ui-pnotify-fade-in{opacity:1}.ui-pnotify .ui-pnotify-shadow{box-shadow:0px 6px 28px 0px rgba(0,0,0,0.1)}.ui-pnotify-container{background-position:0 0;padding:.8em;height:100%;margin:0}.ui-pnotify-container:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.ui-pnotify-container.ui-pnotify-sharp{border-radius:0}.ui-pnotify-title{display:block;margin-bottom:.4em;margin-top:0}.ui-pnotify-text{display:block}.ui-pnotify-icon,.ui-pnotify-icon span{display:block;float:left;margin-right:.2em}.ui-pnotify.stack-topleft,.ui-pnotify.stack-bottomleft{left:25px;right:auto}.ui-pnotify.stack-bottomright,.ui-pnotify.stack-bottomleft{bottom:25px;top:auto}.ui-pnotify.stack-modal{left:50%;right:auto;margin-left:-150px}.brighttheme{border-radius:0}.brighttheme.ui-pnotify-container{padding:18px}.brighttheme .ui-pnotify-title{margin-bottom:12px}.brighttheme-notice{background-color:#FFFFA2;border:0 solid #FFFF00;color:#4F4F00}.brighttheme-info{background-color:#8FCEDD;border:0 solid #0286A5;color:#012831}.brighttheme-success{background-color:#AFF29A;border:0 solid #35DB00;color:#104300}.brighttheme-error{background-color:#FFABA2;background-image:repeating-linear-gradient(135deg, transparent, transparent 35px, rgba(255,255,255,0.3) 35px, rgba(255,255,255,0.3) 70px);border:0 solid #FF1800;color:#4F0800}.brighttheme-icon-notice,.brighttheme-icon-info,.brighttheme-icon-success,.brighttheme-icon-closer,.brighttheme-icon-sticker{position:relative;width:16px;height:16px;font-size:12px;font-weight:bold;line-height:16px;font-family:"Courier New",Courier,monospace;border-radius:50%}.brighttheme-icon-notice:after,.brighttheme-icon-info:after,.brighttheme-icon-success:after,.brighttheme-icon-closer:after,.brighttheme-icon-sticker:after{position:absolute;top:0;left:4px}.brighttheme-icon-notice{background-color:#2E2E00;color:#FFFFA2;margin-top:2px}.brighttheme-icon-notice:after{content:"!"}.brighttheme-icon-info{background-color:#012831;color:#8FCEDD;margin-top:2px}.brighttheme-icon-info:after{content:"i"}.brighttheme-icon-success{background-color:#104300;color:#AFF29A;margin-top:2px}.brighttheme-icon-success:after{content:"\002713"}.brighttheme-icon-error{position:relative;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:16px solid #2E0400;font-size:0;line-height:0;color:#FFABA2;margin-top:1px}.brighttheme-icon-error:after{position:absolute;top:1px;left:-4px;font-size:12px;font-weight:bold;line-height:16px;font-family:"Courier New",Courier,monospace;content:"!"}.brighttheme-icon-closer,.brighttheme-icon-sticker{display:inline-block}.brighttheme-icon-closer:after{top:-4px;content:"\002715"}.brighttheme-icon-sticker:after{top:-5px;content:"\01D1BC";transform:rotate(-90deg)}.brighttheme-icon-sticker.brighttheme-icon-stuck:after{transform:rotate(180deg)}.brighttheme .ui-pnotify-action-bar{padding-top:12px}.brighttheme .ui-pnotify-action-bar textarea,.brighttheme .ui-pnotify-action-bar input{display:block;width:100%;margin-bottom:12px !important}.brighttheme .ui-pnotify-action-button{text-transform:uppercase;font-weight:bold;padding:4px 8px;border:none;background:transparent}.brighttheme .ui-pnotify-action-button.btn-primary{border:none;border-radius:0}.brighttheme-notice .ui-pnotify-action-button.btn-primary{background-color:#FFFF00;color:#4F4F00}.brighttheme-info .ui-pnotify-action-button.btn-primary{background-color:#0286A5;color:#012831}.brighttheme-success .ui-pnotify-action-button.btn-primary{background-color:#35DB00;color:#104300}.brighttheme-error .ui-pnotify-action-button.btn-primary{background-color:#FF1800;color:#4F0800}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results&gt;.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;display:none}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom, white 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom, white 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom, #eee 50%, white 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results&gt;.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.materialize .hidden{display:none}.materialize #tax-statement{margin-top:60px;padding-left:.6em;line-height:1.5}.materialize .fieldset-header{margin-top:60px;margin-bottom:17px;padding-left:.6em}.materialize .basic-radio-buttons{padding-left:.6em;margin-top:38px;margin-bottom:39px}.materialize .basic-radio-buttons .radio-section-header{margin-bottom:21px}.materialize .basic-radio-buttons .radio-button{margin-bottom:10px}.materialize .basic-radio-buttons label{vertical-align:middle}.materialize .basic-radio-buttons input[type=radio]{position:absolute;opacity:0;width:1px;height:1px}.materialize .basic-radio-buttons input[type=radio]+label.custom-radio{display:inline-block;vertical-align:middle;width:20px;height:20px;box-sizing:border-box;border:2px solid rgba(151,167,177,0.3);border-radius:20px;cursor:pointer;margin-right:6px}.materialize .basic-radio-buttons input[type=radio]:checked+label.custom-radio{border-color:rgba(0,175,236,0.6);position:relative}.materialize .basic-radio-buttons input[type=radio]:checked+label.custom-radio::before{content:'';background:rgba(0,175,236,0.6);width:10px;height:10px;border-radius:10px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.materialize .basic-checkbox{padding-left:.6em;margin-top:38px;margin-bottom:39px}.materialize .basic-checkbox label{vertical-align:middle}.materialize .basic-checkbox input[type=checkbox]{position:absolute;opacity:0;width:1px;height:1px}.materialize .basic-checkbox input[type=checkbox]+label.custom-checkbox{display:inline-block;vertical-align:middle;width:20px;height:20px;box-sizing:border-box;border:2px solid rgba(151,167,177,0.3);border-radius:2px;cursor:pointer;margin-right:6px;position:relative}.materialize .basic-checkbox input[type=checkbox]+label.custom-checkbox::before{content:'';width:100%;height:60%;border-bottom-left-radius:2px;position:absolute;left:50%;top:50%;border-style:solid;border-color:#fff;border-left-width:2px;border-bottom-width:2px;border-top-width:0;border-right-width:0;opacity:0;transform:translate(-50%, -50%);transition:all .3s ease}.materialize .basic-checkbox input[type=checkbox]:checked+label.custom-checkbox{border-color:rgba(0,175,236,0.6);background-color:rgba(0,175,236,0.6);background-clip:content-box;position:relative}.materialize .basic-checkbox input[type=checkbox]:checked+label.custom-checkbox::before{opacity:1;transform:translate(-50%, -50%) translateY(-1px) rotateZ(-45deg) scale(0.8)}.materialize .basic-checkbox input.has-error[type=checkbox]~label{color:#e91e63}.materialize .basic-input{position:relative;margin-bottom:21px}.materialize .basic-input&gt;input[type=text],.materialize .basic-input&gt;input[type=email],.materialize .basic-input&gt;input[type=password],.materialize .basic-input&gt;textarea,.materialize .basic-input&gt;select,.materialize .basic-input .select2-selection{box-sizing:border-box;width:100%;height:52px;background:none;border:none;border-bottom:1px solid #c7c7c7;font-family:'Roboto', sans-serif;font-weight:400;font-size:18px;padding-left:.6em;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.materialize .basic-input&gt;input[type=text]:not(:focus)::-moz-placeholder,.materialize .basic-input&gt;input[type=email]:not(:focus)::-moz-placeholder,.materialize .basic-input&gt;input[type=password]:not(:focus)::-moz-placeholder&gt;textarea:not(:focus)::-moz-placeholder{color:rgba(0,0,0,0)}.materialize .basic-input&gt;input[type=text]:not(:focus)::placeholder,.materialize .basic-input&gt;input[type=email]:not(:focus)::placeholder,.materialize .basic-input&gt;input[type=password]:not(:focus)::placeholder&gt;textarea:not(:focus)::placeholder{color:rgba(0,0,0,0)}.materialize .basic-input .select2-selection{display:flex;align-items:center}.materialize .basic-input .select2-selection__rendered{flex-grow:1;padding:0;line-height:29px}.materialize .basic-input&gt;select::-ms-expand{display:none}.materialize .basic-input&gt;input[type=text]:focus,.materialize .basic-input&gt;input[type=email]:focus,.materialize .basic-input&gt;input[type=password]:focus,.materialize .basic-input&gt;textarea:focus,.materialize .basic-input&gt;select:focus{outline:none}.materialize .basic-input&gt;input[type=text]:disabled,.materialize .basic-input&gt;input[type=email]:disabled,.materialize .basic-input&gt;input[type=password]:disabled,.materialize .basic-input&gt;textarea:disabled,.materialize .basic-input&gt;select:disabled{color:#607d8b;-webkit-text-fill-color:#607d8b}.materialize .basic-input&gt;input[type=text]:focus+label,.materialize .basic-input&gt;input.not-empty[type=text]+label,.materialize .basic-input&gt;input[type=email]:focus+label,.materialize .basic-input&gt;input.not-empty[type=email]+label,.materialize .basic-input&gt;input[type=password]:focus+label,.materialize .basic-input&gt;input.not-empty[type=password]+label,.materialize .basic-input&gt;textarea:focus+label,.materialize .basic-input&gt;textarea.not-empty+label,.materialize .basic-input&gt;select+label,.materialize .basic-input&gt;.select2-container+label{transform:translateY(-36px) scale(0.6)}.materialize .basic-input .indicator{content:'';position:absolute;height:2px;width:100%;left:0;bottom:0;background:#00afec;transform:scaleX(0);transition:transform 0.4s ease}.materialize .basic-input&gt;input[type=text]:focus~.indicator,.materialize .basic-input&gt;input[type=email]:focus~.indicator,.materialize .basic-input&gt;input[type=password]:focus~.indicator,.materialize .basic-input&gt;textarea:focus~.indicator,.materialize .basic-input&gt;select:focus~.indicator,.materialize .basic-input&gt;.select2-container--open~.indicator{transform:scaleX(1)}.materialize .basic-input&gt;input.has-error[type=text]~.indicator,.materialize .basic-input&gt;input.has-error[type=email]~.indicator,.materialize .basic-input&gt;input.has-error[type=password]~.indicator,.materialize .basic-input&gt;textarea.has-error~.indicator,.materialize .basic-input&gt;select.has-error~.indicator{transform:scaleX(1);background:#e91e63}.materialize .basic-input&gt;input[type=text]:invalid,.materialize .basic-input&gt;input[type=email]:invalid,.materialize .basic-input&gt;input[type=password]:invalid,.materialize .basic-input&gt;textarea:invalid,.materialize .basic-input&gt;select:invalid{box-shadow:none}.materialize .basic-input .select2-container--default .select2-selection--single .select2-selection__arrow{position:static;width:auto;height:auto;padding-left:10px;padding-right:10px}.materialize .basic-input .select2-container--default .select2-selection--single .select2-selection__arrow b{border:none;height:20px;width:20px;position:static;background:url(https://affiliates.getresponse.com/assets/chevron-d117c8f4de66e9aeed6af352bbffbab8fa2fcd05fa2cffaad9e1ae316df2b863.svg);background-size:cover;display:block;opacity:0.4}.materialize .basic-input .select2-container--default .select2-selection--single .select2-selection__rendered{color:#000}.materialize .basic-input .show-password,.materialize .basic-input .show-info{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;cursor:pointer}.materialize .basic-input .show-password svg,.materialize .basic-input .show-info svg{vertical-align:middle;width:21px;height:21px;fill:#b0bdc4}.materialize .basic-input .show-password:focus,.materialize .basic-input .show-password:active,.materialize .basic-input .show-info:focus,.materialize .basic-input .show-info:active{outline:none}.materialize .basic-input .show-password:hover svg,.materialize .basic-input .show-info:hover svg{fill:#000}.materialize .basic-input .show-info svg{width:19px;height:19px}.materialize .basic-input&gt;label{pointer-events:none;position:absolute;left:0;top:50%;min-width:100%;white-space:nowrap;text-align:left;line-height:1;transform:translateY(-50%);box-sizing:border-box;margin-left:.6em;color:rgba(67,66,67,0.44);font-size:18px;transition:transform .3s ease;transform-origin:bottom left}.materialize .basic-input .tooltip{position:absolute;right:0;top:100%;background:#262626;border-radius:4px;color:#e7e6e6;font-size:11px;max-width:257px;box-sizing:border-box;padding:10px 13px;z-index:1;line-height:1.4;display:none}.materialize .basic-input .tooltip::before{content:'';width:0;height:0;position:absolute;top:0;right:16px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #262626;transform:translateY(-100%)}.materialize .basic-input .tooltip :first-child{margin-top:0}.materialize .basic-input .tooltip :last-child{margin-bottom:0}.materialize .basic-input .show-info:hover+.tooltip,.materialize .basic-input .show-info:focus+.tooltip,.materialize .basic-input .show-info:active+.tooltip{display:block}.materialize .error-message,.materialize .warning-message{color:#e91e63;font-size:12px;text-align:left;padding-left:9px;margin-top:-14px;margin-bottom:10px}.materialize .warning-message{color:#f57f17}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url(https://affiliates.getresponse.com/assets/datatables/sort_both-96cffba6e8f38b2258ad73a3ad8a946836f52d22e8621ca552296fc292000fad.png)}table.dataTable thead .sorting_asc{background-image:url(https://affiliates.getresponse.com/assets/datatables/sort_asc-a7da45de6f5c61cd2d96012bd18e2d50a2d0267ba6457e82b4a77f6ab57f9d10.png)}table.dataTable thead .sorting_desc{background-image:url(https://affiliates.getresponse.com/assets/datatables/sort_desc-a7403ccecc9ef7deb8a9c1b152782b7f1fccd2c7eac77b7220186c8c17181ec5.png)}table.dataTable thead .sorting_asc_disabled{background-image:url(https://affiliates.getresponse.com/assets/datatables/sort_asc_disabled-06dd868527bf4c66ebeb55ea1e1b0c3a5c48f4e7492339e66dac562399707e8c.png)}table.dataTable thead .sorting_desc_disabled{background-image:url(https://affiliates.getresponse.com/assets/datatables/sort_desc_disabled-f94299adc4568faa8ea5dcabda808b551e6fb47082e84bcdb3bd880c3a238079.png)}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr.selected:hover,table.dataTable.display tbody tr.selected:hover{background-color:#aab7d1}table.dataTable.order-column tbody tr&gt;.sorting_1,table.dataTable.order-column tbody tr&gt;.sorting_2,table.dataTable.order-column tbody tr&gt;.sorting_3,table.dataTable.display tbody tr&gt;.sorting_1,table.dataTable.display tbody tr&gt;.sorting_2,table.dataTable.display tbody tr&gt;.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected&gt;.sorting_1,table.dataTable.order-column tbody tr.selected&gt;.sorting_2,table.dataTable.order-column tbody tr.selected&gt;.sorting_3,table.dataTable.display tbody tr.selected&gt;.sorting_1,table.dataTable.display tbody tr.selected&gt;.sorting_2,table.dataTable.display tbody tr.selected&gt;.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd&gt;.sorting_1,table.dataTable.order-column.stripe tbody tr.odd&gt;.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd&gt;.sorting_2,table.dataTable.order-column.stripe tbody tr.odd&gt;.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd&gt;.sorting_3,table.dataTable.order-column.stripe tbody tr.odd&gt;.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected&gt;.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected&gt;.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected&gt;.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected&gt;.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected&gt;.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected&gt;.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even&gt;.sorting_1,table.dataTable.order-column.stripe tbody tr.even&gt;.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even&gt;.sorting_2,table.dataTable.order-column.stripe tbody tr.even&gt;.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even&gt;.sorting_3,table.dataTable.order-column.stripe tbody tr.even&gt;.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected&gt;.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected&gt;.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected&gt;.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected&gt;.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected&gt;.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected&gt;.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover&gt;.sorting_1,table.dataTable.order-column.hover tbody tr:hover&gt;.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover&gt;.sorting_2,table.dataTable.order-column.hover tbody tr:hover&gt;.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover&gt;.sorting_3,table.dataTable.order-column.hover tbody tr:hover&gt;.sorting_3{background-color:#efefef}table.dataTable.display tbody tr.selected:hover&gt;.sorting_1,table.dataTable.order-column.hover tbody tr.selected:hover&gt;.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr.selected:hover&gt;.sorting_2,table.dataTable.order-column.hover tbody tr.selected:hover&gt;.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr.selected:hover&gt;.sorting_3,table.dataTable.order-column.hover tbody tr.selected:hover&gt;.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:linear-gradient(to bottom, white 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody&gt;table&gt;thead&gt;tr&gt;th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody&gt;table&gt;thead&gt;tr&gt;td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody&gt;table&gt;tbody&gt;tr&gt;th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody&gt;table&gt;tbody&gt;tr&gt;td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody&gt;table&gt;thead&gt;tr&gt;th&gt;div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody&gt;table&gt;thead&gt;tr&gt;td&gt;div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody&gt;table&gt;tbody&gt;tr&gt;th&gt;div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody&gt;table&gt;tbody&gt;tr&gt;td&gt;div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody&gt;table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}body{font-family:Roboto, Helvetica, Arial, sans-serif;font-weight:300;color:#000;background:#f7f7f7}body::before{content:'';position:fixed;left:0;top:0;bottom:0;right:0;z-index:999;visibility:hidden;opacity:0;background:rgba(38,50,56,0.7);transition:opacity .3s}@keyframes tipBounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, -50%, 0)}60%{opacity:1;transform:translate3d(-25px, -50%, 0)}75%{transform:translate3d(10px, -50%, 0)}90%{transform:translate3d(-5px, -50%, 0)}to{transform:translate3d(0, -50%, 0)}}@keyframes tipBounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(-3000px, -50%, 0)}60%{opacity:1;transform:translate3d(25px, -50%, 0)}75%{transform:translate3d(-10px, -50%, 0)}90%{transform:translate3d(5px, -50%, 0)}to{transform:translate3d(0, -50%, 0)}}@keyframes tipBounceInBottom{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(-50%, 3000px, 0)}60%{opacity:1;transform:translate3d(-50%, -25px, 0)}75%{transform:translate3d(-50%, 10px, 0)}90%{transform:translate3d(-50%, -5px, 0)}to{transform:translate3d(-50%, 0, 0)}}.tour-tip{position:absolute;visibility:hidden;display:none;width:0;z-index:1001;background:#fff;padding:42px 53px;top:50%;transform:translateY(-50%);box-sizing:border-box;text-align:left;line-height:1.5;color:#000;font-size:16px}.tour-tip .tour-tip-close::before{position:absolute;right:29px;top:20px;content:'×';color:#ccc;font-size:30px;line-height:30px}.tour-tip h5{font-size:25px;line-height:1.2;font-weight:400;margin-top:0;margin-bottom:0.7em}.tour-tip p{font-size:14px;line-height:1.7;color:#7990a1;margin:1em 0}.tour-tip p:first-of-type{color:#576a7b;font-weight:300}.tour-tip a{color:#00afec;text-decoration:none}.tour-tip a:hover{text-decoration:underline}.tour-tip.tour-tip-right{margin-left:20px}.tour-tip footer{margin-top:2.6em;display:flex;align-items:center;justify-content:space-between;color:#7990a1}.tour-tip footer .btn{padding:1em 2em;font-size:16px;min-width:0;background-color:#00baff;color:#fff;cursor:pointer}.tour-tip footer .btn:hover{background-color:#00afec}.tour-tip footer .prev-tour-step{background-color:transparent;border-color:transparent;color:#7990a1}.tour-tip footer .prev-tour-step:hover{background-color:transparent;border-color:transparent;color:#000000}.tour-on .tour-tip-box{position:relative}.tour-on .tour-tip{display:block}.tour-on .tour-tip.tour-tip-visible{visibility:visible;width:calc(50vw - 66px);max-width:626px;animation-duration:.6s;animation-fill-mode:both}.tour-on::before{content:'';position:fixed;left:0;top:0;bottom:0;right:0;z-index:999;background:rgba(38,50,56,0.7);opacity:1;visibility:visible;transition:opacity 1s}.tour-on .tour-box-visible{position:relative;z-index:1000}.tour-on #affiliate-activity-box.tour-box-visible .tour-tip{margin-left:-304px}.tour-on .tour-box-visible::before{content:'';position:absolute;left:0;top:0;bottom:0;right:0;z-index:1;opacity:0}.tour-on .tour-tip-right.tour-tip{margin-left:26px;left:100%}.tour-on .tour-tip-right.tour-tip::before{content:'';width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:12px solid #fff;position:absolute;top:50%;left:-12px;transform:translateY(-50%)}.tour-on .tour-tip-left.tour-tip{margin-right:26px;right:100%}.tour-on .tour-tip-left.tour-tip::before{content:'';width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:12px solid #fff;position:absolute;top:50%;right:-12px;transform:translateY(-50%)}.tour-on .tour-tip-bottom.tour-tip{left:50%;top:calc(100% + 30px);transform:translateX(-50%)}.tour-on .tour-tip-bottom.tour-tip::before{content:'';width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:12px solid #fff;position:absolute;top:-12px;left:50%;transform:translateX(-50%)}.tour-on .tour-tip-visible.tour-tip-right{animation-name:tipBounceInRight}.tour-on .tour-tip-visible.tour-tip-left{animation-name:tipBounceInLeft}.tour-on .tour-tip-visible.tour-tip-bottom{animation-name:tipBounceInBottom}br{display:none}@media screen and (min-width: 1366px){br:not(.force-break){display:inline}@supports (display: initial){br:not(.force-break){display:initial}}}#gr-header{height:60px;max-width:1160px;padding:0 20px;background-color:#08212b;display:flex;align-items:center}#gr-header #gr-logo-icon{height:19px;width:140px}#gr-header+#content{background-color:#fff}#gr-header+#content+#site-footer{background-color:#fff;overflow:auto}@media screen and (min-width: 1220px){#gr-header{padding:0 calc(50vw - 1160px / 2)}}.notice:empty,.alert:empty{display:none}.container{width:100%;padding-left:15px;padding-right:15px;margin:auto;box-sizing:border-box}@media screen and (min-width: 980px){.container{padding-left:30px;padding-right:30px}}@media screen and (min-width: 1366px){.container{width:1366px}}#content{box-sizing:border-box;padding-top:15px;padding-bottom:15px}@media screen and (min-width: 980px){#content{padding-top:31px;padding-bottom:31px;min-height:calc(100vh - 72px - 42px)}}.page-header{border:1px solid #b7e6f6;background:#f5fcff;padding:13px 26px 13px}@media screen and (min-width: 980px){.page-header{padding:33px 66px 30px}}.page-header h1{margin:0;font-weight:300;font-size:30px}.page-header p{font-size:17px;margin-top:0.1em;margin-bottom:.3em}@media screen and (min-width: 980px){.page-header h1{font-size:40px}}.content-box{background:#fff;padding:13px 26px 13px;box-sizing:border-box}.content-box-navy{background:#f5fcff;border:1px solid #d5f0fa}.content-box-padding-compensate{margin-left:-26px;margin-right:-26px;width:calc(100% + 52px)}@media screen and (min-width: 980px){.content-box{padding:30px 68px 30px}.content-box-padding-compensate{margin-left:-68px;margin-right:-68px;width:calc(100% + 136px)}}.header-details{background:#00afec;color:#fff;padding:13px 26px 13px}.header-details h2{font-weight:300;font-size:25px;margin-top:0}.header-details p{font-weight:300;margin-top:1.5em;font-size:16px;line-height:1.4}.header-details .image{position:relative;min-height:150px;transform:scale(0.5);transform-origin:center}.header-details .image svg{width:45px;height:40px;opacity:.5}.header-details .main-image{border:2px solid #fff;border-radius:100px;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);padding:35px}.header-details .main-image svg{opacity:1;width:78px;height:78px;display:block}.header-details .image svg.fill{fill:#fff}.header-details .image svg.stroke{stroke:#fff;fill:transparent}.header-details .secondary-images&gt;div{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%)}.header-details .secondary-images&gt;div:nth-child(1){transform:translateX(-50%) translateY(-50%) rotateZ(-20deg) translateY(-138px) rotateZ(20deg)}.header-details .secondary-images&gt;div:nth-child(2){transform:translateX(-50%) translateY(-50%) rotateZ(60deg) translateY(-138px) rotateZ(-60deg)}.header-details .secondary-images&gt;div:nth-child(3){transform:translateX(-50%) translateY(-50%) rotateZ(124deg) translateY(-138px) rotateZ(-124deg)}.header-details .secondary-images&gt;div:nth-child(4){transform:translateX(-50%) translateY(-50%) rotateZ(215deg) translateY(-138px) rotateZ(-215deg)}.header-details .secondary-images&gt;div:nth-child(5){transform:translateX(-50%) translateY(-50%) rotateZ(-83deg) translateY(-138px) rotateZ(83deg)}@media screen and (min-width: 980px){.header-details{padding:42px 67px}.header-details h2{font-size:30px}.header-details p{font-size:20px}.header-details .image{min-height:150px;transform:none}}.svg-triangle{width:15px;height:7.5px}.svg-triangle.left{transform:rotateZ(90deg)}@media screen and (min-width: 980px){.header-details{display:flex;flex-direction:row-reverse}.header-details .description{flex-basis:70%;flex-shrink:0}.header-details .image{flex-basis:30%;flex-shrink:0;min-height:270px;border-left:49px solid transparent;box-sizing:border-box}}form{font-size:18px;font-weight:400}input[type=submit],.btn{box-sizing:border-box;color:#00afec;font-size:17px;background:#fff;border:1px solid #00afec;border-radius:100px;line-height:1;padding:0.63em 2.3em;min-width:10em;text-decoration:none;display:inline-block;text-align:center}input[type=submit],.btn-inverse{border-color:#00afec;color:#fff;background-color:#00afec}.btn-inverse{border-color:#00afec;color:#fff;background-color:#00afec}input[type=submit]:not([disabled]){cursor:pointer}input[type=submit]:hover,input[type=submit]:focus,input[type=submit]:active,.btn:hover,.btn:focus,.btn:active{background-color:#00afec;color:#fff;outline:none}input[type=submit]:hover,input[type=submit]:focus,input[type=submit]:active,.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active{background-color:#fff;border-color:#00afec;color:#00afec}.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active{background-color:#fff;border-color:#00afec;color:#00afec}input[type=submit][disabled],.btn[disabled]{background-color:#d5e0e4;color:#fff;border-color:#d5e0e4}#code-request-dialog input[type=checkbox]{position:absolute;opacity:0;pointer-events:none;width:0;height:0}#code-request-dialog input[type=checkbox]+.custom-checkbox{position:absolute;width:17px;height:17px;border:2px solid #e2e6e9;border-radius:2px;box-sizing:border-box;margin-top:0.6em}#code-request-dialog input[type=checkbox]+.custom-checkbox-round{display:inline-block;width:15px;height:15px;border:2px solid #81d3f9;background:#81d3f9;border-radius:20px;box-sizing:border-box;margin-top:0.6em;opacity:0.5}#code-request-dialog input[type=checkbox]:active+.custom-checkbox,#code-request-dialog input[type=checkbox]:focus+.custom-checkbox{outline:1px dashed #e2e6e9;outline-offset:3px}#code-request-dialog input[type=checkbox]:active+.custom-checkbox-round,#code-request-dialog input[type=checkbox]:focus+.custom-checkbox-round{opacity:1}#code-request-dialog input[type=checkbox]:checked+.custom-checkbox{border-color:transparent}#code-request-dialog input[type=checkbox]:checked+.custom-checkbox-round{border-color:transparent;background-color:#fff;border-color:#546e7a}#code-request-dialog input[type=checkbox]:checked+.custom-checkbox::before{content:'';width:18px;height:13px;position:absolute;left:-1px;background:url(https://affiliates.getresponse.com/assets/checkbox-2f3cfa2f007f4d20d5b3b2d1208b5e5b041a04f0e50707226a8887a15b6385e2.png);background-size:cover}#code-request-dialog .checkbox .main-label{display:block;margin-left:30px;padding:.5em 0;position:relative;border-bottom:1px solid transparent}#code-request-dialog .checkbox .main-label.with-input{border-color:#e0e4e7;display:flex;align-content:center}#code-request-dialog .checkbox .main-label.with-input .input-animation{background:#00afec;position:absolute;width:100%;height:2px;left:0;bottom:-2px;transform:scaleX(0);transition:transform 0.4s ease}#code-request-dialog .checkbox .main-label.with-input [type=text]{flex-grow:1;border:none;margin:-7px 5px -7px 10px;line-height:1;padding:7px 0;min-width:50px}#code-request-dialog .checkbox .main-label.with-input [type=text][disabled]{opacity:.2}#code-request-dialog .checkbox .main-label.with-input [type=text]:focus{outline:none}#code-request-dialog .checkbox .main-label.with-input [type=text]:invalid+.input-animation{transform:none;background:#e91e63}#code-request-dialog .checkbox .main-label.with-input [type=text]:focus+.input-animation{transform:none;background:#00afec}#code-request-dialog .checkbox .input-message{color:#e91e63;position:absolute;visibility:hidden;font-size:15px;padding:0 30px 0 40px;margin-top:0.5em;line-height:1.4}#code-request-dialog .checkbox .input-message.visible{position:static;visibility:visible}@media screen and (min-width: 980px){.checkbox .main-label{margin-right:30px}}.copy-text,.copy-btn{position:relative}.copy-text .success-icon,.copy-btn .success-icon{background:url(https://affiliates.getresponse.com/assets/check-white-7252819c387ec0eef3de5b5354f3aafe9e104aa47e646c135cf660baa4fa1632.svg);display:inline-block;width:17px;height:17px;fill:#fff;margin-top:-3px;margin-bottom:-3px;opacity:0;transition:opacity .3s ease}.copy-text.status-success,.copy-btn.status-success{background-color:#00bf3a;border-color:#00bf3a;color:#fff}.copy-text.status-error,.copy-btn.status-error{background-color:#ec407a;border-color:#ec407a;color:#fff;animation:shake 0.5s}.copy-text .success-icon,.copy-btn .success-icon{opacity:1;margin-right:4px;transform:translateY(-10px);transition:all .3s ease}.copy-text .default-text,.copy-btn .default-text{display:block;margin-top:-0.63em;padding-top:.63em;padding-bottom:.63em;transition:all .3s ease}.copy-text .success-text,.copy-text .error-text,.copy-btn .success-text,.copy-btn .error-text{display:block;padding-top:.63em;padding-bottom:.63em;margin-top:-2.26em;opacity:0;transition:all .3s ease}.copy-text .success-text:last-child,.copy-text .error-text:last-child,.copy-btn .success-text:last-child,.copy-btn .error-text:last-child{margin-bottom:-0.63em}.copy-text .success-text,.copy-btn .success-text{transform:translateY(10px)}.copy-text .error-text,.copy-btn .error-text{transform:scale(0.1)}.copy-text.status-success .success-text,.copy-btn.status-success .success-text{opacity:1;transform:translateY(0)}.copy-text.status-success .success-icon,.copy-btn.status-success .success-icon{transform:translateY(0)}.copy-text.status-error .error-text,.copy-btn.status-error .error-text{opacity:1;transform:none}.copy-text.status-success .default-text,.copy-text.status-error .default-text,.copy-btn.status-success .default-text,.copy-btn.status-error .default-text{opacity:0}.copy-text.btn-inverse.status-success,.copy-btn.btn-inverse.status-success{border-color:#00bf3a;background-color:#fff;color:#00bf3a}.copy-text.btn-inverse.status-success .success-icon,.copy-btn.btn-inverse.status-success .success-icon{background:url(https://affiliates.getresponse.com/assets/check-green-d2a66333b5147da607684b671ff0f6b299b7d408c00355f197ca613b7c78553e.svg)}.copy-text.btn-inverse.status-error,.copy-btn.btn-inverse.status-error{border-color:#ec407a;background-color:#fff;color:#ec407a}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}.custom-select{display:block}.custom-select.opened{filter:drop-shadow(0px 0px 3px rgba(0,0,0,0.04));position:relative;z-index:1}.custom-select .select2-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;color:#00afec;font-size:15px;padding-right:50px}.custom-select .select2.select2-container .select2-selection{background:transparent;border-color:transparent}.custom-select .select2.select2-container--open .select2-selection{background:#fff;border-color:#e8e8e8}.custom-select .select2.select2-container--open{z-index:9999}.custom-select .select2-container{font-size:15px;color:#00afec;width:auto !important}.custom-select .select2-container .select2-dropdown{width:auto !important;white-space:nowrap}.custom-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single::after,.custom-select .select2-container--default.select2-container--open.select2-container--above .select2-selection--single::after{content:'';position:absolute;bottom:0;left:1px;width:calc(100% - 2px);height:1px;background:#fff}.custom-select .select2-container--default.select2-container--open.select2-container--above .select2-selection--single::after{bottom:auto;top:0}.custom-select .select2-container--open .select2-dropdown--below{border:1px solid #e8e8e8;border-top-right-radius:4px;margin-top:-1px;overflow:hidden}.custom-select .select2-container--open .select2-dropdown--above{border:1px solid #e8e8e8;border-bottom-right-radius:4px;margin-top:1px;overflow:hidden}.custom-select .select2-selection{outline:none}.custom-select .select2-container--default .select2-selection--single .select2-selection__rendered{color:inherit;padding-left:16px;padding-right:32px}.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#00afec transparent transparent transparent}.custom-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #00afec transparent}.custom-select .select2-container--default .select2-results__option[aria-selected=true]{background-color:rgba(232,232,232,0.18)}.custom-select .select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#00afec}.custom-select .select2-container .select2-selection--single{height:38px}.custom-select .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:38px}.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow{height:38px;right:11px}.custom-select .select2-results__option{padding:10px;padding-right:46px;padding-left:16px}.custom-select .select2-container--disabled{color:#7c8386}.custom-select .select2-container--disabled .select2-selection--single .select2-selection__arrow b{border-color:#7c8386 transparent transparent transparent}.custom-select .select2-container--disabled.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #7c8386 transparent}.custom-select .select2-container--default .select2-results&gt;.select2-results__options{max-height:300px}.custom-select .select2-results__options::-webkit-scrollbar{-webkit-appearance:none;appearance:none;width:7px}.custom-select .select2-results__options::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,0.5);box-shadow:0 0 1px rgba(255,255,255,0.5)}@media screen and (min-width: 980px){.custom-select{display:inline-block}}.sort{position:relative;display:inline-block;padding-right:15px}.sort::before{content:'';width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #a4a4a4;position:absolute;right:5px;top:50%;transform:translateY(-50%) translateY(2.5px) translateY(-1px);pointer-events:none}.sort::after{content:'';width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid #a4a4a4;position:absolute;right:5px;top:50%;transform:translateY(-50%) translateY(-2.5px) translateY(-1px);pointer-events:none}.sort.asc::after{opacity:.4}.sort.desc::before{opacity:.4}.stat-value{display:inline-block;padding-right:15px;position:relative}.stat-value.asc::after{content:'';width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:4px solid #00afec;position:absolute;right:3px;top:50%;transform:translateY(-50%)}.pagination{margin:1em 0;color:#607d8b}.pagination&gt;*{display:inline-block;margin:0 2px}.pagination a{color:#00afec;text-decoration:none}.pagination a:hover{text-decoration:underline}.pagination .current{font-style:normal}.progress{text-indent:3px}.progress .progress-bar{height:2px;width:100%;background:#50d1ff;margin-top:0.8em}.progress .progress-bar&gt;div{height:100%;background:#fff}.page-header .progress .progress-bar{background:#cfd8dc}.page-header .progress .progress-bar&gt;div{background:#00afec}.tabs{font-size:20px;font-weight:100}.tabs ul{padding-left:0;margin-top:0.3em}.tabs li{display:block;margin-right:40px;margin-bottom:.5em}.tabs li:last-child{margin-right:0}.tabs a{color:#00afec;text-decoration:none;padding-bottom:.2em}.tabs a:hover{border-bottom:2px solid #00afec}.tabs span{border-bottom:2px solid #00afec;padding-bottom:.2em}@media screen and (min-width: 980px){.tabs li{display:inline-block;margin-right:20px}}@media screen and (min-width: 1366px){.tabs{font-size:27px}.tabs li{display:inline-block;margin-right:40px}}.flash{font-size:17px;color:#000;padding:1em 1.4em 1em 3.5em;border:1px solid #000;margin:0 auto 2em;background-repeat:no-repeat;background-size:23px;background-position:22px 16px}.flash:empty{display:none}.flash.notice{background-color:#f1fff7;background-image:url(https://affiliates.getresponse.com/assets/flash-success@2x-c029bd0cbe5c9c4c8db44a0587df67d33f9f1741bbcb840a0bf7a101d4184e31.png);border-color:#b7f5d0}.flash.alert{background-color:#fbf2f5;background-image:url(https://affiliates.getresponse.com/assets/flash-error@2x-c2cd536a44dfa07c602353980a1d8c233c2d3e0a0ce13263d6d853da38412822.png);border-color:#f5c9d8}#announcements{position:fixed;width:calc(100% - 30px);padding:0;z-index:9999;left:50%;top:97px;transform:translateX(-50%)}#announcements .announcement{display:flex;align-items:center;background:#191919 url(https://affiliates.getresponse.com/assets/info@2x-6b113fb44971a46046ef78b2016cbd1945690d00b4dc70868e999d708b807b6d.png) no-repeat 20px 16px;background-size:42px 42px;color:#ccc;margin-bottom:10px;position:relative;padding:16px 72px;line-height:1.4;border-radius:8px;transition:transform .4s ease, opacity .4s ease;z-index:100;min-height:44px}#announcements .announcement.hidden{visibility:hidden}#announcements .announcement p{margin:0}#announcements .announcement .mark-as-read{position:absolute;cursor:pointer;top:10px;right:14px;width:20px;height:20px;background:url(https://affiliates.getresponse.com/assets/close-34d5e8e233083aedf43169c9fd8eb57760e7de77a845e1d8e9752ec2339f60cb.svg);background-size:cover}@media screen and (min-width: 980px){#announcements{width:900px}}@media screen and (min-width: 1366px){#announcements{width:1100px}}#main-navigation{background:#002534;min-height:72px;box-sizing:border-box;color:#fff;font-size:13px;font-weight:400;position:relative;z-index:10}#main-navigation .container{height:72px;padding:0}#main-navigation .basic-nav{height:100%;display:flex;justify-content:flex-start;align-items:center}#main-navigation ul{background:#002534;margin:0;padding:0}#main-navigation.opened+ul{display:flex;flex-direction:column}#main-navigation li{position:relative}#main-navigation li:hover&gt;ul{display:block}#main-navigation a{color:#fff;text-decoration:none}#main-navigation a:hover{color:#38ccff}#main-navigation .connection-nav{padding:10px 0;display:none;align-content:center;justify-content:flex-end;background:#002534;margin-left:auto;z-index:1}#main-navigation .connection-nav a.btn{font-size:15px;padding:0.4rem 1.4rem}#main-navigation.opened .connection-nav{display:flex}#main-navigation.opened .connection-nav a.btn{margin-right:10px;font-size:13px}#main-navigation .extended-nav{display:none;list-style:none;position:relative;z-index:1}#main-navigation .extended-nav&gt;li a{display:block;padding:10px 10px}#main-navigation .extended-nav&gt;li a .triangle{width:10px;height:5px;display:inline-block;background:url(https://affiliates.getresponse.com/assets/triangle-4fd30acafd154f5fefc0b8beefe7cfba21a52172ee237c33b1ee7c73cdb095cd.svg);outline:10px solid transparent;margin:0 10px;vertical-align:middle}#main-navigation.opened .extended-nav{display:block}#main-navigation .extended-nav-subnav{background:#05384d;display:none;padding-left:10px;list-style:none}#main-navigation .extended-nav-subnav.opened{display:block}#main-navigation .extended-nav-subnav&gt;li a{padding-left:28px;padding-right:40px}#main-navigation .extended-nav-subnav&gt;li:first-child a{padding-top:18px}#main-navigation .extended-nav-subnav&gt;li:last-child a{padding-bottom:18px;border-radius:0 0 8px 8px}#main-navigation .panel-tour-link a{color:#ffda7d}#main-navigation .panel-tour-link:not(.visible){display:none !important}#main-navigation .panel-tour-link .tip{background:#05384d;border-radius:20px;position:absolute;top:100%;left:50%;white-space:nowrap;transform:translateX(-50%);font-size:16px;padding:20px 26px;margin-top:10px;line-height:1.4}#main-navigation .panel-tour-link .tip::before{content:'';position:absolute;left:50%;top:0;transform:translate(-50%, -100%);border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #05384d}@media screen and (min-width: 980px){#main-navigation .container{display:flex;justify-content:flex-start;align-items:center}#main-navigation .connection-nav{display:flex}#main-navigation .extended-nav{display:inline-flex;height:100%}#main-navigation .extended-nav&gt;li{display:inline-flex;align-items:center;height:100%}#main-navigation .extended-nav-subnav{background:transparent;position:absolute;top:100%;left:-5px;min-width:100%;height:auto;border:20px solid transparent;margin:-20px;filter:drop-shadow(0px 0px 3px rgba(0,0,0,0.3))}#main-navigation .extended-nav-subnav::before{content:'';position:absolute;left:35px;top:-5px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #05384d}#main-navigation .extended-nav-subnav a{background:#05384d;white-space:nowrap}#main-navigation .extended-nav&gt;li a .triangle{display:none}}#burger-menu{margin-left:auto;display:block;width:30px;height:15px;cursor:pointer;margin-right:15px;padding:0}#burger-menu:after{display:block;width:100%;height:3px;content:'';background:#fff;box-shadow:0 6px 0 #fff,0 12px 0 #fff}#burger-menu:hover:after{background:#00afeb;box-shadow:0 6px 0 #00afeb,0 12px 0 #00afeb}@media screen and (min-width: 980px){#burger-menu{display:none}}#logo-icon{width:140px;height:19px;vertical-align:bottom;margin-right:10px}a#home-link{margin-right:25px;margin-left:15px;letter-spacing:0.7px;color:#38ccff;display:inline-block;line-height:1.5;white-space:nowrap}@media screen and (min-width: 980px){a#home-link{margin-left:30px}}#profile-nav{background:#002534;box-sizing:border-box;position:relative;display:none}#profile-nav .basic-profile-nav{display:flex;align-items:center;justify-content:flex-end;padding-bottom:10px;padding-top:10px}#profile-nav .profile-tab{margin-right:15px}#profile-nav .triangle{width:10px;margin-left:5px;vertical-align:middle}#profile-nav ul{height:auto;display:none;filter:drop-shadow(0px 0px 3px rgba(0,0,0,0.3))}#profile-nav ul::before{content:'';position:absolute;right:35px;top:-5px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #05384d}#profile-nav ul li{display:block;margin:0}#profile-nav ul a{display:block;background:#05384d;padding:10px 28px}#profile-nav ul li:first-child a{padding-top:18px}#profile-nav ul li:last-child a{padding-bottom:18px}#profile-nav:hover ul{display:block}#profile-nav #notifications{margin-left:auto;height:100%;display:flex;align-items:center}#profile-nav #notifications a{display:inline-block;border-radius:100px;width:28px;height:28px;text-align:center;vertical-align:middle;background:#fff;position:relative;margin-right:10px}#profile-nav #notifications .count{position:absolute;background:#ff0026;border:2px solid #002534;color:#fff;font-size:11px;border-radius:10px;height:10px;line-height:1;min-width:8px;text-align:center;padding:2px 3px;top:-4px;left:calc(100% - 13px)}#profile-nav #notifications .icon-bell{width:16px;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}@media screen and (min-width: 980px){#profile-nav{display:flex;align-items:center;padding-left:13px;align-self:stretch}#profile-nav .profile-tab{white-space:nowrap;margin-right:30px}#profile-nav .basic-profile-nav{padding-bottom:0;padding-top:0}#profile-nav ul{background:transparent;position:absolute;right:0;top:100%;white-space:nowrap;border:20px solid transparent;margin:-20px}#profile-nav li:last-child a{padding-bottom:18px;border-radius:0 0 8px 8px}}#main-navigation.opened #profile-nav{display:block}@media screen and (min-width: 980px){[lang=ru] #main-navigation{font-size:13px}}@media screen and (min-width: 1220px){#main-navigation{font-size:15px}[lang=ru] #main-navigation{font-size:13.5px}#main-navigation .extended-nav&gt;li a{padding-right:15px;padding-left:15px}a#home-link{margin-right:45px;line-height:normal}#logo-icon{margin-right:25px}#profile-nav #notifications a{width:38px;height:38px;margin-right:20px}#profile-nav #notifications .icon-bell{width:20px}#profile-nav{padding-left:33px}}#site-footer{font-size:13px;color:#546e7a;padding-bottom:12px}#site-footer a{color:#546e7a;display:block;text-decoration:underline;margin:5px 0px}#site-footer a:hover{text-decoration:underline}#site-footer .footer-info{margin:0 auto}#site-footer .footer-info p:first-child{margin-top:0;margin-bottom:-0.2em}#site-footer .footer-info br{display:inline}#site-footer #change-lang{float:right}#site-footer #flags-trigger{position:absolute;visibility:hidden}#site-footer .current-lang{border:1px solid #f2f2f2;position:relative;z-index:1;border-radius:17px;background:#fff;padding:8px 17px 8px 17px;line-height:0}#site-footer .current-lang label{cursor:pointer}#site-footer .available-langs-wrapper{overflow:hidden;position:absolute;transform:translateY(-100%)}#site-footer .available-langs{border:1px solid #f2f2f2;border-bottom:none;border-radius:17px 17px 0 0;background:#fff;display:inline-block;vertical-align:middle;padding:4px calc(17px - 3px) 8px calc(17px + 9px + 3px);line-height:0;transform:translateY(100%) translateY(13px);transition:transform 0.5s ease}#site-footer #flags-trigger:checked+.available-langs-wrapper .available-langs{transform:translateY(0)}#site-footer .lang{text-decoration:none;color:#546e7a;opacity:0;transition:opacity 0.5s ease;margin-right:3px;margin-bottom:9px}#site-footer .lang:hover{text-decoration:none;color:#38ccff}#site-footer #flags-trigger:checked+.available-langs-wrapper .lang{opacity:1}#site-footer .svg-triangle{width:9px;height:4.5px;fill:#546e7a;will-change:transform;transform:rotateZ(180deg);vertical-align:middle;transition:transform 0.1s ease}#site-footer #flags-trigger:checked+*+.current-lang .svg-triangle{transform:rotateZ(0deg)}#site-footer .flag{width:20px;height:15px;margin-right:4px;margin-left:4px;vertical-align:middle;outline:1px solid #e0e4e7;outline-offset:-1px}#site-footer .langname{vertical-align:middle}@media screen and (min-width: 980px){#site-footer .container{display:flex;justify-content:flex-start;align-items:flex-start}#site-footer a{text-decoration:none;display:inline-block;margin:0px 10px;white-space:nowrap}#site-footer #change-lang-wrapper{flex-grow:0;flex-shrink:0;width:120px;white-space:nowrap;margin-left:auto}#site-footer .available-langs{padding-top:8px;border-bottom:1px solid #f2f2f2}#site-footer .current-lang{border-top:1px solid #f2f2f2;border-left:none;border-radius:0 40px 40px 0;display:inline-block;vertical-align:middle;padding:8px 17px 8px 2px}#site-footer .current-lang label{cursor:pointer}#site-footer .available-langs-wrapper{display:inline-block;vertical-align:middle;position:static;transform:none}#site-footer .available-langs{border-right:none;border-radius:40px 0 0 40px;padding:8px 2px 8px 7px;transform:translateX(100%) translateX(-13px)}#site-footer #flags-trigger:checked+.available-langs-wrapper .available-langs{transform:translateX(0)}#site-footer .svg-triangle{transform:rotateZ(90deg)}#site-footer #flags-trigger:checked+*+.current-lang .svg-triangle{transform:rotateZ(-90deg)}#site-footer .lang{margin-bottom:0;margin-top:0}}.accordion .accordion-item{position:relative;will-change:transform;transition:transform 0.5s ease;margin-top:.5em;overflow:hidden}.accordion .accordion-item:first-child{margin-top:0}.accordion .accordion-item:last-child{margin-bottom:7em}.accordion .accordion-item br{display:initial}.accordion .accordion-item header a{display:block;padding:.5em 2em .5em 0em;line-height:1.4;font-size:18px;color:#00afec;border-bottom:1px solid #e0e4e7;text-decoration:none}.accordion .accordion-item header a p{display:inline;margin:0}.accordion .accordion-item-content{font-size:15px;padding-top:1em;padding-bottom:0.3em;line-height:1.5;opacity:0;visibility:hidden;position:absolute;transform:translateY(20px)}.accordion .accordion-item header a:focus,.accordion .current header a{color:#000}.accordion .accordion-item-content:target,.accordion .current .accordion-item-content{position:static;opacity:1;visibility:visible;transform:translateY(0px);transition:opacity .5s ease, transform .5s ease}.accordion .chevron{fill:transparent;stroke:#97a7b1;width:17px;height:9.6px;stroke-width:7px;position:absolute;right:.5em;top:0.95em;transition:transform .5s ease;transform-origin:center;will-change:transform}.accordion .current .chevron{transform:rotateZ(180deg)}@media screen and (min-width: 980px){.accordion .accordion-item-content{font-size:17px}.accordion .accordion-item header a{font-size:25px}}.promo-code-types{border:1px solid #b7e6f6}.promo-code-types .code-type{text-align:center;border-right:none;background:#f5fcff;position:relative;padding-bottom:40px}.promo-code-types .code-type:nth-child(4) .ico{transform:rotateZ(-28deg)}.promo-code-types .code-type{padding:35px 20px 100px 25px;font-size:15px;font-weight:300;line-height:1.4;border-bottom:1px solid #b7e6f6}.promo-code-types .code-type h3{color:#00afec;font-size:27px;font-weight:300;margin-top:17px}.promo-code-types .code-type p{text-align:left}.promo-code-types .code-type .ico{width:50px;height:50px;fill:#00afec}.promo-code-types .code-type button{position:absolute;bottom:50px;left:50%;transform:translateX(-50%)}.promo-code-types .code-type:nth-child(4){border-bottom:none}@media screen and (min-width: 980px){.promo-code-types{display:flex}.promo-code-types .code-type{padding:115px 20px 162px 34px;font-size:17px;width:25%;flex-shrink:0;box-sizing:border-box;border-bottom:none}.promo-code-types .code-type:nth-child(1){border-right:1px solid #b7e6f6}.promo-code-types .code-type:nth-child(2){border-right:1px solid #b7e6f6}.promo-code-types .code-type:nth-child(3){border-right:1px solid #b7e6f6}.promo-code-types .code-type button{bottom:107px}}#code-request-dialog h3{margin-top:0;font-size:22px;font-weight:300;color:#00afec}#code-request-dialog form{margin-top:-12px;font-size:15px}#code-request-dialog [type=submit]{margin:40px auto 0;display:block}@media screen and (min-width: 980px){#code-request-dialog form{font-size:18px}#code-request-dialog h3{font-size:27px}#code-request-dialog [type=submit]{min-width:240px;display:inline-block}}#email-a_d_s .accordion .buttons{margin-top:3.3em;margin-bottom:2.8em;text-align:center}#logo .content-box{color:#000;font-size:17px;line-height:1.5}#logo .content-box p{margin-bottom:1.4em;margin-top:1em}#logo .content-box .btn{margin-top:1.2em;margin-bottom:2em}#logo .content-box img{width:318px;height:43px;margin-top:1em}@media screen and (min-width: 980px){#logo .content-box{min-height:56vh}#logo .content-box&gt;div{display:flex;flex-direction:row-reverse;justify-content:space-between}#logo .content-box&gt;div&gt;div:first-child{flex-shrink:0;width:260px}#logo .content-box&gt;div&gt;div:nth-child(2){flex-shrink:1;padding-right:20px}#logo .content-box img{width:260px;height:43px;margin-top:2em}}@media screen and (min-width: 1366px){#logo .content-box&gt;div&gt;div:first-child{flex-shrink:0;width:auto}#logo .content-box img{width:389px;margin-right:35px;height:52.6px;margin-top:2.9em}}#text-a_d_s .accordion .buttons{margin-top:3.3em;margin-bottom:2.8em;text-align:center}.text-ads-description-text{font-size:17px;font-family:'Helvetica Neue', sans-serif;line-height:1.44;word-spacing:0.2em;font-weight:300}.text-ads-filters{font-size:17px;font-family:'Helvetica Neue', sans-serif;margin-top:2em}.text-ads-filters .text-ads-select-language{display:inline-flex}.text-ads-filters .text-ads-select-language .text-ads-select-language-label{float:left}.text-ads-filters .text-ads-select-language label{line-height:51px}.text-ads-filters .text-ads-select-language .basic-input{width:150px;margin-bottom:0}.text-ads-accordion-subtext{color:#00afec;font-size:27px;margin-top:40px;margin-bottom:35px}.text-ads-accordion-content{display:flex}.text-ads-accordion-col{display:flex;flex-direction:column;width:100%;margin-top:50px}.text-ads-accordion-item.accordion-item{margin-bottom:0 !important}.text-ads-accordion-item{display:flex;flex-direction:column;justify-content:center;padding-left:8px}.text-ads-accordion-item summary{display:block;padding:.5em 2em .8em 0;line-height:1.3;font-size:18px;font-weight:500;color:#00afec;border-bottom:1px solid #e0e4e7;text-decoration:none;cursor:pointer;list-style:none;outline:none}.text-ads-accordion-item summary::-webkit-details-marker{display:none}.text-ads-accordion-item[open] summary{color:#000}.text-ads-accordion-item-content{display:flex;flex-direction:column}.text-ads-description-item{margin-top:11px;line-height:1.8;font-size:14px}.text-ads-description-item .name{font-size:13px;font-weight:bold;text-transform:uppercase}.text-ads-description-item .value{font-size:13px;line-height:1.2em;margin-top:2px;font-weight:400}.text-ads-accordion-codes{display:flex}.text-ads-accordion-codes .item-code-wrapper{margin-top:36px;width:50%}.text-ads-accordion-codes .item-code-wrapper.left{margin-left:0;margin-right:15px}.text-ads-accordion-codes .item-code-wrapper.right{margin-left:15px;margin-right:0}.text-ads-accordion-codes .item-code-wrapper .tabs{color:#00afec;font-size:18px;line-height:2.4;font-weight:400}.text-ads-accordion-codes .item-code-wrapper .code{border:1px solid #e0e4e7;padding:21px;font-family:'Roboto Mono', sans-serif;font-size:16px;line-height:1.5;font-weight:200;word-break:break-all;min-height:120px;margin-top:0;border-radius:10px;-webkit-user-select:all;-moz-user-select:all;user-select:all}.text-ads-accordion-codes .item-code-wrapper .code .code-snippet{color:#7B7B7B}.text-ads-accordion-codes .item-code-wrapper .code-disclaimer{line-height:3.0;font-weight:400;font-size:12px}.text-ads-accordion-codes .item-buttons{display:flex;align-items:flex-start;margin-top:17px;margin-bottom:50px}.text-ads-accordion-codes .item-buttons .btn{min-width:210px}.text-ads-accordion-codes .item-buttons .btn:hover{cursor:pointer}@media screen and (max-width: 1033px){.text-ads-description-text{font-size:14px}.text-ads-accordion-codes{flex-direction:column}.text-ads-accordion-codes .item-code-wrapper{width:100%}.text-ads-accordion-codes .item-code-wrapper.left{margin:20px 0 0}.text-ads-accordion-codes .item-code-wrapper.right{margin:0}.text-ads-accordion-codes .item-code-wrapper .code{font-size:13px;min-height:50px}.text-ads-accordion-codes .item-code-wrapper .item-buttons{align-items:center;justify-content:center;margin-bottom:5px}.text-ads-filters .text-ads-select-language{display:flex;flex-wrap:wrap;font-size:14px}.text-ads-filters .text-ads-select-language label{line-height:normal}.text-ads-filters .text-ads-select-language .basic-input{width:100%;margin-bottom:0}}@media screen and (max-width: 1244px) and (min-width: 1033px){.text-ads-accordion-codes .item-code-wrapper .code{min-height:150px}}#signatures .accordion .buttons{margin-top:3.3em;margin-bottom:2.8em;text-align:center}.banners .content-box p:first-child{font-size:21px;margin-top:16px;line-height:1.3}.banners form{margin-bottom:40px}.banners form .buttons{margin-bottom:21px;position:absolute;visibility:hidden}@media screen and (min-width: 980px){.banners form{display:flex;align-items:baseline}.banners form .basic-input{width:22.5%;margin-right:2.5%}.banners form .basic-input+.basic-input{width:25%;margin-right:2.5%}.banners form .basic-input+.basic-input+.basic-input{width:25%;margin-right:2.5%}}#banner-form h2{font-size:21px;margin-top:46px}#banner-list{position:relative}#banner-list nav a{text-decoration:none;position:absolute;top:50%}#banner-list nav a.prev{left:-10px;transform:translateY(-50%) rotateZ(90deg)}#banner-list nav a.next{right:-10px;transform:translateY(-50%) rotateZ(-90deg)}#banner-list nav svg{width:40px;height:40px;fill:transparent;stroke:#97a7b1;stroke-width:7px}#banner-list ul{overflow:auto;display:flex;flex-wrap:nowrap;margin:-20px 29px 0;padding:20px 0 45px 0}#banner-list ul .hidden{display:none}#banner-list ul[data-size="300x250"]&gt;:not([data-size="300x250"]){display:none}#banner-list ul[data-size="300x300"]&gt;:not([data-size="300x300"]){display:none}#banner-list ul[data-size="300x600"]&gt;:not([data-size="300x600"]){display:none}#banner-list ul[data-size="468x60"]&gt;:not([data-size="468x60"]){display:none}#banner-list ul[data-size="728x90"]&gt;:not([data-size="728x90"]){display:none}#banner-list ul[data-size="160x600"]&gt;:not([data-size="160x600"]){display:none}#banner-list ul[data-size="1200x628"]&gt;:not([data-size="1200x628"]){display:none}#banner-list ul[data-size="1080x1080"]&gt;:not([data-size="1080x1080"]){display:none}#banner-list ul[data-language="en"]&gt;:not([data-language="en"]){display:none}#banner-list ul[data-language="de"]&gt;:not([data-language="de"]){display:none}#banner-list ul[data-language="es"]&gt;:not([data-language="es"]){display:none}#banner-list ul[data-language="pl"]&gt;:not([data-language="pl"]){display:none}#banner-list ul[data-language="ru"]&gt;:not([data-language="ru"]){display:none}#banner-list ul[data-language="it"]&gt;:not([data-language="it"]){display:none}#banner-list ul[data-language="pt"]&gt;:not([data-language="pt"]){display:none}#banner-list ul[data-language="fr"]&gt;:not([data-language="fr"]){display:none}#banner-list li{display:flex;justify-content:center;width:100%;flex-shrink:0;text-align:center;padding:0 5px;box-sizing:border-box}#banner-list li&gt;div{display:inline-block;box-sizing:border-box;border:2px solid #ffffff;padding:13px;font-size:18px;cursor:pointer;max-width:100%;display:flex;flex-direction:column;position:relative}#banner-list li&gt;div:hover{box-shadow:0px 0px 30px 3px rgba(9,42,58,0.1)}#banner-list li&gt;div&gt;:first-child&gt;a{position:relative;display:block}#banner-list li&gt;div&gt;:first-child&gt;a::before{content:'';width:100px;height:100px;border-radius:100px;background:#00afec;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%) translateY(-14px);opacity:.9}#banner-list li&gt;div&gt;:first-child&gt;a:hover::before{opacity:1}#banner-list li&gt;div&gt;:first-child&gt;a svg{fill:#fff;width:56px;height:56px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%) translateY(-14px)}#banner-list li&gt;div&gt;div:last-child{flex-grow:1;display:flex;flex-direction:column}#banner-list li&gt;div&gt;div:last-child&gt;:last-child{margin-top:auto}#banner-list li&gt;div .view{position:absolute;right:25px;top:25px;width:38px;height:38px;background:#fff;border-radius:40px;box-shadow:2px 2px 10px 0 rgba(0,0,0,0.1)}#banner-list li&gt;div .view svg{width:19px;height:19px;fill:#00afec;opacity:.8;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}#banner-list li&gt;div .view:hover svg{opacity:1}#banner-list li.active&gt;div{border-color:#38ccff}#banner-list li.banner-big{max-width:50%}@media only screen and (max-width: 1023px){#banner-list li.banner-big{max-width:100%}}#banner-list li .name{margin-bottom:5px}#banner-list li .size{margin-bottom:17px}#banner-list li .btn{font-size:14px;align-self:center;margin-bottom:14px;cursor:pointer}#banner-list li .btn .success-text{display:none}#banner-list li .btn .success-icon{background:url(https://affiliates.getresponse.com/assets/check-green-d2a66333b5147da607684b671ff0f6b299b7d408c00355f197ca613b7c78553e.svg);display:inline-block;width:17px;height:17px;margin-top:-3px;margin-bottom:-3px}#banner-list li.active&gt;div .btn{border-color:#00bf3a;background:#fff !important}#banner-list li.active&gt;div .btn .success-text{display:inline-block;color:#00bf3a}#banner-list li.active&gt;div .btn .default-text{display:none}#banner-list li img{max-width:100%;margin-bottom:28px}#banner-list .bullets{background:#fff;padding-top:25px;margin-top:-25px;position:relative;line-height:1;text-align:center}#banner-list .bullets span{display:inline-block;width:9px;height:9px;border-radius:20px;background:#e0e4e7;margin:0 4px;cursor:pointer;position:relative;top:-20px}#banner-list .bullets span.active{background:#00afec}#banner-list ul[data-size="300x250"] .name,#banner-list ul[data-size="300x300"] .name,#banner-list ul[data-size="300x600"] .name{width:300px;max-width:100%}#banner-list ul[data-size="468x60"] .name{width:468px;max-width:100%}#banner-list ul[data-size="160x600"] li{width:50%}#banner-list ul[data-size="160x600"] .name{width:160px;max-width:100%}@media screen and (min-width: 980px){#banner-list ul[data-size="300x250"] li,#banner-list ul[data-size="300x300"] li,#banner-list ul[data-size="300x600"] li{width:33.3333%}#banner-list ul[data-size="468x60"] li{width:50%}#banner-list ul[data-size="160x600"] li{width:20%}}.banners .banner-codes{margin-top:70px;margin-bottom:10px}.banners code{color:#000;font-family:inherit;font-weight:400;margin-bottom:2em;display:block}.banners code pre{white-space:pre-line;word-wrap:break-word;font-size:.9em;font-family:'Roboto Mono', monospace;padding:.9em 1em;border-top:1px solid #ebeef0;border-bottom:1px solid #ebeef0;margin:.8em -5px;line-height:1.5}.banners code footer{margin-top:1.7em}@media screen and (min-width: 980px){.banners .banner-codes{display:flex;font-size:18px}.banners .banner-codes&gt;*{width:50%;box-sizing:border-box;padding:0 17px 0 7px;display:flex;flex-direction:column}.banners .banner-codes&gt;*:only-child{width:100%}.banners code{display:flex;flex-direction:column;flex-grow:1}.banners code pre{flex-grow:1}}.banners .how-to-use-banners #howto-trigger{position:absolute;visibility:hidden}.banners .how-to-use-banners label{font-size:21px;font-weight:300;color:#38ccff;margin-bottom:17px;display:inline-block;cursor:pointer}.banners .how-to-use-banners label .chevron{fill:transparent;stroke:#38ccff;width:17px;height:9.6px;stroke-width:7px;transform-origin:50% 50%;margin-left:8px}.banners .list{background:#38ccff;color:#fff;text-align:center;padding-top:20px;font-size:18px;line-height:1.5;justify-content:space-around}.banners .list svg.ico{fill:#fff;height:43px;display:block;margin:auto;margin-bottom:16px;flex-shrink:0}.banners .list svg.chevron{fill:transparent;stroke:#ffffff;width:17px;height:9.6px;stroke-width:7px}.banners .list&gt;div{margin-bottom:20px;box-sizing:border-box;padding:0 20px;position:relative}.banners .list-wrapper{opacity:0;height:0;visibility:hidden;transition:none}.banners #howto-trigger:checked~.list-wrapper{opacity:1;height:auto;visibility:visible;transition:opacity .3s ease, visibility 0s ease, height 0s ease}@media screen and (min-width: 980px){.banners .list{display:flex;text-align:left;padding-top:29px;padding-bottom:29px}.banners .list&gt;div{display:flex;align-items:center;margin-bottom:0;padding-left:20px}.banners .list svg.ico{margin-bottom:0;margin-right:20px;margin-top:0;max-width:50px}.banners .list svg.chevron{transform:rotateZ(-90deg)}}.videos #banner-list,.infographics #banner-list{margin-top:78px}#infographic-popup .simple-dialog-body{width:610px}#infographic-popup .simple-dialog-body img{max-width:100%;min-height:400px}#video-popup .simple-dialog-body{width:634px;border-radius:0;padding:20px;box-shadow:none;text-align:center}#video-popup .title{font-size:17px;margin-bottom:2.1em;margin-top:0.6em;font-weight:400}#video-popup .banner{margin-top:1.3em;margin-bottom:.6em}#video-popup .banner img{outline:1px solid #f3f4f4;width:468px;max-width:100%}#video-popup .simple-dialog-close a{width:24px;height:24px;border-radius:0;border:0;top:8px;left:-5px;background:none;box-shadow:none}#video-popup .simple-dialog-close a::before{content:'×';color:#000;line-height:0.5;font-size:27px;font-family:sans-serif;font-weight:100}@media screen and (min-width: 980px){#video-popup .simple-dialog-body{width:634px;padding:37px}#video-popup .simple-dialog-close a{top:24px;left:-20px}}#tools-index .icon{width:60px;height:60px}#tools-index .icon.stroke{fill:transparent;stroke:#00afec}#tools-index .icon.fill{fill:#00afec}#tools-index header{color:#fff;background:#00afec;box-sizing:border-box;text-align:center;font-size:16px;padding:1.2em 1em;margin-bottom:2em}#tools-index header h1{font-size:27px;font-weight:300;margin:0.17em 0}#tools-index .tools-wrapper section a{display:block;color:#00afec;background:#f5fcff;font-size:20px;text-decoration:none;box-sizing:border-box;padding:40px 10px;border:1px solid #c4eaf8;text-align:center}#tools-index .tools-wrapper section a strong{display:block}#tools-index .tools-wrapper section a:hover,#tools-index .tools-wrapper section a:focus,#tools-index .tools-wrapper section a:active{color:#fff;background:#00afec}#tools-index .tools-wrapper section a:hover .icon.stroke,#tools-index .tools-wrapper section a:focus .icon.stroke,#tools-index .tools-wrapper section a:active .icon.stroke{stroke:#fff}#tools-index .tools-wrapper section a:hover .icon.fill,#tools-index .tools-wrapper section a:focus .icon.fill,#tools-index .tools-wrapper section a:active .icon.fill{fill:#fff}@media screen and (min-width: 980px){#tools-index .tools-wrapper{display:flex;flex-wrap:wrap;align-items:stretch}#tools-index .tools-wrapper header{order:5;width:100%;box-sizing:border-box;padding:1em 13.3em;height:328px;font-size:20px;line-height:1.4;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:0}#tools-index .tools-wrapper header h1{font-size:40px;margin:0.17em 0}#tools-index .tools-wrapper header p{width:100%}#tools-index .tools-wrapper&gt;*:nth-child(2){order:1}#tools-index .tools-wrapper&gt;*:nth-child(3){order:2}#tools-index .tools-wrapper&gt;*:nth-child(4){order:3}#tools-index .tools-wrapper&gt;*:nth-child(5){order:4}#tools-index .tools-wrapper&gt;*:nth-child(6){order:6}#tools-index .tools-wrapper&gt;*:nth-child(7){order:7}#tools-index .tools-wrapper&gt;*:nth-child(8){order:8}#tools-index .tools-wrapper&gt;*:nth-child(9){order:9}#tools-index .tools-wrapper section{width:25%;position:relative}#tools-index .tools-wrapper section a{width:100%;height:328px;display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:27px;padding:40px 10px;border:1px solid #c4eaf8}#tools-index .tools-wrapper section a strong{font-weight:300;margin-top:0.6em}#tools-index .tools-wrapper&gt;*:nth-child(2) a{border-right-color:transparent;border-bottom-color:transparent}#tools-index .tools-wrapper&gt;*:nth-child(3) a{border-right-color:transparent;border-bottom-color:transparent}#tools-index .tools-wrapper&gt;*:nth-child(4) a{border-right-color:transparent;border-bottom-color:transparent}#tools-index .tools-wrapper&gt;*:nth-child(5) a{border-bottom-color:transparent}#tools-index .tools-wrapper&gt;*:nth-child(6) a{border-right-color:transparent;border-top-color:transparent}#tools-index .tools-wrapper&gt;*:nth-child(7) a{border-right-color:transparent;border-top-color:transparent}#tools-index .tools-wrapper&gt;*:nth-child(8) a{border-right-color:transparent;border-top-color:transparent}#tools-index .tools-wrapper&gt;*:nth-child(9) a{border-top-color:transparent}#tools-index .tools-wrapper&gt;*:nth-child(2) a:hover,#tools-index .tools-wrapper&gt;*:nth-child(2) a:focus,#tools-index .tools-wrapper&gt;*:nth-child(2) a:active{border-left-color:transparent}#tools-index .tools-wrapper&gt;*:nth-child(5) a:hover,#tools-index .tools-wrapper&gt;*:nth-child(5) a:focus,#tools-index .tools-wrapper&gt;*:nth-child(5) a:active{border-right-color:transparent}#tools-index .tools-wrapper&gt;*:nth-child(6) a:hover,#tools-index .tools-wrapper&gt;*:nth-child(6) a:focus,#tools-index .tools-wrapper&gt;*:nth-child(6) a:active{border-left-color:transparent}#tools-index .tools-wrapper&gt;*:nth-child(9) a:hover,#tools-index .tools-wrapper&gt;*:nth-child(9) a:focus,#tools-index .tools-wrapper&gt;*:nth-child(9) a:active{border-right-color:transparent}#tools-index .tools-wrapper .tool-description{position:absolute;top:100%;left:0;width:400%;height:328px;box-sizing:border-box;font-size:20px;background:#00afec;color:#fff;text-align:center;padding:1em 13.3em;line-height:1.4;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1;opacity:0;visibility:hidden;will-change:transform;transition:opacity .5s ease, visibility 0s ease .5s}#tools-index .tools-wrapper .tool-description h2{font-size:40px;font-weight:300;margin:0.17em 0}#tools-index .tools-wrapper .tool-description p{width:100%}#tools-index .tools-wrapper section a:hover+.tool-description,#tools-index .tools-wrapper section a:active+.tool-description,#tools-index .tools-wrapper section a:focus+.tool-description{opacity:1;visibility:visible;transition:opacity .5s ease}#tools-index .tools-wrapper section a:active+.tool-description,#tools-index .tools-wrapper section a:focus+.tool-description{z-index:2}#tools-index .tools-wrapper section a:hover:before,#tools-index .tools-wrapper section a:active:before,#tools-index .tools-wrapper section a:focus:before{content:'';position:absolute;top:100%;left:0;width:400%;height:328px;background:#00afec}#tools-index .tools-wrapper&gt;*:nth-child(3) .tool-description{left:-100%}#tools-index .tools-wrapper&gt;*:nth-child(4) .tool-description{left:-200%}#tools-index .tools-wrapper&gt;*:nth-child(5) .tool-description{left:-300%}#tools-index .tools-wrapper&gt;*:nth-child(6) .tool-description{bottom:100%;top:auto}#tools-index .tools-wrapper&gt;*:nth-child(7) .tool-description{bottom:100%;top:auto;left:-100%}#tools-index .tools-wrapper&gt;*:nth-child(8) .tool-description{bottom:100%;top:auto;left:-200%}#tools-index .tools-wrapper&gt;*:nth-child(9) .tool-description{bottom:100%;top:auto;left:-300%}#tools-index .tools-wrapper&gt;.tool:nth-child(3) a:before{left:-100%}#tools-index .tools-wrapper&gt;.tool:nth-child(4) a:before{left:-200%}#tools-index .tools-wrapper&gt;.tool:nth-child(5) a:before{left:-300%}#tools-index .tools-wrapper&gt;.tool:nth-child(6) a:before{bottom:100%;top:auto}#tools-index .tools-wrapper&gt;.tool:nth-child(7) a:before{bottom:100%;top:auto;left:-100%}#tools-index .tools-wrapper&gt;.tool:nth-child(8) a:before{bottom:100%;top:auto;left:-200%}#tools-index .tools-wrapper&gt;.tool:nth-child(9) a:before{bottom:100%;top:auto;left:-300%}}#affiliate-link-header{color:#fff;margin:0.79em 0 .4em;font-size:19px}#affiliate-link-header .container h2{font-weight:400;font-size:inherit}#affiliate-link-header .container a{color:#fff;text-decoration:none}#affiliate-link-header .container a:hover{text-decoration:underline}#affiliate-link-header .chain-icon{fill:#fff;stroke:#fff;width:25px;height:31px;vertical-align:baseline;margin:-6px 14px -6px 0}#affiliate-link-header .a_f_filiate-link{font-size:20px;font-family:sans-serif;letter-spacing:.5px;word-break:break-all}#affiliate-link-header .more-info{font-size:13px;text-decoration:underline}#affiliate-link-header .copy-text{font-size:18px;padding:0.4em 1.5em;min-width:0;white-space:nowrap;border-color:#fff;border-width:2px}#affiliate-link-header .container&gt;div{background:#00afec;text-align:center;padding-top:10px;padding-bottom:10px}@media screen and (min-width: 980px){#affiliate-link-header .container&gt;div{padding-top:0;padding-bottom:0;display:flex;justify-content:center;align-items:center;text-align:left}#affiliate-link-header .container&gt;div&gt;*{margin:1.2em}#affiliate-link-header .container&gt;div&gt;:nth-child(1){margin-right:0}#affiliate-link-header .container&gt;div&gt;:nth-child(2){margin-left:.3em;margin-right:.3em}#affiliate-link-header .container&gt;div h2{white-space:nowrap}#affiliate-link-header .container&gt;div .more-info{white-space:nowrap;margin-left:0}}.box{background:#fff;margin:0.7% 0;min-height:50vh;box-sizing:border-box;padding:3px 0;text-align:center;position:relative}.standard-box{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.standard-box&gt;*{width:100%}.standard-box .filler{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.box .box-footer{min-height:110px}.box .box-footer .btn{width:76%;max-width:300px;margin-top:1em;font-size:17px}@media screen and (min-width: 980px){.box .box-footer .btn{font-size:14px}}@media screen and (min-width: 1220px){.box .box-footer .btn{font-size:17px}}.box .box-footer .btn+p{margin-top:0.6em;font-size:17px}.box .box-footer a:not(.btn){color:#00afec;text-decoration:none}.box .box-footer a:not(.btn):hover{text-decoration:underline}.box-header{font-size:22px;margin-top:5px;padding:0 .3em}@media screen and (min-width: 1220px){.box-header{font-size:27px}}.box-subheader{color:#546e7a;font-size:25px;margin:0.6em 0;padding:0 .4em;box-sizing:border-box}.box-subheader-content{font-size:25px}.recently-added{color:#00afec;font-size:17px;margin-top:0.8em;margin-bottom:0.7em}.box-subheader-small{margin:.6em 0;font-size:17px;color:#546e7a;padding:0 1em}.dragger{position:relative;width:12px;height:9px;padding:0 5px;cursor:pointer;border:10px solid transparent;display:inline-block;background:linear-gradient(to right, #e0e0e0 0%, #e0e0e0 16%, transparent 16%, transparent 42%, #e0e0e0 42%, #e0e0e0 58%, transparent 58%, transparent 84%, #e0e0e0 84%, #e0e0e0 100%);background-size:12px 9px;background-position:50%;background-repeat:no-repeat;visibility:hidden}.promo-link{color:#ff7e00;text-decoration:none;font-size:17px}.promo-link::before{content:'';display:inline-block;vertical-align:middle;margin-right:10px;width:18px;height:24px;background:url(https://affiliates.getresponse.com/assets/terms-412bb496301b8d17790b188854d6b90efa1993131831c0fb980962f2f3a65098.png);background-size:100%;transform:translateY(-5px)}@media all and (-webkit-min-device-pixel-ratio: 2),all and (min-resolution: 2dppx){.promo-link::before{background-image:url(https://affiliates.getresponse.com/assets/terms@2x-10830b52f15519994d8000d8ed9ca80779e50bafd6c0c2a703d56880e745e4df.png)}}.box .promo-link{margin:0 0 1em;display:inline-block}.stat-list{margin:35px auto 0;max-width:90%}.stat-list-small{display:flex;justify-content:space-around;max-width:194px;margin:auto}.stat-list-small .stat{width:47px;margin:0}.stat-list-small .stat:nth-last-child(n+3):first-child{margin-left:-7px}.stat-list-small .stat:nth-last-child(n+3):first-child+.stat+.stat{margin-right:-7px}.stat-list-small .stat:nth-last-child(n+2):nth-last-child(-n+2):first-child{margin-right:-34px}.stat-list-small .stat figcaption{display:flex;justify-content:center}.stat-list+.stat-list-small{margin-top:-8px}.stat{text-align:center;margin:0 auto}.stat-list .stat{width:194px}.stat-list-small .stat{width:47px}.tour-on #fast-start-bonus-box .tour-tip-right.tour-tip{left:50%}.stat .count{border:3px solid #efefef;border-radius:200px;height:0;padding-top:calc(100% - 6px);position:relative;box-sizing:border-box;font-size:17px}.stat .show-details{color:#00afec;font-size:15px;text-decoration:none;display:inline-block;margin-bottom:18px}.stat .show-details:hover{text-decoration:underline}.stat-list .stat .count{margin-bottom:26px}.stat-list-small .stat .count{margin-bottom:15px;border-color:#efefef}.stat .count&gt;div{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%}.stat-list .stat .count&gt;div{transform:translate(-50%, -50%) translateY(-4px)}.stat-list-small .stat .count&gt;div{transform:translate(-50%, -50%)}.stat .count .svg-triangle{transform:scaleY(1.1) translateY(-7px)}.stat .count .currency{transform:translateY(-7px)}.stat .increse .svg-triangle{transform:scaleY(1.4) rotateZ(180deg);fill:#00c853}.stat .increse .color-inherit{color:#00c853}.stat .decrese .svg-triangle{fill:#ec407a}.stat .decrese .color-inherit{color:#ec407a}.stat .special .svg-cup{width:25px;height:27.5px;margin-top:-25px;fill:#ffb300}.stat .special .commission-currency,.stat .special .value{color:#ffb300}.stat-list .stat .value{font-size:40px;margin-bottom:-1px}.stat .ratio{transform:translateY(-4px)}.stat .ratio-icon{width:23px;height:23px;display:inline-block;margin-bottom:-5px;margin-right:-3px}.stat .increse .ratio{color:#00c853}.stat .decrese .ratio{color:#ec407a}.stat .increse .ratio-icon{fill:#00c853}.stat .decrese .ratio-icon{fill:#ec407a;transform:rotateZ(180deg)}.stat [data-ratio="0"] .ratio-icon{visibility:hidden}.tour-on .stat.tour-box-visible [data-ratio="0"] .ratio-icon,.tour-on .tour-box-visible .stat [data-ratio="0"] .ratio-icon{visibility:visible}.tour-box-visible .slice-wrap::before{transition:none !important}@media screen and (min-width: 980px){.stat-list .stat .value{font-size:30px}}@media screen and (min-width: 1366px){.stat-list .stat .value{font-size:40px}}.stat-list-small .stat .value{font-size:17px;color:rgba(0,0,0,0.6)}.stat header{color:#000;font-size:21px;min-height:2.5em;margin-bottom:.5em;margin-top:2.3em}.stat header&gt;div{margin:0 -20px}.stat figcaption{color:#546e7a;font-size:17px;margin-bottom:36px;display:flex;justify-content:center}.stat figcaption&gt;div:not(.stat-list-small){margin:0 -10px}.stat figcaption .stat-list-small{width:100%}#current-earnings-box .stat-list .stat{color:#00afec}#current-earnings-box .stat-list-small .stat{display:block}#current-earnings-box .stat-list-small .stat.tour-only{display:none}#current-earnings-box.tour-box-visible .stat-list-small .stat{display:none}#current-earnings-box.tour-box-visible .stat-list-small .stat.tour-only{display:block}.box .promo-image{width:100%;position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column}@supports (-o-object-fit: contain) or (object-fit: contain){.box .promo-image img{width:90%;-o-object-fit:contain;object-fit:contain}}#affiliate-activity-box .stat .decrese{border-color:#efefef}#affiliate-activity-box.tour-box-visible::after{content:'';position:absolute;right:0;top:0;bottom:0;left:0;background:linear-gradient(to right, rgba(38,50,56,0) 50%, rgba(38,50,56,0.7) 100%)}#first-steps-box .promo-image img{width:171px}#promo-codes-box .promo-image img{width:197px}#affiliate-news-box{background:#5fb5d4 url(https://affiliates.getresponse.com/assets/dashboard/bg02-0efc15faf661225cc1e000ec563b93f106cee2feee0d84d54779e4152228f787.jpg);background-size:cover}#affiliate-news-box .box-subheader{color:#fff;line-height:1.3}#affiliate-news-box .box-subheader-content{display:inline;line-height:1.3}#affiliate-news-box .text-bright{color:#fff}#affiliate-news-box .text-dark{color:#000}@media screen and (min-width: 980px){#affiliate-news-box .box-subheader-content{font-size:33px}}@media all and (-webkit-min-device-pixel-ratio: 2),all and (min-resolution: 2dppx){#affiliate-news-box{background-image:url(https://affiliates.getresponse.com/assets/dashboard/bg02@2x-39e225bdc210f5e4d1612c813cb1feb54803ef729872e6ed70520c67cae7c4c7.jpg)}}#fast-start-bonus-box{background:#5fbba5 url(https://affiliates.getresponse.com/assets/dashboard/bg01-0e85a2efc384de659b1e977ec2d9d2c9d3df21b4d8dde66bf925011506ed4b6e.jpg);background-size:cover}#fast-start-bonus-box .box-subheader-small{font-size:17px;color:#fff;line-height:1.5;margin-bottom:2em}#fast-start-bonus-box .stat .count{border-color:#fff;color:#fff}#fast-start-bonus-box .stat .value{font-size:53px}#fast-start-bonus-box .stat figcaption{color:#fff}#fast-start-bonus-box .legend{color:#d1d1d1}#fast-start-bonus-box .promo-link{color:#ffe4a4}#fast-start-bonus-box .promo-link::before{background-image:url(https://affiliates.getresponse.com/assets/terms2@2x-622378a14b273539a9a13d2dcb2b7e63ceb485197d90d9c68db5909a4ed21fb8.png)}#fast-start-bonus-box~.box .box-subheader-small{min-height:50px}@media all and (-webkit-min-device-pixel-ratio: 2),all and (min-resolution: 2dppx){#fast-start-bonus-box{background-image:url(https://affiliates.getresponse.com/assets/dashboard/bg01@2x-23790f99b2c223ed4c9d8bf55790bac9b442a58e27f64bc49628b5a9d23abb77.jpg)}}#complete-details-reminder{border-top:7px solid transparent;background-clip:content-box}@media screen and (min-width: 980px){#complete-details-reminder{position:fixed;z-index:2;left:0;bottom:0;width:100%;background-color:#00afec}#complete-details-reminder.stick{position:static}}#complete-details-reminder .container&gt;div{background:#00afec;color:#fff}#complete-details-reminder .container&gt;div .progress{padding-top:22px;padding-bottom:22px}#complete-details-reminder .container&gt;div .progress&gt;div{padding:0 38px}#complete-details-reminder .container&gt;div .action{text-align:center;padding-top:19px;padding-bottom:12px}@media screen and (min-width: 980px){#complete-details-reminder .container&gt;div .action{padding-top:21px}}#complete-details-reminder .container&gt;div .action .btn{width:76%;max-width:300px;border-color:#fff;border-width:2px;background-color:transparent;color:#fff}#complete-details-reminder .container&gt;div .action .btn:hover{background-color:#fff;color:#00afec}#complete-details-reminder .container&gt;div .description{line-height:1.5;font-size:17px;color:#fff;padding-top:15px;padding-bottom:15px;padding-left:20px;padding-right:20px;text-align:center}@media screen and (min-width: 980px){#complete-details-reminder .container&gt;div{display:flex}#complete-details-reminder .container&gt;div&gt;:first-child,#complete-details-reminder .container&gt;div&gt;:last-child{width:calc(101.4% / 4 - 1.4%);flex-shrink:0}#complete-details-reminder .container&gt;div&gt;:first-child{margin:0 .7% 0 0}#complete-details-reminder .container&gt;div&gt;:last-child{margin:0 0 0 .7%}#complete-details-reminder .container&gt;div&gt;*{margin:0 .7%}#complete-details-reminder .container&gt;div .description{padding-left:0;padding-right:0;margin-top:auto;margin-bottom:auto;text-align:left}}#first-steps-box+#affiliate-activity-box{display:none}.boxFadeIn{display:block;animation-duration:1s;animation-fill-mode:both;animation-name:boxFadeIn}.boxFadeOut{animation-duration:1s;animation-fill-mode:both;animation-name:boxFadeOut}@keyframes boxFadeOut{from{opacity:1}to{opacity:0}}@keyframes boxFadeIn{from{opacity:0}to{opacity:1}}@media screen and (min-width: 980px){.boxes{display:flex;flex-wrap:wrap;margin:0 -0.7%}.box{background:#fff;width:23.6%;margin:9px 0.7%;min-height:495px}.span-2{width:48.6%}.span-3{width:73.6%}.stat-list{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:650px}}@media screen and (min-width: 1220px){.stat-list{max-width:740px}}@media screen and (min-width: 1366px){.stat-list{max-width:840px}}@media screen and (min-width: 980px){.span-2 .stat-list{max-width:490px}}@media screen and (min-width: 980px){.stat-list .stat{width:152px;margin:0 auto}.stat-list .stat:only-child{margin:0 auto}.stat-list-small .stat{width:47px}}@media screen and (min-width: 1366px){.stat-list .stat{width:194px}.stat-list-small .stat{width:47px}}.slice-wrap{position:absolute;left:-3px;top:-3px;width:194px;height:194px;clip:rect(0px, 194px, 194px, 97px);will-change:transform}.slice-wrap::before{content:" ";pointer-events:none;position:absolute;left:0;top:0;width:194px;height:194px;border-radius:100px;border-width:3px;border-style:solid;border-color:#efefef;box-sizing:border-box;clip:rect(0, 97px, 194px, 0);transform:rotate(0deg);transition:transform .5s linear 0s;will-change:transform;transition-timing-function:cubic-bezier(0.53, 0.4, 0.75, 0.52)}.slice-wrap.slice2{transform:rotateZ(180deg)}.slice-wrap.slice2::before{transition-timing-function:cubic-bezier(0.34, 0.58, 0.5, 1)}@media screen and (min-width: 980px){.slice-wrap{width:152px;height:152px;clip:rect(0px, 152px, 152px, 76px)}.slice-wrap::before{width:152px;height:152px;clip:rect(0, 76px, 152px, 0)}}@media screen and (min-width: 1366px){.slice-wrap{width:194px;height:194px;clip:rect(0px, 194px, 194px, 97px)}.slice-wrap::before{width:194px;height:194px;clip:rect(0, 97px, 194px, 0)}}.stat .slice-wrap::before{border-color:#00afec}.stat .increse .slice-wrap::before{border-color:#00c853}.stat .decrese .slice-wrap::before{border-color:#ec407a}.stat .special .slice-wrap::before{border-color:#ffb300}.count[data-show-ratio='0'] .slice-wrap.slice1::before{transform:rotate(0deg);transition-duration:0s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='1'] .slice-wrap.slice1::before{transform:rotate(3.6deg);transition-duration:0.01s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='2'] .slice-wrap.slice1::before{transform:rotate(7.2deg);transition-duration:0.02s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='3'] .slice-wrap.slice1::before{transform:rotate(10.8deg);transition-duration:0.03s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='4'] .slice-wrap.slice1::before{transform:rotate(14.4deg);transition-duration:0.04s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='5'] .slice-wrap.slice1::before{transform:rotate(18deg);transition-duration:0.05s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='6'] .slice-wrap.slice1::before{transform:rotate(21.6deg);transition-duration:0.06s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='7'] .slice-wrap.slice1::before{transform:rotate(25.2deg);transition-duration:0.07s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='8'] .slice-wrap.slice1::before{transform:rotate(28.8deg);transition-duration:0.08s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='9'] .slice-wrap.slice1::before{transform:rotate(32.4deg);transition-duration:0.09s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='10'] .slice-wrap.slice1::before{transform:rotate(36deg);transition-duration:0.1s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='11'] .slice-wrap.slice1::before{transform:rotate(39.6deg);transition-duration:0.11s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='12'] .slice-wrap.slice1::before{transform:rotate(43.2deg);transition-duration:0.12s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='13'] .slice-wrap.slice1::before{transform:rotate(46.8deg);transition-duration:0.13s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='14'] .slice-wrap.slice1::before{transform:rotate(50.4deg);transition-duration:0.14s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='15'] .slice-wrap.slice1::before{transform:rotate(54deg);transition-duration:0.15s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='16'] .slice-wrap.slice1::before{transform:rotate(57.6deg);transition-duration:0.16s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='17'] .slice-wrap.slice1::before{transform:rotate(61.2deg);transition-duration:0.17s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='18'] .slice-wrap.slice1::before{transform:rotate(64.8deg);transition-duration:0.18s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='19'] .slice-wrap.slice1::before{transform:rotate(68.4deg);transition-duration:0.19s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='20'] .slice-wrap.slice1::before{transform:rotate(72deg);transition-duration:0.2s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='21'] .slice-wrap.slice1::before{transform:rotate(75.6deg);transition-duration:0.21s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='22'] .slice-wrap.slice1::before{transform:rotate(79.2deg);transition-duration:0.22s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='23'] .slice-wrap.slice1::before{transform:rotate(82.8deg);transition-duration:0.23s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='24'] .slice-wrap.slice1::before{transform:rotate(86.4deg);transition-duration:0.24s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='25'] .slice-wrap.slice1::before{transform:rotate(90deg);transition-duration:0.25s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='26'] .slice-wrap.slice1::before{transform:rotate(93.6deg);transition-duration:0.26s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='27'] .slice-wrap.slice1::before{transform:rotate(97.2deg);transition-duration:0.27s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='28'] .slice-wrap.slice1::before{transform:rotate(100.8deg);transition-duration:0.28s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='29'] .slice-wrap.slice1::before{transform:rotate(104.4deg);transition-duration:0.29s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='30'] .slice-wrap.slice1::before{transform:rotate(108deg);transition-duration:0.3s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='31'] .slice-wrap.slice1::before{transform:rotate(111.6deg);transition-duration:0.31s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='32'] .slice-wrap.slice1::before{transform:rotate(115.2deg);transition-duration:0.32s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='33'] .slice-wrap.slice1::before{transform:rotate(118.8deg);transition-duration:0.33s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='34'] .slice-wrap.slice1::before{transform:rotate(122.4deg);transition-duration:0.34s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='35'] .slice-wrap.slice1::before{transform:rotate(126deg);transition-duration:0.35s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='36'] .slice-wrap.slice1::before{transform:rotate(129.6deg);transition-duration:0.36s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='37'] .slice-wrap.slice1::before{transform:rotate(133.2deg);transition-duration:0.37s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='38'] .slice-wrap.slice1::before{transform:rotate(136.8deg);transition-duration:0.38s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='39'] .slice-wrap.slice1::before{transform:rotate(140.4deg);transition-duration:0.39s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='40'] .slice-wrap.slice1::before{transform:rotate(144deg);transition-duration:0.4s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='41'] .slice-wrap.slice1::before{transform:rotate(147.6deg);transition-duration:0.41s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='42'] .slice-wrap.slice1::before{transform:rotate(151.2deg);transition-duration:0.42s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='43'] .slice-wrap.slice1::before{transform:rotate(154.8deg);transition-duration:0.43s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='44'] .slice-wrap.slice1::before{transform:rotate(158.4deg);transition-duration:0.44s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='45'] .slice-wrap.slice1::before{transform:rotate(162deg);transition-duration:0.45s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='46'] .slice-wrap.slice1::before{transform:rotate(165.6deg);transition-duration:0.46s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='47'] .slice-wrap.slice1::before{transform:rotate(169.2deg);transition-duration:0.47s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='48'] .slice-wrap.slice1::before{transform:rotate(172.8deg);transition-duration:0.48s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='49'] .slice-wrap.slice1::before{transform:rotate(176.4deg);transition-duration:0.49s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='50'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-duration:0.5s;transition-delay:1s;transition-timing-function:linear}.count[data-show-ratio='51'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='51'] .slice-wrap.slice2::before{transform:rotate(3.6deg);transition-delay:1.5s;transition-duration:0.014s}.count[data-show-ratio='52'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='52'] .slice-wrap.slice2::before{transform:rotate(7.2deg);transition-delay:1.5s;transition-duration:0.028s}.count[data-show-ratio='53'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='53'] .slice-wrap.slice2::before{transform:rotate(10.8deg);transition-delay:1.5s;transition-duration:0.042s}.count[data-show-ratio='54'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='54'] .slice-wrap.slice2::before{transform:rotate(14.4deg);transition-delay:1.5s;transition-duration:0.056s}.count[data-show-ratio='55'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='55'] .slice-wrap.slice2::before{transform:rotate(18deg);transition-delay:1.5s;transition-duration:0.07s}.count[data-show-ratio='56'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='56'] .slice-wrap.slice2::before{transform:rotate(21.6deg);transition-delay:1.5s;transition-duration:0.084s}.count[data-show-ratio='57'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='57'] .slice-wrap.slice2::before{transform:rotate(25.2deg);transition-delay:1.5s;transition-duration:0.098s}.count[data-show-ratio='58'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='58'] .slice-wrap.slice2::before{transform:rotate(28.8deg);transition-delay:1.5s;transition-duration:0.112s}.count[data-show-ratio='59'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='59'] .slice-wrap.slice2::before{transform:rotate(32.4deg);transition-delay:1.5s;transition-duration:0.126s}.count[data-show-ratio='60'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='60'] .slice-wrap.slice2::before{transform:rotate(36deg);transition-delay:1.5s;transition-duration:0.14s}.count[data-show-ratio='61'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='61'] .slice-wrap.slice2::before{transform:rotate(39.6deg);transition-delay:1.5s;transition-duration:0.154s}.count[data-show-ratio='62'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='62'] .slice-wrap.slice2::before{transform:rotate(43.2deg);transition-delay:1.5s;transition-duration:0.168s}.count[data-show-ratio='63'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='63'] .slice-wrap.slice2::before{transform:rotate(46.8deg);transition-delay:1.5s;transition-duration:0.182s}.count[data-show-ratio='64'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='64'] .slice-wrap.slice2::before{transform:rotate(50.4deg);transition-delay:1.5s;transition-duration:0.196s}.count[data-show-ratio='65'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='65'] .slice-wrap.slice2::before{transform:rotate(54deg);transition-delay:1.5s;transition-duration:0.21s}.count[data-show-ratio='66'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='66'] .slice-wrap.slice2::before{transform:rotate(57.6deg);transition-delay:1.5s;transition-duration:0.224s}.count[data-show-ratio='67'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='67'] .slice-wrap.slice2::before{transform:rotate(61.2deg);transition-delay:1.5s;transition-duration:0.238s}.count[data-show-ratio='68'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='68'] .slice-wrap.slice2::before{transform:rotate(64.8deg);transition-delay:1.5s;transition-duration:0.252s}.count[data-show-ratio='69'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='69'] .slice-wrap.slice2::before{transform:rotate(68.4deg);transition-delay:1.5s;transition-duration:0.266s}.count[data-show-ratio='70'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='70'] .slice-wrap.slice2::before{transform:rotate(72deg);transition-delay:1.5s;transition-duration:0.28s}.count[data-show-ratio='71'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='71'] .slice-wrap.slice2::before{transform:rotate(75.6deg);transition-delay:1.5s;transition-duration:0.294s}.count[data-show-ratio='72'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='72'] .slice-wrap.slice2::before{transform:rotate(79.2deg);transition-delay:1.5s;transition-duration:0.308s}.count[data-show-ratio='73'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='73'] .slice-wrap.slice2::before{transform:rotate(82.8deg);transition-delay:1.5s;transition-duration:0.322s}.count[data-show-ratio='74'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='74'] .slice-wrap.slice2::before{transform:rotate(86.4deg);transition-delay:1.5s;transition-duration:0.336s}.count[data-show-ratio='75'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='75'] .slice-wrap.slice2::before{transform:rotate(90deg);transition-delay:1.5s;transition-duration:0.35s}.count[data-show-ratio='76'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='76'] .slice-wrap.slice2::before{transform:rotate(93.6deg);transition-delay:1.5s;transition-duration:0.364s}.count[data-show-ratio='77'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='77'] .slice-wrap.slice2::before{transform:rotate(97.2deg);transition-delay:1.5s;transition-duration:0.378s}.count[data-show-ratio='78'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='78'] .slice-wrap.slice2::before{transform:rotate(100.8deg);transition-delay:1.5s;transition-duration:0.392s}.count[data-show-ratio='79'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='79'] .slice-wrap.slice2::before{transform:rotate(104.4deg);transition-delay:1.5s;transition-duration:0.406s}.count[data-show-ratio='80'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='80'] .slice-wrap.slice2::before{transform:rotate(108deg);transition-delay:1.5s;transition-duration:0.42s}.count[data-show-ratio='81'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='81'] .slice-wrap.slice2::before{transform:rotate(111.6deg);transition-delay:1.5s;transition-duration:0.434s}.count[data-show-ratio='82'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='82'] .slice-wrap.slice2::before{transform:rotate(115.2deg);transition-delay:1.5s;transition-duration:0.448s}.count[data-show-ratio='83'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='83'] .slice-wrap.slice2::before{transform:rotate(118.8deg);transition-delay:1.5s;transition-duration:0.462s}.count[data-show-ratio='84'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='84'] .slice-wrap.slice2::before{transform:rotate(122.4deg);transition-delay:1.5s;transition-duration:0.476s}.count[data-show-ratio='85'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='85'] .slice-wrap.slice2::before{transform:rotate(126deg);transition-delay:1.5s;transition-duration:0.49s}.count[data-show-ratio='86'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='86'] .slice-wrap.slice2::before{transform:rotate(129.6deg);transition-delay:1.5s;transition-duration:0.504s}.count[data-show-ratio='87'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='87'] .slice-wrap.slice2::before{transform:rotate(133.2deg);transition-delay:1.5s;transition-duration:0.518s}.count[data-show-ratio='88'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='88'] .slice-wrap.slice2::before{transform:rotate(136.8deg);transition-delay:1.5s;transition-duration:0.532s}.count[data-show-ratio='89'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='89'] .slice-wrap.slice2::before{transform:rotate(140.4deg);transition-delay:1.5s;transition-duration:0.546s}.count[data-show-ratio='90'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='90'] .slice-wrap.slice2::before{transform:rotate(144deg);transition-delay:1.5s;transition-duration:0.56s}.count[data-show-ratio='91'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='91'] .slice-wrap.slice2::before{transform:rotate(147.6deg);transition-delay:1.5s;transition-duration:0.574s}.count[data-show-ratio='92'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='92'] .slice-wrap.slice2::before{transform:rotate(151.2deg);transition-delay:1.5s;transition-duration:0.588s}.count[data-show-ratio='93'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='93'] .slice-wrap.slice2::before{transform:rotate(154.8deg);transition-delay:1.5s;transition-duration:0.602s}.count[data-show-ratio='94'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='94'] .slice-wrap.slice2::before{transform:rotate(158.4deg);transition-delay:1.5s;transition-duration:0.616s}.count[data-show-ratio='95'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='95'] .slice-wrap.slice2::before{transform:rotate(162deg);transition-delay:1.5s;transition-duration:0.63s}.count[data-show-ratio='96'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='96'] .slice-wrap.slice2::before{transform:rotate(165.6deg);transition-delay:1.5s;transition-duration:0.644s}.count[data-show-ratio='97'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='97'] .slice-wrap.slice2::before{transform:rotate(169.2deg);transition-delay:1.5s;transition-duration:0.658s}.count[data-show-ratio='98'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='98'] .slice-wrap.slice2::before{transform:rotate(172.8deg);transition-delay:1.5s;transition-duration:0.672s}.count[data-show-ratio='99'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='99'] .slice-wrap.slice2::before{transform:rotate(176.4deg);transition-delay:1.5s;transition-duration:0.686s}.count[data-show-ratio='100'] .slice-wrap.slice1::before{transform:rotate(180deg);transition-delay:1s}.count[data-show-ratio='100'] .slice-wrap.slice2::before{transform:rotate(180deg);transition-delay:1.5s;transition-duration:0.7s}#start-tour-dialog .simple-dialog-body,#start-tour-dialog-statistics .simple-dialog-body{padding:0;box-shadow:none;text-align:center;width:700px;border-radius:0;font-size:16px;color:#7990a1}#start-tour-dialog .simple-dialog-body h4,#start-tour-dialog-statistics .simple-dialog-body h4{font-size:32px;color:#000;font-weight:400}#start-tour-dialog .simple-dialog-body h4+p,#start-tour-dialog-statistics .simple-dialog-body h4+p{margin-top:-1.3em}#start-tour-dialog .simple-dialog-body h4+p br,#start-tour-dialog-statistics .simple-dialog-body h4+p br{display:inline}#start-tour-dialog .simple-dialog-body p,#start-tour-dialog-statistics .simple-dialog-body p{line-height:1.9}#start-tour-dialog .simple-dialog-body .whats-new,#start-tour-dialog-statistics .simple-dialog-body .whats-new{text-align:left;margin:48px auto 0;width:71.5%;min-width:450px}#start-tour-dialog .simple-dialog-body .whats-new ul,#start-tour-dialog-statistics .simple-dialog-body .whats-new ul{padding:0;list-style:none;margin:-8px 0 30px 0}#start-tour-dialog .simple-dialog-body .whats-new li,#start-tour-dialog-statistics .simple-dialog-body .whats-new li{padding-left:8px;position:relative;margin:7px 0;line-height:1.4}#start-tour-dialog .simple-dialog-body .whats-new li::before,#start-tour-dialog-statistics .simple-dialog-body .whats-new li::before{content:'';position:absolute;width:3px;height:3px;border-radius:10px;background:#7990a1;left:1px;top:8px}#start-tour-dialog .simple-dialog-body strong,#start-tour-dialog-statistics .simple-dialog-body strong{font-weight:400;color:#000}#start-tour-dialog img,#start-tour-dialog-statistics img{display:block;max-width:100%}#start-tour-dialog .btn,#start-tour-dialog-statistics .btn{padding:1em 2em;font-size:16px;min-width:0;background-color:#00baff;color:#fff;cursor:pointer;margin-top:1em}#start-tour-dialog .btn:hover,#start-tour-dialog-statistics .btn:hover{background-color:#00afec}#start-tour-dialog .dismiss-popup-btn,#start-tour-dialog-statistics .dismiss-popup-btn{background-color:transparent;border-color:transparent;color:#7990a1;margin-bottom:1.5em;text-decoration:underline;font-size:14px}#start-tour-dialog .dismiss-popup-btn:hover,#start-tour-dialog-statistics .dismiss-popup-btn:hover{background-color:transparent;border-color:transparent;color:#000000}#start-tour-dialog-statistics .simple-dialog-body h4+p{line-height:1.7}@keyframes bounceTip{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(-50%, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(-50%, 30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(-50%, 15px, 0)}90%{transform:translate3d(-50%, 4px, 0)}}.panel-tour-link .tip{pointer-events:none;opacity:0}.panel-tour-link .tip.show{opacity:1;animation-duration:1s;animation-delay:.4s;animation-fill-mode:both;animation-name:bounceTip;transform-origin:center bottom}.panel-tour-link .tip.hide{opacity:0;transition:opacity .4s}#affiliate-link{color:#455a64;font-size:21px}#affiliate-link .page-header{background:#656e80 url(https://affiliates.getresponse.com/assets/affiliate_link/header@2x-81bcba4b4c4b50ff4e40989e56be4b34274b685da72fd4c3aea4429807452a3f.jpg);background-size:cover;color:#fff}#affiliate-link h2{font-size:21px;margin-bottom:1.2em}#affiliate-link .content-box{line-height:1.5}#affiliate-link ul{margin-top:-1.1em;list-style:none;padding-left:0;margin-bottom:1.5em}#affiliate-link li::before{content:'';position:absolute;background:#00afec;width:4px;height:4px;border-radius:20px;margin-left:-0.5em;margin-top:0.6em}#affiliate-link .button-like-div{padding:0.9em 1.7em;border:1px solid #00afec;border-radius:100px;color:#00afec;margin-bottom:1.6em;margin-top:1em;font-weight:400;word-wrap:break-word;display:block}#affiliate-link [aria-describedby=legend-1],#affiliate-link #legend-1 b,#affiliate-link #legend-1::before{color:#00afec}#affiliate-link [aria-describedby=legend-2],#affiliate-link #legend-2 b,#affiliate-link #legend-2::before{color:#ab47bc}#affiliate-link [aria-describedby=legend-3],#affiliate-link #legend-3 b,#affiliate-link #legend-3::before{color:#ff4081}#affiliate-link #legend-1::before,#affiliate-link #legend-2::before,#affiliate-link #legend-3::before{content:'';position:absolute;width:15px;height:15px;border-radius:40px;background:currentColor;margin-left:-29px;margin-top:4px}#affiliate-link .legend{color:#000;font-size:17px;padding-left:1.7em;margin-top:0.9em}#affiliate-link .legend&gt;*{margin-bottom:1em}@media screen and (min-width: 980px){#affiliate-link .content-box{padding-top:19px}#affiliate-link .button-like-div{display:inline-block}}#first-steps{color:#455a64;font-size:21px}#first-steps .page-header{background:#656e80 url(https://affiliates.getresponse.com/assets/first_steps/header@2x-0d9399cebc38e74244b516e17be3b833aba2574d1ad1b750bb5a8a1034e34acc.jpg);background-size:cover;color:#fff}#first-steps h2{font-size:21px;margin-bottom:1.2em}#first-steps h3{font-size:32px;font-weight:300;margin-top:1.7em;margin-left:0.1em;margin-bottom:1.6em}#first-steps .step+h3{margin-top:2.9em}#first-steps h3.traffic{color:#ba68c8}#first-steps h3.click{color:#00bfa5}#first-steps .step{margin-top:1em;margin-bottom:2.7em;margin-right:1.7em}#first-steps .step&gt;p{color:#455a64}#first-steps .step&gt;p em{font-style:normal;font-weight:400}#first-steps .step&gt;p b{font-weight:400}#first-steps .traffic.step&gt;p em{color:#ba68c8}#first-steps .click.step&gt;p em{color:#00bfa5}#first-steps .content-box{line-height:1.5}#first-steps .count{position:relative}#first-steps .traffic .count{color:#ba68c8}#first-steps .click .count{color:#00bfa5}#first-steps .count .number{position:absolute;border:3.5px solid currentColor;width:36px;height:36px;line-height:36px;font-size:20px;text-align:center;border-radius:100px;left:-12px;top:-10px;background:#fff;font-family:sans-serif}#first-steps .count .ico{width:70px;height:70px;border-radius:100px;border:3.5px solid currentColor}#first-steps .count .ico svg{width:70px;height:70px;fill:currentColor;fill-rule:evenodd}#first-steps #bonus-tip{background:#00afec;color:#fff;padding:26px;line-height:1.4}#first-steps #bonus-tip b{font-weight:400}#first-steps #bonus-tip .ico{width:20px;height:20px;fill:#fff;margin-bottom:10px;display:block}@media screen and (min-width: 980px){#first-steps .content-box{padding-top:19px}#first-steps .step{display:flex;align-items:center}#first-steps .step.even{flex-direction:row-reverse}#first-steps .step&gt;div{padding-left:25px;padding-right:50px;flex-shrink:0}#first-steps .even.step&gt;div{padding-right:25px;padding-left:70px}#first-steps .count .number{width:72px;height:72px;line-height:72px;font-size:40px;left:-25px;top:-21px}#first-steps .count .ico{width:140px;height:140px}#first-steps .count .ico svg{width:140px;height:140px}#first-steps #bonus-tip{padding:2.9em 8.6em 3.3em 10.6em}#first-steps #bonus-tip .ico{width:57px;height:57px;margin-left:-120px;margin-top:4px;position:absolute}}.customer-support br{display:block}.customer-support form{max-width:740px}.customer-support textarea{border:0;height:52px;width:100%;padding-left:0.6em;border-bottom:1px solid #c7c7c7;padding-top:12px;max-width:100%;box-sizing:border-box}.customer-support .file-input-wrapper{margin-top:16px;margin-bottom:50px}.customer-support #customer-upload-form{margin:60px 0;text-align:center;max-width:100%;width:100%;background:none;border:0;padding:20px 0 10px}.customer-support-upload-input{visibility:hidden;opacity:0;position:absolute;pointer-events:none}.customer-support-upload-fake-input{display:inline-block;box-sizing:border-box;color:#00afec;font-size:17px;background:#fff;border:1px solid #00afec;border-radius:100px;line-height:1;padding:0.63em 2.3em;cursor:pointer}.customer-support-upload-fake-input:hover,.customer-support-upload-fake-input:focus,.customer-support-upload-fake-input:active{background-color:#00afec;color:#fff;outline:none}.customer-support-upload-file-name{margin-bottom:40px}.materialize .basic-input .customer-support-upload-message-label{top:25px}#news-index .page-header,#news-article .page-header{position:relative;border:none;font-size:19px;color:#fff;box-sizing:border-box}#news-index .page-header::before,#news-article .page-header::before{content:'';position:absolute;left:0;top:0;right:0;bottom:0;background:linear-gradient(to bottom, rgba(43,56,63,0.9) 0, rgba(43,56,63,0.5) 70%, rgba(43,56,63,0) 100%);opacity:.8;z-index:1}#news-index .page-header .bg-image,#news-article .page-header .bg-image{position:absolute;left:0;top:0;bottom:0;right:0;overflow:hidden}#news-index .page-header .bg-image img,#news-article .page-header .bg-image img{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%) scale(0.5);min-width:200%;min-height:200%}#news-index .page-header .bg-image+div,#news-article .page-header .bg-image+div{position:relative;z-index:2}#news-index .page-header h1,#news-article .page-header h1{font-size:30px;line-height:1.2;font-weight:300;margin-bottom:0.27em}#news-index .page-header .actions,#news-article .page-header .actions{margin-top:3.6em}#news-index .page-header .btn-more,#news-article .page-header .btn-more{color:#fff;font-size:21px;text-decoration:none}#news-index .page-header .btn-more:hover,#news-article .page-header .btn-more:hover{text-decoration:underline}#news-index .page-header .btn-more .svg-arrow,#news-article .page-header .btn-more .svg-arrow{width:37px;height:37px;vertical-align:middle;fill:#fff;margin-left:10px}#news-index .page-header .tags,#news-article .page-header .tags{display:inline-block;margin-right:1em;font-size:15px}#news-index .page-header .tags .tag,#news-article .page-header .tags .tag{display:inline-block;background:#a0a7a9;border-radius:100px;padding:0.1em 1.5em;color:#fff;min-width:5em;text-align:center}#news-index .page-header .date,#news-article .page-header .date{display:inline-block;font-size:15px;font-weight:400}#news-index #news-back a,#news-article #news-back a{color:#00afec;text-decoration:none;font-size:15px}#news-index #news-back a:hover,#news-article #news-back a:hover{text-decoration:underline}#news-index #news-back .svg-triangle,#news-article #news-back .svg-triangle{width:7.5px;height:4.6px;fill:#546e7a;transform:rotateZ(90deg);vertical-align:middle;position:absolute;margin-left:-14px;margin-top:7px}#news-index #news-index-top,#news-article #news-index-top{display:flex;justify-content:space-between;margin-bottom:20px;position:relative;z-index:2}#news-index #news-index-top a,#news-article #news-index-top a{font-size:15px;color:#00afec;text-decoration:none}#news-index #news-index-top a:hover,#news-article #news-index-top a:hover{text-decoration:underline}#news-index #news-read-unread,#news-article #news-read-unread{margin-right:-4px;padding-top:24px}#news-index #filter-news-nav,#news-article #filter-news-nav{position:relative;white-space:nowrap;padding-top:24px;margin-left:-4px}#news-index #filters-trigger,#news-article #filters-trigger{position:absolute;visibility:hidden}#news-index .current-filter,#news-article .current-filter{position:relative;z-index:1;background:#fff;padding:0;line-height:0;color:#00afec;font-size:15px;padding:4px 8px}#news-index .current-filter label,#news-article .current-filter label{cursor:pointer}#news-index .filter-news-wrapper,#news-article .filter-news-wrapper{overflow:hidden;position:absolute;transform:translateY(-100%)}#news-index .filter-news,#news-article .filter-news{background:#fff;display:block;transform:translateY(100%) translateY(13px);transition:transform 0.5s ease}#news-index .filter,#news-article .filter{display:block;padding:4px 8px}#news-index #filters-trigger:checked+.filter-news-wrapper .filter-news,#news-article #filters-trigger:checked+.filter-news-wrapper .filter-news{transform:translateY(-3px)}#news-index #filters-trigger:checked+.filter-news-wrapper .filter,#news-article #filters-trigger:checked+.filter-news-wrapper .filter{opacity:1}#news-index .current-filter .svg-triangle,#news-article .current-filter .svg-triangle{width:9px;height:4.5px;fill:#546e7a;will-change:transform;transform:rotateZ(180deg);vertical-align:middle;transition:transform 0.1s ease}#news-index #filters-trigger:checked+*+.current-filter .svg-triangle,#news-article #filters-trigger:checked+*+.current-filter .svg-triangle{transform:rotateZ(0deg)}#news-index #news-read-unread a,#news-article #news-read-unread a{display:block}#news-index article{border-bottom:1px solid #e8e8e8;font-size:16px;color:#607d8b}#news-index article:hover{background-color:#fcfcfc}#news-index article .image{padding:26px 23px}#news-index article .image img{width:146px;height:146px;border-radius:100px}#news-index article .description{line-height:1.6;padding-bottom:26px;position:relative;padding-right:30px}#news-index article .description .read-form{position:absolute;top:16px;right:14px}#news-index article header{font-size:27px;margin-top:-9px;margin-bottom:1em;line-height:1.3;font-weight:400}#news-index article header a{color:#00afec;text-decoration:none}#news-index article header a:hover{text-decoration:underline}#news-index article.article-read header{font-weight:300}#news-index article.article-read header a{color:#546e7a}#news-index article header+p{margin-top:-0.2em}#news-index article .tags{display:inline-block;margin-right:1em;font-size:15px}#news-index article .tags .tag{display:inline-block;background:#00afec;border-radius:100px;padding:0.1em 1.5em;color:#fff;min-width:5em;text-align:center}#news-index article .tags .tag-product{background-color:#9475cc}#news-index article .tags .tag-affiliate-program{background-color:#4cd886}#news-index article .tags .tag-promotion{background-color:#ffb74c}#news-index article .date{display:inline-block;font-size:15px;font-weight:400}#news-article h1{max-width:740px;box-sizing:border-box;padding:20px 0;margin:auto}#news-article-top{max-width:740px;box-sizing:border-box;padding:8px 0 12px;margin:auto;color:#607d8b;font-size:15px;margin-top:17px}@media screen and (min-width: 980px){#news-index .filter-news-wrapper,#news-article .filter-news-wrapper{left:100%;top:21px;transform:none}#news-index .filter-news,#news-article .filter-news{transform:translateX(-100%) translateY(0)}#news-index .filter,#news-article .filter{display:inline-block;padding:4px 8px}#news-index .current-filter .svg-triangle,#news-article .current-filter .svg-triangle{transform:rotateZ(-90deg) scaleX(0.7)}#news-index #filters-trigger:checked+*+.current-filter .svg-triangle,#news-article #filters-trigger:checked+*+.current-filter .svg-triangle{transform:rotateZ(90deg) scaleX(0.7)}#news-index #filters-trigger:checked+.filter-news-wrapper .filter-news,#news-article #filters-trigger:checked+.filter-news-wrapper .filter-news{transform:translateX(-3px)}#news-index #news-read-unread a,#news-article #news-read-unread a{display:inline-block;margin:0 4px}#news-index .page-header,#news-article .page-header{padding:52px 64px 50px;line-height:1.5;min-height:360px}#news-index .page-header h1,#news-article .page-header h1{font-size:47px}#news-index .page-header .btn,#news-article .page-header .btn{margin-top:3.1em}#news-index article{display:flex;align-items:center}#news-index article .image{flex-shrink:0}#news-index article .description{padding-left:11px;padding-bottom:26px;padding-top:26px}#news-index article header{margin-bottom:0;line-height:inherit}#news-index article:last-of-type{margin-bottom:65px}#news-index .content-box{padding-left:45px;padding-right:45px}#news-article h1{padding-left:20px;padding-right:20px}#news-article-top{padding-left:20px;padding-right:20px}}@media screen and (min-width: 1366px){#news-index #news-back,#news-article #news-back{height:30px;margin-bottom:-54px;padding-top:25px}#news-index #news-back a,#news-article #news-back a{margin-left:-7px}}.article{color:#607d8b;font-size:18px;max-width:740px;box-sizing:border-box;padding:20px 0;margin:auto;line-height:1.45;font-weight:300}.article&gt;ul,.article&gt;ol{padding-left:20px}.article b{font-weight:400}.article a{color:#00afec;text-decoration:none}.article a:hover{text-decoration:underline}.article figure{margin:2.5em 0 1em 0}.article figure&gt;img{border:1px solid #c5c5c5;display:block;max-width:100%}.article figure figcaption{font-size:0.86em;margin-top:1em}.article blockquote{margin:1.5em -5px;padding:1.6em 1em;border-top:1px solid #ebeef0;border-bottom:1px solid #ebeef0;position:relative}.article blockquote::before{content:url(https://affiliates.getresponse.com/assets/quote-f8634305b4d826f21541274b65ed7c5321c43dd3c8457f331b46e9c6f7b172b7.svg);width:76px;height:76px;opacity:0.05;position:absolute;z-index:0;right:10px;top:15px}.article blockquote header{opacity:.4;font-size:.9em;letter-spacing:1.6px}.article blockquote header+p{margin-top:0.3em}.article blockquote&gt;:last-child{margin-bottom:0}.article .code{color:#000;font-family:inherit;font-weight:400;margin-bottom:2em;display:block}.article .code pre{white-space:pre-line;word-wrap:break-word;font-size:.8em;font-family:'Roboto Mono', monospace;padding:1.6em 1em;border-top:1px solid #ebeef0;border-bottom:1px solid #ebeef0;margin:.3em -5px}.article .code footer{margin-top:1.7em}.article .video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.article .video-container iframe,.article .video-container object,.article .video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}@media screen and (min-width: 980px){.article{padding-left:20px;padding-right:20px}.article figure{margin-right:40px}}body.blank{background:#002534}body.blank #content{padding:0}.popup-layout{height:97vh;width:100vw;position:relative;text-align:center;white-space:nowrap;font-size:0}.popup-layout::before{content:'';display:inline-block;vertical-align:middle;height:100%}#reset-pass-page .fields{padding-top:37px;padding-bottom:67px}#login-box{white-space:normal;font-size:1rem;width:480px;max-width:100%;box-sizing:border-box;margin:auto;display:inline-block;vertical-align:middle}#login-box&gt;div{padding:40px;background:#fff;margin-bottom:20px}#login-box h1{font-size:24px;color:#000;font-weight:300;line-height:1.5}#login-box form{margin-top:42px;position:relative}#login-box .logo-gr{width:196px;height:26.5px;display:block;margin:auto;margin-bottom:26px}#login-box input[type=submit]{font-size:20px;margin-top:39px;margin-bottom:25px}#login-box .basic-input{margin-bottom:14px}#login-box .basic-input&gt;input,#login-box .basic-input&gt;select{font-size:21px}#login-box .basic-input&gt;label{font-size:21px}#login-box .error-message{font-size:15px;position:absolute;text-align:left;padding-left:14px;margin-top:-6px}#login-box .error-message p{margin:0}#login-box .notice-message{color:#00bf3a;font-size:15px;text-align:left;padding-left:14px;margin-top:-6px}#login-box .notice-message p{margin:0}#login-box .forgot-pass{color:#00afec;text-decoration:none;font-size:13px}#login-box .forgot-pass:hover{text-decoration:underline}#login-copyright{font-size:11px;color:#bebebe}#password-send-page #login-box&gt;div{background:#00c853;color:#fff;padding-bottom:88px}#password-send-page #login-box h1{color:#fff;font-size:20.5px;line-height:1.4;margin-top:6px;margin-bottom:-9px}#password-send-page #login-box h1+p{margin-bottom:77px}#password-send-page #login-box .svg-check{fill:#fff;width:60px;height:60px;margin-top:55px}#password-send-page #login-box .btn{color:#fff;border-color:#fff;background-color:transparent;font-size:21px}#password-send-page #login-box .btn:hover,#password-send-page #login-box .btn:active{background-color:#fff;color:#00c853}#error404{text-align:center;line-height:1.5;font-size:17px}#error404 #ooops{margin-bottom:96px}#error404 .ghost{opacity:.4;width:428px;max-width:100%;margin:-27px auto 21px;transform:translateX(12px)}#error404 strong{font-size:27px;font-weight:300;display:block;margin-bottom:24px}.my-account .account-form form{max-width:740px}.my-account #change-password-on,.my-account #change-password-off{color:#00afec;text-decoration:none;font-size:15px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.my-account #change-password-on:hover,.my-account #change-password-off:hover{text-decoration:underline}.my-account .hidden-field{display:none}.my-account .hidden-field+.error-message{display:none}.my-account .buttons{margin-top:60px}.my-account .buttons input[type=submit],.my-account .buttons .btn{min-width:14em}.my-account .legal-note{color:#90a4ae;font-size:13px;margin-top:1.5em;margin-bottom:3em}.my-account .content-box&gt;p:first-child{font-size:27px;line-height:1.3;margin-top:14px;margin-bottom:55px}.my-account .tabs .icon{width:30px;height:30px;margin-left:5px;margin-right:-5px;vertical-align:middle}.my-account .tabs .icon.completed{fill:#00bf3a}.my-account .tabs .icon.not-completed{fill:#ec407a}.my-account .info-box{background:#f5fcff;padding:13px 26px 13px;box-sizing:border-box;border:1px solid #d5f0fa;font-size:17px;line-height:1.4;margin-top:2em;margin-bottom:3.4em;display:flex}.my-account .info-box&gt;:first-child{width:40px;flex-shrink:0}.my-account .info-box img{width:25px;height:25px}.my-account .info-box-ico{position:relative;top:-2px}.my-account .info-box a{color:#66cff4;text-decoration:none}.my-account .info-box a:hover{text-decoration:underline}.my-account .content-box-padding-compensate.linked-account-info{padding:22px 69px 12px}.my-account .account-form h2{font-size:21px;font-weight:300}.my-account .linked-account-container{margin:1rem}.my-account .linked-account-container h2{font-size:1.75rem;font-weight:300}.my-account .linked-account-card{border:1px solid #cccccc;max-width:644px;margin:20px auto;border-radius:10px;padding:1.75rem 2rem}.my-account .linked-account-card a{color:#00afec;text-decoration:none}.my-account .linked-account-card a:hover{text-decoration:underline}.my-account .linked-account-card hr{border:none;border-top:1px solid #cccccc;margin:1.8rem 0 1.6rem}.my-account .linked-account-card p{margin:2px 0}.my-account .linked-account-card p.content-account-connected{line-height:1.4}.my-account .linked-account-card .btn-disconnect{cursor:pointer}.my-account .linked-account-card .icon{width:30px;height:30px}.my-account .linked-account-card .icon.completed{fill:#00bf3a}.my-account .linked-account-card .icon.not-completed{fill:#ec407a}.my-account .linked-account-card.connect-account{padding:3.1rem 2rem;font-size:1.2rem;color:#999999}.my-account .linked-account-card.connect-account .btn{border-color:#00afec;color:#fff;background-color:#00afec}.my-account .linked-account-card.connect-account .btn:hover{border-color:#00afec;color:#00afec;background-color:#ffffff}.my-account .linked-account-card.signup-new-account{background:#0e01ab;background:linear-gradient(90deg, #0900a0 0%, #53008e 36%, #bd0202 100%);color:#FFFFFF}.my-account .linked-account-card.signup-new-account .btn{border:none;background-color:#f7ea00;transition:background-color .2s ease-out;color:#0c0c0c}.my-account .linked-account-card.signup-new-account .btn:hover{border-color:#FFB341;background-color:#FFB341;color:#0c0c0c}.my-account .linked-account-card.signup-new-account h3{font-weight:600;margin-top:0}.my-account .linked-account-card.signup-new-account p{font-weight:400}.disconnect-account-modal-body{max-width:500px}@media screen and (min-width: 980px){.my-account .info-box,.customer-support .info-box{padding:22px 68px 22px}.my-account #change-password-on,.my-account #change-password-off,.customer-support #change-password-on,.customer-support #change-password-off{transform:translateY(-50%) translateX(100%) translateX(30px)}.my-account .page-header,.customer-support .page-header{display:flex}.my-account .page-header&gt;:first-child,.customer-support .page-header&gt;:first-child{flex-grow:1}.my-account .page-header&gt;:last-child,.customer-support .page-header&gt;:last-child{width:310px;padding-right:15px}.my-account .page-header .progress,.customer-support .page-header .progress{font-size:21px}.my-account .page-header .progress .progress-bar,.customer-support .page-header .progress .progress-bar{margin-top:0.5em}}.my-account .upload-form,.customer-support .upload-form{text-align:center;font-size:17px;line-height:1.5}.my-account .upload-form strong,.customer-support .upload-form strong{font-size:27px;display:block;margin-bottom:-5px}.my-account .upload-form .icon,.customer-support .upload-form .icon{border:2px solid #ec407a;border-radius:40px;width:64px;height:64px;margin:auto;margin-top:100px;margin-bottom:17px;display:flex;justify-content:center;align-items:center}.my-account .upload-form .icon svg,.customer-support .upload-form .icon svg{width:32px;height:34.5px;fill:#ec407a;margin-top:-5px}.my-account .upload-form .icon.success,.customer-support .upload-form .icon.success{border-color:#00bf3a}.my-account .upload-form .icon.success svg,.customer-support .upload-form .icon.success svg{fill:#00bf3a;height:23px;margin-top:0}.my-account .upload-form .download-button,.customer-support .upload-form .download-button{margin-top:1em;margin-bottom:1em;padding:0.83em 2.7em;cursor:pointer}.my-account .upload-form a,.customer-support .upload-form a{text-decoration:none;color:#00afec}.my-account .upload-form a:hover,.customer-support .upload-form a:hover{text-decoration:underline}.my-account .upload-form ol,.customer-support .upload-form ol{list-style:none;counter-reset:section;margin:0;padding:0;margin-top:60px}.my-account .upload-form ol li::before,.customer-support .upload-form ol li::before{counter-increment:section;content:counter(section);margin:auto;display:block;color:#66cff4;font-size:21px;line-height:0;width:48px;height:48px;border:2px solid currentColor;border-radius:40px;display:flex;justify-content:center;align-items:center;margin-bottom:16px;margin-top:36px}.my-account .upload-form .file-input-wrapper,.customer-support .upload-form .file-input-wrapper{position:relative;display:inline-block;overflow:hidden;margin-top:16px;margin-bottom:50px;border:1px solid #00afec;line-height:1;padding:10px 30px;border-radius:20px;cursor:pointer;font-size:15px;color:#66cff4;background:#fff}.my-account .upload-form .file-input-wrapper:hover,.customer-support .upload-form .file-input-wrapper:hover{color:#00afec}.my-account .upload-form .file-input-wrapper label,.customer-support .upload-form .file-input-wrapper label{pointer-events:none}.my-account .upload-form .file-input-wrapper input,.customer-support .upload-form .file-input-wrapper input{cursor:pointer;position:absolute;right:0;top:0;opacity:0;cursor:pointer;height:500px;width:500px}#tax-file-upload-form,#customer-upload-form{border:1px dashed #b9bcc4;background-color:#fafdff;max-width:644px;margin:auto;box-sizing:border-box;padding-top:58px;color:#798fa1;font-size:13px;padding-bottom:11px;margin-top:34px}#tax-file-upload-form a,#customer-upload-form a{color:#798fa1;text-decoration:underline}#tax-file-upload-form .upload-first,#customer-upload-form .upload-first{display:block;font-size:17px}#tax-file-upload-form .upload-first img,#customer-upload-form .upload-first img{display:block;margin:auto;width:49px;height:63px;margin-bottom:18px}#tax-file-upload-form .upload-first .or-or-or,#customer-upload-form .upload-first .or-or-or{font-size:12px}#tax-file-upload-form .upload-success,#customer-upload-form .upload-success{display:none;font-size:17px;color:#39aa35}#tax-file-upload-form .upload-success img,#customer-upload-form .upload-success img{display:block;margin:auto;width:39px;height:51px;margin-bottom:15px}#tax-file-upload-form .upload-error,#customer-upload-form .upload-error{display:none;font-size:17px;color:#ec407a}#tax-file-upload-form .upload-error img,#customer-upload-form .upload-error img{display:block;margin:auto;width:39px;height:51px;margin-bottom:15px}#tax-file-upload-form .try-again,#customer-upload-form .try-again{display:none}#tax-file-upload-form.upload-success .upload-first,#customer-upload-form.upload-success .upload-first{display:none}#tax-file-upload-form.upload-success .upload-success,#customer-upload-form.upload-success .upload-success{display:block}#tax-file-upload-form.upload-success .upload-error,#customer-upload-form.upload-success .upload-error{display:none}#tax-file-upload-form.upload-success .try-again,#customer-upload-form.upload-success .try-again{display:inline-block}#tax-file-upload-form.upload-success .first-upload,#customer-upload-form.upload-success .first-upload{display:none}#tax-file-upload-form.upload-error .upload-first,#customer-upload-form.upload-error .upload-first{display:none}#tax-file-upload-form.upload-error .upload-success,#customer-upload-form.upload-error .upload-success{display:none}#tax-file-upload-form.upload-error .upload-error,#customer-upload-form.upload-error .upload-error{display:block}#tax-file-upload-form.upload-error .try-again,#customer-upload-form.upload-error .try-again{display:inline-block}#tax-file-upload-form.upload-error .first-upload,#customer-upload-form.upload-error .first-upload{display:none}#tax-file-upload-form.dz-drag-hover,#customer-upload-form.dz-drag-hover{outline:2px solid #00afec;border:1px solid #fafdff}#tax-file-upload-form input[type=file]{opacity:0;width:1px;position:absolute;visibility:hidden;pointer-events:none}.dz-preview .simple-dialog-body{width:660px;box-shadow:none;box-sizing:border-box;border-radius:0;text-align:center;padding:40px 30px}.dz-preview .dz-header{font-size:27px}.dz-preview .dz-progress{width:456px;max-width:100%;height:25px;border-radius:25px;background:#d6dde1;position:relative;margin:70px auto 50px;overflow:hidden;text-align:left}.dz-preview .dz-progress .dz-upload{display:inline-block;height:100%;background:#00b0ff;transition:width .3s ease}.dz-preview .dz-error-message,.dz-preview .dz-success-message,.dz-preview .processing-file-message{display:none}.dz-preview .dz-progress-percent{position:absolute;font-size:17px;left:50%;transform:translateX(-50%);margin-top:32px;font-weight:300}.dz-preview:not(.dz-error) #try-again{display:none}.dz-preview:not(.dz-success) .simple-dialog-close{display:none}.dz-preview #try-again{border-color:#fff;background:transparent;color:#fff}.dz-preview #try-again:hover{background-color:#fff;color:#ec407a;text-decoration:none}.dz-preview #cancel-upload{border-color:#e91e63;background:transparent;color:#e91e63}.dz-preview #cancel-upload:hover{background-color:#e91e63;color:#fff;text-decoration:none}.dz-preview .loader-wrapper{margin:40px auto 0;position:relative;height:80px}.dz-preview .loader,.dz-preview .loader:before,.dz-preview .loader:after{background:#000;animation:load1 1s infinite ease-in-out;width:1em;height:4em}.dz-preview .loader{color:#000;opacity:0.5;font-size:11px;animation-delay:-0.16s;position:absolute;left:50%;top:50%;transform:translate3d(-50%, -50%, 0)}.dz-preview .loader:before,.dz-preview .loader:after{position:absolute;top:0;content:''}.dz-preview .loader:before{left:-1.5em;animation-delay:-0.32s}.dz-preview .loader:after{left:1.5em}@keyframes load1{0%,80%,100%{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}.processing-file .processing-file-message{display:block;font-size:27px;margin:10px 0 10px}.processing-file .dz-details,.processing-file .dz-progress,.processing-file .dz-remove,.processing-file #cancel-upload{display:none}.dz-error .simple-dialog-body{background:#ec407a;color:#fff}.dz-error .simple-dialog-body::before{content:'';width:39px;height:39px;display:block;margin:auto;background:url(https://affiliates.getresponse.com/assets/my_account/error@2x-98b9df2fc1b00a8be4287debe79e9c8e56603a645b072b5c58cf5d90dce90272.png);background-size:cover}.dz-error .dz-details,.dz-error .dz-progress,.dz-error #cancel-upload{display:none}.dz-error .dz-error-message{display:block;font-size:27px;margin:30px 0 37px}.dz-success .simple-dialog-body{background:#00c853;color:#fff;padding-top:96px;padding-bottom:75px}.dz-success .simple-dialog-body::before{content:'';width:54px;height:39px;display:block;margin:auto;background:url(https://affiliates.getresponse.com/assets/my_account/success@2x-c90e570e85c65d68b94196c781d242557109199f4581f18c3dab54d58035d392.png);background-size:cover}.dz-success .dz-details,.dz-success .dz-progress,.dz-success .dz-remove,.dz-success #cancel-upload{display:none}.dz-success .dz-success-message{display:block;font-size:27px;margin:30px 0 37px}#currency-change-info{font-size:13px;color:#90a4ae;line-height:1.5;margin-top:-20px;margin-bottom:50px;padding-left:13px}#contact-support{font-size:13px;color:#90a4ae;line-height:1.5;margin-top:28px;margin-bottom:50px}#contact-support a{color:#00afec;text-decoration:none}#contact-support a:hover{text-decoration:underline}#payout-amount-wrapper{margin-bottom:38px}#payout-amount-wrapper&gt;div:first-child{display:flex}#payout-amount-wrapper&gt;div:first-child&gt;*:nth-child(1){margin-right:32px;flex-grow:1}#payout-amount-wrapper&gt;div:first-child&gt;*:nth-child(2){width:154px}#polish-company-header{line-height:1.4;margin-top:0;margin-bottom:2em}.upload-another br{display:initial}.upload-another a{margin-right:20px}.upload-another a::after{content:'›';position:absolute;transform:scale(1.7, 2.1) rotateZ(90deg);margin-left:11px}#tax-form-pending-approval #upload-file{margin-top:22px}#tax-form-pending-approval #tax-file-upload-form{transition:all .3s ease}#tax-form-pending-approval #tax-file-upload-form:not(.visible){pointer-events:none;opacity:0;transform:translateY(100px)}#pending-approval:not(.hidden)+form #upload-file{margin-top:22px}#tax-form-approved .upload-form{margin-bottom:100px}.dz-success.simple-dialog .simple-dialog-close a{width:24px;height:24px;border-radius:0;border:0;top:8px;left:-10px;background:none;box-shadow:none}.dz-success.simple-dialog .simple-dialog-close a:before{content:'×';color:#fff;line-height:0.5;font-size:29px;font-family:sans-serif;font-weight:100}.dz-success.simple-dialog .simple-dialog-close a:hover{text-decoration:none}@media screen and (min-width: 980px){.dz-success.simple-dialog .simple-dialog-close a{top:28px;left:-25px}}.upload-form .hidden{display:none}#create-gr-trial{margin-bottom:0;margin-top:51px;line-height:1.4;padding-left:11px;margin-bottom:-4px}#create-gr-trial a{color:#00afec;text-decoration:none}#create-gr-trial a:hover{text-decoration:underline}#create-gr-trial+.small{color:#90a4ae;font-size:12px;padding-left:11px}#has-gr-check .confirm,#has-gr-check .error{padding-left:52px;margin-top:44px}#has-gr-check .confirm svg,#has-gr-check .error svg{width:29px;height:29px;fill:#00bf3a;position:absolute;margin-left:-44px;margin-top:-4px}@media screen and (min-width: 1366px){#has-gr-check .confirm,#has-gr-check .error{margin-right:-400px}}#has-gr-check .error{color:#ec417b}#has-gr-check .error svg{fill:#ec417b}#tax-exempt-payee-code,#tax-exempt-from-fatca{margin-left:-.6em}#tax-exempt-payee-code{margin-top:32px}.increase{color:#00c853}.decrease{color:#ec407a}.stats-table .table-wrapper{margin-left:-5px;margin-right:-5px;width:calc(100% + 10px);overflow:auto;padding-bottom:.5em;margin-bottom:1.5em}.stats-table .table-wrapper::-webkit-scrollbar{-webkit-appearance:none;height:7px}.stats-table .table-wrapper::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,0.5);box-shadow:0 0 1px rgba(255,255,255,0.5)}.stats-table table{min-width:100%;white-space:nowrap;position:relative}.stats-table table.loading tbody{opacity:.3;pointer-events:none}.stats-table table.loading::after{content:'';display:block;position:absolute;top:50%;left:50%;width:32px;height:32px;transform:translate(-50%, -50%) translateY(20px);background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSIjMDAwIj4gIDxwYXRoIG9wYWNpdHk9Ii4yNSIgZD0iTTE2IDAgQTE2IDE2IDAgMCAwIDE2IDMyIEExNiAxNiAwIDAgMCAxNiAwIE0xNiA0IEExMiAxMiAwIDAgMSAxNiAyOCBBMTIgMTIgMCAwIDEgMTYgNCIvPiAgPHBhdGggZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZnJvbT0iMCAxNiAxNiIgdG89IjM2MCAxNiAxNiIgZHVyPSIwLjhzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gIDwvcGF0aD48L3N2Zz4=)}.stats-table table th{text-align:left;padding:5px 5px}.stats-table table th a{color:#a4a4a4;font-size:11px;text-decoration:none}.stats-table table th a:hover{text-decoration:underline}.stats-table table th.active a{color:#000000}.stats-table table td{border-bottom:1px solid #e8e8e8;padding:5px 5px}.stats-table table td a{color:#00afec;text-decoration:none}.stats-table table td a:hover{text-decoration:underline}.stats-table #recently-reffered-accounts-table td:nth-child(2){width:250px}.stats-table #recently-reffered-accounts-table td:nth-child(3){width:290px}.stats-table #affiliate-links-campaigns-table td:nth-child(n + 2){width:1px}.stats-table #payout-list-table td:nth-child(1){white-space:nowrap}.stats-table #payout-list-table td:nth-child(2){width:390px}.stats-table #payout-list-table td:nth-child(3){width:240px}.stats-table #commissions-by-refferals-table td:nth-child(1),.stats-table #commissions-by-customers-table td:nth-child(1){width:250px}.stats-table #commissions-by-refferals-table td:nth-child(2),.stats-table #commissions-by-customers-table td:nth-child(2){width:210px}.stats-table #commissions-by-refferals-table td:nth-child(3),.stats-table #commissions-by-customers-table td:nth-child(3){width:445px}.stats-table .filters{margin:-8px -16px 10px}.stats-table tbody a{font-size:15px;margin-left:10px}.stats-table footer{font-size:15px}.stats-table footer .download{color:#00afec;text-decoration:none;margin:1em 0;display:inline-block}.stats-table footer .download:hover{text-decoration:underline}.stats-table footer .download svg{display:inline-block;vertical-align:middle;width:15px;height:20px;margin-right:10px;transform:translateY(-2px)}#statistics .chart-section h2{margin-top:1.4em}#statistics .chart-section .filters{margin:-8px -16px 10px}.chart-section-top{margin-bottom:1em}@media screen and (min-width: 980px){.chart-section-top{display:flex;justify-content:space-between}}.chart-data-details h5{font-size:10px;opacity:.55;margin-top:0;margin-bottom:.7em}.chart-data-details em{font-style:normal;color:#00afec}.chart-data-details .chart-details-commisions{white-space:nowrap;font-size:18px;display:flex;justify-content:space-between}.chart-data-details .chart-details-commisions&gt;:first-child{margin-right:34px}.chart-data-details .chart-details-paid-accounts{font-size:32px}.chart-data-details .chart-details-unique-visitors{font-size:18px}.chart-data-details .chart-details-hits{font-size:18px}.chart-data-details .currency-list{display:flex}.chart-data-details .currency-list&gt;*{padding:0 .9em;border-right:1px solid #e8e8e8}.chart-data-details .currency-list&gt;:first-child{padding-left:0}.chart-data-details .currency-list&gt;:last-child{padding-right:0;border-right:none}.chart-data-details&gt;*{margin-bottom:1em}@media screen and (min-width: 980px){.chart-data-details{display:flex;justify-content:space-between;align-self:center;margin-top:-19px}.chart-data-details&gt;*{margin-left:20px;margin-bottom:0;padding-right:20px;border-right:1px solid #e8e8e8}.chart-data-details&gt;:last-child{padding-right:0;border-right:none}}.info{font-size:13px;padding:13px 0 10px 0}.info svg{width:23px;height:23px;fill:#00afec;stroke:transparent;float:left}.info p{margin:0;margin-left:37px;line-height:1.4;padding-top:3px}.chart-wrapper{box-sizing:border-box;padding:10px 15px;background:linear-gradient(to bottom, #003144 0%, #00425b 100%)}.chart-wrapper .info{color:#ffffff;padding:40px 0px 15px 38px}.chart-wrapper .info p{padding-top:0}.chart-section{padding-bottom:0}#statistics .stat-list{margin-top:28px}#statistics h2{font-size:27px;font-weight:300;margin-top:0.55em}#statistics h2 small{font-size:16px}@media screen and (min-width: 980px){#statistics .stat-list{max-width:100%}.stats-table .table-wrapper{margin-left:-20px;margin-right:-20px;width:calc(100% + 40px)}.stats-table table th{padding:10px 20px}.stats-table table td{padding:12px 20px}.stats-table footer{display:flex;justify-content:space-between}.chart-wrapper{padding:20px 30px}}.no-data{color:#24282c;padding:22px;max-width:720px;margin:auto;margin-top:92px;margin-bottom:24px;line-height:1.5;text-align:center;position:relative;padding-top:79px}.no-data::before{content:'';position:absolute;width:55px;height:55px;position:absolute;left:50%;top:0;transform:translateX(-50%);background:url(https://affiliates.getresponse.com/assets/no-data-5ce54cd2b504480bf3e591866bfbdc27a86a80820d5f1695adcd97246a5d9a85.svg);background-size:contain}.page-header{border-left:none;border-right:none}.content-box-navy{border-left:none;border-right:none}.payouts-excerpt{display:flex}.payouts-excerpt&gt;*{flex-basis:50%}.payouts-excerpt&gt;*&gt;:first-child{font-size:14px;color:#a4a4a4;margin-bottom:23px}.payouts-excerpt&gt;*&gt;:first-child~div{font-size:24px;font-weight:bold}.explain{font-size:14px;color:#a4a4a4;margin-top:34px;line-height:1.5;text-indent:-9px;padding-left:9px}#by-customer-search-form{margin-top:36px;margin-bottom:24px}#by-customer-search-form&gt;div{font-size:17px}#by-customer-search-form&gt;div input[type="search"]{display:block;width:100%;padding:.4em;border-radius:30px;border:1px solid #d5f0fa;outline:none !important;font-size:15px;padding-left:14px}#by-customer-search-form&gt;div input[type="submit"]{font-size:15px;padding-top:0.53em;padding-bottom:0.53em;min-width:6.8em}#by-customer-search-form&gt;div&gt;:nth-child(2){margin:10px 0}@media screen and (min-width: 980px){#by-customer-search-form&gt;div{display:flex;align-items:center}#by-customer-search-form&gt;div&gt;:nth-child(2){padding:0 25px;flex-basis:440px;margin:0}}#stat-list-box-1--description{margin-left:calc(20px - 50vw);margin-top:6px}@media screen and (min-width: 1220px){#stat-list-box-1--description{margin-left:calc(10px - 50vw)}}@media screen and (min-width: 1366px){#stat-list-box-1--description{margin-left:calc(-116px - 50% + 10px)}}#stat-list-box-2--description{margin-right:calc(20px - 50vw);margin-top:6px}@media screen and (min-width: 1220px){#stat-list-box-2--description{margin-right:calc(10px - 50vw)}}@media screen and (min-width: 1366px){#stat-list-box-2--description{margin-right:calc(-116px - 50% + 10px)}}#stat-list-box-3--description{margin-right:calc(26px - 50vw + 10px);margin-top:6px}.statistics-earnings #stat-list-box-1--description{margin-left:calc(26px - 50vw + 10px - 22% + 10px);margin-top:6px}.statistics-earnings #stat-list-box-2--description{margin-right:calc(26px - 50vw + 10px);margin-top:6px}.statistics-earnings #stat-list-box-3--description{margin-right:calc(26px - 50vw + 10px - 22% + 10px);margin-top:6px}.header-tip-wrapper{display:inline-block;position:relative}#statistics .chart-section h2.tour-box-visible{color:#fff}.stats-table.tour-box-visible::after,.chart-section.tour-box-visible::after{content:'';position:absolute;right:0;top:0;bottom:0;left:0;background:linear-gradient(to right, rgba(38,50,56,0) 24%, rgba(38,50,56,0.3) 43%, rgba(38,50,56,0.7) 55%)}.stats-table.tour-box-visible .tour-tip,.chart-section.tour-box-visible .tour-tip{margin-left:-734px}.stats-table.tour-box-visible .no-data,.chart-section.tour-box-visible .no-data{display:none}.stats-table.tour-box-visible tbody tr,.chart-section.tour-box-visible tbody tr{display:none}.stats-table .tour-only,.chart-section .tour-only{display:none}.stats-table.tour-box-visible tr.tour-only,.chart-section.tour-box-visible tr.tour-only{display:table-row}.stats-table.tour-box-visible::after{top:-1px;bottom:-1px}.stat-list.tour-tip-child-visible::after{content:'';background:#fff;left:0;top:0;bottom:0;right:0;position:absolute;z-index:999;padding:0 -26px -13px}@media screen and (min-width: 980px){.stat-list.tour-tip-child-visible::after{margin:0 -68px -30px}}.stat-list.tour-tip-child-visible.tour-tip-from-left::after{background:linear-gradient(to left, #fff 0%, #fff 24%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 55%)}.stat-list.tour-tip-child-visible.tour-tip-from-right::after{background:linear-gradient(to right, #fff 0%, #fff 24%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0) 55%)}.statistics-earnings .stat-list.tour-tip-child-visible.tour-tip-from-right::after{background:linear-gradient(to right, #fff 0%, #fff 14%, rgba(255,255,255,0.7) 30%, rgba(255,255,255,0) 55%)}.statistics-earnings .stat-list.tour-tip-child-visible.tour-tip-from-left::after{background:linear-gradient(to left, #fff 0%, #fff 14%, rgba(255,255,255,0.7) 30%, rgba(255,255,255,0) 55%)}.statistics-earnings .tour-box-visible[aria-describedby="stat-list-box-2--description"]+*{position:relative;z-index:1000}.chart-section .tour-only{visibility:hidden;position:absolute}.chart-section.tour-box-visible .tour-only{visibility:visible;position:static}.chart-section.tour-box-visible .tour-hidden{display:none !important}.static-text .content-box{position:relative;line-height:1.5;padding-bottom:110px}.static-text .content-box p{margin-bottom:1.2em}.static-text .content-box h2{font-size:25px;font-weight:300;padding-bottom:9px;border-bottom:1px solid #e0e4e7}.static-text .content-box h4{font-size:17px;text-transform:uppercase}.static-text .back-to-top{position:absolute;right:40px;bottom:40px;background:#00afec;border-radius:40px;width:80px;height:80px;display:flex;justify-content:center;box-shadow:0 0 30px 0px rgba(0,0,0,0.2)}.static-text .back-to-top svg{fill:transparent;stroke:#fff;stroke-width:7px;width:27px;height:80px;transform:rotateZ(180deg)}#account-activated,#account-connected{max-width:980px;padding:30px 20px 30px;margin:0 auto;box-sizing:border-box;font-family:'Roboto', Helvetica, Arial, sans-serif;font-weight:300;font-size:18px}@media only screen and (min-width: 980px){#account-activated,#account-connected{padding-bottom:10px;font-size:21px}#account-activated p,#account-connected p{margin:0 0 20px}}#account-activated #main-image,#account-connected #main-image{display:block;max-width:75%;margin-bottom:20px}@media only screen and (min-width: 980px){#account-activated #main-image,#account-connected #main-image{margin:0 auto 10px}}#account-activated #main-content-text,#account-connected #main-content-text{padding:0 15px 0 15px;line-height:1.4}@media only screen and (min-width: 980px){#account-activated #main-content-text,#account-connected #main-content-text{padding-left:55px;padding-right:40px}}#account-activated h1,#account-connected h1{color:#00afec;font-size:30px;font-weight:300;margin-top:0;margin-bottom:1.2em;line-height:1.2;text-align:center}@media only screen and (min-width: 980px){#account-activated h1,#account-connected h1{font-size:44px;margin-bottom:0}}#account-activated ul,#account-connected ul{list-style:none;padding-left:.6em;margin-top:-.7em}#account-activated li,#account-connected li{margin:0.05em 0}#account-activated li::before,#account-connected li::before{content:'';position:absolute;width:3px;height:3px;background:#00afec;border-radius:5px;margin-top:0.53em;margin-left:-.53em}@media only screen and (min-width: 980px){#account-activated li::before,#account-connected li::before{width:5px;height:5px}}#account-activated .btn,#account-connected .btn{background:#3db1e3;border:1px solid #3db1e3;color:#fff;text-decoration:none;font-size:20px;display:inline-block;border-radius:40px;padding:0.72em 1.7em;margin:1.1em 0 1.4em;min-width:272px;text-align:center;font-weight:400;transition:all .3s ease}#account-activated .btn:hover,#account-connected .btn:hover{color:#00afec;background:#fff}#account-connected p{text-align:center}#content{margin-bottom:0 !important}.flex{display:flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-baseline{align-items:baseline}.content-center{align-items:center}.justify-space-between{justify-content:space-between}.justify-space-around{justify-content:space-around}.justify-flex-start{justify-content:flex-start}.justify-flex-end{justify-content:flex-end}.justify-center{justify-content:center}.modal{position:fixed;left:0;top:0;z-index:10;width:100%;height:100%;background-color:rgba(0,0,0,0.5);opacity:0;visibility:hidden;transform:scale(1.1);transition:visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s}.modal a{color:#00afec;text-decoration:none}.modal a:hover{text-decoration:underline}.modal .modal-body{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:#FFFFFF;padding:3rem 5.5rem 3.5rem;border-radius:0.5rem}.modal .modal-body h2{font-weight:400;font-size:2rem;margin-top:0}.modal .modal-body p{font-size:1.2rem;line-height:1.5}.modal .modal-body p:last-of-type{margin-bottom:4rem}.modal .modal-body .modal-buttons div{padding:0 0 0 3rem}.modal .close-button{position:absolute;top:1.2rem;right:1.2rem;line-height:1.5rem;cursor:pointer;color:#D3D3D3;font-size:3rem;font-weight:600}.modal .close-button:hover,.modal .close-button:focus{background-color:#FFFFFF}.show-modal{opacity:1;visibility:visible;transform:scale(1);transition:visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s}#summer-promo{text-align:center;margin-top:-15px;background:#fff}#summer-promo .d-block{display:block}#summer-promo #top-section{color:#2e2e2e;padding:90px 20px 40px;min-height:650px;background:#002534 url(https://affiliates.getresponse.com/assets/promotions/summer-promo/hero-137a380c21da16e85d42ff9f91f6d13fc326645d881d510073b08a7a02a33767.jpg) center no-repeat;background-size:cover}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){#summer-promo #top-section{background-image:url(https://affiliates.getresponse.com/assets/promotions/summer-promo/hero@2x-20024607248b2040172690386f71ad5853961acf8c78dec227972267bfd0f602.jpg)}}@media screen and (min-width: 980px){#summer-promo #top-section{margin-top:-31px}}#summer-promo .gr-logo{width:146px;height:20px}#summer-promo h1{color:#fff;font-family:'Barlow', sans-serif;font-weight:900;font-size:70px;text-transform:uppercase;margin:28px auto;max-width:904px}@media (max-width: 900px){#summer-promo h1{font-size:56px}}@media (max-width: 767px){#summer-promo h1{font-size:40px}}#summer-promo #summer-promo-counter{border-radius:200px;background:#fff;width:340px;height:340px;margin:47px auto 0;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:14px;font-weight:300;box-sizing:border-box;padding:15px}@media (max-width: 480px){#summer-promo #summer-promo-counter{width:280px;height:280px}}#summer-promo #summer-promo-counter h3{font-weight:400;font-size:16px;color:#000;text-transform:uppercase;margin:14px 60px 10px;line-height:1.25}#summer-promo #summer-promo-counter b{font-weight:700;font-size:98px;color:#ff5858;line-height:1}#summer-promo #summer-promo-counter .counter-days{font-weight:900;font-size:40px;text-transform:uppercase;margin:6px 0 22px}#summer-promo #main-section{padding:0 0 10px}#summer-promo #main-section h2{color:#fff;line-height:40px;font-weight:700;font-size:28px}#summer-promo #main-section .sales-number{color:#fff;background-color:#2bd56d;padding:25px 20px 37px;position:relative}#summer-promo #main-section .sales-number h2{font-size:28px;font-weight:700;margin-bottom:8px}#summer-promo #main-section .sales-number small{font-size:12px;color:#ccffe0}#summer-promo #main-section .sales-number::after{top:100%;left:50%;border:solid transparent;content:"";height:0;width:0;position:absolute;border-color:transparent;border-top-color:#2bd56d;border-width:12px;margin-left:-12px}#summer-promo #main-section .no-sales{background-color:#ff5858}#summer-promo #main-section .no-sales::after{border-top-color:#ff5858}#summer-promo #main-section .no-sales small{color:#ffe5e5}#summer-promo #progress{margin:80px auto;padding:0}@media screen and (min-width: 768px){#summer-promo #progress{margin:88px auto 15px;padding:0 0 0 50px}}#summer-promo #progress .prize-inactive{opacity:.195}#summer-promo #progress .promo-text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);white-space:nowrap;font-weight:700;font-size:14px;line-height:1;color:#37474f;text-transform:uppercase}#summer-promo #progress li{display:inline-block;width:4px;height:4px;background:#18c95d;border-radius:50%;position:relative;margin:0;vertical-align:middle}@media screen and (min-width: 768px){#summer-promo #progress li{width:12px;height:12px;margin:0 2px}}@media screen and (min-width: 1150px){#summer-promo #progress li{width:12px;height:12px;margin:0 8px}}#summer-promo #progress li.start{width:40px;height:40px;z-index:10;margin:0 0 0 7px}@media screen and (min-width: 768px){#summer-promo #progress li.start{width:70px;height:70px;margin:0 3px 0 3px}}@media screen and (min-width: 1020px){#summer-promo #progress li.start{width:84px;height:84px;margin:0 9px 0 5px}}#summer-promo #progress li.start .promo-text{font-size:11px;color:#fff;font-weight:900}[lang=pl] #summer-promo #progress li.start .promo-text{font-size:10px}[lang=es] #summer-promo #progress li.start .promo-text{font-size:7px}@media screen and (min-width: 768px){#summer-promo #progress li.start .promo-text{font-size:14px}[lang=pl] #summer-promo #progress li.start .promo-text{font-size:15px}[lang=es] #summer-promo #progress li.start .promo-text{font-size:12px}}#summer-promo #progress li.amazon{width:50px;height:50px;background:transparent !important;z-index:10;margin:0}@media screen and (min-width: 768px){#summer-promo #progress li.amazon{width:100px;height:100px;margin:0 2px}}@media screen and (min-width: 1020px){#summer-promo #progress li.amazon{width:128px;height:128px;margin:0 8px}}#summer-promo #progress li.amazon .prize-amazon{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000;width:100%;height:100%;border-radius:50%;color:#fff}#summer-promo #progress li.amazon .prize-amazon img{width:38px;height:12px}@media screen and (min-width: 768px){#summer-promo #progress li.amazon .prize-amazon img{width:58px;height:18px}}#summer-promo #progress li.amazon .amazon-value{font-weight:700;font-size:11px;margin:0;line-height:1.5}@media screen and (min-width: 768px){#summer-promo #progress li.amazon .amazon-value{font-size:24px;margin:0 4px 0 0}}#summer-promo #progress li.cruise{width:64px;height:52px;background:transparent !important;z-index:10;transform:translateX(-10px)}@media screen and (min-width: 768px){#summer-promo #progress li.cruise{width:162px;height:133px;transform:translateX(-28px)}}@media screen and (min-width: 1020px){#summer-promo #progress li.cruise{width:264px;height:217px;transform:translateX(-47px)}}#summer-promo #progress li.cruise img{width:100%;height:100%}#summer-promo #progress[data-referred='0'] li:nth-child(2){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(3){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(4){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(5){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(6){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='0'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(2){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(3){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(4){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(5){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(6){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='1'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(2){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(3){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(4){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(5){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(6){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='2'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(2){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(3){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(4){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(5){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(6){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='3'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(2){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(3){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(4){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(5){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(6){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='4'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(2){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(3){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(4){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(5){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(6){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='5'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(2){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(3){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(4){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(5){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(6){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='6'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='7'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='8'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='9'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='10'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(7){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(8){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(9){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(10){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(11){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='11'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='12'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='12'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='12'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='12'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='12'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='12'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='12'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='12'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='12'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='13'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='13'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='13'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='13'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='13'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='13'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='13'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='13'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='13'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='14'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='14'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='14'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='14'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='14'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='14'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='14'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='14'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='14'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='15'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='15'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='15'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='15'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='15'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='15'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='15'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='15'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='15'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='16'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='16'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='16'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='16'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='16'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='16'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='16'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='16'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='16'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='17'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='17'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='17'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='17'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='17'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='17'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='17'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='17'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='17'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='18'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='18'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='18'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='18'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='18'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='18'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='18'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='18'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='18'] li:nth-child(20){background:#cecece}#summer-promo #progress[data-referred='19'] li:nth-child(12){background:#cecece}#summer-promo #progress[data-referred='19'] li:nth-child(13){background:#cecece}#summer-promo #progress[data-referred='19'] li:nth-child(14){background:#cecece}#summer-promo #progress[data-referred='19'] li:nth-child(15){background:#cecece}#summer-promo #progress[data-referred='19'] li:nth-child(16){background:#cecece}#summer-promo #progress[data-referred='19'] li:nth-child(17){background:#cecece}#summer-promo #progress[data-referred='19'] li:nth-child(18){background:#cecece}#summer-promo #progress[data-referred='19'] li:nth-child(19){background:#cecece}#summer-promo #progress[data-referred='19'] li:nth-child(20){background:#cecece}#summer-promo .active-prize{max-width:870px;margin:0 auto;padding:0 20px}#summer-promo .active-prize h3{font-family:'Barlow', sans-serif;font-weight:900;font-size:40px;color:#18c95d;text-transform:uppercase;margin:79px auto .925em}@media (max-width: 767px){#summer-promo .active-prize h3{font-size:28px}}#summer-promo .active-prize p{font-size:16px;color:#797979;line-height:1.8;max-width:660px;margin-left:auto;margin-right:auto}#summer-promo #prizes-section{padding:21px 0 0;text-align:center;background-color:#fff}#summer-promo #prizes-section h2{font-family:'Barlow', sans-serif;font-weight:900;font-size:40px;text-transform:uppercase}@media (max-width: 767px){#summer-promo #prizes-section h2{font-size:32px}}#summer-promo #prizes-section .prizes{display:flex;align-items:center;justify-content:center;margin:39px 0 17px;padding:0 24px 0 0}@media (max-width: 1020px){#summer-promo #prizes-section .prizes{padding:0}}@media (max-width: 860px){#summer-promo #prizes-section .prizes{flex-wrap:wrap;padding:0 10px}}#summer-promo #prizes-section figure{margin:0 64px 0 0}#summer-promo #prizes-section figure:first-child{margin-top:18px;max-width:464px}@media (max-width: 860px){#summer-promo #prizes-section figure:first-child{margin:18px 70px 0 0}}#summer-promo #prizes-section figure:first-child figcaption{margin:23px 0 18px 82px}@media (max-width: 479px){#summer-promo #prizes-section figure:first-child figcaption{margin:23px 0 18px 52px}}@media (max-width: 479px){#summer-promo #prizes-section figure:first-child{margin:18px 52px 0 0}}@media (max-width: 860px){#summer-promo #prizes-section figure{margin:15px 50px 0}}#summer-promo #prizes-section figcaption{font-weight:400;font-size:16px;margin:18px 0 22px}#summer-promo #prizes-section .prize-cruise{position:relative;font-size:18px;font-weight:900}@media (min-width: 861px) and (max-width: 1020px),(max-width: 479px){#summer-promo #prizes-section .prize-cruise img{width:350px}}@media (max-width: 479px){#summer-promo #prizes-section .prize-cruise img{width:300px}}#summer-promo #prizes-section .prize-cruise-in{position:absolute;top:-16px;left:45px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#ff5858;width:200px;height:200px;border-radius:50%;color:#fff}@media (min-width: 861px) and (max-width: 1020px),(max-width: 479px){#summer-promo #prizes-section .prize-cruise-in{width:160px;height:160px;top:-30px;left:20px}}#summer-promo #prizes-section .cruise-value{line-height:1.1;letter-spacing:1px}[lang=de] #summer-promo #prizes-section .cruise-value{font-size:13px}#summer-promo #prizes-section .cruise-value span{letter-spacing:0;font-size:52px}[lang=de] #summer-promo #prizes-section .cruise-value span{font-size:42px}@media (min-width: 861px) and (max-width: 1020px),(max-width: 479px){#summer-promo #prizes-section .cruise-value span{font-size:45px}}@media (min-width: 861px) and (max-width: 1020px),(max-width: 479px){#summer-promo #prizes-section .cruise-value{font-size:14px}}#summer-promo #prizes-section .prize-amazon{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000;width:180px;height:180px;border-radius:50%;color:#fff}#summer-promo #prizes-section .amazon-value{font-weight:700;font-size:32px;margin:0;line-height:1.6}#summer-promo #terms{max-width:552px;margin:auto;padding:13px 20px 58px;font-size:16px;line-height:1.7;color:#797979}#summer-promo #terms p{margin:0 0 30px 0}#summer-promo #terms a{color:#288ae5;text-decoration:none;font-weight:700}#summer-promo #terms a:hover{text-decoration:underline}#summer-promo-activate .promo-container{width:100%;max-width:1170px;margin:0 auto;padding:0 15px;box-sizing:border-box}#summer-promo-activate h2{font-family:'Barlow', sans-serif;font-weight:900;font-size:40px;text-transform:uppercase}@media (max-width: 767px){#summer-promo-activate h2{font-size:32px}}#summer-promo-activate p{font-size:16px;line-height:1.7}#summer-promo-activate small{font-size:12px;font-weight:400;color:#575757}#summer-promo-activate a{color:currentColor}#summer-promo-activate .summer-promo-btn{font-size:16px;font-weight:700;color:#fff;text-decoration:none;text-transform:uppercase;display:inline-block;border-radius:100px;padding:19px 40px 20px;background-color:#ff5858;margin:2px 0;box-shadow:0 10px 30px 0 rgba(0,0,0,0.1);transition:background-color .3s}#summer-promo-activate .summer-promo-btn:hover{background-color:#e63333}#summer-promo-activate #top-section{min-height:754px;margin-top:-31px;color:#fff;padding:90px 0;background:#002534 url(https://affiliates.getresponse.com/assets/promotions/summer-promo/hero-137a380c21da16e85d42ff9f91f6d13fc326645d881d510073b08a7a02a33767.jpg) center no-repeat;background-size:cover}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){#summer-promo-activate #top-section{background-image:url(https://affiliates.getresponse.com/assets/promotions/summer-promo/hero@2x-20024607248b2040172690386f71ad5853961acf8c78dec227972267bfd0f602.jpg)}}#summer-promo-activate #top-section .gr-logo{width:147px;height:20px}#summer-promo-activate #top-section h1{font-family:'Barlow', sans-serif;font-weight:900;font-size:70px;text-transform:uppercase;margin-bottom:0}@media (max-width: 900px){#summer-promo-activate #top-section h1{font-size:58px}}@media (max-width: 767px){#summer-promo-activate #top-section h1{font-size:45px}}#summer-promo-activate #top-section p{font-size:18px;margin:17px 0 30px}#summer-promo-activate #main-section{padding:55px 0 96px;text-align:center;background-color:#fff6f6}#summer-promo-activate #main-section p{color:#797979;line-height:1.75;margin:37px 0}#summer-promo-activate #main-section .btn-wrap{margin:50px 0 20px}#summer-promo-activate #main-section .summer-promo-btn{min-width:157px}#summer-promo-activate #prizes-section{padding:55px 0 78px;text-align:center;background-color:#fff}#summer-promo-activate #prizes-section .prizes{display:flex;align-items:center;justify-content:center;margin:39px 0 17px;padding:0 24px 0 0}@media (max-width: 1020px){#summer-promo-activate #prizes-section .prizes{padding:0}}@media (max-width: 860px){#summer-promo-activate #prizes-section .prizes{flex-wrap:wrap;padding:0 10px}}#summer-promo-activate #prizes-section figure{margin:0 64px 0 0}#summer-promo-activate #prizes-section figure:first-child{margin-top:18px;max-width:464px}@media (max-width: 860px){#summer-promo-activate #prizes-section figure:first-child{margin:18px 70px 0 0}}#summer-promo-activate #prizes-section figure:first-child figcaption{margin:23px 0 18px 82px}@media (max-width: 479px){#summer-promo-activate #prizes-section figure:first-child figcaption{margin:23px 0 18px 52px}}@media (max-width: 479px){#summer-promo-activate #prizes-section figure:first-child{margin:18px 52px 0 0}}@media (max-width: 860px){#summer-promo-activate #prizes-section figure{margin:15px 50px 0}}#summer-promo-activate #prizes-section figcaption{font-weight:400;font-size:16px;margin:18px 0 22px}#summer-promo-activate #prizes-section .prize-cruise{position:relative;font-size:18px;font-weight:900}@media (min-width: 861px) and (max-width: 1020px),(max-width: 479px){#summer-promo-activate #prizes-section .prize-cruise img{width:350px}}@media (max-width: 479px){#summer-promo-activate #prizes-section .prize-cruise img{width:300px}}#summer-promo-activate #prizes-section .prize-cruise-in{position:absolute;top:-16px;left:45px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#ff5858;width:200px;height:200px;border-radius:50%;color:#fff}@media (min-width: 861px) and (max-width: 1020px),(max-width: 479px){#summer-promo-activate #prizes-section .prize-cruise-in{width:160px;height:160px;top:-30px;left:20px}}#summer-promo-activate #prizes-section .cruise-value{line-height:1.1;letter-spacing:1px}#summer-promo-activate #prizes-section .cruise-value span{letter-spacing:0;font-size:52px}@media (min-width: 861px) and (max-width: 1020px),(max-width: 479px){#summer-promo-activate #prizes-section .cruise-value span{font-size:45px}}@media (min-width: 861px) and (max-width: 1020px),(max-width: 479px){#summer-promo-activate #prizes-section .cruise-value{font-size:14px}}#summer-promo-activate #prizes-section .prize-amazon{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000;width:180px;height:180px;border-radius:50%;color:#fff}#summer-promo-activate #prizes-section .amazon-value{font-weight:700;font-size:32px;margin:0;line-height:1.6}#summer-promo-activate #prizes-section .info{font-weight:400;font-size:16px;color:#797979;max-width:410px;margin:0 auto}#summer-promo-activate #bottom-section{padding:74px 0;color:#fff;text-align:center;min-height:475px;background:#002534 url(https://affiliates.getresponse.com/assets/promotions/summer-promo/footer-ef561a08ada8b0c5e97e637506796320be8c0ec8563ad47b01d0675530b01055.jpg) center no-repeat;background-size:cover}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){#summer-promo-activate #bottom-section{background-image:url(https://affiliates.getresponse.com/assets/promotions/summer-promo/footer@2x-b2865bb00b290cf291ede91e700e34aace650b385662a3accb4d1fb4ee0b1d8d.jpg)}}#summer-promo-activate #bottom-section h2{margin-bottom:.9em}#summer-promo-activate #bottom-section p{max-width:550px;margin:12px auto}#summer-promo-activate #bottom-section .pre-cta{margin:38px auto 32px}#summer-promo-activate #bottom-section .summer-promo-btn{min-width:157px}#summer-promo-activate #bottom-section small{display:inline-block;font-weight:400;font-size:12px;color:#fff;margin:24px 0}#complete-details-reminder.summer-promo-banner{background:#2bd56d;padding:0;margin:0;color:#fff}#complete-details-reminder.summer-promo-banner img{width:157px;height:128px;flex:0 0 0;position:relative;z-index:10;margin:-4px 0 0;transform:translate(-14px, -20px)}@media screen and (min-width: 768px){#complete-details-reminder.summer-promo-banner img{transform:none}}@media screen and (min-width: 768px){#complete-details-reminder.summer-promo-banner{height:82px}}#complete-details-reminder.summer-promo-banner .banner-container{width:100%;max-width:1200px;margin:0 auto;height:100%;text-align:center;padding:0 10px;box-sizing:border-box}#complete-details-reminder.summer-promo-banner .banner-container&gt;div{background:transparent;height:100%}@media screen and (min-width: 768px){#complete-details-reminder.summer-promo-banner .banner-container&gt;div{display:flex;justify-content:space-between;align-items:center}}#complete-details-reminder.summer-promo-banner .banner-container&gt;div .description{font-size:21px;font-weight:600;font-family:Barlow, sans-serif;letter-spacing:.5px;margin:0 30px 7px}@media screen and (min-width: 768px){#complete-details-reminder.summer-promo-banner .banner-container&gt;div .description{flex-grow:1;text-align:center;font-size:20px;align-self:center;padding-top:0;padding-bottom:0;line-height:1.1}}[lang=pl] #complete-details-reminder.summer-promo-banner .banner-container&gt;div .description,[lang=es] #complete-details-reminder.summer-promo-banner .banner-container&gt;div .description,[lang=ru] #complete-details-reminder.summer-promo-banner .banner-container&gt;div .description,[lang=it] #complete-details-reminder.summer-promo-banner .banner-container&gt;div .description,[lang=pt] #complete-details-reminder.summer-promo-banner .banner-container&gt;div .description,[lang=fr] #complete-details-reminder.summer-promo-banner .banner-container&gt;div .description,[lang=de] #complete-details-reminder.summer-promo-banner .banner-container&gt;div .description{font-size:23px}@media screen and (min-width: 768px){[lang=pl] #complete-details-reminder.summer-promo-banner .banner-container&gt;div .description br,[lang=es] #complete-details-reminder.summer-promo-banner .banner-container&gt;div .description br,[lang=ru] #complete-details-reminder.summer-promo-banner .banner-container&gt;div .description br,[lang=it] #complete-details-reminder.summer-promo-banner .banner-container&gt;div .description br,[lang=pt] #complete-details-reminder.summer-promo-banner .banner-container&gt;div .description br,[lang=fr] #complete-details-reminder.summer-promo-banner .banner-container&gt;div .description br,[lang=de] #complete-details-reminder.summer-promo-banner .banner-container&gt;div .description br{display:block}}#complete-details-reminder.summer-promo-banner .banner-container&gt;div .description b{font-weight:700}#complete-details-reminder.summer-promo-banner .banner-container&gt;div .action{box-sizing:border-box;margin:20px}@media screen and (min-width: 768px){#complete-details-reminder.summer-promo-banner .banner-container&gt;div .action{margin:0 20px 4px 0}}#complete-details-reminder.summer-promo-banner .banner-container&gt;div .btn{font-weight:700;font-size:14px;color:#2bd56d;border-color:#fff;background:#fff;box-shadow:0 0 28px 0px rgba(216,78,46,0.1);text-transform:uppercase;padding:13px 20px 14px;min-width:10.5em}#complete-details-reminder.summer-promo-banner .banner-container&gt;div .btn:hover{color:#2bd56d;border-color:#fff;background:#fff}#content{margin-bottom:22px}@media screen and (min-width: 980px){#content{margin-bottom:22px}}#hidden-item-en{display:none}.hidden{display:none}
</pre></body></html>