/* #region Responsive Mixins */
/* #region Responsive */
/* #endregion */
/* #endregion */
html body {
  padding-top: 53px;
}

html body > div.body {
  font-size: 1em;
}

html body > div.body nav.sectional {
  background-color: #c9ccce;
  border-bottom: 1px solid #AAA;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 0 1rem;
  padding: 10px;
}

@media (min-width: 1024px) {
  html body > div.body nav.sectional {
    margin-left: auto;
    margin-right: auto;
  }
}

html body > div.body nav.sectional > a {
  color: #2D2D2D;
  z-index: 100;
}

html body > div.body nav.sectional a:not(:last-child) {
  border-right: 1px solid #333;
  padding-right: 1rem;
}

html body > div.body nav.sectional a:not(:first-child) {
  padding-left: 1rem;
}

html body > div.body nav.sectional a.active {
  text-decoration: underline;
}

main.product h2 {
  color: #1f2329;
  font-family: "Segoe UI", Arial, Tahoma;
  font-size: 1.5em;
  font-weight: 500;
  margin: 0.25em 0;
  text-align: left;
}

main.product h3 {
  color: #1f2329;
  font-weight: normal;
  font-size: 1em;
  font-family: "Segoe UI", Arial, Tahoma;
  margin: 0;
  text-align: left;
}

main.product p {
  color: #1f2329;
  font-family: "Segoe UI", Arial, Tahoma;
  font-size: 1.25em;
  margin: 0.25em 0 0.75em;
  text-align: left;
}

main.product #hero {
  margin: -16px auto 0;
  max-width: 1634px;
  width: 100%;
}

main.product #hero .button.green {
  border-color: #47e13b;
  background-color: #27ba1c;
  color: #fff;
}

main.product #hero .button.green:hover {
  border-color: #259e25;
  background-color: #259e25;
  text-decoration: none;
}

main.product #hero .button.blue {
  border-color: #7cdcff;
  background-color: #17c0ff;
  color: #fff;
}

main.product #hero .button.blue:hover {
  border-color: #6dc0de;
  background-color: #15a7de;
  text-decoration: none;
}

main.product #hero .button {
  display: inline-block;
  height: 52px;
  padding: 0 20px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 1.25em;
  font-family: "Segoe UI", Arial, Tahoma;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: .3s;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  width: 150px;
}

main.product #hero .button span {
  margin: 0;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font: inherit;
  vertical-align: baseline;
}

main.product #hero .button span.price {
  margin-left: 0.25em;
}

main.product #hero .products {
  /*height: 571px;*/
  background-position: right;
}

@media only screen and (max-width: 1048px) {
  main.product #hero .products {
    background-color: #d1d3d5;
    height: auto;
  }
}

main.product #hero .products .content {
  width: 700px;
  height: 100%;
  background: transparent;
  color: #1f2329;
  padding: 0 5em;
  text-align: left;
  box-sizing: border-box;
  z-index: 1;
}

@media only screen and (min-width: 1361px) {
  main.product #hero .products .content {
    /*padding: 0 0 0 9em;*/
    padding: 0 0 0 8em;
    width: 900px;
  }
}

@media only screen and (min-width: 1048px) and (max-width: 1360px) {
  main.product #hero .products .content {
    padding: 0 1em;
  }
}

main.product #hero .products .content img.icon {
  display: inline-block;
  height: 122px;
  width: 122px;
  margin-right: 1em;
  vertical-align: top;
  /*include phonw {
						display:none;
					}*/
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .content img.icon {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  main.product #hero .products .content img.icon {
    display: none;
  }
}

main.product #hero .products .content .title {
  display: inline-block;
  height: auto;
  /* margin-bottom: 1em; */
  /*margin-top: 2em;*/
  /*margin-top: 1.75em;*/
  width: 100%;
  max-width: 455px;
  vertical-align: top;
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .content .title {
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .content .title h2, main.product #hero .products .content .title h3, main.product #hero .products .content .title p {
    text-align: center;
  }
}

