/* common border radius */
/* disable text selection */
/* loading */
.loading-component {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 0px;
  z-index: 100;
  background: rgba(248, 248, 248, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/*&.loading .loading-component
{
    height: calc(100% + 1px);
    opacity: 1;
}*/
.loading-component .loading-animation {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  z-index: 50;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: calc(50% - 430px);
  top: 600px;
}
@media screen and (max-width: 1100px) {
  .loading-component .loading-animation {
    left: calc(50% - 40px);
    top: 520px;
  }
}
.loading-component .loading-animation span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 50%;
  animation: loading-component-animation 1.2s linear infinite;
}
.loading-component .loading-animation span:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.loading-component .loading-animation span:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.loading-component .loading-animation span:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.loading-component .loading-animation span:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.loading-component .loading-animation span:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.loading-component .loading-animation span:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.loading-component .loading-animation span:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.loading-component .loading-animation span:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.loading-component .loading-animation span:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.loading-component .loading-animation span:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.loading-component .loading-animation span:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.loading-component .loading-animation span:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes loading-component-animation {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
section#download-s3 {
  padding: 0 20px 90px;
  background: #EFF5FF;
}
section#download-s3 .loading-component {
  background: rgba(0, 0, 0, 0);
}
section#download-s3 .loading-component .loading-animation span {
  background: #337EFE;
}
section#download-s3.loading *:not(.loading-component) {
  opacity: 0.7;
}
section#download-s3.loading .loading-component {
  height: 100%;
  opacity: 1;
}
section#download-s3.loading .loading-component * {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  section#download-s3 {
    padding: 0 0 40px 0;
  }
}
section#download-s3 .top .vc-breadcrumb__breadcrumb ol {
  color: rgba(2, 52, 68, 0.6);
}
section#download-s3 .top .vc-breadcrumb__breadcrumb ol li:not(:first-child)::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.591' height='7.068' viewBox='0 0 4.591 7.068'%3E%3Cpath id='Path_33584' data-name='Path 33584' d='M-7130.173,114.361l3,3.039-3,2.969' transform='translate(7130.707 -113.835)' fill='none' stroke='%23023444' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  opacity: 0.6;
}
section#download-s3 .top .vc-breadcrumb__breadcrumb ol li a {
  color: rgba(2, 52, 68, 0.6);
}
section#download-s3 .top h1 {
  padding: 60px 0 24px 0;
  margin: 0;
  color: #023444;
  font-family: Sora;
  font-weight: bold;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
}
section#download-s3 .top h1 span {
  display: block;
  color: #015FFE;
}
@media screen and (max-width: 768px) {
  section#download-s3 .top h1 {
    padding: 20px 0 0 0;
    font-size: 26px;
    line-height: 38px;
  }
}
section#download-s3 #forms-switch {
  max-width: 640px;
  padding: 32px 0 72px 0;
  margin: 0 auto;
  display: flex;
}
section#download-s3 #forms-switch h2 {
  padding: 0 16px 0 0;
  margin: 0;
  flex-grow: 1;
  color: #023444;
  font-family: Sora;
  font-weight: 600;
  font-size: 15px;
  line-height: 45px;
  white-space: nowrap;
}
section#download-s3 #forms-switch ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  color: #023444;
  font-size: 14px;
  line-height: 45px;
  font-weight: 600;
}
section#download-s3 #forms-switch ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  background: #fff;
  color: #023444;
  font-size: 14px;
  line-height: 45px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section#download-s3 #forms-switch ul li span {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -30px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  color: #023444;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  opacity: 0.8;
}
section#download-s3 #forms-switch ul li span i {
  font-style: normal;
}
section#download-s3 #forms-switch ul li span em {
  width: 18px;
  height: 22px;
  margin: 0 0 0 8px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
