:root {
  --toggle-border-radius-inner: 10px;
  --toggle-border-radius-outer: 12px;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
}

 
* {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
  -webkit-font-smoothing: antialiased;
  /* line-height: 1.15; */
  text-align: center;
}


h1 {
  padding-top: 25px;
  font-size: 30px;
  margin-bottom: 0px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .011em;
  margin: 0px;
}

h4 {
  font-size: 15px;
  font-weight: 500;
}

h5 {
  font-size: 12px;
  font-weight: 500;
}

h6 {
  font-size: 9px;
  font-weight: 500;
}

p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .011em;
}

.topContainer {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px 0 16px;
  padding-top: 20px;
  transition: opacity 0.35s ease-in-out;
}

.content {
  --toggle-border-radius-outer: 12px;
  --toggle-border-radius-inner: 10px;
  --toggle-color-fill: var(--color-button-background-active);
  --toggle-color-text: var(--color-fill-blue);
    flex-shrink:0;
}

.content .color-scheme-toggle {
  font-size: 12px;
  line-height: 1.33337;
  font-weight: 400;
  letter-spacing: -.01em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  border: 1px solid var(--toggle-color-fill);
  border-radius: var(--toggle-border-radius-outer, 2px);
  display: inline-flex;
  padding:1px
}

.content input[type="radio"] {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  appearance:none
}

.content .text {
  box-sizing: border-box;
  display: inline-block;
  padding: 1px 6px;
  min-width: 42px;
  border: 1px solid transparent;
  border-radius: var(--toggle-border-radius-inner, 2px);
  text-align: center;
  color:var(--toggle-color-text)
}

.content .text:hover {
  cursor: pointer
}

.content input[type="radio"]:checked + .text {
  --toggle-color-text: var(--color-button-text);
  background: var(--toggle-color-fill);
  border-color:var(--toggle-color-fill)
}



.subtitle {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .011em;
}

.subtitle em {
  font-style: normal;
}

/* .allFeatures{
  margin-top: -50px;
} */

.featureSubtext {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .011em;
}

.featureSubtext {
  margin-top: 20px;
  margin-bottom: 50px;
}

.featureSubtext em {
  font-style: normal;
}



.notes-container{
  position: absolute;
  font-size: 40px;
  z-index: -1;
  filter: blur(2px);
  opacity: 0.25;
}

.dollor{
  left: 12%;
    top: 12%;
    -webkit-animation: float-dollar 4s ease infinite forwards;
    animation:float-dollar 4s ease infinite forwards
}

.euro{
  right: 5%;
    top: 15%;
    -webkit-animation: float-euro 4.7s ease infinite forwards;
    animation:float-euro 4.7s ease infinite forwards
}

.yen{
  left: 8%;
    bottom: 30%;
    -webkit-animation: float-yen 3.3s ease infinite forwards;
    animation:float-yen 3.3s ease infinite forwards
}

.pound{
  right: 10%;
    bottom: 35%;
    -webkit-animation: float-pound 4.4s ease infinite forwards;
    animation:float-pound 4.4s ease infinite forwards
}