main.product #hero .products .content .title div.buttons a.trailer {
  padding-left: 1em;
}

main.product #hero .products .content .title div.buttons a.trailer span.trailericon {
  background-image: url(../svg/trailer_btn_40.svg);
  background-position: left;
  background-size: cover;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

main.product #hero .products .content .title div.buttons a.trailer span.trailertxt {
  color: #1f2329;
  display: inline-block;
  font-family: "Segoe UI", Arial, Tahoma;
  font-size: 1.125em;
  margin-left: 0.125em;
  vertical-align: middle;
}

main.product #hero .products .content .title div.buttons a.trailer:hover span.trailericon {
  text-decoration: none;
}

main.product #hero .products .content .title div.buttons a.trailer:hover span.trailertxt {
  text-decoration: underline;
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .content .title div.buttons {
    text-align: center;
  }
}

main.product #hero .products .res {
  position: relative;
  z-index: 1;
  /*&.light {
					@media only screen and (min-width: 1048px) {
						background: linear-gradient(90deg, rgba(255, 255, 255, 0.675) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0) 100%);
					}
				}*/
}

@media only screen and (min-width: 1048px) {
  main.product #hero .products .res {
    /*background: linear-gradient(90deg, rgba(0,0,0,.675) 0%, rgba(0,0,0,.5) 35%, rgba(0,0,0,.25) 75%, rgba(0,0,0,0) 100%);*/
    height: 650px;
    position: relative;
    position: absolute;
    /*top: calc(50%);
					-ms-transform: translateY(-50%);
					transform: translateY(-50%);*/
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .res {
    margin: 0 auto;
    /*padding: 2em 5em;*/
    padding: 2em 0 3em;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (min-width: 1048px) {
  main.product #hero .products .res div.mid {
    /*margin: 25% auto;*/
    position: absolute;
    top: calc(38%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*width: 280px;*/
  }
}

@media only screen and (min-width: 1048px) and (max-width: 1360px) {
  main.product #hero .products .res div.mid {
    /*margin: 25% auto;*/
    position: absolute;
    top: calc(32%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*width: 280px;*/
  }
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .res div.mid {
    margin: 0 auto;
    text-align: center;
    max-width: 450px;
    width: 100%;
  }
}

main.product #hero .products .heroimg {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1047px) {
  main.product #hero .products .heroimg.lg {
    display: none;
  }
}

@media only screen and (min-width: 1048px) {
  main.product #hero .products .heroimg.sm {
    display: none;
  }
}

main.product > section {
  padding: 2em 0;
}