section#download-s3 #forms-switch ul li span em.apple {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.404' height='21.386' viewBox='0 0 17.404 21.386'%3E%3Cpath id='Path_33596' data-name='Path 33596' d='M384.78,11.373A4.859,4.859,0,0,1,387.095,7.3a4.979,4.979,0,0,0-3.921-2.119c-1.649-.174-3.249.987-4.089.987-.857,0-2.151-.97-3.545-.941A5.22,5.22,0,0,0,371.145,7.9c-1.9,3.289-.483,8.121,1.337,10.78.911,1.3,1.975,2.756,3.367,2.7,1.363-.055,1.872-.868,3.516-.868,1.629,0,2.107.868,3.528.835,1.462-.023,2.383-1.308,3.262-2.621a10.744,10.744,0,0,0,1.492-3.037A4.7,4.7,0,0,1,384.78,11.373ZM382.1,3.428A4.783,4.783,0,0,0,383.192,0a4.873,4.873,0,0,0-3.151,1.63,4.552,4.552,0,0,0-1.124,3.3,4.027,4.027,0,0,0,3.18-1.5' transform='translate(-370.243)'/%3E%3C/svg%3E%0A");
}
section#download-s3 #forms-switch ul li span em.win {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.063' height='18.118' viewBox='0 0 18.063 18.118'%3E%3Cpath id='Path_33597' data-name='Path 33597' d='M690.51,13.66l7.382-1.005,0,7.12-7.378.042-.007-6.157Zm7.378,6.935.006,7.127-7.378-1.014v-6.16l7.373.048Zm.895-8.072L708.57,11.1v8.59l-9.787.078V12.523Zm9.79,8.139,0,8.551-9.787-1.381-.014-7.185Z' transform='translate(-690.51 -11.095)' fill='%232ca9e1'/%3E%3C/svg%3E%0A");
}
section#download-s3 #forms-switch ul li small {
  padding: 0 22px 0 0;
  position: absolute;
  right: 0;
  top: -32px;
  display: inline-block;
  vertical-align: top;
  font-family: Sriracha;
  color: #6bd84b;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
}
section#download-s3 #forms-switch ul li small:after {
  content: " ";
  width: 13px;
  height: 29px;
  position: absolute;
  right: 8px;
  top: 14px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12.566' height='28.704' viewBox='0 0 12.566 28.704'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_5051' data-name='Rectangle 5051' width='27.784' height='9.249' transform='translate(0 0)' fill='%236bd84b'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_15691' data-name='Group 15691' transform='translate(12.566 1.127) rotate(97)'%3E%3Cg id='Group_15690' data-name='Group 15690' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_14129' data-name='Path 14129' d='M1.345,5.212C7.442.76,16.719.468,24.754,5.056c-.814-2.066-1.72-3.814-1.861-4.139C22.549.39,23.787-.511,24.526.37c-.109-.152,3.726,6.107,3.211,7.021-.356.632-7.394,1.846-7.419,1.848-.787.152-1.371-1.407-.585-1.558,2-.5,2.684-.676,4.375-1.186C16.787,2.67,7.739,2.72,2.06,6.779-.388,8.529-.69,6.7,1.345,5.212' transform='translate(0 0)' fill='%236bd84b' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