a {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .011em;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

.singleShadow {
  width: 252px;
  height: 512px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/device/Shadow@2x.png");
  background-size: 252px 512px;
  background-repeat: no-repeat;
  position: relative;
  z-index: -2;
}

.singleDevice {
  width: 241px;
  height: 490px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/device/Device@2x.png");
  background-size: 241px 490px;
  background-repeat: no-repeat;
}

.iPadDevice {
  width: 320px;
  height: 240px;
  background-size: 320px 240px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/device/iPadPro_device@2x.png");
  background-repeat: no-repeat;
}

.iPadScreen {

  width: 277px;
  top: 14px;
  left: 23px;
  margin: 0px;
  position: relative;
  /*  z-index: -1;*/
}

.singleIpadImage {
  width: 100%;
  border-radius: 3px;
}



.watchDevice,
.watchDevice-red,
.watchDevice-blue,
.watchDevice-pink,
.watchDevice-gold,
.watchDevice-green,
.watchDevice-cactus,
.watchDevice-charcoal,
.watchDevice-orange {
  width: 320px;
  height: 480px;
  background-size: 320px 480px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.watchDevice {
  background-image: url("../images/device/watch@2x.png");
  background-repeat: no-repeat;
}

.watchDevice-red {
  background-image: url("../images/device/watch@2x.png");
  background-repeat: no-repeat;
}

.watchDevice-blue {
  background-image: url("../images/device/watch-blue@2x.png");
  background-repeat: no-repeat;
}

.watchDevice-pink {
  background-image: url("../images/device/watch-pink@2x.png");
  background-repeat: no-repeat;
}

.watchDevice-gold {
  background-image: url("../images/device/watch-gold@2x.png");
  background-repeat: no-repeat;
}

.watchDevice-green {
  background-image: url("../images/device/watch-green@2x.png");
  background-repeat: no-repeat;
}

.watchDevice-cactus {
  background-image: url("../images/device/watch-cactus@2x.png");
  background-repeat: no-repeat;
}

.watchDevice-charcoal {
  background-image: url("../images/device/watch-charcoal@2x.png");
  background-repeat: no-repeat;
}

.watchDevice-orange {
  background-image: url("../images/device/watch-orange@2x.png");
  background-repeat: no-repeat;
}

.watchScreen {

  width: 197px;
  top: 116px;
  left: 62px;
  margin: 0px;
  position: relative;
  z-index: -1;
}

.singleWatchImage {
  width: 100%;
  border-radius: 0px;
}

.singleScreen {
  width: 216px;
  height: 467px;
  top: 12px;
  left: 13px;
  margin: 0px;
  position: relative;
  z-index: -1;
}

.singleVideo {
  width: 100%;
  border-radius: 5%;
}

.singleImage {
  width: 100%;
  border-radius: 5%;
}


.leftBox {
  width: 0%;
  position: relative;
  float: left;
  visibility: hidden;
  z-index: 0;
  /* transform: rotate(2deg); */
}

.alt_leftBox {
  width: 100%;
  position: relative;
  float: center;
  z-index: 0;
}

.rightBox {
  width: 100%;
  position: relative;
  float: center;
  z-index: 0;
  /* transform: rotate(-2deg); */
}

.alt_rightBox {
  width: 100%;
  position: relative;
  float: center;
  z-index: 0;
  padding-top: 30px;
}


.mediaButton {
  background: none;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: 2.0;
  overflow: visible;
  vertical-align: inherit;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}


#btns {
  float: right;
  /* padding-top: 20px; */
  padding-right: 0px;
}

#btns .inner {
  padding-bottom: 0;
}


a {
  display: inline-block;
  padding: 6px 16px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -moz-border-radius: 40px;
  -webkit-border-radius: 4px;
  border-radius: 30px;
  text-decoration: none;
}



a:hover {
  text-decoration: none;
}


.appstore_badge a {
  display: inline-block;
  padding: 6px 16px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -moz-border-radius: 40px;
  -webkit-border-radius: 4px;
  border-radius: px;
  text-decoration: none;
}


.appstore_badge a:hover {

  text-decoration: none;
  background-color: rgba(70, 255, 179, 0.0);
    
}

.mainImage {
  width: 100%;
  max-width: 1600px;
}


.centeredImage {
  width: 50%;
}


.mainImageHorizontal {
  width: 100%;
  max-width: 1600px;
  display: block;
}

.mainImageVertical {
  width: 100%;
  max-width: 1600px;
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.watchImage {
  width: 100%;
  max-width: 500px;
}

.appstore_badge {
  padding-top: 50px;
  padding-bottom: 0px;
}

.appstore_badge a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.25s ease;
}

.appstore_badge a:hover {
  /* transform: scale(1.1) rotate(2deg); */
  transform: scale(1.1);
}

/* ==== GRID SYSTEM ==== */


.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 900px) {

  .mainImageHorizontal {
    display: none;
  }

  .mainImageVertical {
    display: block;
  }

}