main.product > section.altbg {
  background: linear-gradient(to right, #c9ccce 0%, #e6e7e9 51%, #edeef0 72%, #ebeced 80%, #c9ccce 100%);
}

main.product > section.titled > header {
  margin-bottom: 1rem;
}

main.product > section.titled > header > h2 {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  font: normal 2em "Segoe UI", Arial, Tahoma;
  font-weight: 500;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (min-width: 768px) {
  main.product > section.titled > header > h2 {
    font-size: 2.50em;
  }
}

main.product > section.titled > div.logos {
  margin-top: 2em;
  text-align: center;
}

main.product > section.titled > div.logos > img {
  margin: 0.25em;
}

main.product > section.titled > footer {
  text-align: right;
  margin: 1rem;
  max-width: 1300px;
}

@media (min-width: 1024px) {
  main.product > section.titled > footer {
    margin-left: auto;
    margin-right: auto;
  }
}

main.product > section.titled > footer > a {
  color: #7b7b7b;
}

main.product > section.review {
  background: #ffffff;
}

@media (min-width: 768px) {
  main.product > section.review > div.imgsplit > :first-child {
    margin-right: 1em !important;
  }
}

main.product > section.review > div.reviewsection {
  margin: 2em auto;
  max-width: 1200px;
}

main.product > section.review > div.reviewsection > div.reviewitem {
  margin: 0.5em 1em 0.5em;
  text-align: center;
  max-width: 400px;
}

@media (min-width: 768px) {
  main.product > section.review > div.reviewsection > div.reviewitem {
    align-self: flex-start;
    margin: 0 1em;
    width: 33%;
  }
}

main.product > section.review > div.reviewsection > div.reviewitem .reviewer .icon {
  display: inline-block;
  margin: 0 0.313em;
  vertical-align: middle;
}

main.product > section.review > div.reviewsection > div.reviewitem .reviewer p {
  color: #2d2d2d;
  display: inline-block;
  font-size: 1.125em;
  font-weight: 600;
  vertical-align: middle;
}

main.product > section div.imgsplit {
  align-items: center;
  display: flex;
  /*flex-direction: column;*/
  flex-direction: column-reverse;
  line-height: 1.5;
  /*margin: 0 1rem 3rem;
			max-width: 900px;*/
  margin: 2em 1em;
  max-width: 1300px;
}

main.product > section div.imgsplit div.icons img {
  height: 36px;
  margin-right: 0.25em;
}

main.product > section div.imgsplit > div {
  /*max-width:100%;*/
  max-width: max-content;
  flex: 1 1 50%;
}

main.product > section div.imgsplit > a, main.product > section div.imgsplit > a > img, main.product > section div.imgsplit > img, main.product > section div.imgsplit > object, main.product > section div.imgsplit > video, main.product > section div.imgsplit > figure, main.product > section div.imgsplit > a, main.product > section div.imgsplit > div.group, main.product > section div.imgsplit object > img, main.product > section div.imgsplit > picture, main.product > section div.imgsplit > picture > img {
  flex-shrink: 0;
  margin: 1rem auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  main.product > section div.imgsplit > a, main.product > section div.imgsplit > a > img, main.product > section div.imgsplit > img, main.product > section div.imgsplit > object, main.product > section div.imgsplit > video, main.product > section div.imgsplit > figure, main.product > section div.imgsplit > a, main.product > section div.imgsplit > div.group, main.product > section div.imgsplit object > img, main.product > section div.imgsplit > picture, main.product > section div.imgsplit > picture > img {
    order: 1;
  }
}

@media (min-width: 768px) {
  main.product > section div.imgsplit > a, main.product > section div.imgsplit > a > img, main.product > section div.imgsplit > img, main.product > section div.imgsplit > object, main.product > section div.imgsplit > video, main.product > section div.imgsplit > figure, main.product > section div.imgsplit > a, main.product > section div.imgsplit > div.group, main.product > section div.imgsplit object > img, main.product > section div.imgsplit > picture, main.product > section div.imgsplit > picture > img {
    margin: 0;
    flex: 1 1 50%;
  }
}

main.product > section div.imgsplit figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0;
}

main.product > section div.imgsplit figure > figcaption {
  font-size: 0.750em;
  margin-top: .5em;
}

main.product > section div.imgsplit > div.group {
  align-items: center;
  display: flex;
  flex-direction: column;
}

main.product > section div.imgsplit > div.group figure:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  main.product > section div.imgsplit > div.group {
    flex-direction: row;
  }
  main.product > section div.imgsplit > div.group figure:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

@media (min-width: 768px) {
  main.product > section div.imgsplit {
    margin: 3em 1em 5em;
    flex-direction: row;
  }
  main.product > section div.imgsplit > :first-child {
    /*margin-right: 50px !important;*/
    margin-right: 60px !important;
  }
}

@media (min-width: 1024px) {
  main.product > section div.imgsplit {
    margin-left: auto;
    margin-right: auto;
  }
}

main.product > section div.screenshots {
  display: flex;
  font-size: 0.875em;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 941px;
  margin-top: 2em;
}

main.product > section div.screenshots > figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 .5rem 2rem;
  width: 210px;
}

main.product > section div.screenshots > figure > a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

main.product > section div.screenshots > figure > figcaption {
  text-align: center;
}