section#download-s3 #forms-switch ul li a {
  padding: 0 22px;
  display: block;
  text-decoration: none;
  color: #023444;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section#download-s3 #forms-switch ul li.selected {
  background: #337EFE;
}
section#download-s3 #forms-switch ul li.selected a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  section#download-s3 #forms-switch {
    padding: 24px 0 72px 0;
    display: block;
  }
  section#download-s3 #forms-switch h2 {
    padding: 0 0 18px 0;
    line-height: 20px;
    text-align: center;
  }
  section#download-s3 #forms-switch ul {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
  }
  section#download-s3 #forms-switch ul li {
    width: 50%;
  }
  section#download-s3 #forms-switch ul li a {
    padding: 8px 20px;
    line-height: 18px;
  }
  section#download-s3 #forms-switch ul li span i {
    display: none;
  }
  section#download-s3 #forms-switch ul li span em {
    margin: 0 4px;
  }
}
@media screen and (max-width: 400px) {
  section#download-s3 #forms-switch ul li a {
    padding: 8px 10px;
  }
}
section#download-s3 .forms-switch--hidden {
  padding: 16px 0!important;
}
section#download-s3 #forms {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1100px) {
  section#download-s3 #forms {
    display: block;
  }
}
section#download-s3 #forms .side-info {
  width: 334px;
  padding: 0 30px 0 0;
}
section#download-s3 #forms .side-info h2 {
  padding: 0 0 12px 0;
  margin: 0 0 46px 0;
  color: #023444;
  font-family: Sora;
  font-weight: bold;
  font-size: 27px;
  line-height: 37px;
  background-position: 0 bottom;
  background-size: 130px auto;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQcAAAATCAYAAACdm8ieAAAABHNCSVQICAgIfAhkiAAAA19JREFUeF7tW01u00AUnhcHBCtyA9IFP11hTkDZQWHBEbqEwoIbwA1ggVp2XIFKqGUZbmBWQbBoegNXggVS7MebiSc8j9PYTlwndl6kqtJkfj/P+77vzTig5CMICAKCwAwEQFARBAQBQWAWAkIOLdoX+z93fQS84S4JIvAVqF7eUgFB1/Hz6s37HhX2QUF/Tp3BMv2XaBsQFmGJ+gpQBbF3cZvDWyffyvTX9LpCDit6gm4gQww7maDGbFlSRwdwbrCvaGkbOSyRYkCkmCEjKg+JmIMUKKhC9DBVhmM8+7j9dbRO4Ak5LPE0Xvx6/MA270TQQ0ipbp+UeKqgBRR1iZlI0zYi4BIOOSFNHlMCcZ1O1c5GyCHZVVzJuQ2nAOeKLordxihs55p4+jZNsbCDpryIU2k1OXBlt7ad59Wi5u2MCllVKQR0KmRSHHImA0qNRleu/jl6vzUIG0cOVuEdG88t/OaqO+IZMttpt4h+4ESEufksAIREnun8uNQ+U2qsxqN5ufOr4VPuxEr2Xrw6bXQfEcudy+i0EGef5RA2uq97xWfQ3Jo6nTm4e3x/bcjh9elO7+/4ugGf2Xoe9LVsqtoeqRvI+tCKDqr4+GQBAy/2Modc3Wu/A83stc1VBspF4CLSizpRj1xr6gZI3+Zo15rqlIiJyjM3TbkDX1IFEomHtZGDtfhu4Dfc2n8ndeJBOs3zXBXOU9RLesbSbYMRcAkn44aY06na2UQYbVVGDjr4rdV37subofhMybkN5+otit3gSNuwqXNiiVU8iUH9rgsmN2pznAoJ9hGlFc8Kk4PN9dnBng36dQ7+/8rObHtHdYzCx14cHtw+XirH3rA9J8ttGQLPh4/6XdXt2/RHi+HhnZPPEy5hH10RunBTW//kLTd/3Ww/zeec2M8GtAlybuHFvrds98pyVoaAIYeXP568o3979FfudLfiaVP+bl5PtbaeB71Y+orBlu4EgRwEYH+4u0dB+KkGpIzFdwNfrH0NyMsQgsACCGhyeEvk8GaBtm6TSX6f5PY2rxfFrwBZ6UIQWAECoM8ZPPBO88a2ub5VfnuKL8Gfh5x8Lwg0EwFz5mDcA5050A+H9FWH/nWZeaPOEsCH7S+DZi5PZi0ICAKLIlD4KnPRAaSdICAINBOBf81FdJmV3PnfAAAAAElFTkSuQmCC');
}
section#download-s3 #forms .side-info ul {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none;
  color: #023444;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}