@media only screen and (min-width: 33.75em) {

  /* 540px */
  .container {
    width: 80%;
  }

}


@media only screen and (min-width: 60em) {
  /* 960px */

  .container {
    width: 85%;
  }

  .subtitle {
    font-size: 80px;
    font-weight: 600;
  }

  .featureSubtext{
    font-size: 26px;
  }

  .dollor{
      top: 12%;
  }

  .euro{
      top: 15%;
  }

  .yen{
      bottom: 45%;
  }

  .pound{
      bottom: 45%;
  }

  a {
    font-size: 16px;
  }

  .singleShadow {
    width: 368px;
    height: 740px;
    background-size: 368px 740px;
    z-index: -2;
  }

  .singleDevice {
    width: 350px;
    height: 712px;
    background-size: 350px 712px;
  }

  .singleScreen {
    top: 17px;
    left: 18px;
    width: 314px;
  }

  .leftBox {
    width: 50%;
    position: relative;
    float: left;
    visibility: visible;
  }

  .alt_leftBox {
    width: 50%;
    position: relative;
    float: left;
    visibility: visible;
  }

  .rightBox {
    width: 50%;
    position: relative;
    float: right;
  }

  .alt_rightBox {
    width: 50%;
    position: relative;
    float: right;
    padding-top: 0px;
  }

  h1 {
    padding-top: 50px;
    font-size: 80px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 32px;
    font-weight: 500;
  }

  h5 {
    font-size: 26px;
    opacity: 0.8;
    font-weight: 500;
  }

  h6 {
    font-size: 22px;
    opacity: 0.6;
    font-weight: 500;
  }

  p {
    font-size: 22px;
  }

  /* .allFeatures{
    margin-top: -200px;
  } */

  .featureSubtext {
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .featureSubtext em {
    font-style: normal;
  }

  .mainLink {
    font-size: 16px;
  }

  .topRow {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .row {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .row1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .centeredImage {
    width: 100%;
  }

  .iPadDevice {
    width: 1000px;
    height: 750px;
    background-size: 1000px 750px;
  }

  .iPadScreen {

    width: 866px;
    top: 46px;
    left: 72px;

  }

  .singleIpadImage {
    border-radius: 11px;
  }

  .tvDevice {
    width: 1000px;
    height: 611px;
    background-size: 1000px 611px;
  }

  .tvScreen {
    width: 964px;
    top: 20px;
    left: 18px;
  }


  .watchDevice,
  .watchDevice-red,
  .watchDevice-blue,
  .watchDevice-pink,
  .watchDevice-gold,
  .watchDevice-green,
  .watchDevice-cactus,
  .watchDevice-charcoal,
  .watchDevice-orange {
    width: 400px;
    height: 600px;
    background-size: 400px 600px;
  }

  .watchScreen {

    width: 247px;
    top: 144px;
    left: 77px;

  }

  .singleWatchImage {
    border-radius: 0px;
  }

  .centeredImage {
    width: 50%;
  }

}


@media only screen and (min-width: 800px) and (max-width: 1200px) {


  .centeredImage {
    width: 50%;
  }

  .iPadDevice {
    width: 600px;
    height: 450px;
    background-size: 600px 450px;
  }


  .iPadScreen {
    width: 520px;
    top: 27px;
    left: 43px;
  }

  .singleIpadImage {
    border-radius: 7px;
  }

  .tvDevice {
    width: 600px;
    height: 366.67px;
    background-size: 600px 366.67px;
  }


  .tvScreen {
    width: 578px;
    top: 12px;
    left: 11px;
  }


  .watchDevice,
  .watchDevice-red,
  .watchDevice-blue,
  .watchDevice-pink,
  .watchDevice-gold,
  .watchDevice-green,
  .watchDevice-cactus,
  .watchDevice-charcoal,
  .watchDevice-orange {
    width: 388px;
    height: 582px;
    background-size: 388px 582px;
  }


  .watchScreen {
    width: 238px;
    top: 142px;
    left: 75px;
  }

  .singleWatchImage {
    border-radius: 0px;
  }


}

@media only screen and (min-height: 0px) and (max-height: 500px) {

  .centeredImage {
    width: 50%;
  }

  .iPadDevice {
    width: 450px;
    height: 338px;
    background-size: 450px 338px;
  }

  .iPadScreen {
    width: 390px;
    top: 21px;
    left: 32px;
  }

  .singleIpadImage {
    border-radius: 8px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
  .centeredImage {
    width: 70%;
  }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 900px) {

  .iPadDevice {
    width: 320px;
    height: 240px;
    background-size: 320px 240px;
  }


  .iPadScreen {
    width: 273px;
    top: 16px;
    left: 24px;
  }

  .singleIpadImage {
    border-radius: 3px;
  }

  .tvDevice {
    width: 320px;
    height: 196px;
    background-size: 320px 196px;
  }


  .tvScreen {
    width: 308.5px;
    top: 6.5px;
    left: 6px;
  }

  .watchDevice,
  .watchDevice-red,
  .watchDevice-blue,
  .watchDevice-pink,
  .watchDevice-gold,
  .watchDevice-green,
  .watchDevice-cactus,
  .watchDevice-charcoal,
  .watchDevice-orange {
    width: 320px;
    height: 480px;
    background-size: 320px 480px;
  }


  .watchScreen {
    width: 197px;
    top: 116px;
    left: 62px;
    margin: 0px;
  }

  .singleWatchImage {
    border-radius: 0px;
  }

}

/* ------------------------------------------------------------ */


.iOS-section {
  font: -apple-system-body;
  margin: auto;
  padding: 44px;
  opacity: 1;
  height: auto;
  max-height: 150px;
  transition: all 0.35s ease-in-out;
}

.iOS-row {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px 0 16px;
  height: 50px;
  max-width: 280px;
  transition: opacity 0.35s ease-in-out;
}

.iOS-row:first-of-type {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  -webkit-background-clip: padding-box;
  /* for Safari */
}

.iOS-row:last-of-type {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.iOS-row:last-of-type::after {
  display: none;
}

/*! uiswitch v1.1.0 | MIT License | github.com/fnky/css3-uiswitch */
.uiswitch {
  height: 30px;
  width: 52px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  border-radius: 16px;
  cursor: pointer;
  outline: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #e5e5e5;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
}

.uiswitch::before {
  height: 27px;
  width: 47px;
  box-sizing: border-box;
  content: ' ';
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: #ffffff;
  border-radius: 16px;
  z-index: 1;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.uiswitch::after {
  height: 22px;
  width: 22px;
  box-sizing: border-box;
  content: ' ';
  position: absolute;
  border-radius: 27px;
  background: #ffffff;
  z-index: 2;
  top: 4px;
  left: 4px;
  -webkit-transition: width 280ms, -webkit-transform 300ms;
  transition: width 280ms, -webkit-transform 300ms;
  transition: transform 300ms, width 280ms;
  transition: transform 300ms, width 280ms, -webkit-transform 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
  transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
}

.uiswitch:checked {
  background-image: -webkit-linear-gradient(top, #4CD964 0%, #4dd865 100%);
  background-image: linear-gradient(-180deg, #4CD964 0%, #4dd865 100%);
}

.uiswitch:checked::after {
  -webkit-transform: translate3d(16px, 0, 0);
  transform: translate3d(16px, 0, 0);
  right: 22px;
  left: inherit;
}

.uiswitch:active::after {
  width: 35px;
}

.uiswitch:checked::before,
.uiswitch:active::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.uiswitch:disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-transition: none;
  transition: none;
}

.uiswitch:disabled:active::before,
.uiswitch:disabled:active::after,
.uiswitch:disabled:checked:active::before,
.uiswitch:disabled:checked::before {
  width: 27px;
  -webkit-transition: none;
  transition: none;
}

.uiswitch:disabled:active::before {
  height: 27px;
  width: 47px;
  -webkit-transform: translate3d(6px, 0, 0);
  transform: translate3d(6px, 0, 0);
}

.uiswitch:disabled:checked:active::before {
  height: 27px;
  width: 27px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.uiswitch {
  background-color: #DCDDDD;
}

.uiswitch::before {
  background-color: #DCDDDD;
}

.uiswitch::after {
  background: #ffffff;
}

.uiswitch:checked {
  background-image: -webkit-linear-gradient(top, #05b879 0%, #05b879 100%);
  background-image: linear-gradient(-180deg, #05b879 0%, #05b879 100%);
}

/*! Animation */

@keyframes float-dollar {
  0% {
      transform:translatey(0) rotate(7deg)
  }

  50% {
      transform:translatey(-20px) rotate(7deg)
  }

  to {
      transform:translatey(0) rotate(7deg)
  }
}

@keyframes float-euro {
  0% {
      transform:translatey(0) rotate(-5deg)
  }

  50% {
      transform:translatey(-20px) rotate(-5deg)
  }

  to {
      transform:translatey(0) rotate(-5deg)
  }
}

@keyframes float-yen {
  0% {
      transform:translatey(0) rotate(-5deg)
  }

  50% {
      transform:translatey(-20px) rotate(-5deg)
  }

  to {
      transform:translatey(0) rotate(-5deg)
  }
}


@keyframes float-pound {
  0% {
      transform:translatey(0) rotate(5deg)
  }

  50% {
      transform:translatey(-20px) rotate(5deg)
  }

  to {
      transform:translatey(0) rotate(5deg)
  }
}

/* Slide In Animation */


.slide-in-bottom {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.25, .46, .45, .94) both;
  animation:slide-in-bottom 1s cubic-bezier(0.25, .46, .45, .94) both
}

@-webkit-keyframes slide-in-bottom {
  0% {
      -webkit-transform: translateY(12px);
      transform: translateY(12px);
      opacity:0
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity:1
  }
}

@keyframes slide-in-bottom {
  0% {
      -webkit-transform: translateY(12px);
      transform: translateY(12px);
      opacity:0
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity:1
  }
}

.slide-in-top {
  -webkit-animation: slide-in-top 1s cubic-bezier(0.25, .46, .45, .94) both;
  animation:slide-in-top 1s cubic-bezier(0.25, .46, .45, .94) both
}



@-webkit-keyframes slide-in-top {
  0% {
      -webkit-transform: translateY(-12px);
      transform: translateY(-12px);
      opacity:0
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity:1
  }
}

@keyframes slide-in-top {
  0% {
      -webkit-transform: translateY(-12px);
      transform: translateY(-12px);
      opacity:0
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity:1
  }
}

.fadeIn {
  -webkit-animation: fadeIn 1s cubic-bezier(0.25, .46, .45, .94) both;
  animation: fadeIn 1s cubic-bezier(0.25, .46, .45, .94) both
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
} 

/* Mouse Scroll */


.mouse-scroll {
  margin: auto;
  width: 24px;
  height: 33px;
  border-radius: 30px;
}

.mouse-scroll .wheel {
  margin: 5px auto 0 auto;
  width: 4px;
  height: 5px;
  border-radius: 4px;
  -webkit-animation: mouseWheel 1s infinite;
  animation:mouseWheel 1s infinite
}

@-webkit-keyframes mouseWheel {
  50% {
      height: 7px;
      transform:translateY(3px)
  }
}

@keyframes mouseWheel {
  50% {
      height: 7px;
      transform:translateY(3px)
  }
}

/* Top Marquee */

.ukraine-top {
  align-items: stretch;
  background-color: transparent;
  width: 100%;
  display: flex;
  height: 50px;
}

.ukraine-top .item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF700;
  color: #000000;
  font-weight: bold;
}

.ukraine-top .item:nth-child(even) {
  background-color: #0061FF;
  color: white;
}

@media only screen and (max-width: 900px) {
  .ukraine-top .item {
      font-size: 0.9em;
  }

  .ukraine-top .item:nth-child(n + 3) {
      display: none;
      font-size: 0.8em;
  }
}