main.product > section div.screenshots > figure > figcaption > em {
  color: #004b8d;
  display: block;
  font-style: normal;
  font-weight: 600;
}

main.product > section.reviews {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 1rem;
}

@media (min-width: 768px) {
  main.product > section.reviews {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    max-width: 1084px;
  }
}

main.product > section.reviews h2 {
  font-size: 1.17em;
  text-align: center;
}

main.product > section.reviews > div {
  box-sizing: border-box;
}

main.product > section.reviews > div:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  main.product > section.reviews > div:not(:last-child) {
    border-right: 1px solid #959595;
    padding-right: 28px;
    margin-bottom: 0;
  }
  main.product > section.reviews > div:not(:first-child) {
    margin-left: 28px;
  }
}

main.product > section.reviews div.logos {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

main.product > section.reviews div.logos > img {
  margin: 1em;
}

main.product > section.reviews div.attention {
  align-items: center;
  border-top: 1px solid #959595;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding-top: 10px;
}

main.product > section.reviews div.attention > img {
  margin-bottom: 1rem;
}

main.product > section.reviews div.attention > p {
  max-width: 430px;
}

@media (min-width: 768px) {
  main.product > section.reviews div.attention {
    flex-direction: row;
  }
  main.product > section.reviews div.attention > img {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

main.product > section.reviews div.quotes {
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 253px;
}

main.product > section.getitnow {
  text-align: center;
}

main.product > section.getitnow.altbg {
  background: #dbf3cf;
}

main.product > section.getitnow > h2 {
  /*font: normal 2em Dosis;*/
  font-family: "Segoe UI", Arial, Tahoma;
  /*font-size: 1.875em;*/
  font-size: 1.5em;
  margin: 0 1rem 1rem;
}

@media (min-width: 768px) {
  main.product > section.getitnow > h2 {
    font-size: 1.75em;
  }
}

main.product > section.getitnow > p {
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

main.product > section.getitnow .button.green {
  border-color: #47e13b;
  background-color: #27ba1c;
  color: #fff;
}

main.product > section.getitnow .button.green:hover {
  border-color: #259e25;
  background-color: #259e25;
  text-decoration: none;
}

main.product > section.getitnow .button {
  display: inline-block;
  height: 52px;
  padding: 0 20px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 1.125em;
  font-family: "Segoe UI", Arial, Tahoma;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: .3s;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

main.product > section.getitnow .button span {
  margin: 0;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font: inherit;
  vertical-align: baseline;
}

main.product > section.getitnow .button span.price {
  margin-left: 0.25em;
}

main.product > section.sysreq {
  text-align: center;
}

main.product > section.sysreq > div {
  display: inline-block;
  padding: 0.25em 2em;
}

main.product > section.sysreq > div > h2 {
  font-weight: normal;
  margin-bottom: 0.25em;
}

main.product > section.sysreq > h2 {
  /*font: normal 2em Dosis;*/
  font-family: "Segoe UI", Arial, Tahoma;
  font-size: 2em;
  font-weight: 600;
  margin: 0 1rem 1rem;
}

@media (min-width: 768px) {
  main.product > section.sysreq > h2 {
    font-size: 2.215em;
  }
}

main.product > section.sysreq ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

main.product > section.sysreq ul > li {
  line-height: 1.5;
}

main.product > section.sysreq ul.oses {
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 941px;
}

main.product > section.sysreq ul.oses > li {
  font-weight: bold;
}

main.product > section.sysreq ul.oses > li:not(:last-child) {
  margin-bottom: 1em;
}

main.product > section.sysreq ul.oses > li > ul {
  font-weight: normal;
}

@media (min-width: 768px) {
  main.product > section.sysreq ul.oses {
    flex-direction: row;
  }
  main.product > section.sysreq ul.oses > li:not(:last-child) {
    border-right: 1px solid #2D2D2D;
    margin-bottom: 0;
    margin-right: 2rem;
    padding-right: 2rem;
  }
  main.product > section.sysreq ul.oses > li:not(:first-child) {
    padding-left: 0;
  }
}

main.product > section.sysreq div.columns {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

main.product > section.sysreq div.columns > ul {
  box-sizing: border-box;
  flex: 1;
}

main.product > section.sysreq div.columns > ul:first-child {
  border-right: 1px solid #2D2D2D;
  padding-right: 3rem;
  text-align: right;
}

main.product > section.sysreq div.columns > ul:last-child {
  padding-left: 3rem;
  text-align: left;
}

main.product.start10 > section.reviews div.quotes {
  width: 305px;
}

div.simple-popup {
  max-width: 400px;
  overflow: hidden;
}

div.simple-popup h2 {
  color: #2D2D2D;
  /*font: 1.4em Dosis, 'Segoe UI', Arial;*/
  font: 1.25em "Segoe UI", Arial, Tahoma;
  margin: 0;
}

div.simple-popup form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 400px) {
  div.simple-popup form {
    flex-direction: row;
    justify-content: space-between;
  }
}

div.simple-popup form input {
  border: 1px solid #20619b;
  flex: 1 1 auto;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
}

div.simple-popup form > button {
  margin-top: 1em;
  min-width: auto;
  white-space: nowrap;
}

@media (min-width: 400px) {
  div.simple-popup form > button {
    margin-left: 1em;
    margin-top: 0;
  }
}

div.simple-popup.downloadEmailCollection h2 {
  color: #004A8D;
}

div.simple-popup.downloadEmailCollection small {
  color: #7D7D7D;
  font-size: .75em;
}

ul.blue-sy-pager {
  display: flex;
  flex-direction: row;
  margin: .5em 0 0 33px;
  padding: 0;
}

ul.blue-sy-pager > li {
  background: url("../png/ma-slider_dot.png") no-repeat center top;
  list-style: none outside none;
}

ul.blue-sy-pager > li > a {
  height: 11px;
  display: block;
  opacity: 0;
  width: 11px;
}

ul.blue-sy-pager > li:not(:last-child) {
  margin-right: 6px;
}

ul.blue-sy-pager > li.sy-active {
  background-position: center bottom;
}

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.logo-carousel {
  overflow: inherit;
  /*border-top: 1px solid #353535;*/
  /*border-bottom: 1px solid #353535;*/
  width: 90%;
  margin: 0 auto;
}

.slick-slide img {
  width: 100%;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}

.slick-track::after {
  clear: both;
}

.slick-track {
  padding: 1rem 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
  color: #fff;
  filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
  border: none;
  width: 2rem;
  height: 1.5rem;
  text-indent: -10000px;
  margin-top: -16px;
  z-index: 99;
}

.slick-arrow.slick-next {
  right: -40px;
  transform: rotate(180deg);
}

.slick-arrow.slick-prev {
  left: -40px;
}

/* Media Queries */
@media (max-width: 768px) {
  .slick-arrow {
    width: 1rem;
    height: 1rem;
  }
}

.row {
  overflow: hidden;
}

section.apps {
  margin-top: 0;
  padding-top: 20px;
}

section.apps .buy-button {
  display: flex;
  height: 46px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 1.25em;
  font-family: "Segoe UI", Arial, Tahoma;
  line-height: 46px;
  margin: 0.5em auto;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: .3s;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  width: 194px;
  margin-bottom: 0.5em;
}

section.apps .buy-button span {
  margin: 0;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font: inherit;
  vertical-align: baseline;
  display: flex;
  justify-content: center;
}

section.apps .buy-button .btntext {
  display: flex;
  justify-content: center;
  width: 148px;
  border-radius: 10px 0 0 10px;
}

section.apps .buy-button .btnicon {
  border-radius: 0 10px 10px 0;
  display: block;
  padding-top: 2px;
  width: 46px;
}

section.apps .buy-button:hover {
  filter: brightness(1.1);
  text-decoration: none;
}

section.apps .button.green {
  color: #fff;
}

section.apps .button.green .btntext {
  background-color: #65aa29;
}

section.apps .button.green .btnicon {
  background-color: #84cb47;
}

section.apps .learnmore-btn {
  display: inline-block;
  height: 46px;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 1.25em;
  font-family: "Segoe UI", Arial, Tahoma;
  line-height: 46px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: .3s;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  width: 150px;
}

section.apps .learnmore-btn span {
  margin: 0;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font: inherit;
  vertical-align: baseline;
}

section.apps .learnmore-btn span.price {
  margin-left: 0.25em;
}

section.apps .button.blue {
  border-color: #7cdcff;
  background-color: #17c0ff;
  color: #fff;
}

section.apps .button.blue:hover {
  border-color: #6dc0de;
  background-color: #15a7de;
  text-decoration: none;
}

section.apps > header {
  color: #2d2d2d;
  margin: 2em auto 4em;
}

section.apps > header > h2 {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  font: normal 2.5em 'Segoe UI', Arial, Sans-Serif;
  font-weight: 500;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

section.apps > header > h3 {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  font: normal 1.5em 'Segoe UI', Arial, Sans-Serif;
  justify-content: center;
  margin: 0.375em 0 2em;
  padding: 0;
  text-align: center;
}

section.apps > div.content {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1400px;
}

section.apps > div.content.btn {
  padding-bottom: 2em;
}

section.apps > div.content div.app {
  background: #ffffff;
  border: 1px solid #CCC;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 2px #00000020;
  display: flex;
  flex-direction: column;
  margin: 0.75em 0.75em 2em;
  list-style: none outside none;
  text-align: center;
  width: 300px;
}

section.apps > div.content div.app:hover {
  background: #cbf3ff;
}

section.apps > div.content div.app, section.apps > div.content div.app .applink {
  text-decoration: none;
}

section.apps > div.content div.app > div.top, section.apps > div.content div.app .applink > div.top {
  text-align: center;
  margin: -2em auto 0;
  padding: 0.25em 0.5em;
}

section.apps > div.content div.app > div.top img.icon, section.apps > div.content div.app .applink > div.top img.icon {
  margin: 0 auto;
  max-width: 72px;
  text-align: center;
}

section.apps > div.content div.app > div.top img.icon2, section.apps > div.content div.app .applink > div.top img.icon2 {
  margin: -9px auto;
  max-width: 90px;
  text-align: center;
}

section.apps > div.content div.app > img, section.apps > div.content div.app .applink > img {
  border: 0;
}

section.apps > div.content div.app > h3, section.apps > div.content div.app .applink > h3 {
  color: #2D2D2D;
  font: bold 1.375rem 'Segoe UI', Arial, Sans-Serif;
  margin: 0;
  text-align: center;
}

section.apps > div.content div.app > p, section.apps > div.content div.app .applink > p {
  color: #2D2D2D;
  font-size: .938rem;
  margin: 0.5em 0;
}

section.apps > div.content div.app > p[itemprop="description"], section.apps > div.content div.app .applink > p[itemprop="description"] {
  flex: 1 0 auto;
  margin: 0.125em auto;
  text-align: center;
  width: 82%;
}

section.apps > div.content div.app > p[itemprop="offers"], section.apps > div.content div.app .applink > p[itemprop="offers"] {
  margin: 0;
}

section.apps > div.content div.app > p[itemprop="offers"] > span.price, section.apps > div.content div.app .applink > p[itemprop="offers"] > span.price {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

section.apps > div.content div.app > p[itemprop="offers"] > span.price > span:not(:last-child), section.apps > div.content div.app .applink > p[itemprop="offers"] > span.price > span:not(:last-child) {
  margin-right: .5em;
}

section.apps > div.content div.app .install, section.apps > div.content div.app .applink .install {
  color: #7f7f7f;
  font-size: .875rem;
  margin: 0 auto;
  text-align: center;
}

section.apps > div.content div.app .price, section.apps > div.content div.app .applink .price {
  align-items: baseline;
  display: block;
  color: #016cd3;
  font: normal 1.5em 'Segoe UI', Arial, Sans-Serif;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0.5em auto 0;
  text-align: center;
}

section.apps > div.content div.app .price .strike, section.apps > div.content div.app .applink .price .strike {
  color: #004b8d;
  font-size: 0.675em;
}

section.apps > div.content div.app > div.buttons, section.apps > div.content div.app .applink > div.buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: .5em;
  min-height: 70px;
}

section.apps > div.content div.app > div.buttons a.link, section.apps > div.content div.app .applink > div.buttons a.link {
  color: #004b8d;
  margin-right: 100%;
  margin-top: 1em;
  text-decoration: none;
  white-space: nowrap;
}

section.apps > div.content div.app > div.buttons a.link:hover, section.apps > div.content div.app .applink > div.buttons a.link:hover {
  color: #1BA5C7;
  text-decoration: underline;
}

section.apps > div.content div.app a.learnmore, section.apps > div.content div.app .applink a.learnmore {
  color: #016cd3;
  margin: 0 auto 1.5em;
}

#productivity {
  background-color: #eaf5ff;
}

#odnt {
  background-color: #ffffff;
  padding: 20px 0;
}

#odnt div.wrap {
  background: linear-gradient(0deg, #003d5c, #02a1f9);
  border-radius: 5px;
  margin: 1em auto;
  max-width: 900px;
  width: 96%;
}

#odnt div.wrap div.odnt {
  display: flex;
  padding: 2em 3em;
}

@media only screen and (max-width: 820px) {
  #odnt div.wrap div.odnt {
    flex-direction: column;
  }
}

#odnt div.wrap div.odnt > div.left {
  flex-direction: column;
  text-align: left;
  justify-items: left;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 820px) {
  #odnt div.wrap div.odnt > div.left {
    justify-items: center;
    text-align: center;
  }
}