section#download-s3 #forms .side-info ul:after {
  content: " ";
  width: 120px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: -16px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='119.065' height='31.521' viewBox='0 0 119.065 31.521'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_5104' data-name='Rectangle 5104' width='119.065' height='31.521' fill='%236bd84b'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_17980' data-name='Group 17980' transform='translate(0 0)'%3E%3Cg id='Group_17979' data-name='Group 17979' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_33593' data-name='Path 33593' d='M.23.878C17.76,9.01,37.2,13.943,56.214,17.069a249.426,249.426,0,0,0,58.476,2.486c1.623-.119,1.637-2.661,0-2.545a271.667,271.667,0,0,1-58.371-2.279C37.086,11.938,18.829,6.582.589.025.1-.152-.251.655.23.878' transform='translate(0 0)' fill='%236bd84b'/%3E%3Cpath id='Path_33594' data-name='Path 33594' d='M169.628,14.555c6.14,3.5,12.405,6.772,18.664,10.051V22.527c-6.385,4.02-13.085,7.823-19.169,12.284a1.127,1.127,0,0,0,1.136,1.944c6.619-3.616,12.9-8.073,19.247-12.149a1.216,1.216,0,0,0,0-2.078c-6.3-3.225-12.513-6.612-18.918-9.616-1.092-.512-2.042,1.027-.961,1.644' transform='translate(-71.027 -5.396)' fill='%236bd84b'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
section#download-s3 #forms .side-info ul li {
  padding: 0 0 26px 46px;
  position: relative;
  color: #023444;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
}
section#download-s3 #forms .side-info ul li:before {
  content: " ";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg id='Group_393' data-name='Group 393' transform='translate(0 0.223)'%3E%3Cg id='Group_361' data-name='Group 361' transform='translate(0 -0.222)'%3E%3Ccircle id='Ellipse_47' data-name='Ellipse 47' cx='14' cy='14' r='14' transform='translate(0 -0.001)' fill='%236bd84b'/%3E%3C/g%3E%3Cpath id='Path_861' data-name='Path 861' d='M349.5,2677.48l4.941,5.068,8.741-9.122' transform='translate(-342.451 -2664.102)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
section#download-s3 #forms .side-info ul li span.i {
  width: 18px;
  height: 26px;
  position: relative;
  z-index: 100;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.305' height='18.305' viewBox='0 0 18.305 18.305'%3E%3Cpath id='Path_13694' data-name='Path 13694' d='M11.9-13.75V-15.6H10.1v1.848Zm0,7.348v-5.5H10.1v5.5ZM4.533-17.467A8.815,8.815,0,0,1,11-20.152a8.815,8.815,0,0,1,6.467,2.686A8.815,8.815,0,0,1,20.152-11a8.815,8.815,0,0,1-2.686,6.467A8.815,8.815,0,0,1,11-1.848,8.815,8.815,0,0,1,4.533-4.533,8.815,8.815,0,0,1,1.848-11,8.815,8.815,0,0,1,4.533-17.467Z' transform='translate(-1.848 20.152)' fill='%23023444' opacity='0.5'/%3E%3C/svg%3E%0A");
}
section#download-s3 #forms .side-info ul li span.i em {
  width: 316px;
  padding: 24px 24px 26px 26px;
  position: absolute;
  left: -272px;
  top: 36px;
  z-index: 100;
  display: block;
  background: #324A6A;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-style: normal;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}
section#download-s3 #forms .side-info ul li span.i em:before {
  content: " ";
  width: 23px;
  height: 13px;
  position: absolute;
  left: 269px;
  top: -10px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='13' viewBox='0 0 23 13'%3E%3Cpath id='Polygon_29' data-name='Polygon 29' d='M11.5,0,23,13H0Z' fill='%23324a6a'/%3E%3C/svg%3E%0A");
}
section#download-s3 #forms .side-info ul li span.i em strong {
  padding: 0 0 14px 0;
  display: block;
  font-size: 14px;
}
section#download-s3 #forms .side-info ul li span.i:not(:hover) em {
  display: none;
}
@media screen and (max-width: 1100px) {
  section#download-s3 #forms .side-info {
    width: auto;
    padding: 0;
  }
  section#download-s3 #forms .side-info h2 {
    margin: 0 0 18px 0;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    background-position: center bottom;
  }
  section#download-s3 #forms .side-info ul {
    max-width: 360px;
    padding: 0 0 30px 0;
    margin: 0 auto;
  }
  section#download-s3 #forms .side-info ul:after {
    display: none;
  }
  section#download-s3 #forms .side-info ul li {
    padding: 0 0 14px 40px;
  }
  section#download-s3 #forms .side-info ul li:before {
    width: 24px;
    height: 24px;
  }
  section#download-s3 #forms .side-info ul li span.i em {
    left: -172px;
  }
  section#download-s3 #forms .side-info ul li span.i em:before {
    left: 169px;
  }
}
section#download-s3 #forms .side-info-v2 {
  width: 334px;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 1100px) {
  section#download-s3 #forms .side-info-v2 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
section#download-s3 #forms .side-info-v2__content {
  padding: 30px 20px;
  border: 1px solid #DADFE4;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  section#download-s3 #forms .side-info-v2__content {
    padding: 20px 20px;
  }
}
section#download-s3 #forms .side-info-v2__content-icon {
  text-align: center;
  margin-bottom: 18px;
}
section#download-s3 #forms .side-info-v2__content-icon svg {
  display: inline-block;
}
section#download-s3 #forms .side-info-v2__content-number {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  section#download-s3 #forms .side-info-v2__content-number {
    margin-bottom: 20px;
  }
}
section#download-s3 #forms .side-info-v2__content-number-value {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #015FFE;
  line-height: 105%;
}
section#download-s3 #forms .side-info-v2__content-number-label {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  color: #033444;
}
section#download-s3 #forms .side-info-v2__content-mainbenefits {
  padding: 0px 10px;
}
@media screen and (max-width: 768px) {
  section#download-s3 #forms .side-info-v2__content-mainbenefits {
    padding: 0px;
  }
}
section#download-s3 #forms .side-info-v2__content-mainbenefits ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  section#download-s3 #forms .side-info-v2__content-mainbenefits ul {
    display: flex;
    justify-content: space-between;
  }
}
section#download-s3 #forms .side-info-v2__content-mainbenefits ul li {
  margin: 0;
  padding: 0;
  padding-left: 49px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg id='Group_15822' data-name='Group 15822' transform='translate(-536 -773)'%3E%3Ccircle id='Ellipse_248' data-name='Ellipse 248' cx='19' cy='19' r='19' transform='translate(536 773)' fill='%23015ffe' opacity='0.15'/%3E%3Cg id='Group_8112' data-name='Group 8112' transform='translate(544.176 781.176)'%3E%3Cg id='Group_361' data-name='Group 361' transform='translate(0 0)'%3E%3Ccircle id='Ellipse_47' data-name='Ellipse 47' cx='11' cy='11' r='11' transform='translate(-0.176 -0.176)' fill='%23015ffe'/%3E%3C/g%3E%3Cpath id='Path_861' data-name='Path 861' d='M349.5,2676.9l3.879,4.347,6.862-7.824' transform='translate(-344.05 -2666.514)' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 13px;
  color: #033444;
  margin-bottom: 16px;
  line-height: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  section#download-s3 #forms .side-info-v2__content-mainbenefits ul li {
    max-width: 250px;
    margin: 0px 20px;
    margin-bottom: 0px;
    background-position: left top;
  }
}
@media screen and (max-width: 768px) {
  section#download-s3 #forms .side-info-v2__content-mainbenefits ul li {
    max-width: 250px;
  }
}
section#download-s3 #forms .side-info-v2__content-mainbenefits ul li:last-child {
  margin-bottom: 0;
}
section#download-s3 #forms .side-info-v2__content hr {
  margin-top: 37px;
  margin-bottom: 37px;
  border-top: 1px solid #DADFE4;
}
@media screen and (max-width: 768px) {
  section#download-s3 #forms .side-info-v2__content hr {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
section#download-s3 #forms .side-info-v2__content-otherbenefits {
  padding: 0px 17px;
}
@media screen and (max-width: 768px) {
  section#download-s3 #forms .side-info-v2__content-otherbenefits {
    padding: 0px;
  }
}
section#download-s3 #forms .side-info-v2__content-otherbenefits ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  section#download-s3 #forms .side-info-v2__content-otherbenefits ul {
    display: flex;
    justify-content: space-between;
  }
}
section#download-s3 #forms .side-info-v2__content-otherbenefits ul li {
  margin: 0;
  padding: 0;
  padding-left: 27px;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_9026' data-name='Group 9026' xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E%3Cg id='Group_361' data-name='Group 361' transform='translate(0 0)'%3E%3Ccircle id='Ellipse_47' data-name='Ellipse 47' cx='8.5' cy='8.5' r='8.5' fill='%232dd100'/%3E%3C/g%3E%3Cpath id='Path_861' data-name='Path 861' d='M349.5,2675.755l2.6,2.911,4.6-5.24' transform='translate(-344.598 -2667.548)' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 13px;
  color: rgba(3, 52, 68, 0.75);
  margin-bottom: 14px;
  line-height: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  section#download-s3 #forms .side-info-v2__content-otherbenefits ul li {
    max-width: 250px;
    margin: 0px 20px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  section#download-s3 #forms .side-info-v2__content-otherbenefits ul li {
    margin-bottom: 12px;
  }
}
section#download-s3 #forms .side-info-v2__content-otherbenefits ul li:last-child {
  margin-bottom: 0;
}
section#download-s3 #forms .forms {
  width: calc(100% - 334px);
}
@media screen and (max-width: 1100px) {
  section#download-s3 #forms .forms {
    width: auto;
  }
}
section#download-s3 #forms .forms .form {
  padding: 40px 60px;
  margin: 0 0 30px 0;
  background: #fff;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