#odnt div.wrap div.odnt > div h2 {
  align-items: stretch;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  font: normal 2.25em 'Segoe UI', Arial, Sans-Serif;
  font-weight: 500;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: left;
}

@media only screen and (max-width: 820px) {
  #odnt div.wrap div.odnt > div h2 {
    text-align: center;
  }
}

#odnt div.wrap div.odnt > div > img {
  display: block;
  margin: 0 auto;
  width: 320px;
}

#odnt div.wrap div.odnt > div div.buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
}

@media only screen and (max-width: 820px) {
  #odnt div.wrap div.odnt > div div.buttons {
    justify-content: center;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 510px) {
  #odnt div.wrap div.odnt > div div.buttons {
    flex-direction: column;
  }
}

#odnt div.wrap div.odnt > div div.buttons a.button {
  margin: 1em 1em 0 0;
}

@media only screen and (max-width: 510px) {
  #odnt div.wrap div.odnt > div div.buttons a.button {
    margin: 1em 1em 0;
  }
}

#odnt div.wrap div.odnt > div > div.icons {
  align-items: center;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

#odnt div.wrap div.odnt > div > div.icons > img {
  max-height: 35px;
  max-width: 35px;
}

#odnt div.wrap div.odnt > div > div.icons > span {
  color: #ffffff;
  font-size: 1.5em;
  letter-spacing: 2px;
}

#affiliates .button.blue {
  border-color: #7cdcff;
  background-color: #17c0ff;
  color: #fff;
}

#affiliates .button.blue:hover {
  border-color: #6dc0de;
  background-color: #15a7de;
  text-decoration: none;
}

#affiliates .button {
  display: inline-block;
  height: 52px;
  padding: 0 20px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 1.25em;
  font-family: "Segoe UI", Arial, Tahoma;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: .3s;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  width: 150px;
}

#affiliates .button span {
  margin: 0;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font: inherit;
  vertical-align: baseline;
}

#affiliates .button span.price {
  margin-left: 0.25em;
}