@media screen and (max-width: 768px) {
  section#download-s3 #forms .forms .form {
    padding: 28px 24px;
  }
}
section#download-s3 #forms .forms > p {
  color: #023444;
  font-family: Sora;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  opacity: 0.5;
}
section#download-s3 #forms .forms .tooltip-holder {
  padding: 15px 0 10px 0;
  text-align: center;
}
section#download-s3 #forms .forms label {
  margin: 0;
  padding: 0 0 10px 0;
  display: block;
  color: #023444;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  opacity: 0.7;
}
section#download-s3 #forms .forms input[type="text"],
section#download-s3 #forms .forms input[type="email"],
section#download-s3 #forms .forms input[type="tel"] {
  width: 100%;
  box-shadow: none!important;
  padding: 0 20px;
  height: 56px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #DADFE4;
}
section#download-s3 #forms .forms .inputs .switch-item,
section#download-s3 #forms .forms .wpcf7-form-control .wpcf7-list-item {
  width: 100%;
  padding: 22px 20px 22px 54px;
  margin: 0;
  display: block;
  position: relative;
  background: #fff;
  color: #023444;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  border: 1px solid #C8D7F1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}
section#download-s3 #forms .forms .inputs .switch-item input[type="radio"],
section#download-s3 #forms .forms .wpcf7-form-control .wpcf7-list-item input[type="radio"] {
  position: absolute;
  opacity: 0;
}
section#download-s3 #forms .forms .inputs .switch-item .checkmark,
section#download-s3 #forms .forms .wpcf7-form-control .wpcf7-list-item .checkmark {
  width: 22px;
  height: 22px;
  margin-top: -11px;
  position: absolute;
  left: 20px;
  top: 50%;
  border: 1px solid #D6D6D6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section#download-s3 #forms .forms .inputs .switch-item .wpcf7-list-item-label,
section#download-s3 #forms .forms .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label,
section#download-s3 #forms .forms .inputs .switch-item strong,
section#download-s3 #forms .forms .wpcf7-form-control .wpcf7-list-item strong {
  color: #023444;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section#download-s3 #forms .forms .inputs .switch-item.stat-active,
section#download-s3 #forms .forms .wpcf7-form-control .wpcf7-list-item.stat-active,
section#download-s3 #forms .forms .inputs .switch-item.active,
section#download-s3 #forms .forms .wpcf7-form-control .wpcf7-list-item.active {
  background: #337EFE;
  border-color: #337EFE;
}
section#download-s3 #forms .forms .inputs .switch-item.stat-active .wpcf7-list-item-label,
section#download-s3 #forms .forms .wpcf7-form-control .wpcf7-list-item.stat-active .wpcf7-list-item-label,
section#download-s3 #forms .forms .inputs .switch-item.active .wpcf7-list-item-label,
section#download-s3 #forms .forms .wpcf7-form-control .wpcf7-list-item.active .wpcf7-list-item-label,
section#download-s3 #forms .forms .inputs .switch-item.stat-active strong,
section#download-s3 #forms .forms .wpcf7-form-control .wpcf7-list-item.stat-active strong,
section#download-s3 #forms .forms .inputs .switch-item.active strong,
section#download-s3 #forms .forms .wpcf7-form-control .wpcf7-list-item.active strong {
  color: #fff;
}
section#download-s3 #forms .forms .inputs .switch-item.stat-active .checkmark,
section#download-s3 #forms .forms .wpcf7-form-control .wpcf7-list-item.stat-active .checkmark,
section#download-s3 #forms .forms .inputs .switch-item.active .checkmark,
section#download-s3 #forms .forms .wpcf7-form-control .wpcf7-list-item.active .checkmark {
  background: #fff;
}
section#download-s3 #forms .forms .inputs .switch-item.stat-active .checkmark:after,
section#download-s3 #forms .forms .wpcf7-form-control .wpcf7-list-item.stat-active .checkmark:after,
section#download-s3 #forms .forms .inputs .switch-item.active .checkmark:after,
section#download-s3 #forms .forms .wpcf7-form-control .wpcf7-list-item.active .checkmark:after {
  content: " ";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #337EFE;
}
section#download-s3 #forms .forms span.wpcf7-form-control,
section#download-s3 #forms .forms .inputs .switch {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 14px;
}
@media screen and (max-width: 700px) {
  section#download-s3 #forms .forms span.wpcf7-form-control,
  section#download-s3 #forms .forms .inputs .switch {
    grid-template-columns: repeat(1, 1fr);
  }
}
section#download-s3 #forms .forms .evala-box {
  display: none;
  margin-top: 30px;
}
section#download-s3 #forms .forms .evala-box img {
  width: 100%;
  height: auto;
}
#form-cloud div.input {
  padding: 0 0 20px 0;
  position: relative;
}
#form-cloud span.error-empty,
#form-cloud span.error-format,
#form-cloud span.error-data {
  display: block;
  overflow: hidden;
  background: red;
  color: #fff;
  font-size: 10px;
  line-height: 25px;
  font-weight: 400;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 0px;
  padding: 0;
  opacity: 0;
}
#form-cloud .has-error-empty span.error-empty,
#form-cloud .has-error-format span.error-format,
#form-cloud .has-error-data span.error-data {
  max-height: 40px;
  padding: 0 20px 0 20px;
  opacity: 1;
}
#form-cloud .bottom {
  padding: 10px 0 0 0;
  text-align: center;
}
#form-cloud .bottom p {
  padding: 36px 0 0 0;
  color: #023444;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}
#form-download .c-btn--disabled {
  pointer-events: none;
}
#form-download .row {
  margin: 0 0 20px 0;
  display: block;
}
#form-download .row.hidden {
  display: none;
}
#form-download span.wpcf7-not-valid-tip {
  padding: 0 20px;
  position: static;
}
#form-download p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #form-download h2 {
    text-align: center!important;
    font-size: 29px!important;
    font-weight: 700;
  }
}
#form-download .focus-visible {
  outline: 2px solid #0069b4;
}
#form-download .infobox-aktualizace {
  border: 1px solid #dfdfdf;
  background-color: #ececec;
  padding: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  display: none;
}
#form-download .infobox-aktualizace-text,
#form-download .infobox-aktualizace-text a,
#form-download .infobox-aktualizace-text p {
  color: #272727 !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}
#form-download .infobox-aktualizace-icon {
  margin-right: 23px;
  display: flex;
  align-items: center;
}
#form-download .infobox-aktualizace-icon img {
  height: 39px;
  width: 39px;
  max-width: none;
}
#form-download .submit-wrapper {
  text-align: center;
}
#form-download .submit-wrapper .wpcf7-form-control {
  display: inline-block;
  vertical-align: top;
}
#form-download .submit-wrapper .wpcf7-spinner {
  display: none;
}
#form-download form.submitting .submit-wrapper .wpcf7-spinner {
  margin: 0 auto;
  display: block;
}
#form-download .c-btn--green {
  padding: 25px 34px;
  background-color: #84bd57;
  margin-top: 30px;
  margin-bottom: 10px;
}
#form-download .c-btn--green:hover {
  padding: 25px 34px;
  background-color: #fff;
  border: 2px solid #84bd57;
  color: #84bd57;
}
#form-download .c-btn--disabled,
#form-download .c-btn--disabled:hover {
  background-color: #c1c1c1 !important;
  color: rgba(255, 255, 255, 0.5) !important;
  border-color: white!important;
  cursor: not-allowed;
}
#form-download h2 {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  #form-download h2 {
    margin-top: 0px;
  }
}
#form-download .wpcf7-form-control-wrap[data-name="ucel"] .wpcf7-list-item:nth-child(5),
#form-download .wpcf7-form-control-wrap[data-name="ucel"] .wpcf7-list-item:nth-child(6),
#form-download .wpcf7-form-control-wrap[data-name="ucel"] .wpcf7-list-item:nth-child(7),
#form-download .wpcf7-form-control-wrap[data-name="ucel"] .wpcf7-list-item:nth-child(8) {
  display: none;
}
#form-download .ucel-box {
  display: none;
  margin-top: 30px;
}
#form-download .ic-field {
  display: none;
}
/* #region Tooltip plugin */
/* Tooltip container */
.tooltip2 {
  padding: 0 0 0 28px;
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #023444;
  font-size: 14px;
  line-height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_17929' data-name='Group 17929' xmlns='http://www.w3.org/2000/svg' width='21' height='22' viewBox='0 0 21 22'%3E%3Cg id='Group_17928' data-name='Group 17928'%3E%3Cg id='Ellipse_269' data-name='Ellipse 269' fill='%23fff' stroke='%2398acb3' stroke-width='2'%3E%3Ccircle cx='10.5' cy='10.5' r='10.5' stroke='none'/%3E%3Ccircle cx='10.5' cy='10.5' r='9.5' fill='none'/%3E%3C/g%3E%3Ctext id='_' data-name='%3F' transform='translate(6 17)' fill='%23023444' font-size='16' font-family='Sora-Bold, Sora' font-weight='700' opacity='0.41'%3E%3Ctspan x='0' y='0'%3E%3F%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
.tooltip2 .title {
  border-bottom: 1px solid white;
  /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip2 .tooltiptext {
  visibility: hidden;
  background-color: #ffffff;
  color: #272727;
  text-align: left;
  padding: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  width: 318px;
  bottom: 100%;
  left: 50%;
  margin-left: -159px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip2:hover .tooltiptext {
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip2.active2 .tooltiptext {
    visibility: visible;
  }
}
.tooltip2 .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -13px;
  border-width: 13px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.tooltip2 .tooltiptext a {
  color: #272727;
  text-decoration: underline;
}
/* #endregion */